* {
    margin: 0;
    padding: 0;
    list-style:none;
    border:0;
}
body {
    font-family:"微软雅黑",Helvetica,sans-serif;
    color:#fff;
    font-size:14px;
    width:100%;
}
body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body a {
    text-decoration: none;
}
body a:hover{
    color:#fe7d23;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.center{
    margin: 0 auto;
}
.hiddenele{
    display:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lookmore {
    float: right;
    display: inline-block;
    color: #1192d4;
    font-size: 12px;
}
.lookmore:hover {
    color: #c70715;
}
/*@font-face {
  font-family: "方正正中黑";
  src: url("../font/方正正中黑.TTF");
}*/


/* 项目css部分 */
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.logo{
	width: 1200px;
	height: 77px;
	margin: 0 auto;
}
.logo_a{
	width:1200px;
	height:40px;
	padding-top: 24px;
}
.xdflogo img{
   width:94px;
   height: 36px;
   display: block;
}
.sx img{
   width: 2px;
   height: 35px;
   margin-left: 14px;
   margin-right: 14px;
}
.jjlogo img{
  width:247px;
  height:32px;
  margin-top:4px;
}

.abetter img{
  width:311px;
  height:15px;
  margin-top:14px;
}


/*导航*/
.navAll{
    width: 100%;
    background: #336699;
}
.nav{
    width: 1200px;
    height: 56px;
    line-height:54px;
}
.nav .FirstLN{
    float:left;
    width:200px;
    text-align: center;
    position: relative;
}
.nav .FirstLN.curli .FirstLNSpan{
    display: block;
}
.nav li.FirstLN >a{
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    width:200px;
}
.nav li.FirstLN >a:hover{
    background:#d65347;
}

.FirstLN-menu{
    width:200px;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 10;
    background-color: rgba(21,46,84,.8);
    display: none;/*鼠标滑过显示隐藏*/
}
.FirstLN-menu li{
    height:50px;
    line-height:50px;
}
.FirstLN-menu a{
    height:50px;
    overflow:hidden;
    display:inline-block;
    font-size:14px;
    color: #ffffff;
    width:200px;
}
.FirstLN-menu a:hover{
    color:#D65347;
    background-color: rgba(1,1,1,.1);
}



/*banner*/


 .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;      
    }
    .swiper-slide {
        text-align: center;
        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.a{
	height:600px;
    background-image:url(../img/banner1.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    position:relative;
}
.swiper-slide.b{
	height:600px;
    background-image:url(../img/banner2.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    position:relative;
}
.swiper-slide.c{
	height:600px;
    background-image:url(../img/banner3.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    position:relative;
}
.swiper-slide.d{
	height:600px;
    background-image:url(../img/banner4.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    position:relative;
}
.swiper-slide.e{
	height:600px;
    background-image:url(../img/banner5.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    position:relative;
}




.wrap1200 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 43px;
}
.Reserved {
    color: #999;
    height: 50px;
    text-align: center;
    width: 1200px;
    padding-top: 5px;
}
.Reserved p {
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.Reserved p img {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#kx_logo {
    text-align: center;
}
#kx_logo span img {
    border: none;
}
#kx_logo img {
    width: 114px;
    height: 42px;
}
#kx_logo img {
    width: 114px;
    margin: 8px 8px 15px;
}



















