@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: 24px;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    /* color: #e7e7e7; */
}

banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

banner img {
    width: 100%;
}

nav {
    width: 100%;
    height: 57px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.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;
}

.tx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 46px;
    margin-bottom: 23px;
}

.tx span {
    display: block;
}

.tx_i {
    width: 3px;
    height: 32px;
    background-color: #c7000a;
    border-radius: 2px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
}

.tx_name {
    font-family: SourceHanSansCN-Medium;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #171720;
}

.tx_text {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.tx_ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tx_ul li {
    width: 345px;
    height: 214px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.13);
    border-radius: 2px;
    overflow: hidden;
}

.tx_li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/fw_03.png) no-repeat;
    display: none;
}

.tx_li_a {
    background: url(../images/fw_06.png) no-repeat;
    background-position: right;
}
.tx_li_a:hover .tx_li{
    display: block;
}
.tx_li_a:hover .tx_ds{
    display: none;
}

.er {
    display: block;
    width: 101px;
    height: 101px;
    margin: 0 auto;
    margin-top: 50px;
}

.li_p {
    width: 100%;
    text-align: center;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.p_list {
    display: flex;
    align-items: center;
}

.p_list span {
    display: inline-block;
}

.ioc1 {
    color: #c7000a;
    margin-left: 10px;
}

.p_span {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.p1 {
    margin-top: 30px;
}
.tj{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tj_list{
    width: 100%;
	height: 54px;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
}
.tj_d{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #f11a1a;
    margin-left: 22px;
}
.tj_n{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}
.tj_list input{
    width: 80%;
    height: 96%;
    border: 0;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}
#put6{
	height: 187px;
    border: solid 1px #e0e0e0;
    margin-bottom: 10px;
}
.ipt{
	height: 54px;
    background-color: #333333;
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
    color: #ffffff;
    border: 0;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .tx_ul li{
        margin-bottom: 25px;
    }
    .tj_left{
        width: 90%;
    }
    #put6{
        width: 90%;
    }
    .ipt{
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
    .tx_ul li{
        margin-bottom: 0;
    }
    .tj_left{
        float: left;
        width: 49%;
    }
    #put6{
        width: 49%;
        float: right;
    }
    .ipt{
        width: 49.4%;
        float: right;
    }

}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }
    .tx_ul li{
        margin-bottom: 25px;
    }
    .tj_left{
        width: 90%;
    }
    #put6{
        width: 90%;
    }
    .ipt{
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 750px;
    }
    .tj_left{
        width: 90%;
    }
    #put6{
        width: 90%;
    }
    .ipt{
        width: 90%;
    }

}

@media only screen and (max-width: 576px) {}