body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  color: #0599d9;
  text-decoration: none;
  cursor: pointer;
}
html {
  min-width: 1200px;
  overflow-y: scroll;
}
body {
  font-size: 14px;
  color: #000;
  font-family: 'Microsoft YaHei';
  background: #fff;
}
.clearMR {
  margin-right: 0px!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  zoom: 1;
}
.h {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
#lh-map-btn{
	border-color: #0599d9;
}
#lh-map-btn span:before{
	background:#0599d9;
}
#lh-map-btn span:after{
	background:#0599d9;
}
#lh-map-btn span{
	background:#0599d9;
}
@font-face {
	font-family:'Helvetica LT 95 Black';
	src:url('./../fonts/Helvetica LT 95 Black.woff')
}
#layout {
  position: relative;
}
/*.swiper-container{*/
/*	margin:125px auto 0;*/
/*}*/
.swiper-container .swiper-pagination-bullet-active {
  background: #FABE00FF;
}
.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #FABE00FF;
  box-sizing: border-box;
}
.introduction {
  padding-top:120px;
}
.introduction .index-pro {
    max-width: 1200px;
    position: absolute;
    top: 630px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
.introduction .index-pro li:first-child{
  border-left:none
}
.introduction .index-pro li {
  position:relative;
  top:0px;
  float: left;
  text-align: center;
  color: #fff;
  width: 240px;
  height: 260px;
  box-sizing: border-box;
  border-left:6px solid #eee;
  padding-top: 50px;
   transition:all 0.3s ease-in-out;
  background:#fff;
  box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1)
}
.introduction .index-pro li:hover{
  top:-10px;
  transform:scale(1.05);
  z-index:10;
  border:none;
}
.swiper-wrapper img{
   height:720px;
  width: 100%;
}
.introduction .index-pro li:last-child {
  border-right: 2px solid #fff;
}
.introduction .index-pro p {
  font-size: 24px;
  font-weight: 400;
    margin-top: 20px;
    margin-bottom: 16px;
  color:#0599D9;
}
.index-enterprise {
  box-sizing: border-box;
  margin-bottom: 72px;
  margin-top:150px;
}
.index-enterprise .fl {
  width: 584px;
}
.index-enterprise .fl p {
  color: #707070;
  line-height: 30px;
  font-size: 16px;
  margin-bottom:22px;
}
.index-enterprise .fl h1{
    padding-bottom: 20px;
    padding-top: 15px;
    margin-bottom: 20px;
	font-size:30px;
	font-weight:400;
	color: #707070;
	border-bottom:1px solid #d8d5d5;
}
.index-enterprise .fl a {
   margin-right:15px;
   color:#707070;
   font-size:18px;
    padding:5px;
}
.index-enterprise .fl a:hover{
	color:#fff;
    background:#0599D9;
}
.index-enterprise video {
  width: 517px;
  height: 280px;
  cursor: pointer;
  object-fit:cover;
}
.new-list {
  margin-top: 45px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.inew-info{
	background: #4299de;
	padding: 28px 20px 28px 40px;
	color:#fff;
}
.inew-info .fr{
	width:75%;
}
.inew-info .fr span{
	display:block;
	text-indent:28px;
	line-height:20px;
}
/*首页导航*/
#head{
  background:none;	
}
.head .en{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}

#head .head-top{
	background:none;
}
#head .head-top .h{
	color:#fff;
}
#head .nav_item > a{
	color:#fff;
}
#head .nav_item a.hover{
	color: #0599d9;	
}

