*{margin: 0;padding: 0;}
img{width: 100%;}
ul,li,ol{list-style-type: none}
a{text-decoration: none;color: inherit;}
html{min-width: 1200px;max-width: 1920px;margin: 0 auto;background-color: #fff}
/*通用样式*/
.width_1200{
  width: 1200px;
  margin: 0 auto;
}
/*禁用a标签样式*/
a.disabled {
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


/*头部*/

/*顶部*/
.header_top{
  height: 30px;
  font-size: 12px;
  color: #999;
  background-color: #f6f6f6;
}
.header_top .width_1200{
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top ul {
  display: flex;
  justify-content: space-around;
}
.header_top ul li{
  margin: 0 10px;
}
/*中部*/
.header_center{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.header_logo{
  display: flex;
  justify-content: space-between;
}
.header_logo .logo{
  width: 125px;
  margin-right: 20px;
}
.header_logo .companyName h1{
  width: 145px;
  margin-top: 10px;
}
.header_logo .companyName p{
  border: 1px solid #ae2431;
  color: #ae2431;
  font-size: 16px;
  padding: 0 5px;
}

.header_center_right{
  text-align: right;
  padding-top: 20px;
}
.header_center_right p{
  font-size: 12px;
  color: #999;
}
.header_center_right div{
  display: flex;
  justify-content: center;
  position: relative;
}
.header_center_right input:nth-child(1){
  width: 360px;
  height: 35px;
  padding-left: 10px;
  border-radius: 100px;
  border: 2px solid #eee;
  outline:none;
}
.header_center_right input:nth-child(2){
  width: 40px;
  height: 40px;
  background: url("../img/header_top_btm.png") no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  position: absolute;
  right: 10px;
  outline:none;
}

.header_center_right span{
  color: #ae2431;
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}

.header_center_right ul{
  display: flex;
  justify-content: space-around;
}
.header_center_right ul li{
  margin: 0 10px;
  font-size: 13px;
  color: #666;
}

.header_center_right_active{
  color: #ae2431 !important;
}


/*导航栏*/
.nav{
  background: -webkit-linear-gradient(#ce3245, #b02532); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ce3245, #b02532); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ce3245, #b02532); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ce3245, #b02532); /* 标准的语法 */
  height: 50px;
  position: relative;
  z-index: 999;
}
.nav ul{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-around;
}
.nav ul li{
  font-size: 16px;
  color: #fff;
  height: 50px;
  text-align: center;
  width: 120px;
  line-height: 50px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.nav_active,
.nav ul li:hover{
  background-color: #fff;
  color: #ae2431 !important;
  box-shadow: 3px 3px 5px -4px black, -3px -3px 5px -4px black;
}



/*banner*/
.banner{
  position: relative;
  overflow: hidden;
}
.banner .swiper-container-banner {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .swiper-pagination-bullet-active{
  background-color: #ae2431;
}


.main_1_top{
  height: 125px;
  background: url("../img/main_1_top_bg.png") repeat-x center;
  background-size: cover;
}
.main_1_top .width_1200{
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.main_1_top .width_1200 div{
  height: 100px;
  width: 230px;
  text-align: center;
}
.main_1_top .width_1200 div:hover{
  color: #fff;
  background: -webkit-linear-gradient(#ec4057, #b22633); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ec4057, #b22633); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ec4057, #b22633); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ec4057, #b22633); /* chrome */
}
.main_1_top .width_1200 div p{
  font-size: 44px;
  font-weight: bold;
}
.main_1_top .width_1200 div span{
  display: block;
  font-size: 20px;
}



.title{
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.title div:nth-child(1){
  width: 60px;
}
.title div:nth-child(2){
  width: 260px;
  display: flex;
  align-items: center;
}


.main_1{
  margin-top: 30px;
  padding: 30px 0;
}

.main_1_box{
  display: flex;
  justify-content: space-between;
}

.main_1_box div{
  width: 280px;
  height: 130px;
  border: 2px solid #bf000c;
  position: relative;

}
.main_1_box div a{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_1_box div p{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 10px;
  height: 60px;
  background-color: #fff;
}
.main_1_box div p span{
  width: 10px;
  height: 10px;
  background-color: #e06438;
  transform: rotate(45deg);
}
.main_1_box img{
  width: 80%;
}
.main_1_box_left p{
  left: -5px;
  top: 50%;
  margin-top: -30px;
}
.main_1_box_right p{
  right: -5px;
  top: 50%;
  margin-top: -30px;
}




.main_2{
  padding: 30px 0;
}
.main_2_box{
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

.main_2_box_left_top,
.main_2_box_right_bottom{
  position: absolute;
}
.main_2_box_left_top span,
.main_2_box_right_bottom span{
  position: relative;
}
.main_2_box_left_top span:nth-child(1),
.main_2_box_right_bottom span:nth-child(1){
  display: inline-block;
  width: 55px;
  height: 1px;
  background-color: #bf000c;
}
.main_2_box_left_top span:nth-child(2),
.main_2_box_right_bottom span:nth-child(2){
  display: inline-block;
  height: 55px;
  width: 1px;
  background-color: #bf000c;
}
.main_2_box_left_top span:nth-child(1){
  top: -45px;
}
.main_2_box_left_top span:nth-child(2){
  left: -45px;
}
.main_2_box_right_bottom span:nth-child(1){
  top: -10px;
}
.main_2_box_right_bottom span:nth-child(2){
  right: 10px;
}
.main_2_box_left_top{
  top: 0;
  left: 0;
}
.main_2_box_right_bottom{
  right: 0;
  bottom: 0;
}

.main_2_box_center ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main_2_box_center ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 175px;
  height: 78px;
  border: 1px solid #eee;
}
.main_2_box_center ul li:nth-child(1),
.main_2_box_center ul li:nth-child(2),
.main_2_box_center ul li:nth-child(3),
.main_2_box_center ul li:nth-child(4),
.main_2_box_center ul li:nth-child(5){
  border-top: none;
}
.main_2_box_center ul li:nth-child(20),
.main_2_box_center ul li:nth-child(19),
.main_2_box_center ul li:nth-child(18),
.main_2_box_center ul li:nth-child(17),
.main_2_box_center ul li:nth-child(16){
  border-bottom: none;
}
.main_2_box_center ul li:nth-child(1),
.main_2_box_center ul li:nth-child(6),
.main_2_box_center ul li:nth-child(11),
.main_2_box_center ul li:nth-child(16){
  border-left: none;
}
.main_2_box_center ul li:nth-child(5),
.main_2_box_center ul li:nth-child(10),
.main_2_box_center ul li:nth-child(15),
.main_2_box_center ul li:nth-child(20){
  border-right: none;
}






.advertising_1{
  background: url("../img/main_advertising_bg.jpg") no-repeat center;
  background-size: cover;
  height: 180px;
  margin-top: 100px;
}
.advertising_1 .width_1200{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
}

.advertising_1_left{
  width: 315px;
  position: relative;
  top: 0;
}

.advertising_1_center{
  width: 800px;
  text-align: center;
  color: #fff;
}
.advertising_1_center>p{
  font-size: 33px;
  font-weight: bold;
}
.advertising_1_center div{
  display: flex;
  justify-content: center;
}
.advertising_1_center div>p{
  font-size: 24px;
  color: #e8e3e3;
}
.advertising_1_center div>p span{
  font-size: 27px;
  color: #fff;
  display: inline-block;
  margin: 0 20px;
}
.advertising_1_center div a{
  background: url("../img/main_2_btm.png") no-repeat;
  background-size: contain;
  width: 115px;
  display: block;
  font-size: 17px;
  line-height: 28px;
  position: relative;
  top: 5px;
}
.advertising_1_right{
  width: 120px;
}





.title_2{
  width: 540px;
  margin: 20px auto;
}


.main_3{
  background: url("../img/main_3_bg.png") no-repeat center;
  background-size: cover;
  padding: 100px 0 100px 0;
}


.main_3_box_left,
.main_3_box_right{
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_3_box_left div,
.main_3_box_right div{
  width: 155px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 0 3px 2px #999;
}
.main_3_box_left p,
.main_3_box_right p{
  position: relative;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  font-size: 22px;
}
.main_3_box_left p{
  left: -10px;
  padding-left: 50px;
  padding-right: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.main_3_box_right p{
  right: -10px;
  padding-left:20px;
  padding-right: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.main_3_box_left span:nth-child(1),
.main_3_box_right span:nth-child(1) {
  font-size: 36px;
  color: #be2939;
  font-weight: bold;
}
.main_3_box_left span:nth-child(2),
.main_3_box_right span:nth-child(2){
  font-size: 36px;
  font-weight: bold;
}

.main_3_btm p{
  width: 260px;
  height: 65px;
  border: 2px solid #be2939;
  font-size: 35px;
  text-align: center;
  line-height: 65px;
  font-weight: bold;
  color: #be2939;
  margin: 0 auto;
}
.main_3_btm span{
  display: block;
  width: 30px;
  margin: 20px auto;
}


.main_4{
  position: relative;
}

.main_4_bg_left,
.main_4_bg_right{
  position: absolute;
  background: url("../img/main_4_bg_1.png") no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}
.main_4_bg_left{
  top: 100px;
  right: 100px;
}
.main_4_bg_right{
  bottom: 100px;
  left: 100px;
}

.main_4 .title div:nth-child(2) {
  width: 410px;
}

.main_4_box_top{
  display: flex;
  justify-content: center;
}
.main_4_box_top_box{

  margin: 0 20px;
  display: flex;
  justify-content: center;
}
.main_4_box_top_box div{
  width: 145px;
  z-index: 2;
}

.main_4_box_top_box_left p{
  width: 180px;
  height: 70px;
  font-size: 34px;
  color: #333;
  border: 2px solid #ae2431;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 30px;
  right: -15px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.main_4_box_top_box_right p{
  width: 180px;
  height: 70px;
  font-size: 34px;
  color: #333;
  border: 2px solid #ae2431;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 30px;
  left: -15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}




.main_4_box_center{
  display: flex;
  justify-content: center;
  position: relative;
  top: -50px;
}

.main_4_box_center_left,
.main_4_box_center_right{
  width: 400px;
}
.main_4_box_center_center{
  width: 340px;
  position: relative;
  top: 90px;
}

.main_4_center_box{
  display: flex;
  justify-content: center;
}
.main_4_center_box div{
  width: 220px;
  z-index: 2;
}

.main_4_center_box p{
  width: 180px;
  height: 70px;
  font-size: 34px;
  color: #333;
  border: 2px solid #ae2431;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 30px;
  right: -15px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.main_4_center_box:nth-child(2) p{
  top: 50px;
}


.main_4_box_center_center p{
  border-radius: 10px;
  margin: 0 auto;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
}

.main_4_box_center_center span{
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 24px;
  color: #b82837;
}



.main_4_box_center_right p{
  left: -20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.main_4_box_bottom{
  position: relative;
  top: -150px;
}
.main_4_box_bottom p{
  top: 120px;
}




.main_5{
  border-bottom: 2px solid #ae2431;
  overflow: hidden;
}
.main_5 .title div:nth-child(2){
  width: 500px;
}
.main_5_box{
  display: flex;
  justify-content: center;
}

.main_5_box_1{
  height: 300px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #ae2431;
}
.main_5_box_1:nth-child(1){
  border-left: 2px solid #ae2431;
}
.main_5_box_1:nth-child(5){
  border-right: 2px solid #ae2431;
}
.main_5_box_main,
.main_5_box_info{
  width: 180px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
}


.main_5_box_1:hover>.main_5_box_main{
  border-right: 1px solid #eee;
  background: -webkit-linear-gradient(#db394d, #b82634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#db394d, #b82634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#db394d, #b82634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#db394d, #b82634); /* chrome */
  cursor: pointer;
}

.main_5_box_1:hover>.main_5_box_main p,
.main_5_box_1:hover>.main_5_box_main span{
  color: #fff;
}
.main_5_box_1:hover>.main_5_box_info{
  display: block;
  cursor: pointer;
}

.main_5_box_main p{
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}
.main_5_box_main span{
  font-size: 13px;
  color: #999;
  display: block;
  margin: 30px 0;
}
.main_5_box_main div{
  width: 80px;
  margin: 0 auto;
}
.main_5_box_info{
  color: #fff;
  display: none;
  background: -webkit-linear-gradient(#db394d, #b82634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#db394d, #b82634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#db394d, #b82634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#db394d, #b82634); /* chrome */
}
.main_5_box_info p{
  border: 1px solid #fff;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_5_box_info span{
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}




.main_6{
  padding: 80px 0;
  overflow: hidden;
}
.main_6 .title_2{
  width: 340px;
}
.main_6_title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 50px;
  margin: 0 auto 50px auto;
  font-size: 28px;
  color: #fff;
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
  box-shadow: 5px 5px 5px 2px #c4bebe;
}
.main_6_title span{
  font-weight: bold;
  margin: 0 5px;
  font-size: 30px;
}

.main_6_box{
  display: flex;
  justify-content: center;
}
.main_6_box>div{
  width: 430px;
  height: 530px;
  margin: 0 5px;
  transform: skew(-10deg);
}
.main_6_box .main_6_box_left{
  border: 1px solid #ae2431;
}
.main_6_box .main_6_box_right{
  border: 1px dashed #3e3e3e;
}

.main_6_box_title{
  height: 48px;
  width: 320px;
  font-size: 30px;
  margin: 20px 0 20px auto;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
}

.main_6_box_list{
  width: 400px;
  position: relative;
  border-bottom: 1px dashed #eee;
  height: 95px;
}
.main_6_box_left .main_6_box_list div{
  left: -50px;
}
.main_6_box_left .main_6_box_list div p{
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 40px;
  left: -99vw;
  top: 15px;
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
}
.main_6_box_list div{
  box-shadow: 0px 0px 2px 2px #eee;
  z-index: 5;
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: skew(10deg);
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
}
.main_6_box_list p{
  position: relative;
  top: 30px;
  left: 30px;
  color: #333;
  font-size: 16px;
}

.main_6_box_list p span{
  color: #ae2431;
}

.main_6_box_18 p{
  font-size: 18px;
}
.main_6_box_14 p{
  font-size: 14px;
}


.main_6_box_right .main_6_box_title{
  margin: 20px auto 20px 0;
  background: #fff;
  border: 1px dashed #3e3e3e;
  color: #333;
}
.main_6_box_right .main_6_box_list div{
  z-index: 999;
  right: -70px;
  background: -webkit-linear-gradient(#ddd9d9, #bcb5b5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ddd9d9, #bcb5b5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ddd9d9, #bcb5b5); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ddd9d9, #bcb5b5); /* chrome */
}
.main_6_box_right .main_6_box_list p{
  text-align: right;
  left: 0;
  margin-right: 10px;
}

.main_6_box_right .main_6_box_list div p{
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: 40px;
  left: 1vw;
  top: 15px;
  background: -webkit-linear-gradient(#ddd9d9, #bcb5b5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ddd9d9, #bcb5b5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ddd9d9, #bcb5b5); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ddd9d9, #bcb5b5); /* chrome */
}




.advertising_2{
  background: url("../img/main_advertising_bg.jpg") no-repeat center;
  background-size: cover;
  height: 180px;
  display: flex;
  align-items: center;
}
.advertising_2 .width_1200{
  display: flex;
  justify-content: center;
  align-items: center;
}

.advertising_2_left{
  width: 120px;
}

.advertising_2 .advertising_1_center{
  width: 670px;
}

.advertising_2_right_text{
  width: 365px;
}
.advertising_2_right_text p:nth-child(1){
  font-size: 28px;
  color: #ffd263;
}
.advertising_2_right_text p:nth-child(2){
  font-size: 20px;
  color: #fff;
}
.advertising_2_right_text p:nth-child(2) span{
  font-size: 28px;
}




.main_7{
  padding: 30px 0;
  background: url("../img/main_7_bg.png") no-repeat center;
  background-size: cover;
}

.main_7_box{
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
}

.main_7_box .swiper-container-main-7 {
  width: 100%;
  height: 100%;
}
.main_7_box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main_7_box .swiper-slide input{
  display: none;
}


.tab_content_main_7 {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;

  display: flex;
  justify-content: center;
  align-items: center;
}


.tab_main_7:checked:nth-of-type(1) ~ .tab_content_main_7:nth-of-type(1),
.tab_main_7:checked:nth-of-type(2) ~ .tab_content_main_7:nth-of-type(2),
.tab_main_7:checked:nth-of-type(3) ~ .tab_content_main_7:nth-of-type(3),
.tab_main_7:checked:nth-of-type(4) ~ .tab_content_main_7:nth-of-type(4),
.tab_main_7:checked:nth-of-type(5) ~ .tab_content_main_7:nth-of-type(5){
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}


.tab_main_7_left{
  width: 330px;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}
.tab_main_7_right{
  background-color: #fff;
  padding: 20px;
  width: 415px;
  height: 365px;
  border: 2px solid #ae2431;
  border-radius: 10px;
  margin: 0 10px;
}

.tab_main_7_right_title{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f3707b;
  padding: 0 20px;
}
.tab_main_7_right_title p:nth-child(1){
  font-size: 28px;
  color: #bb202d;
}
.tab_main_7_right_title p:nth-child(2){
  font-size: 22px;
  color: #be222f;
}

.tab_main_7_right_text{
  margin: 20px 0;
  font-size: 16px;
  color: #5e5e5e;
  padding: 0 20px;
  line-height: 30px;
}
.tab_main_7_right_books{
  padding: 0 20px;
}
.tab_main_7_right_books p{
  color: #bf1b27;
  font-size: 17px;
  margin-bottom: 10px;
}
.tab_main_7_right_books span{
  display: block;
  font-size: 14px;
  color: #5e5e5e;
  font-weight: lighter;
  line-height: 25px;
}

.main_7_box .tab-wrap{
  position: relative;
  top: -100px;
}
.main_7_box .tab-wrap label{
  position: relative;
  display: inline-block;
  top: 700px;
  width: 180px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
}
.main_7_box .tab-wrap>input[type="radio"]:checked+label {
  width: 210px;
  height: 150px;
  top: 710px;
}


.main_7_box .tab-wrap label span{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #b31f2b;
  opacity: .8;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.main_7_box .tab-wrap label:nth-child(2){
  background: url("../img/main_7_3.jpg") no-repeat center -35px;
  background-size: cover;
}
.main_7_box .tab-wrap label:nth-child(4){
  background: url("../img/main_7_2.jpg") no-repeat center -35px;
  background-size: cover;
}
.main_7_box .tab-wrap label:nth-child(6){
  background: url("../img/main_7_1.jpg") no-repeat center -35px;
  background-size: cover;
}
.main_7_box .tab-wrap label:nth-child(8){
  background: url("../img/main_7_4.jpg") no-repeat center -35px;
  background-size: cover;
}
.main_7_box .tab-wrap label:nth-child(10){
  background: url("../img/main_7_5.jpg") no-repeat center -35px;
  background-size: cover;
}

.main_7_box .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 100px;
}
.main_7_box .swiper-pagination-bullet{
  width: 40px;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #ae2431;
}
.main_7_box .swiper-pagination-bullet-active{
  background-color: #ae2431;
}

.main_7_box .swiper-button-next,
.main_7_box  .swiper-button-prev{
  top: 30%;
  background: url("../img/main_7_arrow.png") no-repeat;
  background-size: cover !important;
  width: 44px;
  height: 44px;
}
.main_7_box .swiper-button-next{
  transform: rotate(180deg);
}



.main_8{
  padding: 30px 0;
  position: relative;
}
.main_8 .title div:nth-child(2){
  width: 220px;
}


.main_8_right_top{
  position: absolute;
  right: 0;
  top: 0;
}
.main_8_right_top span,
.main_8_left_bottom span{
  display: inline-block;
  background-color: #ae2431;
  position: relative;
}
.main_8_right_top span:nth-child(1){
  width: 30px;
  height: 2px;
  right: -10px;
}
.main_8_right_top span:nth-child(2){
  width: 2px;
  height: 30px;
  top: 25px;
}
.main_8_left_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
}
.main_8_left_bottom span:nth-child(1){
  width: 2px;
  height: 30px;
  top: -20px;
}
.main_8_left_bottom span:nth-child(2){
  width: 30px;
  height: 2px;
  left: -10px;
  top: -25px;
}



.main_8_center{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.main_8_center_img{
  position: relative;
  width: 520px;
  z-index: 2;
  height: 345px;
  left: 20px;
  bottom: 20px;
}
.main_8_center_img img{
  position: relative;
  z-index: 2;
}
.main_8_center_img_bg{
  position: absolute;
  z-index: 1;
  width: 520px;
  height: 345px;
  left: -20px;
  bottom: -20px;
  background-color: #ae2431;
}


.main_8_center_right{
  width: 600px;
}
.main_8_center_right input{
  display: none;
}
.main_8_center_right .tab_content_main_8 {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}


.main_8_center_right .tab_main_8:checked:nth-of-type(1) ~ .tab_content_main_8:nth-of-type(1),
.main_8_center_right .tab_main_8:checked:nth-of-type(2) ~ .tab_content_main_8:nth-of-type(2),
.main_8_center_right .tab_main_8:checked:nth-of-type(3) ~ .tab_content_main_8:nth-of-type(3),
.main_8_center_right .tab_main_8:checked:nth-of-type(4) ~ .tab_content_main_8:nth-of-type(4){
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}


.main_8_right_title{
  position: relative;
  font-size: 24px;
  color: #ae2431;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.main_8_right_title span{
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 4px;
  background-color: #ae2431;
  left: 0;
  bottom: -2px;
}

.tab_content_main_8 p{
  position: relative;
  color: #8f8f8f;
  font-size: 16px;
  margin: 20px 0;
  line-height: 30px;
}
.tab_content_main_8 p a{
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ae2431;
  font-weight: bold;
}


.main_8_center_right .tab-wrap{
  position: relative;
}

.main_8_center_right .tab-wrap>input[type="radio"]:checked+label {
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
  color: #fff;
}
.main_8_center_right .tab-wrap>input[type="radio"]:checked+label>div{
  width: 25px;
  height: 25px;
  margin: 0 auto 10px auto;
  background-size: cover !important;
}
.main_8_center_right .tab-wrap>input[type="radio"]:checked+label:nth-child(2)>div {
  background: url("../img/main_8_tab_1.png") no-repeat;
}
.main_8_center_right .tab-wrap>input[type="radio"]:checked+label:nth-child(4)>div {
  background: url("../img/main_8_tab_2_active.png") no-repeat;
}
.main_8_center_right .tab-wrap>input[type="radio"]:checked+label:nth-child(6)>div {
  background: url("../img/main_8_tab_3_active.png") no-repeat;
}
.main_8_center_right .tab-wrap>input[type="radio"]:checked+label:nth-child(8)>div {
  background: url("../img/main_8_tab_4_active.png") no-repeat;
}

.main_8_center_right label{
  position: absolute;
  display: inline-block;
  width: 160px;
  height: 60px;
  padding: 20px;
  color: #ae2431;
  background-color: #fff;
  text-align: center;
  top: 200px;
  z-index: 999;
  box-shadow: 0px 0px 1px 0px #999;
}
.main_8_center_right label>div{
  width: 25px;
  height: 25px;
  margin: 0 auto 10px auto;
  background-size: cover !important;
}
.main_8_center_right label>p{
  font-size: 14px;
}
.main_8_center_right label:nth-child(2){
  left: -200px;
}
.main_8_center_right label:nth-child(4){
  left: 0;
}
.main_8_center_right label:nth-child(6){
  left: 200px;
}
.main_8_center_right label:nth-child(8){
  left: 400px;
}
.main_8_center_right label:nth-child(2)>div{
  background: url("../img/main_8_tab_1_active.png") no-repeat;
}
.main_8_center_right label:nth-child(4)>div{
  background: url("../img/main_8_tab_2.png") no-repeat;
}
.main_8_center_right label:nth-child(6)>div{
  background: url("../img/main_8_tab_3.png") no-repeat;
}
.main_8_center_right label:nth-child(8)>div{
  background: url("../img/main_8_tab_4.png") no-repeat;
}




.main_9{
  padding: 30px 0;
  overflow: hidden;
}
.main_9 .width_1200{
  position: relative;
}
.main_9 .title_2{
  width: 490px;
}

.main_9_title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #979797;
  font-weight: lighter;
}
.main_9_title span{
  margin: 0 20px;
  display: inline-block;
  width: 250px;
  border-bottom: 1px dashed #ae2431;
}

.main_9_top_left_line{
  position: absolute;
  left: -99vw;
  top: 250px;
  background: url("../img/main_9_line.png") repeat-x;
  background-size: contain;
  height: 30px;
  width: 100vw;
}
.main_9_bottom_right_line{
  position: absolute;
  right: -99vw;
  bottom: 100px;
  background: url("../img/main_9_line.png") repeat-x;
  background-size: contain;
  height: 30px;
  width: 100vw;
  transform: rotate(180deg);
}



.main_9_box{
  position: relative;
}


.main_9_box .swiper-container-main-9 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_9_box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main_9_box .swiper-slide{
  display: flex;
  justify-content: space-around;
}
.main_9_box .swiper-slide img{
  width: 100%;
  height: 100%;
}
.main_9_box .swiper-slide div{
  position: relative;
}
.main_9_box .swiper-slide div span{
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  background-color: #ae2431;
  opacity: .8;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_9_box_left div{
  width: 300px;
  height: 170px;
  margin: 10px;
}

.main_9_box_center{
  width: 300px;
  height: 360px;
  margin: 10px;
}

.main_9_box_right .main_9_box_right_top,
.main_9_box_right .main_9_box_right_bottom{
  display: flex;
  justify-content: space-around;
}
.main_9_box_right .main_9_box_right_top div,
.main_9_box_right .main_9_box_right_bottom div{
  height: 170px;
  margin: 10px;
  overflow: hidden;
}
.main_9_box_right .main_9_box_right_top div:nth-child(1),
.main_9_box_right .main_9_box_right_bottom div:nth-child(1){
  width: 155px;
}
.main_9_box_right .main_9_box_right_top div:nth-child(2){
  width: 155px;
}
.main_9_box_right .main_9_box_right_top div:nth-child(2){
  width: 205px;
}

.main_9_box_right .main_9_box_right_bottom div:nth-child(2){
  width: 260px;
}
.main_9_box_right .main_9_box_right_bottom div:nth-child(3){
  width: 100px;
}

.main_9_box .swiper-pagination-bullet{
  width: 40px;
  height: 6px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #ae2431;
}
.main_9_box .swiper-pagination-bullet-active{
  background-color: #ae2431;
}
.main_9_box .swiper-button-next,
.main_9_box  .swiper-button-prev{
  top: 50%;
  background: url("../img/main_7_arrow.png") no-repeat;
  background-size: cover !important;
  width: 44px;
  height: 44px;
}
.main_9_box .swiper-button-next{
  transform: rotate(180deg);
  right: -30px;
}
.main_9_box  .swiper-button-prev{
  left: -30px;
}



.main_10{
  padding: 50px 0;
  background: url("../img/main_10_bg.png") no-repeat center;
  background-size: cover;
}
.main_10 .title div:nth-child(2){
  width: 200px;
}


.main_10_box{
  height: 520px;
  display: flex;
  justify-content: space-between;
}
.main_10_box>div{
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #eee;
}
.main_10_box .main_10_box_left{
  width: 670px;
  margin-right: 20px;
}
.main_10_box .main_10_box_right{
  width: 500px;
}

.main_10_box_left_title{
  height: 50px;
  background-color: #efeded;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_10_box_left_title p{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  width: 160px;
  height: 50px;
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
}

.main_10_box_left_title a{
  display: inline-block;
  font-size: 18px;
  color: #ae2431;
  margin-right: 10px;
  font-weight: bold;
}

.main_10_box_left_main{
  padding: 20px;
  margin-top: 10px;
}

.main_10_box_left_top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.main_10_box_left_top div:nth-child(1){
  width: 250px;
  height: 160px;
}
.main_10_box_left_text{
  width: 340px;
}
.main_10_box_left_text p:nth-child(1){
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.main_10_box_left_text p:nth-child(2){
  font-size: 14px;
  color: #999;
}
.main_10_box_left_text a{
  width: 95px;
  height: 30px;
  border: 1px solid #c28b3b;
  color: #c28b3b;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0 auto;
}

.main_10_box_left_list{
  margin-top: 20px;
}
.main_10_box_left_list ul li{
  margin: 25px 0;
  font-size: 14px;
  color: #333;
}
.main_10_box_left_list ul li a{
  display: flex;
  justify-content: space-between;
}
.main_10_box_left_list ul li span{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c28b3b;
  margin-right: 10px;
}


.main_10_box_right_list{
  padding: 20px;
}
.main_10_box_right_list div{
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.main_10_box_right_list div:last-child{
  border: none;
}
.main_10_box_right_list div p:nth-child(1){
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.main_10_box_right_list div p:nth-child(1) span{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c28b3b;
  margin-right: 10px;
}
.main_10_box_right_list div p:nth-child(2){
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  line-height: 25px;
}


.main_10_box_bottom{
  margin-top: 50px;
}
.main_10_box_bottom p{
  padding-bottom: 20px;
  font-size: 24px;
  color: #b9222e;
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.main_10_box_bottom ul {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #999;
}
.main_10_box_bottom ul li:hover{
  color: #c28b3b;
}


.main_11{
  height: 50px;
  background: -webkit-linear-gradient(#d63649, #b32634); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#d63649, #b32634); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#d63649, #b32634); /* Firefox 3.6 - 15 */
  background: linear-gradient(#d63649, #b32634); /* chrome */
}
.main_11 ul {
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;
}



.footer{
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #1d1d1d;
}
.footer .footer_left{
  width: 165px;
}

.footer_center{
  width: 650px;
}
.footer_center h1{
  font-size: 18px;
  color: #1d1d1d;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer_center div p{
  font-size: 16px;
  line-height: 30px;
}

.footer_center>p{
  font-size: 12px;
  margin-top: 20px;
}

.footer_right{
  width: 125px;
  font-size: 14px;
  text-align: center;
}