.business-two {
    padding:40px 0 0px 0;
}

.about-tlte h2 {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(113deg, #0058A7 44%, #0EA3F4 54%);
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
}

.business-sfq ul {
    height: 100%;
    margin: 50px auto 76px;
    overflow: hidden;
    display: flex;
}

.business-sfq ul .businessli {
    width: 120px;
    transition: width 0.5s;
    margin-right: 5px;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.business-sfq ul .businessli>a{
	display: block;
}
.business-bt {
    position: absolute;
    top: 65px;
    left: 73px;
    display: none;
}

.business-bt ul li {
    width: 100%;
}

.business-bt ul li:nth-child(1) {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
}

.business-bt ul li:nth-child(2) {
    width: 105px;
    height: 1px;
    border: 1px solid #0058A7;
    margin-top: 20px;
}

.business-bt ul li:nth-child(3) {
    border: 1px solid #BF2024;
    opacity: 0.9;
    border-radius: 10px 0px 10px 0px;
    padding: 12px 47px;
    width: 168px;
    margin-top: 270px;
}

.business-bt ul li:nth-child(3) a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DE2727;
}

.business-bt ul {
    margin: 0;
}

.business-sfq ul .businessli.on {
    width: 850px;
}

.business-sfq ul .businessli:nth-child(3) span {
    /*display: none;*/
}

.business-sfq ul .businessli:nth-child(3) .business-bt {
    display: block;
}

.business-sfq ul:hover .businessli .business-bt {
    display: none;
}

.business-sfq ul .businessli.on .business-bt {
    display: block;
}

.business-sfq ul .businessli:nth-child(3)::after {
    /*background: 0;*/
}

.business-sfq ul .businessli::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 88, 167, .4);
    z-index: 1;
}

.business-sfq ul:hover .businessli::after {
    background: rgba(0, 88, 167, .4);
}

.business-sfq ul .businessli.on::after {
    background: 0;
    z-index: -1;
}

.business-sfq ul .businessli:last-child {
    margin-right: 0;
}

.business-sfq ul .businessli img {
    height: 542px;
    max-width: none
}

/*.business-sfq ul.on .businessli {
    width: 118px;
}*/
.business-sfq ul .businessli.on img {
    width: 100%;
}
.business-sfq ul:hover .businessli span {
    display: block;
}

.business-sfq ul .businessli.on {
    width: 850px;
}

.business-sfq ul .businessli.on span {
    display: none;
}

.business-sfq ul .businessli.on {
    width: 850px;
}

.business-sfq ul .businessli span {
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.business-sfq ul .businessli span p {
    display: block;
    writing-mode: tb-rl;
    line-height: 15px;
    /* transform: rotate(90deg); */
    line-height: 1;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 9999;
}
.business-sfq ul .businessli span {
    display: block;
    writing-mode: tb-rl;
    line-height: 15px;
    /* transform: rotate(90deg); */
    line-height: 1;
    letter-spacing: 2px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 2;
}
.business-sfq ul .businessli span a {
    display: block;
    line-height: 1.1;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 9999;
}

.business-three {
    padding: 51px 0 120px 0;
    background: url(../images/images/buss-threebj.png) no-repeat;
}

.busin-nr {
    margin-top: 70px;
    overflow: hidden;
	    display: flex;
}

.busin-nr div {
    float: left;
	width: 27%;
}

.busin-nr div a {
    display: block;
    width: 98%;
    height: 306px;
	overflow: hidden;
    background: #FFFFFF;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 8px;
}

.business-bt ul {
    display:none;
}
.business-sfq ul .businessli.on .business-bt ul{
	display:block;
}
.busin-nr div a ul li:nth-child(2) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
}

.busin-nr div a:hover ul li:nth-child(2) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DE2727;
    margin-top: 30px;
}

.busin-nr div a:hover {
    border-bottom: 5px solid;
    opacity: 0.9;
    border-image: linear-gradient(#E41514, #DE2727)30 30;
    transition: all 0.5s;
}

.busin-nr div a:hover ul li img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.busin-nr .bus-d4 a {
    width: 98%;
    margin-right: 0px;
}

.busin-nr .bus-d2 a {
    height: 620px;
    padding-top: 88px;
}

.lbtdiv {
    position: relative;
    margin-top: 70px;
}

.lbtbj .swiper-slide {
    height: 719px;
    
    background: url(../images/images/business-lbt.png) no-repeat left;
    background-size: cover;
    background-position-x: center;
}

.lbtbj .swiper {
    width: 100%;
    height: 100%;
}

.lbtbj .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
   
}

