dl,
ol,
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #212121;
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

*,
::after,
::before {
    box-sizing: border-box;
}
.w-full {
    width: 100%!important;
}
.vertical-align-middle {
    vertical-align: middle;
}
.container {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 480px) {
    .container {
        width: 606px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1310px;
    }
}


article img {
    max-width: 100%;
}

/* body {
    background-color: #1b1b1b
} */
/*头部*/
.top {
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 90px;
    padding: 0 14%;
    background: rgba(250, 250, 250, 1);
    /* border-bottom: 1px solid rgba(0, 0, 0, .075); */
}

.header .header-top {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .header .logo {
    position: absolute;
    left: 0;
} */

/* .header .logo a img {
    height: 58px;
} */

.header .nav {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 100%;
    line-height: 90px;
    display: block
}

.header .navbar_nav li {
    float: left;
    position: relative;
    display: block
}

/* .header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #ca192b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease 0s
} */

.header .navbar_nav li:hover:after {
    width: 100%
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 8px;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #2b2b2b;
    font-size: 14px
}

.header .navbar_nav li:hover a,
.header .navbar_nav li.active a {
    color: #fff;
    background: #ca192b;
}

.navbar_nav li.others.active a{
    color: #fff;
    background: #ca192b;
}
.navbar_nav li.module a.active2{
    color: #fff;
    background: #ca192b;
}
.navbar_nav li.index a{color: #2b2b2b;}
.navbar_nav li.index.active a{
    color: #fff;
    background: #ca192b;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative
}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(../img/top.png) no-repeat;
    background-size: 100% 100%;
    display: block
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    padding-top: 8px;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
    width: 120%;
    left: -10%
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    /* margin-bottom: 2px; */
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    /* background: #f3f3f3; */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    /* background: orange */
    background: rgb(51 51 51 / 0.5);
}
.dropdown_menu::after {
    position: absolute;
    left: auto;
    right: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0;
    top: 1px;
    border-bottom-color: #fff;
}

.header.on {
    background: #fff;
    /* border-bottom: 1px solid #eee; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

.header.on .left .img1 {
    display: none
}

.header.on .left .img2 {
    display: block
}

/* .header.on .navbar_nav li a {
    color: #333
} */

.header.on .navbar_nav li:hover a {
    color: #fff;
}

/*语言切换*/
.language {
    z-index: 999;
    position: relative;
    display: flex;
    flex-flow: row-reverse;
}

.language .btn_lang01 {
    font-size: 1.8rem;
    color: #555;
}

.language .btn_lang01:hover {
    color: #ca192b;
}

.language .btm_lang {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 51px;
    right: -40px;
}

.language .btm_lang a {
    display: block;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}

@media screen and (max-width:992px) {
    .header .left {
        width: 80%;
        margin-top: 0;
    }

    .language {
        padding: 2px 10px;
        display: inline-block;
    }

    .language .btm_lang {
        top: 53px;
        left: -30px;
        right: auto;
    }
}

@media screen and (max-width:575.98px) {
    .header .left {
        width: 70%;
        margin-top: 0;
    }
}

@media screen and (max-width:375px) {
  .logo {
    margin-left:-23px;
    margin-top:12px;
  }
}

@media screen and (max-width:320px) {
  .logo {
    width:300px;
  }
  .logo img{
    width:100%;
  }
}



#navToggle {
    display: none
}

.m_nav {
    position: fixed;
    top: 0;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%)
}

.m_nav.open {
    transform: translateX(0)
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.m_nav .logo img {
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 15px 30px 15px 0;
}

.m_nav .call {
    height: 50px;
    line-height: 50px;
    margin: 15px 16px 15px 0;
}
.m_nav .call a i {
    font-size: 1.8rem;
    color: #e48006;
}

.m_nav .ul {
    margin-top: 30px
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%
}

.m_nav .ul li .dropdown_menu {
    display: none
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none
}

@media screen and (max-width:1650px) {
    .header {
        padding: 0 10%;
    }
}

@media screen and (max-width:1468px) {
    .header {
        padding: 0 6%;
    }
}

@media screen and (max-width:1320px) {
    .header {
        padding: 0 2%;
    }
}

@media screen and (max-width:1200px) {
    .header {
        padding: 0 1%;
    }
    .header .navbar_nav li a {
        padding: 0 15px;
    }
}
@media screen and (max-width:1020px) {
    .header .navbar_nav li a {
        padding: 0 12px;
    }
}

@media screen and (max-width:992px) {
    .header {
        padding: 0 10px;
        height: 80px;
    }

    .header .left a img {
        max-height: 70px;
        margin-top: 10px
    }

    .header #navToggle {
        display: block;
        height: 100%;
        padding: 22px 15px;
        margin-right: -15px;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        background: #4f4f4f
    }

    .header #navToggle span:before {
        top: 8px
    }

    .header #navToggle span:after {
        bottom: 10px
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg)
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg)
    }

    .header #navToggle.open span {
        background: 0 0
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f
    }

    .header .nav {
        display: none
    }

    .header .call {
        padding: 10px;
    }

    .header .call i {
        color: rgba(79, 79, 79, 1);
        font-size: 1.8rem;
    }

}

