* {
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.heade-wrap {
    min-width: 1100px;
    width: 100%;
    height: 80px;
    background: url(../image/bgc.png);
    /* background-color: rgb(204, 89, 89); */
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    position: fixed;
}

.head-left {

    width: 30%;
    margin-left: 150px;
}

.head-left img {

    margin-top: 15px;
}

.head-rigth {
    min-width: 1000px;
    width: 70%;
    margin-right: 100px;
}


.wp_subtop {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 125px;
    text-align: center;
}

.wp_subtop a {
    text-decoration: none;
    line-height: 80px;
    height: 80px;
}

.wp_subtop a:hover{
    display: inline-block;
    line-height: 75px;
    height: 75px;
    color: #3BBFFF !important;
    border-bottom: 3px solid #3BBFFF;

}

.wp_subtop:nth-of-type(5) {
    margin-left: 50px;
}

.head-rigth :hover {
    color: #3BBFFF;

}

.nav-swiper {
    width: 100%;
    height: 680px;
    background: url(../image/pcb5.png);

}

.main {
    min-width: 1100px;
    width: 100%;
    height: 1200px;
    /* background-color: rgb(199, 11, 11); */
    display: flex;
    justify-content: center;
}

.main-center {
    width: 70%;
    height: 100%;

    /* display: flex;
    justify-content: space-between; */
}

.main-top {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-p {
    width: 280px;
    text-align: center;
    margin-top: 68px;
}

.main-p h4 {
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
}
.main-bottom {
    width: 100%;
    display: flex;
    height: 900px;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 5%;

}
.main-bottom-img{
    width: 32%;
    height: 270px;
    text-align: center;
}
.main-box{
    width: 90%;
    height: 240px;
    overflow: hidden;
}
.main-box img{
    width: 100%;
    height: 100%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    
} 
.main-box img:hover {
    transform: scale(1.2);
    /* background: url(); */
   
}
.main-bottom-img p{
    margin-top: 20px;
    width: 90%;
} 

.footer {
    min-width: 1100px;
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    background-color: #2e3140;

}

.footer-top {
    width: 100%;
    height: 380px;
    background-color: #2e3140;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    min-width: 600px;
    margin-top: 20px;
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}



.footer-bottom {
    min-width: 1100px;
    width: 100%;
    height: 80px;
    background-color: #282a37;
}

.footer-bottom p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 1px;
    color: rgb(204, 204, 204);
    font-family: 微软雅黑;
    font-size: 16px;
}

.footer-size {

    color: #ccc;
    margin-top: 20px;
}

.footer-size p {

    letter-spacing: 1px;
    color: rgb(204, 204, 204);
    font-family: 微软雅黑;
    font-size: 16px;
    margin-top: 15px;
}
.footer-size a{
    color: rgb(204, 204, 204);
    text-decoration: none;
}
.footer-size p:nth-of-type(1) {

    color: #fff;
    font-size: 20px;
}

.footer-conter {
    width: 60%;
    height: 100%;
}
.footer-right {
    width: 15%;
    height: 80%;
    margin-left: 70px;
    border-left: 1px dashed  rgb(204, 204, 204);
    margin-top: 60px;
}
.footer-img{
    height: 40%;
    width: 120px;
    margin-left: 35px;
}
.footer-img img{
    width: 100%;
    height: 100%;
}
.footer-img1{
    margin-top: 15px;
    height: 10%;
    width: 320px;
    margin-left: 35px;
}
.footer-img1 span{

    letter-spacing: 1px;
    color: rgb(204, 204, 204);
    font-family: 微软雅黑;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 10px;
}