@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 28px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    /* color: #e7e7e7; */
}

body {
    background-color: #f7f7f7;
}

.container {
    margin: 0 auto;
}

banner {
    width: 100%;
    height: 500px;
}

banner img {
    width: 100%;
}

nav {
    width: 100%;
    height: 57px;
    background-color: #ffffff;
}

.dh_w {
    width: 100%;
    height: 100%;
}

.dh {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.dh span{
    display: block;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.dhs>a {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.dh_img {
    width: 11px;
    height: 13px;
    margin-right: 12px;
}

.dh_img img {
    width: 100%;
}

.dh_j {
    margin: 0 10px;
}

.cp_con_w {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp_z {
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.cp_y {
    font-family: SourceHanSansCN-Light;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
}

.tabs {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp_name {
    width: 134px;
    height: auto;
    float: left;
    margin-top: 44px;
}

.tabs-nav {
    width: 551px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    margin-top: 79px;
}

.tabs-nav li.active {
    color: #c7000a;
}

.tabs-nav li {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    cursor: pointer;
}

.tabs-nav span {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #b5b5b5;
    opacity: 0.62;
}

.tabs-contents {
    clear: both;
}
.cp_list{
    width: 345px;
	height: 265px;
	background-color: #ffffff;
    overflow: hidden;
    margin: 21px 7px;
}
.cp_list a{
    display: block;
}
.cp_list_img{
    width: 100%;
    height: 211px;
    overflow: hidden;
}
.cp_list_img img{
    width: 100%;
}
.cp_img_name{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cp_ins{
    font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
    color: #171720;
    margin-left: 12px;
}
.list_w{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.cp_list:hover{
    margin-top: -15px;
    transition: all .5s;
    background-color: #c7000a;
    box-shadow: 0px 3px 9px 0px 
        rgba(51, 51, 51, 0.43);
}
.cp_list:hover .cp_ins{
    color: #ffffff;
}
.cp_list:hover .iconfont{
    color: #ffffff;
}
.cp_list:hover img{
    transform: scale(1.1);
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }

}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 750px;
    }

}

@media only screen and (max-width: 576px) {}