.fullSlide {position: relative;width:100%; height: 100%; overflow:hidden;}
.fullSlide .bd {position: relative; height: 100%; z-index: 0;}
.fullSlide .bd li {width: 100%; height: 700px; vertical-align: top; position: relative;}
.fullSlide .bd li::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.35;}
.fullSlide .bd li .img{ width: 100%; height:100%;  }
.fullSlide .bd li .bannerBox{position: absolute;top: 15%; left:0; width: 100%;}
.fullSlide .bd li .text { padding: 20px 0 40px;color: #FFFFFF;  z-index: 100;}
.fullSlide .bd li .text .t1{ line-height: 1.2em; font-size: 62px;font-weight: lighter;}
.fullSlide .bd li .text .t2 { font-size: 62px;font-weight: bold; }
.fullSlide .bd li .text .t3 { line-height: 1.2em; font-size: 42px;font-weight: lighter;}
.fullSlide .bd li .text .t4{font-size: 32px;font-weight: lighter;}
.fullSlide .bd li .text .b-btn {width: 100%; margin-top: 80px; color: #fff;}
.fullSlide .bd li .text .b-btn>a {padding: 17px 84px;background: #0b4696;color: #fff;font-size: 18px;border-radius: 30px; }
.fullSlide .bd li .text .b-btn>a:hover {border: #FFE800;background-color: #FFE800;color: #000;}
.fullSlide .bd li .pic{ }
.fullSlide .bd li .pic img{ width: 100%;}

.fullSlide .hd{position:absolute;bottom:50px;z-index:99;left:0; width: 100%; display: flex;justify-content: center;}
.fullSlide .hd li{display: inline;float:left;width:15px;height:15px;margin:0 5px;border-radius: 50%; background: #fff;}
.fullSlide .hd li.on {background:#FFE800;}
.fullSlide .prev, .fullSlide .next {position: absolute;top: 35%;z-index: 99;width: 52px;height: 115px;}
.fullSlide .prev {left: 2%;background: url(../images/left.png) no-repeat;}
.fullSlide .next {right: 2%;background: url(../images/right.png) no-repeat;}

@media only screen and (min-width: 1200px){
	
}
@media only screen and (max-width: 991px){
.fullSlide .hd{bottom:20px;}
.fullSlide .bd li{ height: 392px;}
.fullSlide .bd li .text .t1{ line-height: 1.2em; font-size: 42px;}
.fullSlide .bd li .text .t2 { font-size: 42px;line-height: 1.0em;}
.fullSlide .bd li .text .t3 { line-height: 1.2em; font-size: 28px;}
.fullSlide .bd li .text .t4{font-size: 28px;}
.fullSlide .bd li .text .b-btn { margin-top: 40px;}
.fullSlide .bd li .text .b-btn>a {padding: 10px 30px;font-size: 15px;}
	
}
@media only screen and (max-width: 1100px){
.fullSlide .bd li{ height: 500px;}
.fullSlide .bd li .text .t1{ line-height: 1.4em; font-size: 42px;}
.fullSlide .bd li .text .t2 { font-size: 52px;line-height: 1.0em;}
.fullSlide .bd li .text .t3 { line-height: 1.4em; font-size: 28px;}
.fullSlide .bd li .text .t4{font-size: 28px;}
}

@media screen and (max-width: 767px){
.fullSlide .bd li .text { padding:0;}
.fullSlide .hd{bottom:10px;}
.fullSlide .hd li{width:10px;height:10px;}
.fullSlide .bd li{ height: 180px;}
.fullSlide .bd li .text .t1{ line-height: 1.0em; font-size: 22px;}
.fullSlide .bd li .text .t2 { font-size: 22px;line-height: 1.0em;}
.fullSlide .bd li .text .t3 { line-height: 1.0em; font-size: 16px;}
.fullSlide .bd li .text .t4{font-size: 18px;}
.fullSlide .bd li .text .b-btn { margin-top: 20px;}
.fullSlide .bd li .text .b-btn>a {padding: 6px 15px;font-size: 14px;}
.fullSlide .prev, .fullSlide .next { top:40%; width: 26px;height: 58px;background-size: 50%;}
.fullSlide .next { right: 0;}
}