锘?* 闈㈠寘灞戝鑸 */
.crumbs {
    margin-top: -60px;
    margin-bottom: 38px;
}

.crumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 83.3%;
    margin: 0 auto;
}

.crumbs ul::before {
    content: '';
    width: 16px;
    height: 22px;
    background: url(../images/crumbs_icon01.png) no-repeat;
    background-size: cover;
}

.crumbs ul h3 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: normal;
}

.crumbs ul li a {
    color: #ffffff;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
}

.crumbs ul li a::after {
    content: ">";
    position: absolute;
    right: -22px;
    top: 50%;
    color: #ffffff;
    font-size: 16px;
    transform: translateY(-50%);
}

.crumbs ul li:last-child a::after {
    display: none;
}

@media (max-width: 1200px) {
    .crumbs ul {
        width: 95%;
    }
}

@media (max-width: 760px) {
    .crumbs ul li a {
        font-size: 14px;
    }

    .crumbs {
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #1f85ff;
    }

    .crumbs ul {
        justify-content: center;
    }

    .crumbs ul li a {
        padding: 10px 20px;
    }

    .crumbs ul li a::after {
        right: -8px;
        border-width: 6px;
        font-size: 13px;
    }

    .crumbs ul li a {
        margin-right: 0px;
    }
}

@media (max-width: 550px) {
    .crumbs ul li a {
        font-size: 12px;
        padding: 10px;
    }

    .crumbs ul li a::after {
        right: -6px;
    }

    .crumbs ul h3 {
        font-size: 12px;
    }
}

/* banner */
.banner {
    width: 100%;
}

.banner a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.banner a img {
    overflow: hidden;
    width: 100%;
}

@media (max-width:1200px) {
    .inside_pages {
        margin-top: 70px;
    }
}

@media (max-width: 760px) {
    .banner>a>img {
        width: 150%;
        margin-left: -25%;
    }
}


/* 浜岀骇瀵艰埅 */
.navigation {
    background: #ffffff;
    padding-top: 100px;
}

.navigation .content {
    width: 83.3%;
    margin: 0 auto;
}

.navigation .content .left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.navigation .content .left h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
}

.navigation .content .left h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.navigation .content ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.navigation .content ul.hide{display:none;}
.navigation .content ul li {
    margin: 0 3%;
    padding-bottom: 15px;
    line-height: 48px;
    border-bottom: 1px solid transparent;
}

.navigation .content ul li a {
    color: #666666;
    font-size: 18px;
}

.navigation .content ul .active a {
    color: #1f85ff;
}

.navigation .content ul li:hover a {
    color: #1f85ff;
}

.navigation .content ul .active {
    border-bottom: 1px solid #1f85ff;
}

.navigation .content ul li:hover {
    border-bottom: 1px solid #1f85ff;
}

@media (max-width:1200px) {
    .navigation .content {
        width: 95%;
    }

    .navigation .content .left h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .navigation .content ul li {
        line-height: 34px;
    }

    .navigation .content ul li a {
        font-size: 16px;
    }

    .navigation {
        padding-top: 60px;
    }
}

@media (max-width:760px) {
    .navigation .content .left h1 {
        font-size: 20px;
    }

    .navigation .content ul li a {
        font-size: 14px;
    }

    .navigation .content ul li {
        line-height: 30px;
        padding-bottom: 10px;
    }
}

@media (max-width:550px) {
    .navigation .content .left h1 {
        font-size: 18px;
    }

    .navigation .content ul li a {
        font-size: 12px;
    }

    .navigation {
        padding-top: 30px;
    }

    .navigation .content .left h1::after {
        width: 30px;
        height: 1px;
    }

    .navigation .content .left {
        margin-bottom: 20px;
    }

    .navigation .content .left h1 {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

/* 浜у搧浜岀骇瀵艰埅 */
.product_navigation {
    background: #ffffff;
    padding-top: 100px;
}

.product_navigation .content {
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.product_navigation .content .left {
    margin-bottom: 0;
    display: none;
}

.product_navigation .content .left h1 {
    font-size: 48px;
    line-height: 34px;
    color: #000000;
    font-weight: lighter;
}

.product_navigation .content ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.product_navigation .content ul > li {
    margin-right: 10%;
    padding-bottom: 15px;
    line-height: 48px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.product_navigation .content ul > li > a {
    color: #666666;
    font-size: 18px;
}

.product_navigation .content ul > .active > a {
    color: #1f85ff;
}

.product_navigation .content ul > li:hover > a {
    color: #1f85ff;
}

.product_navigation .content ul > .active {
    border-bottom: 1px solid #1f85ff;
}

.product_navigation .content ul > li:hover {
    border-bottom: 1px solid #1f85ff;
}

@media (max-width:1400px) {
    .product_navigation .content .left h1 {
        font-size: 36px;
    }
}

@media (max-width:1200px) {
    .product_navigation .content {
        width: 95%;
    }

    .product_navigation .content .left h1 {
        font-size: 26px;
    }

    .product_navigation .content ul > li {
        line-height: 34px;
        margin-right: 6%;
    }

    .product_navigation .content ul > li > a {
        font-size: 16px;
    }

    .product_navigation {
        padding-top: 60px;
    }
}

@media (max-width:760px) {
    .product_navigation .content .left h1 {
        font-size: 20px;
    }

    .product_navigation .content ul > li > a {
        font-size: 14px;
    }

    .product_navigation .content ul > li {
        line-height: 30px;
        padding-bottom: 10px;
    }
    .product_navigation .content ul{
        justify-content: flex-start;
    }
}

@media (max-width:550px) {
    .product_navigation .content .left h1 {
        font-size: 16px;
    }

    .product_navigation .content ul > li > a {
        font-size: 12px;
    }

    .product_navigation {
        padding-top: 30px;
    }
}

/* 涓夌骇瀵艰埅 */
.product_navigation .content ul > li > ol{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 20;
    display: none;
}
.product_navigation .content ul > li:hover > ol{
    display: block;
}
.product_navigation .content ul > li > ol > li{
    text-align: center;
    background-color: #f8f8f8;
}
.product_navigation .content ul > li > ol > li > a{
    color: #333333;
    font-size: 14px;
}
.product_navigation .content ul > li > ol > li:hover{
    background-color: #1f85ff;
}
.product_navigation .content ul > li > ol > li:hover > a{
    color: #ffffff;
}

@media (max-width:760px) {
    .product_navigation .content ul > li > ol > li > a{
        font-size: 12px;
    }
}

/* 鍏ㄨ嚜鍔ㄨ兌鍥婂厖濉満 */
.product01 {
    padding-top: 100px;
}

.product01 .content {
    width: 83.3%;
    margin: 0 auto;
}

.product01 .content .boxlist {
    display: flex;
    justify-content: space-between;
}

.product01 .content .boxlist .left {
    width: 36.25%;
}

.product01 .content .boxlist .left .list_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 117.24%;
}

.product01 .content .boxlist .left .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product01 .content .boxlist .left .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.product01 .content .boxlist .left .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product01 .content .boxlist .right {
    width: 58.125%;
}

.product01 .content .boxlist .right h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 80px;
    position: relative;
    font-weight: lighter;
    color: #000000;
}

.product01 .content .boxlist .right h1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #1f85ff;
}

.product01 .content .boxlist .right .info {
    width: 86%;
    margin-bottom: 100px;
}

.product01 .content .boxlist .right .info p {
    color: #666666;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0;
}

.product01 .content .boxlist .right .bottom {
    width: 100%;
    margin-bottom: 60px;
}

.product01 .content .boxlist .right .bottom .swiper {
    width: 100%;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(34, 108, 197, .6);
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt{
    opacity: 1;
}
.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h3{
    margin-bottom: 0px;
}
.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h3 a{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .more1 a span {
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    opacity: .5;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .more1 a img {
    width: 10px;
    height: 14px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
    opacity: .5;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-button-next {
    display: none;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-button-prev {
    display: none;
}

.product01 .content .boxlist .right .bottom .swiper .swiper-pagination {
    display: none;
}

.product01 .content .boxlist .right .more {
    text-align: right;
}

.product01 .content .boxlist .right .more a {
    display: flex;
    align-items: center;
    display: inline-block;
    border-bottom: 1px solid #226cc5;
    margin: 0 auto;
}

.product01 .content .boxlist .right .more a span {
    font-size: 14px;
    line-height: 36px;
    color: #226cc5;
    margin-right: 15px;
}

.product01 .content .boxlist .right .more a img {
    width: 9px;
    height: 16px;
}

@media (max-width:1800px) {
    .product01 .content .boxlist .right h1 {
        margin-bottom: 60px;
    }

    .product01 .content .boxlist .right h1::after {
        bottom: -25px;
    }

    .product01 .content .boxlist .right .info {
        width: 100%;
        margin-bottom: 60px;
    }
}

@media (max-width:1600px) {
    .product01 .content .boxlist .right h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .product01 .content .boxlist .right .info p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width:1200px) {
    .product01 {
        padding-top: 60px;
    }

    .product01 .content .boxlist .right h1 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .product01 .content .boxlist .right h1::after {
        bottom: -15px;
        width: 40px;
    }

    .product01 .content .boxlist .right .info {
        margin-bottom: 40px;
    }

    .product01 .content .boxlist .right .bottom {
        margin-bottom: 30px;
    }

    .product01 .content {
        width: 95%;
    }
}

@media (max-width:1000px) {
    .product01 .content .boxlist {
        flex-wrap: wrap;
    }

    .product01 .content .boxlist .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .product01 .content .boxlist .right {
        width: 100%;
    }
}

@media (max-width:760px) {
    .product01 .content .boxlist .right h1 {
        font-size: 16px;
    }

    .product01 .content .boxlist .right .info p {
        font-size: 12px;
    }

    .product01 .content .boxlist .right .more a span {
        font-size: 12px;
        margin-right: 10px;
    }

    .product01 .content .boxlist .right .more a img {
        width: 7px;
        height: 13px;
    }
    .product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h3 a{
        font-size: 14px;
    }
    .product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .more1 a span{
        font-size: 12px;
    }
    .product01 .content .boxlist .right .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .more1 a img {
        width: 7px;
        height: 10px;
    }
}

/* 浜у搧瑙嗛浠嬬粛 */
.product02 {
    padding-top: 120px;
}

.product02 .content {
    width: 83.3%;
    margin: 0 auto;
}

.product02 .content .boxlist {
    width: 100%;
}

.product02 .content .boxlist .top {
    width: 100%;
}

.product02 .content .boxlist .top h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
    position: relative;
    font-weight: lighter;
    color: #000000;
}

.product02 .content .boxlist .top h1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #1f85ff;
    display: none;
}

.product02 .content .boxlist .bottom {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50%;
}

.product02 .content .boxlist .bottom iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product02 .content .boxlist .bottom video {
    width: 80%;
    margin: 0 auto;
}

.product02 .content .boxlist .bottom video source {
    width: 100%;
}

@media (max-width:1200px) {
    .product02 .content {
        width: 95%;
    }

    .product02 .content .boxlist .top h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .product02 .content .boxlist .top h1::after {
        bottom: -15px;
        width: 40px;
    }

    .product02 {
        padding-top: 60px;
    }
}

@media (max-width:760px) {
    .product02 .content .boxlist .top h1 {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .product02 .content .boxlist .bottom{
	width: 100%;
    }

    .product02 .content .boxlist .bottom video {
        width: 100%;
    }
}

/* 閫傜敤鑳跺泭 */
.product03 {
    padding-top: 120px;
}

.product03 .content {
    width: 83.3%;
    margin: 0 auto;
}

.product03 .content .boxlist {
    width: 100%;
}

.product03 .content .boxlist .top {
    width: 100%;
}

.product03 .content .boxlist .top h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
    position: relative;
    font-weight: lighter;
    color: #000000;
}

.product03 .content .boxlist .top h1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #1f85ff;
    display: none;
}

.product03 .content .boxlist .bottom {
    width: 100%;
}

.product03 .content .boxlist .bottom .info {
    width: 100%;
    overflow-x: auto;
}

@media (max-width:1200px) {
    .product03 .content {
        width: 95%;
    }

    .product03 .content .boxlist .top h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .product03 .content .boxlist .top h1::after {
        bottom: -15px;
        width: 40px;
    }

    .product03 {
        padding-top: 60px;
    }
}

@media (max-width:760px) {
    .product03 .content .boxlist .top h1 {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

/* 鏍稿績鍙傛暟 */
.product04 {
    padding: 0px 0 160px;
}

.product04 .content {
    width: 83.3%;
    margin: 0 auto;
}

.product04 .content .boxlist {
    width: 100%;
}

.product04 .content .boxlist .top {
    width: 100%;
}

.product04 .content .boxlist .top h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
    position: relative;
    font-weight: lighter;
    color: #000000;
}

.product04 .content .boxlist .top h1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #1f85ff;
    display: none;
}

.product04 .content .boxlist .bottom {
    width: 100%;
}

.product04 .content .boxlist .bottom .info {
    width: 100%;
    overflow-x: auto;
}

@media (max-width:1200px) {
    .product04 .content {
        width: 95%;
    }

    .product04 .content .boxlist .top h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .product04 .content .boxlist .top h1::after {
        bottom: -15px;
        width: 40px;
    }

    .product04 {
        padding: 0px 0 80px;
    }
}

@media (max-width:760px) {
    .product04 .content .boxlist .top h1 {
        font-size: 16px;
        margin-bottom: 40px;
    }
}


/* 浜у搧鍒楄〃 */
.product_list {
    padding: 100px 0 180px;
}

.product_list .content {
    width: 83.3%;
    margin: 0 auto;
}

.product_list .content .boxlist {
    width: 100%;
}

.product_list .content .boxlist .theme {
    display: flex;
    margin-bottom: 50px;
}

.product_list .content .boxlist .theme h1 {
    font-size: 26px;
    color: #333333;
    line-height: 40px;
    margin-right: 60px;
    font-weight: lighter;
}

.product_list .content .boxlist .info {
    width: 80%;
}

.product_list .content .boxlist .info p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.product_list .content .boxlist .bottom {
    display: flex;
    flex-wrap: wrap;
}

.product_list .content .boxlist .bottom .list {
    width: 31.875%;
    border: 1px solid #eeeeee;
    position: relative;
    margin-right: 2.1875%;
    margin-bottom: 30px;
}

.product_list .content .boxlist .bottom .list:nth-child(3n) {
    margin-right: 0;
}

.product_list .content .boxlist .bottom .list .list_img {
    width: 100%;
}

.product_list .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product_list .content .boxlist .bottom .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list .content .boxlist .bottom .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.product_list .content .boxlist .bottom .list:hover .list_img .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product_list .content .boxlist .bottom .list .list_txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(34, 108, 197, .6);
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.product_list .content .boxlist .bottom .list:hover .list_txt {
    opacity: 1;
}

.product_list .content .boxlist .bottom .list .list_txt h1 {
    margin-bottom: 10px;
}

.product_list .content .boxlist .bottom .list .list_txt h1 a {
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product_list .content .boxlist .bottom .list .list_txt .more a span {
    color: #ffffff;
    font-size: 18px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    opacity: .5;
}

.product_list .content .boxlist .bottom .list .list_txt .more a img {
    width: 10px;
    height: 14px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
    opacity: .5;
}

.product_list .content .boxlist .list_other {
    text-align: center;
}

.product_list .content .boxlist .list_other span {
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.product_list .content .boxlist .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 14px;
    height: 10px;
    background: url(../images/product_list_icon02.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product_list .content .boxlist .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width:1200px) {
    .product_list .content {
        width: 95%;
    }

    .product_list .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
        margin-right: 50px;
    }

    .product_list .content .boxlist .info p {
        font-size: 14px;
        line-height: 30px;
    }

    .product_list .content .boxlist .bottom .list .list_txt h1 {
        margin-bottom: 5px;
    }

    .product_list .content .boxlist .bottom .list .list_txt h1 a {
        font-size: 16px;
        line-height: 30px;
    }

    .product_list .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 13px;
        margin-right: 5px;
    }
}

@media (max-width:1000px) {
    .product_list .content .boxlist .theme {
        flex-wrap: wrap;
    }

    .product_list .content .boxlist .theme h1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .product_list .content .boxlist .theme .info {
        width: 100%;
    }

    .product_list {
        padding: 80px 0 140px;
    }
}

@media (max-width:760px) {
    .product_list .content .boxlist .bottom {
        justify-content: space-between;
    }

    .product_list .content .boxlist .bottom .list {
        width: 48%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .product_list .content .boxlist .bottom .list:nth-child(3n) {
        margin-right: 0%;
    }
}

@media (max-width:550px) {
    .product_list .content .boxlist .list_other span {
        font-size: 12px;
    }

    .product_list .content .boxlist .bottom .list .list_txt h1 a {
        font-size: 14px;
        line-height: 30px;
    }

    .product_list .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 12px;
        margin-right: 5px;
    }

    .product_list .content .boxlist .bottom .list {
        margin-bottom: 20px;
    }

    .product_list .content .boxlist .theme h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .product_list .content .boxlist .info p {
        font-size: 12px;
        line-height: 24px;
    }

    .product_list {
        padding: 40px 0 100px;
    }

    .product_list .content .boxlist .bottom .list .list_txt {
        display: none;
    }
}


/* 浜у搧璇︽儏 */
.product_detail {
    margin-top: 150px;
}

.product_detail .content {
    width: 100%;
}

.product_detail .content .boxlist {
    display: flex;
    justify-content: space-between;
}

.product_detail .content .boxlist .left {
    width: 49%;
}

.product_detail .content .boxlist .left .swiper {
    width: 100%;
}

.product_detail .content .boxlist .left .swiper .swiper-wrapper {
    width: 100%;
}

.product_detail .content .boxlist .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.product_detail .content .boxlist .left .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
}

.product_detail .content .boxlist .left .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
}

.product_detail .content .boxlist .left .swiper .swiper-pagination {
    display: flex;
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail .content .boxlist .left .swiper .swiper-button-next {
    display: none;
}

.product_detail .content .boxlist .left .swiper .swiper-button-prev {
    display: none;
}

.product_detail .content .boxlist .left .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #bfbfbf;
    margin: 0 5px;
}

.product_detail .content .boxlist .left .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1f85ff;
}

