.header {
  height: 100px;
  line-height: 100px;
}
.header .nav {
  display: flex;
  justify-content: space-between;
}
.header .nav .logo {
  height: 80px;
}
.header .nav .logo img {
  height: 100%;
}
.header .nav .nav-list {
  display: flex;
  width: 50vw;
  justify-content: space-between;
}
.header .nav .nav-list li {
  position: relative;
}
.header .nav .nav-list li:hover a::before {
  width: 100%;
}
.header .nav .nav-list li .active a::before {
  width: 100%;
}
.header .nav .nav-list li a {
  transition: all 0.2s;
  display: inline-block;
  position: relative;
}
.header .nav .nav-list li a:before {
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 10;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #e70012;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header .nav .nav-list-show {
  display: none;
}
.header .nav .nav-list-show i {
  font-size: 30px;
  color: black;
}
.header .nav .sign {
  margin-left: 5vw;
  font-size: 1.5vw;
}
.header .nav .sign i {
  color: red;
  font-size: 1.5vw;
}
.banner .banner-list {
  height: 100%;
}
.banner .banner-list img {
  width: 100%;
  height: 100%;
}
.about-me {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.about-me .about-left {
  flex: 1;
}
.about-me .about-left p {
  font-size: 50px;
  line-height: 58px;
}
.about-me .about-left p span {
  width: 10px;
  height: 10px;
  background-color: #cd1e19;
  display: inline-block;
  margin-left: 20px;
}
.about-me .about-left .line {
  width: 50px;
  height: 5px;
  background-color: #cd1e19;
  margin-top: 20px;
}
.about-me .about-right {
  width: 75%;
}
.about-me .about-right p {
  font-size: 16px;
  color: #727272;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 33px;
}
.statistic {
  display: flex;
  justify-content: space-between;
  height: 370px;
  align-items: center;
}
.statistic .s {
  width: 28%;
  text-align: center;
  background-color: #f7f7f7;
  border-top-left-radius: 100px;
  height: 200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.statistic .s p {
  text-align: center;
}
.statistic .s p span {
  font-size: 65px;
  color: #cd1e19;
  line-height: 72px;
  margin-bottom: 20px;
  font-weight: bold;
}
.statistic .s p sub {
  font-size: 28px;
  color: #cd1e19;
  position: absolute;
}
.full-service {
  background-color: #cd1e19;
  margin-top: 60px;
}
.full-service .s-content {
  padding: 50px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.full-service .s-content .s-c-left {
  width: 80%;
}
.full-service .s-content .s-c-left .top {
  border: 2px solid #d9d9d9;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 15px;
  line-height: 1.5;
}
.full-service .s-content .s-c-left h4 {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
}
.full-service .s-content .s-c-left .line {
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin: 50px 0;
}
.full-service .s-content .s-c-left p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.full-service .s-content .s-c-right {
  width: 20%;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.full-service .s-content .s-c-right p {
  font-size: 30px;
  line-height: 40px;
}
.full-service .s-content .s-c-right .moreall {
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 23px;
  line-height: 1.8;
  margin-top: 60%;
  width: 150px;
  display: flex;
}
.full-service .s-content .s-c-right .moreall a {
  color: #cd1e19;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.full-service .s-content .s-c-right .moreall span {
  background-color: #e70012;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  border-radius: 50%;
}
.full-service .s-content .s-c-right .moreall:hover {
  background-color: #000;
}
.custmoero-crse {
  margin-top: 30px;
}
.custmoero-crse .top-title {
  text-align: center;
  padding: 50px 0;
}
.custmoero-crse .top-title h5 {
  font-size: 26px;
  color: #b0b7be;
  text-transform: uppercase;
  font-family: 'SourceHanSerifCN-Regular-Alphabetic';
}
.custmoero-crse .top-title span {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.custmoero-crse .top-title span:before {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
  margin-right: 10px;
  left: -32px;
}
.custmoero-crse .top-title span:after {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
}
.custmoero-crse .c-Contect-Box .c-t-content {
  display: flex;
  margin: 8px;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img {
  margin: 8px;
  height: 350px;
  width: 60%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img:hover .img img {
  transform: scale(1.1);
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img:hover .content p {
  opacity: 1;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .img {
  position: relative;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .img:after {
  background-image: linear-gradient(to right, rgba(250, 10, 10, 0.5), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .content .content-top h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .content .content-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-right-img .content p {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 1.3;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img {
  width: 38%;
  margin: 8px;
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img:hover .img img {
  transform: scale(1.1);
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img:hover .content p {
  opacity: 1;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .img {
  position: relative;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .img:after {
  background-image: linear-gradient(to right, rgba(31, 231, 255, 0.5), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .content .content-top h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .content .content-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.custmoero-crse .c-Contect-Box .c-t-content .box-left-img .content p {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 1.3;
}
.custmoero-crse .c-Contect-Box .c-b-content {
  display: flex;
  margin: 8px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img {
  margin: 8px;
  height: 350px;
  width: 32.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img:hover .img img {
  transform: scale(1.1);
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img:hover .content p {
  opacity: 1;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .img {
  position: relative;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .img:after {
  background-image: linear-gradient(to right, rgba(10, 69, 250, 0.5), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .content .content-top h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .content .content-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-right-img .content p {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 1.3;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img {
  margin: 8px;
  height: 350px;
  width: 32.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img:hover .img img {
  transform: scale(1.1);
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img:hover .content p {
  opacity: 1;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .img {
  position: relative;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .img:after {
  background-image: linear-gradient(to right, rgba(224, 10, 250, 0.5), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .content .content-top h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .content .content-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-center-img .content p {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 1.3;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img {
  margin: 8px;
  height: 350px;
  width: 32.3%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img:hover .img img {
  transform: scale(1.1);
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img:hover .content p {
  opacity: 1;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .img {
  position: relative;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .img:after {
  background-image: linear-gradient(to right, rgba(201, 161, 0, 0.5), transparent);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .content .content-top h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .content .content-top span {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.custmoero-crse .c-Contect-Box .c-b-content .box-left-img .content p {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  line-height: 1.3;
}
.new-globs {
  background-color: #f6f7f9;
}
.new-globs .news-centres {
  margin-top: 30px;
}
.new-globs .news-centres .top-title {
  text-align: center;
  padding: 50px 0;
}
.new-globs .news-centres .top-title h5 {
  font-size: 26px;
  color: #b0b7be;
  text-transform: uppercase;
  font-family: 'SourceHanSerifCN-Regular-Alphabetic';
}
.new-globs .news-centres .top-title span {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.new-globs .news-centres .top-title span:before {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
  margin-right: 10px;
  left: -32px;
}
.new-globs .news-centres .top-title span:after {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
}
.new-globs .news-centres .news-content .nav-tabs-centres {
  margin-bottom: 30px;
  text-align: center;
}
.new-globs .news-centres .news-content .nav-tabs-centres .active {
  background-color: #cd1e19;
  color: #fff;
}
.new-globs .news-centres .news-content .nav-tabs-centres li {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #e3e4e8;
  color: #666;
  padding: 5px 18px;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.new-globs .news-centres .news-content .nav-tabs-centres li:hover {
  background-color: #cd1e19;
  color: #fff;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info {
  display: flex;
  justify-content: space-between;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left {
  width: 37%;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .img {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .img img {
  width: 100%;
  height: 620px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px 25px;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout:hover {
  border-color: #cd1e19;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout a h3 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout a p {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout a .moreImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout a .moreImg .moreTime {
  color: #8f8f8f;
  font-size: 14px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left .liAbout a .moreImg .more-icon {
  width: 18px;
  height: 18px;
  background-image: url(../img/jiantou.png);
  display: inline-block;
  background-size: 18px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right {
  width: 61%;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 21px 25px;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout:hover {
  border-color: #cd1e19;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout a h3 {
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout a p {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout .moreImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout .moreImg .moreTime {
  color: #8f8f8f;
  font-size: 14px;
}
.new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right .liAbout .moreImg .more-icon {
  width: 18px;
  height: 18px;
  background-image: url(../img/jiantou.png);
  display: inline-block;
  background-size: 18px;
}
.brand-show {
  margin-top: 30px;
}
.brand-show .top-title {
  text-align: center;
  padding: 50px 0;
}
.brand-show .top-title h5 {
  font-size: 26px;
  color: #b0b7be;
  text-transform: uppercase;
  font-family: 'SourceHanSerifCN-Regular-Alphabetic';
}
.brand-show .top-title span {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.brand-show .top-title span:before {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
  margin-right: 10px;
  left: -32px;
}
.brand-show .top-title span:after {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
}
.brand-show .brand-content {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.brand-show .brand-content .slick-list {
  display: flex;
  flex-wrap: wrap;
}
.brand-show .brand-content .slick-list .slick-item {
  width: 21.7%;
  margin-right: 3%;
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.brand-show .brand-content .slick-list .slick-item:hover .video-item .shadow-mask {
  opacity: 1;
}
.brand-show .brand-content .slick-list .slick-item .video-item {
  position: relative;
}
.brand-show .brand-content .slick-list .slick-item .video-item .shadow-mask {
  background-color: #000;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background: url(../img/icon1.png) no-repeat center / cover;
  opacity: 0;
  transition: all ease-out 300ms;
  cursor: pointer;
}
.brand-show .brand-content .slick-list .slick-item p {
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conceptual-responsiblity {
  margin-top: 30px;
}
.conceptual-responsiblity .top-title {
  text-align: center;
  padding: 50px 0;
}
.conceptual-responsiblity .top-title h5 {
  font-size: 26px;
  color: #b0b7be;
  text-transform: uppercase;
  font-family: 'SourceHanSerifCN-Regular-Alphabetic';
}
.conceptual-responsiblity .top-title span {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.conceptual-responsiblity .top-title span:before {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
  margin-right: 10px;
  left: -32px;
}
.conceptual-responsiblity .top-title span:after {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
}
.conceptual-responsiblity .conceptual-content {
  display: flex;
}
.conceptual-responsiblity .conceptual-content .c-c-left {
  width: 50%;
  display: flex;
  cursor: pointer;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01 {
  padding: 60px 40px;
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  margin: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01:hover {
  background-color: #cd1e19;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01:hover h4 {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01:hover p {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01:hover i {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01 i {
  font-size: 50px;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01 h4 {
  font-size: 20px;
  margin: 20px 0;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-01 p {
  font-size: 15px;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02 {
  padding: 60px 40px;
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  margin: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02:hover {
  background-color: #cd1e19;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02:hover h4 {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02:hover p {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02:hover i {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02 i {
  font-size: 50px;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02 h4 {
  font-size: 20px;
  margin: 20px 0;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-left .box-item-02 p {
  font-size: 15px;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 40px;
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  margin: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01:hover {
  background-color: #cd1e19;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01:hover .cw h4 {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01:hover .cw p {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01:hover i {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01 i {
  font-size: 50px;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01 .cw {
  text-align: left;
  width: 80%;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01 .cw h4 {
  font-size: 20px;
  margin: 20px 0;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-01 .cw p {
  font-size: 15px;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 40px;
  width: 100%;
  background-color: #f7f7f7;
  text-align: center;
  margin: 8px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02:hover {
  background-color: #cd1e19;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02:hover .cw h4 {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02:hover .cw p {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02:hover i {
  color: #fff;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02 i {
  font-size: 50px;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02 .cw {
  text-align: left;
  width: 80%;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02 .cw h4 {
  font-size: 20px;
  margin: 20px 0;
  color: #666;
}
.conceptual-responsiblity .conceptual-content .c-c-right .box-item-02 .cw p {
  font-size: 15px;
  color: #666;
}
.media-partners .top-title {
  text-align: center;
  padding: 50px 0;
}
.media-partners .top-title h5 {
  font-size: 26px;
  color: #b0b7be;
  text-transform: uppercase;
  font-family: 'SourceHanSerifCN-Regular-Alphabetic';
}
.media-partners .top-title span {
  font-weight: bold;
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.media-partners .top-title span:before {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
  margin-right: 10px;
  left: -32px;
}
.media-partners .top-title span:after {
  content: "—";
  position: absolute;
  font-weight: 100;
  color: #a5a5a5;
}
.media-partners .media-banner {
  position: relative;
}
.media-partners .media-banner .prev {
  position: absolute;
  left: -5%;
  top: 39.5%;
  height: 48px;
  width: 30px;
  background-color: #cccccc;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  line-height: 48px;
  background-position: 0, 0;
}
.media-partners .media-banner .prev:hover {
  background-color: #e70012;
}
.media-partners .media-banner .prev i {
  color: #fff;
  font-size: 30px;
}
.media-partners .media-banner .next {
  position: absolute;
  right: -5%;
  top: 39.5%;
  height: 48px;
  width: 30px;
  z-index: 999;
  background-color: #cccccc;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
}
.media-partners .media-banner .next:hover {
  background-color: #e70012;
}
.media-partners .media-banner .next i {
  color: #fff;
  font-size: 30px;
}
.media-partners .media-banner .media-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-partners .media-banner .media-item .item {
  width: 17%;
  margin-bottom: 2%;
  border: 2px solid #d9d9d9;
  text-align: center;
  transition: all 0.2s ease-out;
}
.media-partners .media-banner .media-item .item:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(45, 50, 55, 0.3);
}
.media-partners .media-banner .media-item .item a {
  display: block;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  font-size: 0;
  border-width: 1px 0 0 1px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.media-partners .media-banner .media-item .item a img {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
.media-partners .media-banner .media-item .item a:hover img {
  transform: scale(1.2, 1.2);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.2s;
}
footer {
  background-color: #463433;
}
footer .era {
  padding: 2% 0 0;
  display: flex;
  justify-content: space-between;
}
footer .era .era-left {
  width: 40%;
}
footer .era .era-left img {
  border: 0;
  height: 174px;
  vertical-align: middle;
  max-width: 100%;
  width: 388px;
}
footer .era .era-right {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
footer .era .era-right .dl-01 {
  width: 23%;
  float: left;
  color: #fff;
  font-size: 14px;
}
footer .era .era-right .dl-01 dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
footer .era .era-right .dl-01 dt a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
footer .era .era-right .dl-01 dt a:hover {
  color: #e70012;
}
footer .era .era-right .dl-01 dd a {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
footer .era .era-right .dl-01 dd a:hover {
  color: #e70012;
}
footer .era .era-right .dl-03 {
  flex: 1;
}
footer .logo {
  padding-bottom: 2%;
  padding: 2% 0 0;
  display: flex;
  justify-content: space-between;
}
footer .logo .l {
  display: flex;
}
footer .logo .l img {
  height: 55px;
  width: 55px;
}
footer .logo .l p {
  margin-left: 10px;
  color: #fff;
}
footer .logo .r {
  width: 491px;
  height: 55px;
}
footer .logo .r img {
  height: 100%;
}
footer .b {
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#nav li.on > a:before {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header .nav .sign {
    display: none;
  }
  .header .nav .nav-list-show {
    display: block;
  }
  .header .nav .nav-list {
    display: none;
  }
  .about-me {
    flex-direction: column;
  }
  .about-me .about-left {
    width: 100%;
  }
  .about-me .about-right {
    width: 100%;
    margin-top: 10px;
  }
  .statistic {
    flex-direction: column;
  }
  .statistic .s {
    width: 100%;
  }
  .full-service .s-content {
    flex-direction: column;
    padding: 20px;
  }
  .full-service .s-content .s-c-left {
    width: 100%;
  }
  .full-service .s-content .s-c-right {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .full-service .s-content .s-c-right .moreall {
    margin-top: 10%;
  }
  .custmoero-crse {
    margin-top: 20px;
  }
  .custmoero-crse .c-Contect-Box .c-t-content {
    flex-direction: column;
  }
  .custmoero-crse .c-Contect-Box .c-t-content .box-right-img {
    width: 100%;
  }
  .custmoero-crse .c-Contect-Box .c-t-content .box-left-img {
    width: 100%;
  }
  .custmoero-crse .c-Contect-Box .c-b-content {
    flex-direction: column;
  }
  .custmoero-crse .c-Contect-Box .c-b-content .box-center-img {
    width: 100%;
  }
  .custmoero-crse .c-Contect-Box .c-b-content .box-right-img {
    width: 100%;
  }
  .custmoero-crse .c-Contect-Box .c-b-content .box-left-img {
    width: 100%;
  }
  .new-globs .news-centres .news-content .nav-tabs-content {
    flex-direction: column;
  }
  .new-globs .news-centres .news-content .nav-tabs-content .tabs-info {
    flex-direction: column;
  }
  .new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-left {
    width: 100%;
  }
  .new-globs .news-centres .news-content .nav-tabs-content .tabs-info .tabs-info-right {
    width: 100%;
  }
  .conceptual-responsiblity .conceptual-content {
    flex-direction: column;
  }
  .conceptual-responsiblity .conceptual-content .c-c-left {
    flex-direction: column;
    width: 100%;
  }
  .conceptual-responsiblity .conceptual-content .c-c-left .box-item-01 {
    width: 100%;
  }
  .conceptual-responsiblity .conceptual-content .c-c-left .box-item-02 {
    width: 100%;
  }
  .conceptual-responsiblity .conceptual-content .c-c-right {
    flex-direction: column;
    width: 100%;
  }
  .conceptual-responsiblity .conceptual-content .c-c-right .box-item-01 {
    width: 100%;
  }
  .conceptual-responsiblity .conceptual-content .c-c-right .box-item-02 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
    line-height: 80px;
  }
  .header .nav .logo {
    height: 60px;
  }
  .header .nav .sign {
    display: none;
  }
  .header .nav .nav-list-show {
    display: block;
  }
  .header .nav .nav-list {
    display: none;
  }
  .brand-show .brand-content .slick-list .slick-item {
    width: 47%;
  }
  .brand-show .brand-content .slick-list .slick-item p {
    font-size: 12px;
  }
  .media-partners .media-banner .media-item .item {
    width: 45%;
  }
  footer .era {
    display: none;
  }
  footer .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .logo .l {
    display: none;
  }
  footer .logo .r img {
    width: 100%;
  }
  footer .b {
    line-height: 8vw;
  }
}