.lbtbj.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lbtbt {
    position: absolute;
    top: 100px;
    right: 8%;
    z-index: 9;
    width: 40%;
    overflow: hidden;
    padding-bottom: 50px;
}

.lbtbt .lbt-ul li:nth-child(1) {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.lbtbt .lbt-ul li:nth-child(2) {
    height: 1px;
    background: #FFFFFF;
    width: 100%;
    position: relative;
    margin-top: 14px;
    margin-bottom: 34px;
}

.lbtbt .lbt-ul li:nth-child(2) div {
    width: 163px;
    height: 3px;
    background: #FFFFFF;
    margin-bottom: 5px;
    position: absolute;
    top: -3px;
}

.lbtbt .lbt-ul li:nth-child(3) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8;
}

.lbtbt .swiper-button-next,
.lbtbt .swiper-container-rtl .swiper-button-prev {
    background-image: url();
    right: 10px;
    left: auto;
}

.lbtbt .swiper-button-prev,
.lbtbt .swiper-container-rtl .swiper-button-next {
    background-image: url();
    right: 45px;
    left: auto;
}

.lbtbt .swiper-button-next,
.lbtbt .swiper-button-prev {
    position: absolute;
    bottom: 0%;
    top: auto;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.lbttp {
    position: absolute;
    bottom: 85px;
    right: 0%;
    z-index: 9;
    width: 50%;
    overflow: hidden;
    margin-top: 20px;
}

.lbttp .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
   
    border-radius: 20px;
    /*width: 248px !important;*/
    height: 270px;
    position: relative;
}
.about-one-xiab {
	    font-size: 16px;
    color: rgb(255, 255, 255);
}
.lbttp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.lbttp .swiper {
    width: 100%;
    height: 300px;
    margin: 0px auto;
}

.lbttp .append-buttons {
    text-align: center;
    margin-top: 20px;
}

.lbttp .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.lbttp .swiper-slide span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 67px;
	display: none;
}

.lbttp .swiper-slide.swiper-slide-active span {
    color: #DE2727;
    border-bottom: 3px solid #DE2727;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.footer1 {
    margin-top: -21px !important;
}


/* 媒体页 */

