@media (max-width: 769px) {
   #main .banner {position: relative;}
   #main .banner img {width: 100%;height: 100%;}
   #main .banner .txt {color: #FFF;position: absolute;top: 20%;left: 10%;}
   #main .banner .txt span {font-family: "Gotham Bold";display: block;font-size: 20px;}
   #main .banner .txt span:nth-child(2) {font-weight: bold;letter-spacing: 3px;}
   #main .tabs {width: 100%;height: 60px;padding: 0 40px 0 20px;background-color: #FCFCFC;}
   #main .tabs ul {width: 100%;height: 60px;display: flex;align-items: center;justify-content: space-around;margin: 0;overflow: hidden;}
   #main .tabs li {position: relative;}
   #main .tabs li a {height: 35px;line-height: 25px;font-size: 12px;color: #41210f;}
   #main .tabs li.active a {color: #01DD62;}
   #main .tabs li.active::after {content: "";width: 100%;height: 2px;background-image: linear-gradient(90deg, #00dc62 0%, #8dd600 100%), linear-gradient(#ff8400, #ff8400);background-blend-mode: normal, normal;background-repeat:no-repeat;background-size:100% 100%;position: absolute;left: 0;bottom: 0;}
   #main .navigation {padding: 0 40px 0 20px;}
   #main .navigation .breadcrumb {padding-left: 0;background-color: #FFF;border-bottom: 1px solid rgba(100, 100, 100, .1);border-radius: 0;display: flex;align-items: center;}
   #main .navigation .breadcrumb li:nth-child(1) {margin-right: 8px;}
   #main .navigation .breadcrumb > li + li:before {content: "\e603";font-family: "iconfont";color: rgba(0, 0, 0, .7);padding: 0 5px;}
   #main .navigation .breadcrumb li a {color: #999;font-size: 13px;}
   #main .navigation .breadcrumb li a i {font-size: 17px;color: #000;}

   #tabs-container .oemOverview .content, #tabs-container .finishedFoundry .content {padding: 30px 5%;}
   #tabs-container .oemOverview .content .oemDescribe .img, #tabs-container .finishedFoundry .content .oemDescribe .img {width: 100%;}
   #tabs-container .oemOverview .content .oemDescribe .img img, #tabs-container .finishedFoundry .content .oemDescribe .img img {width: 100%;}
   #tabs-container .oemOverview .content .oemDescribe .info,
   #tabs-container .finishedFoundry .content .oemDescribe .info {background-color: #F9F9F9;padding: 40px 20px 20px;}
   #tabs-container .oemOverview .content .oemDescribe .info .name,
   #tabs-container .finishedFoundry .content .oemDescribe .info .name {font-size: 25px;text-align: center;letter-spacing: 2px;color: #000;}
   #tabs-container .oemOverview .content .oemDescribe .info .txt,
   #tabs-container .finishedFoundry .content .oemDescribe .info .txt {font-size: 13px;line-height: 25px;color: rgba(65, 33, 15, .7);margin-top: 15px;}
   #tabs-container .oemOverview .content .oemDescribe .info .line,
   #tabs-container .finishedFoundry .content .oemDescribe .info .line {width: 25px;height: 3px;background-color: rgba(65, 33, 15, .1);display: block;}
   #tabs-container .oemOverview .content .oemDescribe .info .label,
   #tabs-container .finishedFoundry .content .oemDescribe .info .label {color: #01DD62;font-size: 16px;font-weight: 100;letter-spacing: 1px;margin: 15px 0;padding: 0;display: block;text-align: left;}
   #tabs-container .oemOverview .content .list li,
   #tabs-container .finishedFoundry .content .box {margin-top: 40px;}
   #tabs-container .oemOverview .content .list li .info .ch_name,
   #tabs-container .finishedFoundry .content .box .info .ch_name {font-size: 25px;text-align: center;letter-spacing: 2px;color: #01DD62;margin: 0;}
   #tabs-container .oemOverview .content .list li .info .en_name,
   #tabs-container .finishedFoundry .content .box .info .en_name {text-align: center;color: #01DD62;}
   #tabs-container .oemOverview .content .list li .info .line,
   #tabs-container .finishedFoundry .content .box .info .line {width: 25px;height: 3px;margin: 0 auto;background-color: rgba(65, 33, 15, .1);display: block;}
   #tabs-container .oemOverview .content .list li .info .txt,
   #tabs-container .finishedFoundry .content .box .info .txt {font-size: 13px;line-height: 25px;color: rgba(65, 33, 15, .7);margin-top: 15px;}
   #tabs-container .oemOverview .content .list li .img,
   #tabs-container .finishedFoundry .content .box #list .swiper-slide img {width: 100%;}
   #tabs-container .oemOverview .content .list li .img img {width: 100%;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide p {height: 50px;padding-top: 10px;color: #41210f;font-size: 13px;letter-spacing: 1px;}
}

