
    @font-face {
    font-family: youyuan;
    src: url('../youyuan.ttf')
}

body {
    margin: 0;
    padding: 0;
    font-family: "youyuan";
    overflow-x: hidden;
    padding-top: 97px;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a:link,
a:hover {
    text-decoration: none;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mass-div {
    padding-bottom: 40px;
}

select:focus,
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
input:focus {
    outline: none;
    resize: none;
}

.over {
    overflow: hidden;
}

.over>img {
    cursor: pointer;
    transition: all 0.6s;
}

.over>img:hover {
    transform: scale(1.2);
}

.doubt_size a:hover,
.waiting_ul li button:hover,
.recruitment_ul li:hover,
.development_rig_wid:hover,
.science_size:hover,
.product_lunbo .product_size:hover,
.product_lunbo .product_size:hover a:nth-of-type(2),
.daohang_ul>li>a:hover::after,
.daohang_ul>li.active>a::after {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

@media (min-width: 1700px) {
    .container {
        width: 1200px;
    }
}

.gaoduo {
    height: 200px;
}


/* pc导航 */

.daohang {
    width: 1630px;
    margin: 0 auto;
    padding: 18px 0;
}

.daohang_pos {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}

.daohang_img {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    z-index: 22;
}

.daohang_div .iconfont {
    font-size: 20px;
}

.daohang_div {
    padding-top: 12px;
}

.daohang_div span {
    font-size: 15px;
    color: #2e2d2e;
    display: inline-block;
    margin-left: 35px;
}

.daohang_div span:nth-of-type(2),
.daohang_div span:nth-of-type(3) {
    cursor: pointer;
}

.daohang_div span:nth-of-type(2):hover,
.daohang_div span:nth-of-type(3):hover {
    color: #fa2828;
}


/* .daohang_span{
    text-align: center;
} */

.daohang>a {
    display: inline-block;
}

.daohang_ul>li {
    display: inline-block;
    margin: 0 16px;
}

.daohang_ul {
    padding-top: 12px;
}

.daohang_ul>li>a {
    display: block;
    color: #2e2d2e;
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
}

.daohang_ul>li>a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background: #fa2828;
}

.daohang_ul>li>a:hover,
.daohang_ul>li.active>a {
    color: #fa2828;
}

.daohang_ul>li>a:hover::after,
.daohang_ul>li.active>a::after {
    width: 100%;
}

.lunbo_size {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
}

.lunbo_size>p {
    color: #fff;
}

.lunbo_size>p:nth-of-type(1) {
    font-size: 48px;
}

.lunbo_size>p:nth-of-type(2) {
    font-size: 26px;
}

.lunbo_img1 {
    display: none;
}

.lunbo_img {
    display: block;
}

.course {}

.course_wid {
    width: 100%;
    position: relative;
    margin-top: -80px;
    z-index: 22;
}

.course_wid>div {
    width: 50%;
    float: left;
    height: 195px;
}

.course_fl {
    padding: 45px 70px;
    background: #545454;
}

.course_fl div {
    position: relative;
}

.course_fl input {
    width: 100%;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    background: none;
    padding-left: 10px;
    height: 45px;
}

.course_fl input::-webkit-input-placeholder {
    color: #ffffff;
}

.countup_span {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
    font-size: 25px;
}

.countup_a {
    padding-top: 15px;
}

.countup_a {
    color: #9b9b9b;
    font-size: 15px;
}

.countup_a a {
    display: inline-block;
    color: #9b9b9b;
    font-size: 15px;
}

.countup_rig {
    background: #fa2828;
    padding: 35px 50px 25px 80px;
    position: relative;
}

.countup_size p {
    color: #fff;
}

.countup_size p:nth-of-type(1) {
    font-size: 21px;
}

.modal-body {
    padding: 0;
}

.modal-content {
    box-shadow: none;
    background: none;
    border: none;
}

.modal-header {
    border: none;
    padding: 0;
}

.close {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    line-height: 65px;
    opacity: 1;
}

.xiangq_60 {
    text-align: center;
    width: auto;
}

.modal-dialog {
    /* width: 1200px; */
    /* margin-top: 10%; */
}

.countup_size a {
    color: #ffa2a2;
    font-size: 15px;
    line-height: 30px;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.countup_size p span {
    display: inline-block;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}

.countup_size a div {
    height: 60px;
}

.countup_size p span .iconfont {
    color: #ffffff;
    font-size: 20px;
}


/* .course{
    padding-bottom: 60px;
    
} */

.countup_rig .swiper-button-next,
.countup_rig .swiper-button-prev {
    background: none;
    opacity: 1;
    top: 40%;
}

.countup_rig .swiper-button-prev {
    left: auto;
    right: 25px;
    top: 40.5%;
}

.countup_rig .swiper-button-next .iconfont,
.countup_rig .swiper-button-prev .iconfont {
    color: #ffffff;
    font-size: 20px;
}

.course {
    background: #eeeeee;
}

.product {
    background-color: #eeeeee;
    padding: 75px 0;
}

.product_ti>p:nth-of-type(1) {
    font-size: 35px;
    color: #2e2d2e;
    padding-bottom: 6px;
}

.product_ti>p:nth-of-type(2) {
    font-size: 17px;
    color: #6e6e6e;
}

.product_lunbo {
    padding-top: 45px;
}

.product_lunbo .product_size {
    padding: 40px 0 30px 0;
    border: 1px solid #ffffff;
}

.product_lunbo .product_size a {
    display: block;
    text-align: center;
}

.product_size a:nth-of-type(2) {
    margin-top: 20px;
    color: #000000;
    font-size: 23px;
}

.product_img {
    display: inline-block;
}

.product_img1 {
    display: none;
}

.product_lunbo .product_size:hover .product_img {
    display: none;
}

.product_lunbo .product_size:hover .product_img1 {
    display: inline-block;
}

.product_lunbo .product_size:hover {
    background: #fa2828;
    border: 1px solid #fa2828;
    box-shadow: 4px 6.928px 15px 0px rgba(0, 0, 0, 0.15);
}

.product_lunbo .product_size:hover a:nth-of-type(2) {
    color: #ffffff;
}

.series {
    padding: 70px 0;
    display: none;
}

.series_size a {
    display: block;
}

.series_size a:nth-of-type(2) span {
    font-size: 18px;
    color: #000000;
    display: inline-block;
}

.series_size a:nth-of-type(2) {
    color: #6d6d6d;
    font-size: 19px;
    text-align: center;
    padding: 35px 0;
}

.series_size {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.series_lunbo .swiper-container {
    padding: 2px;
}

.series_lunbo {
    padding-top: 50px;
}

.series_lunbo {
    position: relative;
}

.series_lunbo .swiper-button-next,
.series_lunbo .swiper-button-prev {
    background: none;
    /* opacity: 1; */
    top: -30px;
}

.series_lunbo .swiper-button-next span,
.series_lunbo .swiper-button-prev span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #fa2828;
    color: #fa2828;
    text-align: center;
    line-height: 60px;
}

.series_lunbo .swiper-button-prev {
    left: auto;
    right: 110px;
}

.series_lunbo .swiper-button-next {
    right: 38px;
}

.series_lunbo .swiper-button-next .iconfont,
.series_lunbo .swiper-button-prev .iconfont {
    font-size: 35px;
}

.science_pos {
    position: relative;
    background: url(../img/3.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.science_wid {
    width: 100%;
}

.science_wid>div {
    width: 30%;
    float: left;
    height: 220px;
}

.science_size {
    padding: 35px 45px 55px 45px;
}

.science_size a {
    display: block;
}

.science_size div .fl {
    color: #ffffff;
    font-size: 29px;
}

.science_size div .fr img {
    /* width: 60px; */
}

.science_img1 {
    display: none;
}

.science_size>a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.science_div .science_wid:nth-child(1) .science_size div .fl {
    font-size: 47px;
}

.science_div .science_wid:nth-child(1) .science_size {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.science_div .science_wid:nth-child(2) .science_size {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.science_div .science_wid:nth-child(2) .science_size:nth-child(1) {
    border-left: 1px solid #fff;
}

.science_div .science_wid:nth-child(3) .science_size {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.science_div .science_wid:nth-child(3) .science_size:nth-child(1) {
    border-left: 1px solid #fff;
}

.science_size:hover {
    background: #fa2828;
}

.science_size:hover .science_img {
    display: none;
}

.science_size:hover .science_img1 {
    display: inline-block;
}

.science .row {
    position: relative;
}

.science_top p {
    color: #fff;
    text-align: right;
}

.science_top {
    width: 32%;
    position: absolute;
    right: 0;
    top: 30px;
}

.science_top p:nth-of-type(1) {
    font-size: 35px;
}

.science_top p:nth-of-type(2) {
    line-height: 30px;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 18px 0;
}

.science_top a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: right;
}

.science_top a .iconfont {
    font-size: 30px;
    color: #fff;
    margin-left: 8px;
    position: relative;
    top: 6px;
}

.Journalism {
    padding: 70px 0 80px 0;
}

.Journalism_lunbo {
    margin-left: 35px;
}

.Journalism_lunbo .swiper-container {
    height: 322px;
}

.Journalism_wid {
    width: 100%;
    padding-top: 40px;
}

.Journalism_wid>div {
    width: 48.5%;
    float: left;
}

.Journalism_bor {
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
}

.Journalism_qi {
    width: 18%;
    float: left;
    text-align: center;
}

.Journalism_qi p:nth-of-type(1) {
    font-size: 37px;
    /* font-family: "BodoniBT"; */
    color: rgb(46, 63, 71);
    font-weight: bold;
    line-height: 1.115;
}

.Journalism_qi p:nth-of-type(2) {
    font-size: 15px;
    color: #6b6b6b;
}

.Journalism_rig_size {
    width: 82%;
    float: left;
}

.Journalism_rig_size p {
    font-size: 16px;
    line-height: 1.938;
    color: rgb(107, 107, 107);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 28px;
}

.Journalism_rig_size a {
    color: #000000;
    /* font-weight: 300; */
    font-size: 19px;
    padding-bottom: 0px;
    line-height: 1.947;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Journalism_bor:hover .Journalism_rig_size a {
    color: #fa2828;
}

.Journalism_lunbo {
    position: relative;
}

.Journalism_lunbo .swiper-button-next,
.Journalism_lunbo .swiper-button-prev {
    background: none;
    position: static;
    width: 48.5%;
    float: left;
    background: #9b9b9b;
    text-align: center;
    height: 35px;
    margin-top: 15px;
    line-height: 35px;
    font-weight: bold;
    font-size: 22px;
}

.Journalism_lunbo .swiper-button-next .iconfont,
.Journalism_lunbo .swiper-button-prev .iconfont {
    color: #fff;
}

.Journalism_lunbo .swiper-button-prev {
    margin-right: 15px;
}

.Journalism_bor:hover .Journalism_rig_size a {
    color: #fa2828;
}

.Journalism_lunbo .swiper-button-next.swiper-button-disabled,
.Journalism_lunbo .swiper-button-prev.swiper-button-disabled {
    opacity: 6;
}

.Journalism_bor:hover {
    background: #f5f5f5;
}

.Journalism_ri {
    position: relative;
}

.Journalism_ri a {
    display: block;
}

.Journalism_ri a:nth-of-type(2) {
    font-size: 19px;
    color: #000000;
    border-bottom: 1px solid #ebebeb;
    padding: 19px 0;
    text-align: center;
}

.Journalism_span {
    position: absolute;
    left: 0;
    top: 0;
    background: #fa2828;
    color: #fff;
    width: 92px;
    height: 92px;
    padding-top: 6px;
    font-size: 15px;
    text-align: center;
}

.Journalism_span span {
    font-size: 37px;
    line-height: 50px;
    display: block;
}

.doubt {
    padding: 110px 0 80px 0;
    background: url(../img/6.jpg) no-repeat;
    background-size: 100% 100%;
}

.doubt_wid {
    width: 100%;
}

.doubt_wid>div {
    width: 50%;
    float: left;
}

.doubt_size {
    padding-top: 30px;
}

.doubt_size>p:nth-of-type(1) {
    font-size: 35px;
    color: #2e2d2e;
}

.doubt_size>p {
    color: #6e6e6e;
    font-size: 22px;
    padding-bottom: 15px;
}

.doubt_size>p span {
    display: inline-block;
    border: 1px solid #b0b0b0;
    color: #454545;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}

.doubt_size>p span .iconfont {
    font-size: 25px;
}

.doubt_size a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #fa2828;
    line-height: 50px;
    width: 177px;
    height: 50px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #fa2828;
    box-shadow: 0px 0px 10px 0px rgba(250, 40, 40, 0.45);
}

.doubt_size a:hover {
    border: 1px solid #fa2828;
    background: #fff;
    color: #fa2828;
}


/* .bott {
    background: #fa2828;
   } */

.bott_wid {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.bott_ul li {
    display: inline-block;
}

.bott_ul li a {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    padding-left: 22px;
    margin-left: 22px;
    border-left: 1px solid #cecece;
}

.bott_ul li:nth-of-type(1) a {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.bott_ul li a:hover {
    color: #fa2828;
}


/* .bott_wid .bdsharebuttonbox{
    position: relative;
    top: -7px;
} */

.bott_wid .bdsharebuttonbox .iconfont {
    font-size: 17px !important;
    color: #fff !important;
    margin: 0 !important;
    margin-left: 6px !important;
    padding-left: 0 !important;
}

.bott_wid .bdsharebuttonbox span {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.bott_wid .bdsharebuttonbox a {
    display: inline-block;
    text-align: center;
    float: none !important;
    line-height: 34px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: #9b9b9b !important;
}

.bott_size {
    padding: 30px 0;
}

.bott_size p {
    color: #6a6a6a;
    font-size: 15px;
    line-height: 35px;
    font-weight: bold;
}

.bott_size p span {
    display: inline-block;
    margin-right: 20px;
}

.bott_back {
    background-color: #f6f6f6;
}


/* 产品类型 */

.picture {
    position: relative;
}

.picture>div:nth-of-type(1) {
    position: relative;
}

.picture>div:nth-of-type(1)::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    /* z-index: 2; */
}

.picture_size {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.picture_size p:nth-of-type(1) {
    font-size: 44px;
    color: #fff;
}

.por_xie {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.crumbs_wid {
    width: 100%;
}

.crumbs_wid a {
    display: block;
    /* width: 20%; */
    float: left;
    background: #f6f6f6;
    color: #282828;
    font-size: 16px;
    line-height: 65px;
    padding: 0 20px;
    text-align: center;
    border-left: 1px solid #ebebeb;
}

.crumbs_wid a:nth-of-type(1) {
    border-left: none;
}

.crumbs_wid a.active,
.crumbs_wid a:hover {
    color: #fff;
    background: #fa2828;
}

.crumbs_a a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
    font-weight: bold;
}

.crumbs_a a:hover {
    color: #fa2828;
}

.crumbs_a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 2px;
    float: right;
    padding-bottom: 30px;
}

.crumbs_a::after {
    position: absolute;
    left: 0;
    top: 5px;
    height: 5px;
    width: 5px;
    background-color: #9b9b9b;
    display: block;
    content: "";
}

.crumbs_a::before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 5px;
    width: 5px;
    background-color: #8e9196;
    display: block;
    content: "";
}

.type {
    padding: 95px 0 90px 0;
}

.type_ul {
    width: 100%;
}

.type_ul li {
    width: 31.9%;
    float: left;
    margin-left: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.type_ul li:nth-of-type(1),
.type_ul li:nth-of-type(4),
.type_ul li:nth-of-type(7) {
    margin-left: 0;
}

.type_ul li a {
    display: block;
}

.type_ul li a:nth-of-type(2) {
    font-size: 20px;
    color: #525252;
    text-align: center;
    padding: 20px 0 25px 0;
}

.type_ul li:hover a:nth-of-type(2) {
    color: #fa2828;
}

.danye {
    padding: 65px 0;
    font-size: 16px;
    color: #525252;
    line-height: 30px;
}


/* 产品类型详情 */

.typeDetails {
    padding: 95px 0 75px 0;
}

.typeDetails_wid {
    width: 100%;
}

.typeDetails_wid>div {
    width: 50%;
    float: left;
}

.typeDetails_wid>div:nth-of-type(1) {
    border: 1px solid #eee;
}

.typeDetails_wid>div:nth-of-type(1) img {
    width: 100%;
}

.typeDetails_rig {
    padding-left: 40px;
}

.typeDetails_size>p:nth-of-type(1) {
    font-size: 32px;
    color: #000000;
}

.typeDetails_size>p:nth-of-type(2) {
    color: #5e5e5e;
    font-size: 17px;
    line-height: 30px;
    padding: 35px 0 50px 0;
}

.typeDetails_size a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 140px;
    height: 49px;
    line-height: 49px;
    margin-bottom: 40px;
    background: #fa2828;
    border: 1px solid #fa2828;
}

.typeDetails_size a:hover {
    background: #fff;
    border: 1px solid #fa2828;
    color: #fa2828;
}

.typeDetails_rig .bshare-custom {
    display: inline-block !important;
}

.typeDetails_rig .dade span {
    color: #5e5e5e;
    font-size: 17px;
}

.typeDetails_jie>p {
    font-size: 28px;
    color: #000000;
    padding-bottom: 15px;
}

.typeDetails_jie {
    font-size: 17px;
    color: #5e5e5e;
    line-height: 35px;
    padding: 30px 0 35px 0;
    border-bottom: 1px solid #ebebeb;
}

.jiao-ul {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}

.jiao-ul>li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 45px;
}

.jiao-ul>li.active {
    background: #fa2828;
    color: #fff;
}

.typeDetails_jie>div {
    display: none;
}

.typeDetails_jie>div:nth-of-type(2) .thumbnail {
    border: none;
}

.jiao-ul>li:nth-of-type(1) {
    border-right: 1px solid #e0e0e0;
}

.tuijian {
    padding-top: 45px;
}

.tuijian_ti {
    font-size: 28px;
    color: #000;
}

.tuijian .tuijian_lunbo {
    padding-top: 38px;
}

.tuijian_lunbo .swiper-container {
    padding: 2px;
}

.tuijian .swiper-pagination {
    position: sticky;
    text-align: center;
    margin-top: 30px;
}

.tuijian .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #7a7a7a;
    margin: 0 4px;
    opacity: 1;
}

.tuijian .swiper-pagination-bullet-active {
    background: #fa2828;
}


/* 产品中心 */

.center .crumbs_wid a {
    width: 25%;
}

.chanpin {
    padding: 90px 0 60px 0;
}

.chanpin_ul>li {
    width: 31.9%;
    float: left;
    margin-left: 25px;
    margin-bottom: 30px;
}

.zhuanli .chanpin_ul li {
    width: 28%;
    margin-left: 95px;
}

.chanpin_ul li {
    position: relative;
    overflow: hidden;
}

.chanpin_ul>li:nth-of-type(1),
.chanpin_ul>li:nth-of-type(4),
.chanpin_ul>li:nth-of-type(7),
.chanpin_ul>li:nth-of-type(10) {
    margin-left: 0;
}

.chanpin_p {
    display: block;
}

.chanpin_p {
    /* position: absolute;
    left: 25px;
    bottom: 25px; */
    background: #fa2828;
    line-height: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.chanpin_size div p:nth-of-type(1) {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.chanpin_size {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 19%;
    left: -100%;
    right: 0;
    background: rgba(250, 40, 40, 0.6588235294117647);
    transition: 400ms ease-in-out;
}

.chanpin_size div {
    text-align: center;
    position: absolute;
    bottom: 19%;
    width: 100%;
    left: 0;
}

.chanpin_size div p:nth-of-type(2) {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.chanpin_size::after {
    position: absolute;
    left: 50%;
    top: 42%;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    background: url(../img/13.png) no-repeat;
    background-size: 100%;
}


/* .chanpin_ul li:hover .chanpin_p{
    opacity: 0;
} */

.chanpin_ul li:hover .chanpin_size {
    overflow: hidden;
    left: 0;
    transition: 400ms ease-in-out;
}


/* 发展历程 */

.development {
    padding: 95px 0 75px 0;
}

.development_fl {
    float: left;
    text-align: center;
    width: 15%;
    position: relative;
}

.development_fl::after {
    position: absolute;
    left: 44.5%;
    top: 15%;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    background: url(../img/15.png) no-repeat;
    background-size: 100%;
}

.development_rig {
    width: 85%;
    float: left;
}

.development_rig_wid {
    width: 100%;
    padding: 20px;
    background-color: #f6f6f6;
}

.development_rig_wid:hover {
    box-shadow: 4px 6.928px 10px 0px rgba(0, 0, 0, 0.15);
}

.development_rig_wid>div:nth-of-type(1) {
    width: 22%;
    float: left;
}

.development_size {
    padding-left: 32px;
    width: 78%;
    float: left;
}

.development_size>p:nth-of-type(1) {
    font-size: 28px;
    color: #fa2828;
    font-family: "Dosis";
}

.development_size>p:nth-of-type(2) {
    color: #494949;
    font-size: 17px;
    margin-top: 15px;
}

.development_rig_wid {
    margin-bottom: 30px;
}


/* 人才 */

.cutting {
    padding: 75px 0 80px;
}

.cutting_wid {
    width: 100%;
}

.cutting_wid>div:nth-of-type(1) {
    width: 66%;
    float: left;
    margin-right: 10px;
}

.cutting_wid>div:nth-of-type(2) {
    width: 32%;
    float: left;
}

.cutting_wid>div:nth-of-type(2) div:nth-of-type(1) {
    margin-bottom: 10px;
}

.cutting_size>p {
    padding-bottom: 25px;
    color: #1f1f1f;
    font-size: 32px;
}

.cutting_size {
    text-align: center;
    padding: 60px;
    line-height: 30px;
    font-size: 17px;
    color: #767676;
}

.recruitment {
    background: #f5f5f5;
    padding: 70px 0 20px 0;
}

.recruitment_ti {
    text-align: center;
}

.recruitment_ti>p:nth-of-type(1) {
    font-size: 32px;
    color: #1f1f1f;
    padding-bottom: 25px;
}

.recruitment_ti>p:nth-of-type(2) {
    color: #767676;
    font-size: 17px;
}

.recruitment_ul {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.recruitment_ul li {
    width: 25%;
    padding: 45px 12px 40px 12px;
    border-radius: 6px;
    float: left;
}


/* .recruitment_ul .swiper-slide{
    height: auto;
  } */

.recruitment_ul li:hover {
    background: #fff;
}

.recruitment_ul li div:nth-child(2) p:nth-child(1) {
    font-size: 17px;
    color: #5b5b5b;
    padding: 30px 0 15px 0;
}

.recruitment_ul li div:nth-child(2) p:nth-child(2) {
    font-size: 14px;
    color: rgba(91, 91, 91, 0);
}

.recruitment_ul li:hover div:nth-child(2) p:nth-child(2) {
    color: #5b5b5b;
}

.recruitment_ul li div:nth-child(1) div:nth-child(1) {
    display: inline-block;
}

.recruitment_ul li div:nth-child(1) div:nth-child(2) {
    display: none;
}

.recruitment_ul li:hover div:nth-child(1) div:nth-child(1) {
    display: none;
}

.recruitment_ul li:hover div:nth-child(1) div:nth-child(2) {
    display: inline-block;
}

.recruitment_ul li div:nth-child(1) img {
    height: 49px;
}

.waiting {
    padding: 75px 0;
}

.waiting_div {
    background: #fa2828;
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 40px 0 45px 0;
    line-height: 35px;
    margin: 32px 0;
}

.waiting_div div:nth-child(1) {
    padding-bottom: 8px;
    font-size: 19px;
}

.waiting_div div:nth-child(1) span {
    padding-left: 8px;
}

.waiting_span span:nth-child(2) {
    padding: 0 90px;
}

.waiting .cutting_size {
    padding-bottom: 45px;
}

.waiting_ul {
    width: 100%;
}

.waiting_ul>li {
    width: 31.5%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 30px 20px;
    float: left;
}

.waiting_ul>li:nth-child(2) {
    margin: 0 30px;
}

.waiting_ul li>p {
    font-size: 19px;
    color: #000;
    padding-bottom: 15px;
}

.waiting_ul li>p span {
    padding-left: 10px;
    position: relative;
    top: 5px;
}

.waiting_ul li>div:nth-child(2) {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 30px;
}

.waiting_ul li>div:nth-child(3) {
    font-size: 14px;
    color: #5f5f5f;
    padding: 35px 0 25px 0;
}

.waiting_web {
    overflow: scroll;
    width: 100%;
    height: 250px;
    overflow-x: auto;
    line-height: 30px;
}

.waiting_ul li button {
    background: #ffecec;
    color: #fa2828;
    font-size: 17px;
    text-align: center;
    width: 100%;
    padding: 11px 0;
    border: none;
    border-radius: 4px;
}

.waiting_ul li button:hover {
    background: #fa2828;
    color: #fff;
}


/* 联系我们 */

.crumbs_er .crumbs_wid a {
    width: 50%;
}

.contact {
    padding: 95px 0 90px 0;
}

.contact_p {
    font-size: 20px;
    color: #1b1b1b;
}

.contact_ul {
    width: 100%;
    padding: 50px 0;
}

.contact_ul li {
    width: 31%;
    float: left;
    /* text-align: center; */
    /* margin-left: 40px; */
    height: 150px;
    overflow: hidden;
}

.contact_ul li>div:nth-of-type(2) {
    /* padding-top: 15px; */
    color: #1b1b1b;
    font-size: 17px;
    line-height: 30px;
    /* width: 90%;
    float: left; */
}

.contact_ul li>div:nth-of-type(1) {
    /* width: 10%;
    float: left; */
    display: none;
}

.contact_ul li:nth-of-type(2) {
    margin: 0 40px;
}


/* 在线留言 */

.message {
    padding: 75px 0;
}

.brief_inp {
    padding-top: 30px;
}

.brief_inp {
    background: #fff;
}

.message_inp input {
    width: 100%;
    height: 55px;
    border: 1px solid #cecece;
    background: none;
    padding-left: 10px;
}

.message_text p,
.message_inp div p {
    font-size: 14px;
    color: #575757;
}

.message_inp {
    width: 100%;
}

.message_inp>div {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.message_inp>div:nth-child(1),
.message_inp>div:nth-child(3) {
    margin-right: 16px;
}

.message_inp div p,
.message_text p {
    margin-bottom: 10px;
}

.message_text textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #cecece;
    background: none;
    padding-left: 10px;
}

.message_text>p {
    text-align: left;
}

.message_but {
    text-align: center;
}

.message_but>button {
    margin-top: 35px;
    background: #ffa2a2;
    color: #fff;
    font-size: 14px;
    padding: 8px 37px;
    border: none;
}

.message_but>button:hover {
    background: #fa2828;
}


/* 新闻 */

.new {
    padding: 85px 0 100px 0;
}

.new .tui-new {
    display: block;
}

.new .tui-new .swiper-slide>div {
    width: 49%;
}

.overh a {
    display: block;
}

.new .new-title {
    line-height: 30px;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0;
}

.new .new-title a {
    color: #000000;
    font-size: 24px;
}

.new .new-date {
    font-size: 17px;
    line-height: 25px;
    color: #6b6b6b;
}

.new .new-yao {
    font-size: 17px;
    margin-top: 15px;
    color: #6b6b6b;
    line-height: 30px;
    height: 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 300;
}

.new .more {
    /* margin-top: 40px; */
}

.new .more a {
    color: #2b2b33;
    font-size: 16px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: bold;
    width: 114px;
    height: 39px;
    line-height: 39px;
    background-color: rgb(250, 40, 40);
    border: 1px solid #fa2828;
    text-align: center;
}

.new .tui-new .swiper-slide:hover .more a,
.new .tui-new .swiper-slide:hover .new-title a {
    color: #fa2828;
    background: #fff;
}

.new .tui-new .swiper-pagination {
    width: auto;
    left: 51%;
    bottom: 15px;
}

.new .tui-new .swiper-pagination-bullet {
    border-width: 1px;
    border-color: #c1c1c1;
    border-style: solid;
    border-radius: 50%;
    background-color: #ffffff;
    width: 13px;
    height: 12px;
    opacity: 1;
}

.new .tui-new .swiper-pagination-bullet-active {
    border-color: #c1c1c1;
    border-width: 2px;
}

.new-ul {
    margin-top: 50px;
}

.new-ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

.new-ul li>.fl {
    width: 20%;
    text-align: center;
    border-right: 1px solid #d5d5d5;
}

.new-ul li>.fl .hao {
    font-size: 53px;
    color: #fa2828;
    font-family: "BodoniBT";
}

.new-ul li>.fl .yue {
    color: #6b6b6b;
    font-size: 16px;
}

.new-ul li>.fr {
    width: 75%;
}

.new-ul li .biaoti {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-ul li .biaoti a {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}

.new-ul li .biaoti a:hover {
    color: #fa2828;
}

.new-ul li .yao-new {
    color: #6b6b6b;
    font-size: 17px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    font-weight: 300;
}


/* 新闻详情 */

.newiss-xing {
    margin-top: 45px;
}

.newiss-xing .title {
    color: #000000;
    font-size: 35px;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    text-align: center;
}

.newiss-xing .title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #fa2828;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
}

.ta {
    text-align: center;
}

.newiss-xing .dade {
    color: #6b6b6b;
    font-size: 17px;
    margin: 30px 0;
    text-align: center;
}

.newiss-xing .dade span {
    display: inline-block;
    margin: 0 10px;
}

.newiss-xing .nei {
    color: #6b6b6b;
    font-size: 17px;
    line-height: 35px;
}

.newiss-xing .bshare-custom {
    display: inline-block;
}

.newiss-xing .shang {
    margin: 60px 0;
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
    line-height: 35px;
}

.newiss-xing .shang .fl {
    width: 70%;
}

.newiss-xing .shang a {
    color: #6b6b6b;
    font-size: 17px;
}

.newiss-xing .shang a:hover {
    color: #fa2828;
}


/* 关于我们 */

.about {
    padding: 95px 0 70px 0;
}

.about_top>p {
    font-size: 32px;
    color: #000000;
    padding-bottom: 15px;
}

.about_top {
    padding-bottom: 55px;
    font-size: 17px;
    line-height: 30px;
    color: #555555;
    text-align: center;
}

.purpose {
    padding-bottom: 95px;
}

.purpose_div {
    position: relative;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.purpose_div>div:nth-of-type(2) {
    padding: 20px 0;
    text-align: center;
    background: #f7f7f7;
    font-size: 23px;
    color: #000000;
}

.purpose_lunbo .swiper-container {
    padding: 2px;
}

.purpose_lunbo .purpose_div::after {
    position: absolute;
    display: block;
    content: "";
    background: #fa2828;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}

.purpose_lunbo .swiper-slide:nth-child(odd) .purpose_div::after {
    top: 0;
}

.purpose_lunbo .swiper-slide:nth-child(even) .purpose_div::after {
    bottom: 0;
}

.purpose_lunbo {
    padding-bottom: 55px;
}

.purpose_size {
    color: #555555;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
}

.customer {
    padding: 65px 0;
}

.customer_ul {
    width: 100%;
}

.customer_ul li {
    width: 31.5%;
    float: left;
    margin-left: 20px;
    margin-bottom: 25px;
}

.customer_ul li:nth-of-type(1),
.customer_ul li:nth-of-type(4),
.customer_ul li:nth-of-type(7) {
    margin-left: 0;
}

.sdfdgv .customer_ul li:nth-of-type(1),
.sdfdgv .customer_ul li:nth-of-type(5),
.sdfdgv .customer_ul li:nth-of-type(9),
.sdfdgv .customer_ul li:nth-of-type(13) {
    margin-left: 0;
}

.customer_ul li div:nth-of-type(2) a {
    text-align: center;
    font-size: 17px;
    color: #fff;
    padding: 0 15px;
    line-height: 45px;
    background: #fa2828;
    display: block;
}

.customer_ul li div:nth-of-type(2) {
    text-align: center;
    font-size: 17px;
    color: #6b6b6b;
    padding: 20px 0;
    display: none;
}


/* 搜索 */

.searchbox {
    padding: 15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 96px;
    border-top: 2px solid #fa2828;
    text-align: center;
    z-index: 44;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 15px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #fa2828;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}


/* 二级导航 */

#div_sitemap {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
}

#div_sitemap h1 {
    display: none;
    position: absolute;
    left: 50px;
    top: 15px;
}

#div_sitemap .fr {
    right: 5%;
    top: 30px;
    padding: 24px 25px 22px !important;
    position: relative;
    z-index: 2;
}

#div_sitemap .fr i {
    font-size: 40px;
    color: #fa2828;
}

#ul_sitemap {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background: #fff;
    /*position:absolute; left:0; right:0; top:74px; background:#0e7fd4; border-top:1px solid #4d9cd8;*/
}

#ul_sitemap_inner {
    display: table;
    margin: 0 auto;
    height: 800px;
}

#ul_sitemap_inner>li {
    padding: 33px 15px;
    display: table-cell;
    width: 11.5%;
    /*border:1px solid #4d9cd8; border-top:0;*/
}

#ul_sitemap_inner>li>a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

#ul_sitemap_inner .ul_submenu {
    display: block !important;
    border-top: 1px solid #fa2828;
    margin: 25px 0px 0px 0px;
    padding-top: 6px;
}

#ul_sitemap_inner .ul_submenu>li {
    display: table-row;
}

#ul_sitemap_inner .ul_submenu>li>a {
    display: block;
    padding-top: 19px;
    /*padding-left:10px;*/
    text-align: left;
    font-size: 16px;
    color: #fa2828;
    font-weight: 400;
}

#ul_sitemap_inner .ul_submenu>li>a:hover {
    color: #fa2828;
}

#ul_sitemap_inner .ul_submenu>li>a:hover::before {
    background: #fa2828;
}

.no_ul {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.no_ul.active {
    height: 300px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

#ul_sitemap_inner .ul_submenu>li>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #fa2828;
    margin: -4px 4px 0 0;
}

#ul_sitemap_inner #li_languagemenu,
#ul_mainmenu_mobile #li_languagemenu {
    display: none;
}

#div_sitemap .ul_endpoint {
    padding-top: 10px;
    display: block;
}

#div_sitemap .ul_endpoint>li {
    padding: 6px;
    padding-left: 8px;
    text-align: left;
    font-size: 1em;
    line-height: 20px;
}

