html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
a,
abbr,
acronym,
big,
cite,
code,
del,
em,
img,
q,
s,
samp,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tr,
th,
td,
canvas,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
p {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
  display: block;
}

fieldset,
img {
  max-width: 100%;
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
var,
i,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}

ol,
ul,
dl,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea,
input:focus,
textarea:focus {
  font-size: 100%;
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}

a:hover {
  color: #c7000a;
}

html.mic,
html.mic body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, Simsun,
    Sans-Serif;
  min-width: 320px;
  line-height: 1.5;
  background: #fff;
  color: #333;
}

body.noscroll {
  overflow: hidden;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.cler {
  clear: both;
  overflow: hidden;
  height: 0;
  width: 100%;
}

ul::after,
dl::after,
.clr::after{
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.opa {
  filter: alpha(opacity=0.5);
  opacity: 0.5;
}

.pc-layer {
  display: block;
}

.mo-layer {
  display: none;
}

.ts,
.hv img {
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}

/* transition */
#Header .nav li a.m,
#main .busi-layer li,
#main .pop-layer,
#main .pop-info p,
#main .pop-info span,
#main .btn-prev,
#main .btn-next,
#item-swiper .swiper-slide .info-box,
#main .tab-layer a,
#main .tab-layer a img,
#main .tab-layer a:hover .nw-text,
.page-menu a,
.event-row .item img,
.icon-prev,
.icon-next,
#future-swiper a img,
.brand-layer .content,
.vision-layer .vision-main,
.project-list li a,
.project-list li a img,
.project-list li .title,
.project-detail .return,
.news-top a,
.news .list-content li a,
.news .list-content .nw-time,
.news .list-content .nw-title,
.detail-top .news-informa .return {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/* public */
#Header,
#container,
#Footer,
.layer {
  width: 100%;
}

.pic {
  display: block;
  width: 100%;
}

.half {
  width: 50%;
}

.high {
  height: 100%;
}

.wrap {
  margin: 0 auto;
  width: 74%;
  max-width: 1400px;
  position: relative;
  height: 100%;
}

.head {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.qr-code{
right: -130px;
    top: -24px;
position: absolute;
}

.wrapper {

  margin: 0px 10%;
  position: relative;
  height: 100%;
}

.boxtable {
  width: 100%;
  height: 100%;
  display: table;
}

.boxcell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.hv {
  overflow: hidden;
}

.hv:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}


.nosel {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.txt-cen {
  text-align: center;
}

.txt-rig {
  text-align: right;
}

.row li {
  display: block;
  float: left;
}

.row-2 li {
  width: 50%;
}

.row-3 li {
  width: 33.33%;
}

.row-4 li {
  width: 25%;
}

.padd {
  padding: 60px 0px;
}

.padtop {
  padding-top: 40px;
}

.padbom {
  padding-bottom: 40px;
}

.marbom {
  margin-bottom: 40px;
}

.colmun-title {
  font-size: 3rem;
}

.h1-title {
  font-size: 2.4rem;
}

.title {
  font-size: 2rem;
}

.text {
  font-size: 1.4rem;
  line-height: 24px;
}

.text p {
  margin-bottom: 10px;
}

.mobile-layer {
  display: none;
}

/* init-canvas */
.init-canvas {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background: #f5f5dc;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11000;
}

.init-canvas canvas {
  width: 100%;
  height: 100%;
}

/* Header */
#Header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
}

#Header .logo,
#Header .nav {
  float: left;
  height: 100%;
}

#Header .logo a {
  display: none;
  height: 100%;
  line-height: 80px;
}

#Header .menu {
  float: right;
  height: 100%;
}

#Header .nav li {
  display: block;
  height: 100%;
  float: left;
  margin: 0px 1px 0px 0px;
  position: relative;
}

#Header .nav li a.m {
  display: block;
  line-height: 80px;
  font-size: 1.6rem;
  padding: 0px 20px;
  color: #333;
}

#Header .nav li.current a.m,
#Header .nav li:hover a.m {
  color: #fff;
  background: url(../image/redBG.png) repeat;
}

#Header .submenu {
  width: 300px;
  height: 0px;
  position: absolute;
  top: 80px;
  left: 50%;
  overflow: hidden;
  text-align: center;
  margin-left: -150px;
  z-index: 100;
}

#Header .sub-about {
  width: 376px;
  margin-left: -200px;
}

#Header .submenu p {
  display: inline-block;
  height: 100%;
  margin: 0px 10px;
}

#Header .submenu a {
  display: block;
  line-height: 50px;
  color: #f5f6f6;
}

#Header .submenu a:hover {
  color: #c7000a;
}

#Header .content {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#Header .subwall {
  height: 0px;
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0px;
  overflow: hidden;
  background: #666;
}

#Header .nav li:hover .submenu,
#Header .nav li:hover .subwall {
  height: 50px;
}

#Header .sreach {
  float: right;
  height: 100%;
  width: 50px;
  position: relative;
}

#Header .fd-btn {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url(../image/icon-hun.png) no-repeat center;
  border: none;
}

#Header .menuBtn {
  width: 45px;
  height: 100%;
  display: none;
order:4;
}

#Header .menuBtn i,
#Header .menuBtn b,
#Header .menuBtn p {
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 15px;
  background: #c7000a;
}

#Header .menuBtn i {
  top: 17px;
}

#Header .menuBtn b {
  top: 50%;
  margin-top: -1px;
  width: 20px;
}

#Header .menuBtn p {
  bottom: 17px;
}

#Header .menuClose i {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

#Header .menuClose p {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -1px;
}

#Header .menuClose b {
  display: none;
}

#Header.white .logo a.white,
#Header.black .logo a.black {
  display: block;
}

#Header.white .nav li a.m {
  color: #000;
}

#Header.white .nav li.current a.m,
#Header.white .nav li:hover a.m {
  color: #fff;
  background: url(../image/redBG.png) repeat;
}

#Header.white .fd-btn {
  background: url(../image/icon-fid.png) no-repeat center;
}

#Header.white .menuBtn {
  background: url(../image/menuBG.png) no-repeat center;
}

#Header.white .subwall {
  background: #fff;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

#Header.black,
#Header.white,
#Header.wall {
  background: #fff;
}

#Header.wall,
#Header.black {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

/* mobile-menu */
#mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9990;
  display: none;
}

#mobile-menu .menu {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 50px 0px 0px;
}

#mobile-menu .menuscroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

#mobile-menu .navbox {
  margin: 0 15px;
  padding-top: 20px;
}

#mobile-menu #nav li {
  display: block;
  position: relative;
  animation: fadeInDown 0.35s both;
}

#mobile-menu #nav .m {
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}

#mobile-menu #nav .m::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.5s;
}

#mobile-menu #nav .link::after {
  width: 6px;
  height: 12px;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  background: url(../image/link-tip.png) no-repeat center;
}

#mobile-menu #nav .navg::after {
  width: 14px;
  height: 8px;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  background: url(../image/icon-dwn.png) no-repeat center;
}

#mobile-menu #nav .down::after {
  background: url(../image/icon-up-on.png) no-repeat center;
}

#mobile-menu #nav .down {
  color: #c7000a;
}