/*search*/
.search {
    margin-bottom: 30px;
}

.form-group {
    position: relative;
}
.form-group:before, .form-group:after {
    display: table;
    content: " ";
}
.form-group:after {
    clear: both;
}
.form-group:before, .form-group:after {
    display: table;
    content: " ";
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    border: none;
    border-radius: 0 200px 200px 0;
    background: 0 0;
}
.sidebar_met_28_1_28 .form-control {
    border-color: rgb(231, 234, 241);
    border-radius: 5px;
}

@media (max-width:992px) {
    .search-top {
        padding: 10px 2% 0 54%;
    }
}

@media (max-width:575.98px) {
    .search-oc {
        display: none;
    }
    .search-top {
        display: none!important;
    }
}

/*banner*/
.banner {
    width: 100%
}

.banner img {
    width: 100%
}

.ad-banner {
    width: 100%;
    /* height: 720px; */
    margin-top: 60px;
    overflow: hidden
}

.ad-banner .swiper-container {
    /* margin-top: -40px; */
    width: 100%;
    /* height: 800px */
}

.ad-banner .swiper-container img {
    width: 100%;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: 0 0
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.swiper-button-prev {
    left: 0
}

.swiper-button-next {
    right: 0
}

.swiper-button-prev span,
.swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center 17px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.swiper-button-next span {
    background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center -71px;
    left: auto;
    right: 20px
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: .6
}

.ad-banner .swiper-pagination {
    top: auto;
    bottom: 50px;
    /* background: 0 0 */
}

.ad-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 8px;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 0;
    opacity: 0.5
}

.ad-banner .swiper-pagination-bullet span {
    width: 50px;
    height: 2px;
    display: block;
    background: rgba(128, 128, 128, .2)
}

.ad-banner .swiper-pagination-bullet-active span {
    background: gray
}

.ad-banner .autoplay .swiper-pagination-bullet-active span {
    background: rgba(128, 128, 128, .2)
}

.ad-banner .swiper-pagination-bullet-active {
    background: rgba(202, 25, 43, 0.9);
}

.ad-banner .swiper-pagination-bullet i {
    background: gray;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block
}

.ad-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1)
}

.ad-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1)
}

.ad-banner .autoplay .replace span {
    background: gray
}

/* .slide1 {
    background: #000 url(../img/iphone_large.jpg) no-repeat 50% 10%;
    background-size: auto 100%
} */

.slide1 .title {
    text-align: center;
    /* margin-top: 100px; */
    font-size: 30px;
    font-weight: 400;
    color: #fff
}

/* .slide2 {
    background: #f3f3f3 url(../img/watch_alt_large.jpg) no-repeat center 50%;
    background-size: auto 100%
} */

.slide2 .title {
    /* padding-top: 100px; */
    text-align: center
}

.slide2 h2 {
    bottom: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    width: 100%
}

/* .slide3 {
    background: #fff url(../img/macbookpro_large.jpg) no-repeat center 110%;
    background-size: auto 70%
} */

.slide3 .title {
    text-align: center;
    /* margin-top: 100px; */
    font-size: 40px;
    font-weight: 400
}

@media screen and (max-width:992px) {
    .ad-banner {
        margin-top: 80px;
    }
}

@media screen and (max-width:575.98px) {
    .ad-banner .swiper-pagination {
        bottom: 5%;
    }
}

/*main*/
.padding20 {
    padding: 20px;
}

.bstcoop {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* align-items: center; */
}

.bstcoop ul {
    padding: 0;
    margin: 0;
}

.bstcoop li {
    padding: 0;
    margin: 0;
}

.bstcoop img {
    /* width: 100%; */
    max-width: 100%;
}

.bstcoop col,
.bstcoop .col-6,
.bstcoop .col-12,
.bstcoop .col-md-6,
.bstcoop .col-md-4,
.bstcoop .col-md-3 {
    padding: 0;
}

.paddingL_15 {
    padding-left: 15px !important;
}

.paddingLpc_15 {
    padding-left: 15px !important;
}

.paddingLpc_40 {
    padding-left: 40px !important;
}

.paddingR_15 {
    padding-right: 15px !important;
}

