﻿﻿@charset "utf-8";
html,
body,
*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family:'微软雅黑', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ,sans-serif;
}

body{
    background:url(../images/bj.png) no-repeat;
}
a{
    text-decoration: none;
    color: #333;
}
img{
    border: none;
}
.clear{
    clear: both;
}
li{
    list-style-type: none;
}
iframe{
    margin-left: 200px;
}
/* 头部 header */
.header{
    width: 1080px;
    height: 130px;
    margin: 0 auto;
    background: url(../images/20180111112816.png) no-repeat;
    background-position: 0 5px;
    position: relative;
}
.header-top{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #C1C1C1;
}
.head-tp{
    width: 1200px;
    margin: 0 auto;
}
.head-tp-r{
    float: right;
}
.head-tp-r a{
    display: block;
    width: 40px;
    height: 35px;
    background: url(../images/wx.png)10px 9px no-repeat;
    float: left;
    position: relative;
    color: #999;
}
#a3{
    background: url(../images/xf.png) 10px 9px no-repeat;
}
.head-tp-r a img{
    display: none;
}
.head-tp-r a:hover img{
    display: block;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 1001;
}
.header-list{
    width: 100%;
    min-width:1080px;
    height: 50px;
    line-height: 50px;
    background: #3D75AE;
    margin-bottom: 5px;
    
}
.header-list ul{
    width: 1080px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.header-list ul li{
    float: left;
}
.header-list ul li a{
    display: block;
    width: 135px;
    height: 50px;
    text-align: center;
    color: white;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
}
.header-list ul li a:hover{
    background: #5E92C6;
}
.sousuo{
    position: absolute;
    top: 43px;
    right: 115px;
}
.sousuo input{
    width: 250px;
    height: 40px;
    border: 1px solid #C1C1C1;
    box-sizing: border-box;
    padding-left: 10px;
    position: absolute;
    right: 0px;
}
.sousuo button{
    width: 80px;
    height: 40px;
    background: #3D75AE;
    color: white;
    border: 1px solid #3D75AE;
    position: absolute;
}
/* 中间内容 */
.content{
    width: 1080px;
    margin: 0 auto;
    background: #FFFFFF;
}
/* 底部 footer */
.footer{
    width: 100%;
    min-width: 1080px;
    margin-top: 3px;
    border-top: 3px solid #3D75AE;
}
.footer-head{
    height: 110px;
    margin: 0 auto;
    background: #FFFFFF;
}
.footer-foot{
    width: 800px;
    height: 110px;
    margin: 0 auto;
    background: #FFFFFF;
}
.footer-foot1,
.footer-foot2,
.footer-foot3{
    float: left;
    margin-top: 10px;
}
.footer-foot2 p img{
    width: 15px;
    height: 15px;
}
.footer-foot1 img{
    width: 70px;
    height: 80px;
    margin-right: 25px;
    margin-top: 5px;
}
.footer-foot2 p{
    line-height: 30px;
}
.footer-foot3{
    margin-left: 30px;
    margin-top: 30px;
    width: 110px;
    height: 55px;
    border: 1px solid red;
    border-radius: 5px;
}
.table{
    border-collapse: collapse;
    width: 100%;
}
.table td, .table th {
    padding: 4px;
    height: 32px;
    border: 1px dashed #ccc;
}