#mobile-menu .submenu {
  margin: 0px 16px;
  display: none;
}

#mobile-menu .submenu p {
  display: block;
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}

#mobile-menu .submenu a {
  display: block;
  width: 100%;
}

#mobile-menu #nav li:nth-child(2) {
  animation-delay: 0.1s;
}

#mobile-menu #nav li:nth-child(3) {
  animation-delay: 0.2s;
}

#mobile-menu #nav li:nth-child(4) {
  animation-delay: 0.3s;
}

#mobile-menu #nav li:nth-child(5) {
  animation-delay: 0.4s;
}

#mobile-menu #nav li:nth-child(6) {
  animation-delay: 0.5s;
}

@media only screen and (min-width: 1023px){
	#Footer{
}
}

/* Footer */
#Footer {
  padding: 25px 0px;
  background: #242424;
  color: #f9f9f9;
}

#Footer .foot {
  margin-bottom: 30px;
}
#Footer .foot-nav li {
  display: block;
  float: left;
}

#Footer .foot-nav a {
  display: block;
  line-height: 30px;
  padding: 0px 20px;
  color: #fff;
  transition: all 0.35s;
}

#Footer .foot-nav a:hover,
#Footer .rights a:hover {
  color: #c7000a;
}

#Footer .focus {
  padding-top: 5px;
  width: 80px;
}

#Footer .focus h3 {
  font-weight: 100;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

#Footer .share a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.35s;
}

#Footer .share .wx {
  background: url(../image/wx.png) no-repeat center;
  float: left;
}

#Footer .share .wb {
  background: url(../image/wb.png) no-repeat center;
  float: right;
}

#Footer .share .wx:hover {
  background: url(../image/wx-red.png) no-repeat center;
}

#Footer .share .wb:hover {
  background: url(../image/wb-red.png) no-repeat center;
}

#Footer .rights {
  text-align: center;
  font-size: 13px;
}

#Footer .rights p {
  display: inline-block;
}

#Footer .rights span,
#Footer .rights a {
  color: #999;
  display: inline-block;
  margin: 0 15px;
  transition: all 0.35s;
}

#Footer .rights span a {
  margin: 0px;
}

#Footer .rights a:hover {
  color: #eee;
}

/* container */
#container {
  position: relative;
}

.mic #container,
#main,
#main .section,
#banner-swiper,
#banner-swiper .swiper-slide,
#banner-swiper .silde-info,
#item-swiper,
#future-swiper,
.project-album .gallery-album,
.project-album .gallery-thumbs,
.project-album .gallery-album .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide>p{
	text-align:center;
}

#main .section,
#banner-swiper .swiper-slide {
  overflow: hidden;
}
#main .footer{
	overflow:visible !important;
}

#banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #c7000a;
  opacity: 0.5;
}

#banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

#main .profile-info {
  float: left;
  width: 45%;
  padding-top: 5%;
}

#main .title-box {
  margin-bottom: 40px;
  position: relative;
}

#main .title-box h2 {
  display: block;
  font-weight: 100;
  font-size: 2.5rem;
}

#main .title-box p {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 20px;
}

#main .title-box i {
  display: block;
  width: 30px;
  height: 2px;
  background: #c7000a;
}

#main .title-box h3 {
  display: block;
  font-weight: 100;
  font-size: 2.5rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#main .title-box h4 {
  display: block;
  font-weight: 100;
  font-size: 3.5rem;
  line-height: 1.25;
}

#main .profile-info .text {
  margin-bottom: 60px;
  color: #666;
  text-align: justify;
}

#main .profile-img {
  float: right;
  width: 53%;
  position: relative;
  padding: 100px 0px 0px 100px;
}

#main .profile-img i {
  display: block;
  width: 184px;
  height: 185px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #c7000a;
}

#main .profile-img p {
  display: block;
  position: relative;
  width: 100%;
  z-index: 3;
}

#main .busi-layer {
  margin-left: 13.5%;
  position: relative;
  overflow: hidden;
}

#main .busi-layer ul {
  margin: 0px -10px;
}

#main .busi-layer li {
  display: block;
  float: left;
  width: 25%;
}

#main .busi-layer a {
  display: block;
  position: relative;
  height: 100%;
  margin: 0px 10px;
  overflow: hidden;
}

#main .busi-layer img {
  display: block;
  width: 100%;
	height:330px
}

#main .pop-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#main .bg1 {
  background: rgba(0, 0, 0, 0.5);
}

#main .bg2 {
  background: rgba(143, 64, 11, 0.5);
}

#main .bg3 {
  background: rgba(8, 80, 135, 0.5);
}

#main .bg4 {
  background: rgba(9, 124, 79, 0.5);
}

#main .pop-info {
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 0px;
}

#main .pop-info p,
#main .pop-info span {
  display: block;
  margin: 0px 40px;
  color: #fff;
}

#main .pop-info p {
  font-size: 2.4rem;
  margin-bottom: 5px;
}

#main .pop-info span {
  font-size: 1.8rem;
}

#main .busi-layer a:hover .pop-layer {
  background: transparent;
}

#main .busi-layer a:hover .pop-info p {
  color: #fff;
}

#main .busi-layer a:hover .pop-info span {
  color: #545454;
}

#main .layer-title {
  position: relative;
  margin-bottom: 40px;
}

#main .en-title {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 3px;
}

#main .cn-title {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

#main .i-line {
  display: block;
  width: 34px;
  height: 2px;
  background: #c7000a;
}

#main .btn-layer {
  width: 20%;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#main .btn-prev,
#main .btn-next {
  width: 32px;
  height: 24px;
  float: left;
  cursor: pointer;
}

#main .btn-prev {
  margin-right: 40px;
  background: url(../image/prev.png) no-repeat center;
}

#main .btn-prev:hover {
  background: url(../image/prev-red.png) no-repeat center;
}

#main .btn-next {
  background: url(../image/next.png) no-repeat center;
}

#main .btn-next:hover {
  background: url(../image/next-red.png) no-repeat center;
}

#main .more-btn {
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.6rem;
  background: #c7000a;
  color: #fff;
}

#main .more-btn:hover {
  background: #d50d17;
}

#main .auto-height {
  height: auto;
}

#main .white {
  color: #fff;
}

#main .boxle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.item-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.item-list::after {
  content: "";
  display: block;
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.65);
  z-index: 10;
}

#item-swiper {
  overflow: visible;
  width: 86.5%;
  margin-left: 0px;
}

#item-swiper .swiper-wrapper {
  width: 100%;
}

#item-swiper .swiper-slide {
  width: 50%;
  float: left;
}

#item-swiper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}

#item-swiper .swiper-slide .info-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#item-swiper .swiper-slide .title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

#item-swiper .swiper-slide .text {
  color: #fff;
  margin-bottom: 40px;
}

#item-swiper .swiper-slide a:hover .info-box {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  opacity: 1;
  visibility: visible;
}

#item-swiper .item-pagina {
  text-align: center;
  padding-top: 10px;
  display: none;
}

#item-swiper .item-pagina .swiper-pagination-bullet {
  background: #b71f31;
  opacity: 0.5;
}

#item-swiper .item-pagina .swiper-pagination-bullet-active {
  opacity: 1;
}