.product_detail .content .boxlist .right {
    width: 51%;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.product_detail .content .boxlist .right .theme {
    margin-bottom: 6%;
}

.product_detail .content .boxlist .right .theme p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 0;
}

.product_detail .content .boxlist .right .theme h1 {
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    font-weight: lighter;
    margin: 0;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product_detail .content .boxlist .right ul {
    margin-bottom: 18%;
}

.product_detail .content .boxlist .right ul li {
    display: flex;
}

.product_detail .content .boxlist .right ul li span {
    font-size: 16px;
    color: #999999;
    line-height: 36px;
    margin-right: 40px;
}

.product_detail .content .boxlist .right ul li p {
    font-size: 16px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 0;
}

.product_detail .content .boxlist .more a {
    width: 180px;
    height: 68px;
    background-color: #1f85ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width:1400px) {
    .product_detail .content .boxlist .right .theme p {
        font-size: 14px;
    }

    .product_detail .content .boxlist .right .theme h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .product_detail .content .boxlist .more a {
        width: 140px;
        height: 50px;
    }

    .product_detail .content .boxlist .more a {
        font-size: 14px;
    }

    .product_detail .content .boxlist .right ul li span {
        font-size: 13px;
        line-height: 30px;
        margin-right: 30px;
    }

    .product_detail .content .boxlist .right ul li p {
        font-size: 13px;
        line-height: 30px;
    }
}

@media (max-width:1300px) {
    .product_detail {
        margin-top: 80px;
    }
}

@media (max-width:1200px) {
    .product_detail .content .boxlist .right .theme p {
        font-size: 14px;
        line-height: 30px;
    }

    .product_detail .content .boxlist .right .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .product_detail .content .boxlist .right ul li span {
        line-height: 26px;
    }

    .product_detail .content .boxlist .right ul li p {
        line-height: 26px;
    }
}

@media (max-width:1000px) {
    .product_detail .content .boxlist {
        flex-wrap: wrap;
    }

    .product_detail .content .boxlist .left {
        width: 100%;
    }

    .product_detail .content .boxlist .right {
        width: 100%;
        padding: 4% 10%;
    }

    .product_detail .content .boxlist .right .theme {
        margin-bottom: 5%;
    }

    .product_detail .content .boxlist .right ul {
        margin-bottom: 7%;
    }
}

@media (max-width:760px) {
    .product_detail {
        margin-top: 60px;
    }
}

@media (max-width:550px) {
    .product_detail .content .boxlist .right .theme p {
        font-size: 12px;
    	line-height: 24px;
    }

    .product_detail .content .boxlist .right .theme h1 {
        font-size: 20px;
    }

    .product_detail .content .boxlist .right ul li span {
        font-size: 12px;
    }

    .product_detail .content .boxlist .right ul li p {
        font-size: 12px;
    }

    .product_detail .content .boxlist .more a {
        width: 120px;
        height: 40px;
    }

    .product_detail .content .boxlist .more a {
        font-size: 12px;
    }
}

/* 浜у搧璇︽儏 */
.product_detail_information {
    padding: 60px 0 160px;
}

.product_detail_information .content {
    width: 83.3%;
    margin: 0 auto;
}

.product_detail_information .content .theme {
    margin-bottom: 70px;
    text-align: center;
}

.product_detail_information .content .theme h1 {
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    font-weight: lighter;
    position: relative;
}

.product_detail_information .content .theme h1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product_detail_information .content .product_detail_info {
    padding: 2%;
    background-color: #f5f5f5;
}

.product_detail_information .content .product_detail_info .iframe{
    position: relative;
    padding-bottom: 50%;
    max-width:800px;
    margin: 0 auto;
}

.product_detail_information .content .product_detail_info .iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1200px) {
    .product_detail_information .content {
        width: 95%;
        margin: 0 auto;
    }

    .product_detail_information .content .theme h1 {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 40px;

    }

    .product_detail_information .content .theme h1::after {
        bottom: -20px;
    }

    .product_detail_information .content .theme h1::after {
        width: 40px;
    }
}

@media (max-width:1000px) {
    .product_detail_information {
        padding: 40px 0 100px;
    }
}
@media (max-width:760px) {
    .product_detail_information .content .product_detail_info video{
    	width: 100%;
    }
}

@media (max-width:550px) {
    .product_detail_information {
        padding: 20px 0 60px;
    }

    .product_detail_information .content .theme {
        margin-bottom: 50px;
    }

    .product_detail_information .content .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }
}

/* 鍏朵粬浜у搧 */
.product_detail_other {
    padding: 60px 0 160px;
}

.product_detail_other .content {
    width: 83.3%;
    margin: 0 auto;
}

.product_detail_other .content .boxlist .theme {
    margin-bottom: 70px;
    text-align: center;
}

.product_detail_other .content .boxlist .theme h1 {
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    font-weight: 100;
    position: relative;
}

