body,
html {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

body {
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    -webkit-text-size-adjust: none;
}

dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
textarea,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

input,
select,
textarea {
    outline: 0;
    resize: none;
}
/* 内容块1 */
.title_1{
    text-align: center;
}
.title_1 > h1{
    color: #b91e2a;
    margin: 20px;
    font-size: 55px;
}
.title_1 > p{
    color: #c6c5c5;
    font-size: 20px;
}
.container_1{
    width: 1200px;
    background-image: url(images/bak.jpg);
    height: 754px;
   
}
.content{
    display: inline-block;
    width: 48%;
    float: left;
    height: 30%;
    background-color: #f5f5f5;
    border: dashed 1px #dcdcdc;
}
.content > h1{
    margin-left: 10%;
    padding-top: 3%;
}
.content>p{
    margin-left: 10%;
}
.content>a{
    margin-left: 10%; 
    margin-left: 10%;
    text-decoration: none;
    color: white;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    /* padding: 10px; */
    margin-top: 22px;
    display: block;
    top: 10px;
    background-color: #c50f0c;
}
.content:nth-child(1){
    margin-top: 3.5%;
	margin-left: 2%;
	text-align: left;
}
.content:nth-child(2){
     margin-top: 3.5%;
}
.content:nth-child(3){
    margin-left: 2%;
}
.content:nth-child(5){
    margin-left: 2%;
}
.content p:nth-child(2){
   color: #999999;
   font-size: 18px;
    margin-top: 3px;
}
.content p:nth-child(3){
    text-align: left;
    padding-left: 11px;
    font-size: 26px;
    height: 45px;
    line-height: 45px;
    width: 477px;
    border-radius: 30px;
    color: white;
    margin-top: 20px;
    background-color: #c50f0c;
}
.content p:nth-child(3) img{
        position: relative;
        width: 28px;
        top: 6px;
}

/* swiper */
.c3_swp{
	margin-top: 40px;
}
.c3_swp .swiper-slide{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 566px;
	width: 375px;
	background-size: 100%;
	margin-left: 26px;
	background-repeat: no-repeat;
}
.c3_swp .swiper-slide div{
	background-color: #c50f0c;
	width: 73%;
	height: 156px;
	padding-left: 62px;
	position: relative;
	cursor: pointer;
}
.c3_swp .swiper-slide div p{
	font-family: "my_font";
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 28px;
}
.c3_swp .swiper-slide div h1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 19px;
}
.c3_swp .swiper-slide div h1 i{
	font-size: 13px;
	padding-right: 30px;
}
.c3_swp .swiper-slide div h2{
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.c3_swp .swiper-slide div span{
	position: absolute;
	top: 25px;
	left: 21px;
	font-family: "my_font";
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
}
.x_con3 ul{
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 73px;
}
.x_con3 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 109px;
	height: 38px;
	border: solid 2px #333333;
	/* font-family: "my_font"; */
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	color: #cccccc;
	padding: 0 26px;
	margin: 0 24px;
	outline: none;
	cursor: pointer;
}
.x_con3 li i{
	font-weight: 600;
	color: #333;
}
.c3_prev i{
	transform: rotateY(180deg)
}

/* 内容块3 */
.c4_mojr{
	display: flex;
	width: 1200px;
	margin: 0 auto;
    margin-bottom: 74px;
    margin-top: 40px;
}
.c4_mojr ul{
	flex: 1;
	margin-top: -3px;
	margin-left: -3px;
	border: 3px solid #333;
}
.c4_mojr li{
	display: flex;
	height: 60px;
	border-top:1px solid #333; 
	align-items: center;
}
.c4_mojr li span{
	flex: 1;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.c4_mojr li span:nth-child(4){
    color: red;
}
.c4_mojr h1{
	display: flex;
	height: 60px;
}
.c4_mojr h1 span{
	flex: 1;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 60px;
}
.c4_mojr li a{
	display: flex;
	width: 81px;
	height: 25px;
    background-color: #b91e2a;
    text-decoration: none;
	border-radius: 12px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

/* 内容块4 */
.container_2{
    width: 1200px;
    margin: 0 auto;
    
}
.container_2>ul{
    height: 200px;
    width: 32%;
    background-color: #f5f5f5;
    float: left;
}
.container_2 > ul li:nth-child(1){
    float: left;
    position: relative;
}
.container_2 > ul li:nth-child(1) img{
    position: absolute;
    top: 8px;
    left: 10px;
}
.container_2 > ul li:nth-child(2){
    float: right;
    position: relative;
    text-align: right;
    margin-right: 10px;
}
.container_2 > ul li:nth-child(2) h2:nth-child(1){
    color: #b91e2a;
	margin-top: 21px;
	font-weight: bold;
}
.container_2 > ul li:nth-child(2) p:nth-child(2){
    margin-top: 10px;
}
.container_2 > ul li:nth-child(2) p:nth-child(4){
    font-size: 32px;
    margin-top: 10px;
	color: #b91e2a;
	font-weight: bold;
}
.container_2 > ul li:nth-child(2) a:nth-child(5){
    color: white;
    text-decoration: none;
    padding: 8px;
    position: relative;
    top: 10px;
    background-color: #b91e2a;
}