/* CSS Document */

/*屏幕小于等于800*/
@media ( max-width:800px ) {	
html { font-size:56% }
/* body { padding-top: 60px } */

input { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; appearance:none; -moz-appearance:none; -webkit-appearance:none }

.mo_positionRelative { position: relative!important }
.mo_positionAbsolute { position: absolute!important } 
.mo_positionStatic { position:static!important; top: 0; left: 0; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0) }
.mo_poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }
.mo_poabsolute-b { position:absolute; bottom:0 }

/* float */
.mo_fleft { float:left!important }
.mo_fright { float:right!important }
.mo_fnone { float:none!important }
/* text-align */
.mo_tleft { text-align:left!important }
.mo_tright { text-align:right!important }
.mo_tcenter { text-align:center!important }

.bigtitle { font-size: 3.6rem }
h1, .h1 { font-size: 3.6rem }
h2, .h2 { font-size: 2.8rem }
h3, .h3 { font-size: 2.4rem }
h4, .h4 { font-size: 2rem }
h5, .h5 { font-size: 1.8rem }
h6, .h6 { font-size: 1.6rem }

.fontSize12 { font-size:1.2rem }

.mo_margintop0 { margin-top:0!important }
.mo_margintop5 { margin-top:5px }
.mo_margintop10 { margin-top:10px }
.mo_margintop15 { margin-top:15px }
.mo_margintop20 { margin-top:20px }
.mo_margintop30 { margin-top:30px }
.mo_margintop40 { margin-top:40px }
.mo_margintop60 { margin-top:60px }

.mo_marginbottom0 { margin-bottom:0!important }
.mo_marginbottom5 { margin-bottom:5px }
.mo_marginbottom10 { margin-bottom:10px }
.mo_marginbottom15 { margin-bottom:15px }
.mo_marginbottom20 { margin-bottom:20px }
.mo_marginbottom30 { margin-bottom:30px }
.mo_marginbottom40 { margin-bottom:40px }

.mo_marginleft0 { margin-left:0!important }
.mo_marginleft5 { margin-left:5px }
.mo_marginleft10 { margin-left:10px }
.mo_marginleft20 { margin-left:20px }
.mo_marginleft30 { margin-left:30px }

.mo_marginright0 { margin-right:0!important }
.mo_marginright5 { margin-right:5px }
.mo_marginright10 { margin-right:10px }
.mo_marginright20 { margin-right:20px }
.mo_marginright30 { margin-right:30px }

.mo_marginauto { margin-left:auto; margin-right:auto }

.mo_paddingtop0 { padding-top:0!important }
.mo_paddingtop5 { padding-top:5px!important }
.mo_paddingtop10 { padding-top:10px }
.mo_paddingtop15 { padding-top:15px }
.mo_paddingtop20 { padding-top:20px }
.mo_paddingtop30 { padding-top:30px }
.mo_paddingtop40 { padding-top:40px }

.mo_paddingbottom0 { padding-bottom:0!important }
.mo_paddingbottom5 { padding-bottom:5px }
.mo_paddingbottom10 { padding-bottom:10px }
.mo_paddingbottom15 { padding-bottom:15px }
.mo_paddingbottom20 { padding-bottom:20px }
.mo_paddingbottom30 { padding-bottom:30px }
.mo_paddingbottom40 { padding-bottom:40px }

.mo_paddingleft0 { padding-left:0!important }
.mo_paddingleft10 { padding-left:10px }
.mo_paddingleft15 { padding-left:15px }
.mo_paddingleft20 { padding-left:20px }

.mo_paddingright0 { padding-right:0!important }
.mo_paddingright10 { padding-right:10px }
.mo_paddingright15 { padding-right:15px }
.mo_paddingright20 { padding-right:20px }

.mo_padding0 { padding:0!important }
.mo_padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.mo_padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.mo_padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.mo_padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.mo_padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.paddingtop40 { padding-top: 30px }
.paddingbottom40 { padding-bottom:30px }

