h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p,
dl,
dt,
dd {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #cf0a0a;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1600px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #cf0a0a;
}

 ::selection {
    color: #fff;
    background: #cf0a0a;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #cf0a0a;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #cf0a0a;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.align_items_end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head {
    /*使导航栏固定在顶部*/
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99999;
    width: 100%;
    padding: 0 140px;
    height: 90px;
}

.navigation li {
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin: 0 20px;
    position: relative;
}

.navigation .on {
    font-weight: bold;
    color: #ffffff;
}

.navigation li a {
    display: block;
    line-height: 90px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.navigation>ul>li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.navigation .on {
    font-weight: bold;
}

.navigation a:hover {
    color: #ffffff;
}

.navigation a:hover {
    color: #ffffff;
}

.navigation .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 270px;
    padding: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.navigation .dropdown-menu li {
    color: #333333;
    text-align: center;
    width: 100%;
    margin: 0;
}

.navigation .dropdown-menu li a {
    line-height: normal;
    padding: 10px 0;
    font-size: 16px;
}

.navigation .dropdown-menu li a:hover {
    color: #cf0a0a;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.headmail {
    font-size: 16px;
    color: #fffb06;
    font-weight: bold;
}

.headmail:hover a {
    color: #fffb06;
}


/* 遮罩层（蒙层） */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}


/* 弹窗容器 */

#searchModal {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    width: 300px;
    position: relative;
}


/* 关闭按钮 */

#closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}


/* 搜索输入框 */

#searchInput {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/* 搜索按钮 */

#searchSubmit {
    width: 100%;
    padding: 8px;
    background-color: #cf0a0a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#searchSubmit:hover {
    background-color: #cf0a0a;
}

