html{min-width: 1300px;}
.header{
	width: 100%;
	height:177px;
	background:url(../images/head_bg.jpg) repeat-x;
        background-size: auto 100%;
}
.header-box{
	width: 1300px;
	margin: 0 auto;
}
.logo{
	width: 645px;
	float: left;
	margin-top: 20px;
}
.sou{
	float: right;
	margin-top: 35px;
}
.clear{
    clear:both;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.i-search {
    width: 258px;
    height: 34px;
    overflow: hidden;
    position: relative;
    float: right;
    margin:10px 0;
    border:1px solid #5996c8;

	
}
.i-search .search-txt {
    width: 224px;
    padding-left: 5px;
    height: 36px;
    line-height: 36px;
	background:none;
	border:none;

}

.i-search .search-btn {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/search_ico.png") center no-repeat #ffffff;
    border: 0;
    cursor: pointer;
    background-color: #e79c30;
}

.head-nav {
            width: 1300px;
            height: 50px;
            margin: 0 auto;
}
.head-nav-con {
            width: 1300px;
            height: 50px;
            margin: 15px auto 0;
}
.head-nav-con ul li {
            width: 130px;
            height: 40px;
            float: left;
            text-align: center;
            list-style: none;
}
.head-nav-con ul li ul li {
            width: 291px;
            height: 50px;
            float: left;
            text-align: center;
            list-style: none;
}
.head-nav-con ul li.on{background:url(../images/nav_bg.png) bottom center no-repeat;}
.head-nav-con ul li:hover {
            background:url(../images/nav_bg.png) bottom center no-repeat;
}
.head-nav-con ul li.on {
            background:url(../images/nav_bg.png) bottom center no-repeat;
}
.head-nav-con ul>li>a {
            display: block;
            text-decoration: none;
            text-align: center;
            color: white;
            font-size: 18px;
}
.head-nav-con .drop-down {
            position: relative;
}
 .head-nav-con .drop-down-content {
            padding: 0;
            display: none;
            position: absolute;
            top: 39px;
            z-index: 1;
            background: #0066cc;
}
.head-nav-con .drop-down-content li{height:35px;line-height:35px;padding-bottom:0;}
.head-nav-con .drop-down-content li a{font-size:16px;}
.head-nav-con .drop-down-content li:hover{background:#fff;}
.head-nav-con .drop-down-content li:hover a{color:#0066cc}
.head-nav-con .drop-down:hover .drop-down-content {
            display: block;
}
.head-nav-con .drop-down-2 {
            position: relative;
}
.head-nav-con .drop-down-content-2 {
            padding: 0;
            display: none;
            position: absolute;
            z-index: 1;
            right: -170px;
            top: 0;
}
.head-nav-con .drop-down-2:hover .drop-down-content-2 {
            display: block;
}




.content {
    min-height: 350px;
}


.footer{
	width: 100%;
	height:194px;
	background: url(../images/foot_bg.jpg) center center no-repeat;
}
.footer-cen{
	width: 1300px;
	height:140px;
	margin:0 auto;
	position:relative;
}
.footer-logo{
	width: 405px;
	float: left;
}
.footer-logo img{
	margin-top: 30px;
}
.footer-link{
	width: 495px;
	float: left;
}
.footer-link ul{
	width: 237px;
	height: 38px;
	border:none;
	line-height: 38px;
	margin-left: 80px;
	margin-top: 60px;
	float: left;
	background:none;
	border:1px solid #6496c1;
	color:#fff;
	font-size:14px;
	padding-left:18px;
}
.footer-link ul li a{color:#cbc2c5}
.footer-link .wx_icon{
	position:absolute;
	top:55px;
	right:480px;
}
.footer-link #img{position:absolute;
	top:35px;
	right:380px;}
.footer-dz{
	width: 400px;
	float: left;
}
.footer-dz p{
	color: #cbcbcb;
	margin-top: 60px;
	float: right;
	font-size:14px;
}
.footer-dz p span{
	float: right;
	margin-top: 10px;
}
.footer-icp{
	width: 1300px;
	height: 55px;
	margin: 0 auto;
}
.footer-icp p{
	text-align: center;
	line-height: 55px;
	color: #cbcbcb;
	font-size:14px;
}
.footer-icp a{
	text-decoration: none;
	color: #cbcbcb!important;
}
.footer-icp a:hover{
	color: #1951b9;
}