*{
  font-family: "微软雅黑" !important;
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .wap-hd-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #ac1f27;
  }
  .wap-hd-nav-item {
    width: 25%;
  }
  .wap-hd-nav-item a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }
  .wap-hd-nav-item a.active {
    color: white;
    background-color: #ac1f27;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 17px;
    width: 26px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #ac1f27;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn.active {
    transform: rotate(90deg);
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #ac1f27;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #ac1f27;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #ac1f27;
  }
}

.slide .carouse{width:100%;overflow:hidden;position:relative; cursor: pointer;}
.slide .slideItem .banner-img{width:100%;}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}
.slide .console{
	height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.slide .dotList{
	    text-align: center;
    margin-top: 20px;
}
.slide .dotList ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    background-position:-12px 0px;
    margin-left: 10px;
    cursor:pointer;
}
.slide .dotList ul li.active{
	 background-position:0px 0px;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index:999;
}
.slide .carousel-control.left{
	left:0;
	background-position:-38px 0px;
	cursor:pointer;
}
.slide .carousel-control.right{
	right:0;
	background-position:-85px 0px;
	cursor:pointer;
}
.slide .slidedetail{display:none;}


.imgtoVideo img{width:100%;}
.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;    display: inline-block;}
.imgtoVideo>div:hover .imgtoVideoDetail{display:block}
.imgtoVideo .imgtoVideoDetail{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:1px;
    display:none
}
.imgtoVideo .imgtoVideoDetail >div{
	 background: rgba(0, 98, 197,0.8);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
	 width: 100%;
     height: 100%;
     text-align:center;
}
.imgtoVideo .tovideo .imgtoVideoDetail{
	display:block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div{
	    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search{
	color: #fff;
    font-size: 25px;
    margin-top: 21%;
}
.contentIV{
	position: fixed;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    margin:0 auto;
    z-index:-999;
    max-width:1024px;
    display:none;
}

#picturetoVideo .carouse .slideItem{display:table;height:100%}
#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align: middle;text-align: center;}
#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}
.closeContentIV{
	    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    z-index: 999;
}
@charset "UTF-8";
::selection {
  color: #fff;
  background: #ac1f27;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  font-family: "RobotoRegular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fff;
}

@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  transition: all 550ms;
}
a:hover {
  color: #ac1f27;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
  height: auto;
}

table, embed, video {
  max-width: 100%;
}

input, textarea {
  border: none;
  background: none;
  font-family: inherit;
}
input:focus, textarea:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio] {
  cursor: pointer;
}

input[type=submit], input[type=reset], input[type=button], button {
  -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em, i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

.c-tsn {
  transition: all 550ms;
}

.c-bbx {
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nomg {
  margin: 0 !important;
}

.c-nopt {
  padding-top: 0 !important;
}

.c-nopr {
  padding-right: 0 !important;
}

.c-nopb {
  padding-bottom: 0 !important;
}

.c-nopl {
  padding-left: 0 !important;
}

.c-nopd {
  padding: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .f-box {
    width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .f-box {
    width: 720px;
    max-width: 96%;
  }
}
/* .f-xx end */
/* @keyframes start */
@keyframes boxshadown {
  0% {
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
  }
}
/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-xy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-xy img {
  transition: all 550ms;
}
.an-hoverimg-xy:hover img {
  transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforex {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforex:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleX(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforex img {
  transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.an-hoverimg-beforey {
  position: relative;
  overflow: hidden;
}
.an-hoverimg-beforey:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transform: scaleY(0);
  transition: all 550ms;
  visibility: hidden;
}
.an-hoverimg-beforey img {
  transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
  transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
  visibility: visible;
  transform: scaleY(1);
}

.an-hoverbtn-beforey {
  position: relative;
}
.an-hoverbtn-beforey > * {
  position: relative;
}
.an-hoverbtn-beforey:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #ac1f27;
  transition: all 550ms;
}
.an-hoverbtn-beforey:hover {
  color: #fff;
}
.an-hoverbtn-beforey:hover:before {
  transform: scaleY(1);
}

.an-hoverbtn-beforex {
  position: relative;
}
.an-hoverbtn-beforex > * {
  position: relative;
}
.an-hoverbtn-beforex:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #ac1f27;
  transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
  color: #fff;
}
.an-hoverbtn-beforex:hover:before {
  transform: scaleX(1);
}

.an-hoverbtn-beforer {
  position: relative;
  overflow: hidden;
}
.an-hoverbtn-beforer > * {
  position: relative;
}
.an-hoverbtn-beforer:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ac1f27;
  transition: all 550ms;
}
.an-hoverbtn-beforer:hover {
  color: #fff;
}
.an-hoverbtn-beforer:hover:before {
  right: 0;
}

.an-boxsd:hover {
  animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

/* .an-xx end */
/* .m-xx start */
.m-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc a {
  color: #ac1f27;
}
.m-desc a:hover {
  text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
.m-desc p {
  min-height: 30px;
}
.m-desc img {
  max-width: 100%;
}
.m-desc iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.m-desc table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
.m-desc table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .m-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc a {
    color: #ac1f27;
  }
  .m-desc a:hover {
    text-decoration: underline;
  }
  .m-desc p, .m-desc span, .m-desc b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .m-desc p {
    min-height: 24px;
  }
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.table table tr td {
  padding: 10px;
  height: 30px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }
  .table > div {
    width: 991px !important;
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  [class*=-item] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*=-item] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*=-item] .item-modal {
    display: none;
  }
}
/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  transition: all 750ms;
  transform: translateY(100px);
  opacity: 0;
}
.j-offset-top.run {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-top {
    transform: none !important;
  }
}

.j-offset-left {
  transition: all 750ms;
  transform: translateX(100px);
  opacity: 0;
}
.j-offset-left.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-left {
    transform: none !important;
  }
}

.j-offset-right {
  transition: all 750ms;
  transform: translateX(-100px);
  opacity: 0;
}
.j-offset-right.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-offset-right {
    transform: none !important;
  }
}

.j-fadein {
  transition: all 750ms;
  opacity: 0;
}
.j-fadein.run {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-fadein {
    transform: none !important;
  }
}

.j-lazy {
  min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
[class*=-item] .item-pic img {
  transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
  transform: scale(1.1);
}
[class*=-item] .item-title {
  overflow: hidden;
}
[class*=-item] .item-title a:hover {
  color: #ac1f27;
}
[class*=-item] .item-desc {
  overflow: hidden;
}
[class*=-item] .item-desc a {
  display: block;
}
[class*=-item] .item-desc a:hover {
  color: #ac1f27;
}

.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

#preloader {
  background-color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  text-align: center;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #FFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}

#object_one {
  animation: object_one 1.5s infinite;
}