.paddingRpc_15 {
    padding-right: 15px !important;
}

.paddingLR_15 {
    padding: 0 15px !important;
}

.paddingLRpc_15 {
    padding: 0 15px !important;
}

.paddingTD_15 {
    padding: 15px 0 !important;
}

.paddingTD_40 {
    padding: 40px 0 !important;
}

.paddingT_20 {
    padding-top: 20px !important;
}
.paddingT_40 {
    padding-top: 40px !important;
}

.fw500 {
    font-weight: 500!important;
}
.fw700 {
    font-weight: 700!important;
}
.fw900 {
    font-weight: 900!important;
}
/*cover*/
.cover {
    /* width: 0; */
    text-align: center;
    background: #fff;
    transition: all .3s ease-out;
}

.cover span i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5px;
    opacity: 0;
    /* transform: translate(-250px, -50%); */
    transition: all .6s ease-out;
    white-space: nowrap;
}

a:hover .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease-out;
}

a:hover .cover span i {
    /* transform: translate(-50%, -50%); */
    padding: 5px 5px;
    color: #fff;
    font-size: 3rem;
    opacity: 0.7;
    /* border: 2px solid #fff; */
    transition: all .6s ease-out;
}

a .cover span i:hover {
    opacity: 1;
}

@media (min-width:768px) {
    .ds-md {
        display: block !important;
    }

    .ds-m {
        display: none !important;
    }

    .hidden-md {
        display: none!important;
    }
}

@media (max-width:992px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (max-width:767px) {
    .ds-md {
        display: none !important;
    }

    .ds-m {
        display: block !important;
    }
}

@media (max-width:575.98px) {
    .paddingLpc_15 {
        padding-left: 0 !important;
    }

    .paddingLpc_40 {
        padding-left: 0 !important;
    }

    .paddingRpc_15 {
        padding-right: 0 !important;
    }

    .paddingLRpc_15 {
        padding: 0 !important;
    }
}

.center {
    text-align: center!important;
}

.justify-content-center {
    justify-content: center!important;
}

/*mid_left*/
/* .mid_left {

} */
.sidebar {
    padding: 15px;
    box-shadow: none;
    background: #fff;
    margin-left: 0px;
    margin-right: 42px;
}

.sidebar .sidebar-column {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(231, 234, 241);
    border-radius: 5px;
    box-shadow: rgba(0, 37, 55, 0.05) 0px 1px 3px;
    margin: 20px 0px 11px !important;
    padding: 0px !important;
}

.sidebar .sidebar-column li {
    padding: 4px 16px;
    margin: 0px !important;
}

.sidebar .sidebar-column li a {
    display: block;
    font-size: 16px;
    color: rgb(33, 33, 33);
    padding: 5px 0px;
    border-bottom: 1px solid rgb(240, 242, 247);
}

.sedebar ul.recommend .liList a {
    font-size: 14px;
}

.sidebar .sidebar-column .list-first {
    color: rgb(255, 255, 255);
    background: rgb(202, 25, 43);
    border-radius: 5px 5px 0px 0px;
}

.sidebar .sidebar-column .list-first a {
    color: rgb(255, 255, 255);
    border-bottom: none;
}

/*mid_right*/
.met_article_head {
    position: relative;
    padding: 0px 10px;
    height: 60px;
    border-bottom: 1px solid rgb(221, 221, 221);
    line-height: 60px;
}

.met_article_head h2 {
    color: rgb(33, 33, 33);
    font-weight: normal;
    font-size: 18px;
    margin: 0px;
    line-height: 60px;
}
.met_article_head .met_position {
    position: absolute;
    top: 0px;
    right: 10px;
    color: rgb(170, 170, 170);
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
}
.breadcrumb a {
    color: rgb(102, 102, 102);
    font-size: 14px;
}
.main {
    background: #f5f5f5;
}

.main .title {
    color: rgb(58, 58, 58);
    font-size: 1.5rem;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}

.main .title a {
    color: rgb(58, 58, 58);
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px;
}
.main .title p {
    font-size: 14px;
}

.main .tTitle {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333;
}

.main .title a:hover {
    color: #666;
}

.main .tTitleEn {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #999999;
}

.main .detail_title {
    float: none;
    width: auto;
    text-align: center;
    font-size: 18px;
    margin: 5px 0 5px 0;
    font-weight: 500;
}

.main .post_message {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #b5b5b5;
    padding-top: 5px;
}

.main .post_message span:nth-child(n) {
    padding-right: 40px;
}

.main .post_message span:last-child {
    padding-right: 0;
}

.nav_link {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .nav_link .col-12.col-md-6:last-child {
        text-align: right;
    }
}

.nav_link a:hover {
    color: #212121;
}

.nav_link a span {
    color: #666;
}

.nav_link a:hover span {
    color: #999;
}

/**/
#proCat-box {
    width: 100%;
}

