*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000;
}
ul,li{
    list-style: none;
}
header{
    width: 1200px;
    height: 75px;
    line-height: 57px;
    padding-top: 18px;
    margin:0 auto;
    position: relative;
}
header .logo{
    float: left;
}
header ul{
    float: right;
}
header ul li{
    float: left;
    margin-right: 40px;
    font-size: 17px;
    color:#666;
    font-weight: 700;
}
header ul .search{
    margin-right: 0;
}
header ul li a{
    color: #666;
    width: 100%;
    height: 100%;
    display: inline-block;
}
header ul .search img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
header .search-part{
    width: 320px;
    height: 35px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 93px;
    overflow: hidden;
    padding: 12px 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    /* transition: all 1s ease; */
    display: none;
}
header .search-part input{
    width: 278px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 0 0 0 10px;
    float: left;
    outline:none;
}
header .search-part img{
    width: 22px;
    float: right;
    margin: 5px 0 0 0;
}
footer{
    height: 465px;
    width: 100%;
    text-align: center;
    background: #2c2d2c;
    color: #fff;
}
.footer-top{
    height: 420px;
    text-align: left;
}
.footer-bottom{
    height: 45px;
    line-height: 45px;
    background: #262626;
}
.footer-top-inner{
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    padding-top: 80px;
}
.footer-left{
    width: 30%;
    float: left;
    margin-right: 50px;
}
.footer-fx{
    padding: 80px 0 25px;
}
.footer-fx img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.footer-beian span{
    display: block;
    line-height: 25px;
    font-size: 14px;
}
.footer-middle{
    width: 42%;
    float: left;
}
.footer-middle-title{
    font-size: 20px;
    padding: 0 0 25px 10%;
    height: 36px;
    line-height: 36px;
}
.footer-middle-content{
    height: 190px;
    border-left: solid 1px #565756;
    border-right: solid 1px #565756;
    line-height: 3;
    padding: 2% 10% 0 10%;
}
.footer-middle-content span{
    display: block;
}
.footer-right{
    float: right;
    width: 20%;
}
.footer-right-title{
    font-size: 20px;
    padding: 0 0 25px 22%;
    height: 36px;
    line-height: 36px;
}
.footer-right a{
    color: #fff;
}
.footer-right-content a{
    width: 28%;
    float: left;
    margin: 0 0 0 22%;
    height: 48px;
    line-height: 48px;
}


.top-poster{
    height: 320px;
    background: url(../image/banner-top.jpg) no-repeat center center;
    position: relative;
}
.top-poster-text{
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-600px,-50%);
    color: #d6e7ff;
    font-size: 24px;
    line-height: 1.5;
}
.top-poster-text1{
    font-size: 36px;
    color: #fff;
}


main{
    width: 1200px;
    height: 1200px;
    margin:0 auto;
    padding: 40px 0;
}
.main-left{
    width: 20%;
    float: left;
}
.main-left-title{
    height: 55px;
    line-height: 55px;
    background: #84a8ee;
    color: #fff;
    padding: 0 0 0 50px;
    position: relative;
    font-size: 20px;
}
.main-left-line{
    width: 15px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.main-left-line span{
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 3px 0;
    display: block;
    line-height: 1;
}
.main-left-list li{
    border-bottom: solid 1px #f3f3f3;
    color: #666666;
    font-size: 16px;
    /* height: 45px; */
}
.main-left-list li a{
    color: #666666;
    display: block;
    padding: 0 0 0 50px;
    line-height: 45px;
    background: url(../image/icon11.png) no-repeat 25px center;
}
.main-left-bottom{
    margin-top: 50px;
    background: #84a8ee;
    color: #fff;
    padding:40px 15px;
    text-align: center;
}
.main-left-bottom-text1{
    font-size: 24px;
    border-bottom: solid 1px #fff;
}
.main-left-bottom-text2{
    font-size: 16px;
    padding: 20px 0;
    line-height: 2;
    margin: 0 0 20px 0;
}
.main-left-bottom-text4{
    background: url(../image/icon13.png) no-repeat left center;
    padding: 0 0 0 36px;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}
.main-left-bottom-text3{
    font-size: 16px;
    line-height: 2;
}
.main-right{
    width: 75%;
    float: right;
}
.main-right-title {
    border-bottom: solid 1px #dddddd;
    height: 55px;
    overflow: hidden;
}
.main-right-title-content {
    color: #84a8ee;
    font-size: 20px;
    border-bottom: solid 2px #84a8ee;
    height: 54px;
    line-height: 52px;
    float: left;
    padding: 0 15px 0 0;
}
.main-title-location{
    float: right;
    line-height: 55px;
    background: url(../image/icon14.png) no-repeat left center;
    padding-left: 30px;
    color:#666;
}
.main-title-location a:hover{
    color:#84a8ee;
}
.main-content{
    padding: 40px 0;
}