.new-time h1{
	font-size:36px;
	margin-bottom:10px;
}
.inew-info .fr p{
	display: block;
	font-size:18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.new-list>.fl{
	position:relative;
	left:0px;
	width:40%;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.new-list>.fl:hover{
	left: 15px;
	box-shadow: 5px 8px 20px rgba(0,0,0,0.08);
}
.new-list .fr .fl span:last-child{
	display:none;
	text-indent:28px;
	color: #666666;
	line-height: 24px;
    font-size: 13px;
}
.new-list .fr li:first-child a{
	border-bottom:none;
}
.new-list .fr li:first-child .fl span:first-child{
	font-size:16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(102, 102, 102);
}
.new-list .fr li:first-child .fl span{
	display:block;
}
.new-list>.fr {
	width: 57%;
    padding-top:3px;
}
.new-list .fl img{
	display:block;
}
.new-list .fr .fr i{
	font-size:12px;
	margin-left: 10px;
}
.more{
	color: rgb(66, 153, 222);
    display: block;
    width: 110px;
    text-align: center;
    padding: 5px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    margin: 30px auto 40px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.more:hover{
	background:#0599d9;
	color:#fff;
}
.more i{
	font-size:12px;
	margin-left: 10px;
}
/*.new-list a {*/
/*  display: block;*/
/*  width: 180px;*/
/*  line-height: 50px;*/
/*  text-align: center;*/
/*  background: #fabe00;*/
/*  border-radius: 25px;*/
/*  font-size: 20px;*/
/*  color: #fff;*/
/*    transition: 1s ease;*/
/*    -webkit-transition: 1s ease;*/
/*    -moz-transition: 1s ease;*/
/*    -ms-transition: 1s ease;*/
/*    -o-transition: 1s ease;   */
/*}*/
/*.new-list a:hover{*/
/*    -webkit-transform: rotatey(360deg);*/
/*    -moz-transform: rotatey(360deg);*/
/*}*/
/*.new-list .indexNum {*/
/*  position: relative;*/
/*}*/
/*.new-list .indexNum li {*/
/*  width: 90px;*/
/*  line-height: 60px;*/
/*  text-align: center;*/
/*  cursor: pointer;*/
/*  margin-bottom: 30px;*/
/*  transition: all 0.3s ease-in-out;*/
/*}*/
/*.new-list .indexNum li:last-child {*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  left: 0px;*/
/*  width: 3px;*/
/*  height: 60px;*/
/*  background: #0599d9;*/
/*}*/
/*.new-list .indexNcontent {*/
/*  width: 524px;*/
/*}*/
/*.new-list .indexNcontent p {*/
/*  font-size: 20px;*/
/*  color: #707070FF;*/
/*  margin-bottom: 41px;*/
/*}*/
/*.new-list .indexNcontent .time {*/
/*  color: #C9C9C9FF;*/
/*  display: block;*/
/*  margin-bottom: 30px;*/
/*}*/
/*.new-list .indexNcontent li:nth-child(3) {*/
/*  line-height: 21px;*/
/*}*/
/*.new-list .indexNcontent a {*/
/*  margin-top: 35px;*/
/*}*/
.industry-new {
  background-color: #0599d9;
  height: 322px;
  margin-bottom: 68px;
  margin-top: 33px;
  box-sizing: border-box;
  padding: 20px 110px;
}
.industry-new li {
  margin-bottom: 17px;
}
.industry-new .fl {
  width: 55px;
  height: 55px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
}
.industry-new .fl span {
  color: #ffffff;
}
.industry-new .fl span:first-child {
  position: absolute;
  top: 3px;
  left: -1px;
  width: 59px;
  font-size: 21px;
  font-weight: 400;
  background-color: #0599d9;
}
.industry-new .fl span:last-child {
  margin-top: 29px;
  display: block;
  text-align: center;
}
.industry-new .fr {
  width: 860px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.industry-new .fr p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 13px;
  display: inline-block;
  margin-left: 30px;
}
.industry-new .fr a {
  position: absolute;
  right: 0px;
  top: 20px;
  display: inline-block;
  color: #fff;
  margin-right: 40px;
}
.industry-new .fr a i {
  display: inline-block;
  background: url('../img/icon-prev_03.jpg') no-repeat;
  width: 16px;
  height: 14px;
  margin-left: 1px;
}
.head {
  position:absolute;
  top:0px;
  width:100%;
  z-index: 100;
  background:#000
}
.head>.h:first-child{
  color:#fff;
  line-height:45px;
}
.head>.h:first-child img{
	vertical-align: baseline;
    margin-right: 8px;
}
.head .head-top .h{
  height: 80px;
  line-height: 80px;	
}
/*.head .logo{*/
/*	color:#fff;*/
/*}*/
.head .logo img {
  vertical-align: middle;
  margin-right: 18px;
  margin-top: -2px;
}
.head .head-btn a {
    display: block;
    height: 40px;
    width: 94px;
    color: #fabe00;
    margin-left: 10px;
    margin-top: 21px;
    background: url(./../img/OA_03.png) no-repeat;
    background-size: cover;
}
.head .nav_item {
  position: relative;
  float: left;
}
.head .nav_item:hover > a {
  color:  #0599d9;
}
.head-top{
  background:#fff;
}
.head .nav_item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 130px;
  color: black;
  font-size: 16px;
  text-align: center;
}
.head .nav_item a.hover {
  color: #0599d9;
}
.head .nav_item > a {
  color: #000;
}
.head .nav_item .uls2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  display: none;
  z-index: 9000;
}
.head .nav_item .uls2 a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin-right: -1px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #ccc;
}
.head .nav_item .uls2 a.novlink:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color: #0599d9;
}
.head .nav_item .uls2 a:hover:before {
  width: 100%;
}
.header-top{
	position: fixed;
    top: 0px;
    width: 100%;
    background: #fff!important;
}
#head .header-top .nav_item > a{
	color:#000;
}
#head .header-top .lh-map-btn span:before{
	background:#0599d9;
}
#head .header-top .lh-map-btn span:after{
	background:#0599d9;
}
#head .header-top .lh-map-btn{
	border-color:#0599d9;
}
#head .header-top .lh-map-btn span{
	background:#0599d9;
}
#head .header-top .nav_item a.hover{
	color: #0599d9;
}
.header-top .nav_item > a{
	color:#8c8c8c;
}
.header-top .logo {
    color: #0599d9;
}
.index-title {
  height: 83px;
  padding-top: 42px;
  box-sizing: border-box;
}
.index-title h1 {
  color: #707070FF;
  display: inline-block;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin-right: 18px;
}
.index-title span {
  display: inline-block;
  background: url('../img/icon-next_03.jpg') no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: bottom;
}
.banner {
  width: 100%;
  margin-top: 125px;
}
.footer {
  height: 184px;
  background: #0599d9;
  position: relative;
  margin-top: 4%;
}
.footer .fl {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .fl img {
  display: block;
  margin-bottom: 25px;
}
.footer .f-nav .h:nth-child(2)::after,.footer .f-nav .h:nth-child(2)::before{
    content: '';
    display: block;
    height: 3px;
    background-image: url(../img/border_03.png);
    background-repeat: no-repeat;
    background-position: center;
}
.footer .fl p {
  margin-bottom: 8px;
}
.footer .f-nav p a{
  text-indent:39px;
}
.footer .wx {
  position: absolute;
    top: 45px;
    right: 151px;
  text-align: center;
  color: #fff;
  width: 130px;
}
.footer .wx p {
  margin: 10px 0px;
}
.footer .f-nav {
  color: #fff;
  background-color: #0599d9;
}
.footer .f-nav .h{
 position:relative;
}
.footer .f-nav .nav_ul {
  margin: 28px auto 0px;
}
.footer .f-nav .nav_ul li {
  float: left;
}
.footer .f-nav .nav_ul li a {
    color: #fff;
    font-size: 18px;
    width: 150px;
    display: block;
    text-align: center;
}
.footer .f-nav .h:nth-child(2){
      padding: 26px 0px 20px;
}
.f-nav .h:nth-child(2) .fl:nth-child(1){
  margin-left:60px;
}
.footer .f-nav a{
  color:#fff;
}
.footer .f-nav .nav_ul li:last-child > a::after {
  content: '';
  margin: 0px;
}
.footer .f-coright {
  background: #03658f;
  color: #fff;
  line-height: 60px;
}
.footer .f-coright div{
   width:800px;
  margin:0 auto; 
}
.footer .f-coright p {
  display: inline-block;
}
.footer .f-coright p:first-child {
  margin-right: 20px;
}
.development .development-content {
  position: relative;
  margin-top: 90px;
}
.development .development-time {
  position: relative;
  float: left;
}
.development .development-time li {
  position: relative;
  height: 150px;
  width: 150px;
  background: #0599D9;
  border-radius: 50%;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.development .development-time .time-one {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  left: 85px;
  bottom: 23px;
}
.development .development-time .time-two {
  position: absolute;
  left: 147px;
  bottom: 23px;
  color: #0599D9;
  font-size: 48px;
  font-weight: bold;
}
.development .development-img {
	position: absolute;
    top: 94px;
    left: 274px;
    height: 94%;
    width: 4px;
    background: #0599d9;
}
.development .development-info {
  width: 940px;
  float: right;
  color: #00a0e9;
  margin-top: 82px;
}
.development .development-info li {
  line-height: 21px;
  height: 200px;
}
.development .development-info  li div{
	position:relative;
	height: 31px;
	width:31px;
	border:1px solid #0599d9;
	display:inline-block;
	border-radius: 50%;
	margin-right:36px;
	vertical-align: top;
}
.development .development-info  li div:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
	height: 18px;
    width: 18px;
    background: #0599d9;
    border-radius: 50%;
}
.development .development-info  li p{
	    width: 84%;
	display:inline-block;
	line-height: 30px;
}
.speech {
  margin-bottom: 162px;
  font-size: 18px;
  font-weight: 100;
}
.speech .speech-content {
  box-sizing: border-box;
  padding: 41px;
  box-shadow: 0px 0px 13px 0px rgba(187, 187, 187, 0.59);
}
.speech .speech-content p {

  font-size: 14px;
  line-height: 26px;

}
.speech span {
  /*display: block;*/
  /*border-bottom: 1px solid #D9D4B6FF;*/
  /*padding: 4px 0px;*/
  /*font-size: 17px;*/
}
.speech .t-indent {
  text-indent: 44px;
}
.strategy-content ul {
  box-sizing: border-box;
  padding: 0px 115px;
  margin-bottom: 110px;
  margin-top: 80px;
}
.strategy-content li {
  float: left;
  color: #707070;
  width: 436px;
  text-align: center;
}
.strategy-content li p {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.strategy-content li span {
    line-height: 23px;
    text-indent: 25px;
    display: block;
    font-size: 15px;
    text-align: left;
}
.strategy-content li:first-child {
  margin-right: 98px;
}
.honor .honor_list {
  margin-top: 70px;
  padding: 0px 84px;
  box-sizing: border-box;
}
.honor .honor_list li {
  width: 304px;
  float: left;
  margin-right: 60px;
  margin-bottom: 60px;
}
.title-g {
  text-align: center;
  color: #0599d9;
  margin-top: 50px;
}
.title-g p {
  width: 65px;
  height: 6px;
  background: #ffc000;
  margin: 0px auto;
}
.development{
  position:relative;
}
.strategy,.Video,.news{
  position:relative;
}
.about,.speech,.honor{
  position:relative;
}


.contact,.join,.download{
 position:relative;
}
.product{
  position:relative;
}

.path {
  position: absolute;
  top: -123px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 1200px;
    box-shadow: 0px 7px 21px 0px rgba(16,16,16,0.15);
}
.path li {
  float: left;
}
.path li a {
  display: block;
  font-size: 18px;
  color: #707070;
  text-align: center;
  overflow: hidden;
}
.g-typename {
  margin-top: 43px;
  margin-bottom: 36px;
  text-align: left;
}
.g-typename p {
  color: #707070;
  font-size: 32px;
}
.news .news_list {
  margin-top: 72px;
}

.cc_botton{
  text-align:center;
}
.news .news_list li {
  height: 220px;
  margin-bottom: 26px;
  padding: 27px 15px 27px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
.news .news_list li:hover {
  background: #f0f0f0;
}
.news .news_list li:hover a {
  background: #0599d9;
  color: white !important;
  border-color: #f0f0f0;
}
.news .news_list li .new-info {
  width: 708px;
  margin-left: 23px;
}
.news .news_list li .new-info h4 {
  font-size: 21px;
  font-weight: 400;
  color: #000;
}
.join_banner{
    margin-top: 125px;
}
.join_banner a{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    font-size:18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition:all 0.6s ease-in-out;
}
.join_banner a:hover{
    background-color: #fff;
    color: #0599d9;
}
.news .news_list li .new-info p {
  font-size: 16px;
  color: #000;
}
.news .news_list li .new-info .time {
  display: block;
  font-size: 15px;
  color: #8e8c8c;
  margin: 9px 0px;
}
.news .news_list li .new-info a {
  margin-top: 20px;
  display: block;
  color: #000;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dadada;
}
.news_read h1,
.news_read .time {
  text-align: center;
  color: #000;
}
.news_read .time {
  padding: 20px 0px;
  color: #898a89;
}
.news_read .read_con {
  margin-bottom: 50px;
  color: #000;
}
.news_read .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
/* 翻页 */
#pagination {
  overflow: hidden;
  width: 307px;
  margin: 72px auto;
}
#pagination div {
  float: left;
}
#page_left_botton a,
#page_left_botton span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
}
#page_left_botton a:hover,
#page_left_botton a {
  background-color: #7c322e;
  color: #fff;
}
#page_center_botton {
  display: none;
}
.xt_page_botton {
  text-align: center;
}
.contact .fl p {
  margin-bottom: 8px;
  color: #000;
}
.contact .g-typename:nth-child(3){
	margin-top:0px;
}
.contact .fl p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #0599d9;
}
.contact .fl p span {
  display: block;
  color: #707070FF;
  font-size: 21px;
  font-weight: bold;
  margin-top: 3px;
}
.contact .contact-wx span {
  text-align: center;
  display: block;
  margin-top: 10px;
  color:#000;
}
.contact .fl{
	width:62%;
}
.mess_info span {
  color: red;
  display: inline-block;
  padding: 0px 5px 0px 2px;
}
.mess_info .input {
  margin-bottom: 27px;
  margin-right:78px;
  display: inline-block;
}
.mess_info .input:nth-child(5){
	margin-right:0px;
}
.contact-info{
	text-align: right;
	margin-bottom:20px;
    margin-top: 20px;
}
.mess_info input {
  line-height: 30px;
  width: 237px;
  outline: none;
  border: 1px solid #707070;
}
.mess_info .input:nth-child(2n+2){
	margin-right:0px;
}
.mess_info label {
  width: 84px;
  text-align: right;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #707070;
  vertical-align: top;
}
.mess_info input[type='submit'] {
  width: 180px;
  height: 50px;
  background: #fabe00;
  border-radius: 25px;
  border-color: transparent;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-family: Microsoft YaHei;
  margin-left: 130px;
}