#proCat-box ul li {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#proCat-box ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
}

#proCat-box img {
    /* width: 100%; */
    height: 100%;
}

#proCat-box .thumb {
    height: 260px;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.proCat-in {
    display: flex;
    flex-direction: column;
}

@media (min-width:768px) {
    #proCat-box > ul li.proCat-in:nth-of-type(3n-1) {
        flex-direction: column-reverse;
    }
}

.procat_t {
    text-align: center;
    position: relative;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procat_t .text-body {
    width: 90%;
    text-align: center;
    display: inline-block;
}

.procat_t .text-body .mynum {
    color: #666666;
    font-size: 50px;
}
.procat_t .text-body h4 {
    color: #212121;
    margin: 5px auto 0;
    font-size: 24px;
}

.procat_t .text-body p {
    color: #666666;
    margin-top: 10px;
    font-size: 17px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#ad-box {
    margin-bottom: 40px;
}

#ad-box ul li {
    text-align: center;
}
#ad-box ul li .l_order .bText {
    text-align: left;
    padding: 20px;
}
#ad-box ul li .l_order .bText h4 {
    font-size: 30px;
    color: rgb(33, 33, 33);
}
#ad-box ul li .l_order .bText .ad-zt-txt-hr {
    height: 3px;
    width: 65px;
    display: block;
    background: rgb(202, 25, 43);
    margin: 20px 0px 30px;
}
#ad-box ul li .l_order .bText p {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

#ad-box ul li .l_order .bImg {
    position: relative;
}
#ad-box ul li .l_order .bImg .ad-zt-img-num-right {
    position: absolute;
    top: -30px;
    right: 50px;
    background: rgb(250, 0, 0);
    font-size: 48px;
    padding: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

@media (min-width: 575.98px) {
    #ad-box>ul>li:nth-of-type(2n) .l_order .bImg {
        order: -1;
        transition: all .5s ease-out;
    }
    #ad-box>ul>li:nth-of-type(2n) .l_order .bImg .ad-zt-img-num-right {
        left: 50px;
        right: inherit;
    }
}

.products_index {
    padding-bottom: 50px;
    margin-top: 50px;
    position: relative;
    background: #f5f5f5;
    background: url(../img/products_index.jpg) no-repeat;
}

#products-box .title h2 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0px;
}
#products-box .title h2::before {
    content: "";
    height: 1px;
    background-color: rgb(255, 255, 255);
    width: 25px;
    display: block;
    position: absolute;
    left: -35px;
    top: 50%;
}
#products-box .title h2::after {
    content: "";
    height: 1px;
    background-color: rgb(255, 255, 255);
    width: 25px;
    display: block;
    position: absolute;
    right: -35px;
    top: 50%;
}

#products-box ul li {
    text-align: center;
}
.product-nav {
    border: 1px solid rgb(41, 111, 184);
}
.product-nav .product-nav-title {
    width: 100%;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 33);
    text-align: center;
    padding: 20px 0px;
}

