* {
  font-family: "微软雅黑";
}

body,
html {
  margin: 0;
  padding: 0;
  min-width: 1400px;
  position: relative;
}

ul,
li {
  text-decoration: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

.clearfix {
  clear: both;
}

.header {
  width: 100%;
}

.header_top {
  width: 100%;
  height: 60px;
  background-color: #ce1828;
}

.header_top_box {
  width: 1400px;
  margin: 0 auto;
}

.header_top_left {
  float: left;
  color: white;
  line-height: 60px;
  font-size: 18px;
}

.header_top_right img {
  display: inline-block;
  margin-right: 8px;
}

.header_top_right {
  float: right;
  color: white;
  padding-top: 20px;
  margin-left: 10px;
}

.header_nav {
  width: 1400px;
  margin: 0 auto;
  height: 120px;
}

.header_nav_left {
  margin-top: 20px;
  float: left;
}

.header_nav_right {
  float: right;
  margin: 0;
  padding: 0;
}

.header_nav_right a {
  color: #333;
}

.header_nav_right_box {
  display: block;
  line-height: 48px;
  height: 48px;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid white;
  font-size: 14px;
}

.header_nav_right li {
  display: block;
  width: 150px;
  float: left;
  line-height: 120px;
  height: 120px;
  text-align: center;
  transition: 0.6s all;
  position: relative;
}

.header_a {
  transition: 0.6s all;
  font-size: 18px;
}

.header_nav_right li:hover {
  background-color: #ce1828;
}

.header_nav_right_box:hover {
  background-color: #ce1828;
  color: white;
}

.header_hide {
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 0;
  color: #333;
  z-index: 99999;
}

/*banner*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.swiper-slide img {
  width: 100%;
}

.bottom_top {
  width: 100%;
  background-color: #222;
}

.bottom_top_box {
  width: 1400px;
  margin: 0 auto;
  padding: 30px 0;
}

.bottom_top_box_img {
  float: left;
  width: 20%;
}

.bottom_top_box_ko {
  width: 1px;
  height: 130px;
  background-color: #2e2e2e;
  margin: 0 100px;
  float: left;
  margin-top: 25px;
}

.bottom_top_box_center {
  color: #e5e5e5;
  font-size: 14px;
  float: left;
  margin-top: 30px;
}

.bottom_top_box_right {
  float: right;
  color: #e5e5e5;
  margin-top: 30px;
}

.bottom_top_box_right p {
  font-size: 18px;
  padding-bottom: 10px;
}

.bottom_top_box_right h6 {
  font-size: 48px;
}

.bottom_bottom {
  width: 100%;
  height: 48px;
  background-color: black;
  text-align: center;
  color: #e5e5e5;
  line-height: 48px;
  font-size: 14px;
}

.index_title_ko {
  width: 50px;
  height: 6px;
  margin: 0 auto;
  background-color: #ce1828;
  border-radius: 3px;
}

.index_title {
  padding-top: 50px;
  text-align: center;
}

.index_title span {
  color: #ce1828;
}

.index_title h1 {
  font-weight: normal;
  font-size: 48px;
  color: #333;
  padding-top: 25px;
}

.index_title h2 {
  font-weight: normal;
  font-size: 24px;
  color: #999;
  padding-top: 15px;
}

.index_shengxue {
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

.index_shengxue_box {
  width: 24%;
  transition: 0.6s all;
  border-radius: 12px;
}

.index_shengxue_box img {
  width: 140px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.index_shengxue_box h1 {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #333;
  padding-bottom: 15px;
}

.index_shengxue_box p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  padding-bottom: 25px;
}

.index_shengxue_box:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.index_link {
  display: block;
  width: 200px;
  height: 48px;
  margin: 30px auto;
  background-color: #e50014;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 48px;
  border-radius: 34px;
  cursor: pointer;
}

.content_grey {
  width: 100%;
  background-color: #fafafa;
}

.index_biye {
  padding-top: 20px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.index_biye_box {
  width: 450px;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}

.index_biye_box img {
  width: 100%;
}

.index_biye_box h1 {
  width: 88%;
  text-align: left;
  margin: 0 auto;
  font-weight: normal;
  font-size: 24px;
  color: black;
  padding-top: 25px;
  padding-bottom: 20px;
}

.index_biye_box h2 {
  width: 88%;
  text-align: left;
  margin: 0 auto;
  font-weight: normal;
  font-size: 16px;
  color: #999;
  padding-bottom: 20px;
  line-height: 24px;
}

.index_biye_box span {
  font-size: 16px;
  color: #f00;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin-left: 24px;
}

.index_biye_ko {
  height: 30px;
}

.content_bottom {
  padding-bottom: 1px;
}

.index_news {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
}

.index_news_img {
  width: 680px;
  margin-right: 40px;
  float: left;
}

.index_news_img img {
  width: 100%;
  display: none;
}

.index_news_text {
  width: 680px;
  float: right;
}

.index_news_text_box {
  display: block;
  width: 680px;
  height: 210px;
  color: #999;
  transition: 0.6s all;
}

.grey {
  background-color: #f5f5f5;
}

.index_news_text_box_left {
  margin: 0 50px;
  float: left;
  margin-top: 50px;
  width: 72px;
}

.index_news_text_box_left h1 {
  font-weight: normal;
  font-size: 72px;
  text-align: left;
  color: #333;
  letter-spacing: -8px;
  transition: 0.6s all;
}

.index_news_text_box_left p {
  text-align: center;
  font-size: 18px;
}

.index_news_text_box_right {
  float: left;
  width: 480px;
}

.index_news_text_box_right h1 {
  font-weight: normal;
  font-size: 24px;
  color: #666;
  padding-top: 50px;
  transition: 0.6s all;
}

.index_news_text_box_right p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 150%;
}

.index_news_text_box:hover {
  background-color: #ce1828;
  color: white !important;
}

.index_news_text_box:hover > .index_news_text_box_right h1 {
  color: white !important;
}

.index_news_text_box:hover > .index_news_text_box_left h1 {
  color: white !important;
}

.index_news_link {
  text-align: right;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.index_news_link a {
  color: #ce1828;
  text-decoration: underline;
}

.index_hezuo {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.index_hezuo_ko {
  height: 30px;
}

.index_ko {
  width: 100%;
  height: 30px;
}

.index_hezuo_box {
  margin-top: 14px;
  width: 220px;
  height: 160px;
  border: 1px solid #ccc;
}

.index_hezuo_box img {
  margin: 0 auto;
  margin-top: 30px;
}

.index_huanjing {
  width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.index_huanjing_left {
  width: 695px;
  margin-right: 10px;
}

.index_huanjing_centent {
  width:695px;
}

.index_huanjing_centent img{
  width:100%;
}

.index_huanjing_centent_child{
  width:100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}


.index_huanjing_left_box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.index_huanjing_left_box img {
  width: 100%;
}

.index_huanjing_left_box_k {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: white;
  font-size: 24px;
}

.index_huanjing_left_box_kuai {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.index_huanjing_left_box_kuai_k {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: white;
  font-size: 18px;
}


.index_huanjing_right_box {
  width: 350px;
  position: relative;
  margin-bottom: 10px;
  height: 205px;
}

.index_huanjing_right_box1 {
  width: 350px;
  position: relative;
  height: 445px;
}

.index_huanjing_right_box img {
  width: 100%;
}

.index_huanjing_right_box_k {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: white;
  font-size: 18px;
}

.centent_gj {
  width: 100%;
  height: 250px;
  background-image: url(../img/index/beijing.jpg);
}

.centent_gj_box {
  width: 1050px;
  margin: 0 auto;
  padding-top: 65px;
}

.centent_gj_box_k {
  width: 200px;
  float: left;
  text-align: left;
}

.centent_gj_box_margin_left {
  margin-left: 80px;
}

.centent_gj_box_k_span {
  font-size: 16px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid white;
  padding:0 4px;
  color: white;
  text-align:left;
  line-height: 26px;
}

.centent_gj_box_k h1 {
  font-size: 48px;
  color: white;
  padding-top: 15px;
  padding-bottom: 10px;
  letter-spacing: -4px;
  font-weight: normal;
}

.centent_gj_box_k span {
  font-size: 16px;
}

.centent_gj_box_k h2 {
  color: white;
  font-size: 16px;
  font-weight: normal;
}

.centent_gj_box_shu {
  width: 1px;
  height: 138px;
  background-color: #ff8f99;
  float: left;
}

.index_jiaoshi {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.index_jiaoshi_box {
  width: 320px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.index_jiaoshi_box img {
  width: 100%;
}

.index_jiaoshi_box h1 {
  font-weight: normal;
  font-size: 30px;
  color: #333;
  padding-top: 20px;
}

.index_jiaoshi_box p {
  font-size: 18px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #999;
}

.index_jiaoshi_box span {
  color: #ce1828;
}

.plan_school {
  width: 1400px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.plan_school img {
  width: 700px;
}

.plan_school div {
  width: 650px;
  text-align: left;
}

.plan_school h2 {
  font-size: 24px;
  color: #999;
  padding-bottom: 20px;
  font-weight: normal;
}

.plan_school h1 {
  font-size: 36px;
  color: #333;
  padding-bottom: 40px;
  font-weight: normal;
}

.plan_school p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.plan_about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.plan_about img {
  width: 50%;
}

.plan_about_box {
  width: 50%;
  background-color: #fafafa;
}

.plan_about_box_text {
  margin-left: 75px;
  text-align: left;
  width: 70%;
}

.plan_about_box_text h1 {
  font-weight: normal;
  padding-top: 120px;
  color: #333;
  font-size: 48px;
  padding-bottom: 30px;
}

.plan_about_box_text p {
  font-size: 16px;
  color: #999;
  line-height: 180%;
}

.plan_about_ab {
  position: absolute;
  width: 1200px;
  height: 230px;
  left: calc(50% - 600px);
  top: 55%;
  background-color: white;
  display: flex;
  justify-content: space-between;
}

.plan_about_ab div {
  width: 25%;
}

.plan_about_ab h1 {
  font-weight: normal;
  font-size: 100px;
  text-align: center;
  color: #999;
  letter-spacing: -4px;
  padding-top: 40px;
}

.plan_about_ab span {
  font-size: 24px;
}

.plan_about_ab p {
  color: white;
  text-align: center;
}

.plan_about_ab div:hover {
  background-color: #ce1828;
}

.plan_about_ab div:hover h1 {
  color: white;
}

.plan_kecheng {
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}

.plan_kecheng img {
  width: 350px;
  float: left;
  margin-right: 50px;
}

.plan_ban {
  width: 500px;
  float: left;
  margin-right: 50px;
  text-align: left;
}

.plan_ban h1 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  padding-bottom: 20px;
}

.plan_ban p {
  font-size: 16px;
  color: #999;
  line-height: 170%;
}

.plan_ban_ko {
  width: 1px;
  height: 450px;
  float: left;
  background-color: #ccc;
  margin-right: 50px;
}

.plan_youshi {
  width: 399px;
  float: left;
}

.plan_youshi h1 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  padding-bottom: 20px;
}

.plan_youshi p {
  font-size: 16px;
  color: #999;
  line-height: 170%;
}

.plan_kecheng_link {
  font-size: 16px;
  text-align: right;
  color: #999;
  padding-top: 15px;
  padding-bottom: 30px;
  cursor: pointer;
}

.plan_kecheng_link span {
  color: #ce1828 !important;
  text-decoration: underline;
}

.plan_liucheng {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.plan_liucheng_box {
  width: 330px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.plan_liucheng_box h1 {
  font-size: 30px;
  color: #ce1828;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}

.plan_liucheng_box img {
  margin: 0 auto;
}

.plan_liucheng_box h2 {
  padding-top: 20px;
  font-size: 400;
  color: #333;
  font-size: 24px;
  text-align: center;
}

.plan_liucheng_box p {
  color: #999;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 40px;
}

.plan_liucheng_box h3 {
  font-weight: normal;
  color: #666;
  width: 80%;
  text-align: left;
  padding-bottom: 20px;
  margin: 0 auto;
}

.plan_liucheng_box:hover {
  background-color: #ce1828;
}

.plan_liucheng_box:hover h1 {
  color: white;
}

.plan_liucheng_box:hover h2 {
  color: white;
}

.plan_liucheng_box:hover p {
  color: white;
}

.plan_liucheng_box:hover h3 {
  opacity: 0;
}

.plan_liucheng_box:hover img {
  display: none;
}

.plan_liucheng_box:hover .plan_liucheng_box_white {
  display: block;
}

.plan_liucheng_box h4 {
  font-weight: normal;
  position: absolute;
  bottom: -90px;
  left: 25%;
  color: white;
  font-size: 150px;
}

.plan_liucheng_box_white {
  display: none;
}

.index_wenti {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.index_wenti_left {
  width: 300px;
  margin-right: 30px;
}

.index_wenti_right {
  width: 650px;
  margin-top: 35px;
}

.index_wenti_right_box {
  border-bottom: 1px dashed #ccc;
  height: 36px;
  margin-top: 15px;
}

.index_wenti_right_box img {
  float: left;
  margin-right: 8px;
}

.index_wenti_right_box p {
  float: left;
}

.index_wenti_right_box span {
  float: right;
  width: 72px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: white;
  background-color: #ce1828;
  border-radius: 12px;
  box-shadow: 0px 3px 10px 0px rgba(229, 0, 20, 0.5);
  cursor: pointer;
}

.plan_zhengshu {
  width: 1400px;
  margin: 0 auto;
}

/*证书滚动*/
div.site {
  overflow: hidden;
}
div.wrapper {
  position: relative;
  width: 75rem;
}
div.wrapper.demo1 {
  margin: 60px auto 0;
}
div.wrapper:not(.demo1) {
  margin: 80px auto 0;
}
div.wrapper > h3 {
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-radius: 1.4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}
div.wrapper > ul.container {
  position: relative;
  height: 30rem;
  margin: 0 auto;
  transform: translate3d(0, 0, 0);
}
div.wrapper ul.container > li.cards_list {
  border-radius: 0.3125rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
ul.container > li.cards_list > div.img > img {
  display: block;
  width: 20rem;
}
ul.container > li.cards_list > div.main_con {
  padding: 0 1rem;
  box-sizing: border-box;
}
ul.container > li.cards_list > div.main_con h4.name {
  padding-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #424242;
}
ul.container > li.cards_list > div.main_con p.content {
  padding-top: 1rem;
  height: 4.5rem;
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  line-height: 1.5rem;
}
ul.container > li.cards_list > div.main_con p.label {
  font-size: 0.9rem;
  color: #555;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
div.wrapper.horizontal > ul.container {
  width: 75rem;
}
div.wrapper.vertical > ul.container {
  width: 40rem;
}
div.wrapper.horizontal ul.container > li.cards_list {
  width: 20rem;
}
div.wrapper.vertical ul.container > li.cards_list {
  display: flex;
}
i.btn-direct {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  cursor: pointer;
  z-index: 100;
  transition: opacity ease 300ms;
}
div.wrapper:hover i.btn-direct {
  opacity: 0.6;
}
i.btn-direct:hover {
  opacity: 0.9 !important;
}
i.btn-direct.btn-left {
  left: 3rem;
}
i.btn-direct.btn-right {
  right: 3rem;
}
i.btn-direct > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
}
div.wrapper.horizontal i.btn-direct > span.shift-left {
  transform: translate(-30%, -50%) rotate(-45deg);
}
div.wrapper.horizontal i.btn-direct > span.shift-right {
  transform: translate(-70%, -50%) rotate(135deg);
}
div.wrapper.vertical i.btn-direct > span.shift-left {
  transform: translate(-50%, -30%) rotate(45deg);
}
div.wrapper.vertical i.btn-direct > span.shift-right {
  transform: translate(-50%, -70%) rotate(-135deg);
}

.index_biye_box_grey {
  background-color: #fcfcfc;
}

.plan_ziliao {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.plan_ziliao_box {
  width: 25%;
  cursor: pointer;
}

.plan_ziliao_box img {
  width: 40%;
  margin: 0 auto;
}

.plan_ziliao_box h1 {
  width: 80%;
  margin: 0 auto;
  font-size: 25px;
  line-height: 120%;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: normal;
}

.plan_ziliao_box p {
  font-size: 18px;
  color: #999;
  text-align: center;
  padding-bottom: 12px;
}

.plan_ziliao_box span {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  background-color: red;
  border-radius: 24px;
  text-align: center;
  color: white;
  font-size: 18px;
}

.offer {
  width: 1400px;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
}

.offer img {
  width: 24%;
  margin-right: 1%;
}

.teacher_text {
  font-size: 18px;
  line-height: 180%;
  color: #666;
}

.teacher {
  width: 1200px;
  margin: 0 auto;
}

.teacher_img {
  width: 100%;
  margin: 30px 0;
}

.teacher_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  text-align: left;
  padding-top: 20px;
}

.teacher_box_left {
  width: 50%;
}

.teacher_box_centent {
  width: 5%;
}

.teacher_box_right {
  width: 45%;
}

.teacher_box h1 {
  font-size: 36px;
  font-weight: 500;
  color: #333;
  padding-top: 60px;
}

.teacher_box h2 {
  font-size: 24px;
  color: #999;
  padding: 15px 0;
  font-weight: normal;
}

.teacher_box_k {
  width: 30px;
  height: 4px;
  background-color: #666;
}

.teacher_box h3 {
  padding-top: 25px;
  padding-bottom: 50px;
  font-weight: normal;
  color: #e50014;
}

.teacher_box p {
  font-size: 20px;
  line-height: 180%;
  color: #999;
}

.uk{
  width:1200px;
  margin:0 auto;
  overflow-y:auto;
  height:500px;
}

.table_header{
  width: 100%;
  background-color:#ce1828;
  color:#fff;
  line-height: 200%;
  display: flex;
  justify-content: space-between;
}

.table_header p{
  text-align: left;
  border-right: 1px solid white;
  padding: 5px 0;
  font-weight: bold;
  text-indent: 12px;
}

.table_max{
  width:40%;
}
.table_hidden{
  width:24%;
}
.table_min{
  width:18%;
}

.table_content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0px 0px 0px 1px #6b131a;
  box-sizing: border-box; /* Include padding and border in element's width and height */
}

.table_content p{
  font-weight: normal;
  padding: 10px 0;
  border-right: 1px solid #6b131a;
  text-indent: 12px;
}

.table_content span{
  color:#666;
}

.scenery {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.scenery_box {
  width: 385px;
}

.scenery_box img {
  width: 100%;
}

.scenery_box p {
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
}

.about {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 40px 0;
}

.about_left {
  width: 450px;
  margin-right: 30px;
}

.about_left img {
  width: 100%;
}

.about_right {
  width: 920px;
}

.about_right_box {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: space-between;
}

.about_right_box div {
  width: 25%;
  height: 100%;
  background-color: #303030;
}

.about_right_box h1 {
  text-align: center;
  font-size: 80px;
  color: white;
  padding-top: 35px;
  letter-spacing: -4px;
}

.about_right_box span {
  font-size: 30px;
  font-weight: normal;
}

.about_right_box p {
  text-align: center;
  color: white;
  font-size: 16px;
  padding-top: 10px;
}

.about_right_box div:hover {
  background-color: #e50014;
}

.about_right_text {
  padding-top: 60px;
  line-height: 180%;
  font-size: 24px;
  color: #666;
  text-indent: 50px;
}

.about_l {
  width: 800px;
  margin-right: 50px;
}

.about_r {
  font-size: 20px;
  line-height: 180%;
  padding-top: 15px;
}

.copyright_text {
  font-size: 24px;
  line-height: 200%;
  color: #333;
  padding: 40px 0;
  width: 1000px;
  margin: 0 auto;
}

.recruit {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.recruit_top {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.recruit_top p {
  font-size: 30px;
  width: 25%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  line-height: 180%;
  cursor: pointer;
}

.recruit_top_active {
  border-bottom: 2px solid #e50014 !important;
}

.recruit_bottom {
  padding-top: 50px;
}

.recruit_bottom div {
  display: none;
}

.recruit_bottom h1 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  text-align: left;
  padding-bottom: 20px;
}

.recruit_bottom p {
  font-size: 18px;
  color: #666;
  line-height: 180%;
}

.recruit_bottom_active {
  display: block !important;
}

.case {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.case_box {
  display: block;
  width: 450px;
  border: 1px solid #f2f2f2;
}

.case_box img {
  width: 100%;
}

.case_xian {
  height: 1px;
  background-color: #f2f2f2;
  margin-top: 20px;
}

.case_box h1 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
}

.case_box p {
  font-size: 18px;
  color: #999;
  padding-top: 10px;
}

.case_box_80 {
  width: 90%;
  margin: 0 auto;
  padding-top: 25px;
}

.case_more {
  margin-bottom: 20px;
}

.case_more p {
  float: left;
}

.case_more img {
  float: right;
  width: 6%;
  margin-top: 20px;
}

.news_link {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.news_link a {
  display: block;
  width: 36.5%;
  text-align: center;
  color: red;
  text-decoration: underline;
  transition: 0.6s all;
}

.newsny_h1 {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.newsny_h2 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
  text-align: center;
  padding-bottom: 50px;
}

.newsny_p {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #999;
  line-height: 180%;
}

.newsny_h3 {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  color: #333;
  padding: 20px 0;
  font-weight: bold;
}

.newsny_h4 {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  color: #999;
  padding-bottom: 20px;
  font-weight: bold;
  text-indent: 20px;
}

.newsny_img {
  margin: 20px auto;
}




.right_nav {
  right: 0;
  bottom: 100px;
  position: fixed;
  text-align: left;
  overflow: hidden;
  z-index: 999;
}
.right_nav li {
  background: #0085cd;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  right: -70px;
  list-style:none
}
.right_nav li .iconBox {
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right_nav li img {
  width: 40px;
  height: 40px;
}
.right_nav li h4 {
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  margin-left: 15px;
}
.right_nav li:hover {
  background: #cf1322;
}
.right_nav li .hideBox {
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
}
.right_nav li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #0085cd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #0085cd;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.right_nav li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
  margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
  display: flex;
  align-items: center;
}
.right_nav li .hideBox .hb .qqtalk img {
  width: 25px;
  height: 25px;
}
.right_nav li .hideBox .hb .qqtalk p {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -5px;
  margin-left: 5px;
}
.right_nav li:nth-child(3) .hideBox img {
  width: 140px;
  height: 140px;
  margin-top: 10px;
}


.tanchu{
  display: none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0, 0, 0, 0.4);
}

.tanchu_img{
  width:500px;
  position: absolute;
  top:200px;
  left:calc(50% - 250px);
}

.tanchu_err{
  width:30px;
  position: absolute;
  top:225px;
  right:calc(50% - 220px);
  cursor: pointer;
  z-index: 999999999999999999;
}