.meiti-two {
    /* height: 504px; */
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.meiti-two ul {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.meiti-two img{
	 transition: all 1s;
}
.meiti-two:hover img{
	transform: scale(1.1);
}

.meiti-two ul li:nth-child(1) {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.meiti-two ul li:nth-child(2) {
    width: 328px;
    height: 1px;
    background: #FFFFFF;
    margin: 15px auto 55px;
}

.meiti-two ul li:nth-child(3) a {
    border: 1px solid #fff;
    border-radius: 10px 0px 10px 0px;
    padding: 8px 59px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 1s;
}
.mtlbt .swiper-slide:hover .mtlbxw span{
	    color: #DE2727;
	    border-bottom: 2px solid #DE2727;
}
.meiti-two ul li:nth-child(3) a:hover{
	 border-radius:0;
}
.pag1 ul li.active {
	background: #DE2727;
	color: #fff;
}
.pag ul li.active {
	background: #DE2727;
	color: #fff;
}

.ljgdjt {
    position: relative;
    top: 11px;
    left: 20px;
   transition: all 1s;
}
.meiti-three{
	padding-bottom: 80px;
}
.meiti-two ul li:nth-child(3) a:hover .ljgdjt{
	    left: 39px;
}

.meiti-three {
    padding-top: 84px;
    overflow: hidden;
}

.mttpd {
    position: relative;
    float: left;
}

.mttpdd {
    margin-right: 26px;
}

.mtwq {
    margin-top: 80px;
    display: flex;
}

.mttpy {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mttpwz {
    position: absolute;
    top: 56px;
    left: 58%;
}

.mttpwz ul li:nth-child(1) {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.mttpwz ul li:nth-child(2) {
    width: 50px;
    height: 1px;
    background: #CBCBCB;
    margin: 15px 0;
}

.mttpwz ul li:nth-child(3) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #DE2727;
    margin-bottom: 24px;
}

.mttpwz ul li:nth-child(4) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.tmtb {
    position: absolute;
    right: 31px;
    bottom: 25px;
}

.mtlbt .swiper {
    width: 100%;
    height: 100%;
}

.mtlbt {
    margin: 80px auto 0;
    width: 84%;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 29px;
    position: relative;
}

.mtlbt .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 15px;
}

.mtlbt .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.mtlbxw {
    position: absolute;
    bottom: -50px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    border-radius: 10px;
    background: #FFFFFF;
}

.mtlbxw span {
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding: 11px 10px;
    border-bottom: 2px solid #0058A7;
    width:100%;
    margin: 0 auto;
    white-space: nowrap;
            display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    /*-webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
}

.meiti-one {
    background: url(../images/images/newban-bj.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 20px;
}

.mtlbt .swiper-button-next,
.mtlbt .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    text-align: center;
    width: 60px;
    padding: 150px 0px;
    height: 103%;
    line-height: 316px;
   background: rgb(0 88 167);
}

.mtlbt .swiper-button-prev,
.mtlbt .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    text-align: center;
    width: 69px;
    height: 103%;
    padding: 150px 0px;
    line-height: 316px;
    background: rgb(0 88 167);
}

.mtlbt .swiper-button-next,
.mtlbt .swiper-button-prev {
    position: absolute;
    top: 6%;
    /*background: url(../images/images/lbzz.png);*/
    opacity: .5;
}


/* new页 */

.new-one {
    background: url(../images/images/newban-bj.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 60px 0;
}
.new-right::-webkit-scrollbar {
    border-radius: 10px;
    width: 6px;
    background-color: #f5f5f5;
}
.new-nr {
    overflow-y: hidden;
    margin-bottom: 100px;
}

.new-left {
    float: left;
    width: 37%;
    height: 689px;
    position: relative;
    background: #DE2727;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 15px;
}

.new-left .new-ztp {
    width: 100%;
    /*height: 750px;*/
}


.new-left-wz {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    z-index: 99;
    width: 100%;
    padding: 16px 76px;
}
.new-left-wz ul li:nth-child(1) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
        
}

.new-left-wz ul li:nth-child(2) {
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.7;
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new-left-wz ul li:nth-child(3) {
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: left;
}

.new-left-wz ul li:nth-child(3) span {
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.new-left-wz ul li:nth-child(3) p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.new-left-wz ul li:nth-child(4) {
    float: right;
    margin-top: 44px;
}

.new-right {
    float: right;
    width: 63%;
    /*margin-top: 20px;*/
    overflow-y: scroll;
    height: 689px;
    padding-left: 15px;
}

.new-rul:hover li:nth-child(1) {
    color: #DE2727;
}

.new-rul:hover li:nth-child(3) span {
    color: #DE2727;
}

.new-rul:hover li:nth-child(3) p {
    color: #DE2727;
}

.new-rul li:nth-child(1) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    margin-bottom: -20px;
    max-width: 66%;
}
ul.new-rul {
    padding-left: 30px;
    position: relative;
}
.mtlbxw p img {
    width: 15px !important;
}
.mtlbt .swiper-slide p img{
	vertical-align: middle;
	margin-right: 10px;
	display: none !important;
}
.mtlbxw p{
   
    font-size: 16px;
        color: #cecdcd;
    text-align: center;
    /*font-family: 'DIN';*/
    font-weight: normal;
}
.new-rul li:nth-child(2) {
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 300;
    color: #999999;
    margin-top: 20px;
    width: 73%;
    /*display: inline-block;*/
    margin-right: 28px;
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    
    
}

.new-rul li:nth-child(3) {
    display: inline-block;
    position: absolute;
    padding-left: 40px;
    top: 0;
    right: 100px;
    border-left: 1px solid #EBEBEB;
}
.new-rul li:nth-child(3) span {
    font-size: 50px;
    font-family: DINPro;
    font-weight: bold;
    color: #999999;
}

.new-rul li:nth-child(3) p {
    font-size: 16px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #999999;
}

.new-r-d2 {
    width: 100%;
    border-bottom: 2px solid #EBEBEb;
    padding-bottom: 17px;
    box-sizing: border-box;
    padding-top: 17px;
    height: 142px;
}


/* zhici */

.zhici-one {
    overflow: hidden;
    background: url(../images/dfd.png) no-repeat;
    background-size: cover;
}

.zhici-nr {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 100px;
    display: flex;
    flex-direction: row-reverse;
}

.ldbt {
    margin-left: 70px;
}

.ldbt ul {
    position: relative;
    padding-bottom: 25px;
}

.ldbt ul::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 10px;
    width: 3px;
    height: 70px;
    background: linear-gradient(0deg, #0058A7, #0EA3F4);
}

.ldbt ul::after {
    content: "";
    position: absolute;
    left: -28px;
    bottom: 1px;
    width: 70%;
    height: 2px;
    background: rgba(200, 199, 200, .6);
}

.ldbt ul li:nth-child(1) {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 38px;
    opacity: 0.9;
    background: linear-gradient(113deg, #0058A7 44%, #0EA3F4 54%);
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
}

.ldbt ul li:nth-child(2) {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
}

.ldleft,
.ldright {
    width: 48%;
}

.ldjs {
    margin-left: 102px;
    margin-top: 85px;
}

.ldjs ul li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 1.9;
    position: relative;
}

.ldjs ul li::before {
    content: "";
    position: absolute;
    left: -32px;
    width: 9px;
    height: 9px;
    border: 1px solid #0058A7;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.dszzc {
    margin-left: 42px;
    margin-top: 127px;
    position: relative;
}

.dszzc span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.dszzc::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -15px;
    width: 70%;
    height: 1px;
    background: rgba(200, 199, 200, .6);
}

.zhici-nr2 .dszfyg ul li:nth-child(1) {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #DE2727;
    margin-top: 52px;
    text-align: center;
    position: relative;
}

.zhici-nr2 .dszfyg ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 55%;
    height: 1px;
    background: rgba(200, 199, 200, .6);
}

.dszfyg ul li{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 300;
    color: #666666;
    line-height: 1.8;
    margin-top: 36px;
    width: 85%;
	color: rgb(0, 0, 0);
        margin-left: 45px;
}

.srcr {
    overflow-x: hidden;
    height: 892px;
    margin-right: 60px;
}
.srcr::-webkit-scrollbar {/*滚动条整体样式*/
        width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
    .srcr::-webkit-scrollbar-thumb {
    border: solid 2px #0058a7;
    width: 4px;
    border-radius: 2px;
    background-color: rgb(17, 100, 172);
}
.srcr::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
       
        background: #0058a7;
    }
.srcr::-webkit-scrollbar-track {/*滚动条里面轨道*/
        
        border-radius: 10px;
        background: #e1e2e4;
    }
.dszfyg2 {
    margin-left: 28px;
}

.zhici-nr2 .ldright {
    padding-left: 50px;
}

.zhici-nr2 .dszzc {
    margin-top: 200px;
}


/* shangwu2 */

.sw2 {
    padding: 60px 0 25px 0;
    border-bottom: 1px solid #EBEBEB;
}

.sw2 span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-right: 10px;
}

.sw2 a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-right: 15px;
}