.product-nav li {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 0px;
}
.product-nav li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 13px 0px;
    border: none;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-nav li a:hover,.product-nav li.on a {
    color: rgb(202, 25, 43);
    background: rgb(255, 255, 255);
}
.product-nav li a span {
    position: relative;
}
.product-nav li a span::before {
    position: absolute;
    bottom: -4px;
    content: "";
    width: 0px;
    height: 1px;
    transition: width 0.3s linear 0s;
    background-color: rgb(202, 25, 43);
}
.product-nav li a:hover span::before, .product-nav li.on a span::before {
    width: 100%;
}
.pc-box .left-drc h4 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin: 20px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pc-box .left-drc h4 span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.pc-box .left-drc h4:hover span {
    color: rgb(202, 25, 43);
}
.pc-box .left-drc .text {
    text-align: left;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
/* .tempWrap {
    height: 300px!important;
} */
.picList li {
    padding: 0px 5px;
}
.picList li a.res {
    position: relative;
    opacity: 0.7;
    width: 100%;
    display: block;
    transition: all 0.5s ease 0s;
}
.picList li a.res:hover {
    opacity: 1;
}
.picList li a.res .img {
    background: #fff;
}
/* .picList li a.res img {
    max-height: 100px;
} */
.picList li a h4 {
    margin: 0px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 5px;
    width: 100%;
}
.products_img img {
    width: 100%;
}

.products_img h4 {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

/**/
.news_index {
    position: relative;
    background: #f5f5f5;
}

.news_index .newsL {
    padding: 5px;
}

.news_index h5 {
    font-size: 20px;
    color: rgb(33, 33, 33);
    font-weight: 600;
    margin: 15px 0 30px;
}

.news_index .newsL>div {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    border-radius: 10px;
    box-shadow: rgba(0, 37, 55, 0.05) 0px 1px 3px;
    overflow: hidden;
}

.news_index .newsL .news-text {
    font-size: 13px;
    overflow: hidden;
    color: rgb(102, 102, 102);
    padding: 0px 15px 25px 30px;
    margin: 0;
}

#news-box .title {
    color: #212121;
}

.news-text {
    margin: 25px 0;
}

.news-text h5 {
    font-size: 1.05rem;
    color: #212121;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-text p {
    color: #9c9c9c;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_index .newsList {
    display: flex;
    align-content: flex-start;
}

.news_index .newsList_img {
    overflow: hidden;
    width: 85px;
    height: 85px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 100%;
    text-align: center;
    transition: all 0.25s ease-out 0s;
}
.news_index .newsList_img a {
    display: block;
    /* width: 85px;
    height: 85px; */
    margin: 0 auto;
}
.news_index .newsList_img strong {
    font-size: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    font-weight: normal;
    color: rgb(51, 51, 51);
    margin-top: 17px;
    transition: all 0.25s ease-out 0s;
}
.news_index .newsList_img em {
    font-style: normal;
    font-size: 14px;
    color: rgb(51, 51, 51);
    transition: all 0.25s ease-out 0s;
}
.news_index .newsList_ul > li:hover .newsList_img {
    background: rgb(202, 25, 43);
    border: 1px solid rgb(202, 25, 43);
}
.news_index .newsList_ul > li:hover .newsList_img strong {
    color: rgb(255, 255, 255);
}
.news_index .newsList_ul > li:hover .newsList_img em {
    color: rgb(255, 255, 255);
}
@media (max-width:576px) {
    .news_index .newsList_ul .newsList {
        padding-right: 0;
    }
}
/*link*/
.link_index {
    position: relative;
    background: #f5f5f5;
}

#link-box ul li {
    text-align: center;
    margin: 10px 0;
}
#link-box ul li a {
    display: block;
    margin: 5px;
    background: #fff;
}
#link-box .link_img {
    width: 200px;
    height: 80px;
    padding: 7.5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}
#link-box .bstcoop img {
    max-width: 100% !important;
}

@media (min-width:575.99px) {
    #link-box ul li a {
        margin: 5px 20px;
    }
}

@media (max-width: 575.98px) {
    #about-box {
        padding: 0 0 30px;
    }

    #about-box .title {
        margin-bottom: 80px;
    }

    #about-box .about-img {
        top: 0;
    }

    #about-box .inside-box {
        padding-bottom: 30px;
    }

    #ad-box ul li span {
        font-size: 1.2rem;
    }

    #ad-box ul li div {
        font-size: 0.8rem;
        /* height: 1.5rem; */
    }

    #products-box ul li {
        padding: 0 10px;
    }

    #products-box ul li .probox {
        margin: 10px 0;
    }

    .bstcoop li.newsL {
        padding-right: 0;
    }

}

/*底部footer*/
.footer {
    width: 100%;
    height: auto;
    line-height: 1.8;
    background-color: rgb(28, 28, 28);
    color: rgb(255, 255, 255);
    padding: 50px 0px 50px 0;
    display: flex;
}
.footer .h4 {
    margin-top: 0px;
    margin-bottom: 28px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
.footer p {
    color: rgb(172, 172, 172);
    font-size: 14px;
    width: 80%;
    margin-bottom: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.footer ul li a {
    font-size: 14px;
    color: rgb(172, 172, 172);
}
.footer ul li a:hover {
    color: #fff;
}
/* .footer .footInfo {

} */
.footer .footInfo>a {
    display: inline-block;
    margin: 0px 8px;
}
.footer .footInfo>a i {
    font-size: 20px;
    color: rgb(172, 172, 172);
}
.footer .footInfo>a i:hover {
    color: rgb(255, 255, 255);
}
/* .footer .footNav {

}
.footer .fontContact {

} */
.footText {
    margin-top: 40px;
    color: #fff;
}
.footText a {
    color: rgb(172, 172, 172);
}

.footText .nav-link {
    display: inline-block;
    padding: 0;
}

.footer #formIndex {
    width: 100%;
}
.footer #formIndex label {
    width: 100%;
}
.footer #formIndex input {
    width: 85%;
    border-radius: 8px;
}
.footer #formIndex textarea {
    width: 85%;
    height: 4rem;
    border-radius: 8px;
}
.footer #formIndex .submit {
    display: flex;
    justify-content: flex-end;
}
.footer #formIndex .submit0 {
    text-align: center;
    display: block;
    width: 85%;
    color: #fff;
    font-size: 16px;
    background: #ca192b;
    border-color: #ca192b;
    padding: 8px!important;
    border-radius: 8px;
}
.footer #formIndex .submit0:hover {
    background: #d22a3b;
    border-color: #d22a3b;
}

