  /*style css*/
  
  * {
  	padding: 0;
  	margin: 0 auto;
  	font-family: "'MicrosoftYaHei'-Bold";
  }
  
  body {
  	max-width: 1920px;
  	width: 100%;
  	height: 100%;
  	background: #fff;
  	font-size: 14px;
  	font-family: "'MicrosoftYaHei'-Bold";
  	/*font-weight: 400;*/
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-font-smoothing: subpixel-antialiased;
  	color: #222;
  	line-height: 25px;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  }
  
  html {
  	max-width: 1920px;
  	width: 100%;
  	height: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6
  {
  	font-weight: 400;
  }
  
  h1 {
  	font-size: 38px;
  	text-transform: capitalize;
  }
  
  p {
  	font-size: 16px;
  	font-weight: 300;
  	margin-top: 0;
  	margin-bottom: 0;
  	color: #404040;
  }
  
  a {
  	color: #2a3855;
  	font-family: "Source Sans Pro";
  	font-weight: 400;
  	-webkit-transition: 0.2s ease-in-out;
  	-moz-transition: 0.2s ease-in-out;
  	transition: 0.2s ease-in-out;
  }
  
  a:hover,
  a:active,
  a:focus {
  	outline: none !important;
  	text-decoration: none !important;
  }
  
  img {
  	max-width: 100%;
  	/*max-height: 100%;*/
  }
  
  ul>li {
  	color: #726a84;
  	font-size: 16px;
  	font-weight: 300;
  	list-style-type: none;
  }
  
  .typearea {
  	padding: 0px 17.5%;
  	width: 100%;
  }
  /* header   start*/
  
  .header {
  	width: 100%;
  	height: 90px;
  	position: fixed;
  	z-index: 10000;
  	background-color: #fff;
  	top: 0px;
	line-height: 90px;
	padding: 0px 11%;
  }
  
  .header .navbar-default {
  	background-color: #FFFFFF;
  	border-color: #FFFFFF;
  	border: none;
  	position: relative;
  	min-height: 50px;
  	margin-bottom: 0px;
  }
  
  .header .container-fluid {
  	padding: 0;
  }
  
  .header .navbar-nav {
  	float: right;
  	margin: 0;
  }
  
  .header .navbar-nav>li>a {
  	line-height: 90px;
  	padding: 0 9px;
  }
  
  .header .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
  	color: #8d1c27 !important;
  	background-color: #FFFFFF !important;
  }
  
  .header .navbar-default .navbar-nav>.active>a::after,
  .navbar-default .navbar-nav>.active>a:focus::after,
  .navbar-default .navbar-nav>.active>a:hover::after {
  	content: '';
  	position: absolute;
  	bottom: 5px;
  	top: auto;
  	left: 10px;
  	height: 3px;
  	width: 80%;
  	background-color: #8d1c27;
  }
  
  .header .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
  	color: #8d1c27 !important;
  	background-color: #FFFFFF !important;
  }
  
  .header a:hover {
  	color: #8d1c27 !important;
  }
  
  .header a:hover::after {
  	content: '';
  	position: absolute;
  	bottom: 5px;
  	top: auto;
  	left: 10px;
  	height: 3px;
  	width: 80%;
  	background-color: #8d1c27;
  }
  
  .header a {
  	font-family: 'MicrosoftYaHei';
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 1px;
  	color: #333333 !important;
  }
  
  .header .open>.dropdown-menu {
  	display: flex;
  	height: 60px;
  	margin-top: -5px;
  }
  
  .header .dropdown-menu>li>a {
  	display: block;
  	padding: 0px 20px !important;
  	clear: both;
  	font-weight: 400;
  	line-height: 60px;
  	color: #666666 !important;
  	white-space: nowrap;
  }
  
  .header .dropdown-menu>li>a:hover {
  	background-color: transparent;
  }
  
  .header .dropdown-menu {
  	padding: 0 !important;
  	left: 10px !important;
  }
  
  .header .dropdown-menu>li>a::after,
  .dropdown-menu>li>a:focus::after,
  .dropdown-menu>li>a:hover::after {
  	content: none;
  }
  
  .header .navbar-collapse {
  	padding-right: 0px !important;
  	padding-left: 0px !important;
  }
  /* header  end
   /*footer  start*/
  
  .footer {
  	width: 100%;
  	height: auto;
  	background-color: #f3f3f3;
  }
  
  .footersm {
  	width: 100%;
  	margin-bottom: 50px;
  	padding-top: 100px;
  }
  
  .footer_uptextone {
  	font-family: ArialMT;
  	font-size: 30px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #333333;
  	margin-bottom: 20px;
  }
  
  .footer_uptexttwo {
  	font-family: 'MicrosoftYaHei';
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 30px;
  }
  
  .footer_uptexttwo::after {
  	content: "";
  	height: 1px;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: -5px;
  	left: 0px;
  	max-width: 50px;
  }
  
  .footer_upadd {
  	font-family: 'MicrosoftYaHei';
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	color: #333333;
  }
  
  .footer_up {
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  }
  
  .footer_up i {
  	margin-right: 8px;
  }
  
  .footer_line {
  	width: 100%;
  	height: 1.5px;
  	background-color: #333333;
  }
  
  .footer_down {
  	display: flex;
  	justify-content: space-between;
  }
  
  .footer_down p {
  	font-family: 'MicrosoftYaHei';
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 0px;
  	padding: 10px 0 20px 0;
  }
  
  .footerbox {
  	width: 100%;
  	height: auto;
  }
  
  .footerbox_up {
  	width: 100%;
  }
  
  .footerbox_down {
  	width: 100%;
  	height: 100px;
  	background-color: #a81422;
  	display: flex;
  	justify-content: space-between;
  }
  
  .footerbox_down ul {
  	margin: auto 0;
  	padding: 0 !important;
  }
  
  .footerbox_down li {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #ffffff;
  }
  
  .footerbox_down li:first-child {
  	margin-bottom: 10px;
  }
  /* footer  end*/
  /*index start*/
  
  .slider {
  	width: 100%;
  	/*height: 600px;*/
  	margin-top: 90px;
  }
  
  .slider .swiper-pagination-bullet-active {
  	opacity: 1;
  	background: #8d1c27 !important;
  }
  
  .slider .swiper-pagination-bullet {
  	width: 8px;
  	height: 8px;
  	display: inline-block;
  	border-radius: 100%;
  	background: #fff;
  	opacity: .8;
  }
  
  .introbox {
  	margin: 100px auto;
  }
  
  .row {
  	margin-left: 0 !important;
  	margin-right: 0 !important;
  }
  
  .intro_left {
  	width: 100%;
  	display: flex;
  }
  
  .intro_leftone {
  	width: 50%;
  	margin-right: 5px;
  	height: 100%;
  }
  
  .intro_lefttwo {
  	width: 50%;
  	height: 100%;
  }
  
  .intro_lefttwo img {
  	margin-bottom: 4.5px;
  }
  
  .intro_lefttwo img:last-child {
  	margin-bottom: 0px;
  }
  
  .intro_right {
  	width: 100%;
  	padding: 10px;
  }
  
  .intro_rightone {
  	font-family: 'MicrosoftYaHei';
  	font-size: 28px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 2px;
  	color: #333333;
  	margin-bottom: 10px;
  }
  
  .intro_righttwo {
  	font-family: 'Arial-ItalicMT';
  	font-size: 20px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 10px;
  }
  
  .intro_rightthree {
  	font-family: 'MicrosoftYaHei';
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 20px;
  }
  
  .intro_rightfour {
  	margin-bottom: 20px;
  }
  
  .intro_rightfour i {
  	color: #8d1c27;
  	margin-right: 5px;
  	margin-left: -20px;
  }
  
  .intro_rightfive a {
  	font-family: 'MicrosoftYaHei';
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 1px;
  	color: #333333;
  }
  
  .intro_rightfive i {
  	margin-right: 8px;
  }
  
  .intro_righttext {
  	font-family: 'MicrosoftYaHei';
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-left: 20px;
  	margin-bottom: 5px;
  }
  
  .intro_righttext::after {
  	content: "";
  	position: relative;
  	bottom: -3px;
  	width: 100%;
  	border-bottom: 1px solid;
  	border-bottom-color: inherit;
  	display: block;
  	opacity: 0.2;
  }
  
  .introone {
  	margin-top: 100px;
  }
  .introone img {
	height: 100%;
    width: 100%;
}
  .introone_img {
	  padding: 0 !important;
	  overflow: hidden;
  }

  .introone_imgbg {
	  position: absolute;
	  top: 0;
	  left: 0;
	  background-color: #000000;
	  opacity: 0.5;
	  z-index: 1;
	  width: 100%;
	  height: 100%;
	  display: none;
  }
  .introone_show{
	  display: none;
  }

  
  .headline {
  	display: flex;
  	width: 100%;
  	text-align: center;
  	margin: 0px auto 50px auto;
  }
  
  .headline_title {
  	width: 28%;
  	margin: auto;
  }
  
  .headline_line {
  	width: 36%;
  	background-color: #999999;
  	height: 1px;
  	margin: auto;
  }
  
  .headline_linesm {
  	width: 30px;
  	height: 1px;
  	background-color: #999999;
  	margin: auto;
  }
  
  .title_up {
  	font-family: 'MicrosoftYaHei';
  	font-size: 28px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 2px;
  	color: #333333;
  	margin-bottom: 0px;
  }
  
  .title_down {
  	font-family: ArialMT;
  	font-size: 28px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 2px;
  	color: #333333;
  	margin-bottom: 10px;
  }
  
  .index_news {
  	width: 100%;
  	margin-bottom: 100px;
  }
  
  .index_newstext {
  	width: 100%;
  	background-color: #f3f3f3;
  	padding: 15px 0 15px 15px;
  }
  
  .index_newstextsm {
  	padding: 0 !important;
  }
  
  .index_newstextsm_img {
  	width: 100%;
  	height: 100%;
  }
  
  .index_newsbgbox {
  	position: relative;
  }
  
  .index_newsbg img {
  	top: 40%;
  	position: relative;
  }
  
  .index_newsbg {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: #980000;
  	opacity: 0.5;
  	text-align: center;
  	display: none;
  }
  
  .index_newsbgbox:hover .index_newsbg {
  	display: block;
  }
  
  .index_newstextone {
  	font-family: 'MicrosoftYaHei';
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin: 15px 0;
  	padding: 0 10px;
	overflow:hidden; /*文本溢出隐藏*/
	text-overflow:ellipsis; /*省略号显示*/
	white-space:nowrap; /*强制在一行内显示*/
  }
  
  .index_newstexttwo {
  	font-family: 'MicrosoftYaHei';
  	font-size: 12px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #666666;
  	padding: 0 10px;
  	margin-bottom: 15px;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
  	overflow: hidden;
  }
  
  .index_newstextsm {
  	padding-right: 15px !important;
  }
  .floating{
	  border: 1px solid #ddd;
	  position: fixed;
	  right: 0px;
	  top: 45%;
	  z-index: 2000;
	  width: 40px;
	  height: 130px;
	  background-color: #8d1c27;
	  border-radius: 5px 0px 0px 5px;
	  padding: 5px 5px 0 5px;
	  text-align: center;
  }
  .floating p{
	  font-family: MicrosoftYaHei;
	  font-size: 16px;
	  font-weight: normal;
	  font-stretch: normal;
	  line-height: 20px;
	  letter-spacing: 0px;
	  color: #ffffff;
	  margin-top: 10px;
  }
  /* index  end*/
  /*about start*/
  
  .common_banner {
  	margin-top: 90PX;
  	width: 100%;
  }
  
  .common_title {
  	width: 100%;
  	height: 100px;
  	background-color: #f3f3f3;
  	display: flex;
  }
  
  .common_titleleft {
  	display: flex;
  	margin: 0;
  }
  
  .common_titleright {
  	margin: 0px 0 0 auto;
  	display: flex;
  }
  
  .common_titleleft li,
  .common_titleright li {
  	font-family: 'MicrosoftYaHei';
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #666666;
  	margin: auto;
  }
  
  .common_titleright a {
  	font-family: 'MicrosoftYaHei';
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #666666;
  	cursor: pointer;
  	margin-left: 20px;
  }
  
  .common_titleright a:focus,
  .common_titleright a:active,
  .common_titleright a:hover {
  	font-family: 'MicrosoftYaHei';
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #a81423;
  }
  
  .group {
  	width: 100%;
  	padding-top: 50px;
  	margin-bottom: 100px;
  }
  
  .group_left,
  .group_right {
  	width: 100%;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  }
  
  .group_right {
  	padding-left: 30px !important;
  }
  
  .group_left img {
  	width: 100%;
  }
  
  .group_title {
  	font-family: 'MicrosoftYaHei';
  	font-size: 28px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 2px;
  	color: #333333;
  	margin-bottom: 30px;
  }
  
  .group_text {
  	font-family: 'MicrosoftYaHei';
  	font-size: 15px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #666666;
  	margin-bottom: 20px;
  }
  
  .group_titleone {
  	    font-family: 'Arial-BoldItalicMT' !important;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 0;
    opacity: 0.8;
  }
  
  .group_titletwo {
  	margin-bottom: 10px;
  }
  
  .common_tilieone {
  	width: 100%;
  	padding-top: 50px;
  	text-align: center;
  }
  
  .layout_textbox {
  	width: 80%;
  	margin: 40px auto 100px auto;
  }
  
  .layout_textone {
  	font-family: MicrosoftYaHei;
  	font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 2px;
  	color: #a81422;
  	display: inline-block;
  	margin-bottom: 20px;
  }
  
  .layout_texttwo {
  	font-family: ArialMT;
  	font-size: 24px;
  	font-weight: normal;
  	letter-spacing: 2px;
  	color: #999999;
  	display: inline-block;
  	margin-bottom: 20px;
  }
  
  .layout_textthree {
  	font-family: AdobeHeitiStd-Regular;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #666666;
  	margin-bottom: 0px;
  }
  
  .layout_text {
  	margin-bottom: 40px;
  }
  
  .progresstext p {
  	width: 90%;
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin: auto auto 20px auto;
  }
  
  .group .gallery-top {
  	margin-bottom: 10px;
  }
  
  .group .swiper-slide-thumb-active {
  	border: solid 2px #8d1c27;
  }
  
  .progress_text {
  	margin: 50px auto auto;
  }
  
  .progress_text .timeline .timeline-item>.timeline-point {
  	color: #888888;
  	background: #fff;
  	right: -20px;
  	width: 20px;
  	height: 20px;
  	margin-top: 0px;
  	margin-left: 12px;
  	margin-right: 12px;
  	position: absolute;
  	z-index: 100;
  	border-width: 3px;
  	border-style: solid;
  	border-radius: 100%;
  	line-height: 13px;
  	text-align: center;
  	top: 15px;
  }
  
  .progress_text .timeline-heading h4 {
  	font-family: SourceHanSansCN-Light;
  	font-size: 40px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 23px;
  	letter-spacing: 0px;
  	color: #a81423 !important;
  }
  
  .progress_text .timeline-body p {
  	font-family: SourceHanSansCN-Light;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 26px;
  	letter-spacing: 0px;
  	color: #666666;
  }
  
  .progress_text .timeline_left {
  	text-align: right;
  }
  /* about  end*/
  /*exhibition start*/
  
  .exhibitiontext p {
  	width: 80%;
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 0px;
  	color: #666666;
  	margin: auto auto 100px auto;
  	/*text-align: center;*/
  }
  
  .exhibitionbox {
  	width: 100%;
  	margin: 100px 0 60px 0;
  }
  
  .exhibitionbox_title {
  	font-family: MicrosoftYaHei-Bold;
  	font-size: 18px;
  	font-weight: 600;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #a81422;
  	margin-bottom: 15px;
  }
  
  .exhibitionbox_textbox {
  	padding-left: 0 !important;
  	padding-right: 10px !important;
  	margin-bottom: 40px;
  }
  
  .exhibitionbox_text {
  	padding: 15px;
  }
  
  .exhibitionbox_textone {
  	font-family: MicrosoftYaHei;
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 0px;
  	color: #666666;
  	margin-bottom: 10px;
  }
  
  .exhibition_details {
  	margin-top: 50px;
  }
  
  .exhibition_detailsone {
  	width: 100%;
  	margin-top: 100px;
  }
  
  .details_title {
  	font-family: MicrosoftYaHei;
  	font-size: 30px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #333333;
  	text-align: center;
  	margin-bottom: 25px;
  }
  
  .details_title::after {
  	content: "";
  	height: 10px;
  	border-bottom-width: 2px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: -10px;
  	left: 0px;
  	max-width: 20%;
  	margin: auto;
  	color: #a81423;
  }
  
  .details_text {
  	width: 80%;
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin: auto;
  }
  
  .details_down {
  	height: 200px;
  	padding-left: 10px !important;
  	padding-right: 10px !important;
  	margin-bottom: 20px;
  }
  
  .details_downsm {
  	width: 100%;
  	height: 100%;
  	background-color: #f3f3f3;
  	display: flex;
  	padding: 20px;
  }
  
  .details_downbox {
  	margin-top: 60px;
  }
  
  .details_downleft {
  	width: 35%;
  	margin: auto;
  	text-align: center;
  }
  
  .details_downright {
  	width: 65%;
  	margin: 15px auto auto auto;
  }
  
  .details_downtitle {
  	font-family: MicrosoftYaHei;
  	font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 15px;
  }
  
  .details_downtext {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 0;
  }
  
  .exhibition_detailstwo {
  	width: 100%;
  	margin: 50px auto 100px;
  }
  
  .exhibition_detailstwo img {
  	margin: 0;
  	width: 100%;
  }
  
  .exhibition_detailstwo .swiper-pagination-bullet-active {
  	background-color: #ffffff;
  }
  
  .exhibition_detailstwo .swiper-pagination-bullet {
  	border: solid 1px #ffffff;
  	background: #FFFFFF;
  }
  
  .exhibition_detailstwo .swiper-container {
  	width: 100%;
  	height: 100%;
  }
  
  .exhibition_detailstwo .swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	/* Center slide text vertically */
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  	transition: 300ms;
  	transform: scale(0.8);
  }
  
  .exhibition_detailstwo .swiper-slide-active,
  .swiper-slide-duplicate-active {
  	transform: scale(1);
  }
  
  .exhibition_detailstwo .swiper-pagination-fraction {
  	bottom: 0 !important;
  }
  
  .exhibition_detailsdown {
  	margin: 50px auto;
  }
  
  .exhibition_detailsdown i {
  	color: #FFFFFF;
  	font-size: 50px;
  }
  
  .exhibition_detailsdown .swiper-button-next,
  .exhibition_detailsdown .swiper-button-prev {
  	position: absolute;
  	top: 50%;
  	/* width: 27px; */
  	height: 44px;
  	margin-top: -30px;
  	z-index: 10;
  	cursor: pointer;
  	background-size: 27px 44px;
  	background-position: center;
  	background-repeat: no-repeat;
  }
  
  .exhibition_detailsdown .swiper-button-prev {
  	left: 15%;
  	right: auto;
  }
  
  .exhibition_detailsdown .swiper-button-next {
  	right: 15%;
  	left: auto;
  }
  /* exhibition  end*/
  /*News start*/
  
  .News {
  	width: 100%;
  	background-color: #f3f3f3;
  }
  
  .Newsbox {
  	width: 100%;
  	background-color: #FFFFFF;
  	padding: 20px;
  }
  
  .Newsone {
  	margin-top: 20px;
  }
  
  .News_title {
  	font-family: Arial-BoldItalicMT;
  	font-size: 40px;
  	font-weight: bold;
  	font-stretch: normal;
  	line-height: 48px;
  	letter-spacing: 2px;
  	color: #666666;
  	opacity: 0.15;
  	margin-bottom: 5px;
  }
  
  .News_text {
  	font-family: MicrosoftYaHei;
  	font-size: 28px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #333333;
  }
  
  .Newstwo {
  	height: 275px;
  	margin: 40px auto 20px auto;
  }
  
  .Newstwo::after {
  	content: "";
  	height: 1.5px;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: -20px;
  	left: 0px;
  	width: 100%;
  }
  
  .Newsthreesm {
  	padding: 40px 40px 20px 20px;
  }
  
  .Newsthreebox {
  	margin-bottom: 20px;
  }
  
  .Newsthreebox::after {
  	content: "";
  	height: 1.5px;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: -20px;
  	left: 0px;
  	width: 100%;
  }
  
  .Newstwo_left {
  	height: 100%;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
  }
  
  .Newstwo_left img {
  	width: 100%;
  	height: 100%;
  }
  
  .Newstwo_right {
  	height: 100%;
  	padding: 20px 20px 40px 20px;
  	background-color: #f3f3f3;
  }
  
  .Newsthree_leftbox {
  	float: right;
  }
  
  .Newstwo_rightone {
  	display: flex;
  	margin: auto auto 15px auto;
  }
  
  .Newstwo_righttext {
  	font-family: PingFang-SC-Bold;
  	font-size: 40px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #999999;
  	margin: auto 0;
  }
  
  .Newstwo_righttextone {
  	margin: 0;
  }
  
  .Newstwo_righttextone p {
  	font-family: ArialMT;
  	font-size: 12px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #999999;
  	margin-bottom: 0px;
  }
  
  .News_textone {
  	font-family: MicrosoftYaHei;
  	font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 36px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 10px;
  }
  
  .News_texttwo {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 20px;
  	letter-spacing: 1px;
  	color: #999999;
  	margin-bottom: 10px;
  }
  
  .News_more {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 20px;
  	letter-spacing: 1px;
  	color: #999999;
  	float: right;
  }
  
  .Newsthree_leftone {
  	font-family: Arial-BoldItalicMT;
  	font-size: 30px;
  	font-weight: 600;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #666666;
  }
  
  .Newsthree_lefttwo {
  	font-family: ArialMT;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #666666;
  	margin-bottom: 0px;
  }
  
  .News_more:hover,
  .News_textone:hover {
  	color: #a81423;
  	cursor: pointer;
  }
  
  .News_details {
  	width: 100%;
  	text-align: center;
  	margin: 20px auto;
  }
  
  .News_detailstitle::after {
  	content: "";
  	height: 1.5px;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: 0px;
  	left: 0px;
  	width: 100%;
  }
  
  .News_detailstitleone {
  	font-family: MicrosoftYaHei;
  	font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 36px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 10px;
  }
  
  .News_detailstitletwo {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 0px;
  	color: #666666;
  	margin-bottom: 15px;
  }
  
  .News_detailstext {
  	width: 80%;
  	margin: 40px auto;
  }
  
  .News_detailstext p {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 20px;
  	letter-spacing: 1px;
  	color: #999999;
  	margin-bottom: 20px;
  	text-indent: 35px;
  	text-align: left;
  }
  
  .News_detailstext img {
  	margin: 20px auto 40px;
  }
  
  .News_detailstextbox::after {
  	content: "";
  	height: 1.5px;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: 0px;
  	left: 0px;
  	width: 100%;
  }
  
  .News_detailsone {
  	width: 80%;
  	display: flex;
  	margin: 20px auto 50px;
  }
  
  .News_detailsone a {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 20px;
  	letter-spacing: 1px;
  	color: #999999;
  	margin: auto auto auto 0;
  }
  
  .News_detailsone a:hover {
  	color: #a81423;
  }
  
  .News_detailsone button {
  	width: 100px;
  	height: 38px;
  	background-color: #a81422;
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 20px;
  	letter-spacing: 1px;
  	color: #ffffff;
  	margin: auto 0 auto auto;
  	border: none;
  }
  /* News  end*/
  /*property start*/
  
  .brieftext p {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #666666;
  	margin-bottom: 20px;
  	text-indent: 35px;
  }
  .brieftext iframe {
	width: 100%;
  }
  .briefbox {
  	width: 100%;
  	background: url("../img/briefbg.jpg") no-repeat;
  	background-size: 100% 700px;
  	margin-top: 50px;
  }
  
  .briefbox_up {
  	padding: 60px 0;
  	display: flex;
  }
  
  .briefbox_uptwo {
  	background-color: #ffffff;
  	padding: 60px 20px;
  }
  
  .briefbox_upthree {
  	background-color: #ff505e;
  }
  
  .briefbox_upthree p {
  	font-family: MicrosoftYaHei;
  	font-size: 20px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 100px;
  	letter-spacing: 1px;
  	color: #ffffff;
  	margin: auto;
  }
  
  .briefbox_upone {
  	margin-right: 120px;
  	text-align: center;
  	padding-right: 0 !important;
  	padding-left: 0 !important;
  }
  
  .briefbox_upone:last-child {
  	margin-right: 0px;
  }
  
  .briefbox_down {
  	width: 100%;
  	background-color: #f7f7f7;
  	padding: 20px;
  	margin: 20px auto 100px;
  }
  
  .indexA_leftContent {
  	padding-left: 0 !important;
  }
  
  .indexA_rightContent {
  	padding-right: 0 !important;
  	margin-top: 30px;
  }
  
  .indexA_rightBtn {
  	position: absolute;
  	right: 0;
  	top: 0;
  	z-index: 99;
  }
  
  .indexA_rightContent h2 {
  	font-family: MicrosoftYaHei;
  	font-size: 30px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #333333;
  	margin: 0 auto;
  }
  
  .briefbox_down .al {
  	margin-right: 10px;
  }
  
  .briefbox_down .rightTit span {
  	font-family: MicrosoftYaHei;
  	font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #666666;
  }
  
  .indexA_rightTxt {
  	margin: 50px auto;
  }
  
  .rightTit {
  	margin-bottom: 20px;
  }
  
  .rightTic p {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #666666;
  }
  
  .rightTic::after {
  	content: "";
  	height: 1px;
  	border-bottom-width: 1px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: -15px;
  	left: 0px;
  	width: 60px;
  	color: #a81423;
  }
  
  .indexA_rightImg ul {
  	display: flex;
  	margin: auto;
  	cursor: pointer;
  }
  
  .indexA_rightImg li {
  	position: relative;
  	overflow: hidden;
  	margin-right: 5px;
  }
  
  .indexA_rightImg li:first-child {
  	margin-left: 0px;
  }
  
  .indexA_rightImg li:last-child {
  	margin-right: 0px;
  }
  
  .indexA_rightImg li img {
  	width: 100%;
  }
  
  .indexA_rightImg li.at .bg {
  	display: none;
  }
  
  .indexA_rightImg li .bg {
  	width: 100%;
  	height: 100%;
  	background: url(../img/briefimgbg.png);
  	background-size: cover;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 66;
  }
  
  .indexA_leftContent img {
  	width: 100%;
  }
  
  .culturebox {
  	width: 100%;
  	margin: auto;
  	height: 120px;
  	display: flex;
  }
  
  .culturebox:hover {
  	background-color: #f3f3f3;
  }
  
  .culture_left p {
  	font-family: MicrosoftYaHei-Bold;
  	font-size: 24px;
  	font-weight: 600;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #a81423;
  }
  
  .culture_left {
  	width: 20%;
  	text-align: right;
  	margin: auto;
  }
  
  .culture_line {
  	width: 2px;
  	background: linear-gradient(#d4d4d4 30%, #a81423 30%, #a81423 50%, #d4d4d4 50%);
  	margin: 0 5%;
  }
  
  .cultureright {
  	width: 75%;
  	margin: auto;
  	padding-right: 20px;
  }
  
  .cultureright p {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 1px;
  	color: #666666;
  }
  
  .message {
  	width: 85%;
  	margin-bottom: 100px;
  	text-align: center;
  }
  
  .messageone {
  	margin-bottom: 5px;
  	display: flex;
  }
  
  .messagetwo {
  	display: flex;
  }
  
  .message_left {
  	width: 40%;
  	height: 80px;
  	background-color: #f1e7d8;
  	margin: auto 5px auto auto;
  	padding-right: 7%;
  }
  
  .message_left p {
  	font-family: MicrosoftYaHei;
  	font-size: 20px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 80px;
  	letter-spacing: 2px;
  	color: #666666;
  	text-align: right;
  }
  
  .message_right {
  	width: 60%;
  	height: 80px;
  	background-color: #f3f3f3;
  	margin: auto;
  	text-align: left;
  }
  
  .message_right input,
  .message_right textarea {
  	padding-left: 5%;
  	border: none;
  	background-color: #f3f3f3;
  	font-family: MicrosoftYaHei;
  	font-size: 20px;
  	font-weight: normal;
  	font-stretch: normal;
  	letter-spacing: 2px;
  	width: 100%;
  	height: 100%;
  	cursor: pointer;
  }
  
  .message_right textarea {
  	padding-top: 4%;
  }
  
  .message_rightone {
  	background-color: #FFFFFF;
  	display: flex;
  }
  
  .message_rightone input {
  	width: 20%;
  	padding: 0;
  	margin: auto;
  	text-align: center;
  }
  
  .message_rightone p {
  	width: 15%;
  	height: 100%;
  	background-color: #f1e7d8;
  	line-height: 80px !important;
  	text-align: center;
  	margin: 0 5px;
  }
  
  .message_rightone p:last-child {
  	width: 15%;
  	height: 100%;
  	background-color: #f1e7d8;
  	line-height: 80px !important;
  	text-align: center;
  	margin: 0 0px 0 5px;
  }
  
  .message_right p {
  	font-family: MicrosoftYaHei;
  	font-size: 20px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 36px;
  	letter-spacing: 2px;
  	color: #666666;
  	margin-bottom: 0;
  }
  
  .messagetwo .message_left {
  	width: 40%;
  	height: 200px;
  	background-color: #f1e7d8;
  	margin: auto 5px auto auto;
  	padding-right: 7%;
  }
  
  .messagetwo .message_right {
  	width: 60%;
  	height: 200px;
  	background-color: #f3f3f3;
  	margin: auto;
  	text-align: left;
  }
  
  .message button {
  	width: 150px;
  	height: 50px;
  	background-color: #a81423;
  	border-radius: 25px;
  	font-family: MicrosoftYaHei;
  	font-size: 24px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 36px;
  	letter-spacing: 2px;
  	color: #ffffff;
  	border: none;
  	margin: 30px;
  }
  /* property  end*/
  /*jinxin start*/
  
  .jinxin_group {
  	margin-bottom: 50px;
  }
  
  .jinxin_groupimg {
  	margin: 30px auto 0;
  	text-align: center;
  }
  
  .jinxin_text {
  	padding-left: 0 !important;
  	padding-right: 20px !important;
  	margin-bottom: 20px;
  }
  
  .jinxin_textsm {
  	padding: 20px;
  }
  
  .jinxin_textbg {
  	position: relative;
  	width: 100%;
  }
  .jinxin_textbg img{
	  width: 100%;
  }
  .jinxin_textbg:hover .jinxin_textbgone {
  	display: block;
  }
  
  .jinxin_textbgone {
  	position: absolute;
  	top: 0;
  	display: none;
  	background: #a81423;
  	opacity: 0.5;
  	width: 100%;
  	height: 100%;
  	cursor: pointer;
  	padding: 20px;
  }
  
  .jinxin_textsm_title {
  	font-family: MicrosoftYaHei-Bold;
  	font-size: 18px;
  	font-weight: 600;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #a81422;
  	margin-bottom: 15px;
  }
  
  .jinxin_textsm_textone {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 0px;
  	color: #666666;
  	margin-bottom: 0;
  }
  
  .jinxin_textbox {
  	margin-top: 50px;
  }
  
  .jinxin_groupimg p {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 30px;
  	letter-spacing: 0px;
  	color: #666666;
  	margin: 20px auto 10px;
  }
  
  .jinxin_textbgone p {
  	font-family: MicrosoftYaHei;
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	/* line-height: 30px; */
  	letter-spacing: 0px;
	  color: #ffffff;
	  text-indent: 25px;
  }
  /* jinxin  end*/
  /*contact start*/
  
  .contact {
  	width: 100%;
  	height: 100%;
  	background: url("../img/contactbg.jpg") no-repeat center center;
  	background-size: 100% 100%;
  	margin-top: 90px;
  }
  
  .contactbox {
  	width: 100%;
  	margin: auto;
  	text-align: center;
  	position: relative;
  	top: 22%;
  }
  
  .contactsm {
  	background-color: #ffffff;
  	padding: 60px 10px;
    height: 388px;
  }
  
  .contactsm img {
  	margin: 50px auto;
  }
  
  .contact_title {
  	font-family: MicrosoftYaHei;
  	font-size: 30px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 2px;
  	color: #333333;
  }
  
  .contact_title::after {
  	content: "";
  	height: 2px;
  	border-bottom-width: 2px;
  	border-bottom-style: solid;
  	display: block;
  	position: relative;
  	bottom: -10px;
  	left: 0px;
  	width: 60%;
  	color: #a81422;
  	margin: auto;
  }
  
  .contact_text {
  	font-family: MicrosoftYaHei;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	line-height: 24px;
  	letter-spacing: 1px;
  	color: #333333;
  	margin-bottom: 0;
    word-break: break-word;
  }
  
  .contactsmone {
  	display: none;
  	background-color: #a81423;
    height: 388px;
  }
  
  .contactsmone .contact_title,
  .contactsmone .contact_title::after,
  .contactsmone .contact_text {
  	color: #ffffff;

  }
  /*contact  end*/
  
  @media screen and (min-width:992px) and (max-width:1300px) {
  	/* 中型设备（台式电脑，992px 起） */
  	.typearea {
  		padding: 0px 8%;
  	}
  	.header .navbar-nav>li>a {
  		line-height: 80px;
  		padding: 0 7px;
  	}
  	.header {
  		width: 100%;
  		height: 80px;
  		position: fixed;
  		z-index: 10000;
  		background-color: #fff;
  		top: 0px;
		  line-height: 80px;
		  padding: 0px 2%;
  	}
  	.slider {
  		width: 100%;
  		margin-top: 80px;
  	}
  	.introbox {
  		margin: 50px auto;
  	}
  	.intro_rightone {
  		font-family: 'MicrosoftYaHei';
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 2px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.intro_righttwo {
  		font-family: 'Arial-ItalicMT';
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.intro_rightthree {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.intro_righttext {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-left: 20px;
  		margin-bottom: 5px;
  	}
  	.intro_rightfive a {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  	}
  	.intro_rightfour {
  		margin-bottom: 10px;
  	}
  	.introone {
  		margin-top: 50px;
	  }
	.introone_show{
		display: block;
	}
	.introone_hide{
		display: none;
	}
  	.headline {
  		display: flex;
  		width: 100%;
  		text-align: center;
  		margin: 0px auto 30px auto;
  	}
  	.title_up {
  		font-family: 'MicrosoftYaHei';
  		font-size: 24px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 2px;
  		color: #333333;
  		margin-bottom: 0px;
  	}
  	.title_down {
  		font-family: ArialMT;
  		font-size: 24px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 2px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.index_newstextone {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin: 15px 0;
  		padding: 0 10px;
  	}
  	.index_news {
  		width: 100%;
  		margin-bottom: 50px;
  	}
  	.footersm {
  		width: 100%;
  		margin-bottom: 25px;
  		padding-top: 35px;
  	}
  	.footer_uptextone {
  		font-family: ArialMT;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.footer_uptexttwo {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 15px;
  	}
  	.footer_upadd {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		color: #333333;
  	}
  	.footer_line {
  		width: 100%;
  		height: 1px;
  		background-color: #333333;
  	}
  	.footer_down p {
  		font-family: 'MicrosoftYaHei';
  		font-size: 16px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 0px;
  		padding: 10px 0 15px 0;
  	}
  	.common_banner {
  		margin-top: 80PX;
  		width: 100%;
	  }
	  .common_banner img{
		  height: 180px;
	  }
  	.common_title {
  		width: 100%;
  		height: 70px;
  		background-color: #f3f3f3;
  		display: flex;
  	}
  	.common_titleleft li,
  	.common_titleright li {
  		font-family: 'MicrosoftYaHei';
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin: auto;
  	}
  	.group {
  		width: 100%;
  		padding-top: 30px !important;
  		margin-bottom: 50px;
  	}
  	.group_title {
  		font-family: 'MicrosoftYaHei';
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 2px;
  		color: #333333;
  		margin-bottom: 15px;
  	}
  	.group_text {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 10px;
  	}
  	.footerbox_down {
  		width: 100%;
  		height: 80px;
  		background-color: #a81422;
  		display: flex;
  		justify-content: space-between;
  	}
  	.footerbox_down li {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #ffffff;
  	}
  	.common_tilieone {
  		width: 100%;
  		padding-top: 30px;
  		text-align: center;
  	}
  	.group_titleone {
  		font-family: 'Arial-BoldItalicMT' !important;
  		font-size: 30px;
  		font-weight: bold;
  		font-stretch: normal;
  		line-height: 30px;
  		letter-spacing: 2px;
  		color: #666666;
  		margin-bottom: 0;
  		opacity: 0.125;
  	}
  	.layout_textbox {
  		width: 80%;
  		margin: 30px auto 50px auto;
  	}
  	.layout_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 30px;
  		letter-spacing: 2px;
  		color: #a81422;
  		display: inline-block;
  		margin-bottom: 10px;
  	}
  	.layout_texttwo {
  		font-family: ArialMT;
  		font-size: 20px;
  		font-weight: normal;
  		letter-spacing: 2px;
  		color: #999999;
  		display: inline-block;
  		margin-bottom: 10px;
  	}
  	.layout_textthree {
  		font-family: AdobeHeitiStd-Regular;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0px;
  	}
  	.layout_text {
  		margin-bottom: 20px;
  	}
  	.progresstext p {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin: auto auto 15px auto;
  	}
  	.exhibitiontext {
  		width: 80%;
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: auto auto 50px auto;
  		text-align: center;
  	}
  	.exhibitionbox {
  		width: 100%;
  		margin: 50px 0 30px 0;
  	}
  	.exhibitionbox_textbox {
  		padding-left: 0 !important;
  		padding-right: 10px !important;
  		margin-bottom: 20px;
	  }
	  .exhibitionbox_text {
		padding: 15px 15px 0;
	}
	  .exhibitionbox_textone {
		font-family: MicrosoftYaHei;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 24px;
		letter-spacing: 0px;
		color: #666666;
		margin-bottom: 10px;
	}
	.exhibitionbox_textoneh{
		height: 30px;
	  }
  	.exhibition_detailsone {
  		width: 100%;
  		margin-top: 50px;
  	}
  	.details_title {
  		font-family: MicrosoftYaHei;
  		font-size: 26px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #333333;
  		text-align: center;
  		margin-bottom: 20px;
  	}
  	.details_text {
  		width: 80%;
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin: auto;
  	}
  	.details_downbox {
  		margin-top: 40px;
  	}
  	.details_downtitle {
  		font-family: MicrosoftYaHei;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 15px;
  	}
  	.details_downtext {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 0;
  	}
  	.details_down {
  		height: 200px;
  		padding-left: 0 !important;
  		padding-right: 30px !important;
  		margin-bottom: 30px !important;
  	}
  	.briefbox_upone {
  		margin-right: 100px;
  		text-align: center;
  		padding-right: 0 !important;
  		padding-left: 0 !important;
  	}
  	.News_title {
  		font-family: Arial-BoldItalicMT;
  		font-size: 30px;
  		font-weight: bold;
  		font-stretch: normal;
  		line-height: 30px;
  		letter-spacing: 2px;
  		color: #666666;
  		opacity: 0.15;
  		margin-bottom: 5px;
  	}
  	.News_text {
  		font-family: MicrosoftYaHei;
  		font-size: 24px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #333333;
  	}
  	.Newstwo {
  		height: 250px;
  		margin: 20px;
  	}
  	.Newstwo_righttext {
  		font-family: PingFang-SC-Bold;
  		font-size: 28px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #999999;
  		margin: auto 0;
  	}
  	.Newsthree_leftone {
  		font-family: Arial-BoldItalicMT;
  		font-size: 26px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #666666;
  	}
  	.Newstwo_righttextone p {
  		font-family: ArialMT;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		margin-bottom: 0px;
  	}
  	.Newsthree_lefttwo {
  		font-family: ArialMT;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #666666;
  		margin-bottom: 0px;
  	}
  	.Newstwo_rightone {
  		display: flex;
  		margin: auto auto 10px auto;
  	}
  	.News_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 28px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.News_texttwo {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		margin-bottom: 10px;
  	}
  	.News_more {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		float: right;
  	}
  	.Newsthreesm {
  		padding: 20px 20px 10px 10px;
  	}
  	.News_detailstext {
  		width: 80%;
  		margin: 30px auto;
  	}
  	.News_detailstext p {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		margin-bottom: 15px;
  		text-indent: 35px;
  		text-align: left;
  	}
  	.News_detailstext img {
  		margin: 15px auto 30px;
  	}
  	.News_detailsone {
  		width: 80%;
  		display: flex;
  		margin: 20px auto 40px;
  	}
  	.News_detailsone button {
  		width: 80px;
  		height: 30px;
  		background-color: #a81422;
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #ffffff;
  		margin: auto 0 auto auto;
  		border: none;
  	}
  	.brieftext p {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 15px;
  		text-indent: 35px;
  	}
  	.briefbox {
  		width: 100%;
  		background: url(../img/briefbg.jpg) no-repeat;
  		background-size: 100% 500px;
  		margin-top: 30px;
  	}
  	.briefbox_uptwo {
  		background-color: #ffffff;
  		padding: 40px 25px;
  	}
  	.briefbox_upthree p {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 60px;
  		letter-spacing: 1px;
  		color: #ffffff;
  		margin: auto;
  	}
  	.culturebox {
  		width: 100%;
  		margin: auto;
  		height: 100px;
  		display: flex;
  	}
  	.culture_left p {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 22px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #a81423;
  	}
  	.cultureright p {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #666666;
  	}
  	.message {
  		width: 85%;
  		margin-bottom: 50px;
  		text-align: center;
  	}
  	.message_left {
  		width: 40%;
  		height: 60px;
  		background-color: #f1e7d8;
  		margin: auto 5px auto auto;
  		padding-right: 7%;
  	}
  	.message_left p {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 60px;
  		letter-spacing: 2px;
  		color: #666666;
  		text-align: right;
  	}
  	.message_right {
  		width: 60%;
  		height: 60px;
  		background-color: #f3f3f3;
  		margin: auto;
  		text-align: left;
  	}
  	.message_right input,
  	.message_right textarea {
  		padding-left: 5%;
  		border: none;
  		background-color: #f3f3f3;
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 2px;
  		width: 100%;
  		height: 100%;
  		cursor: pointer;
  	}
  	.messagetwo .message_left {
  		width: 40%;
  		height: 150px;
  		background-color: #f1e7d8;
  		margin: auto 5px auto auto;
  		padding-right: 7%;
  	}
  	.messagetwo .message_right {
  		width: 60%;
  		height: 150px;
  		background-color: #f3f3f3;
  		margin: auto;
  		text-align: left;
  	}
  	.message_rightone input {
  		width: 20%;
  		padding: 0;
  		margin: auto;
  		text-align: center;
  	}
  	.message_right p {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 60px;
  		letter-spacing: 2px;
  		color: #666666;
  		margin-bottom: 0;
  	}
  	.message_rightone p {
  		width: 15%;
  		height: 100%;
  		background-color: #f1e7d8;
  		line-height: 60px !important;
  		text-align: center;
  		margin: 0 5px;
  	}
  	.message_rightone {
  		background-color: #FFFFFF;
  		display: flex;
  	}
  	.message_rightone p:last-child {
  		width: 15%;
  		height: 100%;
  		background-color: #f1e7d8;
  		line-height: 60px !important;
  		text-align: center;
  		margin: 0 0px 0 5px;
  	}
  	.message button {
  		width: 120px;
  		height: 35px;
  		background-color: #a81423;
  		border-radius: 20px;
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #ffffff;
  		border: none;
  		margin: 20px;
  	}
  	.jinxin_textbox {
  		margin-top: 30px;
  	}
  	.jinxin_groupimg p {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: 20px auto 10px;
  	}
  	.jinxin_textsm_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 0;
  	}
  	.contact {
  		width: 100%;
  		height: 100%;
  		background: url("../img/contactbg.jpg") no-repeat center center;
  		background-size: 100% 100%;
  		margin-top: 80px;
  	}
  	.contactbox {
  		width: 100%;
  		margin: auto;
  		text-align: center;
  		position: relative;
  		top: 18%;
  	}
  	.contactsm {
  		background-color: #ffffff;
  		padding: 40px 10px;
      height: 320px;
  	}
  	.contact_title {
  		font-family: MicrosoftYaHei;
  		font-size: 26px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 2px;
  		color: #333333;
  	}
  	.contact_title::after {
  		content: "";
  		height: 1.5px;
  		border-bottom-width: 2px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -10px;
  		left: 0px;
  		width: 50%;
  		color: #a81422;
  		margin: auto;
  	}
  	.contactsm img {
  		margin: 30px auto;
  	}
  	.contact_text {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 0;
  	}
  	.contactsmone {
  		display: none;
  		background-color: #a81423;
  	}
  	.contactsmone .contact_title,
  	.contactsmone .contact_title::after,
  	.contactsmone .contact_text {
  		color: #ffffff;
  	}
  	.progress_text .timeline-heading h4 {
  		font-family: SourceHanSansCN-Light;
  		font-size: 30px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #a81423 !important;
  	}
  	.progress_text .timeline-body p {
  		font-family: SourceHanSansCN-Light;
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.progress_text .timeline .timeline-item {
  		position: relative;
  		float: left;
  		clear: left;
  		width: 50%;
  		margin-bottom: 1.25rem;
  		height: auto;
  	}
  	.exhibition_detailsdown i {
  		color: #FFFFFF;
  		font-size: 35px;
  	}
  	.indexA_rightContent {
  		padding-right: 0 !important;
  		/* height: 460px; */
  		margin-top: 20px;
  	}
  	.indexA_rightContent h2 {
  		font-family: MicrosoftYaHei;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin: 0 auto;
  	}
  	.indexA_rightTxt {
  		margin: 30px auto;
  	}
  	.briefbox_down .rightTit span {
  		font-family: MicrosoftYaHei;
  		font-size: 19px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #666666;
  	}
  	.rightTic p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.briefbox_down {
  		width: 100%;
  		background-color: #f7f7f7;
  		padding: 15px;
  		margin: 20px auto 50px;
  	}
  	.indexA_rightContent h2 img {
  		width: 50px;
  		height: 50px;
  		margin-right: 10px;
  	}
  	.jinxin_textbgone {
  		position: relative;
  		top: 0;
  		display: block;
  		background: #FFFFFF;
  		opacity: 0.5;
  		width: 100%;
  		height: 100%;
  		cursor: pointer;
  		padding: 20px 0 0;
  	}
  	.jinxin_textbgone p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		/* line-height: 24px; */
  		letter-spacing: 0px;
  		color: #434343;
		  height:160px;
		  text-indent: 25px;
  	}
  	.jinxin_textsm {
  		padding: 20px 20px 0 20px;
  	}
  	.index_newsbgbox:hover .index_newsbg {
  		display: none;
	  }
	  .floating {
		border: 1px solid #ddd;
		position: fixed;
		right: 0px;
		top: 35%;
		z-index: 2000;
		width: 40px;
		height: 130px;
		background-color: #8d1c27;
		border-radius: 5px 0px 0px 5px;
		padding: 5px 5px 0 5px;
		text-align: center;
	}
	.floating p {
		font-family: MicrosoftYaHei;
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-top: 5px;
	}
  }
  
  @media screen and (min-width:768px) and (max-width:991px) {
  	/* 小型设备（平板电脑，768px 起） */
	  .typearea {
		padding: 0px 6%;
		width: 100%;
	}
	.header {
		width: 100%;
		height: 70px;
		position: fixed;
		z-index: 10000;
		background-color: #fff;
		top: 0px;
		line-height: 70px;
	}
	.header .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 15px;
		margin-right: 0px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.header .navbar-nav {
		float: none;
		margin: 0;
		background-color: #FFFFFF;
	}
	.header .navbar-default .navbar-nav>.active>a::after,
	.navbar-default .navbar-nav>.active>a:focus::after,
	.navbar-default .navbar-nav>.active>a:hover::after {
		content: none;
	}
	.header .navbar-nav>li>a {
		line-height: 40px;
		padding: 0;
		text-align: center;
	}
	.header .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #8d1c27 !important;
		background-color: #FFFFFF !important;
	}
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		top: 20px;
		position: absolute;
		margin-left: 4px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid\9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}
	.header a:hover::after {
		content: none;
	}
	.header .open>.dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: block;
		height: auto;
		margin-top: 0px;
		text-align: center;
		line-height: 30px;
	}
	.header a {
		font-family: 'MicrosoftYaHei';
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #333333 !important;
	}
	.header .dropdown-menu>li>a {
		display: block;
		padding: 0px 15px !important;
		clear: both;
		font-weight: 400;
		line-height: 30px;
		color: #666666 !important;
		white-space: nowrap;
	}
  	.slider {
  		width: 100%;
  		/* height: 600px; */
  		margin-top: 70px;
  	}
  	/* .header .navbar-default .navbar-nav>.active>a::after,
  	.navbar-default .navbar-nav>.active>a:focus::after,
  	.navbar-default .navbar-nav>.active>a:hover::after {
  		content: '';
  		position: absolute;
  		bottom: 5px;
  		top: auto;
  		left: 5px;
  		height: 3px;
  		width: 80%;
  		background-color: #8d1c27;
  	}
  	.header a:hover::after {
  		content: '';
  		position: absolute;
  		bottom: 5px;
  		top: auto;
  		left: 5px;
  		height: 3px;
  		width: 80%;
  		background-color: #8d1c27;
  	} */
  	.introbox {
  		margin: 35px auto;
  	}
  	.intro_left {
  		width: 100%;
  		display: flex;
  		padding-left: 0 !important;
  		padding-right: 0 !important;
  	}
  	.intro_right {
  		width: 100%;
  		padding: 10px 0 10px 10px !important;
  	}
  	.intro_lefttwo img {
  		margin-bottom: 3px !important;
  	}
  	.intro_rightone {
  		font-family: 'MicrosoftYaHei';
  		font-size: 21px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 5px;
  	}
  	.intro_righttwo {
  		font-family: 'Arial-ItalicMT';
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 5px;
  	}
  	.intro_rightthree {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 5px;
  	}
  	.intro_righttext {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-left: 20px;
  		margin-bottom: 5px;
  	}
  	.intro_rightfive a {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  	}
  	.intro_rightfour {
  		margin-bottom: 10px;
  	}
  	.introone {
  		margin-top: 35px;
	}
	.introone_show{
		display: block;
	}
	.introone_hide{
		display: none;
	}
  	.headline {
  		display: flex;
  		width: 100%;
  		text-align: center;
  		margin: 0px auto 30px auto;
  	}
  	.title_up {
  		font-family: 'MicrosoftYaHei';
  		font-size: 21px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 0px;
  	}
  	.title_down {
  		font-family: ArialMT;
  		font-size: 21px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 8px;
  	}
  	.index_news {
  		width: 100%;
  		margin-bottom: 35px;
  	}
  	.index_newstextone {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin: 10px 0;
  		padding: 0 8px;
  	}
  	.index_newstexttwo {
  		font-family: 'MicrosoftYaHei';
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		padding: 0 8px;
  		margin-bottom: 10px;
  		display: -webkit-box;
  		-webkit-box-orient: vertical;
  		-webkit-line-clamp: 2;
  		overflow: hidden;
  	}
  	.footersm {
  		width: 100%;
  		margin-bottom: 20px;
  		padding-top: 35px;
  	}
  	.footer_uptextone {
  		font-family: ArialMT;
  		font-size: 19px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.footer_uptexttwo {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 15px;
  	}
  	.footer_upadd {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		color: #333333;
  	}
  	.footer_down p {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 0px;
  		padding: 8px 0 15px 0;
  	}
  	.common_banner {
  		margin-top: 70px;
  		width: 100%;
	  }
	  .common_banner img{
		  height: 150px;
	  }
  	.common_title {
  		width: 100%;
  		height: 70px;
  		background-color: #f3f3f3;
  		display: flex;
  	}
  	.common_titleleft li,
  	.common_titleright li {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin: auto;
  	}
  	.common_titleright a {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  		cursor: pointer;
  		margin-left: 20px;
  	}
  	.group {
  		width: 100%;
  		padding-top: 25px;
  		margin-bottom: 35px;
  	}
  	.group_title {
  		font-family: 'MicrosoftYaHei';
  		font-size: 21px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.group_text {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 5px;
  	}
  	.group_titleone {
  		font-family: 'Arial-BoldItalicMT' !important;
  		font-size: 21px;
  		font-weight: bold;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0;
  		opacity: 0.125;
  	}
  	.common_tilieone {
  		width: 100%;
  		padding-top: 35px;
  		text-align: center;
  	}
  	.layout_textbox {
  		width: 90%;
  		margin: 25px auto 35px auto;
  	}
  	.layout_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #a81422;
  		display: inline-block;
  		margin-bottom: 10px;
  	}
  	.layout_texttwo {
  		font-family: ArialMT;
  		font-size: 18px;
  		font-weight: normal;
  		letter-spacing: 1px;
  		color: #999999;
  		display: inline-block;
  		margin-bottom: 10px;
  	}
  	.layout_textthree {
  		font-family: AdobeHeitiStd-Regular;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 0px;
  	}
  	.layout_text {
  		margin-bottom: 20px;
  	}
  	.progresstext p {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin: auto auto 10px auto;
  		text-indent: 25px;
  	}
  	.exhibitiontext p {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: auto auto 30px auto;
  		text-align: center;
  	}
  	.exhibitionbox {
  		width: 100%;
  		margin: 35px 0;
  	}
  	.exhibitionbox_text {
  		padding: 10px 8px 0;
  	}
  	.exhibitionbox_title {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 17px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 24px;
  		letter-spacing: 1px;
  		color: #a81422;
  		margin-bottom: 10px;
  	}
  	.exhibitionbox_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
		  margin-bottom: 8px;
	  }
	  .exhibitionbox_textoneh{
		height:35px;
	  }
  	.exhibitionbox_textbox {
  		padding-left: 0 !important;
  		padding-right: 10px !important;
  		margin-bottom: 15px;
  	}
  	.exhibition_details {
  		margin-top: 35px;
  	}
  	.exhibition_detailsone {
  		width: 100%;
  		margin-top: 30px;
  	}
  	.details_title {
  		font-family: MicrosoftYaHei;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  		text-align: center;
  		margin-bottom: 15px;
  	}
  	.details_title::after {
  		content: "";
  		height: 5px;
  		border-bottom-width: 1.5px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -8px;
  		left: 0px;
  		max-width: 18%;
  		margin: auto;
  		color: #a81423;
  	}
  	.details_text {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin: auto;
  	}
  	.details_downbox {
  		margin-top: 30px;
  	}
  	.details_down {
  		height: 180px;
  		padding-left: 0 !important;
  		padding-right: 30px !important;
  		margin-bottom: 30px;
  	}
  	.details_down:nth-child(even) {
  		height: 180px;
  		padding-left: 0 !important;
  		padding-right: 0px !important;
  		margin-bottom: 30px;
  	}
  	.details_downtitle {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 8px;
  	}
  	.details_downtext {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 0;
  	}
  	.details_downsm {
  		width: 100%;
  		height: 100%;
  		background-color: #f3f3f3;
  		display: flex;
  		padding: 10px;
  	}
  	.News_title {
  		font-family: Arial-BoldItalicMT;
  		font-size: 21px;
  		font-weight: bold;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  		opacity: 0.15;
  		margin-bottom: 5px;
  	}
  	.News_text {
  		font-family: MicrosoftYaHei;
  		font-size: 21px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  	}
  	.Newsone {
  		margin-top: 0px;
  	}
  	.Newstwo {
  		height: 220px;
  		margin: 15px auto;
  	}
  	.Newstwo_right {
  		height: 100%;
  		padding: 10px 10px 20px 10px;
  		background-color: #f3f3f3;
  	}
  	.Newstwo_righttext {
  		font-family: PingFang-SC-Bold;
  		font-size: 24px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #999999;
  		margin: auto 0;
  	}
  	.Newstwo_righttextone p {
  		font-family: ArialMT;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		margin-bottom: 0px;
  	}
  	.Newstwo_rightone {
  		display: flex;
  		margin: auto auto 8px auto;
  	}
  	.News_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 8px;
  	}
  	.News_texttwo {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		margin-bottom: 8px;
  	}
  	.News_more {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		float: right;
  	}
  	.Newstwo::after {
  		content: "";
  		height: 1.5px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -15px;
  		left: 0px;
  		width: 100%;
  	}
  	.Newsthreebox {
  		margin-bottom: 15px;
  	}
  	.Newsthreesm {
  		padding: 20px 20px 10px 10px;
  	}
  	.Newsthreebox::after {
  		content: "";
  		height: 1.5px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -10px;
  		left: 0px;
  		width: 100%;
  	}
  	.Newsthree_leftone {
  		font-family: Arial-BoldItalicMT;
  		font-size: 24px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  	}
  	.Newsthree_lefttwo {
  		font-family: ArialMT;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0px;
  	}
  	.News_details {
  		width: 100%;
  		text-align: center;
  		margin: 10px auto;
  	}
  	.News_detailstitleone {
  		font-family: MicrosoftYaHei;
  		font-size: 21px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.News_detailstitletwo {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 10px;
  	}
  	.News_detailstext {
  		width: 90%;
  		margin: 20px auto;
  	}
  	.News_detailstext p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		margin-bottom: 10px;
  		text-indent: 30px;
  		text-align: left;
  	}
  	.News_detailstext img {
  		margin: 10px auto 20px;
  	}
  	.News_detailsone {
  		width: 90%;
  		display: flex;
  		margin: 20px auto 35px;
  	}
  	.News_detailsone a {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		margin: auto auto auto 0;
  	}
  	.News_detailsone button {
  		width: 80px;
  		height: 30px;
  		background-color: #a81422;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #ffffff;
  		margin: auto 0 auto auto;
  		border: none;
  	}
  	.brieftext p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 10px;
  		text-indent: 30px;
  	}
  	.briefbox {
  		width: 100%;
  		background: url(../img/briefbg.jpg) no-repeat;
  		background-size: 100% 450px;
  		margin-top: 35px;
  	}
  	.briefbox_up {
  		padding: 30px 0;
  		display: flex;
  	}
  	.briefbox_upone {
  		width: 25%;
  		margin-right: 60px;
  		text-align: center;
  	}
  	.briefbox_uptwo {
  		background-color: #ffffff;
  		padding: 30px 20px;
  	}
  	.briefbox_upthree p {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 70px;
  		letter-spacing: 1px;
  		color: #ffffff;
  		margin: auto;
  	}
  	.culturebox {
  		width: 100%;
  		margin: auto;
  		height: 100px;
  		display: flex;
  	}
  	.culture_left p {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 20px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #a81423;
  	}
  	.cultureright p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.message_left {
  		width: 40%;
  		height: 50px;
  		background-color: #f1e7d8;
  		margin: auto 5px auto auto;
  		padding-right: 5%;
  	}
  	.message_left p {
  		font-family: MicrosoftYaHei;
  		font-size: 16px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 50px;
  		letter-spacing: 1px;
  		color: #666666;
  		text-align: right;
  	}
  	.message_right input,
  	.message_right textarea {
  		padding-left: 3%;
  		border: none;
  		background-color: #f3f3f3;
  		font-family: MicrosoftYaHei;
  		font-size: 16px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		width: 100%;
  		height: 100%;
  		cursor: pointer;
  	}
  	.message_right {
  		width: 60%;
  		height: 50px;
  		background-color: #f3f3f3;
  		margin: auto;
  		text-align: left;
  	}
  	.messagetwo .message_left {
  		width: 40%;
  		height: 140px;
  		background-color: #f1e7d8;
  		margin: auto 5px auto auto;
  		padding-right: 5%;
  	}
  	.messagetwo .message_right {
  		width: 60%;
  		height: 140px;
  		background-color: #f3f3f3;
  		margin: auto;
  		text-align: left;
  	}
  	.message_right p {
  		font-family: MicrosoftYaHei;
  		font-size: 16px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0;
  	}
  	.message_rightone input {
  		width: 20%;
  		padding: 0;
  		margin: auto;
  		text-align: center;
  	}
  	.message_rightone p {
  		width: 17%;
  		height: 100%;
  		background-color: #f1e7d8;
  		line-height: 50px !important;
  		text-align: center;
  		margin: 0 5px;
  	}
  	.message_rightone p:last-child {
  		width: 17%;
  		height: 100%;
  		background-color: #f1e7d8;
  		line-height: 50px !important;
  		text-align: center;
  		margin: 0 0px 0 5px;
  	}
  	.message_rightone {
  		background-color: #FFFFFF;
  		display: flex;
  	}
  	.message button {
  		width: 120px;
  		height: 35px;
  		background-color: #a81423;
  		border-radius: 25px;
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #ffffff;
  		border: none;
  		margin: 20px;
  	}
  	.message {
  		width: 90%;
  		margin-bottom: 35px;
  		text-align: center;
  	}
  	.jinxin_textbox {
  		margin-top: 30px;
  	}
  	.jinxin_textsm {
  		padding: 12px 12px 0 12px;
  	}
  	.jinxin_textsm_title {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 16px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #a81422;
  		margin-bottom: 8px;
  	}
  	.jinxin_textsm_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 0;
  	}
  	.jinxin_groupimg p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: 15px auto 10px;
  	}
  	.contact {
  		width: 100%;
  		height: 100%;
  		background: url(../img/contactbg.jpg) no-repeat center center;
  		background-size: 100% 100%;
  		margin-top: 70px;
  	}
  	.contactbox {
  		width: 100%;
  		margin: auto;
  		text-align: center;
  		position: relative;
  		top: 20%;
  	}
  	.contactsm {
  		padding: 30px 5px;
      height: 280px;
  	}
  	.contact_title {
  		font-family: MicrosoftYaHei;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  	}
  	.contact_title::after {
  		content: "";
  		height: 1.5px;
  		border-bottom-width: 1.5px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -5px;
  		left: 0px;
  		width: 50%;
  		color: #a81422;
  		margin: auto;
  	}
  	.contactsm img {
  		margin: 25px auto;
  	}
  	.contact_text {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 0;
  	}
  	.contactbig {
  		padding-left: 10px !important;
  		padding-right: 10px !important;
  	}
  	.progress_text .timeline-heading h4 {
  		font-family: SourceHanSansCN-Light;
  		font-size: 24px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #a81423 !important;
  	}
  	.progress_text .timeline-body p {
  		font-family: SourceHanSansCN-Light;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.progress_text .timeline .timeline-item {
  		position: relative;
  		float: left;
  		clear: left;
  		width: 50%;
  		margin-bottom: 1.25rem;
  		height: auto;
  	}
  	.progress_text {
  		margin: 35px auto auto;
  	}
  	.exhibition_detailsdown i {
  		color: #FFFFFF;
  		font-size: 30px;
  	}
  	.indexA_rightContent {
  		padding-right: 0 !important;
  		margin-top: 10px;
  	}
  	.indexA_rightContent h2 {
  		font-family: MicrosoftYaHei;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin: 0 auto;
  	}
  	.indexA_rightBtn img {
  		height: 30px;
  		width: 30px;
  	}
  	.briefbox_down .al {
  		margin-right: 8px;
  	}
  	.indexA_rightTxt {
  		margin: 20px auto;
  	}
  	.briefbox_down .rightTit span {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.rightTit {
  		margin-bottom: 10px;
  	}
  	.rightTic p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.rightTic::after {
  		content: "";
  		height: 1px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: 0px;
  		left: 0px;
  		width: 50px;
  		color: #a81423;
  	}
  	.briefbox_down {
  		width: 100%;
  		background-color: #f7f7f7;
  		padding: 15px;
  		margin: 20px auto 35px;
  	}
  	.indexA_rightContent h2 img {
  		width: 40px;
  		height: 40px;
  		margin-right: 10px;
  	}
  	.jinxin_textbgone {
  		position: relative;
  		top: 0;
  		display: block;
  		background: #FFFFFF;
  		opacity: 0.5;
  		width: 100%;
  		height: 100%;
  		cursor: pointer;
  		padding: 15px 0 0;
  	}
  	.jinxin_textbgone p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		/* line-height: 22px; */
  		letter-spacing: 0px;
  		color: #434343;
		  height: 220px;
		  text-indent: 25px;
  	}
  	.index_newsbgbox:hover .index_newsbg {
  		display: none;
	  }
	  .floating {
		border: 1px solid #ddd;
		position: fixed;
		right: 0px;
		top: 20%;
		z-index: 2000;
		width: 35px;
		height: 120px;
		background-color: #8d1c27;
		border-radius: 5px 0px 0px 5px;
		padding: 5px 5px 0 5px;
		text-align: center;
	}
	.floating p {
		font-family: MicrosoftYaHei;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 20px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-top: 5px;
	}
  }
  
  @media screen and (max-width:767px) {
  	/* 超小设备（手机，小于 768px） */
  	.typearea {
  		padding: 0px 4%;
  		width: 100%;
  	}
  	.header {
  		width: 100%;
  		height: 60px;
  		position: fixed;
  		z-index: 10000;
  		background-color: #fff;
  		top: 0px;
  		line-height: 60px;
  	}
  	.header .navbar-toggle {
  		position: relative;
  		float: right;
  		padding: 9px 10px;
  		margin-top: 8px;
  		margin-right: 0px;
  		margin-bottom: 8px;
  		background-color: transparent;
  		background-image: none;
  		border: 1px solid transparent;
  		border-radius: 4px;
  	}
  	.header .navbar-nav {
  		float: none;
  		margin: 0;
  		background-color: #FFFFFF;
  	}
  	.header .navbar-default .navbar-nav>.active>a::after,
  	.navbar-default .navbar-nav>.active>a:focus::after,
  	.navbar-default .navbar-nav>.active>a:hover::after {
  		content: none;
  	}
  	.header .navbar-nav>li>a {
  		line-height: 40px;
  		padding: 0;
  		text-align: center;
  	}
  	.header .navbar-default .navbar-nav>.active>a,
  	.navbar-default .navbar-nav>.active>a:focus,
  	.navbar-default .navbar-nav>.active>a:hover {
  		color: #8d1c27 !important;
  		background-color: #FFFFFF !important;
  	}
  	.caret {
  		display: inline-block;
  		width: 0;
  		height: 0;
  		top: 20px;
  		position: absolute;
  		margin-left: 4px;
  		vertical-align: middle;
  		border-top: 4px dashed;
  		border-top: 4px solid\9;
  		border-right: 4px solid transparent;
  		border-left: 4px solid transparent;
  	}
  	.header a:hover::after {
  		content: none;
  	}
  	.header .open>.dropdown-menu {
  		display: block;
  		height: auto;
  		margin-top: 0px;
  		text-align: center;
  		line-height: 30px;
  	}
  	.header a {
  		font-family: 'MicrosoftYaHei';
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333 !important;
  	}
  	.slider {
  		width: 100%;
  		height: 150px;
  		margin-top: 60px;
	  }
	  .slider img{
		width: 100%;
		height: 150px;
	}
  	.introbox {
  		margin: 25px auto;
  	}
  	.intro_left {
  		width: 100%;
  		display: flex;
  		padding-left: 0 !important;
  		padding-right: 0 !important;
  	}
  	.intro_lefttwo img {
  		margin-bottom: 2.5px !important;
  	}
  	.intro_rightone {
  		font-family: 'MicrosoftYaHei';
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 5px;
  	}
  	.intro_righttwo {
  		font-family: 'Arial-ItalicMT';
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 5px;
  	}
  	.intro_rightthree {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.introone {
  		margin-top: 30px;
	}
	.introone_show{
		display: block;
	}
	.introone_hide{
		display: none;
	}
  	.headline {
  		display: flex;
  		width: 100%;
  		text-align: center;
  		margin: 0px auto 30px auto;
  	}
  	.title_up {
  		font-family: 'MicrosoftYaHei';
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 0px;
  	}
  	.headline_line {
  		width: 30%;
  		background-color: #999999;
  		height: 1px;
  		margin: auto;
  	}
  	.headline_title {
  		width: 40%;
  		margin: auto;
  	}
  	.title_down {
  		font-family: ArialMT;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.index_newstextone {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin: 10px 0;
  		padding: 0 10px;
  	}
  	.index_newstexttwo {
  		font-family: 'MicrosoftYaHei';
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		padding: 0 10px;
  		margin-bottom: 10px;
  		display: -webkit-box;
  		-webkit-box-orient: vertical;
  		-webkit-line-clamp: 2;
  		overflow: hidden;
  	}
  	.index_news {
  		width: 100%;
  		margin-bottom: 35px;
  	}
  	.footersm {
  		width: 100%;
  		margin-bottom: 15px;
  		padding: 30px 15px 0;
  	}
  	.footer_uptextone {
  		font-family: ArialMT;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.footer_uptexttwo {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 15px;
  	}
  	.footer_upadd {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 24px;
  		color: #333333;
  	}
  	.footer_down {
  		display: block;
  		justify-content: space-between;
  		text-align: center;
  		margin-top: 5px;
  	}
  	.footer_down p {
  		font-family: 'MicrosoftYaHei';
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 0px;
  		padding: 0 10px 10px;
  	}
  	.footer_line {
  		width: 100%;
  		height: 1px;
  		background-color: #333333;
  	}
  	.common_banner {
  		margin-top: 60PX;
  		width: 100%;
	  }
	  .common_banner img{
		  height: 120px;
	  }
  	.common_title {
  		width: 100%;
  		height: 50px;
  		background-color: #f3f3f3;
  		display: flex;
  	}
  	.common_titleright {
  		display: none;
  	}
  	.common_titleleft li,
  	.common_titleright li {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: auto;
  	}
  	.group {
  		width: 100%;
  		padding-top: 20px !important;
  		margin-bottom: 35px;
  	}
  	.group_right {
  		margin-top: 10px;
  		padding-left: 0px !important;
  		text-align: center;
  		width: 90% !important;
  		margin: auto;
  		float: none !important;
  	}
  	.group_right img {
  		margin-top: 10px;
  	}
  	.group_title {
  		font-family: 'MicrosoftYaHei';
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.group_text {
  		font-family: 'MicrosoftYaHei';
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 10px;
  		text-align: left;
  		text-indent: 25px;
  	}
  	.footerbox_down {
  		width: 100%;
  		height: 100px;
  		background-color: #a81422;
  		display: block;
  		justify-content: space-between;
  		padding-top: 10px;
  	}
  	.footerbox_down li {
  		font-family: MicrosoftYaHei;
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #ffffff;
  		margin-bottom: 0px;
  	}
  	.footerbox_down li:first-child {
  		margin-bottom: 0px;
  	}
  	.group_titleone {
  		font-family: 'Arial-BoldItalicMT' !important;
  		font-size: 24px;
  		font-weight: bold;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0;
  		opacity: 0.125;
  	}
  	.common_tilieone {
  		width: 100%;
  		padding-top: 25px;
  		text-align: center;
  	}
  	.layout_textbox {
  		width: 90%;
  		margin: 20px auto 35px auto;
  	}
  	.layout_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 20px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #a81422;
  		display: inline-block;
  		margin-bottom: 10px;
  	}
  	.layout_texttwo {
  		font-family: ArialMT;
  		font-size: 20px;
  		font-weight: normal;
  		letter-spacing: 1px;
  		color: #999999;
  		display: inline-block;
  		margin-bottom: 10px;
  	}
  	.layout_textthree {
  		font-family: AdobeHeitiStd-Regular;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 0px;
  	}
  	.layout_text {
  		margin-bottom: 15px;
  	}
  	.progresstext p {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin: auto auto 10px auto;
  		text-indent: 25px;
  	}
  	.exhibitiontext p {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: auto auto 20px auto;
  		text-align: left;
  		text-indent: 25px;
  	}
  	.exhibitionbox {
  		width: 100%;
  		margin: 25px 0;
  	}
  	.exhibitionbox_textbox {
  		padding-left: 5px !important;
  		padding-right: 5px !important;
  		margin-bottom: 10px;
  	}
  	.exhibitionbox_title {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 15px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #a81422;
  		margin-bottom: 10px;
  	}
  	.exhibitionbox_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
		  margin-bottom: 5px;
		
	  }
	 .exhibitionbox_textoneh{
		height: 40px;
	  }
  	.exhibitionbox_text {
  		padding: 15px 5px 0;
  	}
  	.exhibition_details {
  		margin-top: 25px;
  	}
  	.exhibition_detailsone {
  		width: 100%;
  		margin-top: 25px;
  	}
  	.details_title {
  		font-family: MicrosoftYaHei;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #333333;
  		text-align: center;
  		margin-bottom: 10px;
  	}
  	.details_title::after {
  		content: "";
  		height: 10px;
  		border-bottom-width: 1.5px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -5px;
  		left: 0px;
  		max-width: 20%;
  		margin: auto;
  		color: #a81423;
  	}
  	.details_text {
  		width: 90%;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin: auto;
  	}
  	.details_downbox {
  		margin-top: 25px;
  	}
  	.details_down {
  		height: 150px;
  		padding-left: 0 !important;
  		padding-right: 0px !important;
  		margin-bottom: 20px;
  	}
  	.details_down:nth-child(even) {
  		height: 150px;
  		padding-left: 0 !important;
  		padding-right: 0px !important;
  		margin-bottom: 20px;
  	}
  	.details_downsm {
  		width: 100%;
  		height: 100%;
  		background-color: #f3f3f3;
  		display: flex;
  		padding: 0 15px 15px;
  	}
  	.details_downtitle {
  		font-family: MicrosoftYaHei;
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.details_downtext {
  		font-family: MicrosoftYaHei;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 0;
  	}
  	.Newsbox {
  		width: 100%;
  		background-color: #FFFFFF;
  		padding: 10px 15px;
  	}
  	.Newsone {
  		margin-top: 10px;
  	}
  	.News_title {
  		font-family: Arial-BoldItalicMT;
  		font-size: 24px;
  		font-weight: bold;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #666666;
  		opacity: 0.15;
  		display: inline-block;
  		margin-bottom: 5px;
  	}
  	.News_text {
  		font-family: MicrosoftYaHei;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #333333;
  	}
  	.Newstwo {
  		height: auto;
  		margin: 20px auto;
  	}
  	.Newstwo_right {
  		height: 100%;
  		padding: 15px 20px;
  		background-color: #f3f3f3;
  	}
  	.Newstwo_righttext {
  		font-family: PingFang-SC-Bold;
  		font-size: 24px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #999999;
  		margin: auto 0;
  	}
  	.Newstwo_rightone {
  		display: flex;
  		margin: auto auto 10px auto;
  	}
  	.Newstwo_righttextone p {
  		font-family: ArialMT;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		margin-bottom: 0px;
  	}
  	.News_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.News_texttwo {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		margin-bottom: 10px;
  	}
  	.News_more {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		float: right;
  	}
  	.Newsthreebox {
  		margin-bottom: 10px;
  	}
  	.Newsthreesm {
  		padding: 10px;
  	}
  	.Newsthree_left,
  	.Newsthree_right {
  		padding-left: 0 !important;
  		padding-right: 0 !important;
  	}
  	.Newsthree_leftbox {
  		float: left;
  		display: flex;
  		margin-bottom: 10px;
  	}
  	.Newsthree_leftone {
  		font-family: Arial-BoldItalicMT;
  		font-size: 17px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-right: 10px;
  	}
  	.Newsthree_lefttwo {
  		font-family: ArialMT;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0px;
  		margin-right: 5px;
  	}
  	.Newstwo::after {
  		content: "";
  		height: 1.5px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -10px;
  		left: 0px;
  		width: 100%;
  	}
  	.Newsthreebox::after {
  		content: "";
  		height: 1.5px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -10px;
  		left: 0px;
  		width: 100%;
  	}
  	.News_details {
  		width: 100%;
  		text-align: center;
  		margin: 10px auto;
  	}
  	.News_detailstitleone {
  		font-family: MicrosoftYaHei;
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 10px;
  	}
  	.News_detailstitletwo {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 10px;
  	}
  	.News_detailstitle::after {
  		content: "";
  		height: 1px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: 0px;
  		left: 0px;
  		width: 100%;
  	}
  	.News_detailstext {
  		width: 90%;
  		margin: 20px auto 10px;
  	}
  	.News_detailstext p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		margin-bottom: 10px;
  		text-indent: 25px;
  		text-align: left;
  	}
  	.News_detailstext img {
  		margin: 10px auto 20px;
  	}
  	.News_detailsone {
  		width: 90%;
  		display: block;
  		margin: 10px auto 25px;
  		text-align: center;
  	}
  	.News_detailsone a {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #999999;
  		display: inline-block;
  		margin: auto auto 10px;
  		text-align: left !important;
  	}
  	.News_detailsone button {
  		width: 80px;
  		height: 30px;
  		background-color: #a81422;
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #ffffff;
  		margin: auto;
  		border: none;
  	}
  	.brieftext {
  		width: 90%;
  		margin: auto;
  	}
  	.brieftext p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 10px;
  		text-indent: 25px;
  	}
  	.briefbox {
  		width: 100%;
  		background: url("../img/briefbg.jpg") no-repeat;
  		background-size: 100% 600px;
  		margin-top: 30px;
  	}
  	.briefbox_up {
  		padding: 25px 0;
  		display: block;
  	}
  	.briefbox_upone {
  		margin-right: 0px;
  		text-align: center;
  		padding-right: 20px !important;
  		padding-left: 20px !important;
  		margin-bottom: 20px;
  	}
  	.briefbox_uptwo {
  		background-color: #ffffff;
  		padding: 30px 15px;
  	}
  	.briefbox_upthree p {
  		font-family: MicrosoftYaHei;
  		font-size: 15px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 40px;
  		letter-spacing: 0px;
  		color: #ffffff;
  		margin: auto;
  	}
  	.culturebox {
  		width: 100%;
  		margin: auto;
  		height: auto;
  		display: block;
  	}
  	.culture_left {
  		width: 90%;
  		text-align: left;
  		margin: auto;
  	}
  	.culture_left p {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 18px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #a81423;
  	}
  	.culture_line {
  		width: 90%;
  		height: 1px;
  		background: linear-gradient(to right, #d4d4d4 0%, #a81423 0%, #a81423 30%, #d4d4d4 30%);
  		margin: auto;
  	}
  	.cultureright {
  		width: 90%;
  		margin: auto;
  		padding-right: 0px;
  	}
  	.cultureright p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: 10px auto;
  	}
  	.message_left {
  		width: 28%;
  		height: 40px;
  		background-color: #f1e7d8;
  		margin: auto 5px auto auto;
  		padding-right: 0%;
  	}
  	.message_left p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 40px;
  		letter-spacing: 1px;
  		color: #666666;
  		text-align: center;
  	}
  	.message_right {
  		width: 72%;
  		height: 40px;
  		background-color: #f3f3f3;
  		margin: auto;
  		text-align: left;
  	}
  	.message_right input,
  	.message_right textarea {
  		padding-left: 2.5%;
  		border: none;
  		background-color: #f3f3f3;
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		letter-spacing: 1px;
  		width: 100%;
  		height: 100%;
  		cursor: pointer;
  	}
  	.messagetwo .message_left {
  		width: 28%;
  		height: 120px;
  		background-color: #f1e7d8;
  		margin: auto 5px auto auto;
  		padding-right: 0%;
  	}
  	.messagetwo .message_right {
  		width: 72%;
  		height: 120px;
  		background-color: #f3f3f3;
  		margin: auto;
  		text-align: left;
  	}
  	.message_right p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #666666;
  		margin-bottom: 0;
  	}
  	.message_rightone p {
  		width: 18%;
  		height: 100%;
  		background-color: #f1e7d8;
  		line-height: 40px !important;
  		text-align: center;
  		margin: auto;
  	}
  	.message_rightone p:last-child {
  		width: 18%;
  		height: 100%;
  		background-color: #f1e7d8;
  		line-height: 40px !important;
  		text-align: center;
  		margin: auto;
  	}
  	.message_rightone input {
  		width: 20%;
  		padding: 0;
  		margin: auto;
  		text-align: center;
  	}
  	.message {
  		width: 100%;
  		margin-bottom: 35px;
  		text-align: center;
  	}
  	.message button {
  		width: 120px;
  		height: 30px;
  		background-color: #a81423;
  		border-radius: 20px;
  		font-family: MicrosoftYaHei;
  		font-size: 16px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #ffffff;
  		border: none;
  		margin: 15px;
  	}
  	.jinxin_textbox {
  		margin-top: 25px;
  	}
  	.jinxin_text {
  		padding-left: 5px !important;
  		padding-right: 5px !important;
  		margin-bottom: 10px;
  	}
  	.jinxin_textsm {
  		padding: 10px 0px 0;
  	}
  	.jinxin_textsm_title {
  		font-family: MicrosoftYaHei-Bold;
  		font-size: 15px;
  		font-weight: 600;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #a81422;
		  margin-bottom: 5px;
		  height: 50px;
  	}
  	.jinxin_textsm_textone {
  		font-family: MicrosoftYaHei;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin-bottom: 0;
  	}
  	.jinxin_groupimg p {
  		font-family: MicrosoftYaHei;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  		margin: 10px auto;
  	}
  	.jinxin_groupimg {
  		margin: 15px auto 0;
  		text-align: center;
  	}
  	.jinxin_group {
  		margin-bottom: 20px;
  	}
  	.contact {
  		width: 100%;
  		height: 100%;
  		max-height: 820px;
  		background: url(../img/contactbg.jpg) no-repeat center center;
  		background-size: 100% 100%;
  		margin-top: 60px;
  	}
  	.contactbox {
  		width: 100%;
  		margin: auto;
  		text-align: center;
  		position: relative;
  		top: 15%;
  	}
  	.contactsm {
  		padding: 20px 5px;
      height: 200px;
  	}
  	.contact_title {
  		font-family: MicrosoftYaHei;
  		font-size: 17px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #333333;
  	}
  	.contact_title::after {
  		content: "";
  		height: 1px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -5px;
  		left: 0px;
  		width: 40%;
  		color: #a81422;
  		margin: auto;
  	}
  	.contactsm img {
  		margin: 10px auto;
  	}
  	.contact_text {
  		font-family: MicrosoftYaHei;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #333333;
  		margin-bottom: 0;
  	}
  	.contactbig {
  		margin-bottom: 20px;
  		padding-left: 10px !important;
  		padding-right: 10px !important;
  	}
  	.progress_text .timeline-heading h4 {
  		font-family: SourceHanSansCN-Light;
  		font-size: 22px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #a81423 !important;
  	}
  	.progress_text .timeline-body p {
  		font-family: SourceHanSansCN-Light;
  		font-size: 12px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 22px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.progress_text {
  		margin: 25px auto auto;
  	}
  	.exhibition_detailsdown i {
  		color: #FFFFFF;
  		font-size: 20px;
  	}
  	.exhibition_detailstwo {
  		width: 100%;
  		margin: 25px auto 35px;
  	}
  	.exhibition_detailsdown {
  		margin: 25px auto;
  	}
  	.exhibition_detailsdown .swiper-button-prev {
  		left: 15px;
  		right: auto;
  	}
  	.exhibition_detailsdown .swiper-button-next {
  		right: 15px;
  		left: auto;
  	}
  	.exhibition_detailsdown .swiper-slide {
  		margin-right: 0px !important;
  	}
  	.briefbox_down {
  		width: 100%;
  		background-color: #f7f7f7;
  		padding: 15px;
  		margin: 15px auto 25px;
  	}
  	.indexA_leftContent {
  		padding-left: 0 !important;
  		padding-right: 0 !important;
  	}
  	.indexA_rightContent {
  		padding-left: 0 !important;
  		padding-right: 0 !important;
  		margin-top: 20px;
  	}
  	.indexA_rightContent h2 {
  		font-family: MicrosoftYaHei;
  		font-size: 18px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 1px;
  		color: #333333;
  		margin: 0 auto;
  	}
  	.indexA_rightContent h2 img {
  		width: 30px;
  		height: 30px;
  		margin-right: 10px;
  	}
  	.indexA_rightBtn img {
  		height: 25px;
  		width: 25px;
  	}
  	.indexA_rightTxt {
  		margin: 20px auto;
  	}
  	.briefbox_down .rightTit span {
  		font-family: MicrosoftYaHei;
  		font-size: 16px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.rightTic p {
  		font-family: MicrosoftYaHei;
  		font-size: 14px;
  		font-weight: normal;
  		font-stretch: normal;
  		line-height: 20px;
  		letter-spacing: 0px;
  		color: #666666;
  	}
  	.rightTit {
  		margin-bottom: 10px;
  	}
  	.rightTic::after {
  		content: "";
  		height: 1px;
  		border-bottom-width: 1px;
  		border-bottom-style: solid;
  		display: block;
  		position: relative;
  		bottom: -5px;
  		left: 0px;
  		width: 40px;
  		color: #a81423;
  	}
  	.jinxin_textbgone {
  		position: relative;
  		top: 0;
  		display: block;
  		background: #FFFFFF;
  		opacity: 0.5;
  		width: 100%;
  		height: 100%;
  		cursor: pointer;
  		padding: 10px 0 0;
  	}
  	.jinxin_textbgone p {
  		font-family: MicrosoftYaHei;
  		font-size: 13px;
  		font-weight: normal;
  		font-stretch: normal;
  		/* line-height: 20px; */
  		letter-spacing: 0px;
  		color: #434343;
		  height: 315px;
		  text-indent: 25px;
  	}
  	.index_newsbgbox:hover .index_newsbg {
  		display: none;
	  }
	  .brieftext iframe {
		width: 100%;
		height: 250px;
	}
	.floating {
		border: 1px solid #ddd;
		position: fixed;
		right: 0px;
		top: 15%;
		z-index: 2000;
		width: 30px;
		height: 100px;
		background-color: #8d1c27;
		border-radius: 5px 0px 0px 5px;
		padding: 5px 5px 0 5px;
		text-align: center;
	}
	.floating p {
		font-family: MicrosoftYaHei;
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 16px;
		letter-spacing: 0px;
		color: #ffffff;
		margin-top: 5px;
	}
  }