#main .news-title {
  width: 25%;
  float: left;
  padding-bottom: 280px;
  background: url(../image/newsBG.png) no-repeat right bottom #c7000a;
  position: relative;
}

#main .title-top {
  padding: 40px 40px 0px;
  color: #fff;
  font-size: 4rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

#main .title-cn {
  margin-bottom: 20px;
  font-size: 2.4rem;
  padding: 0px 40px 40px;
  color: #fff;
}

#main .links-more {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

#main .links-more a {
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
}

#main .news-main {
  width: 73%;
  float: right;
  position: relative;
}

#main .news-nav {
  height: 35px;
  text-align: right;
  margin-bottom: 20px;
}

#main .news-nav a {
  display: inline-block;
  margin-left: 20px;
  height: 100%;
  font-size: 1.6rem;
  position: relative;
}

#main .news-nav a::after {
  width: 3px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1px;
  background: url(../image/icon-pot.png) no-repeat center;
}

#main .news-nav a:hover,
#main .news-nav a.curr {
  color: #c7000a;
}

#main .news-nav a.curr::after {
  content: "";
  display: block;
}

#main .tab-layer {
  width: 100%;
  display: none;
}

#main .tab-layer ul {
  margin: 0px -26px;
}

#main .tab-layer li {
  float: left;
  width: 33.33%;
  display: block;
}

#main .tab-layer a {
  display: block;
  margin: 0 26px;
  padding: 7px 7px 20px;
}

#main .tab-layer .nw-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#main .tab-layer .nw-title {
  height: 52px;
  overflow: hidden;
  line-height: 26px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #333;
  -webkit-line-clamp: 2;
}

#main .tab-layer .nw-text {
  height: 72px;
  line-height: 24px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #999;
  -webkit-line-clamp: 3;
}

#main .tab-layer .nw-views {
  background: url(../image/icon-eye.png) no-repeat left center;
  padding-left: 20px;
  color: #666;
}

#main .tab-layer .nw-data {
  color: #666;
}

#main .tab-layer .nw-title,
#main .tab-layer .nw-text,
.news-top .text,
.news .list-content .nw-text {
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#main .tab-layer a:hover {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

#main .tab-layer a:hover img,
.event-row .item:hover img,
#future-swiper a:hover img,
.project-list li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#main .tab-layer a:hover .nw-text {
  color: #454545;
}

/* page-banner */
.page-banner {
  position: relative;
  overflow: hidden;
}

.fxied-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.bix-line {
  width: 27px;
  height: 4px;
  background: #fff;
  margin-bottom: 40px;
}

.page-banner .info p {
  display: block;
  margin-bottom: 10px;
}

.page-banner .info span {
  display: block;
  font-size: 4rem;
  color: #fff;
  padding-bottom: 10px;
}

/* page-menu */
.page-menu {
  text-align: center;
  height: 75px;
  background: #f5f5f5;
}

.page-menu a {
  display: inline-block;
  height: 72px;
  line-height: 75px;
  margin: 0 15px;
  font-size: 16px;
  border-bottom: 3px solid #f5f5f5;
}

.page-menu a:hover,
.page-menu a.current {
  color: #b71f31;
  border-bottom: 3px solid #b71f31;
}

#topNav {
  width: 100%;
  height: 45px;
}

#topNav .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#topNav .swiper-slide {
  width: auto;
  height: 100%;
  float: left;
}

.page-title {
  background: url(../image/jb-line.png) no-repeat left bottom;
  padding-bottom: 20px;
}

.page-title h1 {
  display: block;
  font-weight: 100;
  font-size: 2.4rem;
}

.page-title p {
  display: block;
  font-size: 3rem;
  color: #e0e0e0;
  text-transform: uppercase;
}

.no-wall {
  background: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}

.pro-en {
  color: #505050;
}

/* webbox */
#webbox {
  padding-top: 80px;
  position: relative;
}

#webbox .about-left {
  width: 54%;
  float: left;
  position: relative;
  background: #f5f5f5;
  margin-top: 60px;
}

#webbox .about-desc {
  padding: 50px 60px;
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  text-align: justify;
}

#webbox .about-desc .text {
  line-height: 34px;
}

#webbox .about-right {
  width: 46%;
  float: right;
  position: relative;
}

#webbox .head-img {
  padding-top: 25px;
  padding-right: 25px;
  position: relative;
}

#webbox .head-img p {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#webbox .head-img span {
  display: block;
  padding: 5px 15px;
  text-align: right;
  font-size: 1.6rem;
  color: #666;
}

#webbox .redbg {
  width: 132px;
  height: 132px;
  position: absolute;
  left: -15px;
  bottom: -15px;
  background: #b71f31;
  z-index: -1;
}

#webbox .redwall {
  width: 73%;
  height: 80%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #b71f31;
  z-index: -1;
}

.profile-left {
  width: 42.14%;
}

.pro-title {
  font-size: 3rem;
  margin-top: 40px;
}

.event-row ul {
  margin: 0 -40px;
}

.event-row li {
  display: block;
  float: left;
  width: 50%;
  position: relative;
}

.event-row .item {
  margin: 0 40px;
  position: relative;
}

.event-row .even-img {
  overflow: hidden;
  width: 60%;
}

.event-row .even-info {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0px;
}

.event-row .even-text {
  background: #fff;
  padding: 40px 30px;
  position: relative;
  box-shadow: 3px 5px 7px rgba(35, 2, 6, 0.25);
}

.event-row .sl-line {
  width: 4px;
  height: 20px;
  background: #b71f31;
  position: absolute;
  left: 0px;
  top: 20px;
}

.event-row .item:hover .even-text {
  box-shadow: 3px 5px 7px rgba(35, 2, 6, 0.5);
}

.event-row .item:hover .even-info {
  width: 54%;
}

.project-layer {
  background: #f5f5f5;
}

.col-vison {
  margin-bottom: 20px;
}

.ject-desc {
  color: #c7000a;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.ject-text {
  line-height: 30px;
}

.future,
.honor {
  position: relative;
  margin: 0 60px;
}

#future-swiper .swiper-slide {
  width: 20%;
  float: left;
  padding: 20px 0px;
}

#future-swiper a {
  display: block;
  position: relative;
  padding: 10px 10px;
  overflow: hidden;
}

.icon-prev,
.icon-next,
.butt-prev,
.butt-next {
  width: 40px;
  height: 40px;
  border: 1px solid #d2d2d2;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
}

.icon-prev,
.butt-prev {
  left: -60px;
  background: url(../image/icon-prev.png) no-repeat center;
}

.icon-prev:hover,
.butt-prev:hover {
  background: url(../image/icon-prev-on.png) no-repeat center;
  border: 1px solid #b71f31;
}

.icon-next,
.butt-next {
  right: -60px;
  background: url(../image/icon-next.png) no-repeat center;
}

.icon-next:hover,
.butt-next:hover {
  background: url(../image/icon-next-on.png) no-repeat center;
  border: 1px solid #b71f31;
}

.record,
.brand-layer,
.vision-layer {
  position: relative;
  width: 100%;
}

.record-img {
  width: 55.78%;
}

.pop-content {
  margin-left: 60px;
  height: 100%;
  position: relative;
}

