.nav-container {
    height: 128px;
    background: #fff;
}

.nav li {
    position: relative;
}

.nav li a {
    display: block;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    height: 128px;
    line-height: 128px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.nav li:hover>a,
.nav li>a.active {
    color: #d39116;
}

.nav li:hover .subnav {
    display: flex;
}

.nav .subnav li a:hover {
    color: #d39116;
}

.subnav {
    position: absolute;
    padding: 20px;
    padding-left: 20px;
    display: none;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    align-items: flex-start;
    left: 50%;
    transform: translateX(-50%);
}

.subnav ul {
    align-items: flex-start;
    padding-right: 50px;
}

.subnav .line {
    height: 100%;
    width: 1px;
    color: #999;
    margin: 0 10px;
}

.nav .subnav li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.subnav .img {
    padding-left: 50px;
    border-left: 1px solid #ddd;
}

.subnav img {
    max-width: 330px;
    max-height: 300px;
}

.logo img {
    width: 332px;
    height: 78px;
}

.banner .swiper-button-next {
    right: 10%;
}

.banner .swiper-button-prev {
    left: 10%;
}

.banner {
    height: 650px;
}

.banner .swiper-slide {
    background-size: cover;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 650px;
}

.banner .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    background: #d39116;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner .swiper-pagination-bullet {
    background: #d39116;
}

.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.about-container {
    margin-top: 100px;
    align-items: flex-start;
}

.about-container .l {
    width: 556px;
    padding-right: 96px;
}

.about-container .r {
    width: 648px;
    height: 458px;
    display: block;
    /* background: url('../../images/ph/about-img.jpg') no-repeat left center;

    background-size: 100% 458px; */
}

.about-container .l h4 {
    font-size: 16px;
    color: #d19017;
    font-weight: normal;
}

.about-container .l h2 {
    font-size: 50px;
    color: #d19017;
    font-weight: normal;
}

.about-container .l .pt {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin-top: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.about-container .l h4::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #d19017;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.about-container .l .more {
    width: 200px;
    height: 50px;
    text-align: center;
    display: block;
    background-color: #d19017;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    margin-top: 35px;
    transition: all .3s;
}

.about-container .more:hover {
    transform: translate(20px, 0);
    font-weight: bold;
}

.about-container .l .more img {
    margin-left: 20px;
    vertical-align: middle;
}

.about-container ul {
    margin-top: 60px;
}

.about-container li {
    width: 160px;
}

.about-container li:first-child .iconfont {
    font-size: 70px;
}

.about-container li .iconfont {
    font-size: 60px;
    color: #666;
}

.about-container li .t {
    justify-content: flex-start;
    /* align-items: flex-end; */
}

.about-container li .n {
    font-size: 38px;
    color: #666;
    margin-top: 0;
    font-weight: bold;
}

.about-container li .tx {
    font-size: 14px;
    color: #666;
    margin-top: 0;
}

.about-container li .t1 {
    margin-top: 14px;
}

.about-container li:nth-child(2) span {
    font-size: 54px;
}

.about-container li:nth-child(3) span {
    font-size: 52px;
}

.pro-container {
    margin-top: 100px;
    align-items: flex-start;
}

.pro-container .l {
    width: 817px;
}

.pro-container .l .img1 {
    display: block;
    width: 817px;
    height: 468px;
    overflow: hidden;
    margin-bottom: 17px;
}

.pro-container .l .img1 img {
    width: 817px;
    height: 468px;
    transition: all .5s;
}

.pro-container .l .img1:hover img,
.pro-container .l .img2:hover img,
.jion-item:hover .img img,
.news-list li:hover img,
.in-jidi-container .swiper-slide:hover img,
.in-devices-container li:hover .img img,
.in-news-container ul li:hover img {
    transform: scale(1.1);
}

.pro-container .l .img2 img {
    width: 400px;
    height: 228px;
    transition: all .5s;
}

.pro-container .l .img2 {
    width: 400px;
    height: 228px;
    overflow: hidden;
}

