body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1360px!important;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.box {
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}

.header{
    width: 100%;
    height: 122px;
    background: url(/web_images/headerbg.jpg) repeat center;
}
.header .left{
    width: 600px;
    height: 122px;
}
.header .left img{
    width: 600px;
    height: 122px;
    vertical-align: top;
}
.header .right{
    width: 264px;
    height: 122px;
    background: url(/web_images/phone.jpg) no-repeat center;
}
.header .right ul{
    margin-top: 34px;
    line-height: 20px;
    float: right;
    font-size: 0;
    overflow: hidden;
}
.header .right li{
    float: left;
    padding: 0 16px 0 15px;
    background: url(/web_images/hline.jpg) no-repeat right;
}
.header .right li.last{
    padding-right: 0;
    background: 0 none;
}
.header .right li a{
    display: block;
    color: #222222;
    font-size: 16px;
}
.menu{
    width: 100%;
    height: 57px;
    line-height: 57px;
    background-color: #43b0eb;
    text-align: center;
    overflow: hidden;
}
.menu ul{
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.menu li{
    width: 161px;
    float: left;
    margin-right: 48px;
}
.menu li.last{
    margin-right: 0;
}
.menu li.on{
    background-color: #0d99e5;
}
    .menu li a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight:normal;
    }
.note{
    width: 100%;
    height: 64px;
    line-height: 64px;
    background-color: #43b0eb;
}
.note .left{
    width: 1000px;
    overflow: hidden;
}
.note .left h2{
    color: #fff;
    font-size: 18px;
    padding-left: 40px;
    background: url(/web_images/note.jpg) no-repeat left;
    float: left;
}
.txtScroll-top{overflow:hidden; position:relative; float: left;}
.txtScroll-top .hd{display: none;}
.txtScroll-top .bd{ padding:0px;  }
.txtScroll-top .infoList li{
    height: 64px;
    line-height: 64px;
    font-size: 0;
}
.txtScroll-top .infoList li a{
    float: left;
    max-width: 700px;
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
    font-weight: normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.txtScroll-top .infoList li .date{
    float: left;
    margin-left: 29px;
    color: #7eaee0;
    font-size: 16px;
}
/*ÂÖ²¥Í¼*/
.slideBox1{width: 100%;min-width:1000px; overflow:hidden; position:relative; text-align: center; height: 565px;}
.slideBox1 .bd{ position:relative; z-index:0;}
.slideBox1 .bd ul{width:100% !important}
.slideBox1 .bd li{width:100% !important; zoom:1; vertical-align:middle; height: 565px;}
.slideBox1 .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.slideBox1 .hd{
    width: 100%;
    z-index: 10;
    position: absolute;
    left: 0;bottom: 30px;
    text-align: center;
}
.slideBox1 .hd ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 29px;
    background: url(/web_images/hdbg.png) repeat;
    border-radius: 29px;
    padding: 0 12px;
}
.slideBox1 .hd li{
    width: 13px;
    height: 13px;
    float: left;
    margin: 8px 9px 0;
    background-color: #fff;
    border-radius: 50%;
}
.slideBox1 .hd li.on{
    background-color: #005dbf;
}
.slideBox1 .prev, .slideBox1 .next {
    display: none;
}








.search{
    width: 277px;
    height: 35px;
    line-height: 35px;
    margin: 15px 0 0 0;
    float: right;
    background-color: #fff;
}
.search input{
    margin-left: 23px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    font-size: 14px;
    color: #000;
    float: left;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #9e9e9e;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9e9e9e;
}

.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9e9e9e;
}
.search a{
    float: right;
    color: #005dbf;
    font-size: 16px;
    padding: 0 10px 0 46px;
    background: url(/web_images/search.jpg) no-repeat left;
}