.pop-content .pop-informa {
  background: #fff;
  padding: 40px 0px 40px 40px;
  position: relative;
}

.pop-content .content-left {
  width: 35%;
  padding: 10% 0px;
  position: relative;
}

.pop-content .pop-title {
  margin-bottom: 20px;
  position: relative;
}

.pop-content .sl-line {
  width: 6px;
  height: 40px;
  background: #b71f31;
  position: absolute;
  left: -40px;
  top: -40px;
}

.pop-content .content-img {
  width: 55.14%;
  float: right;
}

.culture-left {
  width: 42%;
  padding-top: 20px;
}

.culture-left .h1-title {
  color: #454545;
  margin-bottom: 15px;
}

.culture-left .culture-text {
  line-height: 27px;
}

.culture-right {
  width: 51.57%;
}

.culture-right ul {
  margin: 0 -21px;
}

.culture-right li {
  display: block;
  float: left;
  width: 50%;
}

.culture-right .grid {
  margin: 0 21px;
}

.brand-layer .brand-content {
  float: right;
  height: 100%;
  position: relative;
  width: 50%;
}

.brand-layer .content {
  background: rgba(255, 255, 255, 0.86);
  position: relative;
  padding: 40px 50px;
  box-shadow: 3px 5px 7px rgba(35, 2, 6, 0.25);
}

.brand-layer .bx-line {
  width: 6px;
  height: 30px;
  background: #b71f31;
  position: absolute;
  left: 0px;
  top: 40px;
}

.brand-layer .info {
  padding: 20px 0px 0;
}

.brand-layer .h1-title,
.team .h1-title {
  margin-bottom: 15px;
}

.brand-layer .brand-text {
  line-height: 28px;
}

.brand-layer .content:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 10px rgba(35, 35, 35, 0.5);
}

.team .layer {
  position: relative;
  z-index: 5;
}

.team .team-one {
  width: 25.71%;
  float: left;
}

.team .team-two {
  width: 41.85%;
  float: left;
}

.team .team-desc {
  padding: 50px 60px;
}

.team .team-text {
  line-height: 26px;
}

.team .team-three {
  width: 16.14%;
  float: left;
}

.team .team-title {
  padding: 20px 20px 20px;
  background: #b71f31;
  color: #fff;
}

.team .team-title p,
.team .team-main span {
  display: block;
  font-size: 3.4rem;
  line-height: 1.25;
}

.team .team-title em,
.team .team-main em {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
}

.team .team-four {
  width: 16.3%;
  float: right;
  position: relative;
}

.team .team-main {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  color: #fff;
}

.team .team-ture {
  margin-left: 25.71%;
  width: 58%;
  position: relative;
  z-index: 5;
}

.team .team-pic {
  width: 72.16%;
}

.team .ture-title {
  width: 27.84%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #b71f31;
  color: #fff;
}

.team .ture-title p {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
}

.team .ture-title span {
  display: block;
  font-size: 3.4rem;
  line-height: 1.5;
}

.team .ture-title em {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
}

.team .red-wall {
  width: 16.14%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 16.3%;
  background: #b71f31;
}

.talent-left {
  width: 44.85%;
}

.talent-right {
  width: 51.07%;
}

.vision-layer .vision-main {
  margin: 6%;
  background: rgba(255, 255, 255, 0.85);
  padding: 7% 18%;
  text-align: center;
}

.vision-layer .h1-title {
  margin-bottom: 20px;
}

.vision-layer .text {
  color: #666;
  line-height: 30px;
}

.vision-layer .vision-main:hover {
  box-shadow: 0px 3px 10px rgba(35, 35, 35, 0.5);
  background: rgba(255, 255, 255, 1);
}

#honor-swiper .swiper-slide {
  transform: scale(0.8);
  transform: scale(0.8);
  transform: scale(0.8);
}

#honor-swiper .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
}

#honor-swiper .swiper-slide img {
  margin-bottom: 15px;
}

#honor-swiper .swiper-slide p {
  display: block;
  text-align: center;
  padding: 10px 0px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  visibility: hidden;
}

#honor-swiper .swiper-slide-active {
  transform: scale(1);
  transform: scale(1);
  transform: scale(1);
}

#honor-swiper .swiper-slide-active p {
  visibility: visible;
}

.care {
  padding-top: 30px;
}

.care li {
  display: block;
  margin-bottom: 80px;
  position: relative;
}

.care .bor {
  width: 2px;
  height: 93%;
  position: absolute;
  bottom: -60px;
  left: 78px;
  background: #b71f31;
}

.care .year-box {
  width: 214px;
  position: relative;
  float: left;
  z-index: 10;
}

.care .year {
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #b71f31;
  font-size: 2.4rem;
}

.care .line {
  width: 80px;
  height: 2px;
  background: #b71f31;
  position: absolute;
  top: 50%;
  left: 174px;
  margin-top: -1px;
}

.care .care-main {
  margin-left: 214px;
  margin-right: 70px;
  padding: 44px 24px 44px 54px;
  position: relative;
  background: #f2f2f2;
}

.care .month {
  position: absolute;
  top: -60px;
  right: -70px;
}

.care .month span,
.care .month p {
  display: inline-block;
}

.care .month span {
  font-size: 7rem;
  color: #c7000a;
}

.care .month p {
  font-size: 2.4rem;
  color: #666;
}

.care .care-text {
  padding: 15px 0px;
  width: 42%;
  float: left;
  font-size: 1.6rem;
  color: #666;
  line-height: 28px;
  text-align: justify;
}

.care .care-picture {
  width: 54%;
  float: right;
  text-align: center;
}

.care .care-picture p {
  display: inline-block;
  margin: 0 10px;
  padding: 5px;
  background: #fff;
  width: 44%;
  box-sizing: border-box;
}

.care li:last-child .bor {
  display: none;
}

/* business */
.search-layer {
  height: 42px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 50px;
  padding-bottom: 34px;
}

.search-select span {
  height: 100%;
  display: block;
  line-height: 42px;
  font-size: 1.8rem;
  float: left;
  margin-right: 20px;
}

.search-select .select-box {
  height: 40px;
  border: 1px solid #d2d2d2;
  float: left;
  margin-right: 20px;
}

.search-select .select {
  box-sizing: border-box;
  border: none;
  padding: 5px 10px;
  height: 40px;
  width: 180px;
}

.search-input {
  width: 26%;
  height: 40px;
  border: 1px solid #d2d2d2;
  position: relative;
}

.search-input p {
  display: block;
  padding: 0px 60px 0px 10px;
  height: 100%;
}

