@font-face {
    font-family: 'Regular';
    /* 自定义字体名称 */
    src: url('../fonts/SourceHanSansCN-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    /* box-shadow: 0px 8px 16px 0px rgba(26, 53, 100, 0.2); */
}

.headerNav {
    width: 100%;
    background: #ffffff;
}

.navBox {
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navLogo {
    width: 139px;
}

.navList {
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.navList ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
    position: relative;
}

.navList ul li {
    margin-right: 8px;
    line-height: 100px;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
}

.navList ul li:last-child {
    margin-right: 28px;
}

.navList ul li .navTt {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.navList ul li .navTt:hover {
    color: #d55828;
}

.navList ul li h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
}

.navList ul li h4 .unfold {
    width: 10px;
    height: 8px;
    margin-left: 10px;
    background-image: url(../images/index1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.navList ul::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: #333333;
}

.nav2List {
    position: fixed;
    top: 100px;
    left: 0px;
    right: 0px;
    background: #eef0f2;
    z-index: 99;
    width: 100%;
    display: none;
}

.Level2B {
    position: fixed;
    z-index: 99;
    left: 0px;
    right: 0px;
    top: 100px;
    width: 100%;
    background: #eef0f2;
    display: none;
    margin-left: 0px;
}

.Level2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0px;
}

.Level2I {
    width: 20%;
    display: flex;
    justify-content: center;
}

.Level2I a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: initial;
}

.Level2Img {
    margin-right: 10px;
    width: 58px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Level2Img .img {
    max-width: 100%;
    max-height: 100%;
}

.Level2Img .img_h {
    display: none;
}

.Level2I a span {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}


.navIcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.navIcon1 {
    margin-right: 30px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.navIcon1 img {
    width: 19px;
    height: 21px;
}

.inp_box {
    display: none;
    margin-left: 20px;
}

.inp_box input {
    line-height: 30px;
    border: 1px solid #e3e3e3;
    width: 260px;
    padding: 0 15px;
    padding: 5px 15px;
    color: #333;
    font-size: 16px;
}

.navIcon2 {
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.navIcon2 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
}

.navIcon2 h4 span {
    color: #333333;
    font-size: 16px;
}

.navIcon2 h4 img {
    width: 12px;
    height: 6px;
    margin-left: 5px;
}

.xiala {
    border: 1px solid #e3e3e3;
    position: absolute;
    left: 0px;
    top: 25px;
    display: none;
    width: 120px;
    background: #fff;
    padding: 10px;
}

.xiala a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    color: #333;
}


.navIcon3 {
    font-size: 16px;
    color: #d55828;
    font-weight: bold;
    margin-right: 30px;
}

.navIcon4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon {
    margin-left: 5px;
}

.navIcon4 .icon {
    margin-right: 0px;
}

.share_ing {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.share_ing img {
    width: 180px !important;
    width: auto;
}

.swiperBox {
    margin-top: 100px;
}

.banPagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px !important;
}

.banSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0 10px !important;
}

.banSwiper .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: #d82527;
}

.index_middle {
    padding-bottom: 70px;
}

.index1 {
    padding-top: 70px;
    background-repeat: no-repeat;
    background-position: right -140px;
    background-size: 16%;
}

.indexTt h2 {
    font-size: 45px;
    font-weight: bold;
    color: #333333;
}

.indexTt p {
    font-size: 26px;
    color: #d55828;
}