.pro-container .r {
    width: 436px;
    align-items: flex-end;
    justify-content: flex-start;
}

.pro-container .r .title::before {
    content: " ";
    width: 225px;
    height: 1px;
    background: #d19017;
}

.pro-container .r .title {
    width: 100%;
}

.pro-container .r .title h3 {
    color: #d19017;
    font-size: 36px;
}

.pro-container .r h4 {
    color: #d19017;
    font-size: 26px;
    font-weight: normal;
}

.pro-container .r .text {
    color: #666;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.pro-container .list {
    width: 100%;
    position: relative;
    margin-top: 54px;
}

.pro-container .list .title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    height: 70px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.pro-container .list .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}

.pro-container .list .img img {
    width: 436px;
    height: 529px;
}

.pro-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d19017;
}

.pro-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.swiper-title {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -59px;
    left: 25px;
    z-index: 100;
}

.swiper-title .iconfont {
    font-size: 46px;
    color: #d19017;
}

.swiper-title p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.map-container {
    background: url('../../images/ph/bg.jpg') no-repeat center center;
    width: 100%;
    padding: 90px 0;
    margin-top: 100px;
}

.ai-map-container .content,
.map-container .content {
    padding: 30px 60px;
    width: 1180px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
}

.ai-map-container {
    background: #f5f5f5;
    padding: 50px 0;
}

.ai-map-container .content {
    background-color: #fff;
}

.ai-map-container .map,
.map-container .map {
    width: 753px;
    height: 613px;
}

.ai-map-container .text,
.map-container .text {
    width: 290px;
    height: 380px;
    background-color: #fff;
    padding: 50px 35px;
    align-items: flex-start;
    justify-content: flex-start;
}

.ai-map-container .text .titles,
.map-container .text .titles {
    justify-content: flex-start;
}

.ai-map-container .text .titles .iconfont,
.map-container .text .titles .iconfont {
    color: #d19017;
    font-size: 35px;
}

.ai-map-container .text .titles p,
.map-container .text .titles p {
    color: #d19017;
    font-size: 30px;
    margin-left: 10px;
    font-weight: bold;
}

.ai-map-container .text .p2,
.ai-map-container .text .p1,
.map-container .text .p2,
.map-container .text .p1 {
    color: #333;
    font-size: 20px;
    margin-top: 30px;
    line-height: 2;
}

.ai-map-container .text .p2,
.map-container .text .p2 {
    margin-top: 15px;
}

.news-container {
    margin-top: 90px;
    padding-bottom: 90px;
}

.news-container .top {
    height: 70px;
    width: 100%;
}

.news-container .top .ch {
    font-size: 30px;
    font-weight: bold;
}

.news-container .top .en {
    font-size: 20px;
    color: #999;
}

.news-container .top .more {
    font-size: 16px;
}

.news-container .top .more b {
    font-family: Helvetica, sans-serif, Arial;
    font-size: 20px;
    vertical-align: middle;
}

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

.news-list li {
    display: block;
    width: 387px;
}

.news-list .img {
    width: 387px;
    height: 240px;
    display: block;
    overflow: hidden;
}

.news-list .img img {
    width: 387px;
    height: 240px;
    transition: all .5s;
}

