
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area,a:hover,a:visited,a:link{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.ttf") format('truetype');
}
@font-face {
  font-family: 'GOTHICB';
  src: url("../fonts/GOTHICB.TTF") format('truetype');
}
@font-face {
  font-family: 'PingFangB';
  src: url("../fonts/PingFangB.ttf") format('truetype');
}
@font-face {
  font-family: 'PingFangM';
  src: url("../fonts/PingFangM.ttf") format('truetype');
}
@font-face {
  font-family: 'PingFangR';
  src: url("../fonts/PingFangR.ttf") format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wid {
  width: 100%;
  max-width: 1536px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 82px;
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.head.active {
  background-color: #fff;
}
.head .wid {
  max-width: 1600px;
}
.head .logo {
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo img {
  height: 48px;
}
.head .menu {
  height: 82px;
}
.head .menu .box {
  width: 60px;
  height: 82px;
  position: relative;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menu .box i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #c7000b;
  position: relative;
}
.head .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #c7000b;
}
.head .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #c7000b;
}
.head .menu .box.acti i {
  background: none !important;
}
.head .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.head .intrs {
  width: auto;
}
.head .intrs .nav ul li .txts {
  line-height: 82px;
  font-size: 16px;
  padding: 0 30px;
  position: relative;
}
.head .intrs .nav ul li .txts:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 1px;
  height: 8px;
  background-color: #e6e6e6;
}
.head .intrs .nav ul li .txts a {
  color: #333;
  font-family: 'PingFangM';
  text-decoration: none;
}
.head .intrs .nav ul li:last-child .txts:after {
  display: none;
}
.head .intrs .nav ul li:hover .txts a {
  color: #c7000b;
}
.head .intrs .func {
  width: auto;
}
.head .intrs .func .language {
  width: 60px;
  position: relative;
}
.head .intrs .func .language .text {
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}
.head .intrs .func .language .text span {
  color: #c7000b;
  padding-right: 12px;
  position: relative;
}
.head .intrs .func .language .text span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.5s;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #c7000b;
}
.head .intrs .func .language .slide {
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -41px;
  top: 82px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  display: none;
}
.head .intrs .func .language .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.head .intrs .func .language .slide p {
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.head .intrs .func .language .slide p:hover {
  background-color: #c7000b;
  color: #fff;
}
.head .intrs .func .language:hover .slide {
  display: block;
}
.head .intrs .func .search {
  width: 60px;
  height: 82px;
  position: relative;
}
.head .intrs .func .search .btn-search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .intrs .func .search .btn-search img {
  width: 20px;
}
.head .intrs .func .search .inputs {
  width: 300px;
  height: 42px;
  background-color: #fff;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 20px;
  display: none;
  box-shadow: 0 5px 8px rgba(0,0,0,0.05);
}
.head .intrs .func .search .inputs input[type=text] {
  width: 240px;
  height: 42px;
  float: left;
  border: none;
  background: none;
  padding: 0 12px;
}
.head .intrs .func .search .inputs input[type=submit] {
  width: 60px;
  float: left;
  height: 42px;
  background: #fff url("../img/bfc459_24x24.png") center no-repeat;
  background-size: 20px 20px;
}
.page {
  width: 100%;
  height: 100%;
}
.page .wrapper {
  width: 100%;
  height: 100%;
}
.page .wrapper .page-item {
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
}
.titles {
  width: 100%;
  padding: 56px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.titles .text {
  width: 100%;
}
.titles .text h2 {
  line-height: 64px;
  font-size: 46px;
  font-weight: bold;
  color: #c7000b;
  font-family: 'GOTHICB';
}
.titles .text h4 {
  line-height: 64px;
  font-size: 44px;
  color: #333;
}
.page-item-1 {
  overflow: hidden;
}
.page-item-1 .video {
  width: 100%;
  height: 100%;
}
.page-item-1 .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-item-2 .titles .tabs {
  width: 100%;
  position: relative;
  margin-top: -40px;
  float: left;
}
.page-item-2 .titles .tabs ul {
  width: auto;
  float: right;
}
.page-item-2 .titles .tabs ul li {
  width: 90px;
  height: 30px;
  border: 1px solid #eee;
  margin-left: 10px;
  text-align: center;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
}
.page-item-2 .titles .tabs ul li.active {
  border: 1px solid #c7000b;
  color: #c7000b;
}
.page-item-2 .page-product {
  width: 100%;
  height: 100%;
}
.page-item-2 .page-product ul {
  width: 100%;
  height: 100%;
}
.page-item-2 .page-product ul li {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100% auto !important;
}
.page-item-2 .page-product ul li .box {
  width: 138px;
  height: 40px;
  min-width: 138px;
  background-color: rgba(199,0,11,0.9);
  position: absolute;
  border-radius: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.page-item-2 .page-product ul li .box .labs {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.page-item-2 .page-product ul li .box .labs:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url("../img/57810d_28x28.png") center no-repeat;
}
.page-item-2 .page-product ul li .box .text {
  width: 100%;
  float: left;
  transition: 0.5s;
  transform: translateX(-100%);
}
.page-item-2 .page-product ul li .box .text .row-txts {
  width: 100%;
  line-height: 24px;
  color: #fff;
}
.page-item-2 .page-product ul li .box .text .row-txts .lab {
  width: 72px;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-size: 14px;
}
.page-item-2 .page-product ul li .box .text .row-txts .txt {
  width: calc(100% - 72px);
}
.page-item-2 .page-product ul li .box .more {
  float: left;
  width: 100%;
  padding-top: 10px;
  transform: translateY(30px);
  transition: 0.5s;
}
.page-item-2 .page-product ul li .box .more a {
  display: inline-block;
  width: 90px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  font-size: 14px;
}
.page-item-2 .page-product ul li .box .more a:hover {
  background-color: #fff;
  color: #c7000b;
}
.page-item-2 .page-product ul li .box:hover {
  width: 300px;
  padding: 0px 20px;
  height: auto;
  padding-bottom: 20px;
  z-index: 99;
}
.page-item-2 .page-product ul li .box:hover .labs {
  width: 100%;
  font-size: 18px;
}
.page-item-2 .page-product ul li .box:hover .text {
  transform: translateX(0%);
}
.page-item-2 .page-product ul li .box:hover .more {
  transform: translateY(0px);
}
.page-item-2 .page-product ul .li-item1 .box-1 {
  left: 50%;
  top: 50%;
  margin-left: -40%;
}
.page-item-2 .page-product ul .li-item1 .box-2 {
  left: 50%;
  top: 50%;
  margin-left: -2%;
  margin-top: 30px;
}
.page-item-2 .page-product ul .li-item1 .box-3 {
  left: 50%;
  top: 50%;
  margin-left: 14%;
  margin-top: -84px;
}
.page-item-2 .page-product ul .li-item1 .box-4 {
  left: 50%;
  top: 50%;
  margin-left: 25%;
}
.page-item-2 .page-product ul .li-item1 .box-4:hover {
  transform: translate(-162px, -10px);
}
.page-item-2 .page-product ul .li-item1 .box-5 {
  left: 50%;
  top: 50%;
  margin-left: 30%;
  margin-top: 10%;
}
.page-item-2 .page-product ul .li-item1 .box-5:hover {
  transform: translate(-242px, -50px);
  left: 44%;
}
.page-item-3 .item-3-tabs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.page-item-3 .item-3-tabs .wid {
  height: 100%;
}
.page-item-3 .item-3-tabs .list {
  width: 72px;
  height: 100%;
}
.page-item-3 .item-3-tabs .list ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-item-3 .item-3-tabs .list ul li {
  width: 100%;
  font-size: 18px;
  color: #888;
  line-height: 40px;
  margin: 12px 0;
  cursor: pointer;
  position: relative;
}
.page-item-3 .item-3-tabs .list ul li.active {
  color: #000;
}
.page-item-3 .item-3-tabs .list ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #c7000b;
}
.page-item-3 .case-page {
  width: 100%;
  height: 100%;
}
.page-item-3 .case-page ul {
  width: 100%;
  height: 100%;
}
.page-item-3 .case-page ul li {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-item-3 .case-page ul li .intrs {
  width: 50%;
  min-width: 640px;
  background: rgba(0,0,0,0.85);
  border-radius: 40px 0 0 0;
  padding: 40px 54px;
}
.page-item-3 .case-page ul li .intrs .tits {
  width: 100%;
}
.page-item-3 .case-page ul li .intrs .tits h5 {
  font-size: 28px;
  line-height: 40px;
  color: #fff;
}
.page-item-3 .case-page ul li .intrs .tits h5 a {
	color: #fff;
}.page-item-3 .case-page ul li .intrs .tits p {
  font-size: 12px;
  color: #fff;
  opacity: 0.95;
  line-height: 24px;
}
.page-item-3 .case-page ul li .intrs .txts {
  width: 100%;
}
.page-item-3 .case-page ul li .intrs .txts p {
  margin-top: 24px;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  color: rgba(255,255,255,0.95);
}
.page-item-3 .case-page ul li .intrs .txts p em {
  font-size: 16px;
  color: #fff;
}
.page-item-3 .case-page ul li.li-item1 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.page-item-4 {
  background: url("../img/e66065_1920x1000.jpg") center no-repeat;
  background-size: cover;
}
.page-item-4 .wid {
  height: 100%;
}
.page-item-4 .wid .datas {
  width: 100%;
  height: 100%;
}
.page-item-4 .wid .datas .video {
  width: auto;
  max-width: 100%;
  padding-top: 170px;
}
.page-item-4 .wid .datas .video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-item-4 .wid .datas .intrs {
  width: 100%;
  min-height: 100px;
  padding-top: 160px;
}
.page-item-4 .wid .datas .intrs .title {
  width: 100%;
  font-size: 76px;
  line-height: 96px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 34px;
  position: relative;
}
.page-item-4 .wid .datas .intrs .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 106px;
  height: 10px;
  background-color: #c7000b;
}
.page-item-4 .wid .datas .intrs .text {
  width: 100%;
  max-width: 898px;
  padding: 60px 0;
}
.page-item-4 .wid .datas .intrs .text p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  text-indent: 32px;
  text-align: justify;
  margin: 12px 0;
  width: 100%;
}
.page-item-4 .wid .datas .intrs .nums {
  width: 100%;
  padding-top: 80px;
}
.page-item-4 .wid .datas .intrs .nums .box {
  width: 33.3%;
  max-width: 366px;
}
.page-item-4 .wid .datas .intrs .nums .box .num {
  width: 100%;
  line-height: 100px;
  height: 100px;
  overflow: hidden;
}
.page-item-4 .wid .datas .intrs .nums .box .num span {
  font-size: 68px;
  font-family: 'PingFangR';
  color: #fff;
  line-height: 100px;
  position: relative;
}
.page-item-4 .wid .datas .intrs .nums .box .num span:after {
  content: "+";
  position: absolute;
  right: -20px;
  font-family: 'PingFangB';
  top: 0;
  font-size: 24px;
  line-height: 40px;
}
.page-item-4 .wid .datas .intrs .nums .box .txt {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.address-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.address-page .image {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.address-page .image img {
  width: 100%;
  height: 100%;
}
.address-page .intrs {
  width: 100%;
  position: relative;
  z-index: 99;
  height: 100%;
  padding-top: 146px;
}
.address-page .intrs .inform {
  width: 600px;
  min-height: 200px;
  background-color: #fff;
  padding: 40px 30px;
}
.address-page .intrs .inform .title {
  width: 100%;
  padding-bottom: 10px;
}
.address-page .intrs .inform .title h4 {
  font-size: 46px;
  font-weight: bold;
  line-height: 66px;
  color: #c7000b;
  font-family: 'GOTHICB';
}
.address-page .intrs .inform .title h5 {
  line-height: 64px;
  font-size: 40px;
  color: #333;
  font-family: 'PingFangM';
}
.address-page .intrs .inform .text {
  width: 100%;
}
.address-page .intrs .inform .text .box {
  width: 100%;
  margin-top: 35px;
}
.address-page .intrs .inform .text .box h5 {
  line-height: 36px;
  font-size: 16px;
  color: #000;
}
.address-page .intrs .inform .text .box p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.page .wrapper .page-item-6 {
  height: 654px !important;
}
.contact-page {
  width: 100%;
  background-color: #333;
  padding-top: 158px;
  position: relative;
  float: left;
}
.contact-page .inform {
  width: 100%;
  padding-bottom: 50px;
}
.contact-page .inform .text {
  width: 100%;
}
.contact-page .inform .text h3 {
  font-size: 78px;
  line-height: 86px;
  color: #fff;
  font-family: 'GOTHICB';
  font-weight: bold;
}
.contact-page .inform .text h4 {
  font-size: 68px;
  line-height: 98px;
  color: #fff;
  font-family: 'GOTHICB';
  font-weight: bold;
}
.contact-page .inform .text p {
  line-height: 48px;
  font-size: 22px;
  color: #fff;
  font-family: 'PingFangM';
}
.contact-page .inform .links {
  width: 100%;
  min-height: 100px;
  padding-top: 48px;
}
.contact-page .inform .links .items {
  width: auto;
  margin-left: 66px;
  min-width: 140px;
}
.contact-page .inform .links .items .tits {
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  color: #fff;
  padding-left: 14px;
  position: relative;
}
.contact-page .inform .links .items .tits:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 2px;
  height: 12px;
  background-color: #c7000b;
}
.contact-page .inform .links .items .txts {
  width: 100%;
  padding-left: 14px;
}
.contact-page .inform .links .items .txts p {
  line-height: 30px;
  color: #949494;
}
.contact-page .inform .links .items .txts p a {
  color: #949494;
  text-decoration: none;
}
.contact-page .inform .links .items .txts p:hover a {
  color: #c7000b;
}
.contact-page .inform .links .items .txts .qrcode {
  width: 100%;
  padding-top: 35px;
}
.contact-page .inform .links .items .txts .qrcode .box {
  width: 94px;
  margin-right: 12px;
}
.contact-page .inform .links .items .txts .qrcode .box:last-child {
  margin-right: 0;
}
.contact-page .inform .links .items .txts .qrcode .box img {
  width: 100%;
}
.contact-page .inform .links .items .txts .qrcode .box p {
  line-height: 34px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact-page.contact-intr {
  padding-top: 60px;
}
.contact-page.contact-intr .text {
  padding-top: 28px;
}
.contact-page .contact-intr-h5 h5 {
	display: none;
}.footer {
  width: 100%;
  line-height: 70px;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #4c4c4c;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.alerts .cont {
  width: 100%;
  padding-top: 64px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  padding: 20px 20px;
  border-top: 1px solid #c7000b;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #c7000b;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #c7000b;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #c7000b;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 10px 0;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  font-family: arial;
  position: relative;
}
.alerts .cont .menu .list ul li h4 a {
  color: #c7000b;
  text-decoration: none;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 24px;
  color: #c7000b;
  opacity: 0.8;
  padding-right: 20px;
}
.alerts .cont .menu .list ul li.btns h4:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../img/2da871_24x24.png") center no-repeat;
  background-size: 18px 18px;
}
.alerts .cont .menu .list ul li.acti h4:after {
  transform: rotate(90deg);
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #c7000b;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 20px;
}
.alerts .cont .search .input input {
  width: 40px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/f754e8_20x20.png") center no-repeat;
  color: #c7000b;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 40px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(199,0,11,0.8);
}
.news-container {
  width: 100%;
  background: #f6f6f6 url("../img/7e1873_1920x1000.jpg") top center no-repeat;
  min-height: 1000px;
  float: left;
  padding-top: 160px;
  padding-bottom: 100px;
}
.news-container .details {
  width: 100%;
}
.news-container .details .information {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 40px;
}
.news-container .details .information .function {
  width: 100%;
}
.news-container .details .information .function .search {
  width: 470px;
  height: 40px;
  border-bottom: 1px solid #bdbec6;
}
.news-container .details .information .function .search input[type=text] {
  width: calc(100% - 60px);
  height: 40px;
  float: left;
  border: none;
  background: none;
  padding: 0 12px;
}
.news-container .details .information .function .search input[type=submit] {
  width: 60px;
  float: left;
  height: 40px;
  background: url("../img/b3edc1_24x24.png") center no-repeat;
  background-size: 20px 20px;
}
.news-container .details .information .function .tabs {
  width: auto;
  padding: 5px 0;
}
.news-container .details .information .function .tabs ul li {
  width: 90px;
  height: 30px;
  border: 1px solid #eee;
  margin-left: 10px;
  text-align: center;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
}
.news-container .details .information .function .tabs ul li.active {
  border: 1px solid #c7000b;
  color: #c7000b;
}
.news-container .details .information .list {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.news-container .details .information .list .item {
  width: 100%;
  transition: 0.5s;
  margin-bottom: 28px;
  float: left;
}
.news-container .details .information .list .item a {
  text-decoration: none;
}
.news-container .details .information .list .item .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 472px;
}
.news-container .details .information .list .item .imgs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 66px;
  background: url("../img/000bd6_450x66.png") bottom center no-repeat;
  background-size: 100% auto;
}
.news-container .details .information .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.news-container .details .information .list .item .text {
  width: 100%;
  height: 120px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news-container .details .information .list .item .text i {
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #666;
}
.news-container .details .information .list .item .text span {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-container .details .information .list .item:hover {
  box-shadow: 0 10px 20px rgba(199,0,11,0.1);
}
.news-container .details .information .list .item:hover .imgs img {
  transform: scale(1.1);
}
.news-container .details .information .list .item:hover .text span {
  color: #c7000b;
}
.news-container .details .conts {
  width: 100%;
  background-color: #fff;
  min-height: 200px;
  margin: 20px 0;
  border-radius: 6px;
  float: left;
  padding: 40px 36px;
}
.news-container .details .conts .text {
  width: 100%;
}
.news-container .details .conts .text p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #666;
  text-indent: 32px;
}
.news-container .details .conts .video {
  width: 100%;
  padding: 30px 0;
  float: left;
  text-align: center;
}
.news-container .details .conts .video video {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.news-container .details .conts .image {
  width: 100%;
  padding: 20px 0;
  float: left;
  text-align: center;
}
.news-container .details .conts .image img {
  width: auto;
  max-width: 100%;
}
.news-container .details .conts .paging {
  /*width: 100%;
  display: flex;*/
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  padding-top: 60px;
  /*float: left;*/
}
.news-container .details .conts .paging a {
  color: #666;
  text-decoration: none;
}
.news-container .details .conts .paging a span {
  /*position: relative;
  top: -2px;*/
}
.news-container .details .conts .paging a:first-child span {
  transform: rotate(180deg);
}
.news-container .details .conts .paging a:hover {
  color: #c7000b;
}
.goTop {
  width: 138px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.goTop img {
  width: 100%;
}
.title-page {
  width: 100%;
}
.title-page h3 {
  line-height: 90px;
  font-size: 72px;
  color: #c7000b;
  font-family: 'GOTHICB';
}
.title-page h4 {
  line-height: 68px;
  font-size: 44px;
  color: #333;
  font-family: 'PingFangM';
}
.title-page .more {
  width: 100%;
  padding: 48px 0;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-page .more a {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  float: left;
  line-height: 88px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #333;
  text-decoration: none;
  margin-right: 20px;
}
.title-page .more a em {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 2px 0;
}
.title-page .more a img {
  position: relative;
  margin: 2px 0;
}
.title-page .more a.ico-return:hover {
  background: #c7000b;
  color: #fff;
  border: 1px solid #c7000b;
}
.medical-page {
  width: 100%;
  background: #f7f7f7 url("../img/046f73_1920x1000.jpg") top center no-repeat;
  float: left;
  padding-top: 210px;
  padding-bottom: 160px;
}
.medical-page .conts {
  width: 100%;
  float: left;
}
.medical-page .conts .list {
  width: 100%;
}
.medical-page .conts .list .intr-item {
  width: 100%;
  float: left;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}
.medical-page .conts .list .intr-item .image {
  width: 100%;
}
.medical-page .conts .list .intr-item .image ul {
  width: 100%;
}
.medical-page .conts .list .intr-item .image ul li {
  width: 100%;
}
.medical-page .conts .list .intr-item .image ul li img {
  width: 100%;
  border-radius: 0 10px 10px 0;
}
.medical-page .conts .list .intr-item .image .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-color: #c60109;
  border-radius: 18px;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}
.medical-page .conts .list .intr-item .image .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}
.medical-page .conts .list .intr-item .image .swiper-button-next {
  width: 26px;
  height: 26px;
  background-color: #c60109;
  border-radius: 18px;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}
.medical-page .conts .list .intr-item .image .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
}
.medical-page .conts .list .intr-item .intrs {
  width: 100%;
  padding: 20px 40px;
  float: left;
}
.medical-page .conts .list .intr-item .intrs .tits {
  width: 100%;
}
.medical-page .conts .list .intr-item .intrs .tits h5 {
  line-height: 40px;
  font-size: 28px;
  color: #333;
}
.medical-page .conts .list .intr-item .intrs .tits p {
  line-height: 22px;
  font-size: 14px;
  color: #666;
}
.medical-page .conts .list .intr-item .intrs .text {
  width: 100%;
  max-width: 636px;
  float: left;
}
.medical-page .conts .list .intr-item .intrs .text p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
  width: 100%;
  float: left;
}
.medical-page .conts .list .intr-item .intrs .text p b {
  font-weight: bold;
}
.product-contianer {
  width: 100%;
  background: #f7f7f7 url("../img/a6ad88_1920x1000.jpg") top center no-repeat;
  background-size: 100% auto;
  min-height: 1000px;
  float: left;
  padding-top: 140px;
  padding-bottom: 160px;
}
.product-contianer .inform {
  width: 100%;
}
.product-contianer .inform .title-page {
  padding-top: 60px;
}
.product-contianer .inform .prodImage {
  width: 100%;
}
.product-contianer .inform .prodImage .image {
  width: 100%;
  max-width: 700px;
  padding-bottom: 30px !important;
}
.product-contianer .inform .prodImage .image ul {
  width: 100%;
}
.product-contianer .inform .prodImage .image ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
}
.product-contianer .inform .prodImage .image ul li img {
  width: auto;
  max-width: 100%;
}
.product-contianer .inform .prodImage .image .swiper-button-prev,
.product-contianer .inform .prodImage .image .swiper-button-next {
  width: 30px;
  height: 30px;
  background-color: #cacaca;
  border-radius: 15px;
  color: #fff;
  top: initial;
  margin-top: 0;
  bottom: 0px;
  left: 50%;
}
.product-contianer .inform .prodImage .image .swiper-button-prev:after,
.product-contianer .inform .prodImage .image .swiper-button-next:after {
  display: none;
}
.product-contianer .inform .prodImage .image .swiper-button-prev:hover,
.product-contianer .inform .prodImage .image .swiper-button-next:hover {
  background: #c7000b;
  color: #fff;
}
.product-contianer .inform .prodImage .image .swiper-button-prev {
  margin-left: -30px;
}
.product-contianer .inform .prodImage .image .swiper-button-prev span {
  transform: rotate(180deg);
}
.product-contianer .inform .prodImage .image .swiper-button-next {
  margin-left: 30px;
}
.product-contianer .intrs {
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  float: left;
  margin-top: 40px;
  padding: 46px 0;
}
.product-contianer .intrs .wid {
  max-width: 1060px;
}
.product-contianer .intrs .prod-model {
  width: 100%;
}
.product-contianer .intrs .prod-model .title {
  width: 100%;
  text-align: center;
}
.product-contianer .intrs .prod-model .title h5 {
  line-height: 32px;
  font-size: 24px;
}
.product-contianer .intrs .prod-model .title p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-contianer .intrs .prod-model .conts {
  width: 100%;
  padding: 26px 0;
  float: left;
}
.product-contianer .intrs .prod-description {
  width: 100%;
}
.product-contianer .intrs .prod-description .title {
  width: 100%;
  text-align: center;
}
.product-contianer .intrs .prod-description .title h5 {
  line-height: 32px;
  font-size: 24px;
}
.product-contianer .intrs .prod-description .title p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-contianer .intrs .prod-description .text {
  width: 100%;
  padding: 12px 0;
  float: left;
}
.product-contianer .intrs .prod-description .text p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  /*text-indent: 32px;*/
  color: #666;
  margin: 12px 0;
}
.product-contianer .intrs .prod-selection {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.product-contianer .intrs .prod-selection .title {
  width: 100%;
  text-align: center;
}
.product-contianer .intrs .prod-selection .title h5 {
  line-height: 32px;
  font-size: 24px;
}
.product-contianer .intrs .prod-selection .title p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-contianer .intrs .prod-selection .imgs {
  width: 100%;
  /*text-align: center;*/
  padding: 40px 0;
  float: left;
}
.product-contianer .intrs .prod-selection .imgs img {
  max-width: 100%;
}
.experimental-page {
  width: 100%;
  background: #f7f7f7 url("../img/a6ad88_1920x1000.jpg") top center no-repeat;
  background-size: 100% auto;
  min-height: 1000px;
  float: left;
  padding-top: 200px;
  padding-bottom: 60px;
}
.experimental-page .informs {
  width: 100%;
  padding-top: 40px;
}
.experimental-page .informs .function {
  width: 100%;
}
.experimental-page .informs .function .search {
  width: 470px;
  height: 40px;
  border-bottom: 1px solid #bdbec6;
}
.experimental-page .informs .function .search input[type=text] {
  width: calc(100% - 60px);
  height: 40px;
  float: left;
  border: none;
  background: none;
  padding: 0 12px;
}
.experimental-page .informs .function .search input[type=submit] {
  width: 60px;
  float: left;
  height: 40px;
  background: url("../img/b3edc1_24x24.png") center no-repeat;
  background-size: 20px 20px;
}
.experimental-page .informs .function .tabs {
  width: auto;
  padding: 5px 0;
}
.experimental-page .informs .function .tabs ul li {
  width: auto;
  padding: 0 15px;
  min-width: 60px;
  height: 30px;
  border: 1px solid #eee;
  margin-left: 10px;
  text-align: center;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
}
.experimental-page .informs .function .tabs ul li.active {
  border: 1px solid #c7000b;
  color: #c7000b;
}
.experimental-page .informs .conts {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.experimental-page .informs .conts .item-intrs {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  height: 470px;
  float: left;
  transition: 0.5s;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 30px;
}
.experimental-page .informs .conts .item-intrs .imgs {
  width: 60%;
}
.experimental-page .informs .conts .item-intrs .imgs img {
  width: 100%;
  border-radius: 10px;
}
.experimental-page .informs .conts .item-intrs .intr {
  width: 40%;
  padding: 0 20px;
  padding-top: 30px;
}
.experimental-page .informs .conts .item-intrs .intr .tits {
  width: 100%;
  height: 90px;
  border-bottom: 2px solid #f3f4f6;
  line-height: 88px;
  font-size: 24px;
  color: #333;
  position: relative;
}
.experimental-page .informs .conts .item-intrs .intr .tits:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 80px;
  height: 2px;
  background-color: #c7000b;
}
.experimental-page .informs .conts .item-intrs .intr .text {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: justify;
  margin: 24px 0;
  min-height: 200px;
  max-width: 306px;
}
.experimental-page .informs .conts .item-intrs .intr .more {
  width: 100%;
  line-height: 26px;
  color: #c7000b;
}
.experimental-page .informs .conts .item-intrs .intr .more a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}
.experimental-page .informs .conts .item-intrs .intr .more a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../img/266c81_26x26.png") center no-repeat;
  background-size: 20px 20px;
}
.experimental-page .informs .conts .item-intrs .intr .more a img {
  width: 20px;
  margin-right: 0px;
}
.experimental-page .informs .conts .item-intrs:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.experimental-page .informs .conts .item-intrs:hover .more a {
  color: #c7000b;
}
.experimental-page .informs .conts .item-intrs:hover .more a:after {
  background: url("../img/cad89d_26x26.png") center no-repeat;
  background-size: 20px 20px;
}
.experimental-page .informs .conts .item {
  width: 100%;
  height: 470px;
  background-color: #fff;
  transition: 0.5s;
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 30px;
  float: left;
}
.experimental-page .informs .conts .item .tits {
  width: 100%;
  line-height: 44px;
  font-size: 24px;
  color: #333;
}
.experimental-page .informs .conts .item .imgs {
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.experimental-page .informs .conts .item .imgs img {
  max-width: 100%;
  transition: 0.5s;
}
.experimental-page .informs .conts .item .more {
  width: 100%;
  line-height: 26px;
  color: #c7000b;
  margin-top: 10px;
}
.experimental-page .informs .conts .item .more a {
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}
.experimental-page .informs .conts .item .more a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../img/266c81_26x26.png") center no-repeat;
  background-size: 20px 20px;
}
.experimental-page .informs .conts .item .more a img {
  width: 20px;
  margin-right: 0px;
}
.experimental-page .informs .conts .item:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.experimental-page .informs .conts .item:hover .imgs img {
  transform: scale(1.1);
}
.experimental-page .informs .conts .item:hover .more a {
  color: #c7000b;
}
.experimental-page .informs .conts .item:hover .more a:after {
  background: url("../img/cad89d_26x26.png") center no-repeat;
  background-size: 20px 20px;
}
.case-container {
  width: 100%;
  background: #f7f7f7 url("../img/411d44_1920x1000.jpg") top center no-repeat;
  background-size: 100% auto;
  min-height: 1000px;
  float: left;
  padding-top: 90px;
}
.case-container .case-list {
  width: 100%;
  padding-bottom: 30px;
}
.case-container .case-list .items {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.case-container .case-list .items .tits {
  width: 100%;
  font-size: 20px;
  padding-left: 12px;
  line-height: 40px;
  color: #c7000b;
  position: relative;
}
.case-container .case-list .items .tits:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 3px;
  height: 16px;
  background-color: #c7000b;
}
.case-container .case-list .items .imgs {
  width: 100%;
  text-align: center;
}
.case-container .case-list .items .imgs img {
  width: 80%;
}
.case-container .case-conts {
  width: 100%;
  height: 900px;
  position: relative;
}
.case-container .case-conts .item {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
}
.case-container .case-conts .item .tits {
  position: absolute;
  left: 80px;
  top: 50px;
  padding: 0 20px;
  height: 50px;
  box-shadow: 0px 6px 10px 0px rgba(187,191,198,0.2);
  border-radius: 25px;
  border: 1px solid #f7f7f7;
  background: rgba(247,247,247,0.8);
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
}
.case-container .case-conts .item .tits span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 50px;
  position: relative;
}
.case-container .case-conts .item .tits span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border: 3px solid #d02a33;
  border-radius: 13px;
}
.case-container .case-conts .item.active .tits {
  background-color: #cf2933;
  border: 1px solid #cf2933;
}
.case-container .case-conts .item.active .tits span {
  color: #fff;
}
.case-container .case-conts .item.active .tits span:after {
  background: url("../img/52132c_32x32.png") center no-repeat;
  background-size: 26px 26px;
}
.case-container .case-conts .item.item-1 {
  width: 500px;
  height: 500px;
  background: url("../img/627d37_500x500.png") center no-repeat;
  margin-top: -64px;
  margin-left: -282px;
  z-index: 9;
}
.case-container .case-conts .item.item-1.active {
  background: url("../img/145e71_500x500.png") center no-repeat;
}
.case-container .case-conts .item.item-2 {
  width: 400px;
  height: 400px;
  background: url("../img/1eda1c_400x400.png") center no-repeat;
  margin-left: -594px;
  margin-top: -160px;
  z-index: 8;
}
.case-container .case-conts .item.item-2 .tits {
  left: 0px;
}
.case-container .case-conts .item.item-2.active {
  background: url("../img/118d44_400x400.png") center no-repeat;
}
.case-container .case-conts .item.item-3 {
  width: 400px;
  height: 400px;
  background: url("../img/bb16ed_400x400.png") center no-repeat;
  margin-left: -246px;
  margin-top: -340px;
  z-index: 6;
}
.case-container .case-conts .item.item-3 .tits {
  left: 0px;
}
.case-container .case-conts .item.item-3.active {
  background: url("../img/e5c66b_400x400.png") center no-repeat;
}
.case-container .case-conts .item.item-4 {
  width: 524px;
  height: 426px;
  background: url("../img/f21fce_524x425.png") center no-repeat;
  margin-left: 32px;
  margin-top: -260px;
  z-index: 7;
}
.case-container .case-conts .item.item-4 .tits {
  left: 100px;
  top: 120px;
}
.case-container .case-conts .item.item-4.active {
  background: url("../img/b70b43_524x425.png") center no-repeat;
}
.pageList {
  width: 100%;
  padding: 50px;
  background-color: #f7f7f7;
  float: left;
}
.pageList ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pageList ul li {
  width: 100%;
  max-width: 400px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  font-size: 20px;
  color: #036eb8;
  text-align: center;
}
.pageList ul li a {
  color: #036eb8;
  text-decoration: none;
}
.about-page {
  width: 100%;
  height: 100%;
}
.about-page .wrapper {
  width: 100%;
  height: 100%;
}
.about-page .wrapper .about-item {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover !important;
}
.about-page .wrapper .about-item .wid {
  height: 100%;
}
.about-item1 .intrs {
  height: 100%;
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  align-items: flex-end;
}
.about-item1 .intrs .text h5 {
  font-size: 44px;
  font-family: 'PingFangM';
  line-height: 74px;
  color: #fff;
}
.about-item1 .intrs .text h3 {
  line-height: 128px;
  font-size: 92px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'PingFangB';
}
.about-item2 .intrs {
  width: 100%;
  padding-top: 72px;
  float: left;
}
.about-item2 .intrs .title h4 {
  line-height: 134px;
  font-size: 104px;
  text-transform: uppercase;
  color: #c7000b;
  font-weight: bold;
  font-family: 'PingFangB';
}
.about-item2 .intrs .title h4:nth-child(2) {
  padding-left: 180px;
}
.about-item2 .intrs .title h4:nth-child(3) {
  padding-left: 110px;
}
.about-item2 .intrs .text {
  width: 100%;
  max-width: 704px;
}
.about-item2 .intrs .text h5 {
  font-size: 34px;
  color: #333;
  line-height: 44px;
  margin: 20px 0;
  font-family: 'PingFangM';
}
.about-item2 .intrs .text p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  text-indent: 32px;
  line-height: 36px;
  margin: 18px 0;
  font-family: 'PingFangM';
}
.about-item3 .intrs {
  padding: 80px 0;
  max-width: 920px;
  width: 100%;
}
.about-item3 .intrs .text {
  width: 100%;
  max-width: 704px;
}
.about-item3 .intrs .text h5 {
  font-size: 34px;
  line-height: 54px;
  max-width: 630px;
  font-family: 'PingFangM';
  margin: 20px 0;
  font-weight: bold;
}
.about-item3 .intrs .text p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  text-indent: 32px;
  line-height: 36px;
  margin: 28px 0;
  font-family: 'PingFangM';
}
.about-item3 .intrs .data {
  width: 100%;
}
.about-item3 .intrs .data .box {
  width: 33.3%;
  margin-bottom: 64px;
}
.about-item3 .intrs .data .box .num {
  width: 100%;
  line-height: 100px;
  height: 100px;
  overflow: hidden;
}
.about-item3 .intrs .data .box .num span {
  font-size: 78px;
  font-family: 'PingFangM';
  color: #c7000b;
  line-height: 100px;
  font-weight: normal;
  position: relative;
}
.about-item3 .intrs .data .box .num span:after {
  content: "+";
  position: absolute;
  right: -20px;
  font-family: 'PingFangM';
  top: 0;
  font-size: 24px;
  line-height: 40px;
}
.about-item3 .intrs .data .box .txt {
  line-height: 40px;
  color: #333;
  font-size: 14px;
}
.about-item3 .intrs .data .box.box-4 .num span:after {
  content: "万";
}
.about-item3 .intrs .data .box.box-5 .num span:after {
  content: "亿";
}
.about-item3 .intrs .data .box.box-6 .num span:after {
  content: "项";
}
.about-item4 .intrs {
  padding-top: 150px;
}
.about-item4 .intrs .image {
  width: 100%;
}
.about-item4 .intrs .image img {
  max-width: 90%;
}
.about-item4 .intrs .text {
  width: 100%;
}
.about-item4 .intrs .text .title {
  width: 100%;
}
.about-item4 .intrs .text .title h3 {
  line-height: 66px;
  font-size: 56px;
  color: #c7000b;
  font-family: 'GOTHICB';
}
.about-item4 .intrs .text .title h5 {
  line-height: 50px;
  font-size: 44px;
  font-family: 'PingFangM';
}
.about-item4 .intrs .text .txts {
  width: 100%;
  max-width: 560px;
  padding-top: 30px;
}
.about-item4 .intrs .text .txts .box {
  width: 100%;
  margin: 16px 0;
  float: left;
}
.about-item4 .intrs .text .txts .box h5 {
  font-size: 16px;
  color: #333;
  line-height: 38px;
}
.about-item4 .intrs .text .txts .box p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.about-page .wrapper .about-item5 .wid {
  height: auto;
}
.about-item5 .wid {
  height: auto;
}
.about-item5 .intrs {
  width: 100%;
  padding-top: 90px;
}
.about-item5 .intrs .title {
  width: 100%;
}
.about-item5 .intrs .title h3 {
  line-height: 66px;
  font-size: 56px;
  color: #c7000b;
  font-family: 'GOTHICB';
}
.about-item5 .intrs .title h5 {
  line-height: 50px;
  font-size: 44px;
  font-family: 'PingFangM';
}
.about-item5 .intrs .title ul {
  position: relative;
  margin-top: -30px;
  float: right;
}
.about-item5 .intrs .title ul li {
  width: 90px;
  height: 30px;
  border: 1px solid #eee;
  margin-left: 10px;
  text-align: center;
  line-height: 28px;
  color: #333;
  cursor: pointer;
  background-color: #fff;
}
.about-item5 .intrs .title ul li.active {
  border: 1px solid #c7000b;
  color: #c7000b;
}
.about-item5 .conts {
  width: 100%;
  padding-top: 60px;
}
.about-item5 .conts .conts-list {
  width: 100%;
  display: none;
}
.about-item5 .conts .conts-list.show {
  display: block;
}
.about-item5 .conts .list {
  width: 100%;
  margin-bottom: 50px;
}
.about-item5 .conts .list ul {
  width: 100%;
  transition-timing-function: linear;
}
.about-item5 .conts .list ul li {
  width: 380px;
  padding: 0 10px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.about-item5 .conts .list ul li .box {
  width: 100%;
  height: 200px;
  background: #fff url("../img/f7684a_320x102.png") center no-repeat;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(182,195,209,0.3);
}
.about-item5 .conts .list ul li .box .imgs {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -30px;
  float: left;
}
.about-item5 .conts .list ul li .box .imgs img {
  max-width: 60%;
}
.about-item5 .conts .list ul li .box .txts {
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  padding-top: 6px;
  float: left;
}
.about-page .wrapper .about-item7 {
  height: 654px !important;
}

@media screen and (max-width: 1550px) {
  .wid {
    padding: 0 20px;
  }
  .contact-page .inform .links .items {
    margin-left: 30px;
  }
  .about-item1 .intrs .text h5 {
    font-size: 36px;
    line-height: 56px;
  }
  .about-item1 .intrs .text h3 {
    font-size: 72px;
    line-height: 108px;
  }
  .about-item2 .intrs .title h4 {
    font-size: 84px;
    line-height: 108px;
  }
  .about-item2 .intrs .title h4:nth-child(2) {
    padding-left: 140px;
  }
  .about-item2 .intrs .title h4:nth-child(3) {
    padding-left: 70px;
  }
  .about-item3 .intrs .data .box {
    margin-bottom: 40px;
  }
  .about-item3 .intrs .data .box .num span {
    font-size: 64px;
    line-height: 86px;
  }
  .about-item4 .intrs .image {
    display: flex;
    justify-content: flex-end;
  }
  .title-page h3 {
    font-size: 56px;
    line-height: 78px;
  }
  .title-page h4 {
    font-size: 32px;
    line-height: 50px;
  }
  .title-page .more a {
    width: 64px;
    height: 64px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1450px) {
  .experimental-page .informs .conts .item {
    padding: 10px 15px;
  }
  .experimental-page .informs .conts .item-intrs {
    padding: 10px 15px;
  }
  .experimental-page .informs .conts .item-intrs .intr {
    padding-left: 0;
  }
  .medical-page .conts .list .intr-item .intrs {
    padding: 10px 20px;
  }
  .medical-page .conts .list .intr-item .intrs .tits h5 {
    font-size: 24px;
    line-height: 36px;
  }
  .medical-page .conts .list .intr-item .intrs .text p {
    margin: 3px 0;
  }
  .head .intrs .nav ul li .txts {
    padding: 0 16px;
  }
  .contact-page .inform .links .items {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .table img {
    max-width: 100%;
  }
  .experimental-page .informs .conts .item {
    height: 370px;
  }
  .experimental-page .informs .conts .item .tits {
    font-size: 20px;
    line-height: 40px;
  }
  .experimental-page .informs .conts .item .imgs {
    height: 260px;
  }
  .experimental-page .informs .conts .item-intrs {
    height: 370px;
  }
  .experimental-page .informs .conts .item-intrs .intr .tits {
    font-size: 20px;
    line-height: 60px;
    height: 60px;
  }
  .experimental-page .informs .conts .item-intrs .intr .text {
    margin: 10px 0;
  }
  .case-container .case-conts {
    zoom: 0.8;
  }
  .about-item2 .intrs .title h4 {
    font-size: 64px;
    line-height: 88px;
  }
  .about-item2 .intrs .title h4:nth-child(2) {
    padding-left: 100px;
  }
  .about-item2 .intrs .title h4:nth-child(3) {
    padding-left: 50px;
  }
  .about-item2 .intrs .text h5 {
    font-size: 24px;
    line-height: 40px;
    margin: 12px 0;
  }
  .about-item2 .intrs .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-item3 .intrs {
    padding: 40px 0;
  }
  .about-item3 .intrs .text h5 {
    font-size: 24px;
    line-height: 50px;
  }
  .about-item3 .intrs .text p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
    margin: 18px 0;
  }
  .about-item3 .intrs .data {
    padding-top: 30px;
    float: left;
  }
  .about-item4 .intrs .text .txts .box {
    margin: 16px 0;
  }
  .about-item4 .intrs .text .txts .box p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-item4 .intrs .text .title h3,
  .about-item5 .intrs .title h3 {
    font-size: 32px;
    line-height: 50px;
  }
  .about-item4 .intrs .text .title h5,
  .about-item5 .intrs .title h5 {
    font-size: 24px;
    line-height: 48px;
  }
  .address-page .intrs .inform .title h4 {
    font-size: 32px;
    line-height: 50px;
  }
  .address-page .intrs .inform .title h5 {
    font-size: 24px;
    line-height: 48px;
  }
  .about-item5 .conts .list ul li {
    width: 240px;
  }
  .about-item5 .conts .list ul li .box {
    height: 160px;
    background-size: 90% auto;
  }
  .about-item5 .conts .list ul li .box .imgs img {
    max-width: 46%;
  }
  .about-item4 .intrs {
    padding-top: 50px;
  }
  .head .intrs .nav ul li .txts {
    padding: 0 10px;
    font-size: 14px;
  }
  .head .logo img {
    height: 40px;
  }
  .contact-page {
    padding-top: 120px;
  }
  .contact-page .inform .text h3 {
    font-size: 64px;
  }
  .contact-page .inform .text h4 {
    font-size: 54px;
    line-height: 78px;
  }
  .page .wrapper .page-item-6,
  .about-page .wrapper .about-item7 {
    height: 616px !important;
  }
  .page-item-4 .wid .datas .intrs {
    padding-top: 100px;
  }
  .page-item-4 .wid .datas .intrs .title {
    font-size: 54px;
    line-height: 78px;
  }
  .page-item-4 .wid .datas .intrs .text {
    padding: 30px 0;
  }
  .page-item-4 .wid .datas .intrs .nums {
    padding-top: 40px;
  }
  .contact-page .inform .links .items .txts .qrcode {
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
  }
  .contact-page .inform .links .items .txts .qrcode .box {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .contact-page .inform .links .items {
    width: 140px;
  }
  .contact-page .inform .links .items:nth-child(2) {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 993px) {
  .product-contianer {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .product-contianer .inform .title-page {
    padding-top: 0;
  }
  .experimental-page .informs .conts .item-intrs .imgs {
    width: 50%;
  }
  .experimental-page .informs .conts .item-intrs .intr {
    width: 50%;
  }
  .news-container .details .conts {
    padding: 12px 20px;
  }
  .medical-page {
    padding-top: 160px;
  }
  .medical-page .conts .list .intr-item .intrs .text {
    max-width: initial;
  }
  .case-container .case-conts {
    zoom: 0.7;
  }
  .about-item2 .intrs .title h4 {
    font-size: 32px;
    line-height: 48px;
    padding: 0 !important;
  }
  .about-item2 .intrs .text {
    width: 100%;
    max-width: initial;
  }
  .about-item4 .intrs .text .txts {
    padding-top: 0;
  }
  .about-item4 .intrs .text .txts .box {
    margin: 6px 0;
  }
  .about-item4 .intrs .image img {
    max-width: 60%;
  }
  .contact-page {
    padding-top: 20px;
  }
  .contact-page .inform .text {
    min-height: 376px;
  }
  .contact-page .inform .text {
    padding-top: 80px;
  }
  .contact-page .inform .text h3 {
    font-size: 48px;
    line-height: 68px;
  }
  .contact-page .inform .text h4 {
    font-size: 40px;
    line-height: 60px;
  }
  .contact-page .inform .text p {
    font-size: 18px;
    line-height: 34px;
  }
  .page .wrapper .page-item-6,
  .about-page .wrapper .about-item7 {
    height: 504px !important;
  }
  .contact-page .inform .links .items .txts .qrcode .box p {
    font-size: 12px;
  }
  .head {
    height: 64px;
  }
  .head .logo {
    height: 64px;
  }
  .head .menu {
    height: 64px;
  }
  .head .menu .box {
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .experimental-page .informs .conts .item-intrs {
    height: auto;
    float: left;
    display: table;
  }
  .experimental-page .informs .conts .item-intrs .intr {
    width: 100%;
    padding: 0;
  }
  .experimental-page .informs .conts .item-intrs .intr .tits {
    float: left;
  }
  .experimental-page .informs .conts .item-intrs .intr .text {
    min-height: initial;
    max-width: initial;
    float: left;
  }
  .experimental-page .informs .conts .item-intrs .intr .more {
    float: left;
  }
  .experimental-page .informs .conts .item-intrs .imgs {
    width: 100%;
    margin-top: 10px;
  }
  .experimental-page .informs .conts .item .imgs img {
    max-width: 60%;
  }
  .experimental-page .informs .function .search {
    width: 100%;
  }
  .experimental-page .informs .conts .item {
    height: auto;
  }
  .experimental-page .informs .conts .item .imgs {
    height: 200px;
  }
  .experimental-page {
    padding-top: 100px;
  }
  .experimental-page .informs .function .tabs {
    padding-top: 20px;
    float: left;
  }
  .news-container .details .information .function .tabs {
    padding-top: 20px;
  }
  .news-container .details .information .list {
    padding-bottom: 0;
  }
  .news-container .details .information .list .item {
    width: calc(100% + 10px);
    left: -5px;
    position: relative;
    float: left;
  }
  .news-container .details .information .list .item .text {
    padding: 0 6px;
    height: 80px;
  }
  .news-container .details .information .list .item .text span {
    font-size: 16px;
  }
  .news-container {
    padding-top: 100px;
  }
  .title-page .more {
    padding: 20px 0;
  }
  .news-container .details .conts .paging {
    padding-top: 20px;
  }
  .news-container .details .conts {
    padding: 10px;
  }
  .title-page h3 {
    font-size: 32px;
    line-height: 50px;
  }
  .title-page h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .title-page .more a {
    width: 48px;
    height: 48px;
    line-height: 46px;
  }
  .goTop {
    width: 86px;
  }
  .medical-page {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .about-item2 .intrs {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.8));
    min-height: 90vh;
    padding: 0 15px;
  }
  .about-item3 .intrs .text h5 {
    font-size: 20px;
    line-height: 42px;
  }
  .about-item3 .intrs .data .box {
    width: 50%;
    margin-bottom: 10px;
  }
  .about-item3 .intrs .data .box .num {
    line-height: 68px;
    height: 68px;
  }
  .about-item3 .intrs .data .box .num span {
    font-size: 48px;
    line-height: 68px;
  }
  .about-item3 .intrs .data .box .num span:after {
    font-size: 20px;
  }
  .about-item4 .intrs .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-item4 .intrs .image img {
    max-width: 100%;
  }
  .wid {
    padding: 0 15px;
  }
  .about-item5 .conts .list ul li {
    width: 160px;
    padding: 0 5px;
    padding-top: 30px;
  }
  .about-item5 .conts .list ul li .box {
    height: 100px;
  }
  .about-item3 .intrs,
  .about-item4 .intrs,
  .about-item2 .intrs {
    padding-top: 100px;
  }
  .about-item5 .intrs {
    padding-top: 100px;
  }
  .contact-page .inform .text {
    padding-top: 0;
    min-height: initial;
  }
  .contact-page .inform .text h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .contact-page .inform .text h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .contact-page .inform .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .contact-page .inform .links {
    padding-top: 0;
  }
  .contact-page .inform .links .items .txts .qrcode {
    padding-top: 10px;
  }
  .contact-page .inform .links .items .txts .qrcode .box {
    max-width: 80px;
  }
  .page-item-6 .footer,
  .about-item7 .footer {
    line-height: 50px;
  }
  .page .wrapper .page-item-6,
  .about-page .wrapper .about-item7 {
    height: 572px !important;
  }
  .address-page .intrs .inform {
    width: 80%;
    max-width: 640px;
  }
  .page-item-4 .wid .datas .intrs .title {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 14px;
  }
  .page-item-4 .wid .datas .intrs .title:after {
    height: 4px;
  }
  .page-item-4 .wid .datas .intrs .text {
    padding: 16px 0;
  }
  .page-item-4 .wid .datas .intrs .nums .box .num {
    height: 60px;
  }
  .page-item-4 .wid .datas .intrs .nums .box .num span {
    line-height: 60px;
    font-size: 40px;
  }
  .page-item-4 .wid .datas .intrs .nums .box:nth-child(2) {
    text-align: center;
  }
  .page-item-4 .wid .datas .intrs .nums .box:nth-child(3) {
    text-align: right;
  }
  .page-item-4 .wid .datas .video {
    padding-top: 40px;
    float: left;
  }
  .address-page .intrs .inform {
    width: 90%;
    padding: 20px;
  }
  .address-page .intrs .inform .title h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .address-page .intrs .inform .title h5 {
    font-size: 20px;
    line-height: 34px;
  }
  .address-page .intrs .inform .text .box {
    margin-top: 15px;
  }
  .page-item-6 .footer,
  .about-item7 .footer {
    font-size: 14px;
    line-height: 24px;
    min-height: 69px;
    text-align: center;
    padding: 10px 0;
  }
  .contact-page .inform .links {
    padding-top: 12px;
    float: left;
  }
  .page .wrapper .page-item-6,
  .about-page .wrapper .about-item7 {
    height: 599px !important;
  }
  .page-item-2 .page-product ul li .box {
    display: none;
  }
  .page-item-3 .case-page ul li {
    display: initial;
  }
  .page-item-3 .case-page ul li .intrs {
    width: 90%;
    min-width: initial;
    padding: 20px;
  }
  .page-item-3 .item-3-tabs .list {
    height: 80%;
  }
  .titles {
    padding: 20px 0;
  }
  .titles .text {
    padding-top: 30px;
    float: left;
  }
  .titles .text h2 {
    font-size: 32px;
    line-height: 48px;
  }
  .titles .text h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .page-item-3 .item-3-tabs .list ul li {
    margin: 6px 0;
  }
  .page-item-3 .case-page ul li .intrs .txts p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .page-item-3 .item-3-tabs {
    z-index: 1001;
  }
  .page-item-3 .item-3-tabs .list {
    padding-top: 180px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1001;
  }
  .page-item-3 .item-3-tabs .list ul {
    display: initial;
  }
  .page-item-3 .item-3-tabs .list ul li {
    width: 25%;
  }
  .page-item-3 .case-page ul li {
    position: relative;
  }
  .page-item-3 .case-page ul li .intrs {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .page-item-4 .wid .datas .intrs .nums {
    padding-top: 0;
  }
  .page-item-4 .wid .datas .video {
    padding-top: 10px;
  }
  .page-item-2 .titles .tabs {
    margin: 0;
    padding-top: 10px;
  }
  .page-item-2 .titles .tabs ul {
    width: 100%;
  }
  .page-item-2 .titles .tabs ul li {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .news-container .details .information .function .search {
    width: 100%;
  }
  .news-container .details .information .list .item .imgs {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news-container .details .information .list .item .imgs img {
    height: 200px;
    width: auto;
  }
}