.counter {
    font-weight: 100;
    padding: 30px;
}

#ul_globalcount {
    line-height: 10px !important;
    margin: 0px auto;
    margin-top: 30px;
    display: table;
}

#ul_globalcount>li {
    padding: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#ul_globalcount>li:first-child {
    border-right: 1px solid #fa2828;
}


/* 一键导航 */

.mobile-foot {
    display: none;
    background: #fa2828;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


/* 右侧悬浮 */

.rightfix {
    position: fixed;
    top: 400px;
    right: 0px;
    width: 40px;
    border: 1px solid #dee2e7;
    border-right: none;
    z-index: 99;
    background: #fff;
}

.fix_ul li {
    font-size: 12px;
    background: #fff;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #dee2e7;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
}

.fix_ul li i {
    font-size: 20px;
    color: #747679;
}

.fix_ul li:nth-child(2n) {
    background: #eee;
}

.right_div {
    display: none;
    position: absolute;
    right: 20px;
    top: 0px;
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    min-width: 120px;
}

.fix_ul li:hover a {
    color: #848484;
}

.fix_ul li:hover .right_div {
    display: block;
    right: 40px;
}

.fix_ul li:hover {
    background: #fa2828;
}

.fix_ul li:hover i {
    color: #fff;
}


/* 手机导航 */

.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #fa2828;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 49px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 25px;
}

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #fa2828;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu__list {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    list-style: none;
    background: #fff;
    list-style-type: none;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 10px 25px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #fa2828 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #fff !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(300px);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.sdscsf .customer_ul li {
    margin-left: 20px;
}