.news-list li .text {
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

.news-list li .date {
    font-size: 16px;
    color: #999;
    margin-top: 25px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-list li .readmore {
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #d19017;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    transition: all .5s;
}

.news-list li:hover .readmore {
    transform: translate(10px, 0);
}

.ad-container {
    width: 100%;
    display: block;
    height: 70px;
    background: url('../../images/ph/adv.jpg') no-repeat center center;
}

.footer {
    margin-top: 90px;
    padding-bottom: 70px;
}

.footer .top {
    align-items: flex-start;
    margin-bottom: 20px;
}

.b-navs {
    justify-content: flex-start;
    align-items: flex-start;
}

.b-navs .nav-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 29px;
}

.b-navs a {
    font-size: 14px;
    color: #666;
    margin-bottom: 13px;
}

.wechart {
    margin-left: 70px;
}

.wechart p {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.footer .bottom {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.in-banner-cocntainer a {
    width: 100%;
    height: 500px;
    display: block;
}

.in-banner-cocntainer a {
    background-position: center center;
    background-size: cover;
}

.sub-nav-container {
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.sub-nav-container.scroll {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 90;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
    border: 0;
}

.nav-item a {
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #666;
    font-size: 18px;
    transition: all .2s;
    letter-spacing: 1px;
}

.nav-item a.active,
.nav-item a:hover {
    background: #d19018;
    color: #fff;
}

.crumbs a,
.crumbs span {
    margin-left: 5px;
    color: #666;
}

.introduce-container {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 100px;
}

.in-title {
    color: #d19018;
    font-size: 36px;
    margin: 0 auto;
    text-align: center;
}

.in-title2 {
    color: #333;
    font-size: 36px;
    margin: 0 auto;
    text-align: center;
}

.introduce-container .text {
    margin-top: 50px;
}

.introduce-container .text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.culture-container {
    padding: 80px 0;
    padding-bottom: 0;
}

.culture-content {
    width: 100%;
    background: url('../../images/ph/about-bg1.jpg') no-repeat center center;
    background-size: cover;
    height: 436px;
    margin-top: 50px;
    padding-top: 76px;
}

.culture-content .title {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 36px;
}

.culture-content .list {
    width: 987px;
    margin: 0 auto;
    margin-top: 50px;
}

.culture-content .item {
    width: 250px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.culture-content .item .tt {
    width: 100%;
    height: 85px;
    background: #d19017;
    justify-content: center;
}

.culture-content .item .tt h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 15px;
}

.culture-content .item .tt::before,
.culture-content .item .tt::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
}

.culture-content .item .bb {
    width: 210px;
    padding: 46px 20px;
    height: 100px;
    position: relative;
    justify-content: flex-start;
}

.culture-content .item .bb::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 11px 15px;
    border-color: transparent transparent rgba(255, 255, 255, 0.8) transparent;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.culture-content .item .bb h3 {
    font-size: 24px;
    color: #d19017;
}

.culture-content .item .bb p {
    font-size: 20px;
    color: #666;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    line-height: 1.7;
    height: 68px;
}

.time-line-container {
    padding: 80px 0;
    background: url('../../images/ph/about-bg2.jpg') no-repeat bottom center;
    background-size: cover;
    width: 100%;
}

.time-line-container .content {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.time-line-container .swiper-container {
    width: 970px;
}

.time-line-container .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #999;
    font-size: 24px;
}

.time-line-container .swiper-container .swiper-slide a.active {
    background: #d19017;
}

.time-line-container .button-next,
.time-line-container .button-prev {
    position: absolute;
    top: 12px;
    left: 5px;
    cursor: pointer;
}

.time-line-container .button-next {
    left: auto;
    right: 5px;
}

.time-list-conatiner {
    width: 915px;
    margin: 0 auto;
    margin-top: 50px;
}

.time-list-conatiner .time-items {
    display: none;
}

.time-list-conatiner .time-items.active {
    display: block;
}

.time-list-conatiner ul li {
    justify-content: flex-start;
    margin-bottom: 15px;
}

.time-list-conatiner ul li p {
    margin-left: 10px;
    font-size: 20px;
    color: #333;
}

.time-list-conatiner ul li p.date {
    color: #666;
}

.time-list-conatiner ul li .iconfont {
    font-size: 22px;
    color: #d19017;
}

.audio-container {
    background: url('../../images/ph/bg.jpg') no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: relative;
}

.audio-container .audio {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.audio-container .audio p {
    margin-top: 20px;
    color: #fff;
    font-size: 36px;
    opacity: .6;
    transition: all .4s;
}

.audio-container .audio span {
    font-size: 100px;
    color: #fff;
    transition: all .4s;
    opacity: .6;
}

.audio-container .audio:hover span,
.audio-container .audio:hover p {
    opacity: 1;
}

.honor-container {
    padding: 80px 0;
}

.honor-container .swiper-container {
    margin-top: 50px;
    height: 450px;
}

.honor-container .swiper-slide a {
    /* height: 400px; */
    border: 1px solid #cccccc;
    justify-content: flex-start;
}

.honor-container .swiper-slide a .img img {
    width: 100%;
}

.honor-container .swiper-slide a .img {
    width: 316px;
    height: 199px;
    padding: 56px 0;
    border-bottom: 1px solid #ccc;
}

.honor-container .swiper-slide a p {
    font-size: 16px;
    color: #333;
    height: 68px;
    line-height: 68px;
}

.honor-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d19017;
    border: 2px solid #d19017;
    opacity: 1;
}

.honor-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.pro-list-container {
    width: 100%;
    background: #f5f5f5;
    padding-top: 47px;
}

.pro-list-container .content {
    padding: 53px 72px;
    width: 1156px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 20px;
}

.pro-list-container li {
    width: 100%;
    margin-bottom: 60px;
    align-items: flex-start;
}

.pro-list-container li .img {
    width: 484px;
    height: 338px;
}

.pro-list-container li .img img {
    width: 100%;
}

.pro-list-container li .r {
    width: 600px;
}

.pro-list-container li .r h3 {
    font-size: 28px;
    color: #d19017;
    font-weight: normal;
}

.pro-list-container li .r h3 .iconfont {
    font-size: 30px;
    margin-right: 10px;
}

.pro-list-container li .text {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    line-height: 1.7;
}

.pro-list-container li .items {
    flex-wrap: wrap;
    margin-top: 20px;
}

.pro-list-container li .items p {
    width: 258px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    margin-bottom: 4px;
    background: #fef6e8;
}

.pro-list-container li .items p:nth-child(5),
.pro-list-container li .items p:nth-child(6) {
    width: 100%;
}

.pro-list-container li .items p span {
    color: #333;
}

.in-map-container {
    padding: 50px 0 100px 0;
}

.in-map-container .mpa {
    width: 100%;
}

.in-map-container .map-list {
    margin-top: 50px;
    width: 100%;
}

.in-map-container .map-list .item {
    width: 440px;
    height: 206px;
    border-right: 1px solid #ddd;
    align-items: flex-start;
    padding-left: 57px;
}

.in-map-container .map-list .item:last-child {
    border: none;
}

.in-map-container .map-list .item h3 {
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
}

.in-map-container .map-list .item p {
    font-size: 18px;
    color: #666;
    margin-bottom: 17px;
}

.in-news-container {
    padding: 50px 0;
    padding-bottom: 80px;
}

.in-news-container ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.in-news-container ul li {
    width: 387px;
    margin-right: 69px;
    display: block;
    margin-bottom: 50px;
}

.in-news-container ul li:nth-child(3n) {
    margin-right: 0;
}

.in-news-container ul li .img,
.in-news-container ul li .img img {
    width: 387px;
    height: 240px;
    display: block;
    overflow: hidden;
    transition: all .5s;
}

.in-news-container ul li .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.in-news-container ul li .date {
    margin-top: 15px;
    color: #999;
    font-size: 16px;
}

.page {
    width: 100%;
    justify-content: center;
}

.page a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    margin: 0 3px;
}

.page a.active,
.page a:hover {
    color: #fff;
    border-radius: 50%;
    background: #d19018;
}

.page a.next,
.page a.prev {
    font-size: 18px;
}

.in-jidi-container {
    padding-top: 70px;
    position: relative;
}

.in-jidi-container .swiper-container {
    margin-top: 30px;
}

.in-jidi-container .item-warp {
    width: 386px;
}

.in-jidi-container .item-warp .img {
    width: 386px;
    display: block;
    height: 221px;
    overflow: hidden;
}

.in-jidi-container .item-warp .img img {
    width: 386px;
    height: 221px;
    transition: all .5s;
}

.in-jidi-container .item-warp .content {
    width: 334px;
    border: 1px solid #d2d2d2;
    border-top: none;
    padding: 30px 25px;
}

.in-jidi-container .item-warp .content h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.in-jidi-container .item-warp .content p {
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.in-jidi-container .item-warp .content .more {
    display: inline-block;
    height: 30px;
    color: #d19018;
    line-height: 30px;
    border-bottom: 2px solid #d19018;
    font-size: 16px;
    margin-top: 15px;
}

.in-jidi-container .button-next,
.in-jidi-container .button-prev {
    position: absolute;
    top: 340px;
    left: -80px;
}

.in-jidi-container .button-next .iconfont,
.in-jidi-container .button-prev .iconfont {
    font-size: 40px;
    color: #d19018;
}

.in-jidi-container .button-next {
    left: auto;
    right: -80px;
}

.in-jidi-container .button-next.swiper-button-disabled .iconfont,
.in-jidi-container .button-prev.swiper-button-disabled .iconfont {
    color: #666;
}

.in-devices-container .in-page-more,
.in-jidi-container .in-page-more,
.honor-container .in-page-more {
    display: block;
    width: 180px;
    height: 50px;
    background: #d19018;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 40px;
}

.in-devices-container .in-page-more img,
.in-jidi-container .in-page-more img,
.honor-container .in-page-more img {
    margin-left: 20px;
    vertical-align: middle;
}

.in-devices-container {
    padding: 70px 0;
}

.in-devices-container ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.in-devices-container li {
    display: block;
    position: relative;
    width: 386px;
    height: 470px;
    margin-right: 70px;
}

.in-devices-container li:nth-child(3n) {
    margin-right: 0;
}

.in-devices-container li .img img,
.in-devices-container li .img {
    width: 386px;
    height: 470px;
    display: block;
    overflow: hidden;
    transition: all .5s;
}

.in-devices-container li p {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    height: 50px;
    line-height: 40px;
}


/*9.26*/

.news-single-title {
    font-size: 26px;
    text-align: center;
}

.news-single-time {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}

.news-single-txt {
    line-height: 36px;
    margin-top: 30px;
    text-align: justify;
    font-size: 16px;
}

.news-single-txt img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.article {
    border-top: 1px dotted #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.article a {
    display: block;
    margin-bottom: 10px;
}

.article a:hover {
    color: #d19017;
}

.news-single-con {
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 70px;
}

.in-img-container li {
    width: 386px;
    margin-right: 70px;
    margin-top: 30px;
}

.in-img-container li:nth-child(3n) {
    margin-right: 0;
}

.in-img-container li .img {
    display: block;
    width: 386px;
    height: 470px;
    overflow: hidden;
    text-align: center;
    line-height: 470px;
}

.in-img-container li .img img {
    vertical-align: middle;
    width: 386px;
    height: 470px;
}

.in-img-container {
    margin-bottom: 70px;
    margin-top: 20px;
}

.in-img-container li p {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.in-img-container ul.flex-row {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 25px 10px;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 30px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 20px 12px 50px;
    background: #ebb710;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed .more {
    float: right;
    font-weight: normal;
    font-size: 15px;
    color: #666;
}

#accordion .panel-title a .more {
    float: right;
    font-weight: normal;
    font-size: 15px;
}

#accordion .panel-title a.collapsed {
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    letter-spacing: 1px;
}

#accordion .panel-title a:after .more {
    color: #fff;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #ebb710;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f105";
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    box-shadow: none;
}

#accordion .panel-body {
    padding: 20px 25px 10px 9px;
    background: transparent;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    border-top: none;
    position: relative;
}