@media (min-width: 576px){
    .footer ul li {
        padding: 0 0.9375rem!important;
    }

}
@media (max-width: 575px){
    .footer ul li {
        padding: 0 0.9375rem!important;
    }
    .footer #formIndex input {
        width: 100%;
    }
    .footer #formIndex textarea {
        width: 100%;
    }
    .footer #formIndex .submit0 {
        width: 100%;
    }
}

/*sitemap*/
#midcenter .sitemap .sitemap1 {
    padding: 15px 15px;
}

nav .pagination {
    padding: 50px 0 10px;
}

/*backtotop*/
#toTop {
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 12;
    cursor: pointer;
    display: none;
}
#toTop i {
    color: rgba(0, 0, 0, 0.1);
    font-size: 3rem;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#toTop i:hover {
    color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
    #toTop {
        bottom: 2%;
    }
    #toTop i {
        font-size: 2rem;
    }
}

/*****************************内页*****************************/
#midtop {
    padding: 40px 20px;
    background: rgb(255, 255, 255);
    position: relative;
    z-index: 99;
    width: auto;
    margin-top: -35px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}

.titleText {
    font-size: 1.5rem;
}
.titleText ul li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    float: none;
}

.titleText a.link {
    border-right: 1px dashed rgb(148, 148, 148);
    text-decoration: none;
    display: block;
    margin: 0px 5px;
    line-height: 30px;
    text-align: center;
    padding: 0px 20px;
    height: 30px;
    color: rgb(33, 33, 33);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
    font-size: 16px !important;
}
.titleText a.link.active {
    color: rgb(202, 25, 43);
}

#midtop .foots {
    text-align: right;
}

#midtop .foots a {
    font-size: 0.8rem;
    color: #666;
}

#midtop .foots a:hover {
    color: #333;
}

#midtop .foots a:last-child {
    pointer-events: none;
}

#midcenter {
    margin-left: 0px;
    margin-right: 0px;
    /* margin-top: 50px; */
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width:576px) {
    #midtop .foots {
        margin-top: 20px;
        text-align: left;
    }
    .titleText a.link {
        padding: 0px 10px;
    }
}

/*article*/
.newsList_ul>li {
    overflow: hidden;
    align-items: center;
    margin-bottom: 20px;
    height: 140px;
    /* background: #fff; */
    transition: all .5s ease-out;
}
.newsList_ul>li img {
    max-height: 100%;
}

.newsList_ul li .newsList {
    padding: 0 15px;
}

/* #midcenter .newsList {
    padding: 0;
} */
.newsList h4 {
    color: #666;
    font-size: 1.05rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsList .intro p {
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#midcenter .newsList {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

#midcenter ul li.news {
    padding: 0 15px;
    margin: 10px 0;
}

#midcenter ul li.news:hover .time {
    background-color: rgb(202, 25, 43);
}

#midcenter ul li.news:hover .time p {
    color: #fff;
}

#midcenter ul li.news:hover .text h4 a {
    color: rgb(202, 25, 43);
}

.newsList .time {
    height: 130px;
    padding: 0px 25px;
    margin-right: 15px;
    float: left;
    text-align: center;
    background-color: rgb(238, 238, 238);
}
.newsList .time p {
    font-size: 40px;
}
.newsList .time p:last-child {
    font-size: 20px;
}
.newsList .text {
    padding: 15px 15px;
}
.newsList .text p {
    font-size: 1rem;
    text-align: justify;
    color: rgb(102, 102, 102);
    margin-bottom: 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media (min-width:768px) {
    #midcenter .newsList_ul>li:nth-child(2n+1) {
        padding-right: 30px;
    }
}
@media (max-width: 575.98px) {
    #midcenter ul.bstcoop li.news {
        height: 125px;
    }

    #midcenter .newsList_ul li .newsList {
        padding-right: 0;
    }

    #midcenter .newsList_ul>li {
        height: 110px;
    }

    #midcenter>ul>li:nth-of-type(2n) .l_order .bImg {
        order: 0;
    }

    #midcenter>ul>li:nth-of-type(2n+1) .l_order .bText {
        padding-left: 0;
    }

    #midcenter .l_order .bText {
        margin: 20px 0;
    }

    #midcenter ul.bstcoop li.news .news-time {
        display: none;
    }
}