.sdscsf .customer_ul li div:nth-of-type(2) {
    display: block;
}

/* .sdscsf .customer_ul li:nth-of-type(1),
.sdscsf .customer_ul li:nth-of-type(5),
.sdscsf .customer_ul li:nth-of-type(9) {
    margin-left: 0;
} */

@media(max-width:1630px) {
    .daohang {
        width: 1400px;
    }
}

@media(max-width:1440px) {
    .Journalism_lunbo .swiper-container {
        height: 310px;
    }
    .contact_ul li:nth-of-type(2) {
        margin: 0 39px;
    }
    .chanpin_ul>li {
        margin-left: 24px;
        margin-bottom: 24px;
    }
    .zhuanli .chanpin_ul li {
        margin-left: 90px;
    }
}

@media(max-width:1366px) {
    .daohang {
        width: 1250px;
    }
    .daohang_ul>li {
        margin: 0 9px;
    }
    .daohang_ul>li>a {
        font-size: 14px;
    }
    .daohang_div span {
        font-size: 14px;
        margin-left: 15px;
    }
    #div_sitemap .fr {
        right: 0%;
    }
}

@media(max-width:1280px) {
    .daohang {
        width: 1170px;
    }
    .lunbo_size>p:nth-of-type(1) {
        font-size: 38px;
    }
    .lunbo_size>p:nth-of-type(2) {
        font-size: 21px;
    }
    .doubt_size>p:nth-of-type(1) {
        font-size: 26px;
    }
}