.search-input .ui-text {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.search-input .ui-button {
  border: none;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url(../image/icon-find-black.png) no-repeat center;
}

.project-list ul {
  margin: 0 -20px;
}

.project-list li {
  display: block;
  float: left;
  width: 33.3333%;
  margin-bottom: 40px;
}

.project-list li a {
  display: block;
  margin: 0 20px;
  position: relative;
  border: 1px solid #eee;
}

.project-list .item-picture {
  overflow: hidden;
  position: relative;
}

.project-list .item-picture p {
  display: table;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.project-list .item-picture span {
  display: table-cell;
  vertical-align: middle;
}

.project-list .title {
  padding: 5px 10px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

.project-list li a:hover {
  background: #f4f4f4;
  box-shadow: 0px 0px 7px rgba(35, 35, 35, 0.35);
}

.project-list li a:hover .title {
  color: #c7000a;
}

.project-detail {
  height: 40px;
  line-height: 40px;
}

.project-detail h1 {
  display: block;
  font-weight: normal;
  float: left;
  margin-right: 80px;
}

.project-detail .adder {
  display: block;
  padding-left: 45px;
  background: url(../image/icon-adder.png) no-repeat left center;
  float: left;
  font-size: 1.8rem;
}

.project-detail .return {
  display: block;
  padding-left: 25px;
  background: url(../image/icon-return.png) no-repeat left center;
  float: right;
  color: #505050;
}

.project-detail .return:hover {
  color: #b71f31;
  background: url(../image/icon-return-red.png) no-repeat left center;
}

.project-album .gallery-album {
  margin-bottom: 20px;
  position: relative;
}

.project-album .button-prev,
.project-album .button-next {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
  background: url(../image/black.png) center;
  z-index: 100;
}

.project-album .button-prev i,
.project-album .button-next i {
  display: block;
  width: 100%;
  height: 100%;
}

.project-album .button-prev i {
  background: url(../image/btn-white-prev.png) no-repeat center;
}

.project-album .button-next i {
  background: url(../image/btn-white-next.png) no-repeat center;
}

.project-album .button-prev {
  left: 0px;
}

.project-album .button-next {
  right: 0px;
}

.project-album .gallery-thumbs .swiper-slide {
  width: 20%;
  float: left;
  cursor: pointer;
  position: relative;
}

.project-album .gallery-thumbs .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.project-album .gallery-thumbs .active-now::after {
  display: none;
}

.project-desc .h1-title {
  margin-bottom: 15px;
}

.project-desc .text {
  font-size: 1.8rem;
  line-height: 30px;
  color: #666;
}

.news-top a {
  display: block;
  margin-bottom: 60px;
  padding: 30px;
  background: #f1f1f1;
  color: #333;
}

.news-top .nw-pic {
  float: left;
  width: 38%;
}

.news-top .nw-info {
  margin-left: 39%;
  padding: 20px 20px 20px 40px;
}

.news-top .nw-time {
  color: #b71f31;
  margin-bottom: 10px;
}

.news-top .nw-title {
  color: #454545;
  margin-bottom: 15px;
}

.news-top .text {
  height: 90px;
  -webkit-line-clamp: 3;
  line-height: 30px;
  font-size: 1.6rem;
}

.news-top a:hover {
  background: #f0f0f0;
  box-shadow: 0px 0px 7px rgba(35, 35, 35, 0.35);
}

.news-top a:hover .nw-title,
.news .list-content li a:hover .nw-title {
  color: #b71f31;
}

.news .search-box {
  height: 42px;
}

.news .select-grid {
  float: left;
  height: 40px;
  border: 1px solid #c2c2c2;
  margin-right: 15px;
}

.news .ui-select {
  width: 140px;
  height: 40px;
  padding: 5px 10px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../image/icon-down.png) no-repeat right center;
  color: #888;
}

.news .select-right {
  float: right;
  height: 40px;
  border: 1px solid #c2c2c2;
  position: relative;
}

.news .select-right p {
  display: block;
  padding-right: 50px;
}

.news .ui-text {
  width: 200px;
  height: 40px;
  padding: 0px 10px;
  border: none;
}

.news .ui-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 40px;
  border: none;
  color: #fff;
  background: #b71f31;
  cursor: pointer;
}

.news .ui-button:hover {
  background: #c7000a;
}

.news .list-content {
  padding-top: 40px;
}

.news .list-content li {
  display: block;
  margin-bottom: 20px;
}

.news .list-content li a {
  display: block;
  padding: 20px;
  background: #f1f1f1;
  color: #333;
}

.news .list-content .nw-time {
  width: 144px;
  height: 132px;
  float: left;
  background: #fff;
  text-align: center;
  display: table;
}

.news .list-content .nw-info {
  margin-left: 164px;
}

.news .list-content .nw-time i {
  color: #b71f31;
  display: block;
  font-size: 5rem;
  line-height: 1.15;
}

.news .list-content .nw-time p {
  display: block;
  color: #666;
}

.news .list-content .nw-info {
  margin-left: 165px;
  height: 132px;
}

.news .list-content .nw-title {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .list-content .nw-text {
  color: #666;
  font-size: 1.6rem;
  line-height: 26px;
  height: 52px;
  -webkit-line-clamp: 2;
}

.news .list-content li a:hover {
  background: #f0f0f0;
  box-shadow: 0px 0px 7px rgba(35, 35, 35, 0.35);
}

.detail-top .h1-title {
  margin-bottom: 20px;
  text-align: center;
}

.detail-top .news-informa {
  height: 30px;
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.detail-top .news-informa span {
  display: block;
  float: left;
  margin-right: 40px;
}

.detail-top .news-informa .return {
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  padding-right: 25px;
  background: url(../image/icon-return.png) no-repeat right center;
  float: right;
  color: #999;
}

.detail-top .news-informa .return:hover {
  color: #b71f31;
  background: url(../image/icon-return-red.png) no-repeat right center;
}

.news-content {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.prev-next-news {
  height: 30px;
  line-height: 30px;
}

.prev-next-news a {
  display: block;
  max-width: 48%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

.prev-next-news a:hover {
  color: #b71f31;
}

.activ-list ul {
  margin: 0 -30px -30px;
}

.activ-list li {
  display: block;
  float: left;
  width: 33.33%;
  margin-bottom: 60px;
}

.activ-list .grid {
  display: block;
  margin: 0px 30px;
  position: relative;
  background: #f1f1f1;
  cursor: pointer;
}

.activ-list .grid h2 {
  display: block;
  font-weight: normal;
  padding: 15px;
  text-align: center;
}

.activ-list .grid:hover {
  box-shadow: 0px 0px 7px rgba(120, 120, 120, 0.35);
}

.contact-layer {
  text-align: right;
  padding-bottom: 30px;
}

.contact-layer a {
  color: #454545;
}

.contact-layer i {
  font-style: normal;
  color: #b71f31;
  font-size: 3rem;
}

.join-top {
  height: 370px;
  background: url(../image/join-pic.jpg) no-repeat right center;
}

.join-padd {
  padding: 40px;
}

.join-top .title {
  color: #666;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 15px;
}

.join-top .colmun-title {
  color: #b71f31;
  margin-bottom: 30px;
}

.join-top .join-text {
  padding-left: 54px;
  padding-top: 1px;
  background: url(../image/icon-dh1.png) no-repeat left top;
  font-size: 2rem;
}

.job-nav {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
}

.job-nav a {
  display: block;
  float: left;
  height: 100%;
  width: 50%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 70px;
  background: #f5f5f5;
  cursor: pointer;
}

.job-nav a.current,
.job-nav a:hover {
  background: #b71f31;
  color: #fff;
}

.job-nav a.current {
  cursor: default;
}

.job-list li {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.job-list .job-name {
  min-height: 100px;
  background: #f5f5f5;
  position: relative;
  cursor: pointer;
}

.job-list .job-ren {
  width: 100px;
  height: 100%;
  background: url(../image/job-ren.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.job-list .job-icon {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../image/icon-posir.png) no-repeat center;
}

.job-list .job-icon i {
  display: block;
  width: 1px;
  height: 46px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -23px;
}

.job-list .job-info {
  margin: 0 120px;
  padding: 20px 0;
  position: relative;
}

.job-list .job-info h2 {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.job-list .job-type {
  font-size: 1.6rem;
}

.job-list .job-type span {
  display: block;
  float: left;
  margin-right: 40px;
}

.job-list .job-desc {
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5;
  display: none;
}

.job-list .job-text {
  font-size: 1.6rem;
  line-height: 28px;
  padding: 0 120px;
  margin-bottom: 40px;
}

.job-list .job-apply {
  width: 220px;
  height: 60px;
  position: relative;
  background: #b71f31;
  color: #fff;
  line-height: 60px;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 120px;
  letter-spacing: 2px;
  cursor: default;
}

.job-list .job-apply:hover {
  background: #c7000a;
}

.job-list .active {
  box-shadow: 0px 0px 7px rgba(35, 35, 35, 0.35);
}

.higt-text {
  line-height: 28px;
}

.pop-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.higt-text,
.pro-text,
.ject-text,
.pop-text,
.culture-text,
.brand-text,
.team-text,
.news-top .text,
.news-content {
  text-align: justify;
  color: #666;
}

.paddBox {
  padding: 8% 10%;
}

.icon-more {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(../image/icon-more.png) no-repeat center;
}

.tip-box {
  width: 26px;
  height: 76px;
  position: absolute;
  bottom: 4%;
  left: 3.5%;
  z-index: 500;
}

.tip-box b {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../image/icon-mouse.png) no-repeat center;
  animation: fadeBoxOut 3s ease-out infinite;
}

.tip-box i,
.tip-box p {
  display: block;
  position: absolute;
  left: 0px;
}

.tip-box p {
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50px;
  margin-left: -5px;
  background: url(../image/roud.png) no-repeat center;
  animation: fadeBoxOut 3s ease-out 1s infinite;
}

.tip-box i {
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: 0px;
  margin-left: -3px;
  background: url(../image/roud.png) no-repeat center;
  background-size: 100% 100%;
  animation: fadeBoxOut 3s ease-out 1.5s infinite;
}

/* pagination */
.pagination {
  padding: 20px 0px;
  text-align: center;
}

.pagination span,
.pagination a {
  display: inline-block;
  margin: 0px 2px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow: hidden;
}

.pagination .prev {
  background: url(../image/icon-prev.png) no-repeat center;
  background-size: auto 20px;
  border: 1px solid #fff;
  text-indent: 999rem;
}

.pagination .next {
  background: url(../image/icon-next.png) no-repeat center;
  background-size: auto 20px;
  border: 1px solid #fff;
  text-indent: 999rem;
}

.pagination a:hover,
.pagination a.page_current {
  color: #fff;
  background: #b71f31;
  border: 1px solid #b71f31;
}

.pagination .prev:hover {
  background: url(../image/icon-prev-on.png) no-repeat center;
  background-size: auto 20px;
}

.pagination .next:hover {
  background: url(../image/icon-next-on.png) no-repeat center;
  background-size: auto 20px;
}

/* pop-album */
.pop-album {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
}

.pop-album .wall {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  background: rgba(2, 2, 2, 0.75);
}

.pop-album .pop-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url(../image/icon-close.png) no-repeat center;
  z-index: 1000;
}

#pop-album .content {
  width: 1000px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -350px 0 0 -500px;
  background: #f8f8f8;
}

#pop-album .infor {
  padding: 30px;
}

#pop-album .h1-title {
  display: block;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}

#pop-album .album-picture {
  position: relative;
  margin: 0 60px;
}

#pop-album .album-picture .swiper-slide {
  width: 100%;
  float: left;
}

#pop-album .album-picture .swiper-slide img {
  display: block;
  width: 100%;
}