/*product*/
.productList {
    font-size: 1rem;
    margin-top: 30px;
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.productList .h4 {
    text-align: center;
    font-size: 1rem;
}
.productList ul li .probox {
    margin: 15px;
}

.productList ul li .probox .product-title {
    text-align: center;
}

.pro_detail .detail_top ul li {
    font-size: 1.2rem;
}

.pro_detail .detail_top ul {
    border-bottom: 1px solid #e5e5e5;
}

.pro_detail .detail_top ul li:first-child {
    text-align: center;
    border-bottom: 2px solid #ca192b;
}

.productDetail {
    margin-top: 40px;
}

.tit.recommend {
    display: block;
    font-weight: bold;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    color: rgb(33, 33, 33);
    padding-left: 20px;
    border-left: 5px solid rgb(202, 25, 43);
    border-top-color: rgb(202, 25, 43);
    border-right-color: rgb(202, 25, 43);
    border-bottom-color: rgb(202, 25, 43);
    margin:50px 0 0 0;
}

.pro_con {
    height: 120px;
    align-items: center;
}

.pro_con li {
    text-align: center;
}

.pro_con li a {
    display: block;
    border-radius: 21px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #444;
}

.pro_con li a:hover {
    background: #ca192b;
    border: 1px solid #ca192b;
    color: #fff;
}

@media (min-width: 768px) {
    .probox a {
        width: 350px;
        height: 350px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        background: #fff;
    }

    .probox a img {
        max-width: 100%;
        max-height: 100%;
    }

    .productList ul li:nth-child(4n-3) .probox {
        margin-left: 0;
    }

    .productList ul li:nth-child(4n) .probox {
        margin-right: 0;
    }

    .pro_detail .detail_top ul li {
        font-size: 0.6rem;
    }
}

@media (min-width:992px) {
    .pro_detail .detail_top ul li {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .pro_detail .detail_top ul li {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .productList ul li:nth-child(2n-1) .probox {
        margin-left: 0;
    }

    .productList ul li:nth-child(2n) .probox {
        margin-right: 0;
    }
}

@media (max-width: 340px) {
    .pro_detail .detail_top ul li {
        font-size: 1rem;
    }
}

@media (max-width: 290px) {
    .pro_detail .detail_top ul li {
        font-size: 0.6rem;
    }
}

/*产品多图展示*/
/* #MagnifierWrap{
    position: relative;
    width: 350px;
    margin:100px auto;
} */
#MagnifierWrap {
    position: relative;
    width: 350px;
    margin: 30px auto;
}

.MagnifierMain {
    position: relative;
    width: 350px;
    height: 350px;
    overflow: hidden;
}

.MagnifierMain img {
    width: 100%;
}

.MagnifierDrag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: move;
}

/* .MagnifierPop{
    position: absolute;
    top:0;
    overflow: hidden;
    background:#fff url(../images/loading.gif) no-repeat center center;
} */
.MagnifierPop {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 10;
    background: #fff;
}

.MagnifierImg {
    position: absolute;
    top: 0;
    left: 0;
}

.spec-items {
    position: relative;
    width: 292px;
    height: 75px;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto;
}

.spec-items ul {
    width: 500%;
    position: absolute;
    top: 10px;
    left: 0;
}

.spec-items ul * {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.spec-items li {
    width: 65px;
    height: 65px;
    float: left;
    overflow: hidden;
    margin-right: 5px;
    border: 2px solid #fff;
    cursor: pointer;
}

.spec-items li.on {
    border: 2px solid #000;
}

.spec-items li img {
    width: 100%;
}

span.spe_leftBtn,
span.spe_rightBtn {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 20px;
    height: 65px;
    line-height: 65px;
    font-family: "黑体";
    text-align: center;
    font-size: 30px;
    color: #ddd;
    cursor: default;
    background-color: #f9f9f9;
}

span.on {
    background-color: #ccc;
    color: #999;
    cursor: pointer;
}

span.spe_leftBtn {
    left: 0;
}

span.spe_rightBtn {
    right: 0;
}

@media (max-width: 767px) {
    .product_img .swiper-button-prev span,
    .product_img .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -32px;
        border-radius: 100%;
        background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center 17px;
        opacity: 1;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }
    .product_img .swiper-button-next span {
        background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center -71px;
        left: auto;
        right: 0px
    }
}

/*photo多图*/
.photo_img {
    height: 280px;
    margin: 30px auto;
    overflow: hidden;
}

/* .photo_img img {
    max-height: 100%;
} */

.photo_img .swiper-button-prev span,
.photo_img .swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center 17px;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}
.photo_img .swiper-button-next span {
    background: rgba(180, 180, 180, .25) url(../img/arrows.png) no-repeat center -71px;
    left: auto;
    right: 0px
}

