* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #5a5a5a;
}
a:hover {
  color: #fff;
}
html {
  font-size: 15px;
  color: #5a5a5a;
}
body,
html {
  max-width: 100vw;
}
.sc {
  margin-top: -20px;
  cursor: pointer;
  background-color: #E4393C;
  height: 26px;
}
.sc .center_1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.sc .center_1200 span {
  color: #fff;
}
.sc .center_1200 p {
  width: 350px;
  display: flex;
  justify-content: space-between;
}
.top_title span {
  margin-right: 10px;
}
header {
  height: 100px;
  display: flex;
  justify-content: center;
}
header .tl_center {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .tl_center .header_left {
  display: flex;
}
header .tl_center .header_left img {
  height: 60px;
}
header .tl_center .header_left .title {
  margin-left: 20px;
}
header .tl_center .header_left .title h1 {
  color: #555;
}
header .tl_center .header_left .title .english {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
header .tl_center .header_left .title .english span {
  color: #ccc;
}
header .tl_center .header_right .header_right_top {
  display: flex;
}
header .tl_center .header_right .header_right_top img {
  width: 50px;
  height: 50px;
}
header .tl_center .header_right .header_right_top .top_phone {
  margin-left: 10px;
}
header .tl_center .header_right .header_right_top .top_phone h2 {
  color: #E4393C;
}
header .tl_center .header_right p {
  margin-top: 5px;
  font-size: 15px;
  color: #E4393C;
}
.gs {
  height: 390px;
}
.gs .center_1200 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gs .center_1200 .gs_left {
  width: 700px;
}
.gs .center_1200 .gs_left h3 {
  font-size: 26px;
  color: #666;
}
.gs .center_1200 .gs_left h3 span {
  color: #E4393C;
}
.gs .center_1200 .gs_left h3 b {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  color: #898989;
}
.gs .center_1200 .gs_left p {
  border-top: 1px solid #898989;
  margin-top: 13px;
  padding-top: 13px;
  line-height: 30px;
  padding-right: 12px;
  font-size: 14px;
}
.gs .center_1200 .gs_left p a:hover {
  color: #5a5a5a;
}
.gs .center_1200 img {
  position: absolute;
  top: 94px;
  right: 0px;
  width: 450px;
  height: 280px;
}
.bck2 {
  margin-top: 20px;
  height: 127px;
  width: 100%;
  background-color: #E4393C;
}
.bck2 ul {
  display: flex;
  justify-content: space-between;
}
.bck2 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bck2 ul li h4 {
  font-size: 20px;
}
.bck2 ul li p {
  font-size: 14px;
  margin-top: 10px;
}
.active1 {
  background-color: #333;
}
.banners {
  width: 100%;
  text-align: center;
  height: 600px;
}
.banners ul li img {
  width: 100%;
  height: 600px;
}
@keyframes a11 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
.center1 {
  height: 92px;
  width: 55vw;
  background-color: #E4393C;
  display: flex;
  justify-content: flex-end;
}
.center1 .cent_50 {
  width: 800px;
  height: 100%;
  padding-right: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.center1 .cent_50 .search {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-28%, -50%);
  width: 700px;
  height: 52px;
  background-color: #555;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.center1 .cent_50 .search .hot {
  color: #f5f5f5;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.center1 .cent_50 .search .hot span {
  border-right: 1px solid #fff;
  padding-right: 30px;
}
.center1 .cent_50 .search .search1 {
  height: 100%;
  display: flex;
  align-items: center;
}
.center1 .cent_50 .search .search1 input {
  padding-left: 5px;
  background: none;
  outline: none;
  border: none;
  height: 32px;
  background-color: #fff;
  border-left: 1px solid #E4393C;
  border-top: 1px solid #E4393C;
}
.center1 .cent_50 .search .search1 span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 50px;
  background-color: #E4393C;
  color: #fff;
}
.center1 .cent_50 p {
  text-align: center;
  color: #fff;
}
.center1 .cent_50 p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 550;
}
.center1 .cent_50 p:nth-of-type(2) {
  margin-top: 7px;
  font-size: 18px;
}
.icons {
  height: 476px;
  width: 100%;
  background-color: #f8f8f8;
}
.icons .center_1200 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.icons .center_1200 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icons .center_1200 .item p {
  color: #666666;
  padding: 0 10px;
}
.icons .center_1200 .item p i {
  font-size: 70px;
  color: #ddd;
}
.icons .center_1200 .item p:nth-of-type(1) {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #E4393C;
  text-align: center;
  line-height: 115px;
}
.icons .center_1200 .item p:nth-of-type(1):hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.icons .center_1200 .item p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 550;
}
.icons .center_1200 .item p:nth-of-type(3) {
  margin-top: 12px;
}
.icons .center_1200 .item p:nth-of-type(4) {
  margin-top: 5px;
}
.icons .center_1200 .item a {
  margin-top: 20px;
  display: block;
  width: 98px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  color: #E4393C;
  border: 1px solid #E4393C;
}
.icons .center_1200 .item a:hover {
  background-color: #E4393C;
  color: #fff;
}
.imglist {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imglist .top {
  display: flex;
  width: 1200px !important;
}
.imglist .top .hcover {
  width: 543px;
  height: 504px;
  overflow: hidden;
  position: relative;
}
.imglist .top .hcover .yc {
  width: 543px;
  height: 504px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -504px;
  left: 0;
}
.imglist .top .hcover .yc p {
  width: 50px;
  height: 50px;
  background-color: #198EDE;
  border-radius: 50%;
}
.imglist .top .hcover .yc p i {
  font-size: 20px;
  color: #f1f1f1;
}
.imglist .top .hcover img {
  width: 543px;
  height: 504px;
}
.imglist .top ul {
  width: 1200px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.imglist .top ul li {
  width: 250px !important;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0 5px #888;
  margin-bottom: 30px;
  background-color: #f5f5f5;
}
.imglist .top ul li .hcover1 {
  width: 250px;
  height: 230px;
  line-height: 230px;
  text-align: center;
  font-weight: 550;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  color: #666;
  cursor: pointer;
  background-size: 250px 230px;
}
.imglist .top ul li .hcover1 .yc {
  width: 250px;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: -230px;
  left: 0;
  flex-direction: column;
}
.imglist .top ul li .hcover1 .yc p {
  font-size: 16px;
  font-weight: 550;
  height: 30px;
  line-height: 30px;
  color: #f5f5f5;
}
.imglist .top ul li .hcover1 img {
  width: 250px;
  height: 180px;
}
.imglist .top ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 250px;
  line-height: 50px;
}
.imglist a {
  margin-top: 15px;
  display: block;
  width: 176px;
  height: 50px;
  border: 1px solid #E4393C;
  color: #E4393C !important;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
}
.imglist a:hover {
  background-color: #E4393C;
  color: #fff !important;
}
.fllist {
  margin-top: 20px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fllist h4 {
  font-size: 25px;
  color: #666;
}
.fllist .line {
  margin-top: 30px;
  position: relative;
  width: 550px;
  height: 0;
  border: 0.5px solid #ccc;
}
.fllist .line .zfx {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #E4393C;
  transform: rotate(45deg) translate(-78%, 0%);
}
.list3 {
  margin-top: 40px;
  height: 520px;
  width: 100%;
  background-color: #E4393C;
  padding-top: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list3 .cover {
  margin-top: 40px;
  width: 1200px;
  overflow: hidden;
  height: 220px;
}
.list3 .cover ul {
  display: flex;
  flex-wrap: nowrap;
}
.list3 .cover ul li {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list3 .cover ul li img {
  width: 285px;
  height: 190px;
}
.list3 .cover ul li span {
  margin-top: 10px;
  color: #fff;
}
.list3 a {
  margin-top: 50px;
  display: block;
  width: 176px;
  height: 50px;
  color: #5a5a5a;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
}
.list3 a:hover {
  background-color: #E4393C;
  color: #fff;
  border: 1px solid #fff;
}
.m_height img {
  height: 190px !important;
}
.title2 {
  margin-top: 50px;
  width: 100%;
}
.title2 h2 {
  font-size: 40px;
  text-align: center;
  color: #E4393C;
}
.title2 p {
  margin-top: 10px;
  text-align: center;
}
.title2 .margin_top_10 {
  height: 30px !important;
  margin-top: 0px !important;
}
.title2 .des {
  margin-top: 30px;
  font-size: 26px;
  color: #5a5a5a;
}
.title2 .list_img {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  position: relative;
}
.title2 .list_img .bcknumber {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #E4393C;
  position: absolute;
  top: 160px;
  left: 48%;
  transform: rotate(45deg) translate(-50%, -38%);
}
.title2 .list_img .bcknumber:nth-of-type(2) {
  top: 480px;
}
.title2 .list_img .bcknumber:nth-of-type(3) {
  top: 810px;
}
.title2 .list_img .bcknumber:nth-of-type(4) {
  top: 1120px;
}
.title2 .list_img .bcknumber:nth-of-type(5) {
  top: 1440px;
}
.title2 .list_img .bcknumber:nth-of-type(6) {
  top: 1740px;
}
.title2 .list_img .bcknumber i {
  display: block;
  color: #fff;
  font-size: 30px;
  transform: rotate(-45deg) translate(-5px, 0) !important;
}
.title2 .list_img .item_left {
  height: 311px;
  display: flex;
}
.title2 .list_img .item_left .con1_left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border-right: 1px solid #ccc;
  padding-right: 70px;
}
.title2 .list_img .item_left .con1_left h4 {
  text-align: right;
  font-size: 27px;
  color: #E4393C;
}
.title2 .list_img .item_left .con1_left p {
  line-height: 24px;
  font-size: 16px;
  text-align: right;
}
.title2 .list_img .item_left .con1_left p:nth-of-type(2) {
  font-size: 14px;
}
.title2 .list_img .item_left .con1_right {
  flex: 1;
  border-left: 1px solid #ccc;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title2 .list_img .item_left .con1_right h4 {
  text-align: left;
  font-size: 27px;
  color: #E4393C;
}
.title2 .list_img .item_left .con1_right p {
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}
.title2 .list_img .item_left .con1_right p:nth-of-type(2) {
  font-size: 14px;
}
.title2 .list_img .item_left .imgcover {
  padding-left: 70px;
  padding-top: 20px !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.title2 .list_img .item_left .imgcover img {
  width: 505px;
  height: 303px;
}
.title2 .list_img .item_left .imgcover1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 70px;
  flex: 1;
}
.title2 .list_img .item_left .imgcover1 img {
  width: 505px;
  height: 303px;
}
.bck_black {
  margin-top: 50px;
  background-image: url(../images/companuy.jpg);
  padding-top: 20px;
  width: 100%;
  height: 584px;
  background-size: cover;
  position: relative;
}
.bck_black .otherlist {
  width: 1200px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bck_black h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.bck_black p {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
}
.bck_black .center_1200 {
  display: flex;
  justify-content: space-between;
  height: 440px;
}
.bck_black .center_1200 li {
  width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 40px;
}
.bck_black .center_1200 li p {
  max-width: 100%;
  font-size: 14px;
  color: #ddd;
  text-align: left;
}
.bck_black .center_1200 li p:nth-of-type(1) {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #E4393C;
}
.bck_black .center_1200 li p:nth-of-type(1) i {
  font-size: 60px;
  color: #dfdfdf;
}
.bck_black .center_1200 li p img {
  height: 80px !important;
}
.bck_black .center_1200 li h4 {
  font-size: 20px;
  margin-top: 25px;
  color: #fff;
}
.info {
  padding-top: 40px;
  background-color: #F7F7F7;
  padding-bottom: 40px;
}
.info .infolist {
  padding: 20px;
  margin: 30px auto;
  width: 1200px;
  height: 737px;
  background-color: #fff;
}
.info .infolist .footer {
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.info .infolist .footer a {
  margin-top: 0;
}
.info .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.info .item h4 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 550;
  color: #666;
  width: 550px;
  border-bottom: 1px solid #aaa;
}
.info .item1 {
  height: 110px;
  display: flex;
  justify-content: space-between;
}
.info .item1 .leftinfo {
  width: 550px;
  display: flex;
  align-items: center;
}
.info .item1 .leftinfo img {
  width: 130px;
  height: 90px;
}
.info .item1 .leftinfo .rightinfo1 {
  width: 100%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.info .item1 .leftinfo .rightinfo1 p {
  max-width: 100%;
  font-size: 14px;
  color: #7e7d7d;
}
.info .item1 .leftinfo .rightinfo1 p:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}
.info .item1 .leftinfo .rightinfo1 p b {
  font-size: 16px;
  color: #666;
}
.info .item1 .rightinfo {
  width: 550px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
}
.info .item1 .rightinfo .timebck {
  width: 90px;
  height: 60px;
  background-color: #E4393C;
  flex-direction: column;
}
.info .item1 .rightinfo .timebck span {
  color: #fff;
  font-size: 12px;
}
.info .item1 .rightinfo .timebck span:nth-of-type(1) {
  font-size: 20px;
}
.info .item1 .rightinfo .infolist1 {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.info .item1 .rightinfo .infolist1 p {
  font-size: 12px;
  max-width: 100%;
}
.info .item1 .rightinfo .infolist1 p b {
  font-size: 16px;
  font-weight: 550;
}
.line_footer {
  width: 100%;
  background-color: #E4393C;
  padding-top: 10px;
}
.line_footer .bck_white {
  background-color: #fff;
}
.line_footer .bck_white .center_1200 {
  display: flex;
  height: 592px;
}
.line_footer .bck_white .center_1200 .right1 {
  align-items: center;
  background-color: #E4393C;
  padding: 20px;
}
.line_footer .bck_white .center_1200 .right1 h2 {
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  color: #f5f5f5;
}
.line_footer .bck_white .center_1200 .right1 h2 span {
  font-size: 18px;
}
.line_footer .bck_white .center_1200 .right1 form {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  width: 480px;
  height: 485px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.line_footer .bck_white .center_1200 .right1 form .item {
  display: flex;
  align-items: center;
}
.line_footer .bck_white .center_1200 .right1 form .item span {
  font-size: 14px;
  color: #878787;
  font-weight: 550;
  margin-right: 10px;
}
.line_footer .bck_white .center_1200 .right1 form .item span i {
  color: #E4393C;
}
.line_footer .bck_white .center_1200 .right1 form .item .white {
  color: #fff;
}
.line_footer .bck_white .center_1200 .right1 form .item input {
  padding-left: 5px;
  background: none;
  outline: none;
  border: none;
  border-radius: 3px;
  width: 356px;
  height: 42px;
  background-color: #f7f7f7;
}
.line_footer .bck_white .center_1200 .right1 form .item input:focus {
  background-color: #E4393C;
  color: #fff;
}
.line_footer .bck_white .center_1200 .right1 form .item textarea {
  resize: none;
  background: none;
  outline: none;
  border: none;
  border-radius: 3px;
  width: 356px;
  padding-left: 5px;
  background-color: #f7f7f7;
}
.line_footer .bck_white .center_1200 .right1 form .item textarea:focus {
  background-color: #E4393C;
  color: #fff;
}
.line_footer .bck_white .center_1200 .right1 form .item .submit {
  cursor: pointer;
  background-color: #E4393C;
  color: #fff;
}
.line_footer .bck_white .center_1200 .right1 form .item .submit:hover {
  background-color: #f1c40f;
}
.line_footer .bck_white .center_1200 .left {
  padding: 30px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.line_footer .bck_white .center_1200 .left .tit2 {
  text-align: center;
  margin-top: 10px;
}
.line_footer .bck_white .center_1200 .left .fllist h4 {
  margin-bottom: -10px;
}
.line_footer .bck_white .center_1200 .left .lc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.line_footer .bck_white .center_1200 .left .lc img {
  width: 1000px;
  margin-top: 30px;
}
.line_footer .bck_white .center_1200 .left .lc .line2 {
  position: absolute;
  right: 54px;
  top: 50%;
  height: 36px;
  width: 10px;
  border-left: 5px solid #333;
  border-right: 5px solid #ccc;
}
.line_footer .bck_white .center_1200 .left .lc .item {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.line_footer .bck_white .center_1200 .left .lc .item:nth-of-type(n-3) {
  margin-top: 40px;
}
.line_footer .bck_white .center_1200 .left .lc .item p:nth-of-type(1) {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #E4393C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line_footer .bck_white .center_1200 .left .lc .item p:nth-of-type(1):hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.line_footer .bck_white .center_1200 .left .lc .item p:nth-of-type(1) i {
  font-size: 70px;
  color: #f1f1f1;
}
.line_footer .bck_white .center_1200 .left .lc .item p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  text-align: center;
}
.line_footer .bck_white .center_1200 .left .lc .item .bck:hover {
  transform: scale(1.1);
  transition: all 1s;
}
.line_footer .bck_white .center_1200 .left .lc .line {
  width: 78px;
  height: 10px;
  border-top: 5px solid #333;
  border-bottom: 5px solid #ccc;
}
footer {
  width: 100%;
  margin-top: 20px;
  background-color: #E4393C;
  height: 330px;
}
footer .center_1200_ {
  width: 1200px;
  margin: 0 auto;
}
footer .center_1200_ .title {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .center_1200_ .title img {
  width: 61px;
  height: 61px;
  margin-right: 10px;
}
footer .center_1200_ .title .tit h2 {
  font-size: 24px;
  color: #fff;
}
footer .center_1200_ .title .tit span {
  font-size: 14px;
  color: #fff;
}
footer .center_1200_ .ul1 {
  background-color: #fff;
  margin: 0 auto;
  width: 1040px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  border-radius: 25px;
}
footer .center_1200_ .ul1 li {
  flex: 1;
}
footer .center_1200_ .ul1 li a {
  color: #666;
}
footer .center_1200_ .ul1 li a:hover {
  color: #E4393C;
}
footer .center_1200_ .lx {
  width: 900px;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
footer .center_1200_ .lx .left ul {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .center_1200_ .lx .left ul li span {
  display: inline-block;
  min-width: 120px;
  color: #fff;
  margin-right: 20px;
}
footer .center_1200_ .lx .left ul li:nth-of-type(2) {
  margin-top: 10px;
}
footer .center_1200_ .lx .right img {
  width: 94px;
  height: 94px;
}
.about_titlebck {
  width: 100%;
  height: 381px;
  background-image: url(../images/companuy.jpg);
  background-size: cover;
}
.about_titlebck .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_titlebck .center h2 {
  font-size: 56px;
  color: #d9d9d9 !important;
}
.about_titlebck .center span {
  margin-top: 5px;
  font-size: 19px;
  color: #d9d9d9;
}
.about_titlebck1 {
  width: 100%;
  height: 381px;
  background-image: url(../images/companuy.jpg);
  background-size: cover;
}
.about_titlebck1 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_titlebck1 .center h2 {
  font-size: 56px;
  color: #666 !important;
}
.about_titlebck1 .center span {
  margin-top: 5px;
  font-size: 19px;
  color: #666;
}
.center_1200 .aboutme_title {
  display: flex;
  align-items: flex-end;
}
.center_1200 .aboutme_title .cover {
  height: 100px;
  width: 216px;
  flex-direction: column;
}
.center_1200 .aboutme_title .cover .line {
  margin-top: 5px;
  height: 5px;
  width: 100%;
  background-color: #E4393C;
}
.center_1200 .aboutme_title .cover .left {
  height: 86px;
  width: 216px;
  background-color: #E4393C;
  flex-direction: column;
}
.center_1200 .aboutme_title .cover .left p {
  font-size: 25px;
  color: #fff;
}
.center_1200 .aboutme_title .cover .left span {
  font-size: 12px;
  color: #fff;
}
.center_1200 .aboutme_title .right {
  margin-bottom: 10px;
  height: 33px;
  width: 962px;
  border: 0.5px solid #ccc;
  justify-content: flex-start !important;
  margin-left: 20px;
  padding-left: 10px;
}
.center_1200 .aboutme_title .right img {
  width: 20px;
  height: 23px;
  margin-right: 10px;
}
.center_1200 .aboutme_title .right span {
  margin-right: 10px;
  color: #666;
}
.center_1200 .aboutme_title .right a {
  margin-right: 10px;
  color: #666;
}
.center_1200 .aboutme_ti {
  display: flex;
}
.center_1200 .aboutme_ti img {
  width: 500px;
  height: 374px;
}
.center_1200 .aboutme_ti p {
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 32px;
}
.center_1200 {
  display: flex;
}
.center_1200 .programme_nav_left {
  margin-right: 10px;
}
.center_1200 .programme_nav_left li {
  width: 216px;
  height: 72px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.center_1200 .programme_nav_left li a {
  color: #666;
  font-size: 16px;
  font-weight: 550;
}
.center_1200 .programme_nav_right {
  width: 962px;
  margin-left: 20px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.center_1200 .programme_nav_right li {
  margin-right: 46px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 290px;
  height: 211px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.center_1200 .programme_nav_right li:nth-of-type(3n) {
  margin-right: 0;
}
.center_1200 .programme_nav_right li:hover {
  border: 1px solid #E4393C;
}
.center_1200 .programme_nav_right li .imgcover {
  overflow: hidden;
  width: 260px;
  height: 160px;
  text-align: center;
}
.center_1200 .programme_nav_right li .imgcover img {
  height: 160px;
}
.center_1200 .programme_nav_right li span {
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  color: #666;
}
.center_1200 {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a1 {
  margin-top: 40px;
  display: block;
  width: 176px;
  height: 50px;
  border: 1px solid #E4393C;
  color: #E4393C !important;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
}
.a1:hover {
  background-color: #E4393C;
  color: #fff !important;
}
.navlist {
  height: 60px;
  width: 100%;
  background-color: #E4393C;
}
.navlist ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.navlist ul li {
  cursor: pointer;
  flex: 1;
  height: 100%;
}
.navlist ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.anlilist {
  margin-top: 20px;
}
.anlilist .anlis {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anlilist .anlis li {
  width: 380px;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
.anlilist .anlis li:hover {
  border: 1px solid #E4393C;
}
.anlilist .anlis li .imgcover {
  width: 340px;
  height: 371px;
  overflow: hidden;
}
.anlilist .anlis li .imgcover img {
  width: 340px;
  height: 371px;
}
.anlilist .anlis li .imgcover img:hover {
  transform: translate(0, -20px);
  transition: all 1s;
}
.anlilist .anlis li span {
  margin-top: 10px;
}
.wid {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wid li {
  margin-bottom: 30px;
  width: 1040px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}
.wid li:hover {
  border: 1px solid #E4393C;
}
.wid li .imgcover {
  width: 1000px;
  height: 500px;
  overflow: hidden;
}
.wid li .imgcover img {
  width: 1000px;
  height: 500px;
}
.wid li .imgcover img:hover {
  transform: translate(0, -20px);
  transition: all 1s;
}
.wid li span {
  margin-top: 30px;
  color: #369;
  font-weight: 550;
  font-size: 18px;
}
.a2 {
  width: 105px;
  height: 32px;
  line-height: 30px;
  border-radius: 15px;
  font-size: 12px;
}
.color1 {
  color: #666 !important;
}
.active2 {
  background-color: #fff !important;
}
.active2 a {
  color: #E4393C !important;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.pager a {
  cursor: pointer;
}
.pager a,
.pager span {
  /* 按钮内数字 */
  width: 45px;
  height: 40px;
  border: 1px solid #EBEBEB;
  margin-left: -1px;
  color: #8a8a8a;
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 15px;
  text-decoration: none;
  margin: 0 2px;
  border-radius: 6px;
}
.pager a:hover,
.pager span:hover {
  border-color: #3897cd;
  color: #3897cd;
  position: relative;
  z-index: 1;
}
.pager span.current {
  background-color: #E4393C;
  color: #fff;
  border-color: #EBEBEB;
  position: relative;
  z-index: 1;
}
.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
  background: white url(../images/page_bg.jpg) 8px 7px no-repeat;
}
.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
  background: white url(../images/page_bg_hover.jpg) 8px 7px no-repeat;
}
.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 7px -21px;
}
.pager .pg-next,
.pager .pg-next:hover {
  background-position: -21px -21px;
}
.pager .pg-last,
.pager .pg-last:hover {
  background-position: -21px 7px;
}
.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
  cursor: default;
  background-image: url(../images/page_bg.jpg);
}
.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
  cursor: default;
  background-image: url(../images/page_bg.jpg);
}
.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
  border-color: #eeeeee;
}
.pager span.els {
  border-color: transparent;
}
.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto;
}
.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid;
}
.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}
.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0;
}
.joulist {
  width: 100%;
  margin-left: 15px;
}
.joulist li {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
}
.joulist li:nth-last-of-type(1) {
  height: 80px;
  display: flex;
  align-items: center;
}
.joulist li:nth-of-type(n-1) {
  border-top: none;
}
.joulist li:nth-of-type(1) {
  border-top: 1px solid #ccc;
}
.joulist li .bckcover {
  width: 90px;
  height: 62px;
  background-color: #E4393C;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.joulist li .bckcover span {
  color: #fff;
  font-size: 12px;
}
.joulist li .bckcover span:nth-of-type(1) {
  font-size: 24px;
}
.joulist li .bckright {
  margin-left: 10px;
  width: 100%;
}
.joulist li .bckright h4 {
  font-size: 20px;
  font-weight: 500;
}
.joulist li .bckright p {
  margin-top: 10px;
  font-size: 14px;
  max-width: 100%;
}
.cont {
  border: 1px solid #ccc;
  margin: 0 auto;
  margin-top: 40px;
  width: 1075px;
  height: 122px;
}
.cont ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.cont ul li {
  height: 70%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc;
}
.cont ul li:nth-of-type(1) {
  border-left: none;
}
.cont ul li img {
  width: 59px;
  height: 59px;
}
.cont ul li p {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.cont ul li p span:nth-last-of-type(1) {
  color: #E4393C;
  margin-top: 10px;
  font-weight: 550;
}
.ewm {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.ewm ul {
  width: 500px;
  display: flex;
  justify-content: space-between;
}
.ewm ul li {
  display: flex;
}
.ewm ul li img {
  width: 138px;
  height: 138px;
}
.ewm ul li p {
  margin-left: 10px;
  font-size: 14px;
  width: 20px;
}
#container {
  margin: 20px auto;
  width: 80vw;
  height: 500px;
}
.activ2 {
  animation: a1 30s linear infinite;
}
.activ3 {
  animation: a3 0.5s linear forwards;
}
.activ4 {
  animation: a4 0.5s linear forwards;
}
.activ5 {
  animation: a5 1s linear forwards;
}
@keyframes a1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1830px);
  }
}
@keyframes a3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes a4 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes a5 {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
body > div.icons > div > div > p:nth-of-type(1):hover,
body > div.bck_black > ul > li > p:nth-of-type(1):hover {
  transform: scale(1.1) !important;
  transition: all 1s !important;
}
body > div.line_footer > div > div > div.left > div.lc > div > p.bck.animate__animated.animate__flipInY:hover {
  transform: scale(1.1) !important;
  transition: all 1s;
}
.bannerbox {
  position: relative;
}
.bannerbox .pox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  flex-direction: column;
}
.bannerbox .pox p:nth-of-type(1) {
  color: #fff;
  font-size: 45px;
}
.bannerbox .pox p:nth-of-type(1) b {
  color: #E4393C;
}
.bannerbox .pox p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 23px;
  color: #fff;
}
.bannerbox .pox p:nth-of-type(3) {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
}
.fhdb {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #369;
  cursor: pointer;
}
.fhdb i {
  font-size: 26px;
}
.demopage {
  width: 730px;
  margin: 0 auto;
}
.demopage h2 {
  font-size: 14px;
  margin: 20px 0;
}
/* scrollDiv */
.scrollDiv {
  min-width: 400px;
  height: 25px;
  /* 必要元素 */
  line-height: 25px;
  overflow: hidden;
  /* 必要元素 */
}
.scrollDiv li {
  max-width: 600px;
  height: 30px;
  padding-left: 30px;
  overflow: hidden;
}
.scrollDiv li a {
  color: #f5f5f5;
}
.scrollDiv li a:hover {
  color: #E4393C;
}