#object_two {
  animation: object_two 1.5s infinite;
  animation-delay: 0.25s;
}

#object_three {
  margin-right: 0;
  animation: object_three 1.5s infinite;
  animation-delay: 0.5s;
}

@keyframes object_one {
  75% {
    transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
  }
}
.site-welcome {
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  opacity: 0;
  transition: all 550ms;
}

.m-crm {
  margin-top: 16px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
.m-crm a {
  color: #333;
}
.m-crm a:hover {
  color: #ac1f27;
}
.m-crm a.active {
  color: #ac1f27;
}

.m-oths {
  margin-top: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-oths .oths-item {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-oths i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #cccccc;
}
.m-oths .item-name {
  text-transform: uppercase;
}
.m-oths .oths-item-1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .m-oths .oths-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-page {
  margin-top: 65px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.m-page > a, .m-page > span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 35px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  transition: all 550ms;
  padding: 0 5px;
}
.m-page > a.big, .m-page > span.big {
  min-width: 82px;
}
.m-page > a:hover {
  color: white;
  border-color: #ac1f27;
  background-color: #ac1f27;
}
.m-page > a.active {
  color: white;
  border-color: #ac1f27;
  background-color: #ac1f27;
}
.m-page .page-form {
  margin-left: 8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
  background: url("../images/page1.png") no-repeat right center;
}
.m-page .page-form span {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 10px;
  color: #4b4b4b;
}
.m-page .form-btn {
  min-width: 170px;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #ac1f27;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .m-page {
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.m-kf {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
}
.m-kf .kf-item {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  width: 38px;
  line-height: 38px;
  margin-bottom: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #565353;
  border-radius: 5px;
}
.m-kf .kf-item:hover {
  color: #fff;
  background-color: #ac1f27;
}
.m-kf .kf-item.active {
  background-color: #ac1f27;
}
.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 100%;
  width: 120px;
  font-size: 0;
  line-height: 0;
}
.m-kf .gotop {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 100%;
    background-color: #2d2d27;
  }
  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-size: 2.6rem;
    background-color: #2d2d27 !important;
  }
  .m-kf .kf-item2 {
    position: relative;
  }
  .m-kf .kf-wx {
    bottom: 100%;
    right: 0;
  }
  .m-kf .gotop {
    width: 20%;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: block;
  }
  .g-ft {
    padding-bottom: 63px;
  }
}
.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 150px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #ac1f27;
  border-radius: 5px;
  display: none;
}
.returntop:hover {
  color: #fff;
  background-color: #ac1f27;
}

@media screen and (max-width: 991px) {
  .returntop {
    display: none !important;
  }
}
.j-videomodal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.j-videomodal iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 90%;
  max-height: 80%;
}

.g-habt {
  position: relative;
  z-index: 3;
  margin-top: -50px;
  padding-top: 110px;
  padding-bottom: 132px;
  background: url("../images/hbg1.png") no-repeat center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .g-habt {
    position: relative;
    margin-top: 0;
    padding: 0;
    margin-top: 30px;
    background: none;
  }
}