@media (min-width: 769px) and (max-width: 1100px) {
   #main .banner {position: relative;}
   #main .banner img {width: 100%;height: 100%;}
   #main .banner .txt {color: #FFF;position: absolute;top: 30%;left: 5%;}
   #main .banner .txt span {font-family: "Gotham Bold";display: block;font-size: 4.2vw;}
   #main .banner .txt span:nth-child(2) {font-size: 3.6vw;letter-spacing: 3px;margin-top: -1vw;}
   #main .banner .breadcrumb {background-color: initial;padding: 0;margin: 0;position: absolute;bottom: 100px;right: 5%;display: flex;align-items: center;}
   #main .banner .breadcrumb > li + li:before {content: "\e603";font-family: "iconfont";color: #FFF;;padding: 0 5px;}
   #main .banner .breadcrumb li a {color: #FFF;}
   #main .banner .breadcrumb li:nth-child(1) a {margin-right: 8px;}
   #main .banner .breadcrumb li a i {font-size: 17px;}
   #main .banner .tabs {width: 90%;height: 80px;background-color: rgba(255, 255, 255, .91);position: absolute;bottom: 0;left: 5%;}
   #main .banner .tabs ul {width: 100%;display: flex;justify-content: center;}
   #main .banner .tabs ul li {width: 20%;height: 80px;line-height: 80px;display: inline-block;text-align: center;position: relative;}
   #main .banner .tabs ul li::before {content: "|";color: #D4CDCA;position: absolute;left: 0;}
   #main .banner .tabs ul li:nth-child(1)::before {content: "";}
   #main .banner .tabs ul li a {color: #41210f;height: 80px;display: inline-block;}
   #main .tabs ul li.active a {color: #01DD62;position: relative;}
   #main .tabs ul li.active a::after {content: "";width: 100%;height: 2px;background-image: linear-gradient(90deg, #00dc62 0%, #8dd600 100%), linear-gradient(#ff8400, #ff8400);background-blend-mode: normal, normal;background-repeat:no-repeat;background-size:100% 100%;position: absolute;left: 0;bottom: 0;}

   #tabs-container .oemOverview .content .oemDescribe,
   #tabs-container .finishedFoundry .content .oemDescribe {padding: 80px 5%;background-color: #F9F9F9;display: flex;padding-bottom: 60px;}
   #tabs-container .oemOverview .content .oemDescribe .img,
   #tabs-container .finishedFoundry .content .oemDescribe .img {width: 50%;overflow: hidden;}
   .content .oemDescribe .img img {width: 100%;transition: all .5s;}
   .content .oemDescribe .img:hover img {transform: scale(1.1);}
   #tabs-container .oemOverview .content .oemDescribe .info,
   #tabs-container .finishedFoundry .content .oemDescribe .info {width: 50%;padding: 5% 10% 5% 5%;}
   #tabs-container .oemOverview .content .oemDescribe .info .name,
   #tabs-container .finishedFoundry .content .oemDescribe .info .name {font-size: 30px;letter-spacing: 2px;color: #000;margin: 0 0 20px;}
   #tabs-container .oemOverview .content .oemDescribe .info .txt,
   #tabs-container .finishedFoundry .content .oemDescribe .info .txt {font-size: 13px;line-height: 25px;color: rgba(65, 33, 15, .7);margin-top: 15px;}
   #tabs-container .oemOverview .content .oemDescribe .info .line,
   #tabs-container .finishedFoundry .content .oemDescribe .info .line {width: 25px;height: 3px;background-color: rgba(65, 33, 15, .1);display: block;}
   #tabs-container .oemOverview .content .oemDescribe .info .label,
   #tabs-container .finishedFoundry .content .oemDescribe .info .label {color: #01DD62;font-size: 16px;font-weight: 100;letter-spacing: 1px;margin: 20px 0;padding: 0;display: block;text-align: left;}
   #tabs-container .finishedFoundry .content .box {padding: 5% 0 5% 5%;}
   #tabs-container .oemOverview .content .list ul {margin-bottom: 0;}
   #tabs-container .oemOverview .content .list li,
   #tabs-container .finishedFoundry .content .box .info {display: flex;align-items: center;}
   #tabs-container .finishedFoundry .content .box .info {padding: 30px 0;}
   #tabs-container .oemOverview .content .list li .info {padding: 5% 10% 5% 5%;}
   #tabs-container .oemOverview .content .list li .info, #tabs-container .oemOverview .content .list li .img {width: 50%;overflow: hidden;}
   #tabs-container .oemOverview .content .list li .img img {width: 100%;transition: all .5s;}
   #tabs-container .oemOverview .content .list li .img:hover img {transform: scale(1.1);}
   #tabs-container .finishedFoundry .content .box .info div:nth-child(1),
   #tabs-container .finishedFoundry .content .box .info .txt {width: 50%;}
   #tabs-container .oemOverview .content .list li .info .ch_name {font-size: 30px;letter-spacing: 2px;color: #01DD62;margin: 0;}
   #tabs-container .finishedFoundry .content .box .info .ch_name {font-size: 30px;letter-spacing: 2px;color: #01DD62;margin: 0;}
   #tabs-container .oemOverview .content .list li .info .en_name,
   #tabs-container .finishedFoundry .content .box .info .en_name {color: #01DD62;}
   #tabs-container .oemOverview .content .list li .info .line,
   #tabs-container .finishedFoundry .content .box .info .line {width: 25px;height: 3px;background-color: rgba(65, 33, 15, .1);display: block;margin-top: 30px;}
   #tabs-container .oemOverview .content .list li .info .txt,
   #tabs-container .finishedFoundry .content .box .info .txt {font-size: 13px;line-height: 25px;padding-right: 5%;color: rgba(65, 33, 15, .7);margin-top: 15px;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide {width:40%;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide span {display: inline-block;overflow: hidden;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide span img {width: 100%;transition: all .5s;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide:hover span img {transform: scale(1.1);}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide p {height: 70px;padding-top: 15px;letter-spacing: 1px;color: #41210f;}
}