.mess_info textarea {
    width: 646px;
    height: 236px;
    border: 1px solid #707070;
}
.path {
    max-width: 1200px;
	top: 0px;
    position: relative;
    box-shadow:none;
}
.path>ul>li>a{
  font-size:24px;
  padding-bottom: 66px;
}
.path li ul{
    display:none;
    position: absolute;
    top: 100%;
    left: 0px;
  width:100%;
  z-index: 999;
}
.product-list li p{
    font-size: 20px;
    float: left;
    line-height: 60px;
}
.product-list{
  border: 1px solid #dcdada;
  border-bottom:none;
   background:#f7f7f7;
   margin-bottom: 60px;
}
.product-list .product-typename{
  overflow:hidden;
  padding:0px 25px;
  border-bottom:1px solid #dcdada;
    cursor: pointer;  
}
.product-list .product-table{
  display:none;
}
.product-list .product-table th{
    font-weight: 400;
  text-align:center;
    font-size: 18px;
    line-height: 50px;
  width:20%;
    border-color:#dcdada;
  border-top:none;
}
.product-list .product-table th:last-child{
   width:auto;
  border-right:none;
}
.product-list .product-table th:first-child{
  width:24%;
  border-left:none;
}
.product-list tr td:last-child{
  border-right:none;
}
.product-list  tr td:first-child{
  border-left:none;
}
.product-list table{
  border:none;
  border-collapse:collapse
}
.product-list table td{
  line-height:44px;
  letter-spacing:1px;
  border-color:#dcdada;
   text-align:center;
}
.product-list .picon-change i{
  transform:rotate(0deg);
}
.product-table{
  display:none;
}
.product-list li i{
  float:right;
  background:url('./../img/next.png') no-repeat;
  height:60px;
  width:24px;
  background-position: center;
  transform: rotate(-90deg);
  transition:all 0.3s ease-in-out;
}
.product .product-select{
  /*color:#FABE00;*/
  color:#4db1e2;
}
.path .ProChange>a{
  color:#4db1e2;
}
.path li a.typelink{
	color:#4db1e2;
}
.path>ul>li{
   position: relative;
  width:32%;
  box-sizing:border-box;
}
.hr{
	border-top:30px solid #f2f2f2;
}
#path .path>ul>li{
	width:13%;
}
.path>ul>li>a{
	 padding: 24px 0px 24px;
	     font-size: 18px;
    font-weight: 100;
}
/*.product .path .product-path::before{*/
/*  content:'';*/
/*  position:absolute;*/
/*  left:0px;*/
/*  right:0px;*/
/*  margin:0 auto;*/
/*  top:0px;*/
/*  height:0px;*/
/*  width:0px;*/
/*  border-style: solid;*/
/*  border-width: 0px 11px 11px 11px;*/
/*  border-color: transparent transparent #E5E5E5;*/
/*}*/
/*.product .product-path a.download-select{*/
/*  color:#FABE00;*/
/*}*/
/*.path li>a>span {*/
/*    display: block;*/
/*    background: url(./../img/icons/生化系列产品 黑.png) no-repeat;*/
/*    width: 107px;*/
/*    height: 107px;*/
/*    margin: 78px auto 35px;*/
/*}*/
/*.path li:nth-child(1)>a>span{*/
/*  background:url('./../img/icons/生化系列产品 黑.png') no-repeat;*/
/*}*/
/*.path li:nth-child(2)>a>span{*/
/*   background:url('./../img/icons/便仪系列产品 黑.png') no-repeat;*/
/*}*/
/*.path li:nth-child(3)>a>span{*/
/*  background:url('./../img/icons/免疫组化产品 黑.png') no-repeat;*/
/*}*/
/*.path li:nth-child(4)>a>span{*/
/*  background:url('./../img/icons/临检系列产品 黑.png') no-repeat;*/
/*}*/
/*.path li:nth-child(5)>a>span{*/
/*  background:url('./../img/icons/化学发光产品 黑.png') no-repeat;*/
/*}*/