.hidden {
    display: none;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

.banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .banner_img_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .banner_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 注意：fade 模式下，所有 slide 都是 absolute 定位，
       所以 transform 不会互相干扰 */
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner .swiper-slide-active .banner_img_box img {
    transform: scale(1.1);
}

.banner .swiper-slide:not(.swiper-slide-active) .banner_img_box img {
    transform: scale(1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.banner .animate {
    animation: fadeInUp 0.8s forwards;
}

.banner .animate.delay-1 {
    animation-delay: 0.3s;
}

.banner .animate.delay-2 {
    animation-delay: 0.6s;
}

.banner .swiper-pagination {
    bottom: 30px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: white;
    width: 20px;
    border-radius: 5px;
}

.index01 {
    background: url(../images/index_09.jpg) bottom center no-repeat;
    overflow: hidden;
}

.index01 .tablist {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}

.index01 .tablist .tab {
    width: 20%;
    padding: 0 50px;
    height: 130px;
    line-height: 130px;
    font-size: 18px;
    background: url(../images/chilun.png) center right 32px no-repeat;
    border-right: 1px #dcdcdc solid;
    cursor: pointer;
}

.index01 .tablist .tab.active {
    background: url(../images/chilunon.png) center right no-repeat #cf0a0a;
    color: #ffffff;
}

.index01 .tablist .tab.active:hover a {
    color: #ffffff;
}

.index01 .wrap {
    position: relative;
    overflow: hidden;
}

.index01 .content {
    flex-wrap: wrap;
}

.index01 .tab-content-group {
    display: none;
    width: 100%;
}

.index01 .tab-content-group.fade-in {
    display: block;
    animation: fadeInEffect 0.5s ease-in-out;
}

@keyframes fadeInEffect {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.index01 .h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 70px 0;
}

.index01 .content .item {
    width: 28%;
}

.index01 .content .item .img {
    width: 100%;
    height: 0;
    position: relative;
    display: block;
    padding-bottom: 107%;
}

.index01 .content .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index01 .content .item .txt {
    padding: 30px 0 70px 0;
}

.index01 .content .item .txt .lf {
    margin-right: 30px;
}

.index01 .content .item .title {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
}

.index01 .content .item p {
    color: #e5a7a6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}

.index02 {
    background: url(../images/index_11.png) no-repeat center bottom;
    height: 900px;
}

.index02 .gybc {
    margin-top: 100px;
}

.index02 .gybc .t1 {
    color: #cf0a0a;
    font-size: 36px;
}

.index02 .gybc .t2 {
    font-weight: bold;
    font-size: 40px;
    margin: 30px 0;
}

.index02 .jianjie {
    width: 50%;
}

.index02 .jianjie .t3 {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 30px;
}

.index02 .jianjie .sz .t4 {
    align-items: baseline;
}

.index02 .jianjie .sz .item {
    color: #595d68;
    text-align: center;
}

.index02 .jianjie .sz .num {
    font-size: 60px;
    font-weight: bold;
}

.index02 .jianjie .sz .t4 span {
    font-size: 18px;
}

.index02 .jianjie .sz .t5 {
    font-size: 16px;
    margin-top: 10px;
}

.index03 {
    margin: 130px 0;
    position: relative;
}

.index03 .tablist {
    width: 31%;
}

.index03 .bt .en {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.index03 .bt .zh {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index03 .tablist .tab {
    font-size: 18px;
    color: #666666;
    line-height: 84px;
    background: url(../images/line_05.jpg) no-repeat center right;
    padding-left: 20px;
}

.index03 .tablist .tab span {
    display: none;
}

.index03 .tablist .active {
    font-size: 24px;
    color: #ffffff;
    background: url(../images/zk.png) no-repeat center right 130px #bc0a0a;
}

.index03 .tablist .active span {
    display: block;
    font-size: 70px;
    color: #d2272f;
    font-weight: bold;
}

.index03 .rightBox {
    position: absolute;
    right: 0;
    width: 58%;
    top: 0;
}

.index03 .content {
    display: none;
    /* 默认隐藏所有内容 */
    position: relative;
}

.index03 .content.active {
    display: block;
    /* 激活时显示 */
}

.index03 .content .bg {
    width: 100%;
}

.index03 .content .more {
    position: absolute;
    right: 90px;
    bottom: 280px;
}

.index03 .content .t1 {
    position: absolute;
    right: 90px;
    bottom: 160px;
    color: #ffffff;
    font-size: 36px;
}

.index03 .content .t2 {
    position: absolute;
    right: 90px;
    bottom: 110px;
    color: #ffffff;
    font-size: 16px;
}

.index04 {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
}

.index04 .bg-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.index04 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    /* 默认隐藏 */
    transition: opacity 0.6s ease-in-out;
    /* 淡入淡出动画 */
    /* 给图片加一点暗色遮罩，让文字更清晰 */
    filter: brightness(0.6);
}


/* 只有激活状态才显示 */

.index04 .bg-img.active {
    opacity: 1;
}


/* --- 内容区域 (文字和按钮) --- */

.index04 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    /* 让鼠标事件穿透内容层，除非点到按钮 */
}


/* 选项卡列表 */

.index04 .tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    pointer-events: auto;
    justify-content: center;
    /* 恢复鼠标事件 */
}

.index04 .tab-item {
    width: 170px;
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.1);
    /* 初始半透明黑 */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
    backdrop-filter: blur(4px);
    /* 毛玻璃效果 */
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    flex-wrap: wrap;
}

.index04 .tab-item p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}


/* 悬停或激活时的蓝色高亮样式 */

.index04 .tab-item:hover,
.index04 .tab-item.active {
    background: rgba(188, 10, 10, 0.6);
    /* 蓝色半透明背景 */
    border-color: rgba(188, 10, 10, 0.9);
    box-shadow: 0 0 15px rgba(188, 10, 10, 0.4);
    transform: translateY(-2px);
}

.index04 h1 {
    font-size: 42px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
}

.index04 .t1 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 130px;
    line-height: 1.6;
    text-align: center;
}

.index05 {
    overflow: hidden;
    background: #f6f6f6;
    position: relative;
    padding: 80px 0;
}