@media (min-width: 1100px) {
   #main .banner {height: 36.5vw;position: relative;}
   #main .banner img {width: 100%;height: 100%;}
   #main .banner .txt {color: #FFF;position: absolute;top: 10.4vw;left: 5.2vw;}
   #main .banner .txt span {font-family: "Gotham Bold";display: block;font-size: 4.2vw;}
   #main .banner .txt span:nth-child(2) {font-size: 3.6vw;letter-spacing: 3px;margin-top: -1vw;}
   #main .banner .breadcrumb {background-color: initial;padding: 0;margin: 0;position: absolute;bottom: 100px;right: 5%;display: flex;align-items: center;}
   #main .banner .breadcrumb > li + li:before {content: "\e603";font-family: "iconfont";color: #FFF;;padding: 0 5px;}
   #main .banner .breadcrumb li a {color: #FFF;}
   #main .banner .breadcrumb li:nth-child(1) a {margin-right: 8px;}
   #main .banner .breadcrumb li a i {font-size: 17px;}
   #main .banner .tabs {width: 90%;height: 80px;background-color: rgba(255, 255, 255, .91);position: absolute;bottom: 0;left: 5%;}
   #main .banner .tabs ul {width: 100%;display: flex;justify-content: center;}
   #main .banner .tabs ul li {width: 20%;height: 80px;line-height: 80px;display: inline-block;text-align: center;position: relative;}
   #main .banner .tabs ul li::before {content: "|";color: #D4CDCA;position: absolute;left: 0;}
   #main .banner .tabs ul li:nth-child(1)::before {content: "";}
   #main .banner .tabs ul li a {color: #41210f;height: 80px;display: inline-block;}
   #main .tabs ul li.active a {color: #01DD62;position: relative;}
   #main .tabs ul li.active a::after {content: "";width: 100%;height: 2px;background-image: linear-gradient(90deg, #00dc62 0%, #8dd600 100%), linear-gradient(#ff8400, #ff8400);background-blend-mode: normal, normal;background-repeat:no-repeat;background-size:100% 100%;position: absolute;left: 0;bottom: 0;}

   #tabs-container .oemOverview .content .oemDescribe,
   #tabs-container .finishedFoundry .content .oemDescribe {padding: 80px 5%;background-color: #F9F9F9;display: flex;padding-bottom: 60px;}
   #tabs-container .oemOverview .content .oemDescribe .img,
   #tabs-container .finishedFoundry .content .oemDescribe .img {width: 50%;overflow: hidden;}
   .content .oemDescribe .img img {width: 100%;transition: all .5s;}
   .content .oemDescribe .img:hover img {transform: scale(1.1);}
   #tabs-container .oemOverview .content .oemDescribe .info,
   #tabs-container .finishedFoundry .content .oemDescribe .info {width: 50%;padding: 5% 10% 5% 5%;}
   #tabs-container .oemOverview .content .oemDescribe .info .name,
   #tabs-container .finishedFoundry .content .oemDescribe .info .name {font-size: 30px;letter-spacing: 2px;color: #000;margin: 0 0 20px;}
   #tabs-container .oemOverview .content .oemDescribe .info .txt,
   #tabs-container .finishedFoundry .content .oemDescribe .info .txt {font-size: 13px;line-height: 25px;color: rgba(65, 33, 15, .7);margin-top: 15px;}
   #tabs-container .oemOverview .content .oemDescribe .info .line,
   #tabs-container .finishedFoundry .content .oemDescribe .info .line {width: 25px;height: 3px;background-color: rgba(65, 33, 15, .1);display: block;}
   #tabs-container .oemOverview .content .oemDescribe .info .label,
   #tabs-container .finishedFoundry .content .oemDescribe .info .label {color: #01DD62;font-size: 16px;font-weight: 100;letter-spacing: 1px;margin: 20px 0;padding: 0;display: block;text-align: left;}
   #tabs-container .finishedFoundry .content .box {padding: 5% 0 5% 5%;}
   #tabs-container .oemOverview .content .list ul {margin-bottom: 0;}
   #tabs-container .oemOverview .content .list li,
   #tabs-container .finishedFoundry .content .box .info {display: flex;align-items: center;}
   #tabs-container .finishedFoundry .content .box .info {padding: 30px 0;}
   #tabs-container .oemOverview .content .list li .info {padding: 5% 10% 5% 5%;}
   #tabs-container .oemOverview .content .list li .info, #tabs-container .oemOverview .content .list li .img {width: 50%;overflow: hidden;}
   #tabs-container .oemOverview .content .list li .img img {width: 100%;transition: all .5s;}
   #tabs-container .oemOverview .content .list li .img:hover img {transform: scale(1.1);}
   #tabs-container .finishedFoundry .content .box .info div:nth-child(1),
   #tabs-container .finishedFoundry .content .box .info .txt {width: 50%;}
   #tabs-container .oemOverview .content .list li .info .ch_name {font-size: 30px;letter-spacing: 2px;color: #01DD62;margin: 0;}
   #tabs-container .finishedFoundry .content .box .info .ch_name {font-size: 30px;letter-spacing: 2px;color: #01DD62;margin: 0;}
   #tabs-container .oemOverview .content .list li .info .en_name,
   #tabs-container .finishedFoundry .content .box .info .en_name {color: #01DD62;}
   #tabs-container .oemOverview .content .list li .info .line,
   #tabs-container .finishedFoundry .content .box .info .line {width: 25px;height: 3px;background-color: rgba(65, 33, 15, .1);display: block;margin-top: 30px;}
   #tabs-container .oemOverview .content .list li .info .txt,
   #tabs-container .finishedFoundry .content .box .info .txt {font-size: 13px;line-height: 25px;padding-right: 5%;color: rgba(65, 33, 15, .7);margin-top: 15px;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide {width:40%;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide span {display: inline-block;overflow: hidden;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide span img {width: 100%;transition: all .5s;}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide:hover span img {transform: scale(1.1);}
   #tabs-container .finishedFoundry .content .box #list .swiper-slide p {height: 70px;padding-top: 15px;letter-spacing: 1px;color: #41210f;}
}