﻿body {
    background-color: white;
}

.header {
    height: 70px;
    background-image: url(../images/topbg.png);
    color: white;
    font-weight: bold;
    position: relative;
}

.logo {
    position: absolute;
    left: 1%;
    width: 5%;
}

.logo-title {
    display: inline-block;
    margin-left: 7%;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 70px;
}

.loginout, .loginout:hover, .loginout:visited {
    color: white;
    text-decoration: none;
}


.mymsg, .mymsg:hover, .mymsg:visited {
    color: white;
    text-decoration: none;
}

.caret {
    margin-top: 13px !important;
}


.inline {
    position: absolute;
    right: 20px;
    top: 20px;
}

.nav {
    background-image: url(../images/navbg.png);
    margin: 0;
    padding-left: 16%;
    border-bottom: 1px solid #d3d1d1;
}

.breadcrumb {
    margin: 0;
    background-color: none !important;
}

.date {
    display: inline-block;
}

.content {
    margin-top: 5px;
    padding: 0;
}

.content-left, .content-right {
    border: 1px solid #d3d1d1;
    background-color: #fff;
    overflow: auto;
}

.content-right {
    margin-left: 0.5% !important;
}

.iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.left-icon {
    width: 12%;
}

.left-icon-child {
    margin-left: 15%;
    width: 10%;
}

.left-title {
    margin-left: 10px;
    font-weight: bold;
}




.accordion-toggle {
    background-image: url(../images/left-title-bg.png);
}

    .accordion-toggle:hover {
        background-image: url(../images/left-title-bg-h.png);
        text-decoration: none;
        color: white !important;
    }

.accordion-inner:hover {
    background-image: url(../images/left-title-bg-h.png);
    text-decoration: none;
    color: white !important;
    cursor: pointer;
}

.content {
    margin;
}
.banner{
	float:left;
	width:100%;
	height:300px;
	background-image: url(../images/banner222.jpg)
	
}
.index_box{
	margin-left:70px;
	width: 800px;
    height: 133px;
    margin-top:90px;
   background-image: url(../images/box.png)
}
.index_box .bd_search{
	float: right;
   
}
.index_box .bd_search .input1{
	background-color: #FFFFFF;
    border: 1px #85A4D6 solid;
    border-right: 0;
    width: 330px;
    height: 30px;
    line-height: 30px;
  	border-top:2px;
    font-size: 16px;
}
.index_box .bd_search .btn1{
	background: #245FBF url('../images/home_search_ico.png') no-repeat center center;
    border: 0;
    width: 75px;
    height: 42px;
    cursor: pointer;
    padding-top: 0px;
}

.index_boxfont{
	
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 20px;
    color: #424141;
    font-family: "微软雅黑";
   text-align:center;
    margin-top: 40px;
    margin-left: 100px;
}
.foot_wrap{
	width: 100%;
    height: 120px;
    float: left;
    background: #d7d7d8;
}
.foot_center{
	width: 1200px;
    height: 84px;
    margin: 0px auto;
    padding-top: 20px;
}
.foot_lefttop{
	height: 40px;
    line-height: 40px;
    color: #797979;
    margin: 0px auto;
    text-align: center;
}
.foot_lefttbottom{
	height: 30px;
    line-height: 30px;
    color: #797979;
    padding-left: 10px;
    clear: both;
    text-align: center;
}