.index05 .bt .en {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.index05 .bt .zh {
    font-size: 48px;
    font-weight: bold;
}

.index05 .img {
    float: right;
}

.index05 .wrap {
    position: relative;
}

.index05 .index-title {
    position: absolute;
    left: 0;
}

.index05 .zlhz {
    position: absolute;
    top: 200px;
}

.index05 .zlhz .item {
    margin-bottom: 35px;
}

.index05 .zlhz .item .t1 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.index05 .zlhz .item .t2 {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.index06 {
    margin: 70px 0;
    overflow: hidden;
}

.index06 .bt {
    margin-bottom: 60px;
}

.index06 .bt .en {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.index06 .bt .zh {
    font-size: 48px;
    font-weight: bold;
}

.index06 .tablist {
    font-size: 18px;
}

.index06 .tablist .tab {
    margin-left: 20px;
}

.index06 .tablist .active {
    color: #bc0a0a;
    font-weight: bold;
    border-bottom: 3px #bc0a0a solid;
    padding-bottom: 6px;
}

.index06 .lf-box {
    width: 49%;
    position: relative;
    border: 1px #e7e7e7 solid;
}

.index06 .lf-box .date {
    background: #bc0a0a;
    padding: 15px 0;
    color: #ffffff;
    width: 94px;
    text-align: center;
    position: absolute;
    left: 20px;
    top: -20px;
    z-index: 99;
}

.index06 .lf-box .date .d1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
}

.index06 .lf-box .img {
    width: 100%;
    padding-bottom: 50%;
    height: 0;
    position: relative;
    display: block;
}

.index06 .lf-box .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index06 .lf-box .txt {
    padding: 30px 40px;
}

.index06 .lf-box .txt .title {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index06 .lf-box .txt .detail {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index06 .rt-box {
    width: 49%;
}

.index06 .rt-box .item {
    border: 1px #e7e7e7 solid;
    padding: 30px 40px;
    margin-bottom: 20px;
}

.index06 .rt-box .item .title {
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index06 .rt-box .item .detail {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index06 .tab-content-group {
    display: none;
    width: 100%;
}

.index06 .tab-content-group.fade-in {
    display: block;
    animation: fadeInEffect 0.5s ease-in-out;
}

.foot {
    background: url(../images/footbg_02.jpg)  100%;
}

.foot {
    padding: 70px 0;
}

.foot .box1 .t1 {
    font-size: 16px;
    color: #ffffff;
    margin: 20px 0 70px 0;
}

.foot .box1 .lx {
    margin-bottom: 30px;
    color: #e5e5e5;
}

.foot .box1 .t2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.foot .box1 .t3 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.foot .footnav a {
    display: block;
}

.foot .footnav .bt {
    font-size: 18px;
    font-weight: bold;
    color: #d9d9d9;
    margin-bottom: 20px;
}

.foot .footnav .link {
    line-height: 36px;
    color: #d9d9d9;
}

.foot .ewm {
    text-align: center;
}

.foot .ewm p {
    font-size: 18px;
    font-weight: bold;
    color: #d9d9d9;
    margin-bottom: 30px;
}

.copyright {
    border-top: 1px #60656b solid;
    background: #21262e;
    color: #d9d9d9;
    text-align: center;
    padding: 20px 0;
}

.nybanner {
    height: 480px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.nybanner .zh {
    font-size: 40px;
    font-weight: bold;
    margin-top: 180px;
}

.nybanner .en {
    font-size: 30px;
    font-weight: lighter;
    text-transform: uppercase;
}

.location {
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.075);
    font-size: 18px;
    color: #999999;
    position: relative;
    z-index: 9;
}

.location .flex {
    height: 70px;
}

.location a {
    margin: 0 8px;
}

.about01 {
    margin: 80px 0;
    overflow: hidden;
}

.about01 .lfbox {
    width: 45%;
}

.about01 .lfbox .t1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about01 .lfbox .t2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about01 .lfbox .t3 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 30px;
}

.about01 .aboutbox .item {
    text-align: center;
}

.about01 .aboutbox .item .icon {
    width: 100px;
    height: 100px;
    border: 1px #e0e0e0 solid;
    border-radius: 50%;
    margin-bottom: 30px;
}

.about01 .aboutbox .item .h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.about01 .aboutbox .item .h2 .num {
    font-size: 36px;
    margin-right: 5px;
}

.about01 .rtimg {
    width: 50%;
}

.about01 .rtimg img {
    width: 100%;
}

.about02 {
    background: url(../images/about_02.jpg) no-repeat center;
    height: 800px;
    background-size: 100% 100%;
    overflow: hidden;
}

.about02 h1 {
    margin-top: 120px;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
}

.about02 p {
    width: 65%;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.about02 .wrap {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.about02 .box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 55%;
    padding-top: 100px;
}

.about02 .box h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 50px;
}

.about02 .box h2 span {
    font-size: 36px;
}

.about02 .box h3 {
    font-size: 300px;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: 0;
    top: -80px;
}

.about02 .box .txt {
    height: 200px;
    padding: 20px;
    background: #013996;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    overflow-y: scroll;
}

.about02 .swiper-button-next,
.about02 .swiper-button-prev {
    bottom: 20px;
    top: auto;
    width: 20px;
    height: 34px;
    background-size: 20px 34px;
}

.about02 .swiper-button-next {
    right: 40px;
}

.about02 .swiper-button-prev {
    right: 100px;
    left: auto;
}

.about03 {
    background: url(../images/about_03.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 567px;
    overflow: hidden;
}

.about03 .wrap {
    position: relative;
    height: 567px;
    overflow: hidden;
}

.about03 .txt {
    margin-top: 80px;
}

.about03 .txt h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 70px;
}

.about03 .txt p {
    font-size: 20px;
    line-height: 44px;
}

.about03 img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about04 .swiper-slide img {
    width: 100%;
}

.about04 {
    padding: 170px 0 100px 0;
    background: #f9f9f9;
}

.about04 .swiper-container {
    padding-bottom: 70px;
}

.about04 .swiper-slide p {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.about04 .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.about05 .left {
    width: 40%;
    background: url(../images/about_09.jpg) no-repeat center;
    background-size: 100% 100%;
}

.about05 .left .box {
    margin-left: 20%;
    padding-right: 70px;
}

.about05 .left .box h1 {
    margin-top: 96px;
    font-size: 36px;
    margin-bottom: 20px;
}

.about05 .left .box .en {
    text-transform: uppercase;
    font-size: 18px;
    color: #999999;
    margin-bottom: 50px;
}

.about05 .left .box p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

.about05 .left .box p img {
    margin-right: 20px;
}

.about05 .left .more {
    background: #bc0a0a;
    display: block;
    width: 224px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    font-size: 18px;
}

.detail07 {
    background: url(../images/pro_20.jpg) no-repeat;
    padding: 50px 0;
    margin-top: 60px;
}

.detail07 .om {
    background: none;
}

.om {
    background-color: #fff;
    font-family: 微软雅黑;
}

.om .t {
    line-height: 50px;
    font-size: 16px;
    color: #525252;
    padding-top: 10px;
    text-align: center;
}

.om .form {
    padding: 0 200px;
}

.om .form-row {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
}

.om .col {
    width: 50%;
    float: left;
}

.om .text {
    width: 400px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    padding: 0 15px;
    outline: none;
}

.om .textarea {
    width: 950px;
    height: 100px;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    outline: none;
}

.om .btndiv {
    padding: 35px 0;
    text-align: center;
}

.om .btn {
    width: 198px;
    height: 35px;
    background-color: #bc0a0a;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
}

.om .btn.reset {
    background-color: #cdcdcd;
    color: #525252;
}

.probt {
    text-align: center;
}

.probt .zh {
    font-size: 36px;
    font-weight: bold;
}

.probt .en {
    font-size: 24px;
    color: #999999;
    margin: 10px 0;
    text-transform: uppercase;
}

.shaixuan {
    background: url(../images/pro_04.jpg) no-repeat center top;
    padding: 60px 0;
}

.shaixuan .h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
}

.shaixuan .sxbox .item {
    margin-bottom: 15px;
}

.shaixuan .sxbox .item .type {
    width: 12%;
    font-size: 20px;
    font-weight: bold;
}

.shaixuan .sxbox .item .option {
    flex-wrap: wrap;
    width: 88%;
}

.shaixuan .sxbox .item .option a {
    padding: 6px 12px;
    font-size: 16px;
    background: #e5e5e5;
    margin-right: 15px;
    margin-bottom: 15px;
}

.shaixuan .sxbox .item .option .all {
    background: #bc0a0a;
    color: #fff;
}

.shaixuan button {
    display: block;
    cursor: pointer;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #bc0a0a;
    color: #ffffff;
    font-size: 16px;
    margin: 40px auto;
}

.prolist .flex {
    flex-wrap: wrap;
    margin-right: -3%;
}

.prolist .item {
    width: 22%;
    margin-right: 3%;
}

.prolist .item .img {
    width: 100%;
    height: 0;
    position: relative;
    display: block;
    padding-bottom: 74%;
}

.prolist .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.prolist .item .txt {
    padding: 28px 0;
    text-align: center;
}

.prolist .item .txt .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    display: block;
}

.prolist .item .txt p {
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    display: block;
}

.pages {
    clear: both;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    margin: 30px auto;
}

.pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pages ul a {
    color: #555;
    display: block;
    padding: 5px 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 5px;
    font-size: 12px
}

.pages ul a.page-num-current {
    background: #bc0a0a;
    color: #ffffff;
}

.pages ul a:hover {
    background: #bc0a0a;
    color: #ffffff;
}

.pro_cen07 {
    padding: 80px 0 120px;
    background: #f6f6f6;
}

.pro_cen07 .infor {
    text-align: center;
}

.pro_cen07 .infor .tit {
    font-size: 36px;
    line-height: 36px;
    color: #bc0a0a;
}

.pro_cen07 .content {
    margin-top: 70px;
    padding: 0 75px;
}

.pro_cen07 .content li {
    width: 25%;
    float: left;
    text-align: center;
}

.pro_cen07 .content li a {
    display: block;
}

.pro_cen07 .content li .icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.pro_cen07 .content li .tit {
    font-size: 24px;
    line-height: 24px;
    color: #bc0a0a;
    font-weight: bold;
}

.pro_cen07 .content li .con {
    font-size: 13px;
    line-height: 20px;
    color: #393939;
    margin-top: 20px;
}

.pro_cen07 .content li:hover .icon {
    transform: rotateY(180deg);
}

.pt8 {
    background: url(../images/liuyan_76.jpg) no-repeat center;
    position: relative;
    padding: 50px 0 40px 0;
}

.pt8 .contact01 {
    width: 80%;
    float: left;
}

.pt8 .contact01 h1 {
    color: #bc0a0a;
    font-size: 30px;
}

.pt8 .contact01 p {
    font-size: 18px;
    margin: 20px 0 50px;
    color: #333333;
}

.pt8 .contact_form {
    overflow: hidden;
}

.pt8 .contact_form input {
    padding: 0 3%;
    color: #999999;
    background: #ffffff;
    float: left;
    font-size: 16px;
    width: 17%;
    margin-right: 2%;
    height: 50px;
}

.pt8 .contact_form button {
    color: #fff;
    border: solid 1px #bc0a0a;
    float: left;
    cursor: pointer;
    width: 16%;
    font-size: 16px;
    line-height: 50px;
    background: #bc0a0a;
    border: 0;
}

.pt8 .contact02 {
    float: right;
}

.pt8 .contact03 {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 9;
}

.detail01 {
    overflow: hidden;
    padding: 50px 0;
    background: url(../images/proDetail01_1.jpg) no-repeat center;
}

.detail01 h1 {
    font-size: 30px;
    font-weight: bold;
}

.detail01 .line {
    width: 54px;
    height: 5px;
    background: #bc0a0a;
    margin: 10px 0 30px 0;
}

.detail01 .txt {
    margin-bottom: 20px;
}

.detail01 .txt .t1 {
    font-size: 18px;
    font-weight: bold;
}

.detail01 .txt .tel {
    font-size: 24px;
    color: #bc0a0a;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.detail01 .txt {
    line-height: 34px;
    font-size: 18px;
}

.detail01 .list {
    margin-top: 30px;
}

.detail01 .list li {
    float: left;
    width: 33%;
}

.detail01 .list li .li_box {
    padding: 0 20px;
    text-align: center;
}

.detail01 .list .t {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.detail01 .btn {
    margin-top: 50px;
}

.detail01 .btn a {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 40px;
}

.blue {
    background: #bc0a0a;
}

.yellow {
    background: #333333;
}

.detail01 .left {
    width: 45%;
}

.detail01 .right {
    width: 50%;
}

.detail01 .right .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail01 .right .swiper-slide {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.detail01 .swiper-button-next,
.detail01 .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.detail01 .swiper-button-prev {
    background: url(../images/pro_03.png) no-repeat;
}

.detail01 .swiper-button-next {
    background: url(../images/pro_04.png) no-repeat;
}

.pro-wrap {
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #f4f6f9;
    font-size: 16px;
    color: #124f8e;
    font-weight: bold;
    margin-bottom: 50px;
}

.pro-wrap a {
    margin: 0 40px;
    color: #666666;
}

.pro-wrap .selected {
    color: #124f8e;
}

.detail02 .txt {
    font-size: 16px;
    line-height: 30px;
    margin: 50px 0;
}

.detail02 .txt img {
    max-width: 100%;
}

.detail03 {
    background: #f1f2f4;
    padding: 60px 0;
}

.detail03 .hotpro {
    margin-top: 60px;
}

.detail03 .hotpro .item {
    width: 22%;
}

.detail03 .hotpro .item .img {
    width: 100%;
    height: 0px;
    position: relative;
    display: block;
    padding-bottom: 74%;
}

.detail03 .hotpro .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

.detail03 .hotpro .item .txt {
    background: #ffffff;
    padding: 20px;
}

.detail03 .hotpro .item .txt .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    display: block;
}

.detail03 .hotpro .item .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    line-height: 24px;
}

.detail04 {
    padding: 50px 0;
}

.detail04 .swiper-container {
    margin-top: 50px;
    padding-bottom: 50px;
}

.detail04 .swiper-slide a {
    display: block;
}

.detail04 .swiper-slide .img {
    padding-bottom: 70%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.detail04 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.detail04 .swiper-slide .title {
    height: 50px;
    line-height: 50px;
    padding: 0 4%;
    width: 92%;
    background: url(../images/bg_13.png);
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail04 .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.pro05 .swiper-container {
    padding-bottom: 40px;
    margin: 60px 0;
}

.pro05 .swiper-slide {
    width: 978px;
    transition-timing-function: linear;
}

.pro05 .swiper-slide .txt {
    display: none;
    position: absolute;
    z-index: 9;
    top: 0;
    background: url(../images/probg_15.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.pro05 .swiper-slide .txt .flex {
    height: 100%;
    margin-left: 70px;
}

.pro05 .swiper-slide .txt .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.pro05 .swiper-slide .txt .t2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
}

.pro05 .swiper-slide .txt .more {
    font-size: 18px;
    border: 1px #ffffff solid;
    padding: 6px 20px;
}

.pro05 .swiper-slide:hover .txt {
    display: block;
}

.pro05 .swiper-slide:hover a {
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    .pro05 .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .pro05 .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .pro05 .swiper-slide {
        width: 471px;
    }
}

.pro05 .swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.pro05 .swiper-button-next,
.pro05 .swiper-button-prev {
    width: 71px;
    height: 71px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.pro05 .swiper-button-next {
    background: url(../images/icon14.png) no-repeat;
}

.pro05 .swiper-button-prev {
    background: url(../images/icon15.png) no-repeat;
}

.pro05 .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}

.pro05 .swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}

.pro05 .swiper-pagination-bullet i {
    background: #000;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.pro05 .swiper-pagination-bullet-active span,
.pro05 .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #000;
    position: relative;
    z-index: 1;
}

.pro05 .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.pro05 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.pro05 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

.pro05 .swiper-pagination {
    width: 100%;
    bottom: 0;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}

.detail06 {
    padding: 50px 0;
}

.detail06 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 5px;
}

.detail06 ul li {
    width: 50%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail06 .item {
    border: 1px solid #e6e6e6;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 15px 30px;
    margin-top: 20px;
}

.detail06 .item p {
    flex: 1;
    padding-right: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail06 .item span {
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    padding: 10px 0 10px 40px;
    color: #999999;
}

.pro_list {
    padding: 80px 0 0 0;
    background: #fff;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.text_line {
    position: relative;
    line-height: 1;
    font-size: 24px;
    color: #000;
    display: inline-block;
}

.text_line span {
    position: relative;
    z-index: 1;
}

.text_line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #f5cccc;
    top: 50%;
    left: 0;
}

.pro_list .tit_box .tit {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 10px;
}

.pro_list .pt1,
.pro_list .pt2,
.pro_list .pt3 {
    margin-bottom: 150px;
}

.l {
    float: left;
}

.pro_list .l_box,
.pro_list .r_box {
    width: 50%;
    position: relative;
}

.pro_list .shape1 .l_box {
    text-align: center;
}

.pro_list .shape1 .l_box img {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.pro_list .shape1 .l_box .cut_bg {
    width: 1250px;
    height: 410px;
    background: url(../images/pro_list_cut1.png) center center no-repeat;
    position: absolute;
    right: -280px;
    top: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.r {
    float: right;
}

.pro_list .shape1 .r_box .text_box {
    position: relative;
    z-index: 1;
    margin-top: 250px;
    text-align: right;
    width: 75%;
    float: right;
}

.pro_list .shape1 .r_box .text_box .text_line {
    font-size: 38px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.pro_list .shape1 .r_box .text_box .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.pro_list .shape1 .r_box .text_box .type_box {
    text-align: left;
}

.pro_list .shape1 .r_box .text_box .type_box a {
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.pro_list .shape1 .r_box .cut_bg {
    width: 800px;
    height: 200px;
    background: url(../images/pro_list_cut1_1.png) center center no-repeat;
    position: absolute;
    right: -152px;
    top: 0;
}

.pro_list .tit_box {
    margin-bottom: 30px;
}

.pro_list .shape2 .l_box .text_box {
    position: relative;
    z-index: 1;
    margin-top: 400px;
    padding-left: 450px;
}

.pro_list .shape2 .l_box .text_box .text_line {
    font-size: 38px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

.pro_list .shape2 .l_box .text_box .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.pro_list .shape2 .l_box .text_box .type_box {
    text-align: left;
    margin-top: 20px;
}

.pro_list .shape2 .l_box .text_box .type_box a {
    font-size: 16px;
    margin-right: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.pro_list .shape2 .l_box .cut_bg {
    width: 690px;
    height: 480px;
    background: url(../images/pro_list_cut2_1.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 50px;
}

.pro_list .shape2 .r_box .cut_bg {
    width: 1490px;
    height: 350px;
    background: url(../images/193625846.png) center center no-repeat;
    position: absolute;
    right: -20px;
    top: 0px;
}

.pro_list .shape2 .r_box img {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.pro_list .shape2 .l_box {
    width: 90%;
    position: absolute;
    left: 0;
}

.fwzc01 .h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.fwzc01 .h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #999999;
}

.fwzc01 {
    margin: 70px 0;
}

.fwzc01 .box {
    align-items: flex-end;
    width: 33%;
    background: url(../images/fwzc_08.jpg) no-repeat bottom;
}

.fwzc01 .box .item {
    text-align: center;
    margin: 0 30px 80px 30px;
    font-size: 20px;
}

.fwzc02 {
    height: 650px;
    background: url(../images/fwzc_30.jpg) no-repeat center;
    overflow: hidden;
}

.fwzc02 .h1 {
    margin-top: 70px;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.fwzc02 .h2 {
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.fwzc02 .box {
    width: 80%;
    margin: 110px auto 0 auto;
}

.fwzc02 .box .item {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.fwzc02 .box .txt {
    height: 70px;
    line-height: 70px;
}

.fwzc02 .box .f01 {
    background: url(../images/01.png) no-repeat center;
}

.fwzc02 .box .f02 {
    background: url(../images/02.png) no-repeat center;
}

.fwzc02 .box .f03 {
    background: url(../images/03.png) no-repeat center;
}

.fwzc02 .box .f04 {
    background: url(../images/04.png) no-repeat center;
}

.fwzc02 .box .f05 {
    background: url(../images/05.png) no-repeat center;
}

.fwzc02 .box .f06 {
    background: url(../images/06.png) no-repeat center;
}

.fwzc03 {
    margin: 70px 0;
    overflow: hidden;
}

.fwzc03 .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.fwzc03 .section-title h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
}

.fwzc03 .section-title p {
    font-size: 20px;
    color: #666;
}

.fwzc03 .service-swiper-wrap {
    display: flex;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}


/* 左侧文字轮播 */

.fwzc03 .text-swiper {
    width: 50%;
    padding: 60px 100px;
    position: relative;
}

.fwzc03 .swiper-text-slide h3 {
    font-size: 28px;
    color: #222;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.fwzc03 .swiper-text-slide p {
    font-size: 18px;
    color: #555;
    line-height: 2;
    margin: 8px 0;
}

.fwzc03 .slide-count {
    margin-top: 60px;
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

.fwzc03 .slide-count small {
    font-size: 32px;
    color: #999;
}


/* 箭头按钮 */

.fwzc03 .swiper-button-next,
.fwzc03 .swiper-button-prev {
    top: 15%;
    width: 17px;
    height: 27px;
}

.fwzc03 .swiper-button-next {
    background: url(../images/ye_36.jpg) no-repeat !important;
    right: 100px;
}

.fwzc03 .swiper-button-prev {
    background: url(../images/ye_34.jpg) no-repeat !important;
    left: auto;
    right: 150px;
}

.fwzc03 .swiper-button-disabled {
    color: #ddd;
    cursor: not-allowed;
}


/* 右侧大图轮播 */

.fwzc03 .img-swiper {
    width: 50%;
}

.fwzc03 .img-swiper .swiper-slide {
    height: 100%;
}

.fwzc03 .img-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 缩略图导航 */

.fwzc03 .thumbsSwiper {
    width: 100%;
    padding: 20px 0 0;
}

.fwzc03 .thumbsSwiper .swiper-slide {
    width: 80px;
    opacity: 0.5;
    cursor: pointer;
    position: relative;
}

.fwzc03 .thumbsSwiper .swiper-slide-active {
    opacity: 1;
}

.fwzc03 .thumbsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.fenlei {
    margin-top: 34px;
    font-size: 18px;
    margin-bottom: 75px;
}

.fenlei .wrap {
    border-bottom: 1px #dcdcdc solid;
}

.fenlei .lb {
    background: #bc0a0a;
    color: #ffffff;
    height: 60px;
    padding: 0 20px;
    font-weight: bold;
}

.fenlei .lb img {
    margin-right: 10px;
}

.fenlei a {
    display: block;
    margin-left: 25px;
}

.fenlei .on {
    font-weight: bold;
    color: #bc0a0a;
}

.solution {
    padding: 60px 0;
}

.solution .left {
    width: 50%;
}

.solution .left .en {
    font-size: 100px;
    color: #f8f7f7;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.solution .left .zh {
    font-size: 36px;
    font-weight: bold;
    margin-top: -60px;
    border-bottom: 6px #bc0a0a solid;
    padding-bottom: 10px;
    float: left;
    position: relative;
    z-index: 1;
}

.solution .left h1 {
    font-size: 24px;
    margin: 36px 0 20px 0;
}

.solution .left p {
    font-size: 16px;
    line-height: 30px;
}

.solution .right {
    width: 45%;
    padding-bottom: 27%;
    height: 0;
    position: relative;
}

.solution .right img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.solution-list .flex {
    flex-wrap: wrap;
    margin-right: -3.3%;
}

.solution-list .item {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 30px;
}

.solution-list .item .txt {
    padding: 20px;
    background: #f1f2f4;
}

.solution-list .item .txt a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.solution-list .item .txt p {
    font-size: 18px;
    color: #999999;
}

.solution-list .item .img {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    position: relative;
}

.solution-list .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.lxwm .bt {
    text-align: center;
    margin: 64px 0;
}

.lxwm .bt .h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}

.lxwm .bt .h2 {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 16px;
}

.lxwm .item {
    width: 22%;
    background: #f1f2f4;
    text-align: center;
    padding: 40px 0 20px 0;
}

.lxwm .item .t1 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.lxwm .item .t2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #666;
}

.lxwm .map {
    margin: 80px 0;
    overflow: hidden;
}

.lxwm .map img {
    max-width: 100%;
}

.lx-03 {
    height: 220px;
    background: url(../images/lxwm_06.jpg) no-repeat center;
    text-align: center;
    line-height: 220px;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}

.newsList .list {
    overflow: hidden;
}

.newsList .list li {
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.newsList .list .date {
    float: left;
    width: 12%;
    margin-top: 30px;
}

.newsList .list .date span {
    font-size: 26px;
    margin: 10px 0 20px 0;
}

.newsList .list .arrow {
    width: 40px;
    height: 40px;
    background: url(../images/news_09.jpg) 100% 100%;
    margin-top: 20px;
}

.newsList .list .txt {
    float: left;
    width: 55%;
}

.newsList .list li a {
    display: block;
}

.newsList .list .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.newsList .list .detail {
    line-height: 36px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList .list .img {
    float: right;
    width: 18%;
}

.newsList .list .img img {
    width: 100%;
    height: 166px;
}

.newsList .list li:hover .arrow {
    background: url(../images/news1_05.jpg) 100% 100%;
}

.news-xq {
    margin-top: 20px;
}

.news-xq .bt {
    padding: 35px 0;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    color: #585858;
}
.news-xq .xq img {
    max-width:100%;
}
.newspage {
    overflow: hidden;
    margin: 40px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
    overflow: hidden;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 16px;
    display: block
}

.newspage .y a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #bc0a0a;
    color: #fff;
}