#accordion .panel-body p {
    padding-left: 25px;
    border-left: 1px dashed #8c8c8c;
}


/*9.28*/

.jion-item {
    width: 615px;
    position: relative;
}

.jion-item .img,
.jion-item .img img {
    width: 615px;
    height: 360px;
    overflow: hidden;
    transition: all .5s;
}

.jion-con {
    margin-top: 60px;
    margin-bottom: 100px;
}

.jion-item .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.jion-item a {
    text-align: center;
}

.jion-item .txt .title {
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px #333;
}

.jion-item .txt .but {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    background: #fff;
    color: #333;
    transition: all .3s;
}

.jion-item:hover .txt .but {
    background: #d19017;
    color: #fff;
}

.jion-item .txt .but span {
    vertical-align: middle;
    font-size: 12px;
    margin-left: 3px;
}

.jion-item .txt .tips {
    margin: 10px 0;
    text-shadow: 0 1px 1px #333;
    font-size: 16px;
    letter-spacing: 1px;
}

.jion-item a {
    color: #fff;
}


/*9.29*/

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.cd-popup-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    -webkit-backface-visibility: hidden;
}

.cd-popup-close {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 10;
    display: block;
    color: #fff;
    font-size: 36px;
}


/*9.29*/

.pro-container .l .img1,
.pro-container .l .img2 {
    position: relative;
}