.product_detail_other .content .boxlist .theme h1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #a72126;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_img {
    width: 100%;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_img .img:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(34, 108, 197, .6);
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt {
    opacity: 0;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt h1 {
    margin-bottom: 10px;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt h1 a {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt .more a span {
    color: #ffffff;
    font-size: 18px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 100;
    opacity: .6;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt .more a img {
    width: 10px;
    height: 14px;
    opacity: .6;
    margin-top: -4px;
}

.product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt:hover {
    opacity: 1;
}

.product_detail_other .content .boxlist .swiper .swiper-button-next {
    display: none;
}

.product_detail_other .content .boxlist .swiper .swiper-button-prev {
    display: none;
}

.product_detail_other .content .boxlist .swiper .swiper-pagination {
    display: none;
}

@media (max-width:1200px) {
    .product_detail_other .content {
        width: 95%;
    }

    .product_detail_other .content .boxlist .theme h1 {
        font-size: 20px;
    }

    .product_detail_other {
        padding: 40px 0 100px;
    }

    .product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt h1 a {
        font-size: 18px;
        line-height: 30px;
    }

    .product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt .more a span {
        font-size: 13px;
        margin-right: 5px;
    }
}

@media (max-width:550px) {
    .product_detail_other .content .boxlist .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .product_detail_other .content .boxlist .theme {
        margin-bottom: 50px;
    }

    .product_detail_other .content .boxlist .theme h1::after {
        bottom: -20px;
        width: 30px;
    }

    .product_detail_other {
        padding: 20px 0 60px;
    }

    .product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt {
        display: none;
    }

    .product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt h1 a {
        font-size: 14px;
    }

    .product_detail_other .content .boxlist .swiper .swiper-wrapper .swiper-slide .list_txt .more a span {
        font-size: 12px;
    }
}

/* 鏈嶅姟鏍囧噯鍙婃祦绋 */
.project_service_process01 {
    padding: 100px 0 140px;
}

.project_service_process01 .content {
    width: 83.3%;
    margin: 0 auto;
}

.project_service_process01 .content .boxlist {
    width: 100%;
}

.project_service_process01 .content .boxlist .top {
    margin-bottom: 80px;
}

.project_service_process01 .content .boxlist .top h1 {
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}

.project_service_process01 .content .boxlist .bottom {
    position: relative;
    height: 570px;
    background: url(../images/project_service_process01_background.png) no-repeat center center;
}

.project_service_process01 .content .boxlist .bottom .one {
    position: absolute;
    top: 0;
    left: 50%;
    width: 260px;
    height: 68px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.project_service_process01 .content .boxlist .bottom .one p {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project_service_process01 .content .boxlist .bottom .two {
    position: absolute;
    top: 42%;
    left: 45%;
    width: 360px;
    height: 160px;
    background-color: #e5e5e5;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
}

.project_service_process01 .content .boxlist .bottom .two p {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project_service_process01 .content .boxlist .bottom .three {
    position: absolute;
    top: 42%;
    right: 45%;
    width: 360px;
    height: 160px;
    background-color: #e5e5e5;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
}

.project_service_process01 .content .boxlist .bottom .three p {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project_service_process01 .content .boxlist .bottom .four {
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 360px;
    height: 160px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.project_service_process01 .content .boxlist .bottom .four p {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width:1200px) {
    .project_service_process01 .content .boxlist .top h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .project_service_process01 {
        padding: 80px 0 100px;
    }

    .project_service_process01 .content .boxlist .top {
        margin-bottom: 0px;
    }

    .project_service_process01 .content {
        width: 95%;
    }

    .project_service_process01 .content .boxlist .bottom {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
    }
}

@media (max-width:760px) {
    .project_service_process01 .content .boxlist .top h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .project_service_process01 .content .boxlist .bottom {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
    }

    .project_service_process01 {
        padding: 0px;
        margin-top: 60px;
    }

    .project_service_process01 .content .boxlist .bottom {
        margin-top: -60px;
    }
}

@media (max-width:550px) {
    .project_service_process01 .content .boxlist .bottom .one {
        width: 210px;
        height: 46px;
    }

    .project_service_process01 .content .boxlist .bottom .two {
        width: 260px;
        height: 120px;
    }

    .project_service_process01 .content .boxlist .bottom .three {
        width: 260px;
        height: 120px;
    }

    .project_service_process01 .content .boxlist .bottom .four {
        width: 260px;
        height: 120px;
    }

    .project_service_process01 .content .boxlist .bottom {
        position: relative;
        height: 400px;
        background: url(../images/project_service_process01_background.png) no-repeat center center;
        background-size: cover;
    }
}

/* 鍞腑鎶€鏈敮鎸 */
.project_service_process02 {
    padding: 80px 0 160px;
    background: url(../images/project_service_process02_background.jpg) no-repeat;
    background-size: cover;
}

.project_service_process02 .content {
    width: 83.3%;
    margin: 0 auto;
}

.project_service_process02 .content .boxlist {
    width: 100%;
}

.project_service_process02 .content .boxlist .top {
    margin-bottom: 80px;
}

.project_service_process02 .content .boxlist .top h1 {
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}

.project_service_process02 .content .boxlist .bottom .swiper {
    width: 100%;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
    margin-top: 30px;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
    padding-bottom: 128%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list::before {
    content: "";
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    -o-transform: translate(-50%, -70%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/project_service_process02_icon01.png) no-repeat;
    background-size: 100%;
    z-index: 10;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    padding: 10px;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt {
    background-color: #1f85ff;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt p {
    color: #ffffff;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list:hover::before {
    background: url(../images/project_service_process02_icon02.png) no-repeat;
    background-size: 100%;

}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-button-next {
    display: none;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-button-prev {
    display: none;
}

.project_service_process02 .content .boxlist .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width:1200px) {
    .project_service_process02 {
        padding: 60px 0 120px;
    }

    .project_service_process02 .content .boxlist .top h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .project_service_process02 .content .boxlist .top {
        margin-bottom: 60px;
    }

    .project_service_process02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .project_service_process02 .content {
        width: 95%;
    }
}

@media (max-width:550px) {
    .project_service_process02 .content .boxlist .top {
        margin-bottom: 40px;
    }

    .project_service_process02 {
        padding: 40px 0 80px;
    }
}

/* 鍞腑鎶€鏈敮鎸 */
.project_service_process03 {
    padding: 160px 0;
}

.project_service_process03 .content {
    width: 83.3%;
    margin: 0 auto;
}

.project_service_process03 .content .boxlist {
    display: flex;
    justify-content: space-between;
}

.project_service_process03 .content .boxlist .left {
    width: 16.25%;
}

.project_service_process03 .content .boxlist .left h1 {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
    color: #ffffff;
    background-color: #1f85ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project_service_process03 .content .boxlist .right {
    width: 80%;
}

.project_service_process03 .content .boxlist .right .list {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 6.25%;
}

.project_service_process03 .content .boxlist .right .list .number {
    color: #1f85ff;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    font-style: italic;
    line-height: 40px;
}

.project_service_process03 .content .boxlist .right .list .list_content {
    width: 42.18%;
    position: relative;
    margin-left: 6.25%;
}

.project_service_process03 .content .boxlist .right .list .list_content01::after {
    content: "";
    position: absolute;
    left: 103%;
    top: 18%;
    width: 48px;
    height: 1px;
    background-color: #1f85ff;
}

.project_service_process03 .content .boxlist .right .list .list_content .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 44.44%;
    opacity: .05;

}

.project_service_process03 .content .boxlist .right .list .list_content .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project_service_process03 .content .boxlist .right .list .list_content .list_img .img img {
    width: 100%;
}

.project_service_process03 .content .boxlist .right .list .list_content .list_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 6% 10%;
    box-shadow: 1px 1px 21px 4px rgba(102, 102, 102, .15);
}

.project_service_process03 .content .boxlist .right .list .list_content .list_txt p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

@media (max-width:1600px) {
    .project_service_process03 .content .boxlist .right .list .list_content .list_txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .project_service_process03 .content .boxlist .right .list .number {
        font-size: 50px;
    }

    .project_service_process03 .content .boxlist .left h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .project_service_process03 .content .boxlist .right .list .list_content01::after {
        width: 38px;
    }
}

@media (max-width:1200px) {
    .project_service_process03 {
        padding: 100px 0;
    }

    .project_service_process03 .content .boxlist .right .list .number {
        font-size: 40px;
    }

    .project_service_process03 .content .boxlist .left h1 {
        font-size: 15px;
        line-height: 24px;
    }

    .project_service_process03 .content {
        width: 95%;
    }

    .project_service_process03 .content .boxlist .right .list .list_content .list_txt p {
        font-size: 13px;
        line-height: 22px;
    }

    .project_service_process03 .content .boxlist .right .list .list_content01::after {
        width: 30px;
    }
.project_service_process03 .content .boxlist .right .list .list_content .list_txt{
    padding: 4% 6%;
}
.project_service_process03 .content .boxlist {
        flex-wrap: wrap;
    }
    .project_service_process03 .content .boxlist .right {
        width: 100%;
    }
.project_service_process03 .content .boxlist .left {
        width: 20%;
        margin-bottom: 40px;
    }
}

@media (max-width:1000px) {
    .project_service_process03 .content .boxlist .right .list .list_content .list_txt {
        padding: 4% 6%;
    }

    .project_service_process03 .content .boxlist .right {}

    .project_service_process03 .content .boxlist .right .list {
        padding-top: 50px;
    }

    .project_service_process03 {
        padding: 80px 0;
    }
}

@media (max-width:800px) {
    .project_service_process03 .content .boxlist .right .list {
        padding-top: 50px;
        justify-content: space-between;
        margin-bottom: 3.25%;
    }

    .project_service_process03 .content .boxlist .right .list .list_content01::after {
        display: none;
    }

    .project_service_process03 .content .boxlist .right .list .list_content {
        width: 48%;
        margin-left: 0%;
    }

    .project_service_process03 .content .boxlist .right .list .list_content .list_txt p {
        font-size: 12px;
	line-height: 18px;
    }

    .project_service_process03 .content .boxlist .left h1 {
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .project_service_process03 .content .boxlist .right .list {
        flex-wrap: wrap;
    }

    .project_service_process03 .content .boxlist .right .list .list_content {
        width: 100%;
        margin-bottom: 3.25%;
    }

    .project_service_process03 .content .boxlist .right .list .list_content .list_txt p {
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .project_service_process03 .content .boxlist .left {
        width: 30%;
        margin-bottom: 30px;
    }

    .project_service_process03 {
        padding: 60px 0;
    }

    .project_service_process03 .content .boxlist .right .list .number {
        font-size: 30px;
    }

    .project_service_process03 .content .boxlist .left h1 {
        font-size: 12px;
    }
}

/* 鍞墠鏈嶅姟 */
.project_service_content01 {
    padding: 100px 0;
}

.project_service_content01 .content {
    width: 83.3%;
    margin: 0 auto;
}

.project_service_content01 .content .boxlist {
    width: 100%;
}

.project_service_content01 .content .boxlist .top {
    margin-bottom: 70px;
}

.project_service_content01 .content .boxlist .top h1 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
    color: #000000;
    margin-bottom: 40px;
}

.project_service_content01 .content .boxlist .top ul {
    width: 87.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.project_service_content01 .content .boxlist .top ul li {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    font-size: 18px;
    line-height: 40px;
    font-weight: lighter;
    color: #666666;
    padding: 20px 0;
    position: relative;
}

.project_service_content01 .content .boxlist .top ul .active {
    background-color: #1f85ff;
    color: #ffffff;
}

.project_service_content01 .content .boxlist .top ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #1f85ff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotateZ(45deg);
    -webkit-transform: translate(-50%, 50%) rotateZ(45deg);
    -moz-transform: translate(-50%, 50%) rotateZ(45deg);
    -ms-transform: translate(-50%, 50%) rotateZ(45deg);
    -o-transform: translate(-50%, 50%) rotateZ(45deg);
    display: none;
}

.project_service_content01 .content .boxlist .top ul .active::after {
    display: block;
}

.project_service_content01 .content .boxlist .bottom {
    width: 100%;
}

.project_service_content01 .content .boxlist .bottom .content_box {
    display: none;
}

.project_service_content01 .content .boxlist .bottom .content_box.active {
    display: block;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper {
    width: 100%;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide {
    width: 100%;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list {
    width: 100%;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 73.68%;
    overflow: hidden;
    position: relative;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_txt {
    padding: 0 10px;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_txt p {
    color: #1f85ff;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-button-next {
    display: none;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-button-prev {
    display: none;
}

.project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-pagination {
    display: none;
}

@media (max-width:1600px) {
    .project_service_content01 .content .boxlist .top ul li {
        font-size: 16px;
        line-height: 30px;
    }

    .project_service_content01 .content .boxlist .top h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width:1200px) {
    .project_service_content01 .content {
        width: 95%;
    }

    .project_service_content01 .content .boxlist .bottom .content_box .swiper .swiper-slide .list .list_txt p {
        font-size: 16px;
        line-height: 40px;
    }

    .project_service_content01 {
        padding: 70px 0;
    }
}

@media (max-width:760px) {
    .project_service_content01 .content .boxlist .top ul li {
        padding: 10px 0;
        font-size: 14px;
        line-height: 24px;
    }

    .project_service_content01 .content .boxlist .top ul li::after {
        width: 10px;
        height: 10px;
    }

    .project_service_content01 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .project_service_content01 .content .boxlist .top h1 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width:550px) {
    .project_service_content01 .content .boxlist .top ul li {
        padding: 5px 0;
        font-size: 12px;
    }

    .project_service_content01 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .project_service_content01 .content .boxlist .top ul {
        width: 100%;
    }

    .project_service_content01 {
        padding: 50px 0;
    }

    .project_service_content01 {
        padding: 50px 0;
    }
}

/* 鍞腑鏈嶅姟 */
.project_service_content02 {
    background-color: #f0f0f0;
}

.project_service_content02 .content {
    width: 100%;
    margin: 0 auto;
}

.project_service_content02 .content .boxlist {
    display: flex;
    justify-content: space-between;
}

.project_service_content02 .content .boxlist .left {
    width: 50%;
    padding: 0 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: url(../images/project_service_content02_background.png) no-repeat;
    background-size: cover;
}

.project_service_content02 .content .boxlist .left h1 {
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 70px;
    font-weight: normal;
}

.project_service_content02 .content .boxlist .left ul {
    margin-bottom: 50px;
}

.project_service_content02 .content .boxlist .left ul li {
    font-size: 16px;
    line-height: 48px;
    color: #666666;
    padding-left: 20px;
    position: relative;
}

.project_service_content02 .content .boxlist .left ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #1f85ff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.project_service_content02 .content .boxlist .right {
    width: 50%;
}

.project_service_content02 .content .boxlist .right .swiper {
    width: 100%;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-button-next {
    display: none;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-button-prev {
    display: none;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #eeeeee;
    opacity: 1;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1f85ff;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper {
    width: 100%;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 70.83%;
    overflow: hidden;
    position: relative;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.project_service_content02 .content .boxlist .right .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width:1400px) {
    .project_service_content02 .content .boxlist .left {
        padding: 0 10%;
    }

    .project_service_content02 .content .boxlist .left h1 {
        margin-bottom: 50px;
    }

    .project_service_content02 .content .boxlist .left ul {
        margin-bottom: 30px;
    }
}

@media (max-width:1200px) {
    .project_service_content02 .content .boxlist .left h1 {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .project_service_content02 .content .boxlist .left ul li {
        font-size: 14px;
        line-height: 36px;
    }
}

@media (max-width:1000px) {
    .project_service_content02 .content .boxlist .left {
        padding: 0 4%;
    }

    .project_service_content02 .content .boxlist .left ul {
        margin-bottom: 0px;
    }
}

@media (max-width:760px) {
    .project_service_content02 .content .boxlist {
        flex-wrap: wrap;
    }

    .project_service_content02 .content .boxlist .left {
        width: 100%;
        padding: 40px 20px;
    }

    .project_service_content02 .content .boxlist .right {
        width: 100%;
    }
}

@media (max-width:550px) {
    .project_service_content02 .content .boxlist .left h1 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .project_service_content02 .content .boxlist .left ul li {
        font-size: 12px;
        line-height: 30px;
    }

    .project_service_content02 .content .boxlist .left ul li::after {
        width: 6px;
        height: 6px;
    }
}

/* 鍞悗鐜妭 */
.project_service_content03 {
    padding: 120px 0 150px;
}

.project_service_content03 .content {
    width: 100%;
    margin: 0 auto;
}

.project_service_content03 .content .boxlist {
    width: 100%;
}

.project_service_content03 .content .boxlist .top {
    margin-bottom: 50px;
}

.project_service_content03 .content .boxlist .top h1 {
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
}

.project_service_content03 .content .boxlist .bottom {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.project_service_content03 .content .boxlist .bottom .left {
    position: absolute;
    width: 59.378%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.project_service_content03 .content .boxlist .bottom .left .swiper {
    width: 100%;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide {
    width: 100%;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list {
    width: 100%;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 77.77%;
    position: relative;
    overflow: hidden;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_txt {
    padding: 0 30px;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_txt p {
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    font-weight: lighter;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-button-next {
    display: none;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-button-prev {
    display: none;
}

.project_service_content03 .content .boxlist .bottom .left .swiper .swiper-pagination {
    display: none;
}

.project_service_content03 .content .boxlist .bottom .right {
    width: 50%;
    background-color: #1f85ff;
    padding: 10% 9% 10% 15%;
}

.project_service_content03 .content .boxlist .bottom .right ul {
    width: 100%;
    margin-bottom: 0;
}

.project_service_content03 .content .boxlist .bottom .right ul li {
    display: flex;
    margin-bottom: 20px;
}

.project_service_content03 .content .boxlist .bottom .right ul li span {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
}

.project_service_content03 .content .boxlist .bottom .right ul li p {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

@media (max-width:1600px) {
    .project_service_content03 .content .boxlist .bottom .right ul li p {
        font-size: 18px;
    }

    .project_service_content03 .content .boxlist .bottom .right {
        padding: 8% 7% 8% 12%;
    }

    .project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_txt {
        padding: 0px 20px;
    }
}

@media (max-width:1200px) {
    .project_service_content03 .content .boxlist .bottom .right ul li p {
        font-size: 16px;
    }

    .project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_txt p {
        font-size: 14px;
        line-height: 30px;
    }

    .project_service_content03 .content .boxlist .bottom .right ul li {
        margin-bottom: 15px;
    }

    .project_service_content03 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .project_service_content03 .content .boxlist .top h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .project_service_content03 {
        padding: 80px 0 100px;
    }
}

@media (max-width:1000px) {
    .project_service_content03 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .project_service_content03 .content .boxlist .bottom .left {
        position: inherit;
        width: 100%;
        left: 0;
        top: 0%;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        margin-bottom: 40px;
    }

    .project_service_content03 .content .boxlist .bottom .right {
        width: 100%;
    }
}

@media (max-width:760px) {
    .project_service_content03 .content .boxlist .bottom .right ul li span {
        font-size: 16px;
    }

    .project_service_content03 .content .boxlist .bottom .right ul li p {
        font-size: 14px;
    }
}

@media (max-width:550px) {
    .project_service_content03 .content .boxlist .top h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .project_service_content03 .content .boxlist .bottom .left .swiper .swiper-slide .list .list_txt p {
        font-size: 12px;
    }

    .project_service_content03 .content .boxlist .bottom .right {
        padding: 6%;
    }

    .project_service_content03 .content .boxlist .bottom .right ul li {
        margin-bottom: 10px;
    }

    .project_service_content03 .content .boxlist .bottom .right ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .project_service_content03 .content .boxlist .bottom .right ul li span {
        font-size: 14px;
        line-height: 24px;
    }

    .project_service_content03 {
        padding: 50px 0 80px;
    }
}

/* 宸ョ▼椤圭洰妗堜緥 */
.project_case {
    padding: 80px 0 160px;
}

.project_case .content {
    width: 83.3%;
    margin: 0 auto;
}

.project_case .content .boxlist {
    width: 100%;
}

.project_case .content .boxlist .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.project_case .content .boxlist .list:nth-child(odd) .list_img {
    order: 1;
}

.project_case .content .boxlist .list:nth-child(even) .list_img {
    order: 2;
}

.project_case .content .boxlist .list:nth-child(odd) .list_txt {
    order: 2;
}

.project_case .content .boxlist .list:nth-child(even) .list_txt {
    order: 1;
}

.project_case .content .boxlist .list .list_img {
    width: 50%;
}

.project_case .content .boxlist .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 37.5%;
    overflow: hidden;
}

.project_case .content .boxlist .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project_case .content .boxlist .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.project_case .content .boxlist .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.project_case .content .boxlist .list .list_txt {
    width: 50%;
    padding: 0 6%;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.project_case .content .boxlist .list .list_txt h1 {
    width: 100%;
    font-size: 20px;
    line-height: 48px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: normal;
    margin-bottom: 30px;
}

.project_case .content .boxlist .list .list_txt h1 a {
    color: #000000;
}

.project_case .content .boxlist .list .list_txt .info {
    width: 100%;
    margin-bottom: 0;
}

.project_case .content .boxlist .list .list_txt .info p {
    font-size: 18px;
    line-height: 48px;
    height: 96px;
    color: #666666;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.project_case .content .list_other {
    text-align: center;
}

.project_case .content .list_other span {
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.project_case .content .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 14px;
    height: 10px;
    background: url(../images/product_list_icon02.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.project_case .content .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

.project_case .content .boxlist .list:hover .list_txt {
    background-color: #fff;
    box-shadow: 1px 1px 21px 4px rgba(102, 102, 102, .15);
}

@media (max-width:1600px) {
    .project_case .content .boxlist .list .list_txt .info p {
        line-height: 40px;
        height: 80px;
    }

    .project_case .content .boxlist .list .list_txt h1 {
        margin-bottom: 20px;
    }
}

@media (max-width:1200px) {
    .project_case .content .boxlist .list .list_txt {
        padding: 0 3%;
    }

    .project_case .content .boxlist .list .list_txt h1 {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .project_case .content .boxlist .list .list_txt .info p {
        line-height: 30px;
        height: 60px;
        font-size: 15px;
    }

    .project_case .content .boxlist .list {
        margin-bottom: 40px;
    }

    .project_case .content {
        width: 95%;
    }

    .project_case {
        padding: 60px 0 120px;
    }
}

@media (max-width:760px) {
    .project_case .content .boxlist .list {
        flex-wrap: wrap;
    }

    .project_case .content .boxlist .list .list_img {
        width: 100%;
        order: 1 !important;
    }

    .project_case .content .boxlist .list .list_txt {
        width: 100%;
        order: 2 !important;
        padding: 30px 20px;
    }
}

@media (max-width:550px) {
    .project_case .content .boxlist .list .list_txt {
        padding: 15px 10px;
    }

    .project_case .content .boxlist .list .list_txt h1 {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .project_case .content .boxlist .list .list_txt .info p {
        line-height: 24px;
        height: 48px;
        font-size: 12px;
    }

    .project_case .content .boxlist .list {
        margin-bottom: 20px;
    }

    .project_case {
        padding: 40px 0 80px;
    }

    .project_case .content .list_other span {
        font-size: 12px;
    }
}

/* 鍏徃瀹炲姏-鍏徃浠嬬粛 */
.abpur01 {
    padding: 100px 0 120px;
}

.abpur01 .content {
    width: 83.3%;
    margin: 0 auto;
}

.abpur01 .content .boxlist {
    display: flex;
    justify-content: space-between;
}

.abpur01 .content .boxlist .left {
    width: 21.875%;
}

.abpur01 .content .boxlist .left h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
    margin: 0;
    position: relative;
}

.abpur01 .content .boxlist .left h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
}

.abpur01 .content .boxlist .right {
    width: 78.125%;
}

.abpur01 .content .boxlist .right .info {
    width: 100%;
    margin: auto 0 auto auto;
    margin-bottom: 60px;
}

.abpur01 .content .boxlist .right .info p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
    color: #666666;
}

.abpur01 .content .boxlist .right .img {
    width: 100%;
    overflow: hidden;
}

.abpur01 .content .boxlist .right .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.abpur01 .content .boxlist .right .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width:1200px) {
    .abpur01 .content {
        width: 95%;
    }

    .abpur01 .content .boxlist .left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .abpur01 .content .boxlist .right .info p {
        font-size: 14px;
        line-height: 30px;
    }

    .abpur01 {
        padding: 70px 0 90px;
    }
}

@media (max-width:760px) {
    .abpur01 .content .boxlist .left h1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .abpur01 .content .boxlist .right .info p {
        font-size: 12px;
        line-height: 24px;
    }

    .abpur01 .content .boxlist {
        flex-wrap: wrap;
    }

    .abpur01 .content .boxlist .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .abpur01 .content .boxlist .right {
        width: 100%;
    }

    .abpur01 .content .boxlist .right .info {
        width: 100%;
        margin-bottom: 40px;
    }

    .abpur01 .content .boxlist .left h1::after {
        width: 30px;
        height: 1px;
    }
}

@media (max-width:550px) {
    .abpur01 {
        padding: 50px 0 60px;
    }

    .abpur01 .content .boxlist .left {
        margin-bottom: 30px;
    }
}

/* 鍏徃瀹炲姏-鏍稿績浠峰€艰 */
.abpur02 {
    padding: 180px 0 240px;
    background: url(../images/about02_background.jpg) no-repeat;
    background-size: cover !important;
}

.abpur02 .content {
    width: 83.3%;
    margin: 0 auto;
}

.abpur02 .content .boxlist {
    width: 100%;
}

.abpur02 .content .boxlist .theme {
    width: 54%;
    margin: 0 auto;
}

.abpur02 .content .boxlist .theme h1 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.abpur02 .content .boxlist .theme h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.abpur02 .content .boxlist .theme .info {
    width: 100%;
}

.abpur02 .content .boxlist .theme .info p {
    font-size: 22px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width:1800px) {
    .abpur02 .content .boxlist .theme {
        width: 70%;
    }
}

@media (max-width:1200px) {
    .abpur02 .content .boxlist .theme h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .abpur02 {
        padding: 120px 0 180px;
    }

    .abpur02 .content .boxlist .theme .info p {
        font-size: 18px;
        line-height: 34px;
    }

    .abpur02 .content {
        width: 95%;
    }

    .abpur02 .content .boxlist .theme {
        width: 80%;
    }
}

@media (max-width:760px) {
    .abpur02 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .abpur02 {
        padding: 60px 0 120px;
    }

    .abpur02 .content .boxlist .theme .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .abpur02 .content .boxlist .theme {
        width: 100%;
    }

    .abpur02 .content .boxlist .theme h1::after {
        width: 30px;
        height: 1px;
    }
}

/* 鍏徃瀹炲姏-浼佷笟绮剧 */
.abpur03 {
    padding: 120px 0;
}

.abpur03 .content {
    width: 83.3%;
    margin: 0 auto;
}

.abpur03 .content .boxlist {
    width: 100%;
}

.abpur03 .content .boxlist .theme {
    width: 100%;
    margin-bottom: 80px;
}

.abpur03 .content .boxlist .theme h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.abpur03 .content .boxlist .theme h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.abpur03 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
}

.abpur03 .content .boxlist .bottom .list {
    width: 22.5%;
    padding: 5% 4%;
    background-color: #ffffff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    cursor: pointer;
}

.abpur03 .content .boxlist .bottom .list .img {
    width: 40%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #aaaaaa;
    margin: 0 auto;
    margin-bottom: 40px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.abpur03 .content .boxlist .bottom .list .img img {
    width: 100%;
    filter: contrast(0%) opacity(.8);
    -webkit-filter: contrast(0%) opacity(.8);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.abpur03 .content .boxlist .bottom .list h1 {
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}

.abpur03 .content .boxlist .bottom .list p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: lighter;
}

.abpur03 .content .boxlist .bottom .list:hover {
    box-shadow: 3px 3px 21px 4px rgba(102, 102, 102, .15);
}

.abpur03 .content .boxlist .bottom .list:hover .img img {
    filter: contrast(100%) opacity(1);
    -webkit-filter: contrast(100%) opacity(1);
}

.abpur03 .content .boxlist .bottom .list:hover .img {
    border: 1px solid #1f85ff;
}

@media (max-width:1600px) {
    .abpur03 .content .boxlist .bottom .list h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .abpur03 .content .boxlist .bottom .list p {
        font-size: 14px;
    }
}

@media (max-width:1200px) {
    .abpur03 .content {
        width: 95%;
    }

    .abpur03 .content .boxlist .bottom .list {
        padding: 3% 2%;
    }

    .abpur03 .content .boxlist .theme {
        margin-bottom: 60px;
    }

    .abpur03 .content .boxlist .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .abpur03 {
        padding: 90px 0;
    }
}

@media (max-width:1000px) {
    .abpur03 .content .boxlist .bottom .list .img {
        margin-bottom: 20px;
    }

    .abpur03 .content .boxlist .bottom .list h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .abpur03 .content .boxlist .bottom .list p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 20px;
        height: 48px;
    }
}

@media (max-width:760px) {
    .abpur03 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .abpur03 .content .boxlist .bottom .list {
        width: 45%;
        margin-bottom: 30px;
    }

    .abpur03 .content .boxlist .bottom .list .img {
        width: 30%;
    }

    .abpur03 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .abpur03 .content .boxlist .theme h1::after {
        width: 30px;
        height: 1px;
    }

    .abpur03 .content .boxlist .theme {
        margin-bottom: 40px;
    }
}

@media (max-width:550px) {
    .abpur03 .content .boxlist .bottom .list .img {
        width: 40%;
    }

    .abpur03 .content .boxlist .bottom .list p {
        font-size: 12px;
    }

    .abpur03 .content .boxlist .bottom .list h1 {
        font-size: 14px;
    }

    .abpur03 {
        padding: 60px 0;
    }
}

/* 鍏徃瀹炲姏-鑽ｈ獕璧勮川 */
.about04 {
    padding-bottom: 200px;
}

.about04 .content {
    width: 83.3%;
    margin: 0 auto;
}

.about04 .content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.about04 .content .top .theme {
    display: inline-block;
}

.about04 .content .top .theme h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.about04 .content .top .theme h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
}

.about04 .content .top .more {
    display: inline-block;
    border-bottom: 1px solid #1f85ff;
}

.about04 .content .top .more a {
    display: flex;
    align-items: center;
}

.about04 .content .top .more a span {
    font-size: 16px;
    line-height: 36px;
    color: #1f85ff;
    margin-right: 20px;
}

.about04 .content .top .more a img {
    width: 9px;
    height: 16px;
}

.about04 .content .bottom .boxlist {
    display: flex;
    justify-content: space-between;
}

.about04 .content .bottom .boxlist .list {
    width: 23.75%;
}

.about04 .content .bottom .boxlist .list:nth-child(1) .list_top {
    margin-bottom: 60px;
}

.about04 .content .bottom .boxlist .list:nth-child(2) .list_bottom {
    margin-bottom: 60px;
}

.about04 .content .bottom .boxlist .list:nth-child(3) .list_top {
    margin-bottom: 60px;
}

.about04 .content .bottom .boxlist .list:nth-child(4) .list_bottom {
    margin-bottom: 60px;
}

.about04 .content .bottom .boxlist .list .list_top .list_img {
    width: 100%;
}

.about04 .content .bottom .boxlist .list .list_top .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 152.63%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.about04 .content .bottom .boxlist .list .list_top .list_img .img {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about04 .content .bottom .boxlist .list .list_top .list_img .img img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    cursor: pointer;
}

.about04 .content .bottom .boxlist .list .list_top .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about04 .content .bottom .boxlist .list .list_top .list_txt a {
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.about04 .content .bottom .boxlist .list .list_bottom .list_img {
    width: 100%;
}

.about04 .content .bottom .boxlist .list .list_bottom .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 76.31%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.about04 .content .bottom .boxlist .list .list_bottom .list_img .img {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about04 .content .bottom .boxlist .list .list_bottom .list_img .img img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    cursor: pointer;
}

.about04 .content .bottom .boxlist .list .list_bottom .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about04 .content .bottom .boxlist .list .list_bottom .list_txt a {
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width:1600px) {
    .about04 .content .top .theme h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width:1400px) {
    .about04 .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .about04 .content {
        width: 95%;
    }

    .about04 .content .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .about04 .content .bottom .boxlist .list .list_top .list_txt a {
        font-size: 16px;
    }

    .about04 .content .bottom .boxlist .list .list_bottom .list_txt a {
        font-size: 16px;
    }

    .about04 .content .bottom .boxlist .list:nth-child(1) .list_top {
        margin-bottom: 30px;
    }

    .about04 .content .bottom .boxlist .list:nth-child(2) .list_bottom {
        margin-bottom: 30px;
    }

    .about04 .content .bottom .boxlist .list:nth-child(3) .list_top {
        margin-bottom: 30px;
    }

    .about04 .content .bottom .boxlist .list:nth-child(4) .list_bottom {
        margin-bottom: 30px;
    }

    .about04 {
        padding-bottom: 150px;
    }

    .about04 .content .top {
        margin-bottom: 80px;
    }
}

@media (max-width:760px) {
    .about04 .content .bottom .boxlist {
        flex-wrap: wrap;
    }

    .about04 .content .bottom .boxlist .list {
        width: 48%;
    }

    .about04 .content .bottom .boxlist .list .list_top {
        margin-bottom: 20px;
    }

    .about04 .content .bottom .boxlist .list .list_bottom {
        margin-bottom: 20px;
    }

    .about04 .content .bottom .boxlist .list .list_top .list_txt a {
        font-size: 14px;
    }

    .about04 .content .bottom .boxlist .list .list_bottom .list_txt a {
        font-size: 14px;
    }

    .about04 {
        padding-bottom: 100px;
    }

    .about04 .content .top .theme h1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }
}

@media (max-width:550px) {
    .about04 .content .bottom .boxlist .list .list_top .list_txt a {
        font-size: 12px;
    }

    .about04 .content .bottom .boxlist .list .list_bottom .list_txt a {
        font-size: 12px;
    }

    .about04 {
        padding-bottom: 60px;
    }

    .about04 .content .top {
        margin-bottom: 40px;
    }

    .about04 .content .top .more a span {
        font-size: 12px;
        margin-right: 15px;
    }

    .about04 .content .top .more a img {
        width: 7px;
        height: 12px;
    }
}

/* 杞﹂棿瀹炴櫙 */
.about_workshop {
    padding: 100px 0 150px;
}

.about_workshop .content {
    width: 83.3%;
    margin: 0 auto;
}

.about_workshop .content .boxlist {
    width: 100%;
}

.about_workshop .content .boxlist .theme {
    margin-bottom: 50px;
}

.about_workshop .content .boxlist .theme h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    padding-bottom: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.about_workshop .content .boxlist .theme h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_workshop .content .boxlist .bottom {
    display: flex;
    flex-wrap: wrap;
}

.about_workshop .content .boxlist .bottom .list {
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
}

.about_workshop .content .boxlist .bottom .list:nth-child(3n) {
    margin-right: 0;
}

.about_workshop .content .boxlist .bottom .list a {
    width: 100%;
    display: block;
}

.about_workshop .content .boxlist .bottom .list a .list_img {
    width: 100%;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}

.about_workshop .content .boxlist .bottom .list a .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_workshop .content .boxlist .bottom .list a .list_img .img img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.about_workshop .content .boxlist .bottom .list a .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about_workshop .content .boxlist .bottom .list a .list_txt {
    width: 100%;
    padding: 10px;
}

.about_workshop .content .boxlist .bottom .list a .list_txt p {
    color: #666666;
    font-size: 18px;
    line-height: 34px;
    font-weight: lighter;
    margin-bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.about_workshop .content .boxlist .list_other {
    text-align: center;
}

.about_workshop .content .boxlist .list_other span {
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.about_workshop .content .boxlist .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 14px;
    height: 10px;
    background: url(../images/product_list_icon02.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_workshop .content .boxlist .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width:1200px) {
    .about_workshop .content .boxlist .theme h1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .about_workshop .content .boxlist .theme {
        margin-bottom: 40px;
    }

    .about_workshop .content {
        width: 95%;
    }

    .about_workshop .content .boxlist .bottom .list a .list_txt p {
        font-size: 15px;
        line-height: 30px;
    }

    .about_workshop {
        padding: 80px 0 110px;
    }
}

@media (max-width:760px) {
    .about_workshop .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .about_workshop .content .boxlist .theme {
        margin-bottom: 30px;
    }

    .about_workshop .content .boxlist .bottom {
        justify-content: space-between;
    }

    .about_workshop .content .boxlist .bottom .list {
        width: 48%;
        margin-right: 0;
    }
}

@media (max-width:550px) {
    .about_workshop .content .boxlist .bottom .list a .list_txt {
        padding: 5px 10px;
    }

    .about_workshop .content .boxlist .bottom .list a .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }

    .about_workshop {
        padding: 50px 0 80px;
    }

    .about_workshop .content .boxlist .list_other span {
        font-size: 12px;
    }

    .about_workshop .content .boxlist .list_other span::after {
        bottom: -5px;
        width: 10px;
        height: 7px;
    }
}


/* 鑽ｈ獕璧勮川 */
.honer {
    padding: 90px 0 150px;
}

.honer .content {
    width: 83.3%;
    margin: 0 auto;
}

.honer .content .boxlist {
    width: 100%;
    column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    -ms-column-count: 4;
    -moz-column-count: 4;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -o-column-gap: 30px;
    -ms-column-gap: 30px;
    -moz-column-gap: 30px;
    margin-bottom: 40px;
}

.honer .content .boxlist .list {
    /* display: none; */
    margin-bottom: 30px;
    padding-bottom: 60px;
    position: relative;
    height: auto;
    -webkit-column-break-inside: avoid;
}

.honer .content .boxlist .active {
    /* display: block; */
}

.honer .content .boxlist .opened {
    /* display: block; */
}

.honer .content .boxlist .list .list_img {
    width: 100%;
    background-color: #f0f0f0;
    padding: 10%;
}

.honer .content .boxlist .list .list_img .img {
    width: 100%;
}

.honer .content .boxlist .list .list_img .img img {
    width: 100%;
}

.honer .content .boxlist .list .list_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0;
}

.honer .content .boxlist .list .list_txt a {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.honer .content .list_other {
    text-align: center;
}

.honer .content .list_other span {
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.honer .content .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 14px;
    height: 10px;
    background: url(../images/product_list_icon02.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.honer .content .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width:1200px) {
    .honer .content {
        width: 95%;
    }

    .honer {
        padding: 60px 0 100px;
    }

    .honer .content .boxlist .list .list_txt a {
        font-size: 16px;
    }

    .honer .content .boxlist .list {
        margin-bottom: 20px;
    }

    .honer .content .boxlist {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width:760px) {
    .honer .content .boxlist {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .honer .content .boxlist .list .list_txt a {
        font-size: 14px;
    }

    .honer .content .boxlist .list {
        padding-bottom: 40px;
    }

    .honer .content .boxlist .list .list_txt {
        padding: 10px 0;
    }
}

@media (max-width:550px) {
    .honer .content .list_other span {
        font-size: 12px;
    }

    .honer .content .boxlist .list .list_txt a {
        font-size: 12px;
    }

    .honer .content .boxlist .list {
        padding-bottom: 30px;
    }

    .honer .content .boxlist .list .list_txt {
        padding: 5px 0;
    }

    .honer {
        padding: 40px 0 80px;
    }

    .honer .content .boxlist {
        margin-bottom: 20px;
    }
}

/* 鍘熸潗鏂欐帶鍒 */
.raw_materials01 {
    padding-top: 100px;
}

.raw_materials01 .content {
    width: 83.3%;
    margin: 0 auto;
}

.raw_materials01 .content .boxlist {
    width: 100%;
}

.raw_materials01 .content .boxlist .theme {
    margin-bottom: 40px;
}

.raw_materials01 .content .boxlist .theme h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #1f85ff;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials01 .content .boxlist .theme p {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials01 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
}

.raw_materials01 .content .boxlist .bottom .left {
    width: 68.75%;
}

.raw_materials01 .content .boxlist .bottom .left .swiper {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 54.54%;
    position: relative;
    overflow: hidden;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    padding: 5px 10px;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-next {
    right: 4%;
    width: 48px;
    height: 48px;
    opacity: .4;
    background: url(../images/raw_materials01_right_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-next:hover {
    opacity: 1;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-next::after {
    display: none;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-prev {
    left: 4%;
    width: 48px;
    height: 48px;
    opacity: .4;
    background: url(../images/raw_materials01_left_icon01.png) no-repeat;
    background-size: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-prev:hover {
    opacity: 1;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-prev::after {
    display: none;
}

.raw_materials01 .content .boxlist .bottom .left .swiper .swiper-pagination {
    display: none;
}

.raw_materials01 .content .boxlist .bottom .right {
    width: 27.5%;
}

.raw_materials01 .content .boxlist .bottom .right .swiper {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 122.72%;
    position: relative;
    overflow: hidden;
    margin-bottom: 11%;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    padding: 5px 10px;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-button-prev {
    display: none;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-button-next {
    display: none;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-pagination {
    left: 4%;
    bottom: 50px;
    text-align: left;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #aaaaaa;
    opacity: 1;
}

.raw_materials01 .content .boxlist .bottom .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1f85ff;
}

@media (max-width:1200px) {
    .raw_materials01 {
        padding-top: 70px;
    }

    .raw_materials01 .content {
        width: 95%;
    }

    .raw_materials01 .content .boxlist .theme {
        margin-bottom: 30px;
    }

    .raw_materials01 .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .raw_materials01 .content .boxlist .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 14px;
        line-height: 30px;
    }

    .raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 15px;
        line-height: 30px;
    }

    .raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .raw_materials01 .content .boxlist .bottom .left .swiper .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .raw_materials01 .content .boxlist .bottom .right .swiper .swiper-pagination {
        bottom: 45px;
    }
}

@media (max-width:760px) {
    .raw_materials01 {
        padding-top: 50px;
    }

    .raw_materials01 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .raw_materials01 .content .boxlist .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials01 .content .boxlist .theme {
        margin-bottom: 20px;
    }

    .raw_materials01 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .raw_materials01 .content .boxlist .bottom .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .raw_materials01 .content .boxlist .bottom .right {
        width: 50%;
        margin: 0 auto;
    }

    .raw_materials01 .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials01 .content .boxlist .bottom .right .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media (max-width:550px) {
    .raw_materials01 .content .boxlist .bottom .left {
        margin-bottom: 20px;
    }

    .raw_materials01 .content .boxlist .bottom .right {
        width: 45%;
    }
    .raw_materials01 .content .boxlist .bottom .right .swiper .swiper-pagination {
        bottom: 35px;
    }
}

/* 鐢熶骇杩囩▼6S绠＄悊 */
.raw_materials02 {
    padding-top: 100px;
}

.raw_materials02 .content {
    width: 100%;
    margin: 0 auto;
}

.raw_materials02 .content .boxlist {
    width: 100%;
}

.raw_materials02 .content .boxlist .theme {
    margin-bottom: 40px;
}

.raw_materials02 .content .boxlist .theme h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #1f85ff;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials02 .content .boxlist .theme p {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    padding: 0 10px;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials02 .content .boxlist .bottom {
    width: 100%;
}

.raw_materials02 .content .boxlist .bottom .swiper {
    width: 100%;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
    margin-bottom: 40px;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 77.77%;
    position: relative;
    overflow: hidden;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    padding: 5px 10px;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next {
    top: auto;
    left: auto;
    right: 46%;
    bottom: 0%;
    width: 30px;
    height: 30px;
    border: 1px solid #1f85ff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    z-index: 10;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next:hover {
    background-color: #1f85ff;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next::after {
    font-size: 16px;
    color: #1f85ff;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next:hover:after {
    color: #ffffff;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev {
    top: auto;
    right: auto;
    left: 46%;
    bottom: 0%;
    width: 30px;
    height: 30px;
    border: 1px solid #1f85ff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 10;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev:hover {
    background-color: #1f85ff;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev::after {
    font-size: 16px;
    color: #1f85ff;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev:hover:after {
    color: #ffffff;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-pagination {
    z-index: 8;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #aaaaaa;
    opacity: 1;
}

.raw_materials02 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1f85ff;
}

@media (max-width:1600px) {
    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next {
        right: 44%;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev {
        left: 44%;
    }
}

@media (max-width:1200px) {
    .raw_materials02 {
        padding-top: 70px;
    }

    .raw_materials02 .content .boxlist .theme {
        margin-bottom: 30px;
    }

    .raw_materials02 .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .raw_materials02 .content .boxlist .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 15px;
        line-height: 30px;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next {
        right: 42%;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev {
        left: 42%;
    }
}

@media (max-width:760px) {
    .raw_materials02 {
        padding-top: 50px;
    }

    .raw_materials02 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .raw_materials02 .content .boxlist .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials02 .content .boxlist .theme {
        margin-bottom: 20px;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next {
        right: 40%;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev {
        left: 40%;
    }
}

@media (max-width:550px) {
    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-next {
        right: 36%;
    }

    .raw_materials02 .content .boxlist .bottom .swiper .swiper-button-prev {
        left: 36%;
    }
}

/* 闆堕儴浠堕噰璐川妫€鍏ュ簱绠＄悊 */
.raw_materials03 {
    padding-top: 100px;
}

.raw_materials03 .content {
    width: 83.3%;
    margin: 0 auto;
}

.raw_materials03 .content .boxlist {
    width: 100%;
}

.raw_materials03 .content .boxlist .theme {
    margin-bottom: 40px;
}

.raw_materials03 .content .boxlist .theme h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #1f85ff;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials03 .content .boxlist .theme p {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    padding: 0 10px;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials03 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.raw_materials03 .content .boxlist .bottom .list {
    width: 48.75%;
    margin-bottom: 30px;
}

.raw_materials03 .content .boxlist .bottom .list .list_img {
    width: 100%;
    padding-bottom: 51.28%;
    position: relative;
    overflow: hidden;
}

.raw_materials03 .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw_materials03 .content .boxlist .bottom .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.raw_materials03 .content .boxlist .bottom .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.raw_materials03 .content .boxlist .bottom .list .list_txt {
    width: 100%;
    padding: 5px 10px;
}

.raw_materials03 .content .boxlist .bottom .list .list_txt p {
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width:1200px) {
    .raw_materials03 {
        padding-top: 70px;
    }

    .raw_materials03 .content {
        width: 95%;
    }

    .raw_materials03 .content .boxlist .theme {
        margin-bottom: 30px;
    }

    .raw_materials03 .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .raw_materials03 .content .boxlist .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .raw_materials03 .content .boxlist .bottom .list .list_txt p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width:760px) {
    .raw_materials03 {
        padding-top: 50px;
    }

    .raw_materials03 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .raw_materials03 .content .boxlist .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials03 .content .boxlist .theme {
        margin-bottom: 20px;
    }

    .raw_materials03 .content .boxlist .bottom .list .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials03 .content .boxlist .bottom .list {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 鍑哄巶妫€楠屾帶鍒 */
.raw_materials04 {
    padding: 80px 0 160px;
}

.raw_materials04 .content {
    width: 83.3%;
    margin: 0 auto;
}

.raw_materials04 .content .boxlist {
    width: 100%;
}

.raw_materials04 .content .boxlist .theme {
    margin-bottom: 40px;
}

.raw_materials04 .content .boxlist .theme h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #1f85ff;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials04 .content .boxlist .theme p {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    padding: 0 10px;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials04 .content .boxlist .bottom {
    width: 100%;
}

.raw_materials04 .content .boxlist .bottom .swiper {
    width: 100%;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 77.77%;
    position: relative;
    overflow: hidden;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1f85ff;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-button-next {
    display: none;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-button-prev {
    display: none;
}

.raw_materials04 .content .boxlist .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width:1200px) {
    .raw_materials04 {
        padding: 50px 0 120px;
    }

    .raw_materials04 .content {
        width: 95%;
    }

    .raw_materials04 .content .boxlist .theme {
        margin-bottom: 30px;
    }

    .raw_materials04 .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .raw_materials04 .content .boxlist .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        padding: 10px 10px;
    }

    .raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width:760px) {
    .raw_materials04 {
        padding: 30px 0 80px;
    }

    .raw_materials04 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .raw_materials04 .content .boxlist .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials04 .content .boxlist .theme {
        margin-bottom: 20px;
    }

    .raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        padding: 5px 10px;
    }

    .raw_materials04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }
}

/* 鎵撳寘鍙戣揣 */
.raw_materials05 {
    padding-bottom: 180px;
}

.raw_materials05 .content {
    width: 83.3%;
    margin: 0 auto;
}

.raw_materials05 .content .boxlist {
    width: 100%;
}

.raw_materials05 .content .boxlist .theme {
    margin-bottom: 40px;
}

.raw_materials05 .content .boxlist .theme h1 {
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #1f85ff;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials05 .content .boxlist .theme p {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    padding: 0 10px;
    margin-bottom: 0px;
    text-align: center;
}

.raw_materials05 .content .boxlist .bottom {
    width: 100%;
}

.raw_materials05 .content .boxlist .bottom .swiper {
    width: 100%;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 43.75%;
    position: relative;
    overflow: hidden;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-button-next {
    display: none;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-button-prev {
    display: none;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-pagination {}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #dcdcdc;
    opacity: 1;
}

.raw_materials05 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1f85ff;
}

@media (max-width:1200px) {
    .raw_materials05 {
        padding-bottom: 120px;
    }

    .raw_materials05 .content {
        width: 95%;
    }

    .raw_materials05 .content .boxlist .theme {
        margin-bottom: 30px;
    }

    .raw_materials05 .content .boxlist .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .raw_materials05 .content .boxlist .theme p {
        font-size: 13px;
        line-height: 30px;
    }
}

@media (max-width:760px) {
    .raw_materials05 {
        padding-bottom: 80px;
    }

    .raw_materials05 .content .boxlist .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .raw_materials05 .content .boxlist .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .raw_materials05 .content .boxlist .theme {
        margin-bottom: 20px;
    }
}

/* 鍝佽川鎺у埗 */
.raw_materials01.quality_control01 .content .boxlist .theme h1 {
    color: #000000;
}

.raw_materials02.quality_control02 .content .boxlist .theme h1 {
    color: #000000;
}

.raw_materials03.quality_control03 .content .boxlist .theme h1 {
    color: #000000;
}

.raw_materials04.quality_control04 .content .boxlist .theme h1 {
    color: #000000;
}

.raw_materials05.quality_control05 .content .boxlist .theme h1 {
    color: #000000;
}


/* 鑱旂郴鏂瑰紡 */
/* 骞夸笢鐟炵惇鍖呰鏈烘鏈夐檺鍏徃 */
.contact01 {
    padding: 100px 0;
}

.contact01 .content {
    width: 83.3%;
    margin: 0 auto;
}

.contact01 .content .boxlist {
    width: 100%;
}

.contact01 .content .boxlist .top {
    margin-bottom: 80px;
}

.contact01 .content .boxlist .top h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
}

.contact01 .content .boxlist .top h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #1f85ff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.contact01 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
}

.contact01 .content .boxlist .bottom .address {
    width: 32.5%;
}

.contact01 .content .boxlist .bottom .address .theme {
    margin-bottom: 30px;
}

.contact01 .content .boxlist .bottom .address .theme h1 {
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0;
    line-height: 34px;
}

.contact01 .content .boxlist .bottom .address .theme p {
    font-size: 16px;
    color: #999999;
    margin-bottom: 0;
    line-height: 34px;
    text-transform: capitalize;
}

.contact01 .content .boxlist .bottom .address .one {
    padding: 0 40px;
    border-bottom: 1px solid #999999;
    margin-bottom: 40px;
}

.contact01 .content .boxlist .bottom .address .one p {
    color: #000000;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.contact01 .content .boxlist .bottom .address .one p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    bottom: auto;
    right: auto;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.contact01 .content .boxlist .bottom .address .one:nth-child(2) p::before {
    background: url(../images/contact01_icon03.png) no-repeat;
    background-size: cover !important;
}

.contact01 .content .boxlist .bottom .address .one:nth-child(3) p::before {
    background: url(../images/contact01_icon02.png) no-repeat;
    background-size: cover !important;
}

.contact01 .content .boxlist .bottom .address .one:nth-child(4) p::before {
    background: url(../images/contact01_icon04.png) no-repeat;
    background-size: cover !important;
}

.contact01 .content .boxlist .bottom .address .one:nth-child(5) p::before {
    background: url(../images/contact01_icon01.png) no-repeat;
    background-size: cover !important;
}

.contact01 .content .boxlist .bottom .address .one h1 {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 20px;
}

.contact01 .content .boxlist .bottom .address .one h1 a {
    color: #999999;
    margin-right: 30px;
}

.contact01 .content .boxlist .bottom .gaode {
    width: 56.25%;
}

.contact01 .content .boxlist .bottom .gaode .gaode_map {
    width: 100%;
    position: relative;
    padding-bottom: 64%;
}

@media (max-width:1600px) {
    .contact01 .content .boxlist .bottom .address .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .contact01 .content .boxlist .bottom .address .theme p {
        font-size: 15px;
        line-height: 30px;
    }

    .contact01 .content .boxlist .bottom .address .theme {
        margin-bottom: 20px;
    }

    .contact01 .content .boxlist .bottom .address .one {
        margin-bottom: 30px;
    }

    .contact01 .content .boxlist .bottom .address .one p {
        font-size: 18px;
    }

    .contact01 .content .boxlist .bottom .gaode {
        width: 62.25%;
    }

    .contact01 .content .boxlist .bottom .address .one h1 a {
        margin-right: 20px;
    }
}

@media (max-width:1400px) {
    .contact01 .content .boxlist .bottom .address .one p {
        font-size: 16px;
    }

    .contact01 .content .boxlist .bottom .address .one h1 {
        font-size: 15px;
    }

    .contact01 .content .boxlist .bottom .address .theme h1 {
        font-size: 20px;
    }

}

@media (max-width:1200px) {
    .contact01 .content {
        width: 95%;
    }

    .contact01 .content .boxlist .top h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .contact01 .content .boxlist .top {
        margin-bottom: 60px;
    }

    .contact01 .content .boxlist .bottom .address .theme h1 {
        font-size: 18px;
    }

    .contact01 .content .boxlist .bottom .address .theme p {
        font-size: 13px;
        line-height: 24px;
    }

    .contact01 .content .boxlist .bottom .address .one p::before {
        width: 22px;
        height: 22px;
    }

    .contact01 .content .boxlist .bottom .address .one h1 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .contact01 .content .boxlist .bottom .address .one p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contact01 .content .boxlist .bottom .address .one {
        margin-bottom: 20px;
    }

    .contact01 {
        padding: 70px 0;
    }
}

@media (max-width:1000px) {
    .contact01 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .contact01 .content .boxlist .bottom .address {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact01 .content .boxlist .bottom .gaode {
        width: 100%;
    }
}

@media (max-width:550px) {
    .contact01 {
        padding: 50px 0;
    }

    .contact01 .content .boxlist .top h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .contact01 .content .boxlist .top h1::after {
        width: 30px;
        height: 1px;
    }

    .contact01 .content .boxlist .top {
        margin-bottom: 40px;
    }

    .contact01 .content .boxlist .bottom .address .theme h1 {
        font-size: 16px;
    }

    .contact01 .content .boxlist .bottom .address .theme p {
        font-size: 12px;
    }

    .contact01 .content .boxlist .bottom .address .one h1 {
        font-size: 12px;
    }

    .contact01 .content .boxlist .bottom .address .one p::before {
        left: -30px;
    }

    .contact01 .content .boxlist .bottom .address .one {
        padding: 0px 30px;
    }
}

/* 鐣欒█ */
.contact02 {
    background: url(../images/contact02_background.jpg) no-repeat;
    background-size: cover !important;
    padding: 100px 0;
}

.contact02 .content {
    width: 83.3%;
    margin: 0 auto;
    display: flex;
}

.contact02 .content .theme {
    width: 33.75%;
    margin-bottom: 40px;
}

.contact02 .content .theme h1 {
    color: #333333;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
    font-weight: normal;
}

.contact02 .content .theme p {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 0;
}

.contact02 .content .bottom {
    width: 66.25%;
}

.contact02 .content .bottom .boxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact02 .content .bottom .boxlist .one {
    width: 49.3%;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.contact02 .content .bottom .boxlist .one input {
    width: 100%;
    padding: 20px;
    border: 1px solid #cacaca;
    outline: none;
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact02 .content .bottom .boxlist .one input::placeholder {
    color: #999999;
    font-size: 14px;
}

.contact02 .content .bottom .boxlist .two {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.contact02 .content .bottom .boxlist .two textarea {
    width: 100%;
    height: 260px;
    padding: 20px;
    border: 1px solid #cacaca;
    outline: none;
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.contact02 .content .bottom .boxlist .two textarea::placeholder {
    color: #999999;
    font-size: 14px;
}

.contact02 .content .bottom .boxlist .more {
    text-align: left;
}

.contact02 .content .bottom .boxlist .more a {
    display: inline-block;
    width: 180px;
    height: 46px;
    background-color: #1f85ff;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1200px) {
    .contact02 .content .theme h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact02 .content .theme p {
        font-size: 14px;
    }

    .contact02 .content .theme {
        margin-bottom: 30px;
    }

    .contact02 .content {
        width: 95%;
        flex-wrap: wrap;
    }

    .contact02 {
        padding: 80px 0;
    }

    .contact02 .content .bottom .boxlist .more a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .contact02 .content .bottom .boxlist .one input {
        padding: 15px;
    }

    .contact02 .content .bottom .boxlist .two textarea {
        height: 150px;
        padding: 15px;
    }
}

@media (max-width:1000px) {
    .contact02 .content {
        flex-wrap: wrap;
    }

    .contact02 .content .theme {
        width: 100%;
        margin-bottom: 40px;
    }

    .contact02 .content .bottom {
        width: 100%;
    }
}

@media (max-width:550px) {
    .contact02 .content .theme {
        margin-bottom: 20px;
    }

    .contact02 .content .theme h1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .contact02 .content .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .contact02 .content .bottom .boxlist .one input {
        padding: 10px;
    }

    .contact02 .content .bottom .boxlist .two textarea {
        height: 120px;
        padding: 10px;
    }

    .contact02 .content .bottom .boxlist .one {
        width: 100%;
    }

    .contact02 .content .bottom .boxlist .one input::placeholder {
        font-size: 12px;
    }

    .contact02 .content .bottom .boxlist .two textarea::placeholder {
        font-size: 12px;
    }

    .contact02 .content .bottom .boxlist .more a {
        width: 110px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }

    .contact02 {
        padding: 60px 0;
    }
}

/* 瑙嗛涓績 */
.video_center {
    padding: 120px 0 140px;
}

.video_center .content {
    width: 83.3%;
    margin: 0 auto;
}

.video_center .content .boxlist {
    width: 100%;
}

.video_center .content .boxlist .top {
    margin-bottom: 100px;
}

.video_center .content .boxlist .top .theme h1 {
    font-size: 26px;
    line-height: 50px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0;
}

.video_center .content .boxlist .top .top_bottom {
    display: flex;
    justify-content: space-between;
}

.video_center .content .boxlist .top .top_bottom .left {
    width: 75%;
}

.video_center .content .boxlist .top .top_bottom .left .content_box {
    width: 100%;
    display: none;
}

.video_center .content .boxlist .top .top_bottom .left .content_box.active {
    display: block;
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list {
    width: 100%;
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 54.5%;
    overflow: hidden;
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .list_img .img img {
    width: 100%;
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .list_img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .list_img .play img {
    width: 100%;
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .list_img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
}

.video_center .content .boxlist .top .top_bottom .left .content_box .list .video {
    display: none;
}

.video_center .content .boxlist .top .top_bottom .right {
    width: 23.75%;
    position: relative;
    padding: 7% 2% 4% 2%;
    background-color: #f8f8f8;
    margin-top: 50px;
}

.video_center .content .boxlist .top .top_bottom .right h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 0;
    color: #226cc5;
    text-align: center;
    background: linear-gradient(90deg, rgba(31, 133, 255, .3), rgba(31, 133, 255, 0));
    padding: 15px 0;
}

.video_center .content .boxlist .top .top_bottom .right ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-left: 1px dashed #d2d2d2;
    padding-left: 30px;
}

.video_center .content .boxlist .top .top_bottom .right ul li {
    font-size: 18px;
    margin-bottom: 0;
    height: 20%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.video_center .content .boxlist .top .top_bottom .right ul .active span {
    color: #1f85ff;
}

.video_center .content .boxlist .top .top_bottom .right ul li span {
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video_center .content .boxlist .top .top_bottom .right ul li::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url(../images/video_center_icon01.png) no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video_center .content .boxlist .top .top_bottom .right ul li:first-child {
    border-top: 1px solid #e5e5e5;
}

.video_center .content .boxlist .bottom {
    display: flex;
    flex-wrap: wrap;
}

.video_center .content .boxlist .bottom .list {
    width: 31.5%;
    padding: 10px;
    background-color: #f8f8f8;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
}

.video_center .content .boxlist .bottom .list:nth-child(3n) {
    margin-right: 0;
}

.video_center .content .boxlist .bottom .list .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 54.5%;
    overflow: hidden;
}

.video_center .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_center .content .boxlist .bottom .list .list_img .img img {
    width: 100%;
}

.video_center .content .boxlist .bottom .list .list_img .play {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.video_center .content .boxlist .bottom .list .list_img .play img {
    width: 100%;
}

.video_center .content .boxlist .bottom .list .list_img .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.video_center .content .boxlist .bottom .list .list_txt {
    padding: 10px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_center .content .boxlist .bottom .list .list_txt p {
    color: #333333;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.video_center .content .boxlist .bottom .list .video {
    width: 100%;
    display: none;
}

.video_center .content .boxlist .bottom .list .video video {
    width: 100%;
}

.video_center .content .boxlist .bottom .list .video video source {
    width: 100%;
}

.video_center .content .boxlist .bottom .list .list_img:hover .play {
    opacity: 1;
}

.video_center .content .boxlist .bottom .list .list_img:hover .mask {
    opacity: 1;
}

.video_center .content .boxlist .bottom .list:hover .list_txt p {
    color: #1f85ff;
}

.video_center .content .boxlist .list_other {
    text-align: center;
}

.video_center .content .boxlist .list_other span {
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.video_center .content .boxlist .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 14px;
    height: 10px;
    background: url(../images/product_list_icon02.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.video_center .content .boxlist .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width:1600px) {
    .video_center .content .boxlist .top .top_bottom .right h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .video_center .content .boxlist .top .top_bottom .right ul li {
        font-size: 16px;
    }

    .video_center .content .boxlist .bottom .list .list_txt p {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width:1200px) {
    .video_center .content {
        width: 95%;
    }

    .video_center {
        padding: 80px 0 100px;
    }

    .video_center .content .boxlist .top .theme h1 {
        font-size: 20px;
    }

    .video_center .content .boxlist .top .top_bottom .right h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .video_center .content .boxlist .top .top_bottom .right ul li {
        font-size: 14px;
    }

    .video_center .content .boxlist .top {
        margin-bottom: 60px;
    }

    .video_center .content .boxlist .bottom .list .list_txt {
        padding: 15px 10px;
    }

    .video_center .content .boxlist .bottom .list .list_txt p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:1000px) {
    .video_center .content .boxlist .top .top_bottom {
        flex-wrap: wrap;
    }

    .video_center .content .boxlist .top .top_bottom .left {
        width: 100%;
    }

    .video_center .content .boxlist .top .top_bottom .right {
        width: 100%;
        padding: 80px 4% 40px 4%;
    }

    .video_center .content .boxlist .top .top_bottom .right ul li {
        height: 50px;
    }

    .video_center .content .boxlist .top .top_bottom .right ul li::after {
        display: none;
    }
}

@media (max-width:760px) {
    .video_center .content .boxlist .bottom {
        justify-content: space-between;
    }

    .video_center .content .boxlist .bottom .list {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .video_center .content .boxlist .bottom .list .list_txt p {
        font-size: 14px;
    }

    .video_center .content .boxlist .bottom .list .list_txt {
        padding: 9px 10px;
    }
}

@media (max-width:550px) {
    .video_center .content .boxlist .top .top_bottom .right {
        padding: 60px 4% 30px 4%;
    }

    .video_center .content .boxlist .top .top_bottom .right ul li {
        height: 40px;
    }

    .video_center .content .boxlist .top .top_bottom .right ul {
        border-left: none;
        padding-left: 0px;
    }

    .video_center .content .boxlist .top .theme h1 {
        font-size: 16px;
    }

    .video_center .content .boxlist .top .top_bottom .right h1 {
        font-size: 14px;
        padding: 10px 0;
    }

    .video_center .content .boxlist .top .top_bottom .right ul li {
        font-size: 12px;
    }

    .video_center .content .boxlist .top {
        margin-bottom: 30px;
    }

    .video_center .content .boxlist .bottom .list .list_txt p {
        font-size: 12px;
    }

    .video_center {
        padding: 50px 0 70px;
    }

    .video_center .content .boxlist .list_other span {
        font-size: 12px;
    }
}

/* 鏂伴椈涓績 */
.news {
    padding: 60px 0 160px;
}

.news .content {
    width: 83.3%;
    margin: 0 auto;
}

.news .content .boxlist {
    width: 100%;
}

.news .content .boxlist .list {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    padding: 4%;
    transition: all .5s linear;
}

.news .content .boxlist .list .list_img {
    width: 25%;
}

.news .content .boxlist .list .list_img .img {
    width: 100%;
    padding-bottom: 61.11%;
    position: relative;
    overflow: hidden;
}

.news .content .boxlist .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .content .boxlist .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.news .content .boxlist .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .content .boxlist .list .list_txt {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .content .boxlist .list .list_txt .theme {
    width: 75%;
}

.news .content .boxlist .list .list_txt .theme h1 {
    font-weight: normal;
    line-height: 34px;
    font-size: 22px;
    margin-bottom: 30px;
}

.news .content .boxlist .list .list_txt .theme h1 a {
    color: #000000;
    transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news .content .boxlist .list .list_txt .theme p {
    color: #999999;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .content .boxlist .list .list_txt .theme .time {
    color: #333333;
    line-height: 34px;
    font-size: 16px;
    margin-bottom: 0px;
}

.news .content .boxlist .list .list_txt .more {
    margin-right: 40px;
}

.news .content .boxlist .list .list_txt .more a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .content .boxlist .list .list_txt .more a span {
    color: #666666;
    font-size: 16px;
    line-height: 34px;
    margin-right: 10px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.news .content .boxlist .list .list_txt .more a img {
    width: 9px;
    height: 16px;
    filter: brightness(0%) opacity(60%);
    -webkit-filter: brightness(0%) opacity(60%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.news .content .boxlist .list:hover .list_txt .more a span {
    color: #226cc5;
}

.news .content .boxlist .list:hover .list_txt .more a img {
    filter: brightness(100%) opacity(100%);
    -webkit-filter: brightness(100%) opacity(100%);
}

.news .content .boxlist .list:hover {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .22);
}

.news .content .boxlist .list:hover .list_txt .theme h1 a {
    color: #1f85ff;
}

.news .content .list_other {
    text-align: center;
}

.news .content .list_other span {
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.news .content .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 14px;
    height: 10px;
    background: url(../images/product_list_icon02.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.news .content .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width:1600px) {
    .news .content .boxlist .list .list_txt .theme h1 {
        margin-bottom: 15px;
    }

    .news .content .boxlist .list .list_txt .theme p {
        margin-bottom: 20px;
    }
}

@media (max-width:1200px) {
    .news .content {
        width: 95%;
    }

    .news .content .boxlist .list {
        padding: 3%;
    }

    .news .content .boxlist .list .list_txt .theme h1 {
        line-height: 24px;
        font-size: 18px;
    }

    .news .content .boxlist .list .list_txt .theme p {
        font-size: 13px;
    }

    .news .content .boxlist .list .list_txt .more a span {
        font-size: 14px;
        line-height: 30px;
    }

    .news .content .boxlist .list .list_txt .more a img {
        width: 6px;
        height: 14px;
    }

    .news .content .boxlist .list .list_txt .theme .time {
        line-height: 30px;
        font-size: 14px;
    }

    .news .content .boxlist .list {
        margin-bottom: 30px;
    }
}

@media (max-width:1000px) {
    .news .content .boxlist .list .list_txt {
        flex-wrap: wrap;
    }

    .news .content .boxlist .list .list_txt .theme {
        width: 100%;
    }

    .news .content .boxlist .list .list_txt .more {
        margin: auto 0 auto auto;
    }

    .news .content .boxlist .list .list_img {
        width: 30%;
    }

    .news .content .boxlist .list .list_txt {
        width: 65%;
    }

    .news {
        padding: 50px 0 120px;
    }
}

@media (max-width:760px) {
    .news .content .boxlist {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news .content .boxlist .boxlist_box {
        width: 48%;
    }

    .news .content .boxlist .list {
        flex-wrap: wrap;
    }

    .news .content .boxlist .list .list_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news .content .boxlist .list .list_txt {
        width: 100%;
    }

    .news .content .boxlist .list .list_txt .theme h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news .content .boxlist .list .list_txt .theme p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .news .content .boxlist .list {
        margin-bottom: 20px;
    }

}

@media (max-width:550px) {
    .news .content .boxlist .list .list_txt .theme h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news .content .boxlist .list .list_txt .theme p {
        line-height: 20px;
    	height: auto;
        margin-bottom: 5px;
    }

    .news .content .boxlist .list .list_txt .theme .time {
        line-height: 24px;
        font-size: 12px;
    }

    .news .content .boxlist .list .list_txt .more a span {
        font-size: 12px;
        line-height: 24px;
    }

    .news .content .boxlist .list .list_txt .more a img {
        width: 6px;
        height: 12px;
    }

    .news {
        padding: 40px 0 80px;
    }
}

/* 鏂伴椈璇︽儏鍐呭 */
.news_detail {
    padding: 80px 0 140px;
}

.news_detail .content {
    width: 83.3%;
    margin: 0 auto;
}

.news_detail .content .boxlist {
    width: 100%;
}

.news_detail .content .boxlist .theme {
    margin-bottom: 20px;
}

.news_detail .content .boxlist .theme .title {
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #222222;
    font-size: 24px;
    line-height: 30px;
}

.news_detail .content .boxlist .theme .release {
    text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #999999;
    font-weight: lighter;
}

.news_detail .content .boxlist .news_info {
    width: 100%;
    padding: 3% 0 6%;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.news_detail .content .boxlist .news_info p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 0;
}

.news_detail .content .boxlist .news_info .imglist {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.news_detail .content .boxlist .news_info .imglist .img {
    width: 41.25%;
    overflow: hidden;
    cursor: pointer;
}

.news_detail .content .boxlist .news_info .imglist .img img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.news_detail .content .boxlist .news_info .imglist .img:hover img {
    transform: scale(1.1);
}

.news_detail .content .boxlist .theme .title a {
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}

.news_detail .content .boxlist .news_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.news_detail .content .boxlist .news_other ul {
    margin-bottom: 0;
    margin-right: 10px;
}

.news_detail .content .boxlist .news_other ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 0;
}

.news_detail .content .boxlist .news_other ul li a {
    text-decoration: none;
    color: #666666;
}

.news_detail .content .boxlist .news_other ul li a:hover {
    color: #1f85ff;
}

.news_detail .content .boxlist .more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.news_detail .content .boxlist .more a {
    width: 140px;
    height: 46px;
    font-size: 14px;
    color: #226cc5;
    text-align: center;
    display: inline-block;
    border: 1px solid #226cc5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.news_detail .content .boxlist .more a:hover {
    color: #ffffff;
    background-color: #226cc5;
}

@media (max-width:1200px) {
    .news_detail .content {
        width: 95%;
    }

    .news_detail {
        padding: 60px 0 100px;
    }
}

@media (max-width:760px) {
    .news_detail .content .boxlist .theme .title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .news_detail .content .boxlist .news_info p {
        font-size: 12px;
        line-height: 20px;
    }

    .news_detail .content .boxlist .news_info .imglist {
        flex-wrap: wrap;
    }

    .news_detail .content .boxlist .news_info .imglist .img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_detail .content .boxlist .news_info .imglist .img:last-child {
        margin-bottom: 0;
    }

    .news_detail .content .boxlist .news_other ul li a {
        font-size: 12px;
    }

    .news_detail .content .boxlist .more a {
        width: 100px;
        height: 36px;
        font-size: 12px;
    }

    .news_detail {
        padding: 60px 0;
    }

    .news_detail .content .boxlist .more {
        padding: 30px 0;
    }

    .news_detail .content .boxlist .theme .release {
        line-height: 24px;
    }

    .news_detail .content .boxlist .theme {
        margin-bottom: 10px;
    }

    .news_detail .content .boxlist .news_info {
        padding: 20px 0 40px;
    }
}

/* info鍗曢〉 */
/* 鍐呭 */
.info_main {
    padding: 90px 0 130px;
}

.info_main .content {
    width: 83.3%;
    margin: 0 auto;
}

.info_main .content .info_edit p>img {
    max-width: 100%;
}

@media (max-width:1200px) {
    .info_main .content {
        width: 95%;
    }
}

p>img {
    max-width: 100%;
}

p>a>img {
    max-width: 100%;
}

/* 鐢熶骇绾 */

.product_production_line {
    padding: 100px 0;
}

.product_production_line .content {
    width: 83.3%;
    margin: 0 auto;
}

.product_production_line .content .boxlist {
    width: 100%;
}

.product_production_line .content .boxlist .list {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d2d2d2;
    padding: 2%;
    margin-bottom: 60px;
}

.product_production_line .content .boxlist .list .list_img {
    width: 62.5%;
}

.product_production_line .content .boxlist .list .list_img .img_back {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
}

.product_production_line .content .boxlist .list .list_img .img_back .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_production_line .content .boxlist .list .list_img .img_back .img img {
    width: 100%;
}

.product_production_line .content .boxlist .list .list_img .img_back .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_production_line .content .boxlist .list .list_img .img_back .video iframe{
    width: 100%;
    height: 100%;
}

.product_production_line .content .boxlist .list .list_img .img_back .video video {
    width: 100%;
}

.product_production_line .content .boxlist .list .list_img .img_back .video video source {
    width: 100%;
}

.product_production_line .content .boxlist .list .list_txt {
    width: 33.5%;
}

.product_production_line .content .boxlist .list .list_txt .theme {
    margin-bottom: 60px;
}

.product_production_line .content .boxlist .list .list_txt .theme .number {
    color: #a8d0ff;
    font-size: 86px;
    display: inline-block;
}

.product_production_line .content .boxlist .list .list_txt .theme h1 {
    color: #000000;
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 20px;
}

.product_production_line .content .boxlist .list .list_txt .theme p {
    color: #666666;
    font-size: 14px;
    font-weight: lighter;
    line-height: 28px;
}

.product_production_line .content .boxlist .list .list_txt ul {
    margin-bottom: 0;
}

.product_production_line .content .boxlist .list .list_txt ul h3 {
    color: #1f85ff;
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 0px;
}

.product_production_line .content .boxlist .list .list_txt ul li {
    color: #000000;
    font-size: 14px;
    font-weight: lighter;
    line-height: 34px;
    margin-bottom: 0px;
}

@media (max-width:1800px) {
    .product_production_line .content .boxlist .list .list_txt .theme .number {
        font-size: 70px;
    }

    .product_production_line .content .boxlist .list .list_txt .theme h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .product_production_line .content .boxlist .list .list_txt .theme p {
        font-size: 13px;
        line-height: 24px;
    }
    .product_production_line .content .boxlist .list .list_txt .theme {
        margin-bottom: 40px;
    }
    .product_production_line .content .boxlist .list .list_txt ul h3{
        font-size: 15px;
        line-height: 30px;
    }
    .product_production_line .content .boxlist .list .list_txt ul li{
        font-size: 13px;
        line-height: 30px;
    }
}
@media (max-width:1400px) {
    .product_production_line .content .boxlist .list .list_txt .theme .number {
        font-size: 50px;
    }
    .product_production_line .content .boxlist .list .list_txt .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .product_production_line .content .boxlist .list .list_txt .theme {
        margin-bottom: 20px;
    }
    .product_production_line .content .boxlist .list .list_txt ul li{
        line-height: 24px;
    }
}
@media (max-width:1200px) {
    .product_production_line .content{
        width: 95%;
    }
    .product_production_line .content .boxlist .list{
        margin-bottom: 40px;
    }
    .product_production_line {
        padding: 70px 0;
    }
    .product_production_line .content .boxlist .list .list_txt .theme p {
        font-size: 12px;
        line-height: 20px;
    }
    .product_production_line .content .boxlist .list .list_txt .theme .number {
        font-size: 40px;
    }
    .product_production_line .content .boxlist .list .list_txt ul li{
        font-size: 12px;
    }
}
@media (max-width:1000px) {
    .product_production_line .content .boxlist .list{
        flex-wrap: wrap;
    }
    .product_production_line .content .boxlist .list .list_img{
        width: 100%;
    }
    .product_production_line .content .boxlist .list .list_txt{
        width: 100%;
    }
}
@media (max-width:550px) {
    .product_production_line {
        padding: 50px 0;
    }
    .product_production_line .content .boxlist .list .list_txt .theme h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .product_production_line .content .boxlist .list .list_txt ul h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .product_production_line .content .boxlist .list {
        margin-bottom: 20px;
    }
}


/* 浜у搧璇︽儏 */
.product_detail .content{
    width: 83.3%;
    margin: 0 auto;
}
.product_detail .content .boxlist .right{
    width: 70%;
}
.product_detail .content .boxlist .left{
    width: 30%;
}
.product_detail .content .boxlist .left .swiper-container-wrapper{
    width: 100%;
    overflow: hidden;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container.gallery-top{
    margin-bottom: 10px;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container .swiper-slide{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container .swiper-slide .img{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container .swiper-slide .img img{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide{
    border: 1px solid transparent;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{
    border: 1px solid #1f85ff;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container.gallery-top .swiper-button-next{
    display: none;
}
.product_detail .content .boxlist .left .swiper-container-wrapper .swiper-container.gallery-top .swiper-button-prev{
    display: none;
}
@media (max-width:1200px) {
    .product_detail .content{
        width: 95%;
    }
}
@media (max-width:760px) {
    .product_detail .content .boxlist .right{
        width: 100%;
        padding: 6% 10%;
    }
    .product_detail .content .boxlist .left{
        width: 100%;
    }
}

.product_production_line .content .boxlist .list .list_img .span_play{
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/video_center_play.png) no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    cursor: pointer;
}
@media (max-width:550px) {
#youku-playerBox{
	width: 100%;
}
}