body{
    font-family: 'Source Sans Pro', sans-serif;
    background: url(../images/cjz/bg.jpg);
}
.cjz{
    width: 100%;
}

.banner,
.banner img{
    width: 100%;
}

.nav{
    width: 100%;
    background-color: #FF6600;
}

.nav_ul1{
    width: 1500px;
    overflow: hidden;
    margin: 0 auto;
}
.nav_ul1 li{
	float:left;
	padding-right:20px;
}
.nav_ul1 li a{
    display: inline-block;
	font-size: 13px;
    color: #fff;
    padding: 7px 15px;
    background-color: #666666;
}

.nav_ul2{
    width: 1500px;
    overflow: hidden;
    padding: 8px 0;
    margin: 0 auto;
}
.nav_ul2 li{
	float: left;
	padding-right: 20px;
}
.nav_ul2 li a{
    display: inline-block;
	color: #fff;
	font-size: 18px;
}


/*******************************
	-	BANNER STYLES	-	
********************************/
#banner-example-1{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:918px;
	height:300px;
}	

#banner-example-1 ul >li{
	display:none;
}

#banner-example-2{
    position: relative;
    margin: 20px auto 50px;
}	

#banner-example-2 .slide_mainmask ul{
    width: 778px;
    height: 422px;
    position: relative;
}

#banner-example-2 .slide_mainmask ul li{
    width: 778px;
    height: 422px;
}

.kb_container{
    width: 778px;
    height: 422px;
}
.kb_container img{
    display: block;
    width: 100% !important;
    height: 340px !important;
    position: static !important;
}
.kb_container div{
    width: 100%;
    height: 82px;
    font-size: 14px;
    color: #fff;
    padding: 15px;
    background-color: #000;
}

/**********************************************************
	-	CAPTION SETTINGS FOR THE PARADIGM SLIDER	-
**********************************************************/	


.bottom{
    width: 100%;
    background-color: #FF6600;
}
.bottom div{
    width: 1500px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}

.menu {
    width: 1500px;
    font-family:arial, sans-serif;
    margin: 5px auto 0;
}

.menu ul li {
    float:left; 
    position:relative;
}
.menu ul li a,
.menu ul li a:visited{
    display:block;
    text-align:center;
    width:240px;
    height:35px;
    line-height:33px;
    font-size:18px;
    color:#fff;
}
.menu ul li ul {
    display: none; 
}
.menu ul li:hover a {
    color:#FF6600;
    background:#fff;
    border:none;
}
.menu ul li:hover ul {
    display:block; 
    position:absolute; 
    top:35px; 
    left:0;
}
.menu ul li:hover ul li a {
    display:block;
    background:#fff;
    color:#FF3300;
    font-size:13px;
    font-weight:normal;
    text-align:left;
    padding-left:10px;
    border:none;
    width:280px;
}
.menu ul li:hover ul li a:hover {
    background:#008fc3; 
    color:#fff;
}

.fzlc{
    widtn: 100%;
}
.fzlcs{
    width: 840px;
    margin: 20px auto;
    padding: 20px 0;
    background-color: #fff;
}
.fzlcs img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.fzlcs div{
    width: 80%;
    text-indent: 2em;
    margin: 20px auto 0;
}

@media (max-width: 768px) {
    .nav_ul1,
    .nav_ul2,
    .bottom div{
        width: 100%;
        text-align: center;
    }
    .nav_ul1 li,
    .nav_ul2 li{
        float: none;
        display: inline-block;
        padding: 0;
        margin: 5px;
    }
    .bottom div{
        height: auto;
        line-height: 22px;
        padding: 5px 0;
    }
    #banner-example-2 .slide_mainmask ul{
        width: 340px;
        height: 240px;
        position: relative;
    }
    
    #banner-example-2 .slide_mainmask ul li{
        width: 340px;
        height: 240px;
    }
    
    .kb_container{
        width: 320px;
        height: 240px;
    }
    .kb_container img{
        display: block;
        width: 100% !important;
        height: 160px !important;
        position: static !important;
    }
    .kb_container div{
        width: 100%;
        height: 60px;
        font-size: 12px;
        color: #fff;
        background-color: #000;
        overflow: hidden;
    }

    .menu,
    .fzlcs{
        width: 100%;
    }
    .menu ul{
        width: 100%;
    }
    .menu ul li{
        width: 50%;
    }
    .menu ul li a,
    .menu ul li a:visited{
        width: 100%;
    }

}