
.wxhypc_indexheader {
    width: 100%;
    height: 100vh;

}

.wxhypc_indexheader .wxhypc_indexbanner {
    width: 100%;
    height: 100vh;
}

.wxhypc_indexheader .wxhypc_indexbanner .swiper-slide {
    width: 100%;
    background-size: 100% 100% !important;
    height: 100vh;
}

.wxhypc_indexheader_menu {
    height: 50px;
    padding: 10px 0 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    transition-duration: .5s;

}

.wxhypc_indexheader_menu_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.wxhypc_indexheader_menu_box .logo {
    width: 50px;
    border-radius: 50%;
    float: left;
}

.wxhypc_indexheader_menu ul {
    overflow: hidden;
    float: right;
    margin-left: 20px;
    width: 80%;
}

.wxhypc_indexheader_menu ul li {
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 3%;
    margin-left: 3%;
}

.wxhypc_indexheader_menu ul li a {
    float: left;
    color: rgba(255, 255, 255, 0.7);
    font: 400 13px/1.8 "Open Sans", sans-serif;
    height: 50px;
    line-height: 50px;
}

.wxhypc_indexheader_menu ul li a:hover {
    color: #ffffff;
}

.wxhypc_body {
    width: 1200px;
    margin: 0 auto;
}

.wxhypc_body .section {
    width: 100%;
    margin-top: 30px;
    height: 500px;
}

.wxhypc_indexheader_menu_up {
    background-color: rgba(10, 10, 10, 0.9);
    padding: 5px 0 5px 0;
}

.content_search {
    margin-top: 150px;
    text-align: center;
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.content_search input {
    width: 30%;
    padding: 20px;
    height: 30px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);

}

.content_search img {
    width: 30px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    left: 63%;
    opacity: 0.8;
}

.content_search img:hover {
    opacity: 1;
}

.content_search img:active {
    top: 6px;
}

.img_list_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.img_list_content .item {
    width: 19%;
    margin: 20px 0.5%;
}

.img_list_content div.thumb {
    overflow: hidden;
    border-radius: 5px;
    height: 142px;
}

.img_list_content img {
    transition-duration: .5s;
    height: 142px;
}

.img_list_content img:hover {
    transform: scale(1.1);
}

.szitem {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}

.szitem .inner {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.szitem .inner div.thumb {
    width: 550px;
    height: 350px;
    overflow: hidden;
    float: left;
}

.szitem .inner img {
    float: left;
    width: 550px;
    height: 350px;
    border-radius: 0px;
    transition-duration: .5s;
}

.szitem .inner img:hover {
    transform: scale(1.2);
}

.szitem .inner .info {
    width: 600px;
    float: right;
    position: relative;
    height: 320px;
}

.szitem .inner .info h3 {
    color: #000000;
    font-family: "Microsoft YaHei" !important;
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
}

.szitem .inner .info p {
    font: 400 13px/1.8 "Open Sans", sans-serif;
    color: #666666;
    margin-top: 20px;
}

.szitem .inner .info a {
    width: 106px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #000000;
    color: #000000;
    position: absolute;
    left: 0;
    bottom: 20px;
    transition-duration: .5s;
}

.szitem .inner .info a:hover {
    background-color: #000000;
    color: #ffffff;
}

.szitemh {
    background-color: #000000;
}

.szitemh .inner div.thumb {
    float: right !important;
}

.szitemh .inner .info {
    float: left !important;
}

.szitemh h3,
.szitemh p,
.szitemh a {
    color: #ffffff !important;
}

.szitemh a {
    border-color: #ffffff !important;
}

.szitemh a:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.border img{
    width:235px;
}