#imgwidth img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
	position: initial;
}

#imgwidth { color:#fff}
#imgwidth h1 {
    font-size: 60px;
    margin-top: 0px;
}

#imgwidth h2 {
    font-size: 24px;
    line-height: 25px;
}














.skdslider{
 height: 230px;
 position: relative;
 background-image: linear-gradient(90deg,#003a76 0,#0c6bd0);
}
.skdslider ul.slides{ margin:0; padding:0; list-style-type:none;}

.skdslider ul.slides li
{
   height: 500px;
   left: 0;
   position: absolute;
   top: 0;
   display: none;
   width:100%;
  background-image: linear-gradient(90deg,#003a76 0,#0c6bd0);
}

.skdslider .slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
	 margin: 0;
    padding: 0;
}


.skdslider .slide-navs li {
    float: left;
	background: url("image/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider .slide-navs li.current-slide {
  background: url("image/slide-bg-active.png") no-repeat scroll 0 0 transparent;
}