.pro-container .l .img1 .title,
.pro-container .l .img2 .title {
    position: absolute;
    transition: all .3s;
    letter-spacing: 1px;
    opacity: 0;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    top: 0;
}

.pro-container .l .img1 .title {
    font-size: 30px;
    width: 817px;
    height: 468px;
    line-height: 468px;
}

.pro-container .l .img2 .title {
    font-size: 22px;
    width: 400px;
    height: 228px;
    line-height: 228px;
}

.pro-container .l .img1:hover .title,
.pro-container .l .img2:hover .title {
    opacity: 1;
    background: rgba(0, 0, 0, .5);
}

.cd-popup-container video {
    width: 100%;
    height: 100%;
}


/*2021.2.19*/

.rec-button a {
    display: block;
    background: #ebb710;
    border: none;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 1px;
    text-align: center;
}

.rec-button.flex-row {
    justify-content: flex-end;
}

button {
    outline: none;
}

.ask-form .txt {
    color: red;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.ask-form {
    width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}

.ask-text-name {
    width: 120px;
    text-align: left;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1px;
}

.ask-input-k {
    width: 400px;
    height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    text-indent: 10px;
    border-radius: 5px;
}

.ask-input span {
    display: block;
    float: left;
    margin: 12px 50px 0 0;
}

.ask-form-list {
    margin-bottom: 15px;
}

.ask-textarea {
    width: 400px;
    min-height: 200px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 5px;
}

.ask-butstyle {
    width: 140px;
    height: 40px;
    background: #d19017;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.ask-but {
    margin-left: 120px;
    margin-bottom: 50px;
}

.ask-but button:last-child {
    background: #ccc;
}

.banner .swiper-slide a img {
    width: 100%;
    width: 100%;
    height: 650px;
    transform: scale(1.4);
    transition: all 3s;
}

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


/*kf*/

.floating_ck {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9999;
}

.floating_ck dl dd {
    position: relative;
    width: 90px;
    background-color: #d19017;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
    margin-bottom: 1px;
    padding: 15px 0;
}

.floating_ck dl dd:hover {
    background-color: #d19017;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
}

.floating_ck dd span img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.floating_left {
    position: absolute;
    left: -130px;
    top: 0px;
    width: 130px;
    height: 82px;
    background-color: #d19017;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 82px;
}

.words .floating_left a {
    line-height: 30px;
    display: block;
}

.words .floating_left {
    padding: 10px;
    height: auto;
}

.words .floating_left img {
    width: 77px;
    margin: 0 auto;
}

.floating_ewm {
    height: 140px;
    top: 0;
}

.floating_ewm i {
    display: block;
    width: 98px;
    height: 98px;
    margin: auto;
    border: 5px solid #fff;
    margin-top: 15px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.price .floating_left {
    position: absolute;
    left: -400px;
    top: 0px;
    width: 400px;
    height: 218px;
    display: none;
}

.price .floating_left img {
    width: 400px;
    height: 218px;
}