.mo_row10 { margin-left: -10px; margin-right: -10px }

.mo_dis { display: block }
.mo_undis { display:none }

.area_100, .area_90, .area_85, .area_80, .area_75, .area_70, .area_66, .area_65, .area_60, .area_55, .area_50, .area_48, .area_45, .area_40, .area_35, .area_33, .area_30, .area_25, .area_20, .area_15, .area_10 { float:none; width:100% }
.area_25_50 { float:left; width:50% }
.mo_width15 { max-width: 15%; width:15% }
.mo_width30 { max-width: 30%; width:30% }
.mo_width33 { max-width: 33%; width:33% }
.mo_width40 { max-width: 40%; width:40% }
.mo_width50 { max-width: 50%; width:50% }
.mo_width60 { max-width: 60%; width:60% }
.mo_width80 { max-width: 80%; width:100% }
.mo_width100 { max-width: 100%; width:100% }
.mo_heightauto { height: auto }

.com-rows_1 { height:auto; display:block; white-space:inherit; overflow:visible; text-overflow:inherit }
.com-rows_2, .com-rows_max2, .com-rows_3, .com-rows_max3, .com-rows_4, .com-rows_max4, .com-rows_5, .com-rows_6 { max-height: 100%; height:auto; line-height:1.3em; overflow:visible; text-overflow:inherit; display:block }

.container { width: calc(100% - 40px); }

.block-padding { padding-top: 40px; padding-bottom: 40px }
.block-padding-t { padding-top: 40px }
.block-padding-b { padding-bottom: 40px }
.block-padding-t45 { padding-top: 25px }
.block-padding-b45 { padding-bottom: 25px }
.block-padding-t40 { padding-top: 20px }
.block-padding-b40 { padding-bottom: 20px }
.block-padding-t80 { padding-top: 60px }

.card-padding { padding:20px }