.sw2 a.on {
    color: rgba(222, 39, 39, 1);
    font-weight: 700;
}

.swcp {
    overflow: hidden;
}

.swcpbj {
    width: 30%;
    height: 329px;
    background: #F5F6F8;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-right: 50px;
    margin-bottom: 180px;
}

.swcpbj:nth-child(3n) {
    margin-right: 0px;
}

.swcpbj img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.swcpfo {
    position: absolute;
    padding: 30px 0;
    bottom: -115px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.swcpfo ul li:nth-child(1) {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0058A7;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swcpfo ul li:nth-child(2) {
    width: 80%;
    margin: 20px auto 12px;
    height: 1px;
    background: #E3DFDF;
}

.swcpfo ul li:nth-child(3) {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.swcpbj:hover .swcpfo ul li:nth-child(1) {
    color: #DE2727;
}

.swcpbj:hover .swcpfo ul li:nth-child(3) {
    color: #DE2727;
}

.pag1 {
    margin-top: 50px;
}

.pag1 ul {
    display: flex;
    justify-content: center;
}

.pag1 ul li {
    width: auto;
    padding: 1px 12px;
    height: auto;
    border: 1px solid #eeeeee;
    background: #fff;
    margin: 0 2px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 40px;
}

.pag1 ul li.on {
    background: #de2727;
    color: #fff;
}

.honor-nr {
    position: relative;
    padding: 0 110px;
    overflow: hidden;
    margin-top: 60px;
    padding: 0 111px 0 110px;
}

.honor-nr .swiper {
    width: 100%;
    height: 100%;
}

.honor-nr .swiper-wrapper {
    align-items: flex-end;
}

.honor-nr .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*width: 215px!important;*/
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}
.honor-nr .swiper-slide-active.swiper-slide a::after{
	 background: url(../images/cs.png) no-repeat;
	 width: 42px;
	 height: 53px;
	     bottom: -25px;
}
.honor-nr .swiper-slide a::after {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    background: url(../images/bhl.png) no-repeat;
    opacity: 0.68;
    border-radius: 50%;
    /*box-shadow: 0 0 0px 0.0633rem rgb(0 88 167 / 30%);*/
}

.honor-nr .swiper-slide a {
    font-size: 40px;
    font-family: 'DIN';
    font-weight: 500;
    color: #666666;
}

.honor-nr .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honor-nr .holbt .swiper-slide-active a {
    font-size: 70px;
    font-family: 'DIN';
    font-weight: 500;
    color: #DE2727;
}

.honor-nr .swiper {
    width: 100%;
    margin: 0px auto;
}

.honor-nr .append-buttons {
    text-align: center;
    margin-top: 20px;
}

.honor-nr .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.honor-nr .swiper-button-next,
.honor-nr .swiper-container-rtl .swiper-button-prev {
    background-image: url();
    right: 10px;
    left: auto;
}

.honor-nr .swiper-button-prev,
.honor-nr .swiper-container-rtl .swiper-button-next {
    background-image: url(0);
    left: 10px;
    right: auto;
}

.honor-nr .swiper-button-next,
.honor-nr .swiper-button-prev {
    position: absolute;
    bottom: -10%;
    top: auto;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.honor-nr::after {
    content: "";
    position: absolute;
    bottom: 15px;
    width: 96%;
    left: 33px;
    height: 1px;
    background: rgb(235, 235, 235);
}

.honor-bj {
    background: url(../images/images/7391.png) no-repeat bottom;
    /* background-size: cover; */
    height:auto;
}


.new-one-s {
    background: url();
}
.honor-nrs{
	overflow: hidden;
}
.honor-nrs .honor-nrdiv {
    padding-top: 20px;
    text-align: center;
    width: 23%;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 30px;
    margin-bottom: 28px;
}
.honor-nrs .honor-nrdiv:nth-child(4n) {
    margin-right: 0px;
}

.honor-nrs .honor-nrdiv {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
	overflow: hidden;
    color: #666666;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 5%);
    position: relative;
}
.honor-nrs{
	display: none;
}
.honor-nrs.on{
	display: block;
}
.honor-nrdiv-ong-aa{
	
    display: flex;
	flex-wrap: wrap;
}
.honor-nrdiv-ong.auto{
	height: auto;
}
.honor-nrdiv-ong {
    height: 954px;
    overflow: hidden;
}
.more_btn{
	    width: 100px;
	    margin: 0 auto;
	    background: #0058A7;
	    color: #fff;
	    text-align: center;
	    line-height: 2.4em;
	    cursor: pointer;
}


.honor-nrs {
    margin-top: 40px;
}

.honor-nrdiv .bt1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 13px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
}
.honor-nrdiv:hover .zcb{
	display: block;
}

.twoaswiper {
	height: 800px;
}
.honor-nrdiv ul li img {
    transition: all 1s;
    padding: 0 20px;
}
.honor-nrdiv:hover ul li img{
	transform: scale(1.1);
	
}
.honor-nrdiv:hover .ycb{
	display: block;
}
.zcb {
    position: absolute;
    bottom: 15px;
    left: 26px;
    display: none;
}

.ycb {
    position: absolute;
    bottom: 15px;
    right: 26px;
    display: none;
}
.bus-d1 li img {
    width: 66%;
}
.bus-d3 li img {
    width: 66%;
}
.bus-d4 li img {
    width: 66%;
}
.bus-d2 li img {
    width: 82%;
}
@media only screen and (max-width: 1800px){
.busin-nr div a {
   
       width: 98%;
    height: 306px;
  
}
.busin-nr div a:hover ul li img {
    transform: scale(1.005);
    transition: all 0.5s;
}
.shangwu3 .shangwu3bd .rightbar .tag ul li a {
   
    font-size: 14px;
    
}
.shangwu3 .shangwu3bd .rightbar h1 {
  width: 100%;
    font-size: 25px;
    
}
.swcpbj img {
    width: 77%;
   
   
}
.shangwu3 .shangwu3bd .rightbar button {
    margin-top: 83px;
  
}
.swcpfo {
  
    bottom: -74px;
  
}
.lbtbt {
   
    top: 59px;
   
}
.busin-nr{
	display: flex;
	    justify-content: center;
}

}

@media only screen and (max-width: 1680px) {
	.business-sfq ul .businessli img {
	    height: 429px;
	    max-width: none;
	}
	.business-bt {
	    position: absolute;
	    top: 30px;
	    left: 44px;
	    display: none;
	}
	.business-bt ul li:nth-child(1) {
	    font-size: 27px;
	 
	}
	.business-sfq ul .businessli span {
	   
	    font-size: 19px;
	
	}
	.business-sfq ul .businessli span {
	  
	    top: 30px;
	 
	}
	.business-bt ul li:nth-child(3) {
	    border: 1px solid #BF2024;
	    opacity: 0.9;
	    border-radius: 10px 0px 10px 0px;
	    padding: 4px 10px;
	    text-align: center;
	    font-size: 13px;
	    width: 125px;
	    margin-top: 228px;
	}
}
@media only screen and (max-width: 1600px) {
	.honor-nrdiv .bt1 {
    font-size: 15px;
  
   
}

.mtlbxw {
   
    margin-top: -77px;
   
}

.business-sfq ul .businessli img {
    height: 407px;
    max-width: none;
}
.business-sfq ul .businessli span {
    top: 16px;
}
.mtlbxw span{
	font-size: 17px;
}
.mtlbt .swiper-button-prev, .mtlbt .swiper-container-rtl .swiper-button-next {
   
    width: 50px;
   
}
.mtlbt .swiper-button-next, .mtlbt .swiper-container-rtl .swiper-button-prev {

   width: 50px;
  
}
.mtlbt {
   
    /*margin-bottom: 40px;*/
  
   
}
.dszfyg ul li:nth-child(2) {
    font-size: 14px;
    
   
}
.zhici-nr2 .dszzc {
    margin-top: 40px;
}

.dszzc {
 
    margin-top: 30px;
    text-align: left;

}
.ldjs {
    margin-left: 82px;
    margin-top: 30px;
}
.new-left-wz {
    
    padding: 42px 32px;
}
.new-rul li:nth-child(3) {
    
    right: 45px;
   
}
.mttpwz {
    position: absolute;
    top: 32px;
    left: 55%;
}
.mttpwz ul li:nth-child(1) {
    font-size: 26px;
    
}
.mttpwz ul li:nth-child(2) {
   
    margin: 5px 0;
}
.mttpwz ul li:nth-child(3) {
   
    margin-bottom: 14px;
}

.mttpy {
   
    width: 45%;
  
}

}
@media only screen and (max-width: 1400px){
.busin-nr div a {
   
       width: 98%;
    height: 306px;
  
}
}
@media only screen and (max-width: 1200px){
	.mttpwz {
    position: absolute;
    top: 10px;
    left: 49%;
}
.ldjs ul li {
    font-size: 16px;
 
}
.dszfyg ul li:nth-child(1) {
    font-size: 27px;
    
}
.dszfyg ul li:nth-child(2) {
    font-size: 12px;
}
.swcpbj {
    width: 30%;
    
    margin-right: 32px;
   
}
}
@media only screen and (max-width: 1000px){
	.business-two {
    padding: 30px 0px 0px;
}
.busin-nr div {
    float: left;
    width: 100%;
}
.honor-nrdiv-ong {
    height: 429px;
    overflow: hidden;
}
.business-sfq ul .businessli span p {
  
    writing-mode: inherit;
   
   
}
.honor-nrdiv ul li img {
   
    padding: 0 9px;
}
.dszfyg ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 61%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100%;
    height: 1px;
    background: rgba(200, 199, 200, .6);
}
.bus-d2 {
    width: 100%;
}
.meiti-two>img {
    display: none;
}
.zhici-nr2 .ldright {
    padding-left: 0;
}
.dszfyg ul li:nth-child(1) {
    text-align: left;
    padding-left: 42px;
    font-size: 19px;
}
.about-one-xiaa a:hover:after{
	display: none;
}

.zhici-nr {
    margin-top: 30px;
    /*overflow: hidden;*/
    
    margin-bottom: 30px;
	    flex-wrap: wrap;
}
.ldleft img, .ldright img{
	width: 80%;
}
.ldbt ul li:nth-child(1) {
    font-size: 25px;

}
.ldbt ul li:nth-child(2) {
    font-size: 19px;
  
}
.srcr {
    overflow-x: hidden;
    height: 600px;
    margin-right: 13px;
}
.dszzc::after {
   
    width: 99%;
   
}
.ldjs ul li {
    text-align: left;
    font-size: 14px;
}
.ldbt ul {
    position: relative;
    padding-bottom: 18px;
    text-align: left;
}
.ldjs {
    padding-right: 25px;
    margin-left: 58px;
    margin-top: 23px;
}
.ldbt {
    margin-left: 50px;
}
.ldleft, .ldright {
    width: 100%;
        text-align: center;
}
.lbttp .swiper-slide {
    
    height: auto;
    /*margin-left: 30px;*/
   
}
.sw2 {
    padding: 30px 0 30px 0;
  
}
.business-four {
    /*margin: 0 15px;*/
}
.sw2 a {
    font-size: 16px;
   
    margin-right: 8px;
}

.swcpbj {
	    height: 303px;
    width: 100%;
    margin-right: 0;
        margin-bottom: 107px;
}
.pag1 ul li {
      padding: 1px 9px;
   
}
.swcpbj img {
 
    top: 36%;
   
}.swcpfo {
    bottom: -55px;
}
.swcpfo {
   
    padding: 20px 0;

}
.swcpfo ul li:nth-child(1) {
    font-size: 21px;
  
}
.swcpfo ul li:nth-child(3) {
    font-size: 17px;
  
}
.sw2 span {
    font-size: 16px;
  
    margin-right: 0;
}
.pag1 {
    margin-top: 8px;
    margin-bottom: 34px;
}
.lbttp .swiper-slide img {
   
  
     border-radius: 0px; 
}
.lbtbj .swiper-slide {
    height: 700px;
    
}
.lbtbt {
  
   
   
    width: 90%;
   
}
.lbttp {
  
    width: 100%;
   /*margin: 0 15px;*/
}
.lbtbt .lbt-ul li:nth-child(1) {
    font-size: 30px;
   
}
.lbtbt .lbt-ul li:nth-child(2) {
  
    margin-top: 11px;
    margin-bottom: 22px;
}
.lbtbt .lbt-ul li:nth-child(2) div {
    width: 163px;
    height: 1px;
  
    margin-bottom: 10px;
   
    top: -1px;
}
.lbtbt .lbt-ul li:nth-child(3) {
    font-size: 15px;
   
}
.honor-bj {

     height:auto; 
}
.honor-nr {
    position: relative;
   
   
    margin-top: 18px;
    padding: 0 0 0 0px;
}
.honor-nr .holbt .swiper-slide-active a {
    font-size: 46px;
   
}
.honor-nr .swiper-slide a {
    font-size: 33px;
   
}
.honor-nr .swiper-slide-active.swiper-slide a::after {
    background: url(http://www.quendagroup.com/template/pc/skin/style/../images/cs.png) no-repeat;
    background-size: 100%;
    width: 35px;
    height: 47px;
    bottom: -25px;
}
.honor-nrs .honor-nrdiv {
    padding-top: 20px;
    text-align: center;
    width: 47%;
    height:auto;
    background: #FFFFFF;
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 38px;
}
.honor-nrdiv .bt1 {
    font-size: 12px;
   
   
   
    bottom: 0px;
    width: 100%;
}
.about-tlte h2 {
    font-size: 27px;
   
}
.mtlbt {
    margin: 30px auto 0;
    width: 93%;
    margin-bottom: 40px;
    overflow: hidden;
   
    padding-bottom: 59px;
    position: relative;
}
.mtlbt .swiper-button-prev, .mtlbt .swiper-container-rtl .swiper-button-next {
   
    width: 25px;
   display: none;
}
.mtlbt .swiper-button-next, .mtlbt .swiper-container-rtl .swiper-button-prev {
  display: none;
    width: 25px;
  
}
.mtlbxw {
    
    width: 100%;
   
}
.meiti-two ul li:nth-child(1) {
    font-size: 30px;
  
}
.meiti-two ul li:nth-child(2) {
    width: 217px;
   
}
.meiti-two ul li:nth-child(3) a {
    border: 1px solid #fff;
    border-radius: 10px 0px 10px 0px;
    padding: 8px 39px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    transition: all 1s;
}
.ljgdjt {
  
    top: 6px;
  
}
.meiti-two {
    height: 328px;
    background: url(../images/images/meiti-nrbanner.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 94px;
}
.mttpdd {
    margin-right: 0;
    margin-bottom: 26px;
}
.mtwq {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.mttpwz ul li:nth-child(1) {
    font-size: 17px;
}
.mttpwz ul li:nth-child(3) {
    font-size: 14px;

}
.mttpwz ul li:nth-child(4) {
    font-size: 12px;
   
}
.mttpwz ul li:nth-child(3) {
    margin-bottom: 0px;
}
.new-nr {
    overflow-y: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
}
.new-left {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    background: #DE2727;
    overflow: hidden;
       border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.new-left-wz {
    padding: 20px;
}
ul.new-rul {
    padding-left: 0;
   
}
.new-rul li:nth-child(2) {
    font-size: 14px;
  
       margin-top: 29px;
    width: 75%;
  
 
}
.new-r-d2 {
    width: 100%;
    
    height: 107px;
}
.pag1 ul li{
	    line-height: 29px;
}
.new-rul li:nth-child(1) {
    font-size: 16px;
    max-width: 75%;
        display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
}
.new-rul li:nth-child(3) {
   
    padding-left: 5px;
  
}
.new-rul li:nth-child(3) {
    right: 11px;
    /* display: none; */
}
.new-rul li:nth-child(3) span {
    font-size: 32px;
  
}
.new-rul li:nth-child(3) p {
    font-size: 12px;
   
}
.new-right {
    width: 100%;
    height: auto;
}
.business-sfq ul {
  
    margin: 30px auto 30px;
   flex-wrap: wrap;
}
.business-sfq ul .businessli.on {
    width: 100%;
    height: 100%;
}
.business-sfq ul .businessli {
    margin-bottom: 10px;
    width: 100% !important;
    transition: width 0.5s;
    margin-right: 5px;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    height: 38px;
}
.business-bt {
  
    top: 6px;
 
}
.business-sfq ul .businessli img {
    /* width: 342%; */
    height: auto;
    max-width: 100%;
}
.business-bt ul li:nth-child(1) {
    font-size: 14px;
    display: none;
   
}
.business-sfq ul .businessli span p {
    display: block;
    transform: rotate(0deg);
    letter-spacing: 3px;
    line-height: 1;
   
}
.business-sfq ul .businessli.on span{
	display: none !important;
}
.business-sfq ul .businessli span {
    position: absolute;
    font-size: 16px;
    top: 9px;
    left: 0;
    text-align: center;
    width: 100%;
    writing-mode: inherit;
    transform: inherit;
    z-index: 999;
    display: inherit;
}
.business-sfq ul .businessli.on .business-bt ul li:nth-child(1) {
	display: block;
}
.business-bt ul li:nth-child(2) {
    width: 78px;
    height: 1px;
    border: 1px solid #0058A7;
    margin-top: 2px;
}
.business-bt ul li:nth-child(3) a {
    font-size: 15px;
   
}
.busin-nr {
    display: flex;
    flex-wrap: wrap;
    
}
.busin-nr div a ul li:nth-child(2) {
    font-size: 12px;
   
  
    margin-bottom: 18px;
    margin-top: 18px;
}
.business-three {
    padding: 51px 0 32px 0;
   
}
.about-tlte {
    text-align: center;
    padding-top: 20px;
}
.lbtdiv {
   
    margin-top: 31px;
}
.business-three {
   
    background: url(../images/images/buss-threebj.png) no-repeat;
    background-size: cover;
}
.busin-nr .bus-d4 a {
        width: 50%;
        margin-right: 10px;
}
.busin-nr div a ul li img {
    width: 64%;
}
.busin-nr .bus-d2 a {
    height: auto;
    padding-top: 20px;
}
.bus-d2 a{
	width: 100% !important;
}
.busin-nr>div{
	display: flex;
}
.busin-nr div a {
    width: 50%;
    height: auto;
}
.busin-nr {
    margin-top: 30px;
    overflow: hidden;
}
.business-bt ul li:nth-child(3) {
    border: 1px solid #BF2024;
    opacity: 0.9;
    border-radius: 10px 0px 10px 0px;
    padding: 3px 13px;
    width: 100px;
    margin-top: 91px;
}
.business-bt {
   
    left: 12px;
  
}
.business-sfq ul .businessli span p {
    display: block;
   
    font-size: 15px;
  
}
.business-sfq ul .businessli span a {
   
    font-size: 15px;
  
}
}