/*.path li:nth-child(1):hover>a>span{*/
/*  background:url('./../img/icons/生化系列产品 黄.png') no-repeat;*/
/*}*/
/*.path li:nth-child(2):hover>a>span{*/
/*   background:url('./../img/icons/便仪系列产品 黄.png') no-repeat;*/
/*}*/
/*.path li:nth-child(3):hover>a>span{*/
/*  background:url('./../img/icons/免疫组化产品 黄.png') no-repeat;*/
/*}*/
/*.path li:nth-child(4):hover>a>span{*/
/*  background:url('./../img/icons/临检系列产品 黄.png') no-repeat;*/
/*}*/
/*.path li:nth-child(5):hover>a>span{*/
/*  background:url('./../img/icons/化学发光产品 黄.png') no-repeat;*/
/*}*/

/*.path li.ProChange:nth-child(1)>a>span{*/
/*  background:url('./../img/icons/生化系列产品 黄.png') no-repeat;*/
/*}*/
/*.path li.ProChange:nth-child(2)>a>span{*/
/*   background:url('./../img/icons/便仪系列产品 黄.png') no-repeat;*/
/*}*/
/*.path li.ProChange:nth-child(3)>a>span{*/
/*  background:url('./../img/icons/免疫组化产品 黄.png') no-repeat;*/
/*}*/
/*.path li.ProChange:nth-child(4)>a>span{*/
/*  background:url('./../img/icons/临检系列产品 黄.png') no-repeat;*/
/*}*/
/*.path li.ProChange:nth-child(5)>a>span{*/
/*  background:url('./../img/icons/化学发光产品 黄.png') no-repeat;*/
/*}*/
.head-btn{
	display:none;
}
.product li li a{
  line-height:60px;
  font-weight: 100;
}
.product-list .path>ul>li{
  position:relative;
}
.product-list  a {
  display: block;
  width: 100px;
  line-height: 40px;
  background: #f8b101;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.product .path li li{
	  background:#fff;
  width:100%;
  /*background:#E5E5E5;*/
  border-bottom:1px solid #E5E5E5;
}
.product li:hover>a{
	color: #4db1e2;
}
.index-new{
	margin-bottom:60px;
}
.product .g-typename {
  margin-bottom: 30px;
      margin-top: 50px;
}
.product .product-nav {
  width: 540px;
}
.product .product-nav li {
  float: left;
  margin-right: 82px;
}
.product .product-nav li:last-child {
  margin-right: 0px;
}
.product .product-nav li a {
  display: block;
  width: 123px;
  height: 47px;
  line-height: 47px;
  color: #0599d9;
  border: 1px solid #0599d9;
  font-size: 18px;
  text-align: center;
  border-radius: 28px;
}
.product .product-nav li a.typelink {
  background-color: #0599d9;
  color: white;
  border-radius: 28px;
}
.product .product-nav li a:hover {
  background-color: #0599d9;
  color: white;
  border-radius: 28px;
}
.product .product_list li {
  float: left;
  overflow: hidden;
  margin-right:28px;
  margin-bottom: 30px;
}
.item-list .product_img{
  overflow:hidden; 
  border: 1px solid #eee;
} 
.item-list img{
  transition:all 1s ease-in-out;
}
.item-list:hover img{
  transform:scale(1.2);
}
.product .product_list li:last-child {
  margin-right: 0px;
}
.product .product_list p{
   color:#000;
  font-size: 16px;
  text-align:center;
  padding:10px 0px;
}
.guilde {
  padding: 50px 0;
}
.guilde p {
  padding-left: 40px;
  line-height: 40px;
  font-size: 16px;
}

