        .head {
            width: 100%;
            height: 100px;
            background: #ffffff;
            top: 0;
            left: 0;
            z-index: 100;
            position: fixed;
            box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
        }
        
        .ban {
            margin-top: 100px;
        }
        
        .head .centerBox {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .logo {
            width: 45%;
            height: 100%;
            float: left;
        }
        
        .logo a {
            display: flex;
            align-items: center;
            height: 100%;
        }
        
        .logo img {
            display: block;
            width: 100%;
            max-height: 100%;
        }
        
        .navgation {
            width: 80%;
        }
        
        .navgation ul {
            display: flex;
        }
        
        .navgation ul li:hover .erji {
            display: block;
        }
        
        .navgation ul li {
            position: relative;
            min-width: 100px;
            font-size: 20px;
            margin-left: 59px;
            line-height: 100px;
            text-align: center;
        }
        
        .navgation ul li>a {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .fanyi {
            width: 22%;
            font-size: 20px;
            text-align: center;
        }
        
        .fanyi a:first-child {
            color: #ed1c23;
        }
        
        .active {
            position: relative;
        }
        
        .menu {
            display: none;
            width: 50px;
            height: 100%;
            background: url(../images/menu_03.jpg) no-repeat center;
            background-size: 100%;
        }
        
        .active::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 4px;
            background: #d7343f;
        }
        
        .cha {
            background: url(../images/close.png) no-repeat center;
        }
        
        .sjdh {
            width: 70%;
            height: 100%;
            position: fixed;
            right: 0;
            top: 70px;
            background-color: #fff;
            z-index: 9999997;
            min-width: 320px;
            overflow: hidden;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition: 0.45s;
            -moz-transition: 0.45s;
            transition: 0.45s;
        }
        
        .right-menu1 {
            /* -webkit-transition: all 0.3s; */
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            /* transition: all 0.3s; */
            /* -webkit-transform: translateX(0px); */
            -moz-transform: translateX(0px);
            transform: translateX(0px);
        }
        
        .menu-ul {
            height: 95%;
            overflow-x: hidden;
            overflow-y: scroll;
        }
        
        .menu-ul>li {
            width: 100%;
            line-height: 50px;
            position: relative;
            font-size: 16px;
        }
        
        .menu-ul>li>a {
            border-bottom: 1px solid #ddd;
            color: #000;
            display: block;
            opacity: 0.8;
            width: 100%;
            font-weight: bold;
            padding-left: 10%;
        }
        
        .menu-ul .new-ul2>p>a {
            color: #000;
            display: block;
            opacity: 0.8;
            width: 100%;
            padding-left: 15%;
            font-size: 14px;
        }
        
        .menu-ul .new-ul2>p {
            width: 100%;
            border-bottom: 1px solid #ddd;
            line-height: 40px;
            position: relative;
            font-size: 13px;
        }
        
        .swiper-pagination {
            bottom: 25px !important;
        }
        
        .ban .swiper-pagination-bullet {
            width: 10px;
            height: 5px;
            border-radius: 5px;
            background: #fff;
            opacity: 1;
        }
        
        .ban .swiper-pagination-bullet-active {
            width: 20px !important;
            background: #ea1d27 !important;
        }
        
        .ban {
            font-size: 0;
        }
        
        .ban img {
            width: 100%;
        }
        
        .home_about {
            width: 100%;
            background: url(../images/szbj_08.jpg) no-repeat center;
            background-size: 100% 100%;
        }
        
        .content {
            padding: 95px 0;
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
        }
        
        .fl_l {
            width: 20%;
        }
        
        .fl_r {
            width: 80%;
        }
        
        .fl_r p {
            margin-bottom: 40px;
            font-size: 18px;
            line-height: 40px;
            text-align: left;
        }
        
        .about_data ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .about_data ul {
            width: 80%;
            margin: 0 auto;
        }
        
        .about_data ul li {
            width: 33%;
            text-align: center;
        }
        
        .about_data ul li b {
            font-size: 48px;
            color: #ee1d23;
        }
        
        .about_data ul li h1 span {
            font-size: 18px;
            font-weight: 100;
            color: #ee1d23;
        }
        
        .about_data ul li p {
            text-align: center;
            font-size: 16px;
            color: #666666;
        }
        
        .fl_l {
            display: flex;
            justify-content: left;
        }
        
        .menu_title h1 {
            font-weight: 100;
            font-size: 36px;
            margin-bottom: 48px;
        }
        
        .menu_title {
            padding-top: 60px;
            box-sizing: border-box;
        }
        
        .menu_title p {
            font-size: 18px;
            padding: 20px 0;
            box-sizing: border-box;
            color: #333333;
            position: relative;
        }
        
        .menu_title p::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 90%;
            height: 1px;
            background: #ee1d23;
        }
        
        .sj {
            display: none;
        }
        
        .erji {
            background: #ffffff;
            position: absolute;
            top: 100px;
            display: none;
            width: 160px;
            padding: 20px 0;
            box-sizing: border-box;
            z-index: 100;
            left: -28%;
        }
        
        .navgation ul li:nth-child(3) .erji {
            left: -13% !important;
        }
        
        .erji a {
            width: 100%;
            text-align: center;
            display: block;
            font-size: 16px;
            line-height: 35px;
            color: #333333;
        }
        
        .lm {
            padding: 20px 0;
            box-sizing: border-box;
        }
        
        .lm a {
            font-size: 12px;
            color: #999999;
        }
        
        .lm a:last-child {
            color: #ed1b22;
        }
        
        .cont h6 {
            padding: 20px 0;
            box-sizing: border-box;
            display: block;
            font-size: 22px;
            width: 100%;
            text-align: left;
            margin-bottom: 20px;
        }
        
        .cont h6 span {
            font-size: 24px;
            font-weight: bold;
        }
        
        .cont {
            padding-bottom: 80px;
            box-sizing: border-box;
        }
        
        .cont div {
            font-size: 14px;
            line-height: 30px;
            text-align: left;
        }
        
        .cont img {
            max-width: 100%;
        }
        
        .tuijian {
            background: #ebebeb;
            padding: 65px 0;
            box-sizing: border-box;
        }
        
        .tuijian h6 {
            font-size: 24px;
            text-align: left;
            margin-bottom: 60px;
            width: 100%;
        }
        
        .tuijian .centerBox {
            padding: 0 34px;
            box-sizing: border-box;
        }
        
        .center {
            width: 1285px;
            margin: 0 auto;
            position: relative;
        }
        
        .tuijian .prev:hover {
            background: url(../images/p1_24.png) no-repeat center;
            background-size: 100%;
        }
        
        .tuijian .prev {
            left: 0;
            background: url(../images/p3_24.png) no-repeat center;
            background-size: 100%;
        }
        
        .tuijian .next:hover {
            background: url(../images/p1_27.png) no-repeat center;
            background-size: 100%;
        }
        
        .tuijian .next {
            right: 0;
            background: url(../images/p3_27.png) no-repeat center;
            background-size: 100%;
        }
        
        .tuijian .prev,
        .tuijian .next {
            outline: none;
            position: absolute;
            top: 50%;
            width: 40px;
            height: 40px;
        }
        
        .tuijian .swiper-slide {
            position: relative;
        }
        
        .tuijian .swiper-slide img {
            width: 100%;
        }
        
        .tuijian .swiper-slide:hover .jt {
            background: url(../images/jt01_35.jpg) no-repeat center;
            background-size: 100% 100%;
        }
        
        .mc {
            width: 85%;
            height: 60px;
            background: #fff;
            position: absolute;
            font-size: 20px;
            text-align: center;
            line-height: 60px;
            left: 0;
            bottom: 0;
            z-index: 120;
            box-shadow: 0px 8px 10px #e6e6e6;
        }
        
        .jt a {
            display: block;
            width: 100%;
            height: 100%;
        }
        
        .jt img {
            max-width: 100%;
        }
        
        .jt {
            width: 15%;
            height: 50px;
            background: url(../images/jt01_32.jpg) no-repeat center;
            position: absolute;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 0;
            bottom: 0;
            z-index: 100;
        }
        
        .lxwm {
            display: flex;
            align-items: center;
            padding-bottom: 60px;
            justify-content: space-between;
        }
        
        .lxwm>div {
            width: 50%;
        }
        
        .lxwm h6 {
            font-size: 24px;
        }
        
        .item {
            padding-left: 20px;
            border-bottom: 1px solid #cccccc;
            box-sizing: border-box;
            padding-bottom: 30px;
            margin-bottom: 20px;
        }
        
        .item p {
            font-size: 18px;
            line-height: 36px;
            text-align: left;
        }
        
        .item a {
            display: flex;
            justify-content: space-between;
        }
        
        .asd {
            width: 28%;
        }
        
        .nr {
            margin: 25px 0 30px 0;
            font-size: 14px;
            line-height: 28px;
            color: #666666;
            text-align: left;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        
        .asd img {
            width: 100%;
        }
        
        .ms {
            padding-left: 17px;
            box-sizing: border-box;
            width: 72%;
        }
        
        .date {
            font-size: 14px;
            color: #666666;
            text-align: left;
            line-height: 30px;
        }
        
        .detail {
            padding: 45px 0;
            box-sizing: border-box;
            font-size: 14px;
            color: #333333;
        }
        
        .detail img {
            display: block;
            max-width: 100%;
            margin: 5% auto;
        }
        
        #pages {
            text-align: center;
            padding: 14px 0 10px;
            margin-bottom: 8%;
            font-family: 'PINGFANMEDIUM';
        }
        
        #pages a {
            display: inline-block;
            height: 30px;
            margin: 0 10px;
            line-height: 30px;
            background: #fff;
            border: 1px solid #e3e3e3;
            text-align: center;
            color: #333;
            padding: 0 10px
        }
        
        #pages a.a1 {
            background: url(../images/admin_img/pages.png) no-repeat 0 5px;
            width: 56px;
            padding: 0
        }
        
        #pages a:hover {
            background: #f1f1f1;
            color: #000;
            text-decoration: none
        }
        
        #pages a.a1 {
            margin: 0px 10px 0 0;
        }
        
        #pages span {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            background: #ed1b22;
            border: 1px solid #ed1b22;
            color: #fff;
            text-align: center;
            padding: 0 10px
        }
        
        .page .noPage {
            display: inline-block;
            width: 56px;
            height: 30px;
            line-height: 30px;
            background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
            border: 1px solid #e3e3e3;
            text-align: center;
            color: #a4a4a4;
        }
        
        .fanye {
            font-size: 14px;
            line-height: 30px;
        }
        
        .fanye span {
            display: block;
            width: 100%;
            text-align: left;
        }
        
        .btnExpand {
            width: 148px;
            height: 45px;
            border: 2px solid #ed1b22;
            margin-top: 5px;
            display: block;
            font-size: 16px;
            color: #ed1b22;
            background: #fff;
            text-align: center;
            line-height: 42px;
            text-decoration: none;
            cursor: pointer;
            /* border: none; */
        }
        
        .yx .btnExpand {
            color: #fff;
            background: #ed1b22;
        }
        
        .hitem {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-bottom: 20px;
        }
        
        .miaoshu h6 {
            font-size: 18px;
            line-height: 40px;
            margin: 10px 0;
            box-sizing: border-box;
            border-bottom: 1px solid #cccccc;
        }
        
        .team {
            font-size: 14px;
            color: #333333;
            line-height: 35px;
        }
        
        .miaoshu {
            width: 74%;
            padding-left: 40px;
            box-sizing: border-box;
        }
        
        .hasd {
            width: 26%;
            box-shadow: 0px 0px 20px #ebebeb;
        }
        
        .hasd img {
            max-width: 100%;
        }
        
        .aniu {
            padding-left: 30%;
            position: relative;
            top: 0;
            box-sizing: border-box;
        }
        
        .yx {
            margin-bottom: 40px;
            position: static;
        }
        
        .hxyw {
            padding: 53px 0 20px 0;
            background: #fff;
        }
        
        .ywbt h1 {
            font-weight: 100;
            font-size: 36px;
        }
        
        .ywbt h2 {
            font-weight: 100;
            font-size: 0 !important;
            padding: 20px 0;
            position: relative;
            box-sizing: border-box;
            text-transform: capitalize;
        }
        
        .ywbt h2::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 100px;
            height: 2px;
            background: #ff0000;
        }
        
        .ywbt {
            text-align: center;
        }
        
        .hxyw .swiper-slide {
            display: flex;
            flex-wrap: wrap;
        }
        
        .hxyw .swiper-slide>div {
            width: 50%;
        }
        
        .hxyw .swiper-container {
            padding: 60px 0;
            box-sizing: border-box;
        }
        
        .s-right>div {
            width: 50%;
            display: inline-block;
        }
        
        .s_bottom>div {
            width: 25%;
            display: inline-block;
        }
        
        .hxyw .swiper-slide .s_bottom {
            width: 100% !important;
        }
        
        .hxyw>div img {
            width: 100%;
        }
        
        .s-left h6 {
            font-size: 20px;
            line-height: 35px;
        }
        
        .s-left {
            padding-right: 60px;
            font-size: 14px;
            text-align: left;
            line-height: 32px;
            box-sizing: border-box;
            position: relative;
        }
        
        .s-left a {
            color: #ef1a23;
            font-size: 18px;
            display: block;
            margin-top: 30px;
        }
        
        .sms {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
        
        .s-next,
        .s-prev {
            width: 40px;
            height: 40px;
            background: #fff url(../images/hjiantou.png) no-repeat;
            background-position: 50% 54%;
            background-size: 50% !important;
        }
        
        .s-next {
            border-left: 1px solid #ef1a23;
        }
        
        .s-prev {
            transform: rotate(180deg);
        }
        
        .sbtn {
            border: 1px solid #ef1a23;
            display: flex;
            position: absolute;
            left: 42%;
            top: 40%;
            z-index: 100;
            width: 80px;
            height: 40px;
        }
        
        .s-prev:hover {
            background: #ed1c23 url(../images/bjiantou.png) no-repeat center;
        }
        
        .s-next:hover {
            background: #ed1c23 url(../images/bjiantou.png) no-repeat center;
        }
        
        .pic {
            position: relative;
        }
        
        .pic .men {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: url(../images/fadj_17.png) no-repeat center;
            background-size: 100% 100%;
            transition: opacity 0.5s;
        }
        
        .pic:hover .men {
            opacity: 1;
        }
        
        .hxyw .swiper-slide {
            font-size: 0;
        }
        
        .hxyw .swiper-slide img {
            display: block;
        }
        
        .hblist {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .hblist>div {
            margin-bottom: 2.5%;
            width: 23%;
            margin-right: 2.5%;
            box-shadow: 10px 10px 10px #e6e6e6;
        }
        
        .hblist>div img {
            width: 100%;
        }
        
        .hblist {
            padding: 60px 0;
            box-sizing: border-box;
        }
        
        .hblist>div:nth-child(4n) {
            margin-right: 0%;
        }
        
        .newleft {
            width: 17%;
        }
        
        .newright {
            width: 83%;
        }
        
        .newleft>div {
            width: 100%;
        }
        
        .synew {
            padding: 80px 0 58px 0;
            background: url(../images/newbj_05.jpg) no-repeat center;
            background-size: 100% 100%;
        }
        
        .synew .centerBox {
            display: flex;
            justify-content: space-between;
        }
        
        .synew .swiper-slide {
            padding: 40px;
            box-sizing: border-box;
            background: #ffffff;
        }
        
        .newright {
            position: relative;
        }
        
        .newbtn {
            width: 80px;
            height: 42px;
            border: 1px solid #ef1a23;
            display: flex;
            margin: 80px auto 0;
            box-sizing: border-box;
        }
        
        .synew .swiper-slide h6 {
            font-size: 24px;
            display: block;
            width: 100%;
            text-align: left;
            color: #666666;
        }
        
        .synew .swiper-slide:hover .yuedu {
            background: #ef1a23;
            color: #fff;
            border: 1px solid #ef1a23;
            box-sizing: border-box;
        }
        
        .synew .swiper-slide p {
            width: 95%;
            font-size: 18px;
            line-height: 65px;
            text-align: left;
            display: block;
            width: 63%;
            white-space: nowrap;
            color: #333333;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        
        .dtms {
            font-size: 16px;
            line-height: 28px;
            text-align: left;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            margin-bottom: 40px;
        }
        
        .yuedu {
            display: block;
            width: 160px;
            height: 40px;
            border: 1px solid #333;
            box-sizing: border-box;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
        }
        
        .hzhb {
            padding: 80px 0 0 0;
            box-sizing: border-box;
        }
        
        .hblb img {
            width: 100%;
        }
        
        .hblb .swiper-container {
            margin: 30px 0;
            padding-bottom: 30px;
            box-sizing: border-box;
        }
        
        .hblb .swiper-slide {
            box-shadow: 0 0 10px #e6e6e6;
        }
        
        .hblb .swiper-pagination {
            bottom: 0 !important;
        }
        
        .hblb .swiper-pagination-bullet {
            background: #000;
            opacity: 1;
        }
        
        .hblb .swiper-pagination-bullet-active {
            background: #ea1d27 !important;
        }
        
        .hblb {
            display: none;
        }
        
        .footer {
            padding: 50px 0 50px 0;
            background: #333;
            box-sizing: border-box;
        }
        
        .footer .centerBox {
            display: flex;
            justify-content: space-between;
        }
        
        .footer .centerBox>div:first-child {
            width: 33%;
        }
        
        .footer .centerBox>div:nth-child(2) {
            width: 25%;
            padding: 0 3%;
            box-sizing: border-box;
        }
        
        .footer .centerBox>div:last-child {
            width: 25%;
        }
        
        .fcen a:last-of-type {
            margin-right: 0px;
        }
        
        .footer a {
            display: block;
            margin-right: 80px;
            font-size: 16px;
            color: #fff;
            margin-bottom: 10px;
        }
        
        .fcen a {
            display: inline-block;
            margin-right: 80px;
            font-size: 16px;
            color: #fff;
        }
        
        .flogo img {
            width: 100%;
            display: inline-block;
            margin: 12px auto;
            vertical-align: text-top;
        }
        
        .ferji a {
            font-size: 14px !important;
        }
        
        .fzuo>div:last-child a {
            margin-right: 0px;
        }
        
        .fzuo {
            display: flex;
        }
        
        .j-right>div:last-child {
            font-size: 14px;
            color: #fff;
            text-align: left;
            line-height: 35px;
        }
        
        .j-top h6 {
            font-size: 30px;
            font-weight: bold;
            padding-left: 60px;
            box-sizing: border-box;
            color: #ef1a23 !important;
        }
        
        .j-top span {
            color: #fff;
            padding-left: 60px;
            display: block;
            font-size: 16px;
        }
        
        .j-top {
            margin-bottom: 10px;
            background: url(../images/icon_03.png) no-repeat left;
        }
        
        .footertu {
            display: none;
        }
        
        .new-ul2 {
            display: none;
        }