/* CSS Document */

/*屏幕小于等于800*/
@media ( max-width:800px ) {	
html { font-size:56% }
body { font-size:14px; font-size:1.4rem; font-family: "PingFang SC", webfont, Helvetica, sans-serif, sans-serif; font-weight:300;letter-spacing: 0px; }

input { vertical-align:middle; font-family: "PingFang SC", webfont, Helvetica, sans-serif, sans-serif; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; appearance:none; -moz-appearance:none; -webkit-appearance:none }

.more-blue .iconfont, .more-gray .iconfont { top: 3px }

.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 }


h1, .h1 { font-size: 2.6rem }
h2, .h2 { font-size: 2.4rem }
h3, .h3 { font-size: 2.2rem }
h4, .h4 { font-size: 2rem }
h5, .h5 { font-size: 1.8rem }
h6, .h6 { font-size: 1.6rem }

.fontSize12 { font-size:1.2rem }

.block-padding { padding-top: 30px; padding-bottom: 30px }
.block-padding-t { padding-top: 30px }
.block-padding-b { padding-bottom: 30px }
.block-padding-t40 { padding-top: 40px }
.block-padding-b40 { padding-bottom: 40px }
.block-padding-t35 { padding-top: 35px }
.block-padding-b35 { padding-bottom: 35px }
.block-padding-t30 { padding-top: 20px }
.block-padding-b30 { padding-bottom: 20px }

.mo_margintopf100 { margin-top:-100px!important }
.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_margintop50 { margin-top:50px }

.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_marginbottom50 { margin-bottom:50px }
.mo_marginbottom60 { margin-bottom:60px }

.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 !important }
.mo_paddingtop15 { padding-top:15px }
.mo_paddingtop20 { padding-top:20px !important}
.mo_paddingtop30 { padding-top:30px }
.mo_paddingtop35 { padding-top:35px }
.mo_paddingtop40 { padding-top:40px }
.mo_paddingtop70 { padding-top:70px }

.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_paddingleft30 { padding-left:30px }
.mo_paddingleft40 { padding-left:40px }

.mo_paddingright0 { padding-right:0!important }
.mo_paddingright10 { padding-right:10px }
.mo_paddingright15 { padding-right:15px }
.mo_paddingright20 { padding-right:20px }
.mo_paddingright40 { padding-right:40px }
.mo_paddingright60 { padding-right:60px }

.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_padding20 { padding:20px 15px; -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 }

.mo_dis { display: block }
.mo_undis { display: none !important;}
.zindexfu1{z-index: -1;}



.area_100, .area_90, .area_85, .area_80, .area_75, .area_70, .area_66, .area_65, .area_60, .area_55, .area_50, .area_45, .area_40, .area_35, .area_33, .area_30, .area_28, .area_25, .area_20, .area_15, .area_10, .area_52, .area_48 { float:none; width:100% }

.mo_width20 { max-width: 20%; width:20% }
.mo_width25 { max-width: 25%; width:25% }
.mo_width30 { max-width: 30%; width:30% }
.mo_width33 { max-width: 33.33%; width:33.33% }
.mo_width47 { max-width: 46.67%; width:46.67% }
.mo_width40 { max-width: 40%; width:40% }
.mo_width50 { max-width: 50%; width:50% }
.mo_width60 { max-width: 60%; width:60% }
.mo_width70 { max-width: 70%; width:70% }
.mo_width80 { max-width: 80%; width:80% }
.mo_width90 { max-width: 90%; width:90% }
.mo_width100 { max-width: 100%; width:100% }
.mo_width140 { max-width:140%; width:140% }
.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, .com-rows_9 { max-height: 100%; height:auto; line-height:1.3em; overflow:visible; text-overflow:inherit; display:block }
.mo_com-rows_max2 { max-height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }

.container { width: 100%; padding-left: 20px; padding-right: 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.mo_container { width: 100%; padding-left: 20px; padding-right: 20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.block-padding { padding-top: 30px; padding-bottom: 30px }
.block-padding-t { padding-top: 30px }
.block-padding-b { padding-bottom: 30px }
.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-t50 { padding-top: 30px }
.block-padding-b50 { padding-bottom: 30px }
.card-padding { padding:20px }


.headspace { height: 60px }



/*-------------------头部-------------------*/
.topkv{
  min-height: 110px;
  background: linear-gradient(to right, #0e357f, #0a4f8a,#0191a6); 
  /* background: url(/images/about/group_6.png) center right no-repeat ;
  background-size: cover; */
}
.zhanwei{
  width: 100%;
  height: 70px;
}
.header-mobile { width: 100%; height: 60px; line-height: 60px; background: #fff; position: fixed; top: 0; left: 0; z-index: 1003;}
.logo-mobile { width: auto; height: 22px; position: absolute; left: 14px; top:19px }
.menu { width: 30px; text-align: center; height:30px; line-height: 30px; position: absolute; right: 24px; top: 20px; cursor: pointer; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s;display: block; background: rgba(255, 255, 255, 0);}
.bar { height: 1px; width: 14px; display: block; margin-left: 7px;margin-top: 2px; position: absolute; background-color: #0e357f; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
.menu .bar:nth-of-type(1) {
  top: 0px;
  width: 25px;
  background-color: #bb0d2a;
  -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: 25px;
  background-color: #bb0d2a;
  top: 8px;
  -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: 16px;
  width: 25px;
  background-color: #bb0d2a;
  -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 a{
  color: #fff;
}

.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: 52px;
	line-height: 52px;
	border-top: 1px solid #eee;
  color: #000 
}

.mo_indis{display: inline-block;}
.nav-mobile-icon { width: 62px; height: 53px; line-height: 53px; text-align: center; position: absolute; right: 0; top: 0 }
.nav-mobile-icon .iconfont { line-height: 53px;color: #bb0d2a }
.nav-mobile-icon .iconfont:before { content: "\e727" }
.nav-mobile-icon.hover .iconfont:before { content: "\eb79" }
.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: 0px solid #f1f1f1; color: #000 }



/*-------------------底部-------------------*/ 

.mo_opcity0{opacity: 0;}
.mo_opcity1{opacity: 1;}
.mo_color000{color: #000;}
.bottomnav{line-height: 50px; border-bottom: 1px solid #dcdcdc;}
.bottomnav i{line-height: 50px;}
.bottomtop .block-padding.mo_paddingtop0.width90.marginauto.cf{
  width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------------首页-------------------*/ 
.jumbotron1 {
  background: hsla(0,0%,100%,.05);
  height: 70vh;
}
#grad1 {
  height: 10vh;
  background-color: transparent; /* 浏览器不支持时显示 */
  background-image: linear-gradient(#00000000,#000);
}
#grad2 {
  height: 10vh;
  /* 浏览器不支持时显示 */
  /* background-color: transparent; 
  background-image: linear-gradient(#000, #00000000); */
  background: #000;
    box-shadow: 0px 24px 30px 10px;
}
.img5{background: url('/images/index/5.jpg') no-repeat center; background-size: cover;}
.img6{background: url('/images/index/6.jpg') no-repeat center; background-size: cover;}
.img7{background: url('/images/index/7.jpg') no-repeat center; background-size: cover;}
.img8{background: url('/images/index/15.jpg') no-repeat center; background-size:cover;}
.more2{
  
  margin-top: 0;

}


.wave{
  width: 300px;
  height: 300px;
  background-color: #e1e1e1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 3;
  animation: r 6s ease-in infinite;
  -webkit-animation: r 6s ease-in infinite;
}
.wave2{
  width: 400px;
  height: 400px;
  background-color: #e9e9e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
  animation: r 5s ease-in infinite;
  -webkit-animation: r 5s ease-in infinite;
}
.wave3{
  width: 500px;
  height: 500px;
  background-color: #f0f0f0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  animation: r 4s ease-in infinite;
  -webkit-animation: r 4s ease-in infinite;
}
.z-index4{
  z-index: 4 !important;

}
.bottomnav {
  line-height: 50px;
  border-bottom: 1px solid #f3f3f3;
}
.footlist {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
}
.footlist a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  color: #000;
}
.disinblock{
  display: inline-block;
}
.mozhongjian{
  top: 30px;z-index: 200; position: sticky !important; padding-top: 50px; display: flex;align-items: center; padding-left:20px ;padding-right: 20px; justify-content: space-between;
}
.mo_beforeline::before{height: 0;}
/*-------------------联系我们-------------------*/
.mo_com-rows_2 { height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.mo_top7{top: 29%;}



.mySwiperabout .swiper-button-next{right: -6%;top: 50%;}
.mySwiperabout .swiper-button-prev{left: -6%;top: 50%;}
.mySwiperabout .swiper-button-next:after{color: #000000;font-size: 24px;}
.mySwiperabout .swiper-button-prev:after{color: #000000;font-size: 24px;}
.aboutyuan {
  /* display: inline-block; */
  /* padding: 50px; */
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(to bottom, #231815, #484341); */
  background-image: linear-gradient(to bottom, #231815, #484341);
}

.supportmedia{
  background-image: url('/images/support/2.jpg'); background-repeat: no-repeat; background-size:100% 100%;background-color: #111111;
}

.min180{min-height: 180px;}
.min180 img{object-fit: cover;min-height: 180px;}





.img800{
  min-height: 470px;
    object-fit: cover;
}

.img200{
  min-height: 200px;
    object-fit: cover;
}

.img250{
  min-height: 250px;
    object-fit: cover;
}

.img300{
  min-height: 300px;
    object-fit: cover;
}
.img80vh{
  min-height: 80vh;
    object-fit: cover;
}
.top60{
  top: 60%;
}
.top48{
  top: 48%;
}
.mo_top22{
  top: 22%;
}
.mo_top20{
  top: 20%;
}
.mo_top10{
  top: 10% !important;
}
.mo_top86{
  top: 86%;
}
.mo_video{
  position: fixed;
  top: 0;
  height: calc(100% );
  display: none;
  width: calc(100% );
  left: 0;
  z-index: 3333;
}
.mo_top27{
  top: 27%;
}
.mo_top23{
  top: 23%;
}
.mo_bottom5{
  bottom: 5%;
}
.mo_positionfixed{
  position: fixed;
}
.width100vh{
  width: 70%;
}
.minheight270{
  min-height: 270px;
}
.rediobox1, .rediobox2, .rediobox3, .rediobox666, .rediobox777, .rediobox8, .rediobox9, .rediobox10{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.mo_bge9e9e9{
  background: #e9e9e9;
}
.obj{
  object-position: 80%;
}

.tongling-bg { object-position: 79% }
.tl-list { display: flex; justify-content: center; flex-wrap: wrap }
.tl-list>div { width: 27%; margin-left: 10px; margin-right: 10px }
.tl-list>div:nth-of-type(4), .tl-list>div:nth-of-type(5) { margin-top: 20px } 

.tl-del, .tl-del img { min-height: 200px }
.tl-del06 img { object-position: 70% }
.tl-del07 img { object-position: 89% }
.tl-txtcon, .tl-del04 .tl-txtcon { padding: 40px }
.tl-txt { max-height: 100vh - 180px;  height: calc(100vh - 200px); margin-top: 15px }
.tl-del .more { border: 1px solid #fff }
.tl-del.flip { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; z-index: 1005; border-radius: 0; margin-top: 0 }
.tl-del.flip .mo_more, .tl-del .icon-zengjia { display: none }
.tl-del.flip .tl-title, .tl-del.flip .tl-txt, .tl-del04-con.flip .tl-txt, .tl-del06-con.flip .tl-txt { transform: translateY(0) }
.tl-del.flip .tl-txt { transition-delay: 0 }
.tl-del.flip .icon-zengjia { display: block }
.tl-del04-box, .tl-del06-box { position: static }
.tl-del04-con, .tl-del06-con { padding: 0; position: fixed; z-index: 1005 }
.tl-del04-txt, .tl-del06-txt { padding: 40px; border-radius: 0 }
.tl-del04-txt .tl-txt, .tl-del06-txt .tl-txt { height: auto; max-height: auto } 





}


/*-------------------兼容iphone5-------------------*/
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
html { font-size:52% }
}