/*-------------------头部-------------------*/
.header-mobile { width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; top: 0; left: 0; z-index: 1003; box-shadow: 0 0 5px rgba(84,64,62,0.3) }
.logo-mobile { width: auto; height: 30px; position: absolute; left: 20px; top: 15px }
.menu { width: 24px; text-align: center; height:24px; line-height: 24px; position: absolute; right: 20px; top: 18px; cursor: pointer; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.header-language { width: auto; height: 60px; position: absolute; right: 60px }
.bar { height: 1px; width: 24px; display: block; position: absolute; background-color: #54403e; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.menu .bar:nth-of-type(1) {
  top: 4px;
  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0s; 
}
.menu .bar:nth-of-type(2) {
  width: 18px;
  top: 12px;
  -moz-transition: ease 0.1s 0.2s;
  -o-transition: ease 0.1s 0.2s;
  -webkit-transition: ease 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: ease 0.2s 0.2s;
}
.menu .bar:nth-of-type(3) {
  top: 20px;
  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0s;
}
.menu.hover .bar:nth-of-type(1) {
  top: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top 0.2s ease 0s, -moz-transform 0.2s ease-out 0.3s;
  -o-transition: top 0.2s ease 0s, -o-transform 0.2s ease-out 0.3s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: top 0.2s ease 0s, transform 0.2s ease-out 0.3s;
}
.menu.hover .bar:nth-of-type(2) {
  opacity: 0;
}
.menu.hover .bar:nth-of-type(3) {
  top: 12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: top 0.2s ease 0s, -moz-transform 0.2s ease-out 0.3s;
  -o-transition: top 0.2s ease 0s, -o-transform 0.2s ease-out 0.3s;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: top 0.2s ease 0s, transform 0.2s ease-out 0.3s;
}

.nav-mobile {
	width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    padding-top: 60px;
    position: fixed;    
    z-index: 1002;
    top: 0;  
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    overflow: hidden;
}


.nav-mobile.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-mobile .menu-items {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}

.nav-mobile.open .menu-items {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-mobile .menu-item {
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(.45, 0, .14, 1.03);
	-o-transition: all .5s cubic-bezier(.45, 0, .14, 1.03);
	transition: all .5s cubic-bezier(.45, 0, .14, 1.03);
	position: relative;
}
.nav-mobile.open .menu-item {
	opacity: 1;
}

.nav-mobile .menu-item .nav-mobile-level {
	display: block;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #eee;
}

.nav-mobile-icon { width: 62px; height: 42px; line-height: 42px; text-align: center; position: absolute; right: 0; top: 0 }
.nav-mobile-icon .iconfont { line-height: 42px }
.nav-mobile-icon .iconfont:before { content: "\eb093" }
.nav-mobile-icon.hover .iconfont:before { content: "\e686" }
.nav-mobile-level2 { width: 100%; padding: 0 20px; box-sizing: border-box; display: none }
.nav-mobile-level2 a { display: inline-block; width: 100%; padding: 0 20px; box-sizing: border-box; height: 36px; line-height: 36px; border-top: 1px solid #f1f1f1; color: rgba(0,0,0,0.8) }

/*-------------------底部通用-------------------*/

/*-------------------内页通用-------------------*/
/* .container.poabsolute-w50 { left: 0; transform: translateX(0) } */

/*-------------------首页-------------------*/
.scroll { display: none; opacity: 0 }
/* .index-swiper, .index-swiper .swiper-slide { max-height: auto; height: 40vh } */
/* .index-swiper .swiper-slide img { height: 100%; object-fit: cover } */
/* .index-swiper .swiper-button-prev, .index-swiper .swiper-button-next { display: none } */
/* .index-swiper .swiper-pagination-bullets.swiper-pagination-horizontal { right: 10px } */

.index-belt { padding: calc(10vh) 0 }

.subbrand-con { min-height: 800px }
.subbrand-con .kwicks li { width: 100%; height: 33.33%; position: relative; }
.subbrand-con .kwicks li:nth-of-type(2) { border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-left: 0; border-right: 0 }
.subbrand-logo { top: 15% }
.subbrand-txt { width: 80%; top: 40%; opacity: 1 }
.subbrand-btn { top: 75% } 

/*-------------------最新资讯-------------------*/
.nd-con { margin-top: 20px; padding-top: 20px }

.mo_indeximg{
  height: 100vh;
  object-fit: cover;
  object-position: 18%;
}
.producttext{
  width: 95%;
	padding-top:  30px;
}
.indexprodect_card .iconimg{
	opacity: 1;
}

.indexprodect_card {
  padding: 40px 20px;

}

.mo_aboutimg{
  height: 100vh;
  object-fit: cover;
  /* object-position: 18%; */
}

.aboutcoverimg{
  height: 500px;
  object-fit: cover;
}

.aboutcoverimg2{
  height: 300px;
  object-fit: cover;
}

.aboutimg h1{
  font-size: 22px;
}

.mo_hei400{
  height: 400px;
}

.mo_hei260{
  height: 260px;
  object-fit: cover;
}

.topimgtext{
  top: 58%;
}
.brandbgimg {
  background-image: url(/images/about/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.mo_com-rows_2 { height:2.75em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }


.historytab h4{
  font-size: 14px;
}



.honormySwiper .swiper-pagination{
	bottom: -3px !important;
}

.newmySwiper .swiper-pagination{
	width: 100% !important;
	bottom: -20px !important;
}

.linelistcard{
  padding-top: 0;
}
.tabswiper .swiper-slide {
  display: inline-block;
  padding-right: 0;
  width: auto !important;
  white-space: nowrap;
}
.linemore{
	position: static;
	left: 40px;
	bottom: 40px;
}

.linehistory{
  height: 100px;
  border-right: 0.5px solid #d7d7d7;
}
.linehistory2{
  height: 100px;
  border-left: 0.5px solid #d7d7d7;
}

.mo_his{
  color: #7c7c7c;
  position: relative;
}
.mo_his::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #7c7c7c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position:absolute;
  top:50%;
  -webkit-transform: translateY(-50%) ;
  -moz-transform: translateY(-50%) ;
  -ms-transform: translateY(-50%) ;
  -o-transform: translateY(-50%) ;
  transform: translateY(-50%) ;
  left: -6.5px;
}

.mo_his2{
  color: #7c7c7c;
  position: relative;
}
.mo_his2::after{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #7c7c7c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position:absolute;
  top:50%;
  -webkit-transform: translateY(-50%) ;
  -moz-transform: translateY(-50%) ;
  -ms-transform: translateY(-50%) ;
  -o-transform: translateY(-50%) ;
  transform: translateY(-50%) ;
  right: -6.5px;
}


.x1000left{
	position:static;
	float: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.x1000right{
	position:static;
	float: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}


.xleft{
	position:static;
	float: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.xright{
	position:static;
	float: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.kwicks{
	height: auto;
}
.kwicks li{
	float: left;
	width: 100%;
	height: 100%;
	margin-right: 5px;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background-color: #fff;
}
.kwicks li{
	padding: 40px;

}
.kwicks li{
	text-align: left;
	
}
.kwicks li p{
	display: block;
	
}

.douhao{
	width: 30px;
}

.joinmySwiper .swiper-button-next {
  right: 20px;
  left: auto;
color: #a6a4a5;
}

.joinmySwiper .swiper-button-prev {
  right: auto;
  left: 20px;
color: #a6a4a5;
}

.joinmySwiper .swiper-button-prev:after, .joinmySwiper .swiper-button-next:after {
  font-size: 20px;
}

.join000{
	display: none;
} 

.mo_bgf8f8f8{
  background-color: #005bac;
}
.mo_com-rows_5 { height:6.95em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.linebox .cbox {
  padding: 20px;
  background-color: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66% !important;
}

.histab{
	border-left: 0px solid #e1e7ed;
}
.histab .a{
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
.histab .active{
	position: relative;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	/*transform-origin: bottom;
	*/display: inline-block;
}
.histab .active::after{
	content: '';
	width: 100%;
	height: 4px;
	background: #005bac;
	left: -0;
	position:absolute;
	top:auto;
  bottom: 7px;
	-webkit-transform: translateY(-50%) ;
	-moz-transform: translateY(-50%) ;
	-ms-transform: translateY(-50%) ;
	-o-transform: translateY(-50%) ;
	transform: translateY(-50%) ;
}
.width500{
  width: 500px;
}
.o_xscroll{
  overflow-x: scroll;
}


/* .historymySwiper .swiper-wrapper{
	align-items: center;
  } */


  .historymySwiper2 .swiper-button-next {
    right: -50px;
    left: auto;
	color: #626262;
}

.historymySwiper2 .swiper-button-prev {
    right: auto;
    left: -50px;
	color: #626262;
}





.historymySwiper2 .swiper-button-prev:after, .historymySwiper2 .swiper-button-next:after {
  font-size: 20px;
}

.serveitem:nth-of-type(3):after{
	position: absolute;
	content: '';
	width: 1px;
	height: 0%;
	background-color: #8e8e8e;
	right: 0;
	position:absolute; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%)
}

.mo_hs-list { padding: 0 20px; box-sizing: border-box; position: relative; color: rgba(0,0,0,0.8) }
.mo_hs-list::after { content: ""; width: 1px; height: 100%; background: #dadada; position: absolute; top: 5px; left: 130px; z-index: 0 }
.mo_hs-li { padding-left: 130px; margin-top: 20px }
.mo_hs-title { width: 130px; margin-left: -130px; float: left; position: relative }
.mo_hs-title h3 { white-space: nowrap; font-size: 2rem }
.mo_hs-title i { display: block; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); position: absolute; top: 5px; right: 12px; z-index: 10 }
.mo_hs-title i::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #005bac; position: absolute; top: 3px; left: 3px; z-index: 20 }










}



/*-------------------兼容iphone5-------------------*/
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
html { font-size:52% }

}