*{margin: 0;padding: 0;}
.type{display: flex;justify-content: space-between;}
.type > div{width: 50%;height: 300px;}
.type_l{background-color: #B72125;color: #fff;text-align: right;padding: 80px 40px;box-sizing: border-box;}
.type_r{background: url(../img/12.jpg) no-repeat;background-position: 50% 50%}
.type_l > p{width: 100%;height: 24px;line-height: 24px;font-size: 24px;color: #fff;display: block;overflow: hidden;}
.type_l > h2{width: 100%;height: 36px;line-height: 36px;font-size: 36px;color: #fff;display: block;overflow: hidden;font-weight: bold;margin: 18px 0;}
.heng > i{width: 10%;height: 3px;display: block;background: #fff;float: right;}

.main{width: 100%;}
.main_li{max-width: 1200px;width: 100%;margin: 0 auto;padding: 40px 0;}
.main_nav{height: 36px;line-height: 36px;}
.main_nav > span > a{color: #000;text-decoration: none;font-size: 18px;}
.main_li_title{text-align: center;font-size: 26px;font-weight: bold;margin-bottom: 15px;}
.main_li > p{height: 36px;line-height: 36px;display: block;text-align: center;overflow: hidden;color: #939393;margin: 10px 0;background: #F3F3F3;}
.content{padding: 30px;}
.content > img{width: 800;text-align: center;}
.content > p{ line-height: 3em;}
.fenye{display: flex;justify-content: space-around;margin-top: 20px;}
.fenye_li{width: 400px;display: flex;cursor: pointer;}
.shang{width: 80px;height: 50px;line-height: 50px;background-color: #B72024;color: #fff;text-align: center;}
.fenye_li_nei{height: 50px;line-height: 50px;padding: 0 20px;transition: .2s;}
.fenye_li:hover .fenye_li_nei{background-color: #B72024;color: #fff;}
.fenye_li_nei{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media screen and (max-width: 500px) {
	.main img{width: 100%;}
	.fenye{flex-wrap: wrap;}
	.fenye_li{width: 100%;display: flex;    margin-bottom: 10px;}
	.main_li_title{font-size: 22px;}
	.main_nav{padding: 0 10px;}
	.main_nav > span > a{font-size: 14px;}
}