.pread-title{
  font-size:24px;
  color:#707070;
  text-align:center;
  margin-bottom: 50px;  
}
/* 产品详情 */
.product-details{
    position: relative;
}
.product-details tr td {
  word-break:keep-all
}
.product-details tr td span{
    text-align:left;
   display:block;
   width:max-content;
}
.product-details .fr h2{
       font-size: 32px;
    margin-top: 41px;
    margin-bottom: 32px;
  margin-left: 10px;
}
.bg {
    width: 600px;
    overflow: hidden;
}

.bg_right {
    width: 600px;
    height: 400px;
    position: absolute;
    top: 0px;
    right: -46px;
    z-index: -1;
}

.show {
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    cursor: move;
    overflow:hidden;
    border:1px solid #eee;
}
.mask {
    width: 200px;
    height: 133px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width:600px;
    height:400px;
    overflow: hidden;
    display: none;
    border: 1px solid #E8E8E8;
}

.bigshow img {
    transform: scale(3);
    margin-right: 10px;
}

.smallshow {
    position: relative;
    width: 600px;
    margin-top:15px;
    margin-bottom:25px;
    height:80px;
}

.smallshow img {
    width:90px;
    height:70px;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: all 0.5s
}

.smallshow>.middle_box {
    padding-left: 40px;
    padding-right:9px;
    box-sizing:border-box;
    width:100%;
    overflow: hidden;
    height: 80px;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 90px;
}