#pop-album .album-count {
  text-align: center;
  padding-top: 20px;
  font-size: 1.6rem;
}

#pop-album .album-count em {
  color: #b71f31;
  font-style: normal;
  font-size: 1.6rem;
  padding-right: 3px;
}

#pop-album .album-count span {
  font-size: 1.4rem;
  padding-left: 3px;
}

#activity-album {
  width: 100%;
  overflow: hidden;
}

.mar20 {
  margin-bottom: 20px;
}

.menuBtnBox{
display: flex;
    justify-content: space-between;
    align-items: center;
width:30%;
}

@media only screen and (min-width:768px){
	.banner-content{
		margin-right:60px !important;
}
	.title-box>h2{
  	font-size:5rem !important;
		font-weight:700 !important;
}
.title-box>p{
	font-size:3rem !important;
}
	.text>p{
	font-size:2rem !important;
}
 .profile-right{
	position: relative;
    top: 130px;
}
	.banner-content{
		margin-left:150px !important;
		margin-bottom:50px !important;
}
}
@media only screen and (min-width:980px){
.fo_img{
	float:right;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .menuBtnBox{
	width:15%
}
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
  .wrapper {
    margin: 0 3%;
  }
.menuBtnBox{
	width:10%
}

  .wrap {
    width: 90%;
  }
}

/* media screen mobile phone */


@media only screen and (min-width: 220px) and (max-width: 980px) {
  a:hover {
    color: initial;
  }
	.fo_img{
	justify-content: center;
}
.mobile_banner{
	height:auto !important;
}
.banner-content{
	top: 65% !important;
}
 .mobile_summary{
	display:none;
}
	#Footer .foot-nav li{
	    width: 100%;
}
	#Footer .foot-nav ul{
			display: flex;
    justify-content: space-evenly;
}
  .wrap {
    width: initial;
    margin: 0 12px;
  }

  .wrapper {
    margin: 0px 12px;
  }

  .marbom {
    margin-bottom: 20px;
  }

  .noflt,
  .lt,
  .rt {
    float: none;
  }
	ul::after{
		width:0 !important;
	}
	

  #main .title-box h2,
  #main .title-box h4,
  .page-title h1,
  .pro-title,
  .colmun-title,
  .h1-title,
  .team .team-title p,
  .team .team-main span,
  .team .ture-title span,
  .page-banner .info span,
  #main .title-box h3,
  #main .pop-info p,
  #main .en-title,
  #main .cn-title {
    font-size: 2rem;
  }

  .mobile-layer,
  #Header .menuBtn,
  #item-swiper .item-pagina {
    display: block;
  }

  .pc-layer,
  #Header .menu,
  #webbox .redbg,
  #webbox .redwall,
  .team .red-wall,
  .care .bor,
  .item-list::after {
    display: none;
  }

  .padd {
    padding: 25px 0px;
  }

  .padbom {
    padding-bottom: 20px;
  }

  .padtop {
    padding-top: 20px;
  }

  .init-canvas canvas {
    width: 130%;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: -15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  #webbox {
    padding-top: 50px;
  }

  #Header {
    height: 50px;
  }

  #Header .logo a {
    line-height: 50px;
  }

  #Header .logo img {
    height: 33px;
  }

  #Header.white .menuBtn {
    background: none;
    order: 4;
  }
  .language-switcher{
    order: 3;
  }
  .search-container{
    order: 3;
  }

  #Footer {
    padding: 10px 0px;
  }
