/*
首页模块命名规范：col-index-模块英文名称，如：col-index-news
内页页面外层容器命名规范：
1、通用样式：col-page，内页外层容器通用样式，使用方法<div class="col-page col-page-about"></div>
2、页面样式：col-page-模块英文名称，如：col-page-about（关于我们页面）
3、内页模块命名规范：col-模块英文名称，如：col-product（产品）、col-honor（荣誉）
其他命名规范：
1、使用swiper、owl.Carousel等插件时，插件外层容器可用模块名称-container,如product-container
2、使用英文名称为样式命名，不要出现拼音和首字母
3、模块最外层容器命名规范：col-自定义名称
4、样式命名中单词由符号“-”来连接，如：col-culture,col-hot-product
备注：上面所说的模块不是指系统后台模块，是网站前台页面中的组成模块，如：首页中包含网站头部、产品、新闻、荣誉、案例、网站底部，其中每个部分视为一个模块。
*/
@charset "utf-8";
@font-face {
  font-family: "Rage";
  src: url("../fonts/Rage\ Italic.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: 900;
  src: url("../fonts/HarmonyOS_Sans_Black.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: bold;
  src: url("../fonts/HarmonyOS_Sans_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: 500;
  src: url("../fonts/HarmonyOS_Sans_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: regular;
  src: url("../fonts/HarmonyOS_Sans_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: 300;
  src: url("../fonts/HarmonyOS_Sans_Light.ttf") format("truetype");
}
@font-face {
  font-family: "HarmonyOS";
  font-weight: 100;
  src: url("../fonts/HarmonyOS_Sans_Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'iconfont';  /* Project id 2214638 */
  src: url('//at.alicdn.com/t/font_2214638_vw0yd0gjn3.woff2?t=1644908514660') format('woff2'),
       url('//at.alicdn.com/t/font_2214638_vw0yd0gjn3.woff?t=1644908514660') format('woff'),
       url('//at.alicdn.com/t/font_2214638_vw0yd0gjn3.ttf?t=1644908514660') format('truetype');
}
html{overflow-x: hidden;font-size: 16px;}
body {min-width: 320px;color: #000;overflow: hidden;font-family:'HarmonyOS', "PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro","Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei,tahoma, Arial, Verdana, sans-serif;}
@font-face {
  font-family: 'goomay';  /* project id 523133 */
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot');
  src: url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.woff') format('woff'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_523133_ysem17f1v5nrk9.svg#goomay') format('svg');
}
.goomay a {
  font-family:"goomay" !important;
  font-size:12px!important;
  color: rgb(0,0,0,.6)!important;
  font-style:normal;
  font-weight: normal;
  text-decoration: none!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  transition: .5s all;
}
.icon-goomay a:before { content: "\e602"; }
.goomay a:hover{color: rgb(0,0,0,1)!important;}
.icon-g:before { content: "\e603"; }
.iconfont {font-family: 'iconfont';}
*{word-break:normal !important}
li {list-style: none;}
i {font-style: normal;}
a {color: #000;}
a:focus{text-decoration: none;outline: none;color:#000;}
a:hover { color: #000;text-decoration: none;outline: none;}
p,h1,h2,h3,h4,h5,h6,ul,li {margin: 0;padding: 0;}
img {border: 0;  max-width: 100%;}
.relative {position: relative;}
.container {max-width: 1200px;  padding: 0 10px;}
.container2 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 8.33vw;}
.container3 {max-width: 100%; width:100%;  margin: 0 auto; padding: 0 12.5vw;}
#page{padding-top: 0px; overflow: hidden;}
nav.mm-menu_offcanvas{display: none;}
#header a.mm_btn{display: none; transition: .3s all;}
#BMapLib_transBox0 table td{box-sizing: content-box !important;}
.target-fix {position: relative;top:-100px;display: block;height: 0;overflow: hidden;}
img[src=""],img:not([src]){opacity:0 !important;}
.table{display: table;width: 100%;height: 100%;margin:0;}
.table>.middle{display: table-cell;vertical-align: middle;}
.iconfont{font-family: 'iconfont';}
.none{display: none;}
.flex{display: -webkit-flex;display: -ms-flexbox;display: flex;}
.icon {width: 1em; height: 1em;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}
.swiper-container,.swiper-container .swiper-slide{position: relative;}
.swiper-container{
  --swiper-theme-color: #c8000b;/* 设置Swiper风格 */
  --swiper-preloader-color: #c8000b;/* 单独设置预加载圆圈的颜色 */
}

/* animates */
@-webkit-keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeUp {
  from {opacity: 0;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeUp {-webkit-animation-name: fadeUp;animation-name: fadeUp;}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeDown {
  from {opacity: 0;-webkit-transform: translate3d(0, -40px, 0);transform: translate3d(0, -40px, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeDown {-webkit-animation-name: fadeDown;animation-name: fadeDown;}
@-webkit-keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeLeft {
  from {opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeLeft {-webkit-animation-name: fadeLeft;animation-name: fadeLeft;}
@-webkit-keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes fadeRight {
  from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0);}
  to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
.fadeRight {-webkit-animation-name: fadeRight;animation-name: fadeRight;}

/* header */
#page>.head{height: 80px;}
.header{width: 100%;z-index: 999;position: fixed;top:0;left: 0;transition: top 0.5s;}
.header .inner{transition: 0.36s;background: #fff;position: relative;padding: 0 3.1vw;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);}
.header .inner .flex{display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: space-between;height: 90px;line-height: 90px;align-items: center;}
.header .inner .logo{font-size: 0;transition: 0.36s;position: relative;z-index: 5;display: inline-block;line-height: inherit;}
.header .inner nav{margin:0 auto;}
.header .inner nav ul{font-size: 0;}
.header .inner nav ul li{display: inline-block;vertical-align: middle;margin-right: 2.8vw;font-size: 16px;position: relative;}
.header .inner nav ul li:last-child{margin-right: 0;}
.header .inner nav ul li>a{transition: color 0.3s;display: inline-block;line-height: 1;position: relative;color:#222222;padding: 15px 0;}
.header .inner nav ul li a:hover,.header .inner nav ul li.active a{color:#c8000b;}
.header .inner nav ul li .child{white-space: nowrap;position: absolute;top:100%;left:-1.6vw;display: none;padding: 10px 1.6vw 15px;background: #fff;box-shadow: 0 5px 5px 2px rgba(0,0,0,0.05);min-width: 180px;transition:margin 0.3s;}
.header .inner nav ul li .child a{font-size:16px;display: block;margin-top:5px;color:#222222;text-transform: none;line-height: 1.6;font-weight: 400;padding:0;}
.header .inner nav ul li .child a:hover{color: #c8000b;}
.header .inner nav ul li .product-list{position: fixed;top: 90px;width: 100%;left: 0;background: #fff;line-height: normal;z-index: 998;display: none;padding: 0;border-top: 1px solid #e5e5e5;}
.header .inner nav ul li .product-list .wrap{padding: 6vh 0 5vh;}
.header .inner nav ul li .product-list .wrap .item{float: left;width: 23.5%;margin-right: 2%;margin-bottom: 2%;}
.header .inner nav ul li .product-list .wrap .item:nth-child(4n){margin-right: 0;}
.header .inner nav ul li .product-list .wrap .item .img{border-radius: 5px;overflow: hidden;}
.header .inner nav ul li .product-list .wrap .item .img img{border-radius: 5px;}
.header .inner nav ul li .product-list .wrap .item .title{text-align: center;font-size: 18px;font-weight: bold;color:#000;transition: 0.3s;margin-top: 2.2vh;}
.header .inner nav ul li .product-list .wrap .item:hover .title{color:#c8000b;}
.header .inner .language{font-size: 0;position: relative;line-height: 1;}
.header .inner .language a{font-size: 18px;color:#222222;text-transform: uppercase;transition: 0.3s;display: inline-block;position: relative;}
.header .inner .language a:hover{color:#c8000b}
.header .inner .index-search{position: relative;font-size: 0;margin-right: 1.5vw;padding-right: 1.2vw;position: relative;}
.header .inner .index-search::after{content:'';width: 1px;height: 14px;background: #e5e5e5;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.header .inner .index-search>a{color:#222222;}
.header .inner .index-search i.iconfont{font-size: 18px;display: inline-block;vertical-align: middle;transition:color 0.36s;}
.header .inner .index-search .content{position: fixed;width:100%;height: 100%;top:0;left: 0;background: rgba(0, 0, 0, 0.45);z-index: 999;display: none;}
.header .inner .index-search .content .container{position: relative;height: 100%;}
.header .inner .index-search .content .s-content{background: #fff;text-align: center;padding:6vh 0;position: absolute;top:30%;width: 100%;left: 0;transform: translateY(20px);opacity: 0;transition: 0.5s;}
.header .inner .index-search .content a.close{position: absolute;font-size: 32px;top:10px;right: 20px;}
.header .inner .index-search .content .title{font-size: 24px;color:#242424;margin-bottom: 10px;line-height: 1.5;}
.header .inner .index-search .content .input{font-size: 0;line-height: 1;}
.header .inner .index-search .content input{height: 60px;outline: none;vertical-align: middle}
.header .inner .index-search .content .inpt3{padding-left: 20px;border:1px solid #d2d2d2;font-size: 16px;width: 45%;color:#292929;}
.header .inner .index-search .content .inpt3::-webkit-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3::-moz-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt3:-ms-input-placeholder {color: #b6b6b6;}
.header .inner .index-search .content .inpt4{width: 60px;background: #313131;border:none;font-size: 24px;color:#fff;font-family: 'iconfont';}
.header .inner .index-search .content.active .s-content{transform: none;opacity: 1;transition-delay: 0.36s;}



/* banner */
.col-banner {transition: 0.5s all ease;position: relative;padding: 0 !important;}
.col-banner .swiper-slide{background-position: center !important;background-size: cover !important;position: relative;}
.col-banner .swiper-slide .ban_img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;}
#col-index-banner .swiper-slide #VideoBanner{position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);min-width: 100%;min-height: 100%;z-index: 2;}
#col-index-banner .swiper-container,#col-index-banner .swiper-slide{height: 100vh !important;position: relative;}
#col-index-banner .swiper-slide .ban_cont{position: absolute;top:50%;transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;padding: 0 10px;}
#col-index-banner .swiper-slide .ban_cont .content{transform: translateY(40px);opacity: 0;transition: 0.5s;}
#col-index-banner .swiper-slide .ban_cont .content p{font-size: 18px;line-height: 1.2;}
#col-index-banner .swiper-slide .ban_cont .content h2{font-size: 3.125rem;font-weight: normal;line-height: 1.308;}
#col-index-banner .swiper-slide .ban_cont .content .rage{font-family: 'Rage';font-size: 3.125rem;color:#c8000b;}
#col-index-banner .swiper-slide .ban_cont .more{margin-top: 5.2vh;transform: translateY(40px);opacity: 0;transition: 0.5s;font-size: 0;}
#col-index-banner .swiper-slide .ban_cont .more a{color:#fff;display: inline-block;vertical-align: middle;font-size: 18px;padding: 0 1.2vw;position: relative;transition: 0.3s color;}
#col-index-banner .swiper-slide .ban_cont .more a:first-child::after{content:'';width: 1px;height: 18px;background: rgba(255,255,255,.3);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
#col-index-banner .swiper-slide .ban_cont .more a span{display: inline-block;vertical-align: middle;}
#col-index-banner .swiper-slide .ban_cont .more a i.fa{margin-left: 9px;}
#col-index-banner .swiper-slide .ban_cont .more a i.iconfont{display: inline-block;vertical-align: middle;margin-left: 9px;font-size: 20px;line-height: 1;}
#col-index-banner .swiper-slide .ban_cont .more a:hover{color:#c8000b;}
#col-index-banner .swiper-slide .ban_cont#ban_cont{position: absolute;width: auto;top: calc(90px + 20px);transform: none;left: auto;right: 40px;}
#col-index-banner .swiper-slide .ban_cont#ban_cont .code{font-size: 24px;}
#col-index-banner .swiper-slide-active .ban_cont .content,#col-index-banner .swiper-slide-active .ban_cont .more{transform: none;opacity: 1;transition-delay: 0.5s;}
#col-index-banner .swiper-pagination{bottom: 20px;}
#col-index-banner .swiper-pagination span{width: 14px;height: 14px;border:2px solid #fff;background: transparent;transition: 0.36s;opacity: 1;}
#col-index-banner .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}

#col-banner .swiper-container{position: fixed;top: 0;left: 0;width: 100%;z-index: 2;transition: 0.1s;}
#col-banner .swiper-slide .ban_cont{position: absolute;top:calc(50% + 45px);transform: translateY(-50%);color:#fff;left: 0;width: 100%;z-index: 2;padding: 0 10px;transition: 0.1s;}
#col-banner .swiper-slide .ban_cont .content{line-height: 1.2;transform: translateY(20px);opacity: 0;transition: 0.5s;}
#col-banner .swiper-slide .ban_cont .content h1{font-size: 24px;color:#c8000b;margin-bottom: 3vh;}
#col-banner .swiper-slide .ban_cont .pro_img{padding: 0 4vw;}
#col-banner .swiper-slide .ban_cont .pro_img img{max-height: 100vh;}
#col-banner .swiper-slide-active .ban_cont .content{transform: none;opacity: 1;transition-delay: 0.5s;}
#col-banner .swiper-slide #VideoBanner{width: 100%;}



/* about */
#index-body .section:not(#footer){height: 100vh;position: relative;}
#index-body .init-2 .content ul{overflow: hidden;}
#index-body .init-2 .content ul li{width: 49%;margin-right: 2%;float: left;font-size: 18px;line-height: 2.333;}
#index-body .init-2 .content ul li:nth-child(2n){margin-right: 0;}
#index-body .init-2 .content ul li h3{font-size: 1.875rem;color:#c8000b;margin-bottom: 4vh;}
#index-body .init-2 a.more{display: inline-block;margin-left: 51%;font-size: 16px;transition: 0.3s color;margin-top: 3vh;}
#index-body .init-2 a.more span{display: inline-block;vertical-align: middle;}
#index-body .init-2 a.more i.fa{vertical-align: middle;margin-left: 12px;color:#c8000b;}
#index-body .init-2 a.more:hover{color:#c8000b;}
#index-body .init-3 {background: #f1f2f3;position: relative;}
#index-body .init-3 .wrap{width: 100%;font-size: 0;padding: 90px 3.1vw 0;z-index: 1;position: relative;}
#index-body .init-3 .wrap .product-container{padding-bottom: 20px;}
#index-body .init-3 .wrap .product-container .swiper-slide .left{display: inline-block;vertical-align: middle;width: 25%;padding-bottom: 20vh;transform: translateX(20px);opacity: 0;transition: 0.1s;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .title{font-size: 24px;color:#c8000b;margin-bottom: 7vh;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .namemark{font-size: 18px;margin-bottom: 10px;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .namemark h2{font-size: 2.25rem;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .product-list li a{transition: 0.3s;font-size: 2.5rem;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .product-list li a span{display: inline-block;vertical-align: middle;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .product-list li a i.iconfont{display: inline-block;vertical-align: middle;margin-left: 20px;transition: 0.36s;opacity: 0;transform: rotate(-40deg);font-size: 1.875rem;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .product-list li a:hover{color:#c8000b;}
#index-body .init-3 .wrap .product-container .swiper-slide .left .product-list li a:hover i.iconfont{margin-left: 35px;opacity: 1;}
#index-body .init-3 .wrap .product-container .swiper-slide .left a.more{display: inline-block;margin-top: 8vh;transition: 0.3s;font-size: 16px;}
#index-body .init-3 .wrap .product-container .swiper-slide .left a.more span{display: inline-block;vertical-align: middle;}
#index-body .init-3 .wrap .product-container .swiper-slide .left a.more i.fa{display: inline-block;vertical-align: middle;margin-left: 10px;transition: 0.3s transform;line-height: 1;}
#index-body .init-3 .wrap .product-container .swiper-slide .left a.more:hover{color:#c8000b}
#index-body .init-3 .wrap .product-container .swiper-slide .left a.more:hover i.fa{transform: translateX(3px);}
#index-body .init-3 .wrap .product-container .swiper-slide .center{display: inline-block;vertical-align: middle;width: 33.315%;transform: translateX(20px);opacity: 0;transition: 0.1s;}
#index-body .init-3 .wrap .product-container .swiper-slide-active .left{transform: none;opacity: 1;transition: 0.5s;transition-delay: 0.36s;}
#index-body .init-3 .wrap .product-container .swiper-slide-active .center{transform: none;opacity: 1;transition: 0.5s;transition-delay: 0.5s;}
#index-body .init-3 .wrap .product-container .swiper-slide.white .left,#index-body .init-3 .wrap .product-container .swiper-slide.white .left .title,#index-body .init-3 .wrap .product-container .swiper-slide.white .left a.more{color:#fff;}
#index-body .init-3 .wrap .product-container .swiper-slide.white .left a.more:hover{color:#fff}
#index-body .init-3 .wrap .product-container .swiper-button{width: 50px;height: 50px;margin-top: 0;top: auto;outline: none;bottom: 0;opacity: 1;border-radius: 50%;border:1px solid #aaabac;text-align: center;line-height: 48px;font-size: 24px;color:#000;transition: 0.36s;background: #f1f2f3;}
#index-body .init-3 .wrap .product-container .swiper-button::after{display: none;}
#index-body .init-3 .wrap .product-container .swiper-button:hover{border-color: #c8000b;background: #c8000b;color:#fff;}
#index-body .init-3 .wrap .product-container .swiper-button-prev{left: 0;}
#index-body .init-3 .wrap .product-container .swiper-button-next{right: auto;left: 60px;}
#index-body .init-3 .wrap .product-container .swiper-pagination{bottom: 0;left: calc(110px + 1.66vw);width: auto;font-size: 14px;color:#aaaaaa;font-family: 'DIN';font-weight: bold;}
#index-body .init-3 .wrap .product-container .swiper-pagination span.swiper-pagination-current{font-size: 22px;color:#c8000b;}
#index-body .init-3 .product-bg{position: absolute;top: 0;right: 0;width: 100%;height: 100%;z-index: 0;}
#index-body .init-3 .product-bg .swiper-slide{width: 100%;height: 100%;overflow: hidden;}
#index-body .init-3 .product-bg .swiper-slide .img{width: 100%;height: 100%;background-position: center;background-size: cover;transform: scale(1.08);transition: 3.5s;}
#index-body .init-3 .product-bg .swiper-slide:nth-child(1) .img{width: 100%;margin-left: auto;}
#index-body .init-3 .product-bg .swiper-slide-active .img{transform: none;}
#index-body .init-3 .product-mobile .swiper-slide{position: relative;overflow: hidden;}
#index-body .init-3 .product-mobile .swiper-slide .img img{width: 100%;}
#index-body .init-3 .product-mobile .swiper-slide a.more{position: absolute;left: 50%;transform: translateX(-50%);bottom: 8vh;width: 180px;height: 50px;border-radius: 50px;text-align: center;line-height: 50px;font-size: 18px;color:#c8000b;background: #fff;}
#index-body .init-3 .product-mobile .swiper-pagination{display: block !important;bottom: 20px;}
#index-body .init-3 .product-mobile .swiper-pagination span{width: 14px;height: 14px;border:2px solid #fff;background: transparent;transition: 0.36s;opacity: 1;}
#index-body .init-3 .product-mobile .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}

#index-body .init-4 .wrap{width: 100%;height: 100%;position: relative;display: flex;}
#index-body .init-4 .wrap .item{width: 50%;height: 100%;position: relative;z-index: 1;overflow: hidden;text-align: center;padding: calc(90px + 12vh) 3.1vw 0;}
#index-body .init-4 .wrap .item .title{font-size: 2.25rem;color:#fff;margin-bottom: 2vh;}
#index-body .init-4 .wrap .item .content{color:#fff;font-size: 16px;margin-bottom: 5vh;line-height: 1.875;min-height: 60px;}
#index-body .init-4 .wrap .item a.more{font-size: 16px;color:#fff;display: inline-block;transition: color 0.3s;}
#index-body .init-4 .wrap .item a.more span{display: inline-block;vertical-align: middle;font-size: 16px;transition:font-size 0.3s;}
#index-body .init-4 .wrap .item a.more i.fa{display: inline-block;vertical-align: middle;margin-left: 10px;transition: 0.3s transform;}
#index-body .init-4 .wrap .item:nth-child(1) a.more:hover span{font-size: 17px;}
#index-body .init-4 .wrap .item:nth-child(2) a.more:hover{color:#c8000b;}
#index-body .init-4 .wrap .item a.more:hover i.fa{transform: translateX(3px);}
#index-body .init-4 .wrap .item #channelVideo{position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);min-width: 100%;min-height: 100%;z-index: -1;}
#index-body .init-4 .wrap .item .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
#index-body .init-5 ul.list{display: flex;padding-top: 90px;}
#index-body .init-5 ul.list li{width: 31%;margin-right: 3.5%;position: relative;z-index: 1;height: 634px;}
#index-body .init-5 ul.list li:nth-child(3n){margin-right: 0;}
#index-body .init-5 ul.list li::after{content:'';width: 100%;height: 88%;position: absolute;left: 0;bottom: 0;border-radius: 20px;z-index: -2;transition: 0.36s;}
#index-body .init-5 ul.list li a{display: block;width: 100%;height: 100%;padding: 7.6vh 2.1vw calc(6vh + 50px);color:#fff;transition: 0.3s color;}
#index-body .init-5 ul.list li a .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
#index-body .init-5 ul.list li a .content{font-size: 16px;line-height: 1.5;margin-bottom: 8vh;}
#index-body .init-5 ul.list li a .content h2{font-size: 2.25rem;margin-bottom: 3vh;transition: 0.3s color;}
#index-body .init-5 ul.list li a i.fa{width: 50px;height: 50px;border-radius: 50%;text-align: center;line-height: 48px;border:1px solid rgba(255,255,255,.3);transition: 0.36s;font-size: 24px;position: absolute;left: 2.1vw;bottom: 6vh;color:#fff;}
#index-body .init-5 ul.list li:nth-child(1) a{color:#666;}
#index-body .init-5 ul.list li:nth-child(1) a .content h2{color:#000;}
#index-body .init-5 ul.list li:nth-child(1) a i.fa{border-color: rgba(0, 0, 0, 0.25);color:#000}
#index-body .init-5 ul.list li:hover::after{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);}
#index-body .init-5 ul.list li:hover a i.fa{background: #c8000b;border-color: #c8000b;color:#fff;}
#index-body .init-5 ul.list li:hover a .content h2{color:#c8000b}
#index-body .init-5 ul.list li:hover a .img{transform: scale(1.02);}
#index-body .init-5.active ul.list li:nth-child(2){transition-delay: 0.6s;}
#index-body .init-5.active ul.list li:nth-child(3){transition-delay: 0.7s;}


#index-body .fadeinup{transform: translateY(40px);opacity: 0;transition: 0.2s;}
#index-body .section.active .fadeinup{transform: none;opacity: 1;transition: 0.5s;transition-delay: 0.5s;}


/* page */
.page {text-align: center;}
.page ul li a{border:none;background: none;color:#666;padding:0 2px;margin:0 10px;font-size: 18px;}
.page ul li.disabled a{border:none;background: none;}
.page ul li.active a{border:none;background: none;color: #c8000b;border-bottom: 4px solid #c8000b;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {border:none;background: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background: none;color:#666;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {background: none;color:#666;}
/* 内页 */
.overflow{overflow: hidden;}
.overflow img,.smallImg img{width: 100%;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.overflow:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.smallImg:hover img{-webkit-transform:scale(0.92);transform:scale(0.95);box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);}
.videoPop{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0;top:0;z-index: 9999;display: none;text-align: center;padding:5vh 1vw;}
.videoPop .col-video2{position: relative;width: 100%;height: 100%;}
#Video{max-width: 100%;max-height: 100%;position: absolute;max-width: 970px;top:50%;left: 50%;transform: translate(-50%,-50%);width: 100%;}
#videoClose{position: absolute;right:10px;top:5px;color: #fff;cursor: pointer;font-size: 36px;transition: 0.5s;z-index: 99;}
#videoClose:hover{color: #eee;}
.col-page{position: relative;background: #fff;z-index: 3;}
/* about */
.col-page-about h2{font-size: 2.5rem;margin-bottom: 6.6vh;}
.col-page-about .col-1 .container2{padding: 10vh 8.33vw 10vh 3.1vw;}
.col-page-about .col-1 .logo{text-align: center;margin-bottom: 3vh;}
.col-page-about .col-1 .logo img{width: 105px;}
.col-page-about .col-1 h2{text-align: center;}
.col-page-about .col-1 .wrap{font-size: 0;}
.col-page-about .col-1 .wrap .img{display: inline-block;vertical-align: middle;width: 52.5%;padding: 0 6vw 0 1.4vw;}
.col-page-about .col-1 .wrap .content{display: inline-block;vertical-align: middle;width: 47.5%;color:#666;font-size: 16px;line-height: 2;}
.col-page-about .col-2 {background: #f1f2f3;}
.col-page-about .col-2 .container2{padding: 12vh 8.33vw 10vh;}
.col-page-about .col-2 .content{color:#666;font-size: 16px;line-height: 1.666;}
.col-page-about .col-2 .content h2{color:#000;}
.col-page-about .col-2 .content ul{font-size: 0;}
.col-page-about .col-2 .content ul li{width: 50%;display: inline-block;vertical-align: middle;font-size: 16px;}
.col-page-about .col-2 .content ul li:nth-child(1){padding-right: 7.5vw;}
.col-page-about .col-2 .content ul li h3{font-size: 1.875rem;margin-bottom: 10px;}
.col-page-about .col-2 .content hr{border-top: 1px solid rgba(0, 0, 0, 0.1);margin: 6vh 0 5vh;}
.col-page-about .col-3{background: #c41922;}
.col-page-about .col-3 ul.list li{padding: 10vh 0 8vh;border-bottom: 1px solid rgba(255,255,255,.2);position: relative;z-index: 1;}
.col-page-about .col-3 ul.list li:last-child{border-bottom: 0;}
.col-page-about .col-3 ul.list li .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0;transform: scale(1.02);transition: 0.8s;}
.col-page-about .col-3 ul.list li h2{color:#fff;margin-bottom: 0;}
.col-page-about .col-3 ul.list li .list_title{float: left;width: 50%;font-size: 18px;}
.col-page-about .col-3 ul.list li .list_title span.name{display: inline-block;min-width: 150px;height: 45px;line-height: 45px;border-radius: 22.5px;text-align: center;padding: 0 15px;color: #c8000b;background: #fff;margin-bottom: 3vh;}
.col-page-about .col-3 ul.list li .list_title h3{font-size: 2.25rem;color:#fff;line-height: 1.666;}
.col-page-about .col-3 ul.list li .content{float: right;width: 50%;color:rgba(255,255,255,.55);font-size: 16px;line-height: 2;}
.col-page-about .col-3 ul.list li .content strong{color:#fff;font-weight: bold;}
.col-page-about .col-3 ul.list li:hover .img{opacity: 1;transform: none;}
.col-page-about .col-4{background: #f1f2f3;}
.col-page-about .col-4 .container2{padding: 14vh 8.33vw 11.2vh;}
.col-page-about .col-4 .title{float: left;width: 36.3%;}
.col-page-about .col-4 .lists{float: right;width: 63.7%;}
.col-page-about .col-4 .lists ul{border-top: 1px solid rgba(0,0,0,.5);border-bottom:1px solid rgba(0,0,0,.5);}
.col-page-about .col-4 .lists ul li{border-bottom: 1px solid rgba(0,0,0,.1);}
.col-page-about .col-4 .lists ul li:last-child{border-bottom: none;}
.col-page-about .col-4 .lists ul li a{display: block;width: 100%;height: 60px;line-height: 60px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition: 0.36s;font-size: 18px;color:#666;}
.col-page-about .col-4 .lists ul li a:hover {background: #fff;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);color:#c8000b;padding-left: 20px;}
.col-page-about .col-4 .lists a.more{display: inline-block;margin-top: 6vh;font-size: 16px;transition: 0.3s;}
.col-page-about .col-4 .lists a.more span{display: inline-block;vertical-align: middle;}
.col-page-about .col-4 .lists a.more i.fa{vertical-align: middle;margin-left: 12px;transition: 0.36s;}
.col-page-about .col-4 .lists a.more:hover{color:#c8000b}
.col-page-about .col-4 .lists a.more:hover i.fa{margin-left: 15px;}
.col-page-about .col-5 .container2{padding: 14vh 8.33vw 11.2vh;}
.col-page-about .col-5 .title{float: left;width: 36.3%;}
.col-page-about .col-5 .content{float: right;width: 63.7%;font-size: 18px;}
.col-page-about .col-5 .content p:nth-child(1){font-size: 16px;color:#666;}
.col-page-about .col-5 .content strong{color:#c8000b;font-family: 'DIN';font-weight: 500;font-size: 1.875rem;margin-bottom: 1.5vh;display: block;}
.col-page-about .col-5 .content a{display: block;width: 169px;height: 48px;border: 1px solid #d00008;text-align: center;line-height: 46px;font-size: 16px;color:#666;transition: 0.36s;position: relative;z-index: 1;}
.col-page-about .col-5 .content a::after{content:'';width: calc(100% + 12px);height: calc(100% + 12px);border: 1px solid rgba(0, 0, 0, 0.1);position: absolute;left: -6px;top: -6px;z-index: -1;}
.col-page-about .col-5 .content a:hover{background: #c8000b;color:#fff;border-color: #c8000b;}

/* honor */
.col-page-honor {padding: 12vh 0;background: #f1f2f3;}
.col-page-honor h2{font-size: 2.5rem;margin-bottom: 8vh;}
.col-page-honor ul.list{display: flex;flex-wrap: wrap;}
.col-page-honor ul.list li{width: 31%;margin-right: 3.5%;margin-bottom: 3.5%;background: #fff;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
.col-page-honor ul.list li:nth-child(3n){margin-right: 0;}
.col-page-honor ul.list li .img{overflow: hidden;}
.col-page-honor ul.list li .img img{width: 100%;}
.col-page-honor ul.list li .content{padding: 2.1vh 1.4vw 3vh;}
.col-page-honor ul.list li .content .date{color:#666;font-size: 16px;margin-bottom: 10px;}
.col-page-honor ul.list li .content .title{font-size: 18px;line-height: 1.666;transition: 0.3s;}
.col-page-honor ul.list li:hover {transform: translateY(-5px);box-shadow: 0px 10px 60px -10px rgb(0 0 0 / 15%);}
.col-page-honor ul.list li:hover .content .title{color:#c8000b;}

/* news */
.col-page-news {background: #f1f2f3;padding: calc(90px + 8vh) 0 5vh;}
.col-page-news .news-top{margin-bottom: 10vh;}
.col-page-news .news-top a{position: relative;display: block;}
.col-page-news .news-top a .img{position: relative;overflow: hidden;}
.col-page-news .news-top a .img img{transition: 3s cubic-bezier(.165,.84,.44,1);}
.col-page-news .news-top a .img::after{content:'';width: 100%;height: 40.8%;position: absolute;bottom: 0;left: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.502;
}
.col-page-news .news-top a .content{position: absolute;bottom: 0;left: 0;padding: 0 3.5vw 5.2vh;color:#fff;z-index: 2;}
.col-page-news .news-top a .content .date{font-size: 18px;margin-bottom: 10px;}
.col-page-news .news-top a .content h2{font-size: 2.5rem;}
.col-page-news .news-top a:hover .img img{transform: scale(1.02);}
.col-page-news ul.list{display: flex;flex-wrap: wrap;}
.col-page-news ul.list li{position: relative;background: #fff;width: 31%;margin-right: 3.5%;margin-bottom: 3.5%;}
.col-page-news ul.list li:nth-child(3n){margin-right: 0;}
.col-page-news ul.list li .img img{width: 100%;}
.col-page-news ul.list li .content{padding: 3.3vh 3vw 8vh 20px;}
.col-page-news ul.list li .date{color:#666;font-size: 16px;margin-bottom: 10px;}
.col-page-news ul.list li h3{font-size: 18px;line-height: 1.666;transition: 0.3s color;}
.col-page-news ul.list li .s-content{color:#666;font-size: 16px;line-height: 1.875;height: 90px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-top: 3vh;}
.col-page-news ul.list li .wrap{padding: 3.3vh 3vw 8vh 20px;}
.col-page-news ul.list li:hover .wrap h3{color:#c8000b;}
.col-page-news ul.list li.ImgItem .wrap{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #c8000b;color:#fff;opacity: 0;visibility: hidden;transition: 0.5s;}
.col-page-news ul.list li.ImgItem .wrap .date,.col-page-news ul.list li.ImgItem .wrap .s-content{color:#fff}
.col-page-news ul.list li.ImgItem .wrap>*{transform: translateY(20px);opacity: 0;transition: 0.36s;}
.col-page-news ul.list li.ImgItem:hover .wrap{opacity: 1;visibility: visible;}
.col-page-news ul.list li.ImgItem:hover .wrap>*{transform: none;opacity: 1;transition-delay: 0.25s;}
.col-page-news ul.list li.ImgItem:hover .wrap h3{color:#fff;}
/**/
.col-page-notice{padding: calc(90px + 8vh) 0 5vh;}
.col-page-notice ul.list li.title-head{border-bottom:3px solid #c8000b;}
.col-page-notice ul.list li.title-head .wrap>*{ font-weight:bold; font-size:18px;}
.col-page-notice ul.list li .wrap{padding:25px 0 15px 0;display:flex; flex-wrap:wrap; border-bottom:1px dotted #dedede;}
.col-page-notice ul.list li h3{font-size:18px; width:75%}
.col-page-notice ul.list li .sort{font-size:18px; width:15%;}
.col-page-notice ul.list li .date{width:10%;}
/* 新闻详情页 */
.col-news { position: relative; margin: 0 auto;padding: calc(90px + 6vh) 8.33vw 0;background: #f1f2f3;}
.col-news article {margin:40px 0;float: left;width: 100%;}
.col-news .met_clear {clear: both;}
.col-news .met_module2 h1.met_title {font-size: 24px;font-weight: normal;padding: 5px 0;color:#000;}
.col-news .met_module2 .met_infos {color: #818181;font-size: 12px;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.col-news .met_module2 .met_time { padding-right: 6px;}
.col-news .met_module2 .met_source {padding-right: 6px;}
.col-news .met_module2 .met_source a {color: #607fa6;}
.col-news .met_module2 .met_editor { padding: 0 10px;color:#000;}
.col-news .met_module2 .met_editor p{margin-bottom: 10px;}
.col-news .met_editor {line-height: 2;}
.col-news .met_tools {border-top: 1px solid #ddd;margin-top: 30px;position: relative;padding: 10px 10px 0;}
.col-news .met_tools .met_page {clear: both;color: #818181;}
.col-news .met_tools .met_page li {display: inline-block;list-style: none;margin-right: 30px;}
.col-news .met_tools .met_page li:last-child{margin-right: 0}
.col-news .met_tools .met_page li span {padding-right: 5px;}
.col-news .met_tools .met_page a {color: #607fa6;}

/* story */
.col-page-story{padding:15vh 0 12vh;}
.col-page-story ul.list li{display: flex;align-items: center;margin-bottom: 25vh;}
.col-page-story ul.list li:last-child{margin-bottom: 0;}
.col-page-story ul.list li:nth-child(2n){flex-direction: row-reverse;}
.col-page-story ul.list li .img{text-align: center;padding: 0 2.5vw;width: 50%;}
.col-page-story ul.list li .content{width: 50%;padding: 20px 5vw 20px 6vw;}
.col-page-story ul.list li:nth-child(2n) .content{padding: 20px 6vw 20px 5vw;}
.col-page-story ul.list li .title{font-size: 2.25rem;color:#c8000b;margin-bottom: 3vh;}
.col-page-story ul.list li .s-content{color:#666;font-size: 16px;line-height: 2;}
.col-page-story .story-content{margin-top: 20vh;font-size: 16px;color:#666;line-height: 2;}
.col-page-story .story-content h2{color:#c8000b;font-size: 2.25rem;}



/* video */
.col-page-video{padding: 10vh 0;}
.col-page-video ul.list {display: flex;flex-wrap: wrap;}
.col-page-video ul.list li{width: 32%;margin-right: 2%;margin-bottom: 8vh;position: relative;text-align: center;}
.col-page-video ul.list li:nth-child(3n){margin-right: 0;}
.col-page-video ul.list li .img img{width: 100%;}
.col-page-video ul.list li .title{font-size: 18px;color:#666;margin-top: 3vh;}
.col-page-video ul.list li .wrap{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #c8000b;opacity: 0;transition: 0.5s;visibility: hidden;display: flex;flex-direction: column;justify-content: center;}
.col-page-video ul.list li .wrap i.play-btn{display: block;width: 62px;height: 62px;background: url(../images/play.png)no-repeat center/cover;margin: 0 auto;transform: translateY(20px);opacity: 0;transition: 0.36s;}
.col-page-video ul.list li .wrap .title{color:#fff;transform: translateY(20px);opacity: 0;transition: 0.36s;}
.col-page-video ul.list li:hover .wrap{opacity: 1;visibility: visible;}
.col-page-video ul.list li:hover .wrap i.play-btn,.col-page-video ul.list li:hover .wrap .title{transform: none;opacity: 1;transition-delay: 0.25s;}

/* timelines */
.col-page-timelines{padding: calc(90px + 8vh) 0 3vh;}
.col-page-timelines .history-container {overflow: visible;padding-right: 50%;}
.col-page-timelines .history-container .swiper-slide .wrap .title{float: left;width: 20.5%;font-size: 3rem;font-weight: bold;color:#c8000b;position: relative;}
.col-page-timelines .history-container .swiper-slide .wrap .title::after{content:'';width: 1px;height: 94px;background: #e5e5e5;position: absolute;right: 0;top: 0;}
.col-page-timelines .history-container .swiper-slide .wrap .content{float: right;width: 79.5%;padding-right: 6vw;padding-left: 2vw;}
.col-page-timelines .history-container .swiper-slide .wrap .content .s-content{font-size: 16px;color:#666;line-height: 2;margin-bottom: 4vh;}
.col-page-timelines .history-container .swiper-slide .wrap .content .img{position: relative;}
.col-page-timelines .year-container {margin-top: 10vh;}
.col-page-timelines .year-container .swiper-slide .title{text-align: center;font-size: 18px;font-weight: bold;color:#999999;transition: 0.36s;cursor: pointer;}
.col-page-timelines .year-container .swiper-slide.swiper-slide-thumb-active .title{color:#c8000b;}

/* innovation */
.col-page-innovation{background: #f1f2f3;}
.col-page-innovation .inno-content {transform: translateY(-9.5vh);}
.col-page-innovation .inno-content .content{background: #fff;padding: 10vh 7.5vw;font-size: 16px;line-height: 1.875;}
.col-page-innovation .col-1 {font-size: 0;padding: 8vh 0;}
.col-page-innovation .col-1 .img{display: inline-block;width: 50%;vertical-align: middle;}
.col-page-innovation .col-1 .content{display: inline-block;width: 50%;vertical-align: middle;padding-left: 3.3vw;}
.col-page-innovation .col-1 .content .title{font-size: 2.5rem;color:#c8000b;margin-bottom: 4vh;}
.col-page-innovation .col-1 .content .s-content{font-size: 16px;line-height: 1.875;}
.col-page-innovation .col-1:nth-child(3) .content{padding-left: 0;padding-right: 3.3vw;}
.col-page-innovation .col-3 {padding: 30vh 0 35vh;}
.col-page-innovation .col-3 .content{margin-left: auto;max-width: 535px;}
.col-page-innovation .col-3 .content .title{font-size: 2.5rem;color:#c8000b;margin-bottom: 4vh;}
.col-page-innovation .col-3 .content .s-content{font-size: 16px;line-height: 1.875;}
.col-page-innovation .col-4{padding: 12vh 0;background: #fff;}
.col-page-innovation .col-4 .content{font-size: 16px;line-height: 1.875;padding-right: 33%;position: relative;}
.col-page-innovation .col-4 .content ul{max-width: 33%;position: absolute;top: 0;right: 0;color:#666;}
.col-page-innovation .col-4 .content ul li p:nth-child(1){color:#c8000b;margin-top: 3vh;}
.col-page-innovation .col-4 .content ul li p:nth-child(1) span{font-size: 3rem;font-weight: bold;font-family: 'DIN';vertical-align: baseline;line-height: 1;}

/* col-page-restaurant */
.col-page-restaurant {padding: calc(90px + 8vh) 0 9vh;}
.col-page-restaurant ul.list {display: flex;flex-wrap: wrap;}
.col-page-restaurant ul.list li{width: 23.5%;margin-right: 2%;margin-bottom: 5vh;text-align: center;}
.col-page-restaurant ul.list li:nth-child(4n){margin-right: 0;}
.col-page-restaurant ul.list li .title{margin-top: 3vh;font-size: 24px;transition: 0.3s;}
.col-page-restaurant ul.list li:hover .title{color:#c8000b}
.childNav{margin: 0 0 8vh;}
.childNav a{font-size: 2.5rem;display: inline-block;transition: 0.36s;margin-right: 2.5rem;}
.childNav a:hover,.childNav a.active{color:#c8000b;}


/* channel */
.col-page-channel {padding: 11vh 0 1px;}
.col-page-channel .vicenav{text-align: center;}
.col-page-channel .vicenav a{font-size: 2.5rem;margin: 0 3vw;position: relative;}
.col-page-channel .vicenav a:not(:last-child)::after{content:'';width: 1px;height: 45px;background: #dcdcdc;position: absolute;right: -3vw;top: 50%;transform: translateY(-50%);}
.col-page-channel .vicenav a.active{color:#c8000b;}
.col-page-channel h2{font-size: 2.5rem;color:#c8000b;margin-bottom: 3vh;}
.col-page-channel .col-1 {padding: 12vh 0;}
.col-page-channel .col-1 .content{font-size: 16px;line-height: 1.875;margin-bottom: 8vh;}
.col-page-channel .col-1 h3{font-size: 1.875rem;margin-bottom: 4vh;}
.col-page-channel .col-1 ul.list1{overflow: hidden;display: flex;flex-wrap: wrap;border-top: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;}
.col-page-channel .col-1 ul.list1 li{border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;width:20%;font-size: 0;text-align: center;}
.col-page-channel .col-1 .child{margin-bottom: 7vh;}
.col-page-channel .col-1 ul.list2{display: flex;flex-wrap: wrap;}
.col-page-channel .col-1 ul.list2 li{width: 22%;margin-right: 4%;margin-bottom: 4%;}
.col-page-channel .col-1 ul.list2 li:nth-child(4n){margin-right: 0;}
.col-page-channel .col-1 ul.list2 li .title{text-align: center;margin-top: 2vh;font-size: 18px;line-height: 1.333;padding: 0 2vw;}
.col-page-channel .col-2{padding: 18vh 0 20vh;}
.col-page-channel .col-2 .wrap{font-size: 0;}
.col-page-channel .col-2 .wrap .content{text-align: center;max-width: 780px;margin: 0 auto;color: #666;font-size: 18px;line-height: 1.666;}
.col-page-channel .col-2 .wrap .content h3{max-width: 505px;margin: 0 auto;font-size: 1.875rem;font-weight: normal;line-height: 1.4;color:#000;}

/* business */
.col-page-business {padding: 11vh 0;z-index: 8 !important;}
.col-page-business .vicenav{text-align: center;}
.col-page-business .vicenav a{font-size: 2.5rem;margin: 0 3vw;position: relative;}
.col-page-business .vicenav a:not(:last-child)::after{content:'';width: 1px;height: 45px;background: #dcdcdc;position: absolute;right: -3vw;top: 50%;transform: translateY(-50%);}
.col-page-business .vicenav a.active{color:#c8000b;}
.col-page-business ul.list{flex-wrap: wrap;justify-content: space-evenly;}
.col-page-business ul.list li{text-align: center;margin-bottom: 6vh;position: relative;padding: 0 10px 18px;min-width: 120px;cursor: pointer;}
.col-page-business ul.list li .title{font-size: 18px;color:#666;line-height: 1.333;transition: 0.3s;margin-top: 15px;}
.col-page-business ul.list li .code{position: absolute;top: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 9999;box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);padding: 12px;}
.col-page-business ul.list li .code::after{content:'';border-bottom:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;bottom:100%;left: 50%;transform: translateX(-50%);}
.col-page-business ul.list li .code img{max-width: 120px;}
.col-page-business ul.list li:hover .title{color:#c8000b}


/* product */
.col-page-product{padding: 4vh 0 8vh;}
.col-page-product .vicenav{border-bottom: 1px solid rgba(0, 0, 0, 0.1);text-align: center;}
.col-page-product ul.list{display: flex;flex-wrap: wrap;}
.col-page-product ul.list li{width: 22%;margin-right: 4%;margin-bottom: 12vh;}
.col-page-product ul.list li:nth-child(4n){margin-right: 0;}
.col-page-product ul.list li .img{overflow: hidden;}
.col-page-product ul.list li .title{text-align: center;font-size: 18px;margin-top: 2px;transition: 0.36s;position: relative;z-index: 2;}
.col-page-product ul.list li:hover .title{color:#c8000b}

/* detail */
.col-product-detail{padding:calc(90px + 8vh) 0 6vh;}
.col-product-detail .pro_show{font-size:0;margin-bottom: 6vh;}
.col-product-detail .pro_show .wrap{display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: space-between;}
.col-product-detail .pro_show .wrap .caseleft{width: 50%;padding-right: 8vw;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb{margin-top:7px;position: relative;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-slide{border:2px solid transparent;transition: 0.36s;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-slide-thumb-active{border:2px solid #19306f;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-button{position: absolute;width: auto;height: 100%;font-size: 28px;color:#313131;background: none;top: 0;margin-top: 0;opacity: 1;outline: none;font-weight: bold;}
.col-product-detail .pro_show .wrap .caseleft .col-thumb .swiper-button i{position: absolute;top:50%;transform: translateY(-50%);}
.col-product-detail .pro_show .wrap .caseright{width: 50%;position: relative;padding-bottom: 35px;padding-top: 18px;}
.col-product-detail .pro_show .wrap .caseright h2{font-size:1.875rem;font-weight: 500;line-height: 1;margin-bottom: 6.5vh;}
.col-product-detail .pro_show .wrap .caseright .desc h3{font-size: 18px;font-weight: bold;margin-bottom: 16px;}
.col-product-detail .pro_show .wrap .caseright .desc .s-content{font-size: 18px;line-height: 1.45;margin-bottom: 5vh;}
.col-product-detail .pro_show .wrap .caseright .link a{display: inline-block;font-size:18px;color:#fff;width:200px;height: 50px;background: #19306f;text-align: center;line-height: 48px;transition: 0.36s;margin-top: 16vh;}
.col-product-detail .pro_show .wrap .caseright .link a:hover{box-shadow: 0 3px 5px 12px 0 rgba(0, 0, 0, 0.3);transform: translateY(-5px);}
.col-product-detail .detail h3{font-size:24px;font-weight: bold;margin-bottom: 15px;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;}
.col-product-detail .detail .content{margin-bottom: 7vh;font-size: 18px;line-height: 1.666;}
.col-product-detail .detail .content ul{font-size: 0;}
.col-product-detail .detail .content ul li{display: inline-block;vertical-align: top;margin-right: 2.5vw;margin-bottom: 15px;text-align: center;}
.col-product-detail .detail .content ul li p:nth-child(2){font-size: 18px;font-weight: 500;margin-top: 2.1vh;}
.col-product-detail .inquiry {background: #f8f9fa;}
.col-product-detail .inquiry h3{font-size: 24px;font-weight: bold;margin-bottom: 30px;padding:20px 1.8vw;}
.col-product-detail .inquiry .wrap{padding:10px 1.8vw 5vh;}
.col-product-detail .inquiry p.cont{font-size: 18px;margin-bottom: 5vh;color:#666;}
.col-product-detail .inquiry form ul {float: left;width: 49%;}
.col-product-detail .inquiry form ul li{margin-bottom: 20px;font-size: 0;}
.col-product-detail .inquiry form ul li input{width: 100%;border:1px solid #d2d2d2;padding-left: 10px;outline: none;background: #fff;font-size: 18px;height: 58px;}
.col-product-detail .inquiry form ul li textarea{width:100%;border:1px solid #d2d2d2;;outline: none;background: #fff;font-size: 18px;min-height: 214px;padding-left: 10px;padding-top: 10px;}
.col-product-detail .inquiry form ul li .form-check{display: inline-block;font-size: 14px;color:#868686;width: 60px;}
.col-product-detail .inquiry form ul li .form-check input{width:auto;margin-right: 5px;    vertical-align: middle;margin-bottom: 6px;}
.col-product-detail .inquiry form ul li:last-child i{vertical-align: top;}
.col-product-detail .inquiry form ul li:last-child span{vertical-align: top}
.col-product-detail .inquiry form .code{float: right;width: 51%;padding-left: 3.5vw}
.col-product-detail .inquiry form .code .verify{border:1px solid #d2d2d2;height: 50px;background: #fff;padding-left: 10px;font-size: 18px;width: 190px;vertical-align: middle;}
.col-product-detail .inquiry form .code .recaptcha{color:#868686;margin:10px 0 15px;display: inline-block;border-bottom: 1px solid #868686;}
.col-product-detail .inquiry form .code .content{color:#868686;font-size: 16px;line-height: 1.5;margin-bottom: 18px;}
.col-product-detail .inquiry form .code .sub{width: 200px;height: 55px;background: #c8000b;margin-top: 6vh;border:none;outline: none;color:#fff;border-radius: 2px;font-size: 18px;}
.col-product-detail .more_product{padding:7vh 0;}
.col-product-detail .more_product h3{font-size:1.5rem;font-weight: bold;margin-bottom: 4vh;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;}
.col-product-detail .more_product ul.list{font-size: 0;}
.col-product-detail .more_product ul.list li{display: inline-block;vertical-align: top;width: 16.8%;margin-right: 4%;margin-bottom: 20px;}
.col-product-detail .more_product ul.list li:nth-child(5n){margin-right: 0;}
.col-product-detail .more_product ul.list li .img{overflow: hidden;}
.col-product-detail .more_product ul.list li .img img{width: 100%;transition: 0.5s;}
.col-product-detail .more_product ul.list li .title{text-align: center;margin-top: 3.8vh;font-size: 18px;transition: 0.3s;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.col-product-detail .more_product ul.list li:hover .img img{transform: scale(1.1);}
.col-product-detail .more_product ul.list li:hover .title{color:#19306f;}

/* innovation */


/* base */
.col-page-base ul.list li{display: flex;}
.col-page-base ul.list li:nth-child(2n){flex-direction: row-reverse;}
.col-page-base ul.list li .img{width: 50%;}
.col-page-base ul.list li .img img{width: 100%;}
.col-page-base ul.list li .content{width: 50%;display: flex;flex-direction: column;justify-content: center;text-align: center;padding: 5.2vh 11vw;}
.col-page-base ul.list li .content .title{font-size: 2.5rem;color:#c8000b;margin-bottom: 5.2vh;}
.col-page-base ul.list li .content .s-content{color:#666;font-size: 16px;line-height: 1.666;text-align: left;}

/* quality */
.col-page-quality{padding: 11vh 0 0;}
.col-page-quality .item .content{padding: 0 0 12vh;font-size: 18px;color:#666;line-height: 1.666;}
.col-page-quality .item .wrap{position: relative;overflow: hidden;height: 960px;}
.col-page-quality .item .wrap ul.list{display: flex;flex-wrap: wrap;width: 100%;height: 100%;}
.col-page-quality .item .wrap ul.list li{width: 20%;height: 100%;position: relative;border-right: 1px solid rgba(255,255,255,.2);text-align: center;color:#fff;}
.col-page-quality .item .wrap ul.list li:nth-child(5n){border-right: none;}
.col-page-quality .item .wrap ul.list li .img{position: absolute;left: 0;width: 100%;bottom: calc(50% - 9vh);transform: translateY(20px);opacity: 0;visibility: hidden;transition: 0.5s;padding: 0 3.8vw;}
.col-page-quality .item .wrap ul.list li .inner{position: absolute;left: 0;width: 100%;bottom: 50%;transform: translateY(50%);transition: 0.5s;}
.col-page-quality .item .wrap ul.list li .inner h2{font-size: 30px;margin-bottom: 5px;}
.col-page-quality .item .wrap ul.list li .inner .s-content{font-size: 24px;}
.col-page-quality .item .wrap ul.list li:hover .img{transform: none;opacity: 1;transition-delay: 0.3s;visibility: visible;}
.col-page-quality .item .wrap ul.list li:hover .inner {bottom: calc(50% - 17vh);}


/* tourism */
.col-page-tourism{background: #f1f2f3;padding: 8vh 0;}
.col-page-tourism .content{background: #fff;}
.col-page-tourism .content ul li{padding: 6.1vh 4.5vw;position: relative;border-bottom: 1px dashed rgba(0, 0, 0, 0.1);font-size: 16px;color:#666;line-height: 2;}
.col-page-tourism .content ul li h1{font-size: 2.5rem;font-weight: normal;color:#000;}
.col-page-tourism .content ul li:not(:last-child)::before,.col-page-tourism .content ul li:not(:last-child)::after{content:'';width: 13px;height: 13px;border-radius: 50%;background: #f1f2f3;position: absolute;left: -7px;bottom: -6px;}
.col-page-tourism .content ul li:not(:last-child)::after{left: auto;right: -7px;}

/* recruit */
.col-page-recruit {padding: 8vh 0;background: #f3f3f3;}
.col-page-recruit .vicenav{margin-bottom: 0;}
.col-page-recruit .screening{margin-bottom: 4vh;display: flex;font-size: 0}
.col-page-recruit .screening>*{outline: none;background: #fff;height: 55px;border-radius: 3px;border: none;font-size: 16px;}
.col-page-recruit .screening select{margin-right: 2%;width: 23.5%;padding-left: 12px;}
.col-page-recruit .screening select option{font-size: 14px;}
.col-page-recruit .screening input{width: calc(50% - 118px);padding-left: 12px;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.col-page-recruit .screening button{width: 118px;background: #c8000b;color:#fff;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.col-page-recruit ul.list{border-top: 1px solid #434343;border-bottom: 1px solid #434343;}
.col-page-recruit ul.list li{border-bottom: 1px solid rgba(67,67,67,0.2);}
.col-page-recruit ul.list li:last-child{border-bottom:none;}
.col-page-recruit ul.list li .title{padding: 4vh 0;display: flex;align-items: center;cursor: pointer;}
.col-page-recruit ul.list li .title .name{font-size: 18px;width: calc(100% - 65px);transition: 0.3s;}
.col-page-recruit ul.list li .title .desc{display: none;}
.col-page-recruit ul.list li .title i.more{display: block;width: 60px;position: relative;}
.col-page-recruit ul.list li .title i.more::before,.col-page-recruit ul.list li .title i.more::after{content:'';width: 15px;height: 3px;background: #434343;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 0.36s;}
.col-page-recruit ul.list li .title i.more::after{width: 3px;height: 15px;}
.col-page-recruit ul.list li .content{overflow: hidden;padding: 3.8vh 0 10vh;display: none;font-size: 0;}
.col-page-recruit ul.list li .content .item{width: 50%;display: inline-block;color:#666;font-size: 16px;line-height: 1.875;margin-bottom: 20px;vertical-align: top;}
.col-page-recruit ul.list li .content .item:nth-child(2n){padding-left: 2.5vw;}
.col-page-recruit ul.list li.active .title .name{color:#c8000b;}
.col-page-recruit ul.list li.active .title .desc{opacity: 0;}
.col-page-recruit ul.list li.active .title i.more::before{background: #c8000b;}
.col-page-recruit ul.list li.active .title i.more::after{height: 0;}

/* col-page-relations */
.col-page-relations{padding: calc(90px + 33vh) 0 30vh;color:#fff;text-align: center;}
.col-page-relations ul{display: flex;flex-wrap: wrap;}
.col-page-relations ul li{width: 25%;font-size: 18px;line-height: 1.666;padding: 0 10px;}
.col-page-relations ul li img{margin-bottom: 3vh;}
.col-page-relations ul li strong{font-size: 24px;font-weight: bold;}

/* mode */
.col-page-mode{padding: 8vh 0 10vh;}
.col-page-mode .content ul{position: relative;}
.col-page-mode .content ul li:nth-child(2){position: absolute;width: 100%;left: 0;bottom: 5vh;text-align: center;color:#fff;font-size: 18px;}
.col-page-mode .content ul li:nth-child(2) h2{font-size: 2.5rem;margin-bottom: 8px;}



/* search */
#search{padding: calc(90px + 8vh) 0 6vh;overflow:hidden}
#search .goomay-keywords-light{background: #c8000b !important;color:#ffffff !important;}
#search .search_left{border: 1px solid #d6d6d6;padding-top:5px;padding-bottom:5px;}
#search .s_head{border-bottom: 1px solid #d6d6d6;height: 50px;}
#search .s_head h2{line-height: 50px;text-align: center;font-size: 24px;font-weight: bold;color:#d92129;}
#search .s_body ul{margin-top: 10px;}
#search .s_body ul span{display: block;color: #333;line-height: 40px;}
#search .s_body ul input,.s_body ul select{height: 35px;width: 100%;line-height: 35px;border: 1px solid #e6e6e6;padding-left: 10px;margin-bottom: 10px;}
#search .s_body .sub input{height: 45px;line-height: 45px;background: #c8000b;border: 0;color: #fff;transition: 0.3s;text-align: center;padding-left: 0px;font-size: 16px;}
#search .search_right .no-result{text-align: center;font-size: 30px;color:#c8000b;margin-top:50px;}
#search .search-result-title{font-size: 20px;color: #333;line-height: 30px;height: 30px;overflow: hidden;}
#search .entry-image {float: left;width: 120px;margin: 0 20px 0 0;}
#search .entry-c{position: relative;overflow: hidden;}
#search .search-result-info{padding:5px 0;}
#search .search-result-info li{display: inline-block;}
#search .entry-content p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
#search .search_right em{color: #c8000b;}
#search .search_right .search-result{margin-left:25px;}
#search .search_right .search-li{border-bottom: 1px solid #d6d6d6;margin-bottom: 30px;padding-bottom: 10px;}
#search .search_right li{overflow: hidden;}
#search .search-result-info li:before{content: '/';display: inline-block;margin-left: 10px;margin-right: 10px;opacity: 0.5}
#search .search-result-info li:first-child:before { display: none; }
#search .product_list{padding-bottom: 15px;border-bottom: 1px solid #d6d6d6; margin-bottom: 15px;}
#search .product_img{float: left;}
#search .product_img img{border-radius: 50%;}
#search .product_img img:hover{width: 90px;height: 90px;}
#search .product_body{float: left;margin-left: 20px;margin-top: 10px;}
#search .se_news{float: right;width: 79%;}
#search .news ul li .se_news a {color:#c8000b;text-decoration: underline;display: inline-block;height: 22px;overflow: hidden;transition: 0.3s;}
#search .search_right .news .date em{color: #fff;}

.col-page-brand {font-family: 'Source Han Serif';margin-top: 90px;}
.col-page-brand .col-brand{position: relative;color:#fff;text-align: center;z-index: 1;}
.col-page-brand .col-brand .content{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;font-weight: bold;z-index: 1;}
.col-page-brand .col-brand .content img{width: 15.9375vw;}
.col-page-brand .col-brand .content h1{font-weight: bold;display: inline-block;padding: 1.04vw 3vw;border-radius: 50%;border: 2px solid #fff;font-size: 3.75vw;margin: 2vw 0 1.2vw;}
.col-page-brand .col-brand .content h3{line-height: 1.3;font-size: 2.4vw;font-weight: bold;}
.col-page-brand .col-brand .content h2{font-size: 2.96875vw;font-weight: bold;margin-top: 0.93875vw;letter-spacing: 0.28vw;}
.col-page-brand .name{text-align: center;margin-bottom: 6vh;font-size: 0;}
.col-page-brand .name span{display: inline-block;font-size: 2.7083vw;padding: 0.5vw 3.6vw;border-radius: 50%;border: 2px solid #ca0014;color:#ca0014;font-weight: 800;letter-spacing: 0.28vw;}
.col-page-brand .col-1{padding: 6vh 0;}
.col-page-brand .col-1 .content{margin-bottom: 8vh;font-size: 24px;font-weight: bold;color:#ca0014;}
.col-page-brand .col-1 ul.list{display: flex;flex-wrap: wrap;letter-spacing: 0.2vw;}
.col-page-brand .col-1 ul.list>li{width: 32%;margin-right: 2%;margin-bottom: 4%;text-align: center;display: flex;align-items: center;justify-content: space-between;}
.col-page-brand .col-1 ul.list>li:nth-child(3n){margin-right: 0;}
.col-page-brand .col-1 ul.list>li .left{width: 30%;text-align: center;position: relative;}
.col-page-brand .col-1 ul.list>li .left::after{content:'';width: 16px;height: 18px;background: url(../images/next.jpg) no-repeat center/cover;top: 50%;left:126%;transform: translate(-50%,-50%);position: absolute;}
.col-page-brand .col-1 ul.list>li .left .img{line-height: 114px;font-size: 0;}
.col-page-brand .col-1 ul.list>li .left .title{font-size: 1.4583vw;font-weight: 800;}
.col-page-brand .col-1 ul.list>li .right{width: 52%;}
.col-page-brand .col-1 ul.list>li .right .s-content{font-size: 20px;color:#6b6b6b;font-weight: 500;text-align: left;}

.col-page-brand .col-2{padding: 6vh 0;}
.col-page-brand .col-2 .tab-nav{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;margin-bottom: 5vh;}
.col-page-brand .col-2 .tab-nav a{font-size: 1.25vw;font-weight: bold;color:#fff;padding:8px 10px ;border-radius: 10px;background: #c4c4c4;transition: 0.25s;margin: 0 20px 10px;line-height: 1;}
.col-page-brand .col-2 .tab-nav a.active,.col-page-brand .col-2 .tab-nav a:hover{background: #ca0014;}
.col-page-brand .col-2 .tab-box .box{display: none;text-align: center;}
.col-page-brand .col-2 .tab-box .box.active{display: block;}
.col-page-brand .col-2 .tab-box .box h2{margin-bottom: 5.2vh;}
.col-page-brand .col-2 .tab-box .box h2 span{display: inline-block;position: relative;font-size: 2.5vw;font-weight: bold;letter-spacing: 0.28vw;}
.col-page-brand .col-2 .tab-box .box h2 span::before,.col-page-brand .col-2 .tab-box .box h2 span::after{content:'';width: 12.6vw;height:1.72vw;background: url(../images/title.jpg) no-repeat center/100% 100%;position: absolute;top: 50%;transform: translateY(-50%);right: calc(100% + 2.125vw);}
.col-page-brand .col-2 .tab-box .box h2 span::after{right: auto;left: calc(100% + 2.125vw);}
.col-page-brand .col-2 .tab-box .box .swiper-slide .img{transform-origin: center bottom;transform: scale(0.8);transition: 0.5s;border-radius: 40px;overflow: hidden;min-height: 66px;}
.col-page-brand .col-2 .tab-box .box .swiper-slide .title{font-size: 4.16vw;letter-spacing: 0.28vw;font-weight: 600;color:#ca0014;transform: scale(0.6);transition: 0.5s;margin: 2vh 0;}
.col-page-brand .col-2 .tab-box .box .swiper-slide .s-content{font-size: 1.25vw;transform-origin: top center;transform: scale(0.7);display: flex;justify-content: center;transition: 0.5s;}
.col-page-brand .col-2 .tab-box .box .swiper-slide .s-content ul{display: flex;flex-direction: column;align-items: flex-start;}
.col-page-brand .col-2 .tab-box .box .swiper-slide .s-content ul li{line-height: 1.666;display: flex;align-items: flex-start;justify-content: center;}
.col-page-brand .col-2 .tab-box .box .swiper-slide .s-content ul li p{margin: 0 1.125vw;}
.col-page-brand .col-2 .tab-box .box .swiper-slide-active .img,.col-page-brand .col-2 .tab-box .box .swiper-slide-active .title,.col-page-brand .col-2 .tab-box .box .swiper-slide-active .s-content{transform: scale(1);}
.col-page-brand .col-2 .tab-box .box .swiper-pagination{position: static;margin-top: 3.5vh;height: 35px;}
.col-page-brand .col-2 .tab-box .box .swiper-pagination span{width: 28px;height: 28px;background: #afafaf;opacity: 1;transition: 0.25s;vertical-align: middle;margin: 0 5px;}
.col-page-brand .col-2 .tab-box .box .swiper-pagination span.swiper-pagination-bullet-active{background: #ca0014;width: 35px;height: 35px;}
.col-page-brand .col-2 .tab-box .box .content ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.col-page-brand .col-2 .tab-box .box .content ul li img{width: 100%;}
.col-page-brand .col-2 .tab-box .box.box4 .content ul li:nth-child(1){width: 56.5%;}
.col-page-brand .col-2 .tab-box .box.box4 .content ul li:nth-child(2){width: 42%;}
.col-page-brand .col-2 .tab-box .box.box4 .content ul li:nth-child(2)>p:not(:last-child){margin-bottom: 1.5vw;}
.col-page-brand .col-2 .tab-box .box.box5 .content ul li:nth-child(1){width: 57%;}
.col-page-brand .col-2 .tab-box .box.box5 .content ul li:nth-child(2){width: 42%;}
.col-page-brand .col-2 .tab-box .box.box6 .content img{max-width: 52%;}
.col-page-brand .col-2 .tab-box .box.box7 .content img{max-width: 55%;}
.col-page-brand .col-2 .tab-box .box.box8 .content ul li:nth-child(1){width: 58%;}
.col-page-brand .col-2 .tab-box .box.box8 .content ul li:nth-child(2){width: 33%;}
.col-page-brand .col-3 {padding: 6vh 0;}
.col-page-brand .col-3 .swiper-slide h2{margin-bottom: 3vh;text-align: center;}
.col-page-brand .col-3 .swiper-slide h2 span{display: inline-block;position: relative;font-size: 2.5vw;font-weight: bold;letter-spacing: 0.28vw;}
.col-page-brand .col-3 .swiper-slide h2 span::before,.col-page-brand .col-3 .swiper-slide h2 span::after{content:'';width: 12.6vw;height:1.72vw;background: url(../images/title.jpg) no-repeat center/100% 100%;position: absolute;top: 50%;transform: translateY(-50%);right: calc(100% + 2.125vw);}
.col-page-brand .col-3 .swiper-slide h2 span::after{right: auto;left: calc(100% + 2.125vw);}
.col-page-brand .col-3 .swiper-slide .wrap{display: flex;flex-wrap: wrap;}
.col-page-brand .col-3 .swiper-slide .wrap .item{width: 33.33%;}
.col-page-brand .col-3 .swiper-slide .wrap .item:nth-child(2){padding: 0 1.15vw;}
.col-page-brand .col-3 .swiper-slide .wrap .item:nth-child(2) .img{width: 100%;height: 100%;position: relative;}
.col-page-brand .col-3 .swiper-slide .wrap .item:nth-child(2) .img a{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.col-page-brand .col-3 .swiper-slide .wrap .item:nth-child(2) .img img{width: 100%;height: 100%;object-fit: cover;}
.col-page-brand .col-3 .swiper-slide .wrap .item .img{margin-bottom: 1.15vw;}
.col-page-brand .col-3 .swiper-slide .wrap .item .img:last-child{margin-bottom: 0;}
.col-page-brand .col-3 .swiper-slide .wrap .item .img a{display: block;}
.col-page-brand .col-3 .swiper-pagination{position: static;margin-top: 3.5vh;height: 35px;}
.col-page-brand .col-3 .swiper-pagination span{width: 28px;height: 28px;background: #afafaf;opacity: 1;transition: 0.25s;vertical-align: middle;margin: 0 5px;}
.col-page-brand .col-3 .swiper-pagination span.swiper-pagination-bullet-active{background: #ca0014;width: 35px;height: 35px;}
.col-page-brand .col-4 .num{margin-bottom: 5vh;display: flex;}
.col-page-brand .col-4 .num .item{flex:1;text-align: center;position: relative;font-weight: 800;font-size: 6vw;color:#ca0014;line-height: 1.2;}
.col-page-brand .col-4 .num .item:not(:last-child):after{content:'';width: 3.125vw;height: 1.7578vw;background: url(../images/arrow.png) no-repeat center/100% 100%;position: absolute;right: 0;top: 50%;transform: translate(50%,-50%);}
.col-page-brand .col-4 .lists{background: #ca0014;color:#fff;padding: 25px 0 12vh;}
.col-page-brand .col-4 .lists ul{display: flex;flex-wrap: wrap;}
.col-page-brand .col-4 .lists ul li{flex: 1;text-align: center;display: flex;flex-direction: column;}
.col-page-brand .col-4 .lists ul li .title{font-size: 2.083vw;font-weight: 800;position: relative;margin-bottom: 3.5vh;}
.col-page-brand .col-4 .lists ul li .title span{position: relative;padding-bottom: 10px;display: inline-block;}
.col-page-brand .col-4 .lists ul li .title span::after{content:'';width: 80%;height: 2px;background: #fff;position: absolute;left: 10%;bottom: 0;}
.col-page-brand .col-4 .lists ul li .content{position: relative;flex-grow: 2;}
.col-page-brand .col-4 .lists ul li:not(:last-child) .content::after{content:'';width: 1px;height: 90%;background: #fff;position: absolute;top: 0;right: -1px;}
.col-page-brand .col-4 .lists ul li .content .s-content{writing-mode: vertical-rl;text-orientation: mixed;text-align: left;margin: 0 auto;font-size: 18px;line-height: 2;letter-spacing: 2px;max-height: 361px;}
.col-page-brand .col-5 {padding: 6vh 0;}
.col-page-brand .col-5 .item{padding: 6vh 0;}
.col-page-brand .col-5 .item h2{margin-bottom: 6vh;text-align: center;}
.col-page-brand .col-5 .item h2 span{display: inline-block;position: relative;font-size: 2.5vw;font-weight: bold;letter-spacing: 0.28vw;}
.col-page-brand .col-5 .item h2 span::before,.col-page-brand .col-5 .item h2 span::after{content:'';width: 12.6vw;height:1.72vw;background: url(../images/title.jpg) no-repeat center/100% 100%;position: absolute;top: 50%;transform: translateY(-50%);right: calc(100% + 2.125vw);}
.col-page-brand .col-5 .item h2 span::after{right: auto;left: calc(100% + 2.125vw);}
.col-page-brand .col-5 .item .content {text-align: center;}
.col-page-brand .col-5 .item .content ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.col-page-brand .col-5 .item .content ul li{width: 32%;margin-bottom: 6%;}
.col-page-brand .col-5 .item .content ul li p:nth-child(1){line-height: 87px;}
.col-page-brand .col-5 .item .content ul li p:nth-child(2){font-size: 1.5625vw;font-weight: bold;margin-top: 10px;}
.brand_footer{position: relative;padding: 12vh 5.2vw 5vh;font-family: 'Source Han Serif';letter-spacing: 0.28vw;z-index: 1;}
.brand_footer::after{content:'';width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;background: linear-gradient(to bottom, rgba(299,36,27,0), rgba(299,36,27,1));}
.brand_footer h2{font-size: 3.75vw;font-weight: 800;margin-bottom: 4vh;}
.brand_footer .content{font-size: 1.5625vw;font-weight: 600;}
.brand_footer .content ul li{margin-bottom: 3vh;}
.brand_footer .content ul li:last-child{margin-bottom: 0;}
.brand_footer .content ul li p:nth-child(1){font-weight: bold;font-size: 2.083vw;}
.brand_footer .logo{text-align: center;margin-top: 12vh;}
.brand_footer .logo img{max-width: 25vw;}








/* 底部 */
.footer{background: #f1f2f3;position: relative;z-index: 3;}
.footer#white{background: #fff;}
.footer .top{padding: 3.4vh 3.1vw 3vh;display: flex;align-items: center;border-bottom: 1px solid #dcdcdc;}
.footer .top .logo{margin-right: 4vw;}
.footer .top .love{margin-right: auto;}
.footer .top #top {cursor: pointer;}
.footer .top #top span{display: inline-block;vertical-align: middle;font-size: 14px;font-weight: bold;color:#666;margin-right: 15px;text-transform: uppercase;}
.footer .top #top i.fa{width: 43px;height: 43px;border: 1px solid #bfbfbf;text-align: center;line-height: 41px;font-size: 18px;font-weight: bold;color:#c8000b;transition: 0.36s;}
.footer .top #top:hover i.fa{background: #c8000b;color:#fff;border-color: #c8000b;}
.footer .bottom{display: flex;padding: 0 3.1vw}
.footer .bottom .footer-info{width: 41.2%;padding: 6vh 0 6.6vh;display: flex;flex-direction: column;border-right: 1px solid #dcdcdc;}
.footer .bottom .footer-info p{color:#666;font-size: 16px;}
.footer .bottom .footer-info .contact{font-family: 'DIN';font-weight: 500;font-size: 1.875rem;}
.footer .bottom .footer-info .contact a{color:#c8000b;}
.footer .bottom .footer-info p i.fa{vertical-align: middle;margin-right: 2px;}
.footer .bottom .footer-info p span{display: inline-block;vertical-align: middle;}
.footer .bottom .footer-info .share{margin: 4vh 0 auto;font-size: 0;}
.footer .bottom .footer-info .share a{position: relative;display: inline-block;vertical-align: middle;font-size: 24px;margin-right: 1.2vw;}
.footer .bottom .footer-info .share a:last-child{margin-right: 0;}
.footer .bottom .footer-info .share a.wechat .code{position: absolute;bottom: 100%;margin-bottom: 10px;left: 50%;transform: translateX(-50%);display: none;padding:5px;background: #fff;z-index: 9999;}
.footer .bottom .footer-info .share a.wechat .code::after{content:'';border-top:8px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;position: absolute;top:100%;left: 50%;transform: translateX(-50%);}
.footer .bottom .footer-info .share a.wechat .code img{max-width: 120px;}
.footer .bottom .footer-info .copyright,.footer .bottom .footer-info .otherinfo{color:#666;font-size: 16px;line-height: 1.875;}
.footer .bottom .footer-info .copyright .power{display: inline-block;}
.footer .bottom .footer-info .copyright a{color:#45b6fd;transition: 0.3s;}
.footer .bottom .footer-info .copyright a:hover{color:#c8000b;}
.footer .bottom .footer-nav{width: 58.8%;padding: 6vh 3vw 6.6vh 4.5vw;}
.footer .bottom .footer-nav ul.list{width: 100%;height: 100%;display: flex;}
.footer .bottom .footer-nav ul.list li{margin: 0 auto;}
.footer .bottom .footer-nav ul.list li:first-child{margin-left: 0;}
.footer .bottom .footer-nav ul.list li:last-child{margin-right: 0;}
.footer .bottom .footer-nav ul.list li .item{padding-bottom: 3vh;}
.footer .bottom .footer-nav ul.list li .item:last-child{padding-bottom: 0;}
.footer .bottom .footer-nav ul.list li .item span.class1{font-size: 18px;color:#000;}
.footer .bottom .footer-nav ul.list li .item .child{margin: 3.666vh 0 3vh;}
.footer .bottom .footer-nav ul.list li .item:last-child .child{margin-bottom: 0;}
.footer .bottom .footer-nav ul.list li .item .child p{margin-bottom: 10px;}
.footer .bottom .footer-nav ul.list li .item .child p a{color:#666;font-size: 16px;transition: 0.36s;}
.footer .bottom .footer-nav ul.list li .item .child p a:hover{color:#c8000b;}

/* 副导航 */
.vicenav{margin-bottom: 8vh;padding-bottom: 4vh;}
.vicenav a{display: inline-block;font-size: 18px;transition: 0.36s;margin-right: 1.9vw;margin-bottom: 3px;}
.vicenav a:last-child{margin-right: 0;}
.vicenav a:hover,.vicenav a.active{color:#c8000b;}

/* media */
@media (min-width: 1200px) {
  .container{width: 1200px}
}
@media (max-width: 1800px) {

}
@media (max-width: 1600px) {
  .col-page-brand .col-2 .tab-box .box .swiper-slide .title{font-size: 3.75vw;}
  .col-page-relations{padding: calc(90px + 20vh) 0 20vh;}
  .col-page-base ul.list li .content{padding: 5vh 8vw;}
  .col-page-base ul.list li .content .title,#col-index-banner .swiper-slide .ban_cont .content h2{font-size: 2.125rem;}
  #col-banner .swiper-slide .ban_cont .content p span{font-size: 2rem !important;}
  #index-body .init-4 .wrap .item .title,#index-body .init-3 .wrap .product-container .swiper-slide .left .namemark h2,#index-body .init-5 ul.list li a .content h2,.col-page-about .col-3 ul.list li .list_title h3{font-size: 1.875rem;}
  #index-body .init-2 .content ul li h3{font-size: 1.5rem;}
  .footer .bottom .footer-nav ul.list li .item span.class1,#index-body .init-2 .content ul li{font-size: 17px;}
  .footer .bottom .footer-nav ul.list li .item .child p a,.footer .bottom .footer-info .copyright, .footer .bottom .footer-info .otherinfo,.footer .bottom .footer-info p{font-size: 15px;}
  .header .inner nav ul li{font-size: 15px;}
  #col-banner .swiper-slide .ban_cont .pro_img img{height: 50vh;}
  .col-page-timelines .history-container .swiper-slide .wrap .title{width: 130px;}
  .col-page-timelines .history-container .swiper-slide .wrap .content{width: calc(100% - 130px);}
  .header .inner nav ul li{margin-right: 2.5vw;}
  html{font-size: 15px;}
    
}
@media (max-width: 1460px) {
  .col-page-brand .col-2 .tab-nav a{margin: 0 15px 10px;}
  .col-page-brand .col-1 ul.list>li .right .s-content{font-size: 18px;}
  .col-page-brand .col-1 .content{font-size: 20px;}
  .col-page-brand .col-5 .item .content ul li p:nth-child(1){line-height: 60px;}
  .col-page-brand .col-5 .item .content ul li p:nth-child(1) img{height: 55px;}
  .col-page-brand .col-2 .tab-box .box .swiper-pagination span,.col-page-brand .col-3 .swiper-pagination span{width: 15px;height: 15px;}
  .col-page-brand .col-2 .tab-box .box .swiper-pagination span.swiper-pagination-bullet-active,.col-page-brand .col-3 .swiper-pagination span.swiper-pagination-bullet-active{width: 18px;height: 18px;}
  .col-page-brand .col-1 ul.list>li .content ul li h2{font-size: 20px;}
  .col-page-brand .col-1 ul.list>li .content ul li h3{font-size: 16px;}
  .col-page-brand .col-1 ul.list>li .content ul li h4,.col-page-brand .col-1 ul.list>li .content strong{font-size: 14px;}
  .col-page-brand .col-1 ul.list>li .content ul li h2::before, .col-page-brand .col-1 ul.list>li .content ul li h3::before, .col-page-brand .col-1 ul.list>li .content ul li h4::before{width: 9px;height: 10px;}
  .col-page-brand .col-1 ul.list>li .left .img{line-height: 60px;}
  .col-page-brand .col-1 ul.list>li .left .img img{max-height: 55px;max-width: 60px;}
  .col-page-quality .item .wrap{height: 800px;}
  .col-page-quality .item .wrap ul.list li .inner h2{font-size: 24px;}
  .col-page-quality .item .wrap ul.list li .inner .s-content{font-size: 18px;}
  .col-page-relations{padding: calc(90px + 15vh) 0 15vh;}
  .col-page-base ul.list li .content{padding: 4.8vh 6vw;}
  #index-body .init-2 .content ul li h3,.childNav a{font-size: 1.675rem;}
  .col-page-relations ul li strong,.col-page-brand .col-2 .tab-box .box .swiper-slide .s-content{font-size: 20px;}
  .footer .bottom .footer-nav ul.list li .item span.class1,#index-body .init-2 .content ul li,.col-page-relations ul li,.col-page-quality .item .content,.col-page-channel .col-2 .wrap .content{font-size: 16px;}
  .footer .bottom .footer-nav ul.list li .item .child p a{font-size: 14px;}
  .header .inner .language a{font-size: 16px;}
  .header .inner nav ul li{margin-right: 2vw;font-size: 14.5px;}

  html{font-size: 14px;}

}
@media (max-width: 1200px) {
  .col-page-brand .col-2 .tab-box .box.box6 .content img,.col-page-brand .col-2 .tab-box .box.box7 .content img{max-width: 80%;}
  .col-page-brand .col-1 ul.list>li .right .s-content{font-size: 16px;}
  .col-page-brand .col-1 .content{font-size: 18px;}
  .col-page-brand .col-1,.col-page-brand .col-2,.col-page-brand .col-5 .item{padding-bottom: 0;}
  .col-page-relations{padding: calc(90px + 12vh) 0 12vh;}
  .col-page-channel .col-1 ul.list1 li{width: 33.33%;}
  .col-page-channel .col-1{padding: 8vh 0 4vh;}
  #col-banner .swiper-slide .ban_cont .pro_img img{height: 30vh;}
  .col-page-timelines .year-container{margin-top: 5vh;}
  .header .inner nav ul li{margin-right: 15px;}
  .header .inner .logo img{width: 100px;}

  html{font-size: 13px;}
  
}
@media (max-width: 992px) {
  .col-page-brand .col-5 .item .content ul li p:nth-child(1){line-height: 40px;}
  .col-page-brand .col-5 .item .content ul li p:nth-child(1) img{height: 35px;}
  .col-page-brand .col-1 ul.list>li .img{line-height: 60px;}
  .col-page-brand .col-1 ul.list>li .img img{max-height: 55px;max-width: 60px;}
    .container2{padding:0 20px;}
  .col-page-about .col-3 ul.list li .list_title h3,.col-page-news .news-top a .content h2,.col-page-quality .item ul.list li .title,.col-page-quality .item ul.list li .content h2,#index-body .init-5 ul.list li a .content h2,.col-page-mode .content ul li:nth-child(2) h2{font-size: 1.875rem;}
  .col-page-quality .item .wrap ul.list li .inner h2,.col-page-brand .col-1 ul.list>li .content ul li h2,.col-page-brand .col-2 .tab-box .box h2 span,.col-page-brand .col-2 .tab-box .box .swiper-slide .s-content,.col-page-brand .col-3 .swiper-slide h2 span,.col-page-brand .col-5 .item h2 span,.col-page-brand .col-4 .lists ul li .title{font-size: 18px;}
  #col-index-banner .swiper-slide .ban_cont .more a,#index-body .init-2 .content ul li,.col-page-about .col-1 .wrap .content,.col-page-about .col-2 .content,.col-page-about .col-2 .content ul li,.col-page-about .col-3 ul.list li .content,.col-page-about .col-4 .lists ul li a,.col-page-timelines .history-container .swiper-slide .wrap .content .s-content,.col-page-product ul.list li .title,.col-product-detail .more_product ul.list li .title,.col-page-quality .item .wrap .content,.col-page-recruit .col-2 ul.list li .title .desc,.col-page-channel .col-2 ul.list li .title,.col-page-restaurant ul.list li .title,.col-page-quality .item .wrap ul.list li .inner .s-content,.col-page-business ul.list li .title{font-size: 16px;}
  .col-page-brand .col-5 .item .content ul li p:nth-child(2){font-size: 14px;}

  .col-page-brand .col-4 .lists ul{display: block;}
  .col-page-brand .col-4 .lists ul li {margin-bottom: 20px;}
  .col-page-brand .col-4 .lists ul li .title{margin-bottom: 12px;}
  .col-page-brand .col-4 .lists ul li .content .s-content{width: 100%;max-height: none;font-size: 14px;writing-mode:horizontal-tb;text-orientation:mixed;text-align: center;}
  .col-page-brand .name{margin-bottom: 3vh;}
  .col-page-brand .col-2 .tab-box .box .swiper-pagination{margin-top: 10px;}
  .col-page-brand .col-2 .tab-box .box .content ul{display: block;}
  .col-page-brand .col-2 .tab-box .box .content ul li{width: 100% !important;margin-bottom: 20px;}
  .col-page-brand .col-2 .tab-box .box .swiper-pagination span,.col-page-brand .col-3 .swiper-pagination span{width: 10px;height: 10px;margin: 0 2px;}
  .col-page-brand .col-2 .tab-box .box .swiper-pagination span.swiper-pagination-bullet-active,.col-page-brand .col-3 .swiper-pagination span.swiper-pagination-bullet-active{width: 12px;height: 12px;}
  .col-page-brand .col-2 .tab-nav a{margin: 0 10px 10px;}
  .col-page-brand{margin-top: 80px;}
  .col-page-brand .col-brand .content img{width: 12vw;}
  .col-page-recruit .screening{flex-wrap: wrap;}
  .col-page-recruit .screening select{width: 49%;margin-bottom: 2%;}
  .col-page-recruit .screening select:nth-child(2){margin-right: 0;}
  .col-page-recruit .screening input{width: calc(100% - 120px);}
  .col-page-recruit .screening button{width: 120px;}
  .col-page-quality .item .wrap{height: 600px;}
  .col-page-quality .item .wrap ul.list li .img{bottom: calc(50% - 4vh);}
  .col-page-quality .item .wrap ul.list li:hover .inner{bottom: calc(50% - 8vh);}
  .col-page-relations{padding: calc(80px + 8vh) 0 10vh;}
  .col-page-relations ul li{width: 100%;}
  .col-page-channel .col-1 ul.list2 li .title{font-size: 16px;}
  .col-page-innovation .col-3{padding: 12vh 0 15vh;}
  .col-product-detail .more_product ul.list li{width: 23.5%;margin-right: 2%;}
  .col-product-detail .more_product ul.list li:nth-child(5n){margin-right: 2%;}
  .col-product-detail .more_product ul.list li:nth-child(4n){margin-top: 0;}
  .col-page-timelines .history-container{padding-right: 25%;}
  .col-page-timelines .history-container .swiper-slide .wrap .title,.col-page-timelines .history-container .swiper-slide .wrap .content{width: 100%;float: none;margin-bottom: 20px;}
  .col-page-timelines .history-container .swiper-slide .wrap .title::after{display: none;}
  .col-page-notice ul.list li .wrap h3{width:60%}
  .col-page-notice ul.list li .wrap .sort{width:20%;}
  .col-page-notice ul.list li .wrap .date{width:20%;}
  .col-page-news .news-top a .content{padding: 0 20px 20px;width: 100%;}
  .col-page-news .news-top a .content h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .col-page-honor ul.list li,.col-page-news ul.list li,.col-page-product ul.list li,.col-page-restaurant ul.list li,.col-page-brand .col-1 ul.list>li,.col-page-brand .col-5 .item .content ul li{width: 49%;margin-right: 2%;}
  .col-page-honor ul.list li:nth-child(3n),.col-page-news ul.list li:nth-child(3n),.col-page-product ul.list li:nth-child(4n),.col-page-restaurant ul.list li:nth-child(4n),.col-page-brand .col-1 ul.list>li:nth-child(3n),.col-page-brand .col-5 .item .content ul li:nth-child(3n){margin-right: 2%;}
  .col-page-honor ul.list li:nth-child(2n),.col-page-news ul.list li:nth-child(2n),.col-page-product ul.list li:nth-child(2n),.col-page-restaurant ul.list li:nth-child(2n),.col-page-brand .col-1 ul.list>li:nth-child(2n),.col-page-brand .col-5 .item .content ul li:nth-child(2n){margin-right: 0;}
  #col-banner{margin-top: 80px;}
  #col-banner .swiper-container{margin-top: 80px;}
  #col-banner .swiper-slide .ban_cont{top: 50%;}
  #col-banner .swiper-slide .ban_cont #aPlay{width: 45px;display: block;margin: 0 auto;}
  #col-banner .swiper-slide .ban_cont .content h1{margin-bottom: 12px;}
  #col-banner .swiper-slide .ban_cont .content p span,#col-banner .swiper-slide .ban_cont .content p{font-size: 18px !important;}
  .col-page-story ul.list li .img,.col-page-story ul.list li .content,.col-page-about .col-1 .wrap .img,.col-page-about .col-1 .wrap .content,.col-page-about .col-2 .content ul li,.col-page-about .col-5 .title,.col-page-about .col-5 .content,.col-page-innovation .col-1 .img,.col-page-innovation .col-1 .content,.col-page-channel .col-2 .wrap .img{width: 100%;display: block;float: none;margin-bottom: 20px;padding: 0 !important;}
  .footer {text-align: center;}
  .footer .top .love{margin: 15px 0 10px;}
  .footer .top,.col-page-story ul.list li,.col-page-base ul.list li{display: block;}
  .init-2{padding: 6vh 0;}
  #index-body .init-2 .content ul li,.footer .bottom .footer-info,.col-page-base ul.list li .img,.col-page-base ul.list li .content{width: 100%;float: none;margin-right: 0;border: none;}
  #index-body .init-2 a.more{margin-left: 0;}
  .header .inner .flex{height: 80px;line-height: 80px;}
  .header .inner .logo{margin-right: auto;}
  .header .inner nav,.header .inner .language,.footer .bottom .footer-nav,#index-body .init-3 .wrap .product-container .swiper-button,#index-body .init-3 .wrap .product-container .swiper-pagination,.header .inner .index-search,#index-body .init-3 .wrap,.footer .top #top,#index-body .init-5 ul.list,#index-body .init-3 .product-bg,#col-index-banner .swiper-slide .ban_cont#ban_cont,.col-page-brand .col-4 .num,.col-page-brand .col-4 .lists ul li:not(:last-child) .content::after{display: none;}

  #col-index-banner{margin-top: 80px;}
  #col-index-banner .fp-tableCell{vertical-align: top;height: auto !important;}
  #col-index-banner,#col-index-banner .swiper-container, #col-index-banner .swiper-slide,#index-body .init-2,#index-body .init-2 .fp-tableCell{height: auto !important;}
  #col-index-banner .swiper-slide #VideoBanner{position: static;min-height: none;width: 100%;transform: none;}
  #col-index-banner .swiper-slide:nth-child(1){background: none !important;}
  #col-index-banner .swiper-slide:nth-child(1) .img{display: block !important;}
  #index-body .init-2 .container2,#index-body .init-2 .container2 .more{transform: none;opacity: 1;}
  #col-index-banner .swiper-slide .ban_cont .more{margin-top: 12px;}
  html{font-size: 12px;}
  .header .inner .index-search::after{display: none;}
  .footer .bottom .footer-info .share{margin: 2vh 0;}
  .footer .bottom .footer-info .copyright{padding-top: 3vh;border-top: 1px solid #dcdcdc;}
  .footer .bottom .footer-info{padding: 5vh 0 3vh;}
  .footer .bottom .footer-info .share a{margin-right: 12px;}
  #index-body .init-3 .product-mobile{display: block !important;}
  #index-body .init-5 .swiper-container {display: block !important;padding-right: 6vw;overflow: visible;}
  #index-body .init-5 .swiper-container .swiper-slide{position: relative;z-index: 1;height: 60vh;}
  #index-body .init-5 .swiper-container .swiper-slide:nth-child(3n){margin-right: 0;}
  #index-body .init-5 .swiper-container .swiper-slide::after{content:'';width: 100%;height: 88%;position: absolute;left: 0;bottom: 0;border-radius: 20px;z-index: -2;transition: 0.36s;}
  #index-body .init-5 .swiper-container .swiper-slide a{display: block;width: 100%;height: 100%;padding: 7.6vh 4.1vw calc(6vh + 50px);color:#fff;transition: 0.3s color;}
  #index-body .init-5 .swiper-container .swiper-slide a .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;transition: 1.5s cubic-bezier(.165,.84,.44,1);}
  #index-body .init-5 .swiper-container .swiper-slide a .content{font-size: 16px;line-height: 1.5;margin-bottom: 8vh;}
  #index-body .init-5 .swiper-container .swiper-slide a .content h2{font-size: 2.25rem;margin-bottom: 3vh;transition: 0.3s color;}
  #index-body .init-5 .swiper-container .swiper-slide a i.fa{width: 50px;height: 50px;border-radius: 50%;text-align: center;line-height: 48px;border:1px solid rgba(255,255,255,.3);transition: 0.36s;font-size: 24px;position: absolute;left: 4.1vw;bottom: 6vh;color:#fff;}
  #index-body .init-5 .swiper-container .swiper-slide:nth-child(1) a{color:#666;}
  #index-body .init-5 .swiper-container .swiper-slide:nth-child(1) a .content h2{color:#000;}
  #index-body .init-5 .swiper-container .swiper-slide:nth-child(1) a i.fa{border-color: rgba(0, 0, 0, 0.25);color:#000}
  #index-body .init-5 .swiper-container .swiper-slide:hover::after{box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);}
  #index-body .init-5 .swiper-container .swiper-slide:hover a i.fa{background: #c8000b;border-color: #c8000b;color:#fff;}
  #index-body .init-5 .swiper-container .swiper-slide:hover a .content h2{color:#c8000b}
  #index-body .init-5 .swiper-container .swiper-slide:hover a .img{transform: scale(1.02);}

}
@media (max-width: 768px) {
  .brand_footer h2{font-size: 24px;}
  .col-page-brand .col-brand .content h1,.col-page-brand .name span,.brand_footer .content ul li p:nth-child(1){font-size: 18px;}
  .col-page-brand .col-2 .tab-box .box .swiper-slide .s-content,.brand_footer .content,.col-page-brand .col-1 .content{font-size: 16px;}
  .col-page-brand .col-brand .content h2,.col-page-brand .col-1 ul.list>li .right .s-content{font-size: 14px;}
  .col-page-brand .col-brand .content h3{font-size: 12px;}
  
  .col-page-brand .col-1 ul.list>li .img{line-height: 40px;}
  .col-page-brand .col-1 ul.list>li .img img{max-height: 38px;max-width: 40px;}
  .col-page-brand .col-1 ul.list>li{width: 100%;margin-right: 0 !important;}
  .col-page-mode .content ul li:nth-child(2){bottom: 10px;font-size: 14px;}
  .col-page-quality .item .wrap{height: auto;background: none !important;}
  .col-page-quality .item .wrap ul.list li{width: 50%;height: auto;}
  .col-page-quality .item .wrap ul.list li .img{position: static;transform: none;visibility: visible;opacity: 1;}
  .col-page-quality .item .wrap ul.list li .inner{position: static;transform: none;margin: 20px 0 45px;color:#000;}
  #index-body .init-3,#index-body .init-3 .fp-tableCell{height: auto !important;}
  .col-page-channel .col-1 ul.list1 li{width: 50%;}
  .col-page-channel .col-2 ul.list li .title{margin-top: 5px;}
  .col-page-innovation .col-4 .content{padding-right: 0;}
  .col-page-innovation .col-4 .content ul{position: static;}
  .col-page-recruit ul.list li .title .name{font-size: 14px;margin-right: auto;}
  .col-page-recruit ul.list li .title .desc{display: none;}
  .col-product-detail .more_product ul.list li,.col-page-channel .col-1 ul.list2 li,.col-page-channel .col-2 ul.list li{width: 49%;margin-right: 2%;}
  .col-product-detail .more_product ul.list li:nth-child(4n),.col-page-channel .col-1 ul.list2 li:nth-child(4n),.col-page-channel .col-2 ul.list li:nth-child(3n){margin-right: 2%;}
  .col-product-detail .more_product ul.list li:nth-child(2n),.col-page-channel .col-1 ul.list2 li:nth-child(2n),.col-page-channel .col-2 ul.list li:nth-child(2n){margin-right: 0;}
  #col-banner .swiper-slide .ban_cont .pro_img img{height: 25vh;}
  .col-page-timelines .history-container{padding-right: 0;}
  .col-page-about .col-3 ul.list li .list_title,.col-page-about .col-3 ul.list li .content,.col-page-about .col-4 .title,.col-page-about .col-4 .lists,.col-product-detail .pro_show .wrap .caseleft,.col-product-detail .pro_show .wrap .caseright,.col-product-detail .inquiry form ul,.col-product-detail .inquiry form .code,.col-page-recruit .col-2 ul.list li .content .item{width: 100%;float: none;margin-bottom: 20px;padding:0;}
  #index-body .init-4 .wrap .item #channelVideo{height: 100%;width: 100%;object-fit: cover;}
  #index-body .init-4 .wrap,.col-product-detail .pro_show .wrap{display: block;}
  #index-body .init-4 .wrap .item{width: 100%;height: auto;padding: 15vh 3.1vw;}
  #index-body .init-5 ul.list li a{padding: 4vh 3.1vw calc(3.5vh + 50px);}
  #index-body .init-5 ul.list li a i.fa{bottom: 3.5vh;}
  html{font-size: 11px;}

  #index-body .init-3 .wrap .product-container .swiper-slide .left,#index-body .init-3 .wrap .product-container .swiper-slide .center{width: 100%;margin-bottom: 30px;}
}
@media (max-width: 468px) {
  .col-page-brand .col-1 ul.list>li .left::after{left: 100%;width: 10px;height: 12px;}
  .col-page-brand .col-1 ul.list>li .right{width: 65%;}
  .col-page-brand .col-2 .tab-box .box .swiper-slide .title{font-size: 20px;}
  #index-body .init-2 .content {display: none;}
  #index-body .init-2 .content.none{display: block !important;}
  #index-body .init-2 .content ul li h3{font-size: 20px;}
  #index-body .init-2 .content ul li{line-height: 1.666;color:#666666;}
  #index-body .init-2 .content ul li:nth-child(1){color:#000;}
  
  .col-page-honor ul.list li,.col-page-news ul.list li{width: 100%;margin-right: 0;}
  #col-banner .swiper-slide #VideoBanner{height: 100%;}
  html{font-size: 10px;}

  
}
@media (max-height: 800px) {
  #index-body .init-5 ul.list li{height: 75vh;}
}
@media (max-height: 768px) {
  #index-body .init-5 ul.list li{height: 68vh;margin-bottom: 35px;}
}


/*手机版菜单*/
.mm-slideout{z-index: auto!important;}
@media screen and (max-width: 992px)  {
  #header a.mm_btn {background: center center no-repeat transparent;display: block;width: 60px;height:60px;position: absolute;top: 10px;right:0; padding: 15px;z-index: 12; }
  #header .mm_btn .menu_bar {width: 30px;height: 30px; position: relative;transform: translateZ(0) rotate(0);transition: transform .4s cubic-bezier(.4,.01,.165,.99);}
  #header .mm_btn .menu_bar_item { position: absolute;left: 0;top: 0; transform: translateZ(0) rotate(0); transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s; -webkit-transform: translateZ(0) rotate(0); -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s; width: 30px;height: 30px;}
  #header .mm_btn .menu_bar_item .rect{ width: 30px; height: 2px; background: #f20014; position: absolute; left: 0; top: 14px;/*transition: transform .2s ease .2s;-webkit-transition: -webkit-transform .2s ease .2s;*/-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  #header .mm_btn .menu_bar_item .rect.top {transform: translate3d(0,-8px,0); -webkit-transform: translate3d(0,-8px,0);}
  #header .mm_btn .menu_bar_item .rect.mid {transform: translate3d(0,0px,0); -webkit-transform: translate3d(0,0px,0); transition: 0.5s;}
  #header .mm_btn .menu_bar_item .rect.bottom {transform: translate3d(0,8px,0); -webkit-transform: translate3d(0,8px,0);}
  #header .mm_btn.is_active .menu_bar_item.mid{opacity: 0;}
  #header .mm_btn.is_active .menu_bar_item .rect {transition: transform 0s ease 0s; transform: translate3d(0,0,0); -webkit-transition: -webkit-transform 0s ease 0s; -webkit-transform: translate3d(0,0,0);}
  #header .mm_btn.is_active .menu_bar_item.bottom { transform: translateZ(0) rotate(-45deg); -webkit-transform: translateZ(0) rotate(-45deg);}
  #header .mm_btn.is_active .menu_bar_item {transform: translateZ(0) rotate(45deg);transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;-webkit-transform: translateZ(0) rotate(45deg);-webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;}
  /*菜单弹出方向*/
  .mm-menu_offcanvas{left: auto!important;}
  .mm-menu{right: 0!important;}
  .mm-menu_offcanvas.mm-menu_opened{z-index: 9!important;}
  .mm-slideout{z-index: 10!important;}
  .mm-menu.mm-menu_pageshadow:after{content: ""; display: block; width: 20px; height: 120%; position: absolute; right: 100%; top: -10%; z-index: 99; box-shadow: 0 0 10px rgba(0,0,0,.3);}/*弹出菜单边阴影*/
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform: translate(-80vw,0)!important;-ms-transform: translate(-80vw,0)!important;transform: translate(-80vw,0)!important;-webkit-transform: translate3d(-80vw,0,0)!important;transform: translate3d(-80vw,0,0)!important;/*transform: translate3d(80vw,0,0)!important;*/}
  .mm-wrapper_opened .mm-menu_fx-menu-slide {-webkit-transform: translate(0,0)!important;-ms-transform: translate(0,0)!important;transform: translate(0,0)!important;-webkit-transform: translate3d(0,0,0)!important;transform: translate3d(0,0,0)!important;}
  /**/
  #menu{ color:rgba(0,0,0,.8);}
  #menu .mm-listview .mm-btn_next:after{border-color: rgba(189,189,189,1);}
  #menu .mm-btn:after, #menu .mm-btn:before{border-color: rgba(189,189,189,1);}
  #menu .mm-navbar a, #menu .mm-navbar>*{color:rgba(0,0,0,.8); font-size: 16px;}
  #menu.mm-menu_theme-white .mm-counter{color:rgba(0,0,0,.6);}
  /* #menu .mm-searchfield input{background: rgba(0,0,0,.3);color: rgba(0,0,0,.2);} */
  #menu .mm-listitem, #menu .mm-listitem #menu .mm-btn_next, #menu .mm-listitem #menu .mm-btn_next:before, #menu .mm-listitem:after, #menu .mm-listview{ border-color: rgba(0,0,0,.1); }
  #menu .mm-navbars_bottom, #menu .mm-navbars_top{border-color: rgba(0,0,0,.1);}
  #menu .mm-listitem a{font-size: 16px;}
}
@media (min-width: 550px){
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {-webkit-transform: translate(-440px,0)!important;-ms-transform: translate(-440px,0)!important;transform: translate(-440px,0)!important;-webkit-transform: translate3d(-440px,0,0)!important;transform: translate3d(-440px,0,0)!important;}
}