@media screen and (max-width:1200px) {
    .photo_img {
        height: 230px;
        overflow: hidden;
    }
}

@media screen and (max-width:992px) {
    .photo_img {
        height: 165px;
        overflow: hidden;
    }
}

@media screen and (max-width:892px) {
    .photo_img {
        height: 165px;
        overflow: hidden;
    }
}

@media screen and (max-width:765px) {
    .photo_img {
        height: 245px;
        overflow: hidden;
    }
}

@media screen and (max-width:540px) {
    .photo_img {
        height: 500px;
        overflow: hidden;
    }
}

@media screen and (max-width:415px) {
    .photo_img {
        height: 380px;
        overflow: hidden;
    }
}

@media screen and (max-width:375px) {
    .photo_img {
        height: 345px;
        overflow: hidden;
    }
}

@media screen and (max-width:320px) {
    .photo_img {
        height: 290px;
        overflow: hidden;
    }
}

@media screen and (max-width:280px) {
    .photo_img {
        height: 250px;
        overflow: hidden;
    }
}

/*video*/
.willesPlay {
    width: 100%;
}

.willesPlay iframe {
    height: 675px;
}

@media screen and (max-width:1200px) {
    .willesPlay iframe {
        height: 575px;
    }
}

@media screen and (max-width:992px) {
    .willesPlay iframe {
        height: 500px;
    }
}

@media screen and (max-width:767px) {
    .willesPlay iframe {
        height: 320px;
    }
}

@media screen and (max-width:520px) {
    .willesPlay iframe {
        height: 280px;
    }
}

@media screen and (max-width:485px) {
    .willesPlay iframe {
        height: 250px;
    }
}

@media screen and (max-width:412px) {
    .willesPlay iframe {
        height: 220px;
    }
}

@media screen and (max-width:376px) {
    .willesPlay iframe {
        height: 200px;
    }
}

@media screen and (max-width:325px) {
    .willesPlay iframe {
        height: 180px;
    }
}

/*download*/
.down span {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
}

.down .tTitle {
    margin-bottom: 2px;
}

.down span img {
    width: 100%;
    height: auto;
}

.down p {
    color: #9c9c9c;
    font-size: 0.8rem;
}

/*single*/
/* .page-left {
    padding-top: 50px;
} */
.page-right {
    /* padding-top: 50px; */
    background-color: rgb(255, 255, 255);
}
.page-left .page-sider {
    /* width: 350px; */
    width: 60%;
    float: right;
    display: block;
    /* margin-right: 60px; */
}

.page-left .page-sider h2 {
    font-size: 36px;
    color: rgb(33, 33, 33);
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0px;
}
.page-left .page-sider .en {
    color: rgb(102, 102, 102);
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.page-left .page-sider .pageTmore {
    width: 34px;
    height: 34px;
    background-color: rgb(202, 25, 43);
    position: relative;
    display: block;
}
.page-left .page-sider .pageTmore i {
    font-size: 40px;
    color: #f3bb33;
    width: 32px;
    height: 13px;
    position: absolute;
    left: 17px;
    top: -22%;
    margin-top: -6px;
    transition: all 0.3s ease 0s;
}

.page-left .page-sider .pageT:hover .pageTmore i {
    left: 27px;
}

/*feedback*/
#midcenter .contact {
    margin-bottom: 50px;
}

.feedbackBox dt {
    font-size: 1rem;
}

.feedbackBox dt div {
    padding: 0 15px;
    margin: 20px auto 0;
}

.feedbackBox .feedForm h6 {
    color: #bbb;
    padding: 0 15px;
    margin: 20px auto;
}

.feedbackBox #formIndex input {
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 34px;
    color: #444;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    outline-color: #238ad4;
    outline: none;
}

.feedbackBox #formIndex textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    outline-color: #238ad4;
    border: 1px solid #e5e5e5;
    outline: none;
}

.feedbackBox #formIndex label[for='submit'] {
    margin-left: 0;
    width: 100%;
}

.feedbackBox #formIndex label[for='submit'] a {
    display: block;
    line-height: 34px;
    background-color: #ca192b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.feedbackBox #formIndex label[for='submit'] a:hover {
    background-color: #fff;
    background-color: rgba(202, 25, 43, 0.8);
}

.feedbackBox #formIndex input[type="text"]:focus,
.feedbackBox #formIndex label[for='content'] textarea:focus {
    border-color: #67ac4857;
    box-shadow: 0 0 5px #67ac4857;
}

.feedbackBox #formIndex label p {
    color: red;
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 1.7;
    height: 20px;
}