.smallshow .middle>li {
    box-sizing:border-box;
    width:90px;
    height:80px;
    float: left;
    cursor: pointer;
    padding:5px;
    border:1px solid #bfbfbf;
    margin-right:14px
}
.smallshow .middle>li:last-child{
    margin-right:0px
}
.smallshow>p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow>.prev {
    left: 0;
    background: url(../images/hover-prev.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.next {
    right: 0;
    background: url(../images/hover-next.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.prev.prevnone {
    left: 0;
    background: url(../images/prev.png) no-repeat;
    cursor: not-allowed
}

.smallshow>.next.nextnone {
    right: 0;
    background: url(../images/next.png) no-repeat;
    cursor: not-allowed
}
.pro_main {
    float: right;
    width: 550px;
    position: relative;
    height: 418px;
    z-index: 7;
    background: #fff;
}
.product-second .g-typename{
  margin-top:40px;
}
.product-second>.h{
	padding-bottom:80px;
}
.pro_main .title {
  font-size: 24px;
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: 1px dashed #7a7272;
  color: #0599d9;
}
.pro_main .sfr_con {
  padding-top: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
}
.products_content h1 {
  font-size: 24px;
  text-align: center;
  margin-top: 45px;
  margin-bottom:45px;
  color: #0599d9;
  padding-bottom: 25px;
  border-bottom: 1px dashed #7a7272;
}


.sfr_list ul {
  padding-top: 15px;
}
.sfr_list li {
  float: left;
  margin-right: 13px;
}
.sfr_list a {
  display: block;
}
.sfr_list a img {
  border: 1px solid #ccc;
}
.sfr_list li p {
  text-align: center;
  padding: 8px 0;
  color: #0599d9;
}
.sfr_list a:hover img {
  border: 1px solid #23499a;
}
.product_read {
  margin-bottom: 60px;
}
.location {
  padding: 15px 0px;
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.location i {
  position: absolute;
  top: -3px;
  left: 0px;
  background-image: url("../img/icon_03.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 28px;
  display: inline-block;
  margin-right: 5px;
}
.location p {
  position: relative;
  color: #000;
  text-indent: 32px;
  margin-right: 10px;
}
.location p a {
  color: #000;
}
.news_con {
  margin-top: 70px;
}
#lng li:first-child {
  display: block;
}
#lng li:nth-child(2) {
  display: none;
}
#e-title p {
  margin-bottom: 34px;
}
#news .path {
  width: 389px;
}
#contact li:first-child {
  padding: 17px 0px 17px 51px;
  text-indent: 0px;
}
#contact li:first-child::before {
  top: 36px;
}
#contact li span {
  text-indent: 85px;
}
#contact .wx-img img {
  margin: 10px auto 5px;
}
#e-product .path {
  width: 977px;
}
#e-about .path {
  width: 689px;
}
#e-patant .path {
  width: 689px;
}
#e-iabout li span {
  text-align: left;
  font-size: 13px;
}
#e-ipro .ipro-title p {
  width: 300px;
}
#e-istrength .fl {
  width: 420px;
}
#e-istrength .fr p {
  font-size: 21px;
}
#e-istrength .fr div {
  line-height: 18px;
}
#e-inews .n-title {
  font-size: 18px;
  letter-spacing: 0px;
}
#capacity .path {
  width: 689px;
}
#capacity .h {
  padding: 0px 78px;
}
#capacity .h .lt,
#capacity .h .gt {
  left: 57px;
}
#capacity-list .fl {
  width: 160px;
}
#capacity-list .fr {
  width: 846px;
  margin-top: 56px;
}
#capacity-list .fr img {
  margin-right: 9px;
}
#capacity-list .fr img:last-child {
  margin-right: 0px;
}
.partner-bg {
  margin-top: 70px;
  height: 517px;
  background-image: url("../img/p-bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.partner-bg .swiper-partner {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.partner-bg .swiper-partner .swiper-button-prev {
  left: 328px;
}
.partner-bg .swiper-partner .swiper-button-next {
  right: 328px;
}
.partner-bg .swiper-partner .swiper-slide div {
  font-size: 104px;
  line-height: 52px;
}
.partner-bg .swiper-partner h3 {
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 24px;
}
.partner-bg .swiper-partner p {
  font-size: 16px;
  line-height: 36px;
  width: 741px;
  margin: 0px auto 0px;
}
.partner-bg .swiper-partner span {
  display: block;
  font-size: 20px;
}
.partner-bg .swiper-partner img {
  display: block;
  border-radius: 50%;
  border: 1px solid #666;
  overflow: hidden;
  margin: 20px auto;
}

.join table {
  width: 100%;
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
}
.join table th {
  width: 200px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  color: #4D4D4DFF;
}
.join-table {
  font-size: 14px;
}
.join table tr:first-child {
  background: #f5f5f5;
}
.join tr:first-child {
  font-size: 20px;
}
.join-table th:last-child span {
  display: block;
  text-align: center;
  width: 120px;
  line-height: 40px;
  background: #0599d9;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.join-table th:last-child span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.join-table th {
  font-weight: normal;
}
.patant tr:first-child th {
  padding: 20px 0px;
}

.Video-list li{
  float:left;
  width:368px;
  margin-right:48px;
  margin-bottom:50px;
  cursor: pointer;
}
.Video-list li p{
   text-align:center;
   font-size:16px;
   padding:6px 0px;
}
.Video-list li video{
  width:100%;
  height:208px;
}
.Video-list li:nth-child(3n+3){
  margin-right:0px;
}
/*下载*/
/*.download .path li:last-child a{*/
/*     background: #ffc000;*/
/*    color: #fff;*/
/*}*/
.download-list{
  position:relative;
  z-index:10;
 background:rgba(246,246,246,1);
box-shadow:0px 7px 21px 0px rgba(16,16,16,0.15);
      margin-bottom: 150px;
}
.triangle::after{
      position: absolute;
    bottom: 0px;
  left:0px;
  right:0px;
  margin:0 auto;
  content:'';
  height:0px;
  width:0px;
  border-style:solid;
  border-width:0px 13px 13px 13px;
  border-color:transparent transparent #FABE00;
}
.download-list .three{
  max-width:1200px;
  margin:0 auto;
}
.download-list .three>li{
  float:left;
  width:20%;
  text-align:center;
  border-right:2px solid #fff;
  box-sizing:border-box;
}
.download-list .three>li:last-child{
  border:none
}
.download-list .three{
  box-sizing:border-box;
  border-right:2px solid #fff;
  border-left:2px solid #fff;
}
.three>li>a span{
  display:block;
  background:url('./../img/icons/生化系列产品 黑.png') no-repeat;
  width:107px;
  height:107px;
  margin:78px auto 35px;
}
.three>li:nth-child(1):hover span{
  background:url('./../img/icons/生化系列产品 黄.png') no-repeat;
}
.three>li:nth-child(2)>a span{
  background:url('./../img/icons/便仪系列产品 黑.png') no-repeat;
}
.three>li:nth-child(2):hover span{
  background:url('./../img/icons/便仪系列产品 黄.png') no-repeat;
}
.three>li:nth-child(3)>a span{;
  background:url('./../img/icons/免疫组化产品 黑.png') no-repeat;
}
.three>li:nth-child(3):hover span{
  background:url('./../img/icons/免疫组化产品 黄.png') no-repeat;
}
.three>li:nth-child(4)>a span{
  background:url('./../img/icons/临检系列产品 黑.png') no-repeat;
}
.three>li:nth-child(4):hover span{
  background:url('./../img/icons/临检系列产品 黄.png') no-repeat;
}
.three>li:nth-child(5)>a span{
  background:url('./../img/icons/化学发光产品 黑.png') no-repeat;
}
.three>li:nth-child(5):hover span{
  background:url('./../img/icons/化学发光产品 黄.png') no-repeat;
}
.three>li>a{
  position: relative;
    line-height: 1;
    font-size: 24px;
    font-weight: 400;
    display: block;
    color: rgba(112,112,112,1);
    overflow: hidden;
      padding-bottom: 66px;
}
.download-list li .download-fot{
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 60px;
    background: rgba(238,238,238,1);
}
.download-content{
  position:relative;
}
.download-title{
  position:absolute;
  top:310px;
  left:0px;
  width:100%;
  height:60px;
  background:rgba(238,238,238,1);
}
.download-list li ul{
        line-height: 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.download-list li ul a{
  color:#707070;
  font-size:18px;
  margin-left:50px;
}
.download-list li li{
  float:left;
}
.download-content .h li {
  overflow: hidden;
  border-bottom: 1px solid #BFBFBFFF;
  box-sizing: border-box;
  padding: 20px;
}
.download-content .h li p {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}
.download-content .h li .fl {
  line-height: 40px;
}
.download-content .h li a {
  display: block;
  width: 100px;
  line-height: 40px;
  background: #f8b101;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.download-list  a.download-select{
  color:#FABE00;
}
.download-list li.BgChange:nth-child(1) span{
  background:url('./../img/icons/生化系列产品 黄.png') no-repeat;
}
.download-list li.BgChange:nth-child(2) span{
   background:url('./../img/icons/便仪系列产品 黄.png') no-repeat;
}
.download-list li.BgChange:nth-child(3) span{
  background:url('./../img/icons/免疫组化产品 黄.png') no-repeat;
}
.download-list li.BgChange:nth-child(4) span{
  background:url('./../img/icons/临检系列产品 黄.png') no-repeat;
}
.download-list li.BgChange:nth-child(5) span{
  background:url('./../img/icons/化学发光产品 黄.png') no-repeat;
}
/*.download .path>ul>li{*/
/*	width:auto!important;*/
/*}*/
/*.download .path{*/
/*	width: 336px;*/
/*    margin: 0 auto;*/
/*}*/
/*.download .path>ul>li>a{*/
/*	padding: 24px 20px 24px;*/
/*}*/
.news .path{
	width:336px;
}
.news .path>ul>li{
	width:auto!important;
}
.news .path>ul>li>a{
	padding: 24px 20px 24px;
}
.footer-top{
	box-sizing: border-box;
	max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 0px #aaaaaa;
    padding-left:15px;
}
.footer-top p{
	padding:15px 0px;
	font-size:15px;
}
.footer-top span{
	margin:0 5px;
}
.footer-top a{
	font-size:15px;
	color:#000;
}
.index-new .index-title .fr li{
	display: inline-block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    margin: 0px 5px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.index-new .index-title .fr li:first-child a{
	background: rgb(66, 153, 222);
	color:#fff;
}
.index-new .index-title .fr a{
	display:block;
	padding: 0px 20px;
    color:#000;	
    font-size:16px;
}
.index-new .index-title  .fr li:hover a{
	background: rgb(66, 153, 222);
	color:#fff;
}
.new-list .fr a{
	color: #000;
    height: 30px;
    line-height:30px;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid rgb(102, 102, 102)
}
.new-list .fr li p{
	width: 80%;
}
.new-list .fr li{
	position:relative;
	left:0px;
	transition: all 0.6s ease-in-out;
}
.new-list .fr li:hover{
	left: 15px;
}
.new-list .fr li:hover a{
	color:#0599d9;
}
.lh-map-btn {
	position: relative;
    right: 0px;
    top: 50%;
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-color: #fff;
    cursor: pointer;
}
.lh-map-btn span {
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -1px;
    transition: ease .45s;
}
.lh-map-btn span:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: -8px;
    transition: ease .45s;
}
.lh-map-btn span:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 8px;
    transition: ease .45s;
}
.lh-map-btn:hover span{
	width: 22px;
}
.lh-map-btn:hover span:before,.lh-map-btn:hover span:after {
    width: 16px;
}
.Recruitment-content{
	background: #e6e6e6;
	padding:20px 30px;
}
.lh-map{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    background: #ffffff;
    background: #ffffff;
    color: #fff;
    transition: ease .65s;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}
.lh-map.on {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    overflow: auto;
}
.lh-map-close {
    position: absolute;
    right: 8vw;
    top: 30px;
    color: #4299de;
    color: ;
    font-weight: bold;
    cursor: pointer;
}
.lh-map-main {
    width: 73vw;
    margin: 10% auto 0;
    padding: 90px 5vw 30px;
    position: relative;
}
.contact-info p{
	color:#000;
	line-height: 22px;
}
.contact-info b{
	display:block;
	color:#000;
	font-size:40px;
}
.contact-wx img{
	display:block;
	margin:0 auto;
}
.lh-map.on .lh-map-line:before {
    content: '';
    display: block;
    width: 0;
    height: 8px;
    background: #4299de;
    position: absolute;
    right: 50%;
    top: 0;
    animation: mapLine linear 1.2s;
    animation-fill-mode: forwards;
}
.lh-map.on .lh-map-line i:before {
    content: '';
    display: block;
    width: 8px;
    height: 0;
    background: #4299de;
    position: absolute;
    left: 0;
    top: 8px;
    animation: mapLine1 linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.lh-map.on .lh-map-line i:after {
    content: '';
    display: block;
    width: 8px;
    height: 0;
    background: #4299de;
    position: absolute;
    right: 0;
    top: 8px;
    animation: mapLine1 linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
.lh-map.on .lh-map-line:after {
    content: '';
    display: block;
    width: 50%;
    height: 8px;
    background: #4299de;
    position: absolute;
    left: 50%;
    top: 0;
    animation: mapLine linear 1.2s;
    animation-fill-mode: forwards;
}
.lh-map.on .lh-map-line span:before {
    content: '';
    display: block;
    width: 0;
    height: 8px;
    background: #4299de;
    position: absolute;
    left: 0;
    bottom: -8px;
    animation: mapLine linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}
.lh-map.on .lh-map-line span:after {
    content: '';
    display: block;
    width: 0;
    height: 8px;
    background: #4299de;
    position: absolute;
    right: 0;
    bottom: -8px;
    animation: mapLine linear 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
}
@keyframes mapLine {
	0% {
	    width:0
    }
    100% {
	    width:50%
    }
}
@keyframes mapLine1 {
	0% {
        height:0
    }
    100% {
	    height:100%
    }
}
.lh-map-logo {
    width: auto;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: #fff;
    z-index: 1;
    padding: 0 10px;
}
.lh-map-logo img {
    max-height: 100px;
}
.lh-map-close i {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-color: #4299de;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -20px;
    transition: ease .65s;
}
.lh-map-close i:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #4299de;
    background: ;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    transition: ease .65s;
}
.lh-map-close i:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #4299de;
    background: ;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: ease .65s;
}
.lh-map-close:hover i {
    border-radius: 10px;
}
.cc_book {
	margin-bottom:40px;
}
.contact .g-typename:nth-child(1) {
    margin-top: 18px;
}
.time-list{
	padding:48px 0;
	box-shadow: 0 0 18px rgba(4, 0, 0, 0.08);
}
.time-list li{
	float: left;
    padding:0 83px;
    border-right: 1px solid #efefef;
}
.time-list li:last-child{
	border-right:none;
}
.time-list li p{
	font-size: 14px;
    line-height: 16px;
    color: #666;
}
.time-list li .val{
	font-family: "Helvetica LT 95 Black";
	font-size: 48px;
    line-height: 40px;
    display: inline-block;
}
.time-list li div{
	margin-top: 13px;
}
.time-list li .i-more{
	width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: 3px;
    margin-left: 8px;
    background: url('./../img/j.png') no-repeat;
    background-size: cover;
}
/*文化*/
.culture-content>div{
	position:relative;
}
.culture-content .culture-info{
	position:absolute;
	top: 110px;
    left: 51px;
}
.culture-content>div p{
	font-weight:400;
	color:rgba(255,255,255,1);
	font-size:24px;
}
.culture-content>div p:last-child{
	font-size:18px;
	margin-top: 12px;
}
.culture-typename{
	position:relative;
	background:#0699db;
	color:#fff;
	line-height:73px;
	padding:0 4%;
}
.culture-typename h3{
    font-size: 22px;
    display: inline-block;
    font-weight: 400;
    margin-right: 65px;
}
.culture-typename .line{
    position: absolute;
    left: 124px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    width: 1px;
    height: 46px;
    background: rgba(255,255,255,1);
}
.culture-list{
	margin-bottom:8%;
}
.culture-list li{
	margin-bottom:2px;
	cursor:pointer;
}
.culture-Details{
	padding:30px 0 30px 162px;
	background:rgba(244,244,244,1);
	display:none;
}
.culture-Details p{
	width:420px;
	color:#707070;
	line-height:32px;
	font-size:16px;
}
#product-list .product-table th:first-child {
    width: 40%;
}

.yi_list{
    
}
.yi_list ul{
    display: flex;
    margin: -10px;
}
.yi_list li{
    width: 25%;
    padding:10px;
}
.yi_list .img{
    border:1px solid #ccc;
}
.yi_list h2{
    text-align: center;
    font-size: 18px;
    padding:10px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}