.index1 ul {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index1 ul li {
    padding: 0 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.index1Img {
    width: 58px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.index1Img img {
    max-width: 100%;
    max-height: 100%;
}

.index1Img .img_h {
    display: none;
}

.index1 ul li p {
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    color: #333;
}

.index1 ul li.current,
.index1 ul li:hover {
    border-bottom: 2px solid #d55828;
}

.index1 ul li.current .index1Img .img,
.index1 ul li:hover .index1Img .img {
    display: none;
}

.index1 ul li.current .index1Img .img_h,
.index1 ul li:hover .index1Img .img_h {
    display: block;
}

.index1List {
    padding-top: 20px;
}

.index1List .m1List {
    display: none;
}

.index1List .m1List.current {
    display: flex;
}

.index1List .m1List a .m1L {
    background: #ebebeb;
}

.index1 .xqIcon {
    border-color: #e05b23;
    color: #333;
}

.index1 .xqIcon:hover {
    background: #e05b23;
    color: #fff;
}

.index1 .xqIcon:hover .img {
    display: none;
}

.index1 .xqIcon:hover .h_img {
    display: block;
}

.index2 {
    padding-top: 50px;
}

.index2List {
    padding-top: 20px;
}

.index2List a {
    margin-top: 40px;
    margin-right: 80px;
}

.index2List a:nth-child(5n) {
    margin-right: 0px;
}

.index2List {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index2I {
    width: 176px;
    height: 176px;
    border: 1px solid #d76134;
    padding: 10px;
    border-radius: 100%;
}

.index2Img {
    width: 100%;
    height: 100%;
    border: 8px solid #d76134;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100%;
    overflow: hidden;
}

.index2Img img {
    transition: all 0.3s;
}

.index2Img img:hover {
    transform: scale(1.4);
}

.index2List a p {
    font-size: 24px;
    font-weight: bold;
    color: #d55828;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
}

.index2Box {
    padding-top: 80px;
    display: flex;
    justify-content: flex-start;
}

.index2L,
.index2R {
    width: 50%;
    position: relative;
}

.index2L img,
.index2R img {
    width: 100%;
    height: auto;
    border-top-right-radius: 45px;
}

.index2T {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0, .4);
    border-top-right-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2R .index2T,
.index2R img {
    border-top-right-radius: 0px;
    border-top-left-radius: 45px;
}

.index2Text {
    padding: 20px;
    color: #fff;
    text-align: center;
}

.index2Text h4 {
    font-weight: 500;
    font-size: 36px;
}

.index2Text p {
    font-size: 30px;
}

.index2Text a {
    background: #d55828;
    border: none;
}

.index2Text a:hover {
    background: #fff;
    color: #d55828;
}

.index2Text a:hover img {
    display: none;
}

.index2Text a:hover .h_img {
    display: block;
}

.index3 {
    padding-top: 50px;
}

.index3List {
    padding-top: 35px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.index3List a {
    width: calc(20% - 16px);
    margin-right: 20px;
    position: relative;
}

.index3List a:last-child {
    margin-right: 0px;
}

.index3List a img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.index3T {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0, 0.4);
}

.index3Text {
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

.index3Img {
    width: 71px;
    height: 71px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
}

.index3List a .index3Img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}

.index3List a .index3Img:hover img {
    transform: scale(1.3);
}

.index3Text h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 400;
}

.index3Text P {
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
}

.index4 {
    padding-top: 70px;
}

.index4Box {
    padding-top: 40px;
    /* padding-bottom: 50px; */
}

.index4I {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index4I a {
    width: calc(50% - 10px);
    position: relative;
}

.index4I a img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.index4D {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-image: url(../images/index39.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 112px 112px;
    display: flex;
    justify-content: flex-start;
    height: 112px;
}

.index4L {
    width: 112px;
    padding: 26px 15px;
    padding-right: 30px;

}

.index4L h2 {
    font-size: 41px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.index4L p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.index4D h4 {
    color: #fff;
    width: calc(100% - 132px);
    margin: 26px 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index4I a:hover .index4D {
    background: #e05b23 !important;
}

.index4List {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.index4List a {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    padding-right: 60px;
    background-image: url(../images/index36.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 40px) center;
}

.index4List p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.index4List h4 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding-left: 35px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px);
}

.index4List a:hover {
    background-image: url(../images/index37.png);
    background-color: #fdf7f4;
}

.h_img {
    display: none;
}

.index4 .xqIcon {
    border-color: #e05b23;
    color: #333;
}

.index4 .xqIcon:hover {
    background: #e05b23;
    color: #fff;
}

.index4 .xqIcon:hover .img {
    display: none;
}

.index4 .xqIcon:hover .h_img {
    display: block;
}

.index5 {
    padding-top: 50px;
}

.index5Box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.index5L {
    width: 65%;
    padding-right: 60px;
}

.index5T {
    height: 240px;
}

.index5L p {
    line-height: 45px;
    font-size: 18px;
    color: #333;
}

.index5 .xqIcon {
    border-color: #e05b23;
    color: #333;
    margin-left: 0px;
}

.index5 .xqIcon:hover {
    background: #e05b23;
    color: #fff;
}

.index5 .xqIcon:hover .img {
    display: none;
}

.index5 .xqIcon:hover .h_img {
    display: block;
}

.index5R {
    margin-top: -20px;
}

.index5R img {
    width: 90%;
}

.ban {
    margin-top: 100px;
    width: 100%;
    height: 470px;
}

.breadcrumb .w1200 {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.crumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999999;
}

.crumb a {
    margin: 0px 10px;
    font-size: 14px;
    line-height: 40px;
}

.crumb a:first-child {
    margin-left: 0px;
}

.crumb span {
    color: #333333;
    display: inline-block;
    margin-left: 10px;
}

.crumbList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.crumbList a {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    position: relative;
}

.crumbList a:hover,
.crumbList a.current {
    color: #d55828;
}

.crumbList a:hover::after,
.crumbList a.current::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #d55828;
}

.m1Box {
    padding-top: 65px;
    padding-bottom: 30px;
}

.mTt {
    text-align: center;
    font-size: 30px;
}

.m1List {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.m1List a {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
}

.m1List a:nth-child(3n) {
    margin-right: 0px;
}

.m1L {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

.m1Img {
    width: 100%;
    padding: 30px 20px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m1L h4 {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    padding-top: 0px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}

.m1R {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #d55828;
    border-radius: 10px;
    display: none;
}

.m1R h4 {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding-top: 80px;
    font-weight: 500;
}

.m1R .xqIcon,
.xqIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 201px;
    margin: 0 auto;
    border: 2px solid #fafcfd;
    border-radius: 40px;
    padding: 20px 0px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
}

.xqIcon img {
    width: 13px;
    height: 9px;
    margin-left: 10px;
}


.paging {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagingI {
    margin: 0 20px;
}

.pagingI span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.pagingI.current span,
.pagingI span:hover {
    background: #d55828;
    border-radius: 100%;
    color: #fff;
}

.footer {
    background: #e9ebee;
}

.footer ul {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.footer ul li {
    margin-right: 10px;
}

.footer ul li:last-child {
    margin-right: 0px;
}

.footer ul li h4 a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px;
}

.footer ul li h4 a:hover {
    color: #e05b23;
}

.footer ul li a {
    display: block;
    margin-right: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.footer ul li a:hover {
    color: #e05b23;
}

.footBan {
    border-top: 1px solid #666666;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footL {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footL p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.footL h4 {
    padding-left: 80px;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.footL h4 a {
    margin: 0 8px;
}

.pxq1 {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pxq1L {
    width: 60%;
    position: relative;
}

.gallery-top {
    width: 100%;
    height: 380px;
}

.gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.gallery-top .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    margin: 0 30px;
    margin-top: 15px;
}

.gallery-thumbs .swiper-slide {
    width: 100%;
    height: 80px;
    border: 1px solid #e2e2e2;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}


.cpNext {
    top: auto;
    left: auto;
    right: 0;
    width: 25px;
    height: 80px;
    bottom: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    color: transparent !important;
}

.cpPrev {
    top: auto;
    left: 0;
    width: 25px;
    height: 80px;
    bottom: 0px;
    margin: 0px;
    justify-content: center;
    align-items: center;
    color: transparent !important;
}

.cpNext:after,
.cpPrev:after {
    display: none;
    visibility: hidden;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background: #666666;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #da3133;
    background: #fff;
}

.pxq1R {
    width: calc(40% - 40px);
}

.pxq1R h4 {
    font-size: 30px;
    color: #333333;
    padding: 15px 0px;
    font-weight: 500;
}

.xq1 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.xq1 p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.xq1 p:first-child {
    width: 70px;
}

.xq1 p:last-child {
    width: calc(100% - 70px);
}

.xq2 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.xq2 a {
    display: inline-block;
    margin-right: 40px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    font-weight: bold;
}

.xq2 a:nth-of-type(1) {
    background-image: url(../images/huace.png);
    background-size: 15px 16px;
}

.xq2 a:nth-of-type(2) {
    background-image: url(../images/anli.png);
    background-size: 14px 16px;
}

.xq2 a:nth-of-type(3) {
    background-image: url(../images/zhichi.png);
    background-size: 17px 18px;
}

.xq2 a:nth-of-type(1):hover {
    background-image: url(../images/huace_h.png);
    color: #d55828;
}

.xq2 a:nth-of-type(2):hover {
    background-image: url(../images/anli_h.png);
    color: #d55828;
}

.xq2 a:nth-of-type(3):hover {
    background-image: url(../images/zhichi_h.png);
    color: #d55828;
}

.xq2 a:last-child {
    margin-right: 0px;
}

.xq3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d55828;
    padding: 10px 0px;
    border-radius: 5px;
}

.xq3 img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.xq3 span {
    content: #333;
    font-size: 18px;
    color: #fff;
}

.xq4 {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding-top: 5px;
}

.pxq2 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.pxq2Box {
    border-top: 5px solid #d55828;
    background: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #ffffff;
    flex-wrap: wrap;
}

.pxq2Fixed {
    position: fixed;
    top: 100px;
    z-index: 11;
    width: 1200px;
}

/* .pxq2L {
    width: calc(100% - 320px);
} */

.pxq2L h4 {
    font-size: 24px;
    font-weight: 500;
}

.pxq2R {
    display: flex;
    justify-content: flex-end;
}

.pxq2R a {
    font-size: 16px;
    margin: 0 15px;
    color: #fff;
}

.pxq2 ul {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0px;
    flex-wrap: wrap;
}

.pxq2 ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #e2e2e2;
}

.pxq2 ul li:last-child {
    border-right: 1px solid transparent;
}

.pxq2 ul li h4 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: 500;
}

.pxq2 ul li p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.pxq2Swiper {
    padding: 40px;
    padding-top: 0px;
    position: relative;
}

.myNext,
.myPrev {
    width: auto;
    background: transparent;
}

.myNext:after {
    font-size: 20px;
    color: #333333;
    right: 0;
}

.myPrev:after {
    font-size: 20px;
    color: #333333;
    left: 0;
}

/* .mySwiper {
    padding-bottom: 40px;
} */

.cpPagination .swiper-pagination-bullet {
    background: #dbdada;
    opacity: 1;
}

.cpPagination .swiper-pagination-bullet-active {
    background: #d55828;
}

.pxq3 {
    margin-bottom: 30px;
}

.pxqTt {
    background: #e2e2e2;
    padding: 10px 0px;
}

.pxqTt h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
}

.pxq3Img {
    margin-top: 20px;
    width: 100%;
}

.pxq3Img img {
    width: 100%;
    height: auto;
}

.pxq4 {
    padding-bottom: 30px;
}

.pxq4Box {
    padding-top: 40px;
    padding-left: 20px;
}

.pxq4Img {
    position: relative;
    display: flex;
    justify-content: center;
}

.pxq4Text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pxq4_img {
    width: 497px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pxq4_img img {
    max-width: 100%;
    max-height: 100%;
}

.pxq4Text p {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.pxq4Text p span {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 6px 20px;
    border-radius: 20px;
    background: #d55828;
}

.pxq4_text {
    position: absolute;
    background: #d55828;
    width: 220px;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.6s;
}



.pxq4_text p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.pxq4_text1 {
    top: 4%;
    left: 22%;
}

.pxq4_text2 {
    top: 3%;
    left: 63%;
    background: #666666;
}

.pxq4_text3 {
    top: 36%;
    left: 2%;
    background: #666666;
}

.pxq4_text4 {
    top: 32%;
    left: 79%
}

.pxq4_text5 {
    top: 76%;
    left: 43%;
    background: #666666;
}

.pxq4_text6 {
    left: 15%;
    top: 82%;
}

.pxq4_text7 {
    left: 73%;
    top: 74%;
}

.pxq5 {
    padding-bottom: 50px;
}

.pxq5tt {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
    border-bottom: 1px solid #9e9e9e;
}

.accessory1,
.accessory {
    width: 30%;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.quantity1,
.quantity {
    width: 20%;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.pxq5item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.pxq5item:hover {
    background: #e2e2e2;
}

.quantity1 {
    font-weight: 500;
}

.accessory1 {
    color: #666666;
    font-weight: 500;
}

.pxq6 {
    margin-bottom: 50px;
}

.pxq6 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.pxq6 ul li {
    width: calc(25% - 15px);
    background: #fff;
}

.pxq6Text {
    width: 100%;
    height: 246px;
    padding: 40px 20px;
}

.pxq6Text h4 {
    font-size: 24px;
    color: #d55828;
    margin-bottom: 25px;
    font-weight: 500;
}

.pxq6Text h4 span {
    font-size: 36px;
    font-weight: bold;
}

.pxq6Text p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.pxq6Text p span {
    font-weight: bold;
}

.pxq6Img {
    width: 100%;
    height: 246px;
    overflow: hidden;
}

.pxq6Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.pxq6Img img:hover {
    transform: scale(1.4);
}

.pxq7 {
    margin-bottom: 30px;
}

.mustRead {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mustRead h4 {
    font-size: 16px;
    color: #d55828;
    line-height: 30px;
    font-weight: bold;
}

.mustRead p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.mustReadI {
    padding: 20px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.mustReadI:last-child {
    border-bottom: none;
}

.mustReadI h4 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}

.mustReadI p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.mustReadI span {
    color: #d55828;
}

.calBox h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.calBox h2.limited {
    font-weight: 400;
    padding-bottom: 8px;
}

.calBox .limited::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #d55828;
}

.calImg {
    margin-bottom: 30px;
}

.calImg img {
    width: 100%;
    height: auto;
}

.cal_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calItem {
    width: calc(50% - 20px);
}

.formItem {
    margin-bottom: 30px;
}

.formV {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.formV label {
    width: 240px;
    font-size: 14px;
    color: #666666;
}

.inpV {
    width: calc(100% - 240px);
    border: 1px solid #e3e3e3;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.inpV input {
    width: calc(100% - 60px);
    border: none;
}

.inpV span {
    font-size: 14px;
    color: #333333;
}

.Forange label {
    color: #d55828;
    font-weight: bold;
}

.Forange .inpV {
    border-color: #d55828;
}

.Forange .inpV span,
.Forange input {
    color: #d55828;
    font-weight: bold;
}

.butV {
    padding: 0px;
    border-color: #d55828;
}

.butV button {
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin: 0;
    background: #d55828;
    padding: 5px 15px;
    line-height: 30px;
}

.result {
    border-top: 4px solid #adadad;
}

.result1 {
    padding: 15px 0px;
}

.result1 p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result1 p span {
    font-size: 14px;
    line-height: 30px;
    color: #d55828;
    font-weight: bold;
}

.result1 p span:last-child {
    font-size: 16px;
}

.result2 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.result2 span {
    color: #d55828
}

.calItem ul {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
}

.calItem ul li {
    width: calc(25% - 5px);
    margin-right: 5px;
}

.calItem ul li a {
    display: block;
    width: 100%;
    background: #fbeee9;
    padding: 24px 10px;
}

.resultImg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.resultImg img {
    max-width: 100%;
    max-height: 100%;
}

.resultImg .img_h {
    display: none;
}

.calItem ul li a p {
    font-size: 15px;
    text-align: center;
    color: #d55828;
    font-weight: bold;
    margin-top: 15px;
}

.calItem ul li a:hover {
    background: #d55828;
}

.calItem ul li a:hover .resultImg .img {
    display: none;
}

.calItem ul li a:hover .resultImg .img_h {
    display: block;
}

.calItem ul li a:hover p {
    color: #fff;
}

.calculator-skin {
    border-radius: 10px !important;
}

.calculator-skin .layui-layer-title {
    border: none !important;
}

.calculator-skin iframe {
    border-radius: 10px !important;
}

.calculator-skin .layui-layer-setwin span {
    font-size: 20px !important;
}

.pxq8 {
    padding-bottom: 40px;
}

.pxq8 ul {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pxq8 ul li {
    width: calc(100% / 6 - 5px);
    margin-right: 6px;
}

.pxq8 ul li:nth-child(5n) {
    margin-right: 0px;
}

.pointImg {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border: 5px solid #e2e2e2;
}

.pointImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.pointImg img:hover {
    transform: scale(1.4);
}

.pxq8 p {
    font-size: 14px;
    color: #d55828;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
}

.case {
    padding-top: 30px;
    padding-bottom: 70px;
}

.search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.searchL {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.searchL img {
    width: 23px;
    height: 29px;
}

.searchL h4 {
    font-size: 24px;
    color: #e05b23;
    line-height: 40px;
    padding-left: 10px;
    font-weight: 400;
}

.searchR {
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.searchR input {
    border: none;
    width: 200px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 14px;
    color: #999999;
}

.searchR button {
    padding: 0;
}

.option {
    padding-top: 20px;
}

.optionI {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.optionI h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
    width: 50px;
}

.optionL {
    width: calc(100% - 50px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.optionB {
    line-height: 30px;
    padding: 0 15px;
    margin-left: 20px;
    color: #666666;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.optionB:hover,
.optionB.current {
    background: #d55828;
    color: #fff;
}

.optionB.filter {
    background: transparent;
    color: #666666;
    cursor: default;
}

.optionbut {
    margin-left: 5px;
}

.rise {
    width: 9px;
    height: 5px;
    background-image: url(../images/case3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 3px;
    cursor: pointer;
}

.fall {
    width: 9px;
    height: 5px;
    background-image: url(../images/case4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.rise:hover,
.rise.current {
    background-image: url(../images/case3_h.png);
}

.fall:hover,
.fall.current {
    background-image: url(../images/case4_h.png);
}

.caseBox {
    padding-bottom: 30px;
}

.caseBox h2 {
    font-size: 24px;
    color: #d55828;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: 400;
}

.caseList {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.caseList a {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
}

.caseList a:nth-child(3n) {
    margin-right: 0px;
}

.caseIimg {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.caseIimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.caseIimg img:hover {
    transform: scale(1.2);
}

.caseList h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 10px 0px;
    font-weight: 400;
}

.caseIcon {
    border-top: 1px solid #d2d2d2;
    display: flex;
    justify-content: flex-start;
}

.caseIcon p {
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 5px 0px;
}

.caseIcon .collect {
    background-image: url(../images/case8.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px 13px;
    padding-left: 20px;
}

.caseIcon .view {
    background-image: url(../images/case9.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px 11px;
    padding-left: 25px;
}

.case1 {
    width: 100%;
}

.case1B {
    padding: 45px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.case1L {
    width: 313px;
    height: 187px;
}

.case1L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case1R {
    width: calc(100% - 313px);
    padding-left: 20px;
}

.case1Ra {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.case1RText {
    width: calc(100% - 185px);
}

.case1R h4 {
    font-size: 30px;
    color: #fff;
    padding: 5px 0px;
    font-weight: 500;
}

.case1R h6 {
    font-size: 14px;
    color: #e05b23;
    line-height: 30px;
}

.reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background: #d55828;
    width: 170px;
    padding: 15px 0px;
    border-radius: 50px;
}

.reservation img {
    width: 13px;
    height: 9px;
    margin-left: 25px;
}

.reservation:hover {
    background: #fff;
    color: #d55828;
}

.reservation:hover img {
    display: none;
}

.reservation:hover .h_img {
    display: block;
}

.case1R p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding-right: 110px;
    margin-top: 30px;
}

.case2 {
    padding: 40px 0px;
}

.case2B {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.case2L {
    width: calc(50% - 60px);
}

.case2L h4 {
    background: #e05b23;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 500;
}

.case2Text {
    background: #fff;
    border: 1px #9f9fa0 dashed;
    border-top: none;
    padding: 35px 15px;
    height: calc(100% - 62px);
}

.case2Text ul li {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

.case2Text ul li span {
    display: inline-block;
    margin-right: 15px;
}

.case2M {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case2M img {
    width: 41px;
    height: 28px;
}

.case3 {
    padding: 60px 0px;
}

.caseT {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    position: relative;
    padding: 10px 0px;
}

.caseT::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #d55828;
}

.cases {
    padding-top: 30px;
}

.cases .caseList {
    padding-top: 30px;
}

.project {
    padding: 40px 0px;
}

.project h4 {
    font-size: 24px;
    color: #d55828;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}

.case3B {
    padding-top: 25px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.case3L {
    position: relative;
    height: 437px;
}

.case3List {
    width: 659px;
    height: 437px;
    display: none;
}

.case3List img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case3T {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
}

.case3T h4 {
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.case3R {
    height: 437px;
    overflow: auto;
    background: #ffffff;
    width: calc(100% - 659px);
}

.case3R ul li {
    padding: 20px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.case3Img {
    width: 95px;
    height: 66px;
}

.case3Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case3Text {
    width: calc(100% - 95px);
    padding-left: 20px;
}

.case3R ul li h4 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}

.case3R ul li.current,
.case3R ul li:hover {
    background: #d55828;
}

.case3R ul li.current h4,
.case3R ul li:hover h4 {
    color: #fff;
}

.case3List.current {
    display: block;
}

.case4 {
    padding: 40px 0px;
}

.manager1B {
    padding: 45px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 60%;
}

.manager1L {
    width: 141px;
    height: 187px;
}

.manager1L img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manager1R {
    width: calc(100% - 141px);
    padding-left: 40px;
    color: #fff;
}

.manager1R h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 24px;
    font-weight: 500;
}

.manager1R span {
    font-size: 14px;
    padding: 0px 10px;
    background: #d55828;
    border-radius: 20px;
    line-height: 24px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 2px;
}

.manager1R p {
    line-height: 30px;
    font-size: 14px;
    padding-top: 5px;
}

.manager1A {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.manager1A h6 {
    font-size: 16px;
    line-height: 30px;
    width: calc(100% - 190px);
}

.class1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
}

.class1 ul {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 380px);
}

.class1 ul li {
    margin-right: 28px;
}

.class1 ul li a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    border-bottom: 2px solid transparent;
    line-height: 45px;
    height: 45px;
}

.class1 ul li a:hover,
.class1 ul li a.current {
    border-bottom: 2px solid #d55828;
}

.searchM {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 0 15px;
    border-bottom: none;
    width: 340px;
}

.searchM input {
    border: none;
    line-height: 45px;
    color: #999999;
    font-size: 14px;
    width: calc(100% - 40px);
    margin-right: 20px;
}

.searchM_ing img {
    width: 19px;
    height: 21px;
}

.manager2B {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.manager2I {
    width: calc(25% - 20px);
}

.manager2I h4 {
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
    line-height: 30px;
    font-weight: 500;
}

.manager2I h4::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 14px;
    background: #d55828;
}

.manager2I p {
    padding-left: 20px;
    height: 120px;
    overflow: auto;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.swiperM1,
.swiperM2 {
    position: relative;
    padding-bottom: 20px;
    padding-top: 30px;
}

.cases .casesM1 {
    padding-top: 0px;
}

.cases .casesM2 {
    height: 658px;
    padding-top: 0px;
}

.casesM2 .swiper-slide {
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
}

.casesM2 .swiper-slide a {
    width: 100%;
    margin-right: 0px
}

.swiperM2 .swiper-pagination-bullet,
.swiperM1 .swiper-pagination-bullet {
    background: #dad8d8;
    opacity: 1;
}

.swiperM2 .swiper-pagination-bullet-active,
.swiperM1 .swiper-pagination-bullet-active {
    background: #d55828;
}

.debut_form {}

.found_xinxi {
    padding-top: 30px;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.found_v {
    width: calc(50% - 25px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.label_tt,
.found_v label {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    width: 75px;
}

.found_inp {
    width: calc(100% - 75px);
    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.found_v input {
    line-height: 30px;
    border: none;
    width: calc(100% - 40px);
    text-align: left;
}

.co_xinxi {
    padding-top: 10px;
    padding-bottom: 20px;
}

.co_I {
    padding: 10px 0px;
}

.co_tt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.co_tt h4 {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
}

.co_tt input {
    width: 220px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    margin-left: 10px;
}

.layui-input:focus {
    border: none;
    box-shadow: none;
}

.co_tt .about4_img {
    margin-left: 10px;
}

.co_tt .about4_img input {
    padding-left: 0px;
    border: none;
    margin-left: 0px;
}

.radio_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.radio_list .check,
.radio_list label {
    margin: 0 30px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666;
}

.radio_list label input {
    margin-right: 5px;
    color: #666;
}

.co_text {
    padding: 10px 0px;
}

.co_text textarea {
    padding: 10px 15px;
    line-height: 30px;
    height: 120px;
    width: 100%;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #333;
}

.sub_box {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-top: 20px;
}

.sub_box button {
    text-align: center;
    width: 180px;
    background: #d55828;
    font-size: 14px;
    line-height: 30px;
    padding: 8px 0px;
    color: #fff;
}

.inp_t {
    width: 120px;
    margin-right: 0px;
    margin-left: 5px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 5px;
    border: 1px solid #e3e3e3;
}

.ex_xq {
    padding: 0px 60px;
    padding-top: 40px;
    position: relative;
}

.exPrev,
.exNext {
    background: transparent;
    color: #666666;
}

.exNext {
    right: 0px;
}

.exPrev {
    left: 0px;
}

.ex_xq .swiper-slide {
    width: 60%;
}

.slide_img {
    width: 100%;
    height: 40%;
}

.slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ex_xq .swiper-button-next:after,
.ex_xq .swiper-button-prev:after {
    font-size: 24px;
}

.ex_xq .swiper-button-next:hover::after,
.ex_xq .swiper-button-prev:hover::after {
    color: #d55929;
}

.ex_xq .swiper-slide-active .slide_img {
    padding: 15px;
}

.ex_xq .swiper-slide-active .slide_img img {
    box-shadow: 0px 0px 15px 0px rgba(1, 1, 1);
}

.about1 {
    padding-top: 50px;
    padding-bottom: 40px;
}

.about1_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.about1_box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #d55828;
    font-weight: 400;
    margin-bottom: 20px;
    width: 100%;
}

.about1_l {
    width: calc(100% - 513px);
    margin-right: 40px;
    height: 470px;
    overflow: auto;
}

.about1_l p {
    font-size: 14px;
    color: #383838;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}

.about1_r {
    width: 473px;
    height: 298px;
}

.about-video-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    background: #fff;
}

.about-video .bofang {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-video .bofang img {
    width: 60px;
    height: 60px;
}

.about2 {
    padding: 50px 0px;
}

.about2 .caseT {
    color: #fff;
}

.about2_box {
    padding-top: 25px;
}

.about_tt {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.about2_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about2_list a {
    width: 280px;
    height: 375px;
    background-image: url(../images/about21.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 25px;
}

.about2_img {
    width: 87px;
    height: 87px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
}

.about2_list a h4 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 15px;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
}

.about2_list a p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.about2_list a:hover {
    background-image: url(../images/about20.png);
}

.about2_list a:hover p,
.about2_list a:hover h4 {
    color: #fff;
}

.about3 {
    padding: 50px 0px;
}

.tt_c {
    color: #e05b23;
}

.about3_b {
    padding-top: 30px;
}

.about3_box {
    background-position: bottom;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 50px 40px;
    border-radius: 15px;
}

.about3_l {
    width: 143px;
    height: 143px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 40px;
    overflow: hidden;
}

.about3_l img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.about3_l img:hover {
    transform: scale(1.4);
}

.about3_r {
    width: calc(100% - 143px - 50px);
}

.about3_img {
    width: 100%;
    margin-top: -15px;
    position: relative;
    z-index: -1;
}

.about3_r h4 {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    font-weight: 500;
}

.about3_r p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}

.about3_r p span {
    color: #e05b23;
}

.about4 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.about4 .about_tt {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
}

.about4_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
}

.about4_l {
    width: 50%;
    padding: 40px 20px;
    background: #e05b23;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.about4_l p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

.about4_l p span {
    font-size: 24px;
}

.about4_l h4 {
    border-top: 1px solid rgb(0, 0, 0, .05);
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.about4_l h4 span {
    font-size: 24px;
}

.about4_r {
    width: 50%;
    padding: 20px;
    background: rgb(102, 102, 102, .9);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.about4_r h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.about4_r form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 25px;
}

.about4_V {
    width: calc(50% - 15px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.about4_V label {
    color: #ffffff;
    font-size: 14px;
    width: 50px;
}

.about4_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #dadada;
    padding: 0 10px;
}

.about4_V input {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    width: calc(100% - 35px);
}

.about4_V:nth-child(2n) label {
    width: 75px;
}

.about4_V:nth-child(2n) .about4_img {
    width: calc(100% - 75px);
}

.about4_V .time1 {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.about4_V .time1 input {
    width: 100%;
}

.about4_x {
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: calc(100% - 30px);
}

.about4_xiala {
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.about4_xiala img {
    width: 9px;
    height: 5px;
}

.about4_V .demo1 {
    background: transparent;
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    height: 40px;
    margin: 0;
    border: none;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
}

.demo1_xiala {
    width: 600px;
    min-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo2_xiala {
    width: 200px;
    min-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about4_but {
    width: 100%;
    padding-left: 35px;
    padding-top: 10px;
}

.about4_but button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    background: #e05b23;
    text-align: center;
    border: none;
}

.about5 {
    padding: 50px 0px;
    position: relative;
}

.about5_b {
    padding-top: 30px;
}

.about5_box {
    padding: 30px 60px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
}

.slide_box h4 {
    font-size: 30px;
    color: #d55828;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about5_img {
    width: 12px;
    height: 23px;
    margin-bottom: 15px;
}

.about5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_box p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    height: 90px;
    overflow: auto;
    margin-bottom: 15px;
}

.about5_img1 {
    width: 251px;
    height: 188px;
    overflow: hidden;
}

.about5_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.6s;
}

.about5_img1 img:hover {
    transform: scale(1.4);
}

.about5::after {
    content: '';
    position: absolute;
    top: 271px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: #e1e1e1;
}

.about5-prev,
.about5-next {
    width: 30px;
    height: 30px;
    border: 2px solid #666666;
    border-radius: 100%;
    background: #fff;
    top: 76px;
    margin-top: 0px;
    right: 0px;
}

.about5-prev::after,
.about5-next::after {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.about5-prev {
    right: auto;
    left: 0px;
}

.about5-prev:hover,
.about5-next:hover {
    border: 2px solid #d55828;
}

.about5-prev:hover:after,
.about5-next:hover:after {
    color: #d55828;
}

.about5-nex.swiper-button-disabled,
.about5-prev.swiper-button-disabled {
    opacity: .6;
}

.about6 {
    padding-top: 50px;
    padding-bottom: 110px;
}

.about6_b {
    padding-top: 40px;
}

.about6_box {
    position: relative;
    padding: 0px 60px;
}

.about6_text {
    width: 100%;
    height: 339px;
    cursor: pointer;
    overflow: hidden;
    cursor: pointer;
}

.about6_text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about6_h4 {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    background: linear-gradient(to top, #d25622, transparent, transparent, transparent);
}

.about6_h4 h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
}

.about6_text1 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    background: rgb(224, 91, 35, .9);
    padding: 40px 25px;
}

.about6_text1 h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.about6_text1 p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: justify;
    height: calc(100% - 56px);
    overflow: auto;
}

.about6_text1 p::-webkit-scrollbar {
    width: 5px;
    /* 滚动条的宽度 */
}

.about6_text1 p::-webkit-scrollbar-track {
    background: transparent;
    /* 滚动条轨道的背景颜色 */
}

.about6_text1 p::-webkit-scrollbar-thumb {
    background: rgb(225, 225, 225);
}

.about6-pagination {
    bottom: -55px !important;
}

.about6-pagination .swiper-pagination-bullet {
    background: #dad8d8;
    opacity: 1;
}

.about6-pagination .swiper-pagination-bullet-active {
    background: #d55828;
}

.about6-prev,
.about6-next {
    background: transparent;
    cursor: pointer;
}

.about6-prev:after,
.about6-next::after {
    font-size: 20px;
    color: #6b6b6b;
}

.about6-prev:hover::after,
.about6-next:hover::after {
    color: #d55828;
}

.about6_text:hover .about6_h4 {
    display: none;
}

.about6_text:hover .about6_text1 {
    top: 0px;
}

.about7 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.about7_b {
    padding-top: 30px;
}

.about7_box {
    position: relative;
    padding: 0 60px;
    padding-bottom: 60px;
}

.about7_Swiper {
    width: 100%;
    height: 520px;
}

.about7_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about7_slide {
    width: 100%;
}

.about7_img {
    width: 100%;
    height: 198px;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

.about7_img img {
    cursor: pointer;
    transition: all 0.6s;
}

.about7_img img:hover {
    transform: scale(1.4);
}

.about7_box .swiper-slide p {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.about7_pagination .swiper-pagination-bullet {
    background: #ababab;
    opacity: 1;
}

.about7_pagination .swiper-pagination-bullet-active {
    background: #d55828;
}

.about7-prev,
.about7-next {
    background: transparent;
    cursor: pointer;
    margin-top: -60px;
}

.about7-prev:after,
.about7-next::after {
    font-size: 20px;
    color: #6b6b6b;
}

.about7-prev:hover::after,
.about7-next:hover::after {
    color: #d55828;
}

.cust1 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.cust1_box {
    padding-top: 30px;
    width: 70%;
}

.cust1_box h4 {
    font-size: 24px;
    color: #e05b23;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.cust1_box p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
}

.cust1_box p span {
    font-size: 24px;
    color: #e05b23;
}

.cust2 {
    padding: 60px 0px;
}

.cust2_box {
    padding-top: 30px;
}

.cust2_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 15px;
}

.cust2_box ul li {
    width: calc(20% - 16px);
    margin-right: 20px;
    background-image: url(../images/customer2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 25px;
    cursor: pointer;
    transition: all 0.6s;
}

.cust2_box ul li:hover {
    transform: scale(1.1);
}

.cust2_box ul li:last-child {
    margin-right: 0px;
}

.cust2_box ul li h2 {
    font-size: 72px;
    line-height: 70px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255, .4);
}

.cust2_box ul li h4 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.cust2_box ul li p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

.cust3 {
    padding: 50px 0px;
}

.cust3 .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cust3_l {
    padding-left: 30px;
}

.cust3_text {
    padding-left: 60px;
    background-image: url(../images/customer5.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.cust3_text h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    padding-left: 10px;
}

.cust3_text p {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.cust3_r .reservation img {
    margin-left: 15px;
}

.cust4 {
    padding: 60px 0px;
}

.cust4 h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.cust4 p {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.cust4 p span {
    color: #d55828;
}

.us_b {
    padding-top: 40px;
    padding-bottom: 90px;
}

.us_box {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
}

.us_l {
    width: 50%;
    padding-right: 20px;
}

.us_l h4 {
    font-size: 18px;
    line-height: 30px;
    color: #e05b23;
    font-weight: 400;
    margin-bottom: 25px;
}

.us_l ul li {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.us_l ul li:last-child {
    border: none;
}

.us_img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d55828;
    border-radius: 10px;
}

.us_img img {
    max-width: 100%;
    max-height: 100%;
}

.us_text {
    width: calc(100% - 80px);
}

.us_text p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.talent {
    padding: 40px 0px;
}

.talent_box {
    padding-top: 30px;
}

.talent_box p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 25px;
}

.gy {
    padding-bottom: 60px;
    padding-top: 20px;
}

.jiaru_ul li h4,
.jiaru_title {
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    line-height: 30px;
    font-weight: 500;

}

.jiaru_ul li h4 p,
.jiaru_title p {
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
}

.jiaru_title p {
    color: #333;
    border: 1px solid #d55828;
}

.jiaru_ul {
    margin: 0px;
}

.jiaru_ul li {
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 0px;
    border: none;
    margin-bottom: 1px;
}

.jiaru_ul li h4 {
    font-weight: 400;
    background: #fff;
}

.jiaru_ul .selected h4 {
    background: #d55828;
}

.jiaru_ul li h4 p {
    display: block;
    color: #333333;
}

.jiaru_ul .selected h4 p {
    color: #fff;
}

.jiaru_ul li h4 p:last-child {
    position: relative;
}

.jiaru_ul li h4 p:last-child img {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.jiaru_div {
    padding-top: 25px;
    padding-bottom: 35px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.jiaru_div h5 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
}

.jiaru_div {
    display: none;
}

.manager .found_xinxi {
    padding: 0px;
    width: 100%;
}

.manager .found_xinxi .found_v {
    width: calc(33.33% - 25px);
}

.manager .radio_list .inp_t {
    width: 200px;
}

.star .optionI h4 {
    width: 80px;
    font-weight: 500;
}

.star .optionL {
    width: calc(100% - 80px);
}

.star_lsit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-bottom: 20px;
}

.star_l {
    width: 72%;
    padding-right: 40px;
}

.star_r {
    width: 28%;
}

.star_r_I {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.star_r_tt {
    font-size: 14px;
    color: #333;
    background: #e2e2e2;
    text-align: center;
    line-height: 30px;
    padding: 10px 0px;
}

.star_r_I ul {
    padding: 0px 20px;
    padding-bottom: 40px;
}

.star_r_I ul li {
    padding-top: 20px;
}

.star_r_I ul li a {
    display: flex;
    justify-content: space-between;
}

.star_r_img {
    width: 71px;
    height: 71px;
}

.star_r_img img {
    max-width: 100%;
    max-height: 100%;
}

.star_r_text {
    width: calc(100% - 81px);
}

.star_r_text h4 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}

.star_r_text h4 span {
    font-weight: 400;
    color: #666;
}

.star_r_text p {
    font-size: 14px;
    color: #666666;
}

.star_r_text p span {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-left: 15px;
}

.star_2_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.star_2_img img {
    max-width: 100%;
    height: auto;
}

.star_2_p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.star_2_p span {
    color: #d55828;
}

.star_2_p::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55px;
    height: 1px;
    background: #d6d6d6;
    margin-left: 85px;
    margin-top: 2px;
}

.star_2_p::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 55px;
    height: 1px;
    background: #d6d6d6;
    margin-right: 85px;
    margin-top: 2px;
}

.star_l_tt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e2e2e2;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 10px 15px;
}

.star_l_tt p {
    font-size: 14px;
    line-height: 30px;
    color: #d55828;
    margin-right: 40px;
}

.star_l_but {
    margin-right: 25px;
    font-size: 14px;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.star_l_but img {
    width: 6px;
    height: 11px;
    margin-left: 3px;
}

.star_l_but.current .img {
    transform: rotate(180deg);
}

.star_l_I {
    margin-bottom: 20px;
    background: #fff;
    padding: 25px;
    padding-top: 30px;
}

.star_l_I a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.star_l_img {
    width: 141px;
    height: 187px;
}

.star_l_img img {
    max-width: 100%;
    max-height: 100%;
}

.star_l_text {
    width: calc(100% - 141px);
}

.star_l_name {
    font-size: 24px;
    color: #333333;
    padding-left: 15px;
}

.star_l_name span {
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    background: #d55828;
    padding: 2px 7px;
    border-radius: 20px
}

.star_l_text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-left: 15px;
}

.star_l_text p span {
    font-weight: bold;
}

.star_l_text ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.star_l_text ul li {
    margin: 0 15px;
    text-align: center;
    position: relative;
}

.star_l_text ul li::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 50px;
    background: #cfcfcf;
}

.star_l_text ul li:last-child::after {
    display: none;
}

.star_l_n {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.star_l_shu {
    color: #666666;
    font-size: 14px;
}

.star_l_shu span {
    font-size: 18px;
    font-weight: bold;
}

.star_l_shu img {
    width: 12px;
    height: 11px;
    object-fit: cover;
}

.star_l_su {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin-top: 25px;
}

.star_l_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
}

.star_l_list a {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    height: 140px;
}

.star_l_list a:last-child {
    margin-right: 0px;
}

.star_l_list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news {
    padding-top: 60px;
    padding-bottom: 90px;
}

.news_tt {
    text-align: center;
    font-size: 24px;
    color: #d55828;
}

.news_list a {
    padding: 25px 0px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news_img {
    width: 237px;
    height: 163px;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.news_img img:hover {
    transform: scale(1.4);
}

.news_text {
    width: calc(100% - 387px);
    padding: 0px 40px;
    padding-top: 15px;
}

.news_text h4 {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_data {
    width: 150px;
    border-left: 1px solid #dcdcdc;
}

.news_data h4 {
    text-align: center;
    font-size: 48px;
    color: #999999;
    margin-bottom: 10px;
    font-weight: 500;
}

.news_data p {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.news_list a:hover .news_data p,
.news_list a:hover h4 {
    color: #e05b23;
}

.news_xq {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.news_xq_l {
    width: 72%;
    padding-right: 50px;
}

.news_xq_tt {
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.news_xq_l h6 {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #ebebeb;
}

.news_xq_nr {
    padding-top: 20px;
}

.news_xq_nr p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
}

.news_xq_nr p span {
    color: #333333;
}

.news_xq_nr h4 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 400;
}

.news_xq_nr img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news_xq_r {
    width: 28%;
}

.news_xq_box {
    background: #f3f2f2;
    padding: 30px 20px;
}

.news_xq_r h4 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}

.news_xq_r ul li {
    margin: 10px 0px;
}

.news_xq_r ul li a {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 30px;
}

.news_xq_r ul li a span {
    font-weight: bold;
    margin-right: 15px;
}

.news_xq_r ul li a:hover {
    color: #d55828;
}

.news_xq_but {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.news_xq_but button {
    background: #d55828;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 5px;
}

.news_xq_but button img {
    width: 14px;
    height: 12px;
    margin-left: 5px;
}

.news_xq_a {
    padding: 15px 0px;
    border-top: 1px solid #ebebeb;
}

.news_xq_a a {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: block;
}

.news_xq_a a:hover {
    color: #d55828;
}

.brand1 {
    padding: 50px 0px;
}

.brand1_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brand1_l {
    width: calc(60% - 15px);
}

.brand1_l h4 {
    font-size: 24px;
    color: #d55828;
    line-height: 30px;
    font-weight: 400;
    margin-top: 35px;
}

.brand1_l p {
    font-size: 14px;
    color: #383838;
    line-height: 24px;
    margin-top: 20px;
}

.brand1_r {
    width: calc(40% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand2 {
    padding-top: 40px;
    padding-bottom: 70px;
}

.brand2 .caseT {
    color: #fff;
}

.brand2 .caseT::after {
    background: #fff;
}

.brand2_tt {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    display: none;
}

.brand2_xq .swiper-slide-active .brand2_tt {
    display: block;
}

.brand2_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 50px;
}

.brand2_item {
    width: calc(33.33% - 65px);
    margin-right: 97px;
    cursor: pointer;
    transition: all 0.4s;
}

.brand2_item:hover {
    transform: scale(1.1);
}

.brand2_item:last-child {
    margin-right: 0px;
}

.brand2_img {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand2_im img {
    max-width: 100%;
    max-height: 100%;
}

.brand2_text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.brand2_item p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 20px;
}

.brand3 {
    padding: 40px 0px;
}

.brand3_box {
    padding-top: 25px;
}

.brand3_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 15px;
}

.brand3_box ul li {
    width: calc(33.33% - 20px);
    padding: 40px 30px;
    margin-right: 30px;
    background: #fff;
    border-bottom: 5px solid #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.brand3_box ul li:hover {
    transform: translateY(-15px);
    box-shadow: 0px 0px 16px rgb(0, 0, 0, 0.08);
    border-bottom: 5px solid #d55828;
}

.brand3_box ul li:nth-child(3n) {
    margin-right: 0px;
}

.brand3_img {
    width: 70px;
    height: 70px;
    background: #fdeee9;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.brand3_img img {
    max-width: 100%;
    max-height: 100%;
}

.brand3_box ul li h4 {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    font-weight: 500;
}

.brand3_box ul li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.brand4 .cust3_text {
    padding-left: 70px;
    background-image: url(../images/brand16.png);
}

.brand5 {
    padding-bottom: 0px;
}

.brand5 .about3_box {
    display: block;
    padding: 30px;
}

.brand5 .about3_box p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.brand6_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.brand6_list .brand6_item {
    cursor: pointer;
    transition: all 0.6s;
}

.brand6_list .brand6_item:hover {
    transform: scale(1.2);
}

.brand6_img {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.brand6_item h4 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-weight: 400;
    transform: skewX(-20deg);
}

.brand6_item p {
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.brand7 {
    padding: 50px 0px;
}

.brand7 .caseList {
    padding-top: 35px;
}

.found_r {
    width: 100%;
    padding: 10px 0px;
}

.found_r h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.found_r h4 span {
    color: #d55828;
}

.found_r label {
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.found_r label input {
    margin-right: 5px;
    color: #666;
}

.found_r .inp_t {
    width: calc(100% - 260px);
}

.brand .layui-layer {
    background: transparent;
    box-shadow: none;
}

.slide_title {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.brand .layui-layer-setwin span {
    background-color: transparent;
    padding: 0;
    border: none;
    font-size: 30px;
    color: #fff;
    top: 0px;
}

.brand .layui-layer-setwin span:hover {
    background-color: transparent;
}

.brand2_xq {
    padding: 0px 60px;
}

.swiper-brand .swiper-slide {
    width: 75%;
}
.swiper-div  img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand2_xq .slide_img {
    width: 100%;
    height: 40%;
}

.brand2_xq .slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand2_xq .slide_text {
    justify-content: space-between;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: hidden;
    padding: 15px;
    background: rgb(255, 255, 255, .9);
}

.slide_p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    max-height: 90px;
    overflow: auto;
}

.brand2_xq .swiper-slide-active .slide_text {
    display: flex;
    flex-wrap: wrap;
}

.brand2_xq .swiper-slide-active {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.brand2_xq .slide_box {
    position: relative;
    border: 10px solid #fff;
    background: #fff;
    margin-top: 40px;
}

.slide_p::-webkit-scrollbar {
    width: 5px;
}

.slide_p::-webkit-scrollbar-track {
    background: transparent;
}

.slide_p::-webkit-scrollbar-thumb {
    background: rgb(0, 0, 0, .1);
}

.brand2_Prev,
.brand2_Next {
    top: 43%;
    background: transparent;
    color: #fff;
}

.brand2_Next {
    right: 0px;
}

.brand2_Prev {
    left: 0px;
}

.eventSwiper {
    width: 100%;
    height: 100%;
}

.event_swiper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, rgb(213, 88, 40, .8), rgb(213, 88, 40, .3), transparent);
}

.event_swiper .w1200 {
    width: 1200px;
    margin-top: -60px;
}

.eventSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.event_type {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 60px;
    background-image: url(../images/event54.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    z-index: 6;
}

.event_type .w1200 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.event_type .w1200 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: all 0.6s;
}

.event_type .w1200 a img {
    width: 23px;
    height: 18px;
    margin-right: 10px;
}

.event_type .w1200 a:hover {
    transform: scale(1.2);
}

.event_type.pxq2Fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.eventSwiper .event-pagination {
    bottom: 70px;
}

.eventSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
    margin: 0 8px !important;
}

.eventSwiper .swiper-pagination-bullet-active {
    background: #d55828;
}

.event1 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.event1 .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.event1_l {
    width: calc(50% - 40px);
    height: 306px;
}

.event1_r {
    width: 50%;
}

.event1_r p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #333;
}

.event1_r p:last-child {
    margin-bottom: 0px;
}

.event1_r_tt {
    font-size: 24px;
    color: #d55828;
    margin-bottom: 15px;
    padding-left: 35px;
    background-image: url(../images/case2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px 29px;
}

.event_tt {
    padding-top: 40px;
    font-size: 24px;
    color: #d55828;
    text-align: center;
}

.event2 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.event2_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.event2_item {
    width: calc(33.33% - 20px);
    background-image: url(../images/event6.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 30px 0px;
    cursor: pointer;
    transition: all 0.6s;
}

.event2_item:hover {
    transform: scale(1.1);
}

.event2_item h4 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 20px;
    border-bottom: 1px solid #fff;
    background-image: url(../images/event4.png);
    background-repeat: no-repeat;
    background-position: 20px top;
    margin-bottom: 15px;
}

.event2_item h4 img {
    width: 32px;
    height: 27px;
    margin-right: 10px;
}

.event2_item p {
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
}

.event2_item p span {
    width: 70px;
}

.event2_item p span:last-child {
    width: calc(100% - 70px);
}

.event3_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event3_m a {
    font-size: 14px;
    color: #666666;
}

.event3 {
    padding-top: 20px;
    padding-bottom: 70px;
}

.event3_list {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event3_list a {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    border-radius: 5px;
}

.event3_list a:nth-child(3n) {
    margin-right: 0px;
}

.event3_data {
    width: 100px;
    height: 100px;
    background: #d55828;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.event3_data h4 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.event3_data p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.event3_text {
    background: #fff;
    width: calc(100% - 100px);
    padding: 0px 20px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.event3_text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.event3_list a:hover {
    box-shadow: 0px 0px 15px 0px rgba(1, 1, 1, .2);
}

.event3_list a:hover .event3_text p {
    color: #d55828;
}

.event3 .xqIcon {
    border-color: #e05b23;
    color: #333;
}

.event3 .xqIcon:hover {
    background: #e05b23;
    color: #fff;
}

.event3 .xqIcon:hover .img {
    display: none;
}

.event3 .xqIcon:hover .h_img {
    display: block;
}

.event4 .cust3_text {
    padding-left: 50px;
    background-image: url(../images/event8.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.event5 {
    padding-top: 50px;
    padding-bottom: 40px;
}

.event5_box {
    padding-top: 40px;
    position: relative;
    z-index: 0;
}

.event5-top {
    width: 985px;
    height: 574px;
    margin: 0 auto;
}

.event5-thumbs {
    margin-top: 30px;
    z-index: 0;
}

.event5Next,
.event5Prev {
    background: transparent !important;
}

.event5Next:after,
.event5Prev:after {
    font-size: 20px;
    color: #999999;
}

.event5Next:hover::after,
.event5Prev:hover::after {
    color: #d55828;
}

.event5-thumbs .swiper-slide {
    height: 93px;
    border: 5px solid transparent;
}

.event5-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event5-thumbs .swiper-slide-thumb-active {
    border: 5px solid #d55828;
}

.event6 {
    padding-bottom: 50px;
}

.event6_1 {
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.event6_tt {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: bold;
}

.event6_1 ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.event6_1 ul li {
    width: calc(25% - 21px);
    height: 118px;
    margin-right: 28px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 28px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.event6_1 ul li:nth-child(4n) {
    margin-right: 0px;
}

.event6_1 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.6s;
}

.event6_1 ul li img:hover {
    transform: scale(1.2);
}

.event6_2 ul li {
    width: calc(16.66% - 15px);
    margin-right: 15px;
    height: 82px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.event6_2 ul li:nth-child(4n) {
    margin-right: 15px;
}

.event6_2 ul li:nth-child(6n) {
    margin-right: 0px;
}

.event6_1:last-child {
    border-bottom: 1px solid transparent;
}

.found_choices {
    margin-bottom: 20px;
}

.found_choices input {
    line-height: 30px;
}

.found_choices label {
    margin-right: 40px;
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
    line-height: 30px;
}

.event1_xq .radio_list label:first-child {
    margin-left: 0px;
}

.event1_xq .found_xinxi .found_r {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event1_xq .found_xinxi .found_r h4 {
    width: 100%;
    font-weight: 500;
}

.event1_xq .found_xinxi .found_r label {
    margin-right: 30px;
}

.event1_xq .found_xinxi .found_r .inp_t {
    width: 160px;
}

.co_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.co_data .co_tt {
    margin-right: 30px;
}

.event2_xq_tt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.event2_xq_tt .about4_x {
    width: calc(100% - 260px);
    background: #e2e2e2;
    margin-bottom: 20px;
    padding: 4px 0px;
}

.event2_xq_tt .layui-btn {
    display: block;
    background-color: transparent;
    color: #999999;
    text-align: left;
    padding-right: 25px;
}

.event2_xq_tt .about4_xiala {
    right: 18px;
}

.event2_xq_img {
    padding-top: 15px;
}

.event2_xq_img img {
    width: 100%;
    height: auto;
}

.event2_xq_xinxi {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #d55828;
    line-height: 40px;
}

.event2_xq .found_xinxi {
    width: 100%;
}

.event2_xq .found_xinxi .co_I {
    width: 100%;
}

.event3_xq_xinxi {
    padding: 20px 0;
}

.event3_xq_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.event3_xq_box p {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.event3_xq_box p img {
    margin-right: 10px;
}

.event3_xq_text {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 10px;
}

.policy2 {
    padding-top: 40px;
    padding-bottom: 80px;
}

.policy2_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.policy2_l {
    width: 239px;
    padding: 30px;
    color: #fff;
}

.policy2_l h6 {
    font-size: 24px;
    margin-bottom: 30px;
}

.policy2_l p {
    font-size: 24px;
}

.policy2_l h4 {
    font-size: 40px;
    font-weight: 500;
}

.policy2_r {
    width: calc(100% - 239px);
}

.policy2_r ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.policy2_r ul li {
    width: 33.33%;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding: 16px 0px;
    padding-left: 80px;
    transition: all 0.6s;

}

.policy2_r ul li:hover {
    transform: scale(1.1);
}

.policy2_r ul li h4 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

.policy2_r ul li p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.policy3 {
    padding: 60px 0px;
}

.policy3_tt {
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.policy3_tt h4 {
    font-weight: 500;
    letter-spacing: 8px;
}

.policy4_list {
    padding-top: 30px;
}

.policy4_list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.policy4_list ul li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.policy4_list ul li:nth-child(3n) {
    margin-right: 0px;
}

.policy4_list ul li:last-child {
    width: calc(66.67% - 10px);
    margin-right: 0px;
}

.policy4_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.policy4_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.policy4_icon {
    position: absolute;
    bottom: 20px;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    background: rgb(213, 88, 40, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 6px 0px;
    border-radius: 30px;
}

.policy4_icon img {
    margin-right: 10px;
}

.policy4_tt {
    position: absolute;
    left: 0;
    right: 0px;
    background: #d55828;
    padding: 40px 30px;
    z-index: 5;
    color: #fff;
    display: none;
}

.policy4_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.policy4_text img {
    margin-right: 10px;
}

.policy4_tt p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.policy4_tt a {
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 20px;

}

.policy4_list ul li:hover .policy4_tt {
    display: block;
}

.policy4_list ul li:hover .policy4_icon {
    display: none;
}

.policy4_list ul li:hover .policy4_img img {
    transform: scale(1.2);
}

.culture1 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.culture_p {
    margin: 0 auto;
    max-width: 58%;
    padding-top: 15px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #383838;
}

.culture_xq .swiper-slide .slide_img {
    position: relative;
}

.culture_xq .swiper-slide .slide_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, .4);
}

.culture_xq .swiper-slide-active .slide_img img {
    box-shadow: none;
}

.culture_xq .swiper-slide-active .slide_img::after {
    display: none;
}

.culture2 {
    padding-top: 30px;
    padding-bottom: 80px;
}

.job-a5v1 {
    padding-top: 30px;
}

.job-a5v1 .astx1 {
    display: block;
    position: relative;
}

.job-a5v1 .astx1>img {
    width: 100%;
    opacity: 0;
}

.job-a5v1 .astx1 .gsfl li {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 1 / 1;
}

.job-a5v1 .astx1 .gsfl li u {
    display: block;
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.job-a5v1 .astx1 .gsfl li:nth-child(1) {
    width: 118px;
    left: 70%;
    top: 7%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(2) {
    width: 142px;
    left: 16.6%;
    top: 30%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(3) {
    width: 236px;
    left: 35.7%;
    top: 30.6%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(4) {
    width: 182px;
    left: 22.5%;
    top: 56.6%;
}

.job-a5v1 .astx1 .gsfl li:nth-child(5) {
    width: 168px;
    left: 75%;
    top: 54.8%;
}

.fang {
    overflow: hidden;
    display: block;
}

.fang img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.fang:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.flex-z {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-a5v1 .astx1 .gsfl li .conta {
    text-align: center;
    padding: 0 5%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.job-a5v1 .astx1 .gsfl li .conta i {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.job-a5v1 .astx1 .gsfl li .conta .tit {
    color: #787878;
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.125em;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.job-a5v1 .astx1 .gsfl li .conta i img:last-child {
    display: none;
}

.job-a5v1 .astx1 .gsfl li .conta:hover i img {
    display: none;
}

.job-a5v1 .astx1 .gsfl li .conta:hover i img:last-child {
    display: block;
}

.job-a5v1 .astx1 .gsfl li .conta:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.job-a5v1 .astx1 .gsfl li .conta:hover .tit {
    color: #d55828;
}

.job-a5v1 .astx1 .gsfl li:nth-child(6) {
    width: 175px;
    height: 175px;
    left: 52%;
    background: #f0e3de;
}

.job-a5v1 .astx1 .gsfl li:nth-child(7) {
    width: 172px;
    height: 172px;
    left: 23.5%;
    top: 6%;
    background: #f0e8de;
}

.job-a5v1 .astx1 .gsfl li:nth-child(8) {
    width: 118px;
    height: 118px;
    left: 8%;
    top: 16%;
    background: #f0e3de;
}

.job-a5v1 .astx1 .gsfl li:nth-child(9) {
    width: 135px;
    height: 135px;
    left: 75%;
    top: 30%;
    background: #f1efe9;
}

.job-a5v1 .astx1 .gsfl li:nth-child(10) {
    width: 185px;
    height: 185px;
    left: 58%;
    top: 34%;
    background: #f1ebe9;
}

.job-a5v1 .astx1 .gsfl li:nth-child(11) {
    width: 154px;
    height: 154px;
    left: 5.5%;
    top: 51%;
    background: #ffffff;
}

.job-a5v1 .astx1 .gsfl li:nth-child(12) {
    width: 123px;
    height: 123px;
    left: 44%;
    top: 72.12%;
    background: #e7e7e7;
}

.job-a5v1 .astx1 .gsfl li:nth-child(13) {
    width: 129px;
    height: 129px;
    left: 58%;
    top: 68.12%;
    background: #fcfcfc;
}

.job-a5v1 .astx1 .gsfl li:nth-child(14) {
    width: 118px;
    height: 118px;
    left: 40%;
    top: 10.1%;
    background: #e7e7e7;
}

.job-a5v1 .astx1 .gsfl li:nth-child(15) {
    width: 105px;
    height: 105px;
    left: 82%;
    top: 13.5%;
    background: #f1ebe9;
}

.job-a5v1 .astx1 .gsfl li:nth-child(16) {
    width: 118px;
    height: 118px;
    left: 0%;
    top: 33%;
    background: #fff;
}

.job-a5v1 .astx1 .gsfl li:nth-child(17) {
    width: 140px;
    height: 140px;
    left: 88.4%;
    top: 36.2%;
    background: #e7e7e7;
}

.job-a5v1 p {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-top: -20px;
}

.rightBox {
    position: fixed;
    bottom: 20%;
    right: 0px;
    display: none;
    z-index: 9999;
}

.rightImg {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    margin-bottom: 3px;
    cursor: pointer;
    position: relative;
}

.rightImg:first-child {
    border-top-left-radius: 5px;
}

.returnB {
    display: flex;
    justify-content: flex-end;
}

.frightItem {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d55828;
    cursor: pointer;
    border-bottom-left-radius: 5px;
}

.rightImg p {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 10px;
    color: #fff;
    background: #d55828;
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 5px;
}

.dianhua {
    cursor: pointer;
    margin-bottom: 3px;
    border-top-left-radius: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.dianhua p {
    width: calc(100% - 50px);
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}

.dianhua:hover {
    background: #666666;
    width: 272px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.found_v .layui-form-item {
    width: calc(100% - 75px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
}

.found_v .layui-form-select .layui-edge {
    display: none;
}

.found_v .layui-form-item .layui-input-inline {
    border: 1px solid #e3e3e3;
    padding: 5px 10px;
}

.found_v .layui-input {
    position: relative;
    width: 100%;
    padding: 0px;
    padding-right: 10px;
    line-height: 30px;
    height: 30px;
}

.found_v .layui-input:focus {
    border: none !important;
}

.found_v .layui-form-select dl dd.layui-this {
    color: #d55828;
}

.found_v .layui-form-item .layui-input-inline .about4_xiala {
    right: 10px;
}

.layui-form .layui-form-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    margin: 0px;
    padding-right: 0px;
}

.layui-form .layui-form-radio>i {
    font-size: 14px;
}

.layui-icon-circle:before {
    font-size: 16px;
    line-height: 20px;
}

.cd_box {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0px;
}

.cd_box h4 {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.cd_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}

.cd_I {
    width: 42px;
    height: 33px;
    background-image: url(../images/dhijian.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 18px;
    letter-spacing: 10px;
    padding: 0 6px;
    line-height: 33px;
    color: #d55828;
}

.cd_item p {
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.cd_list span {
    display: block;
    font-size: 14px;
    color: #d55828;
    margin: 0 10px;
    line-height: 33px;
}

.w866 {
    max-width: 866px;
    margin: 0 auto;
}

.layui-laydate-footer span:first-child.layui-laydate-preview {
    color: #333 !important;
}



.event3A.xqIcon {
    background: #d55828;
    border: none;
}

.event3A.xqIcon:hover {
    background: #fff;
    color: #d55828;
}

.event3A.xqIcon:hover img {
    display: none;
}

.event3A.xqIcon:hover .h_img {
    display: block;
}

#crumb {
    width: 100% !important;
    background: #f3f3f3;
}

.Level3B .w1200 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}

.line {
    position: relative;
    width: 10px;
    height: 50px;
    padding: 0 20px;
}

.line:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 14px;
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(34, 34, 34, 1);
}

.Level2B-tt {
    padding: 0 15px;
}

.Level2B-tt span {
    padding: 0 20px;
    font-size: 16px;
    color: #d55828;
}

.Level3B .Level2 {
    padding: 0;
}

.Level3B .Level2I {
    width: auto;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.Level3B .Level2I a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    line-height: 50px;
}

.Level3B .Level2I a span {
    line-height: 110px;
}

.Level3B .Level2I a img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.Level3Box {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: #eef0f2;
    border-top: 1px solid #d55828;
    display: none;
}

.Level3B .Level3Box a {
    display: block;
    text-align: center;
}

.adv {
   width: 600px;
   height: 80%;
    box-shadow: none;
   background: transparent;
  
}
.adv  .layui-layer-content{
    width: 100%;
    height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.adv  img{
    max-width: 100%;
    max-height: 100%;
}
.share_text {
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
}

.share_text h4 {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 10px 0px;
    color: #333;
}

.share_text p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.share_text h6 {
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
}

.share_text h6 span {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
}

.adv-box {
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 99;
    animation: jumping 1s infinite;
}

@keyframes jumping {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.adv-text {
    position: relative;
    padding: 30px 20px;
    border-radius: 5px;
    max-width: 300px;
}

.adv-box .del {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.slide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 6%;
}

.slide-text .w1200 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide-l {
    width: 50%;
}

.slide-l h4 {
    font-size: 32px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Regular';
}

.slide-l h6 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Regular';
}

.slide-l p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-family: 'Regular';
}

.slide-l a {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 5px;
    margin-top: 30px;
    background: rgb(204, 102, 51, 43);
    font-family: 'Regular';
}

.slide-r {
    width: 50%;
    display: flex;
    justify-content: center;
}

.slide-r img {
    width: 89px;
    height: 90px;
    cursor: pointer;
}

.share_video {
    width: 900px;
    height: 500px;
}

.share_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.research {
    max-width: 600px;
    padding: 30px;
}

.research h4 {
    text-align: center;
    color: #333;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.research p {
    text-indent: 2rem;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

.img_div {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.img_div img {
    width: 150px;
    height: 150px;
}

.footXfbox,
.nav_but {
    display: none;
}

.calculator-skin {
    width: 1100px !important;
}








.en .navIcon3 {
    margin-right: 18px;
}
.en .footer ul{
    justify-content: flex-start;
}
.en .footer ul li{
    width: 20%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
}
.en .footL h4{
    padding-left: 0px;
}
.img_m{
    display: none;
    margin-top: 10px;
}