@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
BODY {FONT:14px/1.5 arial,sans-serif; overflow-x: hidden; font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;}
A {COLOR: #666; TEXT-DECORATION: none}
A:hover {TEXT-DECORATION: none; color:#bc1315;}
A IMG {BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none}
DIV {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
UL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
LI {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
P {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
EM {FONT-STYLE: normal; FONT-WEIGHT: normal}
TABLE {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DT {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DL {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
DD {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
FORM {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
TR {PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
img { image-rendering: -webkit-optimize-contrast;}
.container{width:1600px; margin:0 auto}
.container12{width:1200px; margin:0 auto}
.container14{width:1400px; margin:0 auto}
.container16{width:1600px; margin:0 auto}
.container165{width:1600px; margin:0 auto}
.container17{width:1600px; margin:0 auto}
.container18{width:1600px; margin:0 auto}
*, ::after, ::before {
  box-sizing: border-box;
  outline: none;
}

.containers{width:96%; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
/* 下滑头部 */
.navfixed {position: fixed; top: 0; width: 100%; z-index: 99999; transition: .5s;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
/* 多行省略 */
.omit {display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical; }

/* 绝对定位居中 */
.jddwjz { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}

::-webkit-scrollbar {/*滚动条整体样式*/width: 4px;/*高宽分别对应横竖滚动条的尺寸*/ height: 4px;scrollbar-arrow-color:red;}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);scrollbar-arrow-color:red;}
::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 0; background: rgba(0,0,0,0.1);}

/* 图标变黑色 */
.icon-black {  filter: brightness(0);}
/* 图标变白色 */
.icon-white {filter: brightness(100);}
/* 图标变灰色色 */
.icon-gray {filter: grayscale(100%);}

/* 图片100%固定宽高不模糊 */
.imgobject {height: 500px;object-fit: cover;}


/* fv loding
------------------------ */
.fv { position: fixed; top: 0; left: 0; width: 100%; min-width: 1040px; height: 100%; background-color: #fff; z-index: 1000;}
.fv::before {position: absolute;top: 0;width: 0;height: 100%;background-color: #bc1315;content: '';}
.fv .fv-inner { position: absolute;left: 50%;top: 50%;text-align: center;-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.fv .fv-logo { opacity: 0;}
.fv .fv-logo.fvfadeIn {  opacity: 1;}
.fv .fv-lead {margin-top: 50px;font-size: 5.2rem;text-align: left;white-space: nowrap;line-height: 1.1;opacity: 0; text-align: center;}
.fv .fv-lead.fvfadeIn {opacity: 1;}
.fv .fv-lead strong { display: block; font-size: 5.4rem; font-weight: 600;}
.fv.coverIn::before { left: 0; animation: coverIn 0.75s linear forwards;}
.fv.coverOut::before { right: 0; animation: coverOut 0.75s linear forwards;}

/* CSS Document */
/*===============公用头部===============*/
.header {position: fixed; top: 0; width: 100%; z-index: 99; transition: .5s;border-bottom: solid 1px rgba(255,255,255,.2);}
.header .box h1 a {display: block; width: 12rem; height:5rem; background: url(../images/header-logo1.png) no-repeat center; background-size: 100%; }
.header .box {display: flex;justify-content: space-between; align-items: center; height:7rem; position: relative;}
.header .box .headerNav {width: 55%;}
.header .box .headerNav > ul {display: flex; width: 100%; justify-content: space-between;}
.header .box .headerNav > ul > li { transition: .5s;  text-align: center; position: relative; line-height: 7rem;}
.header .box .headerNav > ul > li::after {content: ""; position: absolute; width: 0; left: 50%;bottom:1.5rem; height: 0.25rem;background: #bc1315; border-radius: 0.13rem; transition: .5s;}
.header .box .headerNav > ul > li > a {display: block; font-size: 1rem;font-weight: 400;color: #fff; }
.header .box .headerNav > ul > li:hover::after {width: 110%; left: -5%;}
.header .box .headerNav > ul > li.on::after {width: 110%; left: -5%;}
.header .box .language {display: flex; align-items: center; position: relative; height: 7rem;}
.header .box .language span {font-size: 1rem;color: #ffffff;  margin: 0 1rem;}
.header .box .language .listHide {position: absolute; background: #FFf;top: 100%; width: 100%; display: none;height: 400px;overflow-x: hidden;}
.header .box .language .listHide a {display: block; width: 100%; padding: 0.5rem 0; font-size: 1rem; color: #333; text-align: center; border-bottom: 1px solid #ddd;}
.header .box .language .listHide a:hover {color: #a52323;}
.header .box .searchIcon .info {position: relative; height: 7rem; display: flex; align-items: center;}
.header .box .searchIcon img {display: block;}
.header .box .searchIcon {display: flex; align-items: center; gap: 1rem;}

.wapAnge {display: none;}
.wapAnge a , .wapAnge em {color: #fff;}

.header.navfixed .wapAnge a {color: #333;} 
.header.navfixed .wapAnge em {color: #333;}
.header.navfixed2 .wapAnge a {color: #333;} 
.header.navfixed2 .wapAnge em {color: #333;}
.wapAnge a:hover {color: #a52323;}

/* 头部悬浮 */
.header.navfixed {background: #fff;}
.header.navfixed .box h1 a {background: url(../images/header-logo2.png) no-repeat center; background-size: 100%;}
.header.navfixed .box .headerNav > ul > li > a {color: #333;}
.header.navfixed .language img { filter: brightness(0);}
.header.navfixed .language span {color: #333;}
.header.navfixed .box .searchIcon img {filter: brightness(0)}
.header.navfixed .box .headerNav > ul > li {line-height: 7rem;}
.header.navfixed .box .headerNav > ul > li::after {bottom: -2px;}
.header.navfixed2 {background: #fff; box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.header.navfixed2 .box h1 a {background: url(../images/header-logo2.png) no-repeat center; background-size: 100%;}
.header.navfixed2 .box .headerNav > ul > li > a {color: #333;}
.header.navfixed2 .language img { filter: brightness(0);}
.header.navfixed2 .language span {color: #333;}
.header.navfixed2 .box .searchIcon img {filter: brightness(0)}
.header.navfixed2 .box .headerNav > ul > li {line-height: 7rem;}
.header.navfixed2 .box .headerNav > ul > li::after {bottom: -2px;}



/* 二级下拉 */
.pulldown {position: absolute; background: #f5f5f5;width: 100%; height:100vh; display: none;}
.pulldown ul {width: 1400px; margin: auto; display: flex; padding: 2.25rem 0 2rem 0;}
.pulldown li {/*margin-left: 2.5rem;*/}
.pulldown li:nth-child(1) {margin-left: 0;}
.pulldown li .imgBox {position: relative;  display: flex; align-items: center; justify-content: center;padding-left:10px;padding-right:10px;}
.pulldown li dl{padding-left:10px;padding-right:10px;} 
.pulldown li .imgBox img {display: block; width: 100%;}
.pulldown li .imgBox span {position: absolute; font-size: 1.25rem;font-weight: 700;color: #ffffff;}
.pulldown li dd a {display: flex; position: relative; gap: 1rem;justify-content: space-between; padding: 10px 0.5rem; box-sizing: border-box; align-items: center;font-size: 14px; border-bottom: 1px solid #DDDDDD;}
.pulldown li dd a::after {content: ""; width: 0; left: 0; bottom: 0; height: 1px; position: absolute; background: #bc1315; transition: .5s;}
.pulldown li dd:hover a {color: #bc1315;}
.pulldown li dd:hover a::after {width: 100%; }
.polldown-contact { background: url(../images/pulldown-contact-bj.jpg) no-repeat center; background-size: cover;}
.polldown-contact .box {display: flex; justify-content: space-between; align-items: center; height: 8.75rem;}
.polldown-contact .box .le {display: grid; align-items: center; gap: 6rem; grid-template-columns: repeat(2,auto);}
.polldown-contact .box .le em {font-size: 1rem;color: #ecc1c4;}
.polldown-contact .box .le strong {font-size: 1.75rem;color: #ffffff;display: block; font-weight: normal;}
.polldown-contact .box .le a {display: flex; align-items: center; justify-content: center; gap: 1rem; width: 9.38rem; height: 2.81rem; font-size: 1rem;color: #333333; background: #ffffff;border-radius: 0.31rem;}
.polldown-contact .box .re {display: grid; grid-template-columns: repeat(2,auto); align-items: center; gap: 1rem; cursor: pointer;}
.polldown-contact .box .re span {font-size: 1.5rem;color: #ffffff;}

.header .box .headerNav > ul > li.navList dl {display: none !important;}
.headerNav ul > li > dl {position: absolute; display: none; position: absolute; background: #fff;  padding: 10px 20px; width:200px; left:0;     box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.headerNav ul > li > dl > dd {font-size: 0.9rem; color: #333; text-align: center; border-bottom: 1px solid #eee;  position: relative;line-height: 1;}
.headerNav ul > li > dl > dd > a {padding: 1rem 0;display: block;}
.headerNav ul > li > dl > dd::after {content: ""; position: absolute; bottom: 0; width: 0; height: 1px; background-color: #bc1315; left: 0; transition: .5s;} 
.headerNav ul > li > dl > dd:hover > a {color: #bc1315;}
.headerNav ul > li > dl > dd:hover::after {width: 100%; }
.headerNav ul > li:nth-child(2) dl {}

.hidea{ position:absolute;top:0;left:100%;width:100%; background-color:#fff; visibility:hidden; opacity:0;box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);}
.hidea a{width:100%;float:left; text-align:center;height:auto;line-height:30px; border-bottom:solid 1px #f4f4f4;}
.headerNav ul > li > dl > dd:hover .hidea{ opacity:1;visibility:visible;}
/* 头部搜索悬浮 */
.search-pro {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;background-color: rgba(255,255,255,1);padding: 20px 30px; box-sizing:border-box;width: 400px;min-height: auto;position: absolute;right: -60px;top: 88px;opacity: 0;transition: all .5s ease;-webkit-box-shadow: 0 0 99px rgba(29,56,75,.4);-moz-box-shadow: 0 0 99px rgba(29,56,75,.4);    transform: translateY(50px); box-shadow: 0 0 99px rgba(29,56,75,.4);    pointer-events: none;}
.search-pro::before {content: ""; position: absolute; top: -40px; right: 0; width: 100%; height: 55px; background-color: transparent;}
.search-pro::after {content: '';display: block;width: 18px;height: 18px;transform: rotate(45deg);top: -8px;right: 60px;background-color: #fff;position: absolute;}
.search{border-bottom: 1px solid #e1e1e1; margin-bottom: 10px;}
.search input{outline: none; border: none; font-family: "Microsoft YaHei"; }
.search-text{width: 310px; line-height: 50px;}
.search .sub{background: url(../images/search-icon.png) no-repeat center; width: 25px; height: 50px; cursor: pointer; filter: brightness(0)}
.search-list dl dt{float: left; margin-right: 10px; margin-bottom: 10px;     line-height: initial;}
.search-list dl dt a{position: relative; transition: all .5s ease .3s; display: inline-block; padding: 0 10px; background: #e1e1e1; border-radius: 4px;  text-align: center;}
.search-list dl dt a:after{content: '';display: block;width: 0;transition: width .5s ease-out;height: 100%;background-color: #bc1315;position: absolute;top: 0;left: 0; z-index: 0; border-radius: 4px;}
.search-list dl dt:hover a:after{width: 100%; }
.search-list dl dt span{font-size: 0.9rem; line-height: 36px; color: #999; position: relative; z-index: 1}
.search-list dl dt:hover span{color: #fff;}
.header .box .searchIcon .info:hover .search-pro {opacity: 1;transform: translateY(0);pointer-events: auto;}




/* 搜索页面 */
.search-page .box {margin-top: 18vh;}
.search-page form {width: 60%;margin: auto; margin-bottom: 60px; border: 1px solid #333; border-radius: 50px; padding:5px 20px; box-sizing: border-box; display: flex;     align-items: center; justify-content: space-between; }
.search-page form .search-text {padding: 5px 0; width: 95%; line-height: 35px; outline: none; border: none; box-sizing: border-box; font-size: 16px;}
.search-page form .sub {width: 23px;  height: 23px; display: block; cursor: pointer; background: url(../images/search-icon.png) no-repeat center; outline: none; border: none; filter: brightness(0);}
.search-page ul {width: 100%;}
.search-page li {width: 100%; padding: 30px; margin-top: 20px; box-sizing: border-box; background: #f5f5f5;}
.search-page li span {background: #bc1315; color: #fff; font-size: 12px; padding: 2px 5px; }
.search-page li h3 {font-size: 18px; margin: 10px 0; color: #000000; font-weight: 700;}
.search-page li p {font-size: 16px; color: #666; line-height: 20px;}
.search-page li .le {width: 95%;}
.search-page li a {display: flex; align-items: flex-end; justify-content: space-between;}
.search-page li img {transition: .5s; margin-right: 20px;}
.search-page li:hover img {transform: translateX(20px);}
.fy { padding: 60px 0; display: flex;justify-content: center;align-items: center; flex-wrap: wrap; gap: 1rem;}
.fy a { background: #E6E6E6; display: flex; align-items: center; justify-content: center; color: #707070; font-size: 14px; transition: .4s;  padding: 5px 15px;}
.fy a:hover {color: #fff; background: #bc1315;}
.fy .layui-laypage-curr {color: #fff; background: #bc1315; font-size: 14px;  margin: 0 5px; padding: 5px 15px;}
@media screen and (min-width: 200px) and (max-width: 640px){
  .search-page form {
      width: 90%;
      margin-bottom: 40px;
  }
}


.nyBanner .Tle h3{font-size:4rem;font-weight: bold;text-transform:capitalize}
.contactbox .cont .lt{width: 45%;}
.contactbox .cont .tit,.talentTle h3{font-size: 2.2rem;font-weight: bold;}
.contactbox .cont .lt .make-text p{font-size: 1.55rem;}
.contactbox .cont .gt .form .item textarea{height: 7.5rem;}
.contactMap .mapBox li h3{font-weight: bold;font-size: 1.2rem;}
.header .box .headerNav > ul > li > a{font-size: 1.2rem;}
.newsOne ul li h4{line-height: 1.6rem;}
.newsTwo .newsList li .re h5{font-size: 1.45rem;}
.newsTwo .newsList li .re .more,.ny-news-xq .news-title span{font-size: 1rem;}
.ny-news-xq .news-title h2{font-size: 1.8rem;line-height: 2rem;font-weight: bold;    margin-top: 2.5rem;}
.talentTle h3{font-size: 2.5rem;}
.talentOne ul li:nth-child(even) .con{padding:0 3.5rem 0 3rem}
.pulldown li .imgBox span{text-align: center;width: 90%;margin:0 auto;text-transform:capitalize}
.header.navfixed2 .box .headerNav > ul > li > a{text-transform:capitalize}
.proCenter-banner  .Tle h3,.proList-banner  .Tle h3,.nyBanner .Tle h3{font-size:3.5rem;width:50%;line-height: 5rem;}
.proCenter-banner  .Tle h4,.proList-banner  .Tle h4,.nyBanner .Tle h4{font-size: 1.5rem;margin-top: 1rem;}
.proCenter-banner  .Tle,.proList-banner  .Tle{top:50%}
.proCenter .boxCon dd .boxLe h4{font-weight:bold}
.nyXq .tle h3{font-size: 2.2rem;}
.historyMap .mapBox .hd ul li span{font-size: 0.8rem;}
.historyMap .mapBox .bd ul li h3{font-size:1.5rem}
.banner .swiper-slide .tle h3{text-transform: uppercase;}
.indexTwo ul li .con h4{font-size: 1.6rem;font-weight: bold;transition: all .5s;}
.indexTwo ul li .con span{font-size: 1.0rem;margin-top: 2rem;}
.cultureOne ul li h4,.cultureTwo ul li h4{font-size: 1.8rem;text-transform:capitalize}
.cultureThree ul{margin-top: 3rem;}
.cultle h3,.header .box .headerNav > ul > li > a,.aboutOne li span,.pulldown li dd a,.proList .nav li a,.header .box .language span{text-transform:capitalize}
.nyBanner ul li a,.header.navfixed2 .language span,.indexTle h3,.indexTwo ul li .con h4,.headerNav ul > li > dl > dd > a{text-transform:capitalize}
.aboutOne .tle h1,.cercateTle h1{font-size:2.5rem;font-weight:bold;text-transform: uppercase;}
.nyXq .con h4{font-size: 1.8rem !important;}
.header .box .language .listHide{box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}
.nyXq .con .info .re{line-height: 2rem;}

/* 首页banner */
.banner {position: relative; overflow: hidden; padding: 0 3% 0% 0;}
.banner::after {width: 96%;height: 80%; background: #bc1315; position: absolute; right: 0; bottom: 0; content: ""; transition: .5s;}
/* .banner.on::after {width: 96%;height: 80%;} */
.banner.active::after {bottom: 18%;}
.banner img {image-rendering: pixelated;  display: block; width: 100%;}
.banner .swiper-slide .tle {width: 1500px; position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%)}
.banner .swiper-slide .tle h3 {font-size: 4.44rem;font-weight: 700;color: #ffffff;text-shadow: 0.29rem 0.11rem 0.05rem 0.07rem rgba(33,43,53,0.29);}
.banner .swiper-slide .tle h4 {font-size: 2.13rem;font-weight: 400;color: #ffffff;}
.banner .swiper-slide .tle a {width: 9.06rem;
height: 2.81rem;
font-size: 1rem; line-height:2.81rem;
color: #fff;
border: 0.06rem solid rgba(255,255,255,.41);
border-radius: 1.5rem;
text-align: center; margin-top: 4.8rem; display: inline-block; transition: .5s;}

.banner .swiper-slide .tle a:hover {
  background: #bc1315;color: #fff;
  border: 0.06rem solid #bc1315;
}
.banner .swiper-slide .tle a span {margin-left: 0; transition: .5s;}
.banner .swiper-slide .tle a:hover span {margin-left: 5px;}
.banner .swiper-button-prev {width: 1.38rem;  height: 2.5rem; opacity: .37; left: 2%; background: url(../images/banner-jt.png) no-repeat center;  transform: rotate(180deg); background-size: 100%;}
.banner .swiper-button-next {width: 1.38rem;  height: 2.5rem; opacity: .37; right: 5%; background: url(../images/banner-jt.png) no-repeat center; background-size: 100%;}
.banner .swiper-button-prev:hover ,.banner .swiper-button-next:hover {opacity: 1;}

.products-swiper .swiper-button-prev {width:2rem;  height: 4rem; opacity: 1; left: 2%; background:#bc1315 url(../images/banner-jt.png) no-repeat center;  transform: rotate(180deg);  }
.products-swiper .swiper-button-next {width: 2rem;  height:4rem; opacity: 1; right: 5%; background:#bc1315 url(../images/banner-jt.png) no-repeat center; }
.products-swiper{ position:relative;}

.products-swiper .swiper-button-next.swiper-button-disabled {background:#ccc url(../images/banner-jt.png) no-repeat center;}
.products-swiper .swiper-button-prev.swiper-button-disabled {background:#ccc url(../images/banner-jt.png) no-repeat center;transform: rotate(180deg);}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: unset !important;
}
/* ======首页====== */
/* 首页公用标题 */
.indexTle {padding: 5% 0 4.5rem 0; text-align: center;}
.indexTle h3 {font-size: 2.5rem;color: #333333; line-height: 2.5rem; font-weight:bold;}
.indexTle h1 {font-size: 2rem;color: #333333;margin-bottom:1%;}
.indexOne p {text-align: center;font-size: 1.2rem;color: #666666; width: 80%; margin: auto; font-weight: 400;}
.indexOne .down {margin: auto; margin-top: 4.75rem; position: relative; display: flex; justify-content: center; align-items: center; width: 3.69rem;height: 3.69rem; border: 0.19rem solid #eeeeee; border-radius: 50%;}
.indexOne .down img {animation: banner-scroll 1s linear infinite;}
.indexOne .down::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; animation: rota360 2s linear infinite; background: url(../images/bainyuancion1.png) no-repeat center; background-size: contain;}
.indexTwo{padding-bottom:5%;}
.indexTwo ul {display: flex;gap: 1.2rem;}
.indexTwo ul li {position: relative; width: 20%; overflow: hidden; transition: .5s; flex: 1 1 20%;}
.indexTwo ul li img {display: block;}
.indexTwo ul li .con {position: absolute; top: 0; padding: 0 2rem; box-sizing: border-box;}
.indexTwo ul li .con h4 {font-size: 1.5rem;color: #ffffff; margin-top: 8rem; line-height: 1.3;}
.indexTwo ul li .con span {font-size: 1rem;color: #c4c4c4;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;}
.indexTwo ul li em { display: block; margin-top: 10rem; transition: .5s; width: 9.06rem;height: 2.81rem;font-size: 1rem; color: #fff; border: 0.06rem solid rgba(255,255,255,.41); border-radius: 1.5rem; text-align: center;line-height: 2.81rem;}
.indexTwo ul li em {position: absolute; left: 2rem;    bottom: 10%;}
.indexTwo ul li.on {width: 40%; flex: 1 1 40%;}
.indexTwo ul li.on em {background: #bc1315; border: 0.06rem solid #bc1315; }

.indexThreeSwiper {overflow: hidden;position: relative;}
.indexThree ul li h3 {font-size: 1.25rem;font-weight: 700;color: #333333;margin-bottom: 1rem;  display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-top:30px;}
.indexThree ul li p {margin: 0 0 3.3rem; border-top: 1px solid rgba(0,0,0,.03); padding-top: 2rem;  font-size: 0.94rem;color: #777777; display: -webkit-box;overflow: hidden;  	-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.indexThree ul li .con {position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.5rem; border-bottom: 0.25rem solid rgba(0,0,0,1); box-sizing: border-box;}
.indexThree ul li .con::after {content: ""; width: 0; height: 0.25rem;background: #bc1315; left: 0; bottom: -0.25rem;position: absolute; transition: .5s;}
.indexThree ul li .con em {font-size: 0.94rem;color: #999999;opacity: 1; transition: .5s;}
.indexThree ul li .con span {font-size: 0.94rem;color: #999999; position: absolute;  left: 88%; transition: .5s;}
.indexThree ul li .con img {transition: .5s;position: absolute; right: 88%; opacity: 0;}
.indexThree ul li:hover em {opacity: 0;}
.indexThree ul li:hover span { left: 0;}
.indexThree ul li:hover img {right: 0; opacity: 1;}
.indexThree ul li:hover .con::after {width: 100%;}

.indexThree .more { margin: 3% auto 5% auto; display: flex; transition: .5s; align-items: center; justify-content: center; gap: 1rem; width: 11.56rem;height: 3.5rem; border: 0.06rem solid #404040; border-radius: 1.81rem; font-size: 1.13rem;color: #222222;}
.indexThree .more img {transition: .5s;}
.indexThree .more:hover {background: #bc1315; border-color: #bc1315; color: #fff;}
.indexThree .more:hover img {filter: brightness(100);}

.indexFour {height: 30.44rem;background: url(../images/indexFour-bj.jpg) no-repeat center; background-size: cover; position: relative;}
.indexFour .con {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);text-align: center; width: 88%;}
.indexFour span {display: block; font-size: 2.25rem;font-weight: 300;color: #ffffff;}
.indexFour span:nth-child(2) {display: inline-block;}
.indexFour a {font-size: 2.25rem;color: #ffffff; padding-bottom: 0.2rem; position: relative;}
.indexFour a::after {content: ""; position: absolute; bottom: 1px; left: 0 ; height: 0.06rem; background: #fff; width: 100%; transition: .5s;}
.indexFour a:hover::after {width: 0; left: 50%;}



.init-5 .more { margin: 3% auto 5% auto; display: flex; transition: .5s; align-items: center; justify-content: center; gap: 1rem; width: 11.56rem;height: 3.5rem; border: 0.06rem solid #FFF; border-radius: 1.81rem; font-size: 1.13rem;color: #FFF;}
.init-5 .more img {transition: .5s;filter: brightness(100);}
.init-5 .more:hover {background: #bc1315; border-color: #bc1315; color: #fff;}
.init-5 .more:hover img {filter: brightness(100);}


.why{width:100%;float:left;height:300px; background-image:url(../images/beijing001.jpg); background-repeat:no-repeat;}
.why-1{width:100%;float:left;}

.e_richText-52 p{font-size: 2.5rem;line-height: 2.5rem;
font-weight: bold;}
.e_richText-6 p img{max-width:100%;margin-top:2%; border:solid 1px #dedede;padding:2%;}



/* ===公用底部=== */
/* 返回顶部 */
.backTop {position: fixed; opacity: 0; transition: 1s; visibility: hidden; z-index: 66; cursor: pointer; bottom: 10%;  right: 3%; width: 3.13rem; height: 3.13rem; background: #bc1315; border-radius: 0.63rem; display: flex; align-items: center; justify-content: center;}
.backTop.on {opacity: 1; visibility: visible;}
.footer {background: #242424;margin-top:-50px;width:100%;float:left; }
.footer .footer-logo {display: inline-block;}
.footer .footer-top {display: flex; justify-content: space-between; align-items: center; padding: 4rem 0 2rem 0; border-bottom: 1px solid rgba(235,243,250,.06);}
.footer .top-left {display: flex; align-items: center;}
.footer .footer-top .list {display: flex;}
.footer .yqlj {width: 14.69rem; height: 3.13rem; padding: 0 1.5rem; position: relative; box-sizing: border-box; border: 0.06rem solid rgba(255,255,255,.15); margin-left: 5.8rem; display: flex; justify-content: space-between; align-items: center;}
.footer .yqlj span {font-size: 1rem;color: #ebf3fa; position: relative;}
.footer .yqlj span::after {content: ""; position: absolute; width: 1px; height: 110%; background: rgba(235,243,250,.15);     right: -75%;}
.footer .yqlj .box {position: absolute; visibility: hidden;  top: 200%; width: 100%; left: 0; transform: translateY(0); background: #fff; transition: .55s; transition-timing-function: var(--ease-in-out-b); opacity: 0 ; z-index: 10;}
.footer .yqlj .box:after { content: ''; position: absolute; z-index: -1; width: 0; height: 0; top: 15%; border: 10px solid #fff; left: 50%; transform: translate(-50%, -60%) rotate(45deg);}
.footer .yqlj .box::before {content: ""; width: 100%; height: 20px; top: -48%; position: absolute;}
.footer .yqlj .box ol li a { display: block; background: #fff; height: 40px; line-height: 40px; padding: 0 15px; font-size: 14px; box-sizing: border-box; color: #999; transition: .4s;}
.footer .yqlj .box ol li a:hover {color: #bc1315;}
.footer .yqlj:hover .box {transform: translateY(-30px); opacity: 1; visibility: visible;}
.footer .footer-top .list {display: flex; align-items: center; gap: 1rem;}
.footer .footer-top .list span {font-size: 1rem;color: #ebf3fa;font-weight: 400;}
.footer .footer-top .list .li {width: 3.44rem; height: 3.44rem; border-radius: 50%; position: relative;  border: 0.06rem solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center;}
.footer .footer-top .list .li img {display: block;}.footer .footer-top .list .li i{ cursor: pointer;font-size:20px; color:#fff;}
.footer .footer-top .li .er {  display: none; position: absolute; top: 99%; left: 50%; transform: translateX(-50%);background-color: #fff;margin-top: 5px;}
.footer .footer-top .li .er img {width: 5rem; height: 5rem; display: block;}
.footer .foooter-bom {display: flex; justify-content: space-between; padding: 2.8rem 0 7rem 0;}
.footer .foooter-bom .le {display: flex; width: 80%; justify-content: space-between;}
.footer .foooter-bom .le dl {padding: 0  0.5rem; box-sizing: border-box;width:25%;}
.footer .foooter-bom dt {font-size: 1.2rem;color: #fefefe; margin-bottom: 1rem;padding-bottom:1rem; display: block; font-weight:bold; border-bottom:solid 2px rgba(255,255,255,.1);}
.footer .foooter-bom dd {font-size: 1rem;color: #b8b8b8;font-weight: 400; }
.footer .foooter-bom dd a {font-size:1rem;color: #b8b8b8;font-weight: 400; margin-top: 0.5rem; display: block;line-height:25px;}
.footer .foooter-bom dd a:hover {color:#bc1315;}
.footer .foooter-bom .contact a { margin-top:0; }

.footer .foooter-bom .contact dd {display: flex; align-items: center; margin-top: 1rem;}
.footer .foooter-bom .contact dd i{padding-right:10px;}
.footer .foooter-bom .contact dd em {color: #fff; font-size: 1.5rem; font-weight: 600;}
.footer .foooter-bom .contact dd span {font-size: 1rem;color: #bec2d0; margin-left: 0.8rem;}
.footer .foooter-bom .code {display: flex; align-items: center;}
.footer .foooter-bom .code span {font-size: 1.06rem;color: #bec2d0; margin-left: 1.5rem;}
.footer .footer-copy {display: flex;justify-content: space-between; padding: 1rem 0; flex-wrap: wrap; border-top:solid 1px rgba(255,255,255,.1);}
.footer .footer-copy p,.footer .footer-copy a {font-size: 0.88rem;color: #9b9b9b;font-weight: 400; }
.footer .footer-copy a:hover {color: #fff;}





/*首页关于我们*/

 .init-1 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.init-1 .container {
  text-align: center;
  position: relative;
}
 .init-1 .container .sub_text {
  font-size: 226px;
  color: #f8f8f8;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
}
.init-1 .container .des {
  font-size: 18px;
  color: #707070;
  max-width:70%;
  margin: auto;
  margin-top: 20px;
  line-height: 28px;
  text-align: center;
}
 .init-1 .container .more {
  padding: 15px 25px ;
  border-radius: 5px;
  background-color: #bc1315;
  border: #bc1315 solid 1px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 60px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2;
}
 .init-1 .container .more span {
  transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}

 .init-1 .container .more:hover {
  color: #bc1315 !important;
  border-radius: 0 !important; background-color: #fff !important;
}
 .init-2 {
  margin-top: -260px;
  position: relative;
  overflow: hidden;
  padding-top: 260px;
}
.init-2 .contain {
  position: relative;
  background-image: url(../images/index_6.jpg);
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}
 .init-2 .contain .sub_img {
  position: absolute;
  width: 810px;
  top: -250px;
  right: -340px;
}
 .init-2 .contain .img_1 {
  left: -340px;
}
.init-2 .contain .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.init-2 .contain .container .list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
 .init-2 .contain .container .list .num_cont {
  font-size: 50px;
  font-weight: bold;
}
.init-2 .contain .container .list .num_cont em {
  width: 150px;
  display: inline-block; font-weight: bold;
}
.init-2 .contain .container .list .num_cont .m {
  margin-left: -18px;
}
 .init-2 .contain .container .list .right_cont {
  margin-left: 20px;
  font-size: 24px;
  line-height: 2;
  position: relative;
}
 .init-2 .contain .container .list .right_cont p {
  position: relative;
  z-index: 2;
}
 .init-2 .contain .container .list .right_cont .sub_num {
  text-align: center;
  position: absolute;
  top: -52px;
  left: 0;
  font-size: 158px;
  line-height: 1;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: rgba(255, 255, 255, 0.46) 1px;
}
.init-2 .contain .container .list:nth-child(2) .num_cont em {
  width: 150px; font-weight: bold;
}
.init-2 .contain .container .list:nth-child(3) .num_cont em {
  width: 100px; font-weight: bold;
}
 .init-2 .contain .container .list:nth-child(4) .num_cont em {
  width: 80px; font-weight: bold;
}

.title_cont .tip_2 {
  font-size: 2.5rem; font-weight:bold;text-align: center;line-height: 1.2;
}
.title_cont .tip_1 {
  font-size: 18px;
  color: #909090;
}

.tip_line {
  width: 70px;
  height: 5px;
  background-color: #bc1315;
  margin: auto;
    margin-top: auto;
  margin-top: 15px;
}

/*shouyechanpin*/
.init-5 {width: 100%;
float: left;
margin-top: 5%;
padding-top: 5%;
background-image: url(../images/beijing001.jpg);
background-repeat: no-repeat;

}
.init-5 .container .s_cont{
  position: relative;
}
.init-5 .container .s_cont .prev,.init-5 .container .s_cont .next{
  z-index: 2;
  position: absolute;
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
  bottom: 234px;
  right: -100px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.init-5 .container .s_cont .prev{
  left: -100px;
}
.init-5 .container .s_cont .prev:hover img,.init-5 .container .s_cont .next:hover img{
    -webkit-filter: brightness(5);
    filter: brightness(5);
}
.init-5 .container .swiper {
  margin-top: 40px;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide {
  background-color: #f5f5f5;
  padding: 30px 35px;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #bc1315;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 1.25rem;  color: #333; font-weight:bold;

  height: 67px;
  overflow-y: auto;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  color: #909090;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  line-height:20px;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .more {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-color: #bc1315;
  border: 1px solid #bc1315;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 24px;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .more img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .more:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .more::before {
  background-color: #fff;
}
.init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  margin-top: -20px;height: 300px;
/*  height: 300px;*/
  /*background-color: #fff;*/
  /*padding: 20px;*/
}
.newsimg{height: 300px;}
.newsimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.more_cont_1 img,
.more_cont_1 span {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.init-5 .more_cont_1::before {
  content: '';
  position: absolute;border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bc1315;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.init-5 .more_cont_1:hover::before {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}


/*home  message*/
 .init-6{width:100%;float:left;}
 .init-6 .box {
	padding: 75px 0;
	color: #fff;
	background: #bc1315;
	position: relative;
	max-width: 92%;
	z-index: 1
}
 .init-6 .box:after {
	content: '';
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	background:#bc1315
}
 .init-6 .box .left {
	width: 40%;
	vertical-align: middle;
	padding-right: 3%
}
 .init-6 .box .left h6 {
	font-size: 18px;
	font-weight: 400;
	margin-top: .5em
}
 .init-6 .box .right {
	width: 60%;
	vertical-align: middle;
	padding-right: 5%
}
 .init-6 .box .right .form ul {
	margin: -5px -10px
}
 .init-6 .box .right .form ul li {
	padding: 5px 10px
}


 .init-6 .box .right .form ul li input {
	display: block;
	font-weight: 400;
	width: 100%;
	line-height: 60px;
	height: 60px;
	border: none;
	background: #fff;
	font-size: 18px;
	padding: 0 1em;
	color: #000; cursor:pointer;
}
 .init-6 .box .right .form ul li input::-webkit-input-placeholder {
color:#9f9f9f
}
 .init-6 .box .right .form ul li input:-moz-placeholder {
color:#9f9f9f
}
 .init-6 .box .right .form ul li input::-moz-placeholder {
color:#9f9f9f
}
 .init-6 .box .right .form ul li input:-ms-input-placeholder {
color:#9f9f9f
}
 .init-6 .box .right .form ul li input::placeholder {
color:#9f9f9f
}
 .init-6 .box .right .form ul li input[type=submit] {
	background: #000;
	color: #fff;
	font-weight: 500
}


#index_submit{background: #000;color: #fff;font-weight: 500;display: block;font-weight: 400;width: 100%;line-height: 60px;height: 60px; border: none; font-size: 18px;padding: 0 1em; cursor: pointer;}


 .init-6 .box .right .form ul li.wid-100 {
	width: 100%
}

 .init-6 h2.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height:2.5rem;
}
 .init-6 .init-6 .box .left h6 {
  font-size: 24px;
  font-weight: 400;
  margin-top: .5em;
}.grid-box {
	font-size: 0;
[;
	letter-spacing: -4px;
	font-size: 12px;
]
}
.grid-box .column {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
[;
	letter-spacing: 0;
]
}

.grid-box.two > .column {
  width: 50%;
}




.e_container-46 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width:100%;
  display-radio: flex;
  max-width: none;
  margin-left: auto;
  margin-right: 0px;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 0px;
  margin-top: -12%;
}
.e_container-46 .cbox-46-0 {
  flex: 0 0 27% !important;
  padding-right: 14px;
}
 .e_container-46 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
 .e_container-47 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background-color:#bc1315;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 83px;
  padding-bottom: 82px;
  padding-left: 5%;
  padding-right: 5%;
}
 .e_container-47 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
div[class^="cbox-"], div[id^="c_"] {
  position: relative;
}
.e_text-48 {
font-size: 2.5rem;
color: #fff;
line-height: 2.5rem;
font-weight: bold; text-align:center;
}

.e_container-53 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background-color:#bc1315;
}
 .e_container-53 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
 .e_container-54 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background-color: rgba(255,255,255,1);
  border-top-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

 .e_container-54 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}


.e_container-56 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 10%; border-bottom:solid 1px #f4f4f4;padding-bottom:10%;
}
.e_container-56 .cbox-56-0 {
  flex: 0 0 15%;
  padding-right: 0px;
  align-self: center;
}

 .e_image-57 {
  overflow: hidden;
  display-radio: 1;
  width: 50px;height:50px; border-radius:50%; float:left; text-align:center; font-size:24px; font-weight:bold;line-height:50px; color:#fff; background-color:#bc1315;
}
.e_image-57 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 .e_container-56 .cbox-56-1 {
  padding-left:10px;
  align-self: center;width:80%;
}
.e_container-63 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-top: 15%;
}

.e_container-63 .cbox-63-0 {
  flex: 0 0 20%;
  padding-right: 0px;
  align-self: center;
}

.e_container-63 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
 .e_container-63 .cbox-63-1 {
  padding-left: 30px;
  align-self: center;
}
 .e_text-64 {
  line-height: normal; font-weight:bold;
  font_radio: 2;
  text-transform: uppercase;
  display-radio: 1;
  font-size: 26px;

  color: #bc1315;
}
.e_text-65 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: rgba(102,102,102,1);
  font-size: 16px;
}
.e_container-46 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
 .e_container-49 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  background-color: rgba(255,255,255,1);
  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.e_container-49 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
 .e_container-50 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 0px;
}
 .e_container-50 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}



.e_text-61 {
  line-height: normal;
  font_radio: 2;
  text-transform: uppercase;
  display-radio: 1; font-weight:bold;
  font-size: 24px;
  color: #bc1315;
}

.e_text-62 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: rgba(102,102,102,1);
  font-size: 16px;
}


 .e_container-63 .cbox-63-0 {
  flex: 0 0 20%;
  padding-right: 0px;
  align-self: center;
}
  .e_image-66{overflow: hidden;
  display-radio: 1;
  width: 50px;height:50px; border-radius:50%; float:left; text-align:center; font-size:24px; font-weight:bold;line-height:50px; color:#fff; background-color:#bc1315;}

.cersr{width:100%;float:left;margin-top:3%;}
.cersr img{max-width:100%;}

.indexThree{width:100%;float:left; }

/*mobile 浮动*/

.foot-cover {
	height: 44px;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	float: left;
	display: none;
	z-index: 100998
}
#onlineService .offside {
	width: 100%;
	display: flex;
}
.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.offside a, .offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
}
.offside a, .offside div {
	line-height: 44px;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px;
}
#onlineService .offside li {
	flex: 1;
	height: 50px;
	background:#000;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.2)
}
#onlineService .offside li p {
	display: none;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px
}
#onlineService .offside li a i {color: #fff;font-size: 20px;line-height: 40px}
.swiper-pagination-bullet{width:15px;height:15px; border-radius:50%; background-color:#fff; opacity:1;}
.swiper-pagination-bullet-active{ background-color:#bc1315;}
.mosearch{display:none !important; cursor:pointer;}
.molan{display:none;cursor:pointer;}

@media(max-width:800px){
.mosearch{display:block !important;}
.pcsearch{display:none !important;}
.lop .search-pro{top:50%;opacity: 1;}
.pclan{display:none;}
.molan{display:block;}
.lju .listHide{display: block !important;left:0;}
.lju .listHide li{width:33.33%;float:left;}
.languageimg{display:none;}
.lju img{transform:rotate(180deg)}
.header .box .language{position: initial !important;margin-left: 30%;}
}

@media(max-width:1800px){
.init-5 .container .s_cont .prev{left: -50px;}
.init-5 .container .s_cont .next{right: -50px;}}
@media(max-width:1700px){		
.init-2 .contain .sub_img{width: 750px;}}
@media(max-width:1500px){		
.init-1 .container .des{width:65%;}
.init-2 .contain .sub_img{width: 750px;top: -200px;}}		
@media(max-width:1400px){
.init-2 .contain .container .list .num_cont{ font-size:40px;}
.init-2 .contain .container .list .right_cont .sub_num{ font-size:100px;}
.init-2 .contain .container .list .right_cont{ font-size:20px;}}	
@media(max-width:1300px){
.init-1 .container .des{max-width:90%;}
.init-2 .contain .sub_img{width: 650px;}
.init-1 .container .des{ font-size:16px;}	
.e_container-46 .cbox-46-0 {flex: 0 0 37% !important;}
.e_container-56 .cbox-56-0 {flex: 0 0 15%;}
.e_text-61{ font-size:24px;}	
.init-1 .container .des{width: 90%;}
}
	
								
@media(max-width:1200px){
.init-5 .container .s_cont .prev{left: -20px;}
.init-5 .container .s_cont .next{right: -20px;}
.e_container-46 .cbox-46-0 {flex: 0 0 37% !important;}
.e_text-61{ font-size:20px;}
.init-2 .contain .container .list .num_cont{ font-size:36px;}
.init-2 .contain .container .list .num_cont em{width:100px;}
.init-2 .contain .container .list:nth-child(2) .num_cont em{width:100px;}	
.init-2 .contain .container .list:nth-child(3) .num_cont em{width:80px;}	
.init-2 .contain .container .list:nth-child(4) .num_cont em{width:80px;}	
.init-2 .contain .container .list .right_cont{ font-size:18px;}
.init-2 .contain .container .list .right_cont .sub_num {font-size: 80px;}
.why{height:200px;}
}
	
	

@media(max-width:1000px){
.e_container-46 .cbox-46-0{flex: 0 0 100% !important;}
.init-2 .contain .sub_img{width: 500px;}
.init-2 .contain .container .list{width:50%;float:left;}
.init-1 .container .sub_text{font-size: 160px;}
.why{height:150px;}
.e_container-47{padding-top: 5%;padding-bottom: 5%;}
}

@media(max-width:700px){
.grid-box.two > .column{width:100%;}
.e_container-50{width:100%;}
.init-6 .box .left { width: 100%;padding-right: 0;}
.init-6 .box .right {width: 100%;margin-top: 20px;}
#onlineService {display: block;}
.foot-cover {display: block;}
.init-6 .box{max-width:100%;}
.init-6 .box .left h6{padding-right:5%;font-size: 14px;}
.why{height:100px;}
}








