/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
/***************************Index(start)***************************/
body .header.header_static{position: absolute;background-color: transparent;border-color: transparent;}
.index_Slider{position:relative;}
.index_Slider .img{height:73.8vh;}
.index_Slider .text{width:600px; position:absolute; left:20%;top:25%;z-index:2;}
.index_Slider .text1{font-size:58px;;}
.index_Slider .text2{font-size:20px; line-height:30px; margin:30px 0 40px 0;}
.index_Slider .text3 a{display:inline-block; line-height:50px; padding:0 25px; }
.index_Slider .dot{width:100%; position:absolute; bottom:20px; z-index:1;}
.index_Slider .dot span{display:inline-block; width:17px; height:17px; margin:0 5px;}

.mobSlider{position:relative;}
.mobSlider .img{height:84.5vh;}
.mobSlider .img .text{width:100%; padding:0 80px; position:absolute; top:60px; left:0; z-index:1;}
.mobSlider .img .text .t1{font-size:60px;}
.mobSlider .img .text .t2{font-size:22px; padding:30px 0;}
.mobSlider .img .text .t3 a{display:inline-block; width:200px; height:60px; font-size:20px; line-height:60px; }
.mobSlider .img img{width:100%;}
.mobSlider .dot{width:100%; position:absolute; bottom:20px; z-index:1;}
.mobSlider .dot span{display:inline-block; width:17px; height:17px; margin:0 5px;}
/***************************Index(end)***************************/

/***************************媒体查询(start)***************************/
@media screen and (max-width:1366px) {
    .index_Slider .img{height:50vh;}
    .index_Slider .text{left:5%;}
}
@media screen and (max-width:1280px) {
    .index_Slider .img{height:62vh;}
    .index_Slider .text{top:18%;}
}
@media screen and (max-width:1024px) {
    .index_Slider .img{height:28vh;}
    .index_Slider .text{width:450px; left:4%;}
    .index_Slider .text2{margin:15px 0 20px 0;}
}
@media screen and (max-width:1000px){
    body .header.header_static{position: static;}
}
@media screen and (max-width:500px){
    .mobSlider .img{height:64vh;}
    .mobSlider .img .text{top:20px; padding: 0 40px;}
    .mobSlider .img .text .t1{font-size:40px;}
    .mobSlider .img .text .t2{font-size:18px; padding:15px 0;}
    .mobSlider .img .text .t3 a{font-size:14px; width:160px; height:40px; line-height:40px;}
}
@media screen and (max-width:360px){
    .mobSlider .img .text .t1{font-size:30px;}
    .mobSlider .img .text .t2{font-size:14px;}
}