.m-habt {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-habt .box-img {
  width: 47%;
  line-height: 0;
  font-size: 0;
}
.m-habt .box-text {
  width: 49.6666666667%;
}
.m-habt .box-title {
  position: relative;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-habt .box-title:before {
  content: "";
  position: absolute;
  left: 380px;
  top: 50%;
  transform: translate(0, -50%);
  width: 960px;
  height: 2px;
  background-color: #ac1f27;
}
.m-habt .box-desc {
  margin-top: 21px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  max-height: 252px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.m-habt .box-link {
  margin-top: 40px;
}
.m-habt .box-link a {
  display: inline-block;
  min-width: 200px;
  line-height: 30px;
  padding: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #666;
}
.m-habt .box-link a:hover {
  color: #fff;
  background-color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-habt .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-habt .box-title:before {
    left: 60%;
  }
  .m-habt .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 216px;
  }
  .m-habt .box-link {
    margin-top: 20px;
  }
  .m-habt .box-link a {
    min-width: 130px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-habt {
    display: block;
  }
  .m-habt .box-img {
    width: 100%;
  }
  .m-habt .box-text {
    width: 100%;
    margin-top: 30px;
  }
}

.m-habtinfo {
  margin-top: 84px;
  margin-bottom: -20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-habtinfo .info-item {
  margin-bottom: 20px;
  width: 33.33%;
  padding-right: 15px;
  box-sizing: border-box;
}
.m-habtinfo .item-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-habtinfo .item-icon {
  width: 90px;
  flex: 0 0 auto;
  margin-right: 14px;
  border-radius: 5px;
  background-color: #ac1f27;
  line-height: 0;
  font-size: 0;
}
.m-habtinfo .item-text {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-habtinfo .item-title {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
  .m-habtinfo .item-icon {
    width: 70px;
  }
  .m-habtinfo .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .m-habtinfo {
    margin-top: 30px;
  }
  .m-habtinfo .info-item {
    width: 100%;
    padding-right: 0;
  }
}

.m-hhd {
  margin-bottom: 95px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-hhd .hd-title {
  flex: 0 0 auto;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-hhd .hd-desc {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 693px;
  margin-left: 30px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hhd .hd-desc a {
  color: #666;
}
.m-hhd .hd-desc a:hover {
  color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-hhd {
    margin-bottom: 30px;
  }
  .m-hhd .hd-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hhd .hd-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-hhd {
    display: block;
  }
  .m-hhd .hd-desc {
    margin-left: 0;
    margin-top: 15px;
  }
}

.g-hpro {
  position: relative;
  padding-top: 106px;
  padding-bottom: 86px;
}
.g-hpro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-color: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .g-hpro {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hpro {
  position: relative;
  padding-left: 16.6666666667%;
}
.m-hpro .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-hpro .list-wp {
  float: left;
  width: 1%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.m-hpro .list-item {
  margin-right: 2.3125%;
  width: 31.25%;
  padding: 22px 28px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-sizing: border-box;
}
.m-hpro .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-hpro .item-text {
  padding-top: 22px;
  padding-bottom: 13px;
}
.m-hpro .item-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hpro .item-link {
  margin-top: 37px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-hpro .item-link a {
  color: #666;
}
.m-hpro .item-link a:hover {
  color: #ac1f27;
}
.m-hpro .box-page {
  margin-top: 80px;
  padding-left: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-hpro .page-item {
  margin-right: 12px;
  margin-bottom: 10px;
  width: 68px;
  height: 4px;
  background-color: #666666;
}
.m-hpro .page-item.active {
  background-color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-hpro .list-item {
    padding: 15px;
  }
  .m-hpro .item-link {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hpro .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hpro .box-page {
    margin-top: 30px;
  }
  .m-hpro .item-text {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .m-hpro {
    padding-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .m-hpro .list-item {
    margin-right: 0;
    width: calc(100% - 10px);
    margin-top: 15px;
  }
  .m-hpro .list-item:first-child {
    margin-top: 0;
  }
}

.g-hserv {
  background: url("../images/hbg2.jpg") no-repeat center top;
  padding-top: 68px;
  padding-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .g-hserv {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #333;
  }
}

.m-hserv .box-title {
  margin-bottom: 65px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.m-hserv .box-title a {
  color: #fff;
}
.m-hserv .box-title a:hover {
  color: #ac1f27;
}
.m-hserv .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hserv .box-fix {
  width: 44.1666666667%;
}
.m-hserv .box-item {
  margin-top: 38px;
}
.m-hserv .box-item:first-child {
  margin-top: 0;
}
.m-hserv .item-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 550ms;
}
.m-hserv .item-wp:hover {
  transform: translate(0, -10px);
}
.m-hserv .item-icon {
  flex: 0 0 auto;
  width: 66px;
  margin-right: 15px;
  line-height: 0;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%;
}
.m-hserv .item-text {
  overflow: hidden;
}
.m-hserv .item-title {
  max-height: 64px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hserv .item-desc {
  margin-top: 12px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  max-height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff;
}
.m-hserv .box-link {
  margin-top: 43px;
}
.m-hserv .box-link a {
  display: inline-block;
  min-width: 258px;
  line-height: 30px;
  padding: 13px;
  font-size: 20px;
  font-size: 2rem;
  color: #ac1f27;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
}
.m-hserv .box-link a:hover {
  color: #fff;
  background-color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-hserv .box-title {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hserv .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 52px;
  }
  .m-hserv .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 72px;
  }
  .m-hserv .box-link {
    margin-top: 30px;
  }
  .m-hserv .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hserv .box-wp {
    display: block;
  }
  .m-hserv .box-fix {
    width: 100%;
  }
  .m-hserv .box-item {
    margin-top: 30px;
  }
  .m-hserv .box-fix2 {
    margin-top: 30px;
  }
}

.g-hnews {
  padding-top: 127px;
  padding-bottom: 152px;
}
@media screen and (max-width: 991px) {
  .g-hnews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-hnews {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hnews .box-img {
  order: 2;
  width: 47.5%;
}
.m-hnews .box-img a {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 0 0 0 80px;
  box-shadow: 0px 7px 14px 0px rgba(51, 51, 51, 0.2);
}
.m-hnews .box-img a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px dashed #fff;
  border-radius: 0 0 0 80px;
}
.m-hnews .box-list {
  width: 48.5833333333%;
}
.m-hnews .list-item {
  margin-top: 15px;
  background-color: #fafbff;
  border-radius: 80px 0 0 0;
  padding-left: 18px;
  padding-right: 28px;
  padding-top: 40px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border: 1px solid #fafbff;
}
.m-hnews .list-item:first-child {
  margin-top: 0;
}
.m-hnews .list-item:hover {
  border-color: #ac1f27;
}
.m-hnews .list-item:hover .item-title, .m-hnews .list-item:hover .item-desc, .m-hnews .list-item:hover .item-link {
  color: #ac1f27;
}
.m-hnews .list-item:hover .item-title a, .m-hnews .list-item:hover .item-desc a, .m-hnews .list-item:hover .item-link a {
  color: #ac1f27;
}
.m-hnews .item-title {
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-hnews .item-desc {
  margin-top: 22px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-hnews .item-desc a {
  color: #666;
}
.m-hnews .item-fix {
  margin-top: 29px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-hnews .item-time {
  order: 2;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-hnews .item-link {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-hnews .item-link a {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .m-hnews .list-item {
    border-radius: 40px 0 0 0;
    padding: 40px 15px;
  }
  .m-hnews .box-img a {
    border-radius: 0 0 0 40px;
  }
  .m-hnews .box-img a:before {
    border-radius: 0 0 0 40px;
  }
  .m-hnews .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-hnews .item-desc {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    max-height: 48px;
  }
  .m-hnews .item-fix {
    margin-top: 20px;
  }
  .m-hnews .item-time, .m-hnews .item-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hnews {
    display: block;
  }
  .m-hnews .box-img {
    width: 100%;
  }
  .m-hnews .box-list {
    width: 100%;
    margin-top: 30px;
  }
}

.g-hctus {
  position: relative;
}
.g-hctus:before {
  content: "";
  position: absolute;
  left: -50px;
  width: 18.3333333333%;
  padding-top: 18.3333333333%;
  border-radius: 50%;
  background-color: rgba(172, 31, 39, 0.2);
  z-index: 2;
  top: 62px;
}
@media screen and (max-width: 991px) {
  .g-hctus:before {
    display: none;
  }
}

.m-hctus {
  position: relative;
  overflow: hidden;
}
.m-hctus .box-wp {
  position: relative;
  padding-top: 42px;
  padding-bottom: 47px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-hctus .box-wp:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1560px;
  height: 100%;
  background: url("../images/fbg1.jpg") no-repeat center right;
  background-size: cover;
  border-radius: 0 50px 50px 0;
}
.m-hctus .box-title {
  max-width: 220px;
  position: relative;
}
.m-hctus .box-title .icon {
  line-height: 0;
  font-size: 0;
}
.m-hctus .box-title .title {
  margin-top: 24px;
  line-height: 52px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-hctus .box-fix {
  position: relative;
  width: 42.0833333333%;
  box-sizing: border-box;
  padding-right: 50px;
}
.m-hctus .box-desc {
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.m-hctus .box-link {
  margin-top: 49px;
}
.m-hctus .box-link a {
  display: inline-block;
  min-width: 258px;
  line-height: 30px;
  padding: 13px;
  font-size: 20px;
  font-size: 2rem;
  color: #ac1f27;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
}
.m-hctus .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-hctus .box-title .title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-hctus .box-title .icon img {
    width: 50px;
  }
  .m-hctus .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hctus .box-link {
    margin-top: 20px;
  }
  .m-hctus .box-link a {
    min-width: 140px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-hctus .box-wp {
    display: block;
  }
  .m-hctus .box-fix {
    margin-top: 30px;
    width: 100%;
  }
}

.g-ft {
  background: url("../images/fbg2.jpg") no-repeat center;
  background-size: cover;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #e5e5e5;
}
.g-ft a {
  color: #e5e5e5;
}
.g-ft a:hover {
  color: #ac1f27;
}

.g-ft1 {
  padding-top: 214px;
  margin-top: -135px;
}

.g-ft2 {
  padding-top: 82px;
}

.m-ftfix1 {
  padding-bottom: 44px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ftb1 {
  width: 17.5%;
}

.m-ftb2 {
  width: 12.5%;
}

.m-ftb3 {
  width: 15.8333333333%;
}

.m-ftb4 {
  width: 23.3333333333%;
}

.m-ftabt .box-img {
  line-height: 0;
  font-size: 0;
}
.m-ftabt .box-desc {
  margin-top: 20px;
  line-height: 24px;
}

.m-ftt {
  margin-bottom: 48px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.m-ftinfo {
  margin-top: 38px;
}
.m-ftinfo .info-item {
  position: relative;
  padding-left: 26px;
}
.m-ftinfo .info-item i {
  position: absolute;
  left: 0;
  top: 0;
}

.m-ftform .box-desc {
  line-height: 28px;
}
.m-ftform .box-form {
  margin-top: 19px;
  position: relative;
  padding-right: 50px;
}
.m-ftform .form-text {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background-color: #535353;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m-ftform .form-btn, .m-ftform .form-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 46px;
  line-height: 46px;
}
.m-ftform .form-btn {
  z-index: 2;
}
.m-ftform .form-icon {
  background-color: #ac1f27;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

.m-ftshare {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #535353;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-ftshare .share-item {
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.m-ftshare .share-item:hover {
  color: #ac1f27;
}

.m-ftfix2 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #fff;
  line-height: 26px;
}

.m-ftlnk {
  margin-bottom: 9px;
}
.m-ftlnk span, .m-ftlnk a {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .g-ft1 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .g-ft {
    padding-top: 30px;
  }
  .m-ftb1, .m-ftb2, .m-ftb3, .m-ftform, .m-ftt, .m-ftlnk {
    display: none;
  }
  .m-ftb4 {
    width: 100%;
  }
  .m-ftext {
    text-align: center;
  }
  .m-ftshare {
    justify-content: center;
    padding-top: 0;
    border-top: none;
  }
}
.banner {
  position: relative;
  line-height: 0;
  font-size: 0;
  z-index: 2;
  overflow: hidden;
}
.banner .btn-wp {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0);
  width: 1200px;
  max-width: 96%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index:2;
}
.banner .carousel-control {
  margin-right: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 38px;
  height: 38px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.banner .carousel-control:hover {
  color: #ac1f27;
  border-color: #ac1f27;
}
.banner .dotList {
  position: absolute;
  left: 50%;
  bottom: 80px;
  width: 1200px;
  max-width: 96%;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  min-height: 38px;
}
.banner .dotList ul li {
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.banner .dotList ul li:last-child {
  margin-right: 0;
}
.banner .dotList ul li.active {
  background-color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .banner .carousel-control {
    display: none;
  }
  .banner .dotList {
    bottom: 20px;
    justify-content: center;
    min-height: 0;
  }
}

.g-hd {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 10px;
}

.m-hdlogo {
  float: left;
  text-align: center;
}
.m-hdlogo a {
  display: inline-block;
  line-height: 54px;
}
.m-hdlogo img {
  vertical-align: middle;
}

.m-hdnav {
  float: left;
  max-width: 930px;
}
.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-right: 50px;
}
.m-hdnav .nav-item > a {
  position: relative;
  display: block;
  line-height: 54px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-hdnav .nav-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: all 550ms;
}
.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active {
  color: #fff;
}
.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before {
  background: #fff;
}
.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.m-hdnav .sbnav-wp {
  box-sizing: border-box;
  background-color: #fff;
}
.m-hdnav .sbnav-list1 {
  top: 100%;
  left: 0;
  width: 225px;
}
.m-hdnav .sbnav-list2 {
  top: 0;
  left: 100%;
  width: 228px;
}
.m-hdnav .sbnav-list3 {
  top: 0;
  right: 100%;
  width: 160px;
}
.m-hdnav .sbnav-item {
  position: relative;
}
.m-hdnav .sbnav-item > a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 17px;
  padding-right: 17px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
}
.m-hdnav .sbnav-item > a:hover, .m-hdnav .sbnav-item > a.active {
  color: #fff;
  background-color: #ac1f27;
}
@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item {
    margin-right: 30px;
  }
}

.m-hdsch {
  position: relative;
  float: right;
  z-index: 3;
}
.m-hdsch .sch-btn {
  display: block;
  line-height: 54px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.m-hdsch .sch-form {
  position: absolute;
  top: 100%;
  right: 15px;
  width: 176px;
  padding-right: 34px;
  border-radius: 15px;
  background-color: #f4f4f4;
  border: solid 1px #d7d7d7;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  transition: all 550ms;
}
.m-hdsch .sch-form .form-text {
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  box-sizing: border-box;
}
.m-hdsch .sch-form .form-text::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-text:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  height: 30px;
  width: 34px;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ac1f27;
}
.m-hdsch .sch-form .form-btn {
  z-index: 2;
}
.m-hdsch .sch-form.run {
  visibility: visible;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1219px) {
  .m-hdnav .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdsch .sch-btn {
    width: auto;
    background: none;
  }
}
@media screen and (max-width: 991px) {
  .g-hd {
    position: relative;
    border-top-width: 2px;
  }
  .m-hdinfo, .m-hdshare {
    display: none;
  }
  .m-hdnav {
    display: none;
  }
  .m-hdfix1 {
    background: none;
    padding-top: 40px;
  }
  .m-hdlang {
    position: absolute;
    right: 30px;
    top: 0;
  }
  .m-hdsch {
    position: absolute;
    right: 5px;
    top: 5px;
    margin-left: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 9;
  }
  .m-hdsch .sch-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #ac1f27;
  }
  .m-hdlogo {
    padding: 5px 0 10px;
    width: 100%;
  }
  .m-hdlogo img {
    max-width: 180px;
  }
}
.m-nbanner {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 400px;
}
.m-nbanner .box-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  padding-top: 27px;
}
.m-nbanner .box-title {
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .m-nbanner {
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .m-nbanner .box-text {
    position: relative;
    top: auto;
    transform: none;
    padding-top: 0;
  }
  .m-nbanner .box-title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.g-wp {
  padding-top: 52px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .g-wp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m-abtb1 {
  position: relative;
  overflow: hidden;
}
.m-abtb1 .box-wp {
  padding-left: 18.75%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-abtb1 .box-img {
  order: 2;
  width: 55.3205128205%;
  border-radius: 80px 0 0 0;
  line-height: 0;
  font-size: 0;
}
.m-abtb1 .box-text {
  order: 1;
  width: 41.6666666667%;
}
.m-abtb1 .box-title {
  line-height: 58px;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-abtb1 .box-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-top: 24px solid #ac1f27;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}
.m-abtb1 .box-desc {
  margin-top: 18px;
  color: #666;
}
.m-abtb1 .box-desc p:last-child {
  position: relative;
  padding-top: 19px;
  padding-right: 40px;
  padding-bottom: 43px;
  background-color: #ac1f27;
  border-radius: 0 38px 0 0;
  color: #fff;
}
.m-abtb1 .box-desc p:last-child a {
  color: #fff;
}
.m-abtb1 .box-desc p:last-child:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 960px;
  height: 100%;
  background-color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-abtb1 .box-wp {
    padding-left: 0;
    width: 96%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-abtb1 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb1 .box-title:after {
    border-top: 15px solid #ac1f27;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  .m-abtb1 .box-desc {
    margin-top: 20px;
  }
  .m-abtb1 .box-desc p:last-child {
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb1 .box-wp {
    display: block;
  }
  .m-abtb1 .box-img {
    width: 100%;
  }
  .m-abtb1 .box-text {
    margin-top: 30px;
    width: 100%;
  }
}

.m-abtb2 {
  padding-top: 55px;
  padding-bottom: 140px;
  overflow: hidden;
}
.m-abtb2 .box-wp {
  position: relative;
}
.m-abtb2 .box-wp:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 34px;
  margin-left: 45px;
  background: url("../images/sy2.png") no-repeat center;
  width: 45px;
  height: 35px;
}
.m-abtb2 .box-img {
  float: left;
  width: 42.5%;
  margin-right: 35px;
}
.m-abtb2 .box-text {
  padding-top: 4.4166666667%;
}
@media screen and (max-width: 991px) {
  .m-abtb2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb2 .box-img {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}

.m-abtb3 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 108px;
  background: url("../images/abtbg1.jpg") no-repeat center;
  background-size: cover;
}
.m-abtb3 .box-title {
  position: absolute;
  right: 0;
  top: -60px;
  width: 100%;
  overflow: hidden;
}
.m-abtb3 .wp {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.m-abtb3 .wp:before {
  content: "";
  position: absolute;
  right: 620px;
  bottom: 0;
  width: 71px;
  height: 100%;
  background: url("../images/abtsj1.png") no-repeat left bottom;
}
.m-abtb3 .wp:after {
  content: "";
  position: absolute;
  left: 100%;
  margin-left: -1px;
  width: 960px;
  height: 100%;
  background-color: #ac1f27;
}
.m-abtb3 .fix {
  position: relative;
  width: 620px;
  padding-left: 32px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  background-color: #ac1f27;
}
.m-abtb3 .title {
  position: relative;
  line-height: 50px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-abtb3 .box-wp {
  padding-left: 18.75%;
  padding-right: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-abtb3 .box-img {
  order: 2;
  width: 43.8%;
  margin-left: 4.3333333333%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb3 .img-item {
  width: 47.9452054795%;
}
.m-abtb3 .box-text {
  order: 1;
  width: 42.6666666667%;
}
.m-abtb3 .box-info {
  line-height: 50px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-abtb3 .box-info p {
  min-height: 50px;
}
@media screen and (max-width: 991px) {
  .m-abtb3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb3 .box-title {
    position: relative;
    top: 0;
  }
  .m-abtb3 .box-title .wp:after, .m-abtb3 .box-title .wp:before {
    display: none;
  }
  .m-abtb3 .box-title .fix {
    width: 100%;
    padding: 30px 15px;
  }
  .m-abtb3 .box-title .title {
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-abtb3 .box-wp {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 96%;
    max-width: 720px;
    justify-content: space-between;
  }
  .m-abtb3 .box-info {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb3 .box-info p {
    min-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb3 .box-img {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 30px;
  }
  .m-abtb3 .box-text {
    width: 100%;
  }
}

.m-abtb4 {
  padding-top: 92px;
  padding-bottom: 99px;
}
.m-abtb4 .box-title {
  margin-bottom: 50px;
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.m-abtb4 .box-wp {
  margin-bottom: -30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.m-abtb4 .box-item {
  position: relative;
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 32px;
  padding-bottom: 41px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}
.m-abtb4 .box-item:nth-child(3n) {
  margin-right: 0;
}
.m-abtb4 .box-item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: calc(100% - 60px);
  height: 2px;
  background-color: #ac1f27;
}
.m-abtb4 .item-icon {
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.m-abtb4 .item-title {
  margin-top: 8px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.m-abtb4 .item-desc {
  margin-top: 21px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  /*text-align: center;*/
}
@media screen and (max-width: 991px) {
  .m-abtb4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb4 .item-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-abtb4 .item-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb4 .item-icon img {
    width: 60px;
  }
  .m-abtb4 .box-item {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 640px) {
  .m-abtb4 .box-item {
    width: 100%;
    margin-right: 0;
  }
}

.m-abtb5 {
  padding-top: 59px;
  padding-bottom: 50px;
  background: url("../images/abtbg2.jpg") no-repeat center;
  background-size: cover;
}
.m-abtb5 .box-wp {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-abtb5 .box-text {
  width: 54.1666666667%;
  color: #fff;
}
.m-abtb5 .box-title {
  line-height: 38px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  color: #fff;
}
.m-abtb5 .box-desc {
  margin-top: 18px;
  line-height: 38px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.m-abtb5 .box-link a {
  display: inline-block;
  min-width: 258px;
  line-height: 30px;
  padding: 12px;
  font-size: 20px;
  font-size: 2rem;
  color: #ac1f27;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
.m-abtb5 .box-link a:hover {
  color: #fff;
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-abtb5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-abtb5 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-abtb5 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-abtb5 .box-link a {
    min-width: 150px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-abtb5 .box-wp {
    display: block;
  }
  .m-abtb5 .box-text {
    width: 100%;
  }
  .m-abtb5 .box-link {
    width: 100%;
    margin-top: 30px;
  }
}

.g-mn {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 310px;
}
@media screen and (max-width: 991px) {
  .g-mn {
    float: none;
    padding-left: 0;
  }
}

.g-sd {
  float: left;
  margin-left: -100%;
  width: 280px;
}
@media screen and (max-width: 991px) {
  .g-sd {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.m-sdnav1 .nav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #ac1f27;
  box-sizing: border-box;
}
.m-sdnav1 .nav-btn > p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}
.m-sdnav1 .nav-btn > p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #f2f2f2;
}
.m-sdnav1 .nav-list {
  margin-top: 0;
}
.m-sdnav1 .nav-item > a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  border-bottom: 1px solid #999999;
}
.m-sdnav1 .nav-item > a:before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  font-size: 2rem;
  font-family: "RobotoRegular", arial, helvetica, sans-serif;
}
.m-sdnav1 .nav-item > a:hover, .m-sdnav1 .nav-item > a.active {
  color: #ac1f27;
}
.m-sdnav1 .nav-item > a:hover:before, .m-sdnav1 .nav-item > a.active:before {
  content: "-";
}
.m-sdnav1 .nav-item:first-child {
  margin-top: 0;
}
.m-sdnav1 .sbnav-list {
  display: none;
}
.m-sdnav1 .sbnav-list.show {
  display: block;
}
.m-sdnav1 .sbnav-list1 {
  padding-top: 17px;
}
.m-sdnav1 .sbnav-list2 {
  padding-left: 10px;
}
.m-sdnav1 .sbnav-item {
  margin-top: 20px;
}
.m-sdnav1 .sbnav-item > a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  background: url("../images/sdnav1.png") no-repeat left center;
}
.m-sdnav1 .sbnav-item > a:hover, .m-sdnav1 .sbnav-item > a.active, .m-sdnav1 .sbnav-item > a.current {
  color: #ac1f27;
  background-image: url("../images/sdnav2.png");
}
.m-sdnav1 .sbnav-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .m-sdnav1 .nav-name {
    display: none;
  }
  .m-sdnav1 .nav-btn {
    display: block;
  }
  .m-sdnav1 .nav-list {
    display: none;
  }
  .m-sdnav1 .sbnav-item a {
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.m-sdtt {
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
}

.m-sdtag {
  margin-top: 50px;
}
.m-sdtag .box-tags {
  margin-top: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-sdtag .box-tags a {
  margin-right: 20px;
  color: #666;
}
.m-sdtag .box-tags a:hover {
  color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-sdtag {
    margin-top: 30px;
  }
}

.m-sdnews {
  margin-top: 75px;
}
.m-sdnews .list-item {
  padding-top: 24px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #666666;
}
.m-sdnews .item-title {
  line-height: 24px;
  max-height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-sdnews .item-title a {
  color: #666;
}
.m-sdnews .item-title a:hover {
  color: #ac1f27;
}
.m-sdnews .item-time {
  margin-top: 9px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-sdnews {
    margin-top: 30px;
  }
}

.m-clstext {
  margin-bottom: 35px;
}
.m-clstext .box-title {
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
}
.m-clstext .box-desc {
  margin-top: 2px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-clstext .hid {
  max-height: 78px;
  overflow: hidden;
}
.m-clstext .box-link {
  margin-top: 6px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
}

.m-prol {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}
.m-prol .list-item {
  margin-right: 1.6853932584%;
  margin-bottom: 30px;
  width: 31.9101123596%;
}
.m-prol .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-prol .item-text {
  text-align: center;
  padding-top: 9px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-prol .item-link {
  margin-top: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-prol .item-link input {
  margin-right: 10px;
}
.m-prol .item-link a {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-prol .item-link a:hover {
  color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-prol .item-title {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prol .item-link a {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}

.m-prob1 .box-pic {
  position: relative;
  width: 49%;
}
.m-prob1 .pic-big {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #fff;
}
.m-prob1 .pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.m-prob1 .pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}
.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}
.m-prob1 .pic-small {
  position: relative;
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}
.m-prob1 .pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
}
.m-prob1 .pic-btn.prev {
  left: 0;
}
.m-prob1 .pic-btn.next {
  right: 0;
}
.m-prob1 .pic-list {
  overflow: hidden;
}
.m-prob1 .pic-list ul {
  width: 10000%;
  overflow: hidden;
}
.m-prob1 .pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.0301886792%;
  width: 0.3113207547%;
}
.m-prob1 .pic-item .item-pic {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.m-prob1 .pic-item .item-pic img {
  box-sizing: border-box;
  transform: scale(1) !important;
}
.m-prob1 .pic-item .item-pic:hover img {
  transform: scale(1) !important;
}
.m-prob1 .pic-item .item-pic.active {
  border-color: #ac1f27;
}
.m-prob1 .pic-item .item-pic.active img {
  transform: scale(1) !important;
}
.m-prob1 .box-info {
  float: right;
  width: 48.3333333333%;
  padding-top: 82px;
}
.m-prob1 .box-title {
  position: relative;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  padding-bottom: 15px;
  font-weight: normal;
  border-bottom: 1px solid #999999;
}
.m-prob1 .box-name {
  margin-top: 6px;
  padding-bottom: 31px;
  line-height: 29px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border-bottom: 1px solid #bfbfbf;
}
.m-prob1 .box-desc {
  margin-top: 21px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}
.m-prob1 .box-share {
  margin-bottom: 20px;
  margin-left: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 0;
  letter-spacing: 0;
}
.m-prob1 .box-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-prob1 .box-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 26px;
}
.m-prob1 .box-link {
  margin-top: 50px;
  margin-bottom: -20px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-prob1 .box-link > a {
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 180px;
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #ac1f27;
  border-radius: 10px;
}
.m-prob1 .box-link > a:hover {
  color: white;
  background-color: #333;
}

@media screen and (max-width: 991px) {
  .zoomPad {
    cursor: default !important;
  }
  .zoomPup {
    display: none !important;
  }
  .zoomWindow {
    display: none !important;
  }
  .zoomPreload {
    display: none !important;
  }
  .m-prob1 .box-pic {
    float: none;
    margin: 0 auto;
  }
  .m-prob1 .box-info {
    padding-top: 30px;
    width: 100%;
    height: auto;
  }
  .m-prob1 .box-share {
    padding-left: 0;
    display: block;
    text-align: left;
  }
  .m-prob1 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-prob1 .box-desc p {
    min-height: 10px;
  }
  .m-prob1 .pic-item .item-pic {
    padding-top: 0;
  }
  .m-prob1 .pic-item .item-pic img {
    border-color: #ac1f27;
  }
  .m-prob1 .pic-item .item-pic:before {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .m-prob1 .box-pic {
    display: none;
  }
  .m-prob1 .pic-small {
    display: none;
  }
  .m-prob1 .pic-list ul li {
    margin-right: 0.2%;
    width: 4.9%;
  }
  .m-prob1 .pic-item .item-pic:before {
    display: none !important;
  }
  .m-prob1 .info-link {
    margin-top: 20px;
  }
  .m-prob1 .box-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-prob1 .box-desc {
    margin-top: 20px;
  }
  .m-prob1 .box-share {
    margin-top: 20px;
  }
}
.m-propic {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }
  .m-propic .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #ac1f27;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .m-propic .box-btn.prev {
    left: 0;
  }
  .m-propic .box-btn.next {
    right: 0;
  }
  .m-propic .box-bd {
    overflow: hidden;
  }
  .m-propic .box-list {
    width: 10000%;
    overflow: hidden;
  }
  .m-propic .list-item {
    float: left;
    margin-right: 0.02%;
    width: 0.32%;
  }
  .m-propic .item-pic {
    border: 1px solid #ac1f27;
  }
}
@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 1%;
  }
}
.m-prott {
  margin-bottom: 20px;
  line-height: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
  .m-prott {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-prob2 {
  margin-top: 60px;
  padding-top: 32px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 991px) {
  .m-prob2 {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.m-mpro {
  margin-top: 72px;
  position: relative;
}
.m-mpro .btn-wp {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}
.m-mpro .box-btn {
  width: 30px;
  line-height: 28px;
  border: 1px solid #666;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.m-mpro .box-btn:hover {
  color: #ac1f27;
  border-color: #ac1f27;
}
.m-mpro .prev {
  margin-right: 15px;
}
.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
  padding: 8px 5px;
  box-sizing: border-box;
}
.m-mpro .list-item {
  float: left;
  margin-right: 0.02%;
  width: 0.3166666667%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.19);
}
.m-mpro .item-title {
  line-height: 62px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .m-mpro .item-title {
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-mpro .list-item {
    margin-right: 0.02%;
    width: 0.48%;
  }
}

.m-rdcenterb1 {
  padding-right: 18.75%;
}
.m-rdcenterb1 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-rdcenterb1 .box-img {
  width: 59.6153846154%;
  padding-top: 40px;
  line-height: 0;
  font-size: 0;
  flex: 0 0 auto;
}
.m-rdcenterb1 .box-text {
  flex: 0 0 auto;
  margin-left: -7.9487179487%;
  width: 48.3333333333%;
  background: url("../images/rdcenterbg1.jpg") no-repeat right bottom;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 49px;
  padding-bottom: 99px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 95px 0px 0px;
}
.m-rdcenterb1 .box-title {
  position: relative;
  padding-bottom: 20px;
  line-height: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
}
/*.m-rdcenterb1 .box-title:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 130px;*/
/*  height: 4px;*/
/*  background-color: #ac1f27;*/
/*}*/

.m-rdcenterb1 .box-desc {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .m-rdcenterb1 {
    padding-right: 0;
  }
  .m-rdcenterb1 .box-wp {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
  }
  .m-rdcenterb1 .box-text {
    padding: 30px 15px;
  }
  .m-rdcenterb1 .box-title {
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-rdcenterb1 .box-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .m-rdcenterb1 .box-wp {
    display: block;
  }
  .m-rdcenterb1 .box-img {
    width: 100%;
    padding-top: 0;
  }
  .m-rdcenterb1 .box-text {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.m-rdcenterb2 {
  margin-top: 102px;
  position: relative;
  padding-left: 18.75%;
}
.m-rdcenterb2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background-color: #ac1f27;
}
.m-rdcenterb2 .box-wp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-rdcenterb2 .box-text {
  flex: 0 0 auto;
  margin-right: 4.1666666667%;
  width: 31.7307692308%;
}
.m-rdcenterb2 .box-title {
  line-height: 58px;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.m-rdcenterb2 .box-desc {
  margin-top: 37px;
}
.m-rdcenterb2 .box-slide {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-rdcenterb2 .box-list {
  width: 10000%;
  overflow: hidden;
}
.m-rdcenterb2 .list-wp {
  float: left;
  width: 1%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-rdcenterb2 .list-item {
  margin-right: 1.5151515152%;
  width: 32.3232323232%;
}
.m-rdcenterb2 .list-item:nth-child(3n) {
  margin-right: 0;
}
.m-rdcenterb2 .box-page {
  margin-top: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.m-rdcenterb2 .page-item {
  margin-right: 12px;
  width: 68px;
  height: 4px;
  background-color: #666666;
}
.m-rdcenterb2 .active {
  background-color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-rdcenterb2 {
    margin-top: 30px;
  }
  .m-rdcenterb2 .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-rdcenterb2 .page-item {
    width: 34px;
    height: 3px;
  }
  .m-rdcenterb2 .box-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .m-rdcenterb2 {
    padding-left: 0;
  }
  .m-rdcenterb2:before {
    display: none;
  }
  .m-rdcenterb2 .box-wp {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 720px;
    display: block;
  }
  .m-rdcenterb2 .box-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.m-newsl {
  overflow: hidden;
}
.m-newsl .list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #999999;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-newsl .list-item:first-child {
  padding-top: 0;
}
.m-newsl .item-pic {
  flex: 0 0 auto;
  width: 36.8333333333%;
  margin-right: 30px;
  border-radius: 0px 0px 0px 40px;
}
.m-newsl .item-font {
  flex: 1 1 auto;
  overflow: hidden;
}
.m-newsl .item-title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-newsl .item-title a {
  color: #333;
}
.m-newsl .item-title a:hover {
  color: #ac1f27;
}
.m-newsl .item-desc {
  margin-top: 7px;
}
.m-newsl .item-desc a {
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}
.m-newsl .item-desc a:hover {
  color: #ac1f27;
}
.m-newsl .item-info {
  margin-top: 74px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-newsl .item-link {
  order: 2;
  min-width: 130px;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ac1f27;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ac1f27;
  border-radius: 4px;
}
.m-newsl .item-link:hover {
  color: #fff;
  background-color: #ac1f27;
}
.m-newsl .item-time {
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}

@media screen and (max-width: 991px) {
  .m-newsl .item-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-newsl .item-desc {
    margin-top: 10px;
  }
  .m-newsl .item-desc a {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-info {
    margin-top: 15px;
  }
  .m-newsl .item-link {
    line-height: 24px;
    min-width: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-newsl .item-time {
    margin-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .m-newsl .list-item {
    display: block;
  }
  .m-newsl .item-pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.m-news {
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.m-news .box-title {
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
}
.m-news .box-info {
  margin-top: 15px;
  letter-spacing: 0;
  padding-bottom: 22px;
  line-height: 26px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.m-news .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  padding-left: 24px;
  vertical-align: top;
}
.m-news .box-time .iconfont {
  position: absolute;
  left: 0;
}
.m-news .box-share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-news .share-title {
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-news .share-img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  vertical-align: top;
}
.m-news .box-desc {
  margin-top: 50px;
  padding-bottom: 0;
  color: #666;
}
@media screen and (max-width: 991px) {
  .m-news .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-news .box-desc {
    margin-top: 30px;
  }
}

.m-ctusb1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m-ctusinfo {
  width: 43.3333333333%;
}
.m-ctusinfo .box-title {
  line-height: 44px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "AkzidenzGroteskExtraBold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #ac1f27;
}
.m-ctusinfo .box-desc {
  margin-top: 5px;
  line-height: 28px;
  font-size: 30px;
  font-size: 3rem;
  color: #ac1f27;
  font-weight: bold;
}
.m-ctusinfo .box-info {
  margin-top: 37px;
}
.m-ctusinfo .info-item {
  margin-top: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-ctusinfo .info-item:first-child {
  margin-top: 0;
}
.m-ctusinfo .iconfont {
  width: 44px;
  text-align: left;
  flex: 0 0 auto;
  font-size: 26px;
  font-size: 2.6rem;
}
.m-ctusinfo .item-text {
  flex: 1 1 auto;
  overflow: hidden;
  word-break: break-all;
}
.m-ctusinfo .item-name {
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.m-ctusinfo .item-title {
  line-height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
.m-ctusinfo .item-title a {
  color: #666;
}
.m-ctusinfo .item-title a:hover {
  color: #ac1f27;
}
@media screen and (max-width: 991px) {
  .m-ctusinfo .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusinfo .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-ctusinfo .box-info {
    margin-top: 30px;
  }
  .m-ctusinfo .item-name {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-ctusinfo .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusinfo {
    width: 100%;
  }
}

.m-ctusform {
  width: 52%;
  padding-left: 3.3333333333%;
  padding-right: 5%;
  padding-top: 22px;
  padding-bottom: 17px;
  box-sizing: border-box;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 15px;
}
.m-ctusform .box-text {
  padding-left: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.m-ctusform .box-title {
  line-height: 42px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "RobotoBold", arial, helvetica, sans-serif;
  margin-right: 20px;
}
.m-ctusform .box-info {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
}
.m-ctusform .box-form {
  margin-top: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.m-ctusform .form-item {
  position: relative;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.m-ctusform .form-item .iconfont {
  position: absolute;
  left: 30px;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  color: #ac1f27;
}
.m-ctusform .important {
  background: url("../images/star1.png") no-repeat left 22px;
}
.m-ctusform .item-text {
  width: 100%;
  height: 50px;
  line-height: 48px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ac1f27;
  box-sizing: border-box;
  border: solid 1px #999999;
}
.m-ctusform .item-text2 {
  height: 140px;
}
.m-ctusform .item-text3 {
  padding-left: 10px;
}
.m-ctusform .form-item-3 {
  width: 41.9847328244%;
}
.m-ctusform .form-item-4 {
  width: 26.7175572519%;
}
.m-ctusform .form-item-5 {
  width: 27.0992366412%;
}
.m-ctusform .item-img {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #999999;
  overflow: hidden;
}
.m-ctusform .item-img img {
  max-height: 48px;
  vertical-align: middle;
}
.m-ctusform .item-btn {
  width: 100%;
  line-height: 30px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background-color: #ac1f27;
}
.m-ctusform .item-btn:hover {
  background-color: #333;
}
@media screen and (max-width: 991px) {
  .m-ctusform {
    padding: 30px 20px;
  }
  .m-ctusform .box-title {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-ctusform .box-info {
    line-height: 24px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .m-ctusform .form-item {
    width: 100%;
  }
  .m-ctusform .form-item-3 {
    width: calc(100% - 120px);
  }
  .m-ctusform .form-item-4 {
    width: 110px;
  }
}
@media screen and (max-width: 640px) {
  .m-ctusform {
    width: 100%;
    margin-top: 30px;
  }
}

.m-ctusmap {
  margin-top: 74px;
}
@media screen and (max-width: 991px) {
  .m-ctusmap {
    margin-top: 30px;
  }
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/RobotoRegular.eot');
  src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
       url('../fonts/RobotoRegular.woff2') format('woff2'),
       url('../fonts/RobotoRegular.woff') format('woff'),
       url('../fonts/RobotoRegular.ttf') format('truetype'),
       url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/RobotoBold.eot');
  src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
       url('../fonts/RobotoBold.woff2') format('woff2'),
       url('../fonts/RobotoBold.woff') format('woff'),
       url('../fonts/RobotoBold.ttf') format('truetype'),
       url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
  font-family: 'AkzidenzGroteskExtraBold';
  src: url('../fonts/AkzidenzGroteskExtraBold.eot');
  src: url('../fonts/AkzidenzGroteskExtraBold.eot') format('embedded-opentype'),
       url('../fonts/AkzidenzGroteskExtraBold.woff2') format('woff2'),
       url('../fonts/AkzidenzGroteskExtraBold.woff') format('woff'),
       url('../fonts/AkzidenzGroteskExtraBold.ttf') format('truetype'),
       url('../fonts/AkzidenzGroteskExtraBold.svg#AkzidenzGroteskExtraBold') format('svg');
}


@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1590026270686'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1590026270686#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1590026270686') format('woff'),
  url('../fonts/iconfont.ttf?t=1590026270686') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1590026270686#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#ac1f27;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #ac1f27; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#ac1f27 solid 1px;background: #ac1f27; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.m-abtb4 em{
    font-style: italic;
}
.m-hdlang { position: relative; z-index: 4; margin-right: 20px; padding-top: 10px; padding-bottom: 5px; }

.m-hdlang .lang-btn { display: block; min-width: 100px; /*padding: 6px 3px;*/ line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #999; text-align: center; border-radius: 5px; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 6px; border: solid 1px #b7b7b7; }

.m-hdlang .lang-btn i { margin-left: 5px; font-size: 12px; font-size: 1.2rem; }

.m-hdlang .lang-list { position: absolute; left: 0; top: 130%; width: 100%; padding: 13px 0; background-color: #fff; border: 1px solid #fff; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdlang .lang-list.active { visibility: visible; top: 100%; opacity: 1; }

.m-hdlang .lang-item { display: block; padding: 5px 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; }

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active { color: #fff; background-color: #ac1f27; }

@media screen and (max-width: 1500px) { .m-hdlang { margin-left: 16px; }
  .m-hdlang .lang-btn { min-width: 100px; font-size: 12px; font-size: 1.2rem; } }


@media screen and (max-width: 991px) { 
  .m-hdlang { position: absolute; right: 30px; margin-left: 0px; top: 5px; padding-top: 0; padding-bottom: 10px; }
  .m-hdlang .lang-btn { min-width: 100px; font-size: 12px; font-size: 1.2rem; padding: 0; border: none; }
  .m-hdlang .lang-btn img { display: none; }
  .m-hdlang .lang-list { right: 0; left: auto; }
  .m-hdlang .lang-item { line-height: 24px; font-size: 12px; font-size: 1.2rem; }
}