@media(max-width:1280px) {
    .daohang {
        width: 990px;
    }
    .daohang .fl {
        width: 30%;
    }
    .daohang_div .iconfont {
        font-size: 16px;
    }
    .daohang_div span {
        margin-left: 8px;
    }
    .daohang_ul>li {
        margin: 0 5px;
    }
}

@media(max-width:1024px) {
    .series_size a:nth-of-type(2) {
        font-size: 17px;
        padding: 20px 0;
    }
    .series_lunbo {
        padding-top: 25px;
    }
    .series_lunbo .swiper-button-prev {
        right: 115px;
    }
    .series_lunbo .swiper-button-next {
        right: 35px;
    }
    .science_size div .fr img {
        width: 50px;
    }
    .science_div .science_wid:nth-child(1) .science_size div .fl {
        font-size: 36px;
    }
    .science_wid>div {
        height: 200px;
    }
    .science_size {
        padding: 25px;
    }
    .science_top p:nth-of-type(2) {
        line-height: 28px;
        font-size: 15px;
    }
    .science_top p:nth-of-type(1) {
        font-size: 28px;
    }
    .science_top a {
        font-size: 15px;
    }
    .science_top a .iconfont {
        font-size: 25px;
        margin-left: 4px;
        top: 4px;
    }
    .Journalism_lunbo {
        margin-left: 29px;
    }
    .Journalism_lunbo .swiper-button-prev {
        margin-right: 14px;
    }
    .Journalism_lunbo .swiper-container {
        height: 260px;
    }
    .customer_ul li {
        margin-left: 19px;
        margin-bottom: 19px;
    }
    .new .new-yao {
        height: 60px;
        -webkit-line-clamp: 2;
    }
    .new .new-yao {
        font-size: 15px;
        margin-top: 9px;
        line-height: 28px;
    }
    .new .new-title a {
        font-size: 20px;
    }
    .waiting_ul>li:nth-child(2) {
        margin: 0 26px;
    }
    .contact_ul li:nth-of-type(2) {
        margin: 0 25px;
    }
    .contact_ul {
        padding: 35px 0;
    }
    .contact_ul li>div:nth-of-type(2) {
        font-size: 16px;
    }
    .contact {
        padding: 70px 0;
    }
    .about {
        padding: 70px 0;
    }
    .chanpin_ul>li {
        margin-left: 19px;
        margin-bottom: 19px;
    }
    .chanpin_size div p:nth-of-type(1) {
        margin-bottom: 3px;
    }
    .typeDetails_size>p:nth-of-type(2) {
        padding: 25px 0 25px 0;
    }
    .type_ul li {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .type {
        padding: 60px 0;
    }
    .zhuanli .chanpin_ul li {
        margin-left: 77px;
    }
    .sdscsf .customer_ul li {
        margin-left: 19px;
    }
}

@media(max-width:768px) {
    .gaoduo {
        height: 145px;
    }
    .sdscsf .customer_ul li {
        margin-left: 15px;
    }
    .zhuanli .chanpin_ul li {
        margin-left: 58px;
    }
    .daohang_pos {
        display: none;
    }
    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .phone {
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
    .mobile-foot {
        display: block;
    }
    body {
        padding: 73px 0 51px 0;
    }
    .daohang {
        display: none;
    }
    #div_sitemap {
        display: none;
    }
    .bott_back,
    .bott {
        display: none;
    }
    .course_fl {
        padding: 25px 40px;
        height: 160px;
    }
    .countup_size a div {
        height: 48px;
    }
    .countup_rig {
        padding: 26px 35px 22px 40px;
    }
    .countup_size p:nth-of-type(1) {
        font-size: 18px;
    }
    .countup_size a {
        font-size: 14px;
        line-height: 26px;
    }
    .product {
        padding: 65px 0;
    }
    .series_lunbo .swiper-button-next span,
    .series_lunbo .swiper-button-prev span {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .series_lunbo .swiper-button-prev {
        right: 90px;
    }
    .Journalism_ri a:nth-of-type(2) {
        font-size: 16px;
    }
    .Journalism_lunbo {
        margin-left: 22px;
    }
    .Journalism_bor {
        padding: 10px 10px;
    }
    .Journalism_lunbo .swiper-container {
        height: 200px;
    }
    .Journalism_lunbo .swiper-button-prev {
        margin-right: 10px;
    }
    .Journalism_span span {
        font-size: 28px;
        line-height: 40px;
    }
    .Journalism_span {
        width: 80px;
        height: 80px;
        padding-top: 6px;
        font-size: 14px;
    }
    .doubt {
        padding: 60px 0;
    }
    .Journalism {
        padding: 60px 0;
    }
    .doubt_size>p:nth-of-type(1) {
        font-size: 20px;
        line-height: 28px;
    }
    .doubt_size>p {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .doubt_size a {
        font-size: 14px;
        line-height: 40px;
        width: 155px;
        height: 40px;
    }
    .doubt_size>p span .iconfont {
        font-size: 20px;
    }
    .doubt_size>p span {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 30px;
    }
    .about_top {
        padding-bottom: 25px;
    }
    .customer_ul li {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .customer_ul li div:nth-of-type(2) {
        font-size: 16px;
        padding: 15px 0;
    }
    .picture_size {
        top: 45%;
    }
    .crumbs_a {
        padding-left: 6px;
        padding-bottom: 15px;
    }
    .newiss-xing .title {
        font-size: 28px;
    }
    .newiss-xing .dade {
        margin: 20px 0;
    }
    .new {
        padding: 65px 0;
    }
    .new .new-title {
        line-height: 26px;
        height: 26px;
        margin: 2px 0;
    }
    .new .new-date {
        font-size: 15px;
    }
    .new .more a {
        font-size: 14px;
        width: 105px;
        height: 30px;
        line-height: 30px;
    }
    .new .tui-new .swiper-pagination {
        bottom: 3px;
    }
    .new-ul li>.fl .hao {
        font-size: 40px;
    }
    .new-ul li>.fl .yue {
        font-size: 14px;
    }
    .new-ul li .biaoti a {
        font-size: 20px;
    }
    .new-ul li .yao-new {
        font-size: 14px;
        line-height: 26px;
        height: 50px;
    }
    .cutting_size {
        padding: 30px 0 0 0;
    }
    .waiting_span span:nth-child(2) {
        padding: 0 20px;
    }
    .waiting_div {
        font-size: 15px;
        padding: 30px 0 30px 0;
        line-height: 30px;
    }
    .waiting_ul>li:nth-child(2) {
        margin: 0 20px;
    }
    .waiting_ul>li {
        padding: 20px 10px;
    }
    .waiting_ul li>div:nth-child(3) {
        padding: 15px 0;
    }
    .waiting_ul li button {
        font-size: 15px;
        padding: 8px 0;
    }
    .waiting_ul li>p {
        font-size: 15px;
    }
    .recruitment_ul li div:nth-child(2) p:nth-child(1) {
        font-size: 17px;
        padding: 15px 0;
    }
    .recruitment_ul li {
        padding: 20px 12px;
    }
    .cutting_size>p {
        padding-bottom: 18px;
        font-size: 27px;
    }
    .cutting_size {
        line-height: 26px;
        font-size: 14px;
    }
    .cutting {
        padding: 60px 0;
    }
    .contact_ul li {
        width: 100%;
        height: auto;
    }
    .contact_ul li:nth-of-type(2) {
        margin: 20px 0;
    }
    .contact_ul li:nth-of-type(3) {
        margin-left: 0;
    }
    .message_inp>div:nth-child(1),
    .message_inp>div:nth-child(3) {
        margin-right: 15px;
    }
    .development {
        padding: 75px 0;
    }
    .chanpin_ul>li {
        margin-left: 15px;
        margin-bottom: 15px;
    }
    .chanpin_p {
        /* left: 15px;
        bottom: 15px; */
        line-height: 38px;
        font-size: 14px;
        padding: 0 10px;
        height: 38px;
    }
    .chanpin_size div p:nth-of-type(1) {
        font-size: 15px;
    }
    .chanpin_size div p:nth-of-type(2) {
        font-size: 14px;
    }
    .chanpin_size::after {
        width: 40px;
        height: 40px;
    }
    .chanpin {
        padding: 60px 0;
    }
    .typeDetails_rig {
        padding-left: 15px;
    }
    .typeDetails {
        padding: 75px 0;
    }
    .typeDetails_size>p:nth-of-type(1) {
        font-size: 26px;
    }
    .typeDetails_size>p:nth-of-type(2) {
        font-size: 15px;
        line-height: 28px;
        padding: 15px 0;
    }
    .typeDetails_size a {
        font-size: 14px;
        width: 120px;
        height: 38px;
        line-height: 38px;
        margin-bottom: 22px;
    }
    .typeDetails_rig .dade span {
        font-size: 15px;
    }
    .typeDetails_jie {
        font-size: 15px;
        line-height: 30px;
        padding: 15px 0;
    }
    .typeDetails_jie>p {
        font-size: 24px;
    }
    .type_ul li {
        margin-left: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:480px) {
    .lunbo_size {
        right: 4%;
    }
    .lunbo_size>p:nth-of-type(1) {
        font-size: 32px;
    }
    .lunbo_size>p:nth-of-type(2) {
        font-size: 18px;
    }
    .lunbo .swiper-slide:nth-child(3) .lunbo_size {
        width: 80%;
    }
    .phone .fl {
        width: 60%;
    }
    .phone {
        padding: 10px 15px;
    }
    .color_dao {
        line-height: 32px;
    }
    .color_dao .iconfont {
        font-size: 22px;
    }
    body {
        padding: 55px 0 51px 0;
    }
    .lunbo_size>p:nth-of-type(1) {
        font-size: 18px;
    }
    .lunbo_size>p:nth-of-type(2) {
        font-size: 12px;
    }
    .course_wid>div {
        /* width: 100%; */
    }
    .course_fl {
        padding: 15px 15px;
    }
    .countup_rig {
        padding: 15px;
        margin-top: 0px;
    }
    .course_wid {
        margin-top: 0;
    }
    .countup_a a {
        font-size: 12px;
    }
    .countup_size a {
        -webkit-line-clamp: 1;
    }
    .course {
        padding: 25px 0px 0 0px;
    }
    .course_fl input {
        line-height: 35px;
        font-size: 12px;
        padding-left: 5px;
    }
    .countup_span {
        top: 0;
    }
    .product {
        padding: 35px 15px;
    }
    .product_ti>p:nth-of-type(1) {
        font-size: 24px;
    }
    .product_ti>p:nth-of-type(2) {
        font-size: 15px;
        line-height: 26px;
    }
    .product_lunbo {
        padding-top: 25px;
    }
    .product_size a:nth-of-type(2) {
        margin-top: 15px;
        font-size: 18px;
    }
    .product_lunbo .product_size {
        padding: 15px 0;
    }
    .product_lunbo .product_size {
        height: 130px;
    }
    .product_lunbo .product_size a img {
        width: 45px;
    }
    .series {
        padding: 35px 15px;
    }
    .series_lunbo .swiper-button-next,
    .series_lunbo .swiper-button-prev {
        display: none;
    }
    .series_size a:nth-of-type(2) span {
        font-size: 16px;
    }
    .series_size a:nth-of-type(2) {
        font-size: 16px;
        padding: 15px 0;
    }
    .science_top {
        position: static;
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
    }
    .science_top a,
    .science_top p {
        text-align: left;
    }
    .science_pos {
        padding: 35px 15px;
    }
    .science_top p:nth-of-type(2) {
        font-size: 14px;
        margin: 10px 0;
    }
    .science_top p:nth-of-type(1) {
        font-size: 26px;
    }
    .science_top a {
        line-height: 25px;
    }
    .science_wid>div {
        width: 100%;
    }
    .science_div .science_wid:nth-child(1) .science_size {
        border-top: 1px solid #fff;
    }
    .science_div .science_wid:nth-child(2) .science_size {
        border-left: 1px solid #fff;
    }
    .science_div .science_wid:nth-child(3) .science_size {
        border-left: 1px solid #fff;
    }
    .science_div .science_wid:nth-child(3) .science_size:nth-of-type(3) {
        border-bottom: 1px solid #fff;
    }
    .Journalism {
        padding: 35px 15px;
    }
    .Journalism_wid>div {
        width: 100%;
    }
    .Journalism_lunbo {
        margin-left: 0;
    }
    .Journalism_qi {
        width: 25%;
    }
    .Journalism_rig_size {
        width: 75%;
    }
    .doubt_wid>div {
        width: 100%;
    }
    .doubt {
        padding: 35px 15px;
    }
    .doubt_wid {
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
    }
    .doubt_size {
        order: 2;
    }
    .doubt_size>p:nth-of-type(1) {
        line-height: 32px;
    }
    .crumbs {
        display: none;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 22px;
    }
    .customer {
        padding: 35px 15px;
    }
    .customer_ul li {
        width: 47.5%;
        margin-left: 0;
    }
    .customer_ul li:nth-of-type(odd) {
        margin-right: 15px;
    }
    .newiss-xing {
        margin-top: 0px;
        padding: 35px 15px 0 15px;
    }
    .newiss-xing .title {
        font-size: 20px;
    }
    .newiss-xing .dade {
        margin: 10px 0;
        font-size: 15px;
    }
    .newiss-xing .nei {
        font-size: 14px;
        line-height: 28px;
    }
    .ta img {
        width: 100%;
    }
    .newiss-xing .shang {
        margin: 25px 0;
        padding: 20px 0;
        line-height: 30px;
    }
    .newiss-xing .shang a {
        font-size: 14px;
    }
    .new {
        padding: 35px 15px;
    }
    .new .tui-new .swiper-slide>div {
        width: 100%;
    }
    .new .new-title {
        margin: 15px 0 6px 0;
    }
    .new .tui-new .swiper-container {
        padding-bottom: 35px;
    }
    .new .tui-new .swiper-pagination {
        width: auto;
        left: 43%;
        bottom: 0px;
    }
    .new-ul {
        margin-top: 35px;
    }
    .new-ul li {
        padding: 15px 0;
    }
    .new-ul li:nth-of-type(1) {
        padding-top: 0;
    }
    .cutting {
        padding: 35px 15px;
    }
    .cutting_wid>div {
        width: 100% !important;
    }
    .cutting_wid>div:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cutting_wid>div:nth-of-type(2) div:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .cutting_size>p {
        padding-bottom: 10px;
        font-size: 20px;
    }
    .cutting_size {
        text-align: left;
    }
    .recruitment {
        background: #f5f5f5;
        padding: 35px 15px 20px 15px;
    }
    .recruitment_ul li {
        padding: 20px 12px;
        width: 50%;
    }
    .recruitment_ul li div:nth-child(2) p:nth-child(1) {
        font-size: 16px;
        padding: 8px 0;
    }
    .waiting {
        padding: 35px 0px;
    }
    .recruitment_ti>p:nth-of-type(1) {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .waiting_div {
        font-size: 15px;
        padding: 20px 15px;
        line-height: 30px;
    }
    .waiting_span span:nth-child(2) {
        margin: 0;
    }
    .waiting_span span {
        display: block;
    }
    .waiting_ul>li {
        width: 100%;
    }
    .waiting_ul>li:nth-child(2) {
        margin: 0;
    }
    .waiting_ul {
        padding: 0 15px;
    }
    .contact_ul li {
        margin-left: 0px;
    }
    .contact {
        padding: 35px 15px;
    }
    .contact_ul li {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .contact_ul li:nth-of-type(1) {
        margin-top: 0;
    }
    .contact_ul li>div:nth-of-type(2) {
        font-size: 15px;
        line-height: 26px;
    }
    .contact_p {
        font-size: 17px;
    }
    .message {
        padding: 35px 15px;
    }
    .brief_inp {
        padding-top: 0px;
    }
    .message_inp>div:nth-child(1),
    .message_inp>div:nth-child(3) {
        margin-right: 0px;
    }
    .message_inp>div {
        width: 100%;
    }
    .message_inp input {
        height: 45px;
    }
    .message_text textarea {
        height: 120px;
    }
    .about_top>p {
        font-size: 26px;
    }
    .about {
        padding: 35px 15px;
    }
    .about_top {
        font-size: 14px;
        line-height: 28px;
    }
    .purpose {
        padding: 0 15px 35px 15px;
    }
    .purpose_div>div:nth-of-type(2) {
        padding: 10px 0;
        font-size: 17px;
    }
    .purpose_div {
        position: relative;
        padding: 6px;
    }
    .purpose_lunbo {
        padding-bottom: 25px;
    }
    .purpose_size {
        font-size: 14px;
        line-height: 28px;
    }
    .development {
        padding: 35px 15px;
    }
    .development_rig_wid {
        margin-bottom: 15px;
    }
    .development_rig_wid {
        padding: 15px;
    }
    .development_size {
        padding-left: 15px;
    }
    .development_size>p:nth-of-type(1) {
        font-size: 22px;
        padding-top: 10px;
    }
    .development_size>p:nth-of-type(2) {
        font-size: 14px;
        margin-top: 5px;
        line-height: 24px;
    }
    .development_rig_wid>div {
        width: 100% !important;
    }
    .development_fl {
        position: relative;
    }
    .development_fl::after {
        left: 20%;
    }
    .development_fl img {
        height: 290px;
    }
    .chanpin_ul>li {
        width: 47.7%;
        margin-left: 0;
    }
    .chanpin_ul>li:nth-of-type(odd) {
        margin-right: 15px;
    }
    .chanpin {
        padding: 35px 15px;
    }
    .chanpin_p {
        /* width: 70%; */
        line-height: 35px;
        height: 35px;
    }
    .chanpin_size {
        bottom: 24%;
    }
    .chanpin_size::after {
        top: 35%;
        height: 30px;
        width: 30px;
    }
    .chanpin_size div p:nth-of-type(1) {
        font-size: 14px;
    }
    .typeDetails {
        padding: 35px 15px;
    }
    .typeDetails_wid {
        margin-bottom: 35px;
    }
    .typeDetails_wid>div {
        width: 100%;
    }
    .typeDetails_rig {
        padding-left: 0px;
        padding-top: 15px;
    }
    .typeDetails_jie>p {
        padding-bottom: 8px;
    }
    .typeDetails_jie {
        font-size: 14px;
        line-height: 28px;
    }
    .tuijian {
        padding-top: 35px;
    }
    .tuijian_ti {
        font-size: 24px;
    }
    .type {
        padding: 35px 15px;
    }
    .type_ul li {
        width: 47.7%;
        margin-left: 0;
    }
    .type_ul li:nth-of-type(odd) {
        margin-right: 15px;
    }
    .type_ul li a:nth-of-type(2) {
        font-size: 17px;
        padding: 15px 0;
    }
    .searchbox {
        top: 54px;
    }
    .tuijian .tuijian_lunbo {
        padding-top: 25px;
    }
    .contact_ul li:nth-of-type(2) {
        margin: 15px 0;
    }
    .crumbs_a {
        display: none;
    }
    .zhuanli .chanpin_ul li {
        width: 47%;
        margin-left: 0px;
    }
    .zhuanli .chanpin_ul li:nth-of-type(odd) {
        margin-right: 15px;
    }
    .countup_size p span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .countup_size p span .iconfont {
        font-size: 16px;
    }
    .countup_size p:nth-of-type(1) {
        font-size: 16px;
    }
    .countup_a {
        font-size: 12px;
    }
    .countup_a {
        padding-top: 9px;
    }
    .countup_size a {
        line-height: 25px;
    }
    .course_wid>div {
        height: 114px;
    }
    .afdkjs {
        display: block;
    }
    .afdkjs .crumbs_wid a {
        font-size: 14px;
        line-height: 40px;
    }
    .sdscsf .customer_ul li {
        margin-left: 0;
    }
    .product_lunbo .product_size a img {
        height: 50px;
    }
    .lunbo_img1 {
        display: block;
    }
    .lunbo_img {
        display: none;
    }
    .chanpin_p {
        text-align: left;
        font-size: 500;
    }
    .gaoduo {
        height: 99px;
    }
    .customer_ul li div:nth-of-type(2) a {
        font-size: 15px;
    }
    .countup_size a div {
        height: 27px;
    }
    .newiss-xing .nei img{
        width: 100% !important;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin: 30px auto;
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #fa2828;
}

#page li:hover a {
    color: #fa2828;
}

#page li a {
    color: #666;
    display: inline-block;
    padding: 5px 14px;
    text-align: center;
    margin: -5px -14px -5px -14px;
}

#page li.thisclass,
#page li.active {
    border: 1px solid #fa2828;
    background-color: #fa2828;
    color: #FFFFFF
}

#page li.thisclass a,
#page li.active a {
    color: #fff
}


/* #page tr td {
    color: #fa2828;
} */