.qr-code{
position: static;
}
	.menuBtnBox{
			width: 25%;
}

  #Footer .fot-logo,
  #Footer .foot {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 10px;
  }

  #Footer .fot-logo a {
    display: inline-block;
  }

  #Footer .fot-logo img {
    height: 30px;
  }

  #Footer .foot-nav a {
    padding: 0 3px;
  }

  #Footer .rights p {
    margin-bottom: 5px;
  }

  #Footer .rights span,
  #Footer .rights a {
    margin: 0 4px;
  }

  #banner-swiper .silde-info {
    background-size: cover !important;
  }

  .fxied-layer .content {
    padding-top: 40px;
  }

  .page-banner .info img {
    height: 17px;
  }

  .page-banner .info p {
    margin-bottom: 5px;
  }

  .bix-line {
    margin-bottom: 10px;
  }

  .page-menu {
    height: 45px;
  }

  .page-menu a {
    line-height: 42px;
    height: 42px;
    transition: initial;
    margin: 0 13px;
  }

  .page-title {
    padding-bottom: 10px;
  }

  .page-title p,
  .team .team-title em,
  .team .team-main em,
  .team .ture-title em {
    font-size: 1.6rem;
  }

  #webbox .about-left,
  #webbox .about-right,
  .profile-left,
  .half,
  .event-row li,
  .event-row .item:hover .even-info,
  .pop-content .content-left,
  .pop-content .content-img,
  .culture-left,
  .culture-right,
  .brand-layer .brand-content,
  .team .team-one,
  .team .team-two,
  .talent-left,
  .talent-right,
  .care .care-text,
  .care .care-picture,
  #main .profile-info,
  #main .profile-img,
  #main .busi-layer li,
  #item-swiper,
  #main .news-title,
  #main .news-main,
  #main .tab-layer li,
  .search-input,
  .project-detail h1,
  .news-top .nw-pic,
  .activ-list li {
    float: none;
width:100%
  }

  #main .profile .wrap {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  #main .profile-info {
    padding-top: 5px;
  }

  #main .title-box {
    margin-bottom: 10px;
  }

  #main .title-box h2 {
    color: #333;
  }

  #main .title-box p {
    padding-bottom: 10px;
    font-size: 1.4rem;
    line-height: 20px;
  }

  #main .profile-info .text {
    margin-bottom: 10px;
    height: 144px;
    overflow: hidden;
  }

  #main .profile-img {
    height: auto;
    overflow: hidden;
    padding: 20px 0px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  #main .profile-img i {
    display: none;
    width: 0px;
  }

  #main .more-btn {
    height: 34px;
    line-height: 34px;
    width: 120px;
  }

  #main .busi-layer {
    margin-left: 0%;
  }

  #main .busi-layer ul {
    margin: 0 10px;
  }

  #main .busi-layer li {
    margin-bottom: 15px;
  }

  #main .busi-layer a {
    margin: 0 4px;
  }

  #main .pop-info p,
  #main .pop-info span {
    margin: 0px 20px;
  }

  #main .pop-info span {
    font-size: 1.6rem;
  }

  #main .btn-layer {
    width: 84px;
  }

  #main .btn-prev,
  #main .btn-next {
    background-size: auto 12px !important;
  }

  #main .btn-prev {
    margin-right: 20px;
  }

  #item-swiper,
  .news-top .nw-info {
    margin-left: auto;
    margin-right: auto;
  }

  #main .news-title {
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  #main .title-top {
    padding: 15px 14px 0px;
    font-size: 2rem;
    margin-bottom: 0px;
  }

  #main .title-cn {
    padding: 0px 14px 5px;
    font-size: 2rem;
  }

  #main .links-more {
    left: 83%;
    bottom: 5px;
  }

  #main .news-nav {
    text-align: left;
    margin-bottom: -2px;
  }

  #main .tab-main {
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }

  #main .tab-layer ul,
  #main .tab-layer a {
    margin: 0px auto;
  }

  #main .tab-layer li {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #main .tab-layer a {
    padding: 0px 0px 0px;
    position: relative;
    height: 82px;
  }

  #main .tab-layer .nw-img {
    width: 120px;
    float: left;
    margin-bottom: 0px;
  }

  #main .tab-layer .nw-img img {
    width: 100%;
    height: 82px;
    display: block;
  }

  #main .tab-layer .nw-text {
    display: none;
  }

  #main .tab-layer .nw-title {
    margin-left: 135px;
  }

  #main .tab-layer .nw-data {
    position: absolute;
    bottom: 0px;
    left: 135px;
  }

  #webbox .about-left {
    margin-top: 0px;
  }

  #webbox .about-desc {
    padding: 10px 15px;
  }

  #webbox .about-desc .text {
    line-height: 26px;
  }

  #webbox .head-img {
    padding-top: 10px;
    padding-right: 0px;
  }

  #webbox .head-img span {
    padding: 5px 0px;
  }

  .event-row ul,
  .event-row .item {
    margin: 0px 0px;
  }

  .event-row li {
    margin-bottom: 15px;
  }

  .event-row .even-img,
  .event-row .even-img img,
  .record-img {
    width: 100%;
  }

  .event-row .even-info {
    width: 100%;
    height: auto;
    position: static;
  }

  .event-row .boxtable,
  .event-row .boxcell {
    display: block;
    height: auto;
  }

  .event-row .even-text {
    padding: 15px 15px;
  }

  .event-row .sl-line {
    height: 13px;
  }

  .ject-text,
  .culture-left .culture-text {
    line-height: 24px;
  }

  .future,
  .honor {
    margin: 0 0px;
  }

  #future-swiper .swiper-slide {
    padding: 0px 0px;
  }

  .icon-prev,
  .icon-next,
  .butt-prev,
  .butt-next {
    margin-top: -16px;
    width: 30px;
    height: 30px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 10px auto;
  }

  .icon-prev {
    left: 0px;
  }

  .icon-next {
    right: 0px;
  }

  .pop-layer {
    position: static;
  }

  .pop-content {
    margin-left: 0px;
  }

  .pop-content .pop-informa {
    padding: 0px 0px 0px 0px;
  }

  .pop-content .content-left {
    padding: 15px 0px;
  }

  .pop-content .content-img,
  .team,
  .talent-left {
    padding-bottom: 40px;
  }

  .culture-right ul {
    margin: 0px -7px;
  }

  .culture-right .grid {
    margin: 0px 7px;
  }

  .brand-layer .wrap {
    margin: 0px 0px;
  }

  .brand-content .boxtable,
  .brand-content .boxcell {
    display: block;
  }

  .brand-layer .content,
  .team .team-desc,
  .team .team-title,
  .team .ture-title p {
    padding: 14px 15px;
  }

  .brand-layer .info {
    padding-top: 0px;
  }

  .brand-layer .bx-line {
    display: none;
  }

  .team .team-three,
  .team .team-four {
    width: 48%;
  }

  .team .team-ture {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .vision-layer .vision-main {
    margin: 0px 0px;
    padding: 20px 0px;
    text-align: left;
  }

  .care {
    padding-top: 20px;
  }

  .care li {
    margin-bottom: 20px;
    box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.15);
  }

  .care .year-box {
    width: 107px;
  }

  .care .year {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
  }

  .care .line {
    width: 40px;
    left: 115px;
    display: none;
  }

  .care .care-main {
    padding: 40px 15px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .care .month {
    top: -6px;
    right: 10px;
  }

  .care .month span {
    font-size: 3.5rem;
  }

  .care .month p {
    font-size: 2rem;
  }

  .care .care-picture p {
    width: 42%;
  }

  .search-layer {
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .search-input {
    box-sizing: border-box;
  }

  .project-list ul {
    margin: 0 -5px;
  }

  .project-list li {
    width: 50%;
    margin-bottom: 15px;
  }

  .project-list li a {
    margin: 0 5px;
  }

  .project-list .title {
    font-size: 1.6rem;
  }
  .project-detail .adder {
    background-size: auto 16px;
    font-size: 1.6rem;
    padding-left: 24px;
  }

  .project-detail .return {
    background-size: auto 12px;
    padding-left: 0px;
    padding-right: 20px;
    background-position: right center;
  }

  .project-album .button-prev,
  .project-album .button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .project-album .button-prev i,
  .project-album .button-next i {
    background-size: auto 14px;
  }

  .news-top a {
    padding: 1px;
    margin-bottom: 30px;
  }

  .news-top .nw-info {
    padding: 14px 14px;
  }

  .news .search-box {
    padding-top: 10px;
    height: auto;
  }

  .news .select-grid {
    height: 30px;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .news .ui-select {
    height: 30px;
    width: 140px;
  }

  .news .select-right {
    float: none;
    width: 100%;
    clear: both;
  }

  .news .list-content {
    padding-top: 30px;
  }

  .news .list-content li {
    margin-bottom: 10px;
  }

  .news .list-content li a {
    padding: 5px;
  }

  .news .list-content .nw-time {
    width: 100px;
    height: 100px;
  }

  .news .list-content .nw-info {
    margin-left: 115px;
    height: 100px;
  }

  .news .list-content .nw-time i {
    font-size: 4rem;
  }

  .news .list-content .nw-time p {
    font-size: 1.6rem;
  }

  .news .list-content .nw-title {
    margin-bottom: 5px;
    white-space: normal;
    height: 52px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .news .list-content .nw-text {
    height: 44px;
    font-size: 1.4rem;
    line-height: 22px;
  }

  .activ-list ul,
  .activ-list .grid {
    margin: 0px 0px;
  }

  .activ-list li {
    margin-bottom: 20px;
  }

  .activ-list .grid h2 {
    font-size: 1.6rem;
    padding: 10px 12px;
  }

  #pop-album .content {
    width: 100%;
    height: auto;
    top: 50%;
    left: 0%;
    margin: 0px 0 0 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }

  #pop-album .infor {
    padding: 10px 0px 20px;
  }

  #pop-album .album-picture {
    margin: 0px 0px;
  }

  #pop-album .h1-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 15px;
    padding-right: 35px;
  }

  .pop-album .pop-close {
    width: 30px;
    height: 40px;
    top: 0px;
  }

  .icon-prev,
  .butt-prev {
    left: 0px;
  }

  .icon-next,
  .butt-next {
    right: 0px;
  }

  #pop-album .album-count {
    padding-top: 5px;
  }

  .join-padd {
    padding: 0px;
    margin-bottom: 20px;
  }

  .join-top {
    height: auto;
    background: none;
  }

  .join-top .title {
    font-size: 1.6rem;
  }

  .join-top .join-text {
    background-size: auto 16px;
    padding-left: 30px;
    font-size: 1.8rem;
  }

  .join-top .join-text img {
    height: 16px;
  }

  .job-nav {
    height: 50px;
  }

  .job-nav a {
    line-height: 50px;
  }

  .job-list .job-name {
    min-height: 40px;
  }

  .job-list .job-ren {
    width: 30px;
    height: 47px;
    background-size: auto 16px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .job-list .job-info {
    margin: 0 10px;
    padding: 10px 0;
    height: 27px;
  }

  .job-list .job-info h2 {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 1.8rem;
  }

  .job-list .job-icon {
    width: 30px;
    background-size: auto 20px;
  }

  .job-list .job-icon i {
    height: 20px;
    margin-top: -10px;
  }

  .job-list .job-type {
    font-size: 1.4rem;
    display: none;
  }

  .job-list .job-type span {
    margin-right: 20px;
  }

  .job-list .job-desc {
    padding: 20px 0;
  }

  .job-list .mobile-layer span {
    display: block;
  }

  .job-list .job-text {
    padding: 0px 13px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .contact-layer {
    padding-bottom: 15px;
  }

  .contact-layer a {
    font-size: 1.6rem;
  }

  .contact-layer i {
    font-size: 2.1rem;
  }
}

/* keyframes */
@keyframes fadeBoxOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.nodata {
  text-align: center;
  margin: 50px;
}

.page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 5;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background: #ededed;
}




    #main  .busi-layer{
        margin-left: 0 !important;
    }
    .application-carousel {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .carousel-container {
        position: relative;
        width: 100%;
    }

    .carousel-slides {
        display: flex;
        transition: transform 0.5s ease;
    }

    .carousel-slide {
        flex: 0 0 25%; /* 每行显示4个项目，可以根据需要调整 */
        position: relative;
        padding: 0 10px; /* 项目之间的间距 */
        box-sizing: border-box;
    }

    .carousel-slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    .pop-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 20px;
        box-sizing: border-box;
    }

    .pop-info p {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .pop-info span {
        font-size: 14px;
        line-height: 1.5;
    }

    .carousel-controls {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        z-index: 10;
        pointer-events: none;
    }

    .carousel-control {
        background-color: rgba(255, 255, 255, 0.7);
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin: 0 10px;
        pointer-events: auto;
        transition: background-color 0.3s;
    }

    .carousel-control:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .carousel-control img {
        width: 20px !important;
        height: 20px !important;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
        z-index: 10;
    }

    .indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .indicator.active {
        background-color: white;
    }

    /* 响应式调整 */
    @media (max-width: 1200px) {
        .carousel-slide {
            flex: 0 0 33.333%; /* 每行显示3个项目 */
        }
    }

    @media (max-width: 768px) {
        .carousel-slide {
            flex: 0 0 50%; /* 每行显示2个项目 */
        }
        
        .carousel-control {
            width: 36px;
            height: 36px;
        }

        .carousel-control img {
            width: 18px;
            height: 18px;
        }

        .pop-info p {
            font-size: 16px;
        }

        .pop-info span {
            font-size: 12px;
        }
    }

    @media (max-width: 480px) {
        .carousel-slide {
            flex: 0 0 100%; /* 每行显示1个项目 */
            padding: 0 5px;
        }
        
        .carousel-control {
            width: 32px;
            height: 32px;
            margin: 0 5px;
        }

        .carousel-control img {
            width: 16px;
            height: 16px;
        }

        .pop-layer {
            padding: 15px;
        }
    }