@charset "utf-8";

 @keyframes fade-in { 
        0% {opacity: 0;}/*初始状态 透明度为0*/ 
        40% {opacity: 0;}/*过渡状态 透明度为0*/ 
        100% {opacity: 1;}/*结束状态 透明度为1*/ 
    } 
    @-webkit-keyframes fade-in {/*针对webkit内核*/ 
        0% {opacity: 0;} 
        40% {opacity: 0;} 
        100% {opacity: 1;} 
    } 
    .cy01 {animation: fade-in;/*动画名称*/ animation-duration: 1s;/*动画持续时间*/ -webkit-animation:fade-in 1s;/*针对webkit内核*/ } 
    .cy02 {animation: fade-in;/*动画名称*/ animation-duration: 1.5s;/*动画持续时间*/ -webkit-animation:fade-in 1.5s;/*针对webkit内核*/ } 
    .cy03 {animation: fade-in;/*动画名称*/ animation-duration: 1s;/*动画持续时间*/ -webkit-animation:fade-in 1s;/*针对webkit内核*/ } 
    .cy04 {animation: fade-in;/*动画名称*/ animation-duration: 1.5s;/*动画持续时间*/ -webkit-animation:fade-in 1.5s;/*针对webkit内核*/ } 
    .cy05 {animation: fade-in;/*动画名称*/ animation-duration: 1s;/*动画持续时间*/ -webkit-animation:fade-in 1s;/*针对webkit内核*/ } 
    .cy06 {animation: fade-in;/*动画名称*/ animation-duration: 1.5s;/*动画持续时间*/ -webkit-animation:fade-in 1.5s;/*针对webkit内核*/ } 

.swiper {width: 100%;height: 100%;}
.swiper-slide {/*text-align: center;*/font-size: 18px;/*background: #fff;*/display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;/*height: 100%;*/object-fit: cover;}

.tijiao { width:1200px; margin:0 auto;text-align: center;}
.tijiao h3{ text-align:center;font-size: 28px;line-height: 90px;font-weight: 300;color: #333;}
.inssds {  width: 400px;  padding: 0px 12px;  line-height: 46px;  height: 46px;  font-size: 14px;  color: #333;display: inline-block; background:#e8e8e8; border:none; margin-right:10px;}
.inssdst {  width: 430px;  padding: 0px 5px;  line-height: 36px;  height: 36px;  font-size: 14px;  color: #666;display: inline-block; text-align:left;}
.inssds2 {  line-height: 40px;  height: 40px; width:400px;  background: #e6322e;display: block;  color: #FFF;  cursor: pointer;margin: 0 auto;margin-top: 20px;}
.bigbanner a {
  padding: 0px;
}
.soss {
	position:fixed;
display: none;
top: 70px;
z-index: 9999;
width: 100%;
	}
.soss .closess { font-size:24px; padding:10px; position:absolute; top:0; right:0;color:#F00; cursor:pointer; z-index:9;}
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
body {
  min-width:inherit;
}

.tijiao { width:100%; margin:0 auto;text-align: center;}
.inssds { width:90%;margin: 0 auto; margin-bottom: 10px;}
.inssdst { display:none;}
.inssds2 {  width:90%;margin-top: 10px;padding: 0px 12px;}
.bigbanner a {
  padding: 0px;
}


.cy01 { width:100% !important;}
.cy01 .sg-space-between {overflow-x: auto;}

}
@media screen and (max-width: 600px) and (min-width: 0px){
.clearjia { clear:both;}
.ind_qyys { width:100% !important;}
.ind_qyys .sg-flex-column { display:inline-block;}
.ind_qyys .sg-flex { display:inline-block ;}
.ind_qyys .qyys01 { display:flex;}

.ind_about { width:98% !important; margin:0 auto;}
.ind_about .sg-space-between { display:inline-block;}
.ind_about .sg-flex { display:inline-block ;}
.ind_about .sg-left-box { margin-right:0 !important;}
.ind_about2 { min-width:inherit !important;}
.ind_about3 video{ width:100% !important;}

.ind_xiwen {}
.ind_xiwen .sg-pad-right-md{ padding-right:0 !important;}
.ind_xiwen .sg-pad-left-md{ padding-left:0 !important;}
.ind_xiwen2 { padding:0;}

.bottom_box { display:inline-block;}
.bottom_box .sg-space-between{ display:inline-block;}
.bottom_box .sg-flex-center{ display:inline-block;}
.bottom_box .sg-pad-left-md{ padding-left:0;}
.bottom_box ..sg-pad-left{ padding-left:0;}
.m_yc{ display:none !important;}
.bottom_box2 { width:100%;}
.qr-codes { position:inherit !important; left:inherit !important; display: block !important;margin: 0 auto; margin-top:10px;}
}
