<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{font-family: "微软雅黑"; font-size: 14px;}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
.clearfix{display:block} 
/*头部开始=========================================================================  */
.lang{ background: url(../images/lang-bg.png) no-repeat top center; width: 110px; margin-top: 20px;}
.lang ul{ margin: 0; padding: 0;}
.lang li{ width: 50%; float:left; color: #666; font-size: 15px; line-height: 25px; text-align: center; color: #004a96;}
.blue a{ color: #fff;}
.logo{  float:left; margin-right: 20px;}
.hamburger {
	padding:3px 6px 7px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width:30px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 4px;
	background-color: #01479d;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*banner开始=======================================================================================*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
/* .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }*/

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slides li{ width: 950px; margin: 0 auto;}
	   
/*top开始------------------------------------------------------------------*/
#header{ width: 100%;}
.logo{ /*width: 418px; padding: 45px 0;*/position: absolute;top: 0;left: 0;}
.logo img{ max-width: 100%;}
.logo-dw{
	position: relative;
}
.sj-banner{
	display: none;
}
.products-content{margin-top: 165px; margin-bottom: 125px;}
.box li{  position: relative; overflow: hidden;}
.box li .xq2{position: absolute; width: 98%; overflow: hidden; height: 97%; left:1% ; top: 1.4%; display: none;background: url(../images/about-bottom-bg.png); z-index: 99;}
.box li .heng{position: absolute; display: block; width: 100%; text-align: center; font-size: 24px; font-weight: bold; color: #fff;}
.box li .heng p{font-size: 14px; font-weight: normal; text-transform: uppercase;}
.box li .shu{position: absolute; display: block; text-align: center;}
.box li .heng a {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.new{height: 500px;}
.news-content{position: relative;}
.about-bj{background: url(../images/about-bj.jpg) no-repeat top right;}
.about-title{margin-left: 25px; margin-top: 85px; font-size: 30px; color: #004d9b; font-weight: bold;}
.about-title p{font-size: 13px; font-weight: normal; text-transform: uppercase;}
.about-con{margin-top: 55px; margin-left: 25px; text-align: left; line-height: 30px;}
.news-content li:nth-child(1),.news-content li:nth-child(3){background:url(../images/bbj.jpg) repeat-y left #fff;  }
.news-content li:nth-child(1) .news-con,.news-content li:nth-child(3) .news-con{background: #fff;padding: 50px 0;}
.news-content li:nth-child(2){background:url(../images/bbj.jpg) repeat-y left  #f5f5f5;  }
.news-content li:nth-child(2) .news-con{ background: #f5f5f5 ;padding: 50px 0;}
.new-title a{ font-size: 20px; line-height: 45px; }
.news_more{ width: 39px!important; margin-left: 30px; margin-top: 20px; height: 68px; background: #b2ddf4; text-align: center;}
.news_more a{ line-height: 68px; font-size: 36px; color: #fff; font-weight: bold;}
.about-img{ background: url(../images/about-img.jpg) no-repeat right center; background-size: cover: height:100%;  }
.honor {
    margin-top: 85px;
    margin-bottom: 50px;
}
.lx-right{margin-top: 55px;}
.video-width{width: 800px; height: 500px;}


#focus_Box{position:relative;width:80%;height:571px;margin:0px auto;}
#focus_Box ul{position:relative;width:100%;height:308px}
#focus_Box li{z-index:0;position:absolute; width:0px;height:0px;top:146px;cursor:pointer;left:377px;}
#focus_Box li img{width:100%;background:url(../images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(../images/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:18px;height:35px;top:131px;}
#focus_Box .prev{background:url(../images/btn1.png) no-repeat center top;left:-198px;top: 300px;}
#focus_Box .next{background:url(../images/btn.png) no-repeat center top;right:-198px;top: 300px;}
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(../images/share-btn.png) no-repeat;text-indent:-999px;}

.focus_text{overflow: hidden;}
.more_text{font-size: 13px;}
.focus_Box ul li .focus_text{padding-left: 20px;}
.focus_Box ul li:nth-child(2) .focus_text{background: #255d93;}
.focus_Box ul li:nth-child(2) .more_text{display: none;}
.focus_Box ul li:first-child .focus_text, .focus_Box ul li:nth-child(3) .focus_text{background: #2c70b1;padding-right: 20px;padding-bottom:27px;}
.focus_Box ul li:first-child .focus_text .products-more img, .focus_Box ul li:nth-child(3) .focus_text .products-more img{display: none;}
.focus_Box ul li:first-child .focus_text .more_text, .focus_Box ul li:nth-child(3) .focus_text .more_text{display:block; color: #FFFFff;}
.focus_Box ul li:first-child .focus_text .products-more, .focus_Box ul li:nth-child(3) .focus_text .products-more{width: 85px;height:28px;background: #e4293b; }
.focus_Box ul li:first-child .focus_text .products-title, .focus_Box ul li:nth-child(3) .focus_text .products-title{font-size: 20px;font-weight: normal;}
.focus_Box ul li:first-child .focus_text .products-content, .focus_Box ul li:nth-child(3) .focus_text .products-content{width: 175px;height: 41px;display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.focus_Box ul li:first-child .focus_text .products-more{float: left;position: relative;top:115px;left: -168px;}
.focus_Box ul li:nth-child(3) .products-title{float: right;position:relative;  left: -79px;  text-align: right;}
.focus_Box ul li:nth-child(3) .products-top{width: 267px;}
.focus_Box ul li:nth-child(3) .focus_text .products-more{position: relative;top:115px; left: 80px;}
.focus_Box ul li:nth-child(3) .products-line{float: right;}
.focus_Box ul li:nth-child(3) .focus_text{width: 180px;float: right;}
.focus_Box ul li:nth-child(3) .focus_text .products-content{position: relative;left: 21px;}
/*footer开始====================================================================================*/
#copyright{ width: 100%; background:#343434; /*padding-top: 50px;*/}
.foot-ks{ width: 45%; height: 60px; background: url(../images/foot-list.jpg) no-repeat bottom left; }
.foot-ks li{ width: 27%; float: left; line-height: 60px; text-align: center; }
.foot-ks li a{color: #fff; font-size: 18px;}
.foot-lx{ height: 130px; margin-top: 25px;}
.ma{margin-top: 100px;}
.ma li{width: 50%; float: left; text-align: center;}
#copyright .banq{ color: #fff;line-height: 30px; text-align: center; /*margin-top: 20px;*/ padding: 20px 0;background: #004d9b;}
.ma li p{font-size: 14px; line-height: 55px; text-align: center; color: #fff;}
.foot-lx li{ font-size: 14px; color: #fff; line-height: 40px;}
/*内页开始====================================================================================*/
.ny-dingwei{
	position: relative;
}
.ny-bt{
	position: absolute;
	width: 100%;
	top: -200px;
	z-index:999;
}
.ny-bt-bg {
	font-weight: bold;
	color: #fff;
	line-height:50px;
	font-size: 24px;
}
.ny-bt p{
	font-family: "times new roman";
	font-weight: normal;
	color: rgba(255,255,255,0.7);
	font-size: 50px;
	text-transform: uppercase;
}
.ny-location{
	line-height:60px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	color: #202020;
}
.ny-location img{
	margin-right: 15px;
}
.ny-location a{
	font-size: 15px;
	color: #202020;
}
.ny-location span{
	color: #202020;
	font-size: 15px;
}
.productsroll{position:relative;width:1200px;}
/*调取产品*/
#LeftArr,#RightArr{background:url(../images/ys-more.png);width:54px;height:58px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArr{background-position:0px 0px;float:left;left:0px; top:30px;}
#RightArr{background-position:54px 0px;float:right;left:65px; top:30px;}


.flex-item .cp-tp{width: 100%;height: auto;}
.flex-item .cp-tp img{cursor: pointer;transition: all 0.6s;}
.flex-item:hover .cp-tp img{transform: scale(1.1);}
.flex-item .cp-con{background: #efefef;padding:1.5rem 1rem;}
.flex-item a{display:block; overflow: hidden;}
.flex-item .cp-mc a{color:#000;font-size: 1.6rem;font-weight: bold;}
.flex-item .cp-gd {margin-top: 0.5rem;}
.flex-item .cp-gd a{color:#635f60;font-size: 15px;}
.flex-item .cp-gd img{margin-left:  0.5rem;vertical-align: middle;}
.fa-left,.fa-right{background:url(../images/cp-img.png);width:47px;height:35px;cursor:pointer;position:absolute;top:340px;z-index:999}
.fa-left{background-position:0px 0px;float:left;left:0px; top:91%;}
.fa-right{background-position:47px 0px;float:right;right:0px; top:445px;}


/*调取产品结束*/
#page_main{padding: 60px 0;background: #f9f9f9;}
.page-products .text img{max-width: 80%;}
.page-about,.page-content{ padding: 50px 30px;}
.page-top-bg{ background: #fff; height: 70px; margin-bottom: 25px;}
.back{ margin-top: 10px; font-size: 14px; text-align: left; line-height: 32px; }
.back:before{display: block; content: ""; width: 1px; height: 11px; background: #000; float: left; margin-top: 10px;}
.back img{ float: left; margin-top: 10px; margin-left: 15px; margin-right: 14px; }
.page-url{ padding: 0;width: 20%;float: left;}
.page-url&gt;ul&gt;li{background:#f4f4f4;line-height: 80px;margin-bottom: 2px; cursor: pointer;transition: all 0.6s;text-align: center;}
.page-url&gt;ul&gt;li&gt;a{
	display: block;
    background: -webkit-linear-gradient(left, #004d9b, #004d9b) no-repeat;
    background: linear-gradient(to right, #004d9b, #004d9b) no-repeat;
    background-size: 100% 0%;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.page-url&gt;ul&gt;li&gt;a:hover{background-size: 100% 100%;color: #fff;}
.page-url&gt;ul&gt;li:hover span{color: #fff;}
.page-url ul li.lihover {background: #004d9b;}
.page-url ul li.lihover span{color: #fff;}
.page-url ul li a{color: #2b2b2b;font-size:16px;display:block;}
.page-url&gt;ul&gt;li&gt;a&gt;span{font-size: 15px;color: #202020;}
/*主菜单连接效果设置*/
.page-url ul li a:link,.ddsmoothmenu-v1 ul li a:visited{color:#2b2b2b}
.page-url ul li:hover a span{color: #fff;}
.page-url .lihover&gt;ul&gt;li{background: #e0e0e0;border-top: 1px solid #fff;line-height:60px;}
.page-url .lihover&gt;ul&gt;li a span{font-size: 13px;color: #2b2b2b;}
.page-url .lihover&gt;ul&gt;li:hover{background: #008438;}
.page-url .lihover&gt;ul&gt;li:hover&gt;span{color: #fff;}
.page-url .lihover ul&gt;li&gt;.ahover{background: #008438;}
.page-url .lihover ul&gt;li&gt;.ahover span{color: #fff;}
.page-url ul li a.selected span{color:#FFF}

/*主菜单当前所在页面*/
.page-url ul li a#menu_selected{background:#aec688;}
.page-url ul li a#menu_selected span{color:#fff;}

.page-url .lihover ul&gt;li&gt;ul&gt;li{
	background: #ccc;
	line-height: 50px;
}
.page-url .lihover&gt;ul&gt;li&gt;ul&gt;li:hover a{
	background: #00a546;
}
.page-url .lihover&gt;ul&gt;li&gt;ul&gt;li:hover span{
	color:#fff;
}
.page-url .lihover ul&gt;li&gt;ul&gt;li .ahover{background: #00a546;}
.page-container{width:78%;}
.page_list {
	float: right;
    padding-top:50px;
    padding-bottom: 20px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #004d9b;
}	
.page_list a {
    border: #ddd 1px solid;
    font-size: 13px;
    color: #004d9b;
    padding: 4px 3px;
    margin-right: 2px;
}
.page_list select{
	width: 35px; 
	line-height:29px;
	height:29px;
	margin-bottom:3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page span{ display: inline-block; width: 49%;}
.page-job{ padding: 30px 5px;}
.news-tops li{margin-right:20px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;float: left;background: #f9f9f9;margin-bottom: 20px;}
.news-tops li:hover{transform: scale(1.01);}

.page-news .text p{text-align: center;margin: 0 auto;}
.xw-bt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.page-news li .xw-bt a{font-weight:bold;line-height:70px;font-size:18px;}
.page-news li:hover .xw-bt a{color: #23428a;}
.page-news li .xw-nr{color: #959595;line-height: 25px;font-size: 14px;}
.page-news li .xw-date{color:#23428a;margin-top: 20px;}

.page-news9 li{
	border-bottom:1px solid #ccc;
	line-height: 60px;
	padding: 60px 60px 20px;
	cursor: pointer;
	transition: all 0.6s;
}
.page-news li:hover{
	transform: scale(1.04);
  box-shadow: 0px 5px 20px #f0f0f0;
}
.page-news10 li{
		border-bottom:1px dashed #ccc;
	  line-height: 60px;
  	padding: 20px;
  	font-size: 16px;
}
.proNav li{
    text-align: center;
    position: relative;
	}

.proNav li a{ 
	display: block;
  padding:10px;
  border:#efefef 1px solid;
  background: #fff;
  cursor: pointer;
  transition: all 0.6s;
}
.proNav li:hover a{
	border:#004d9b 1px solid;
}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; margin:0 auto;/*height:280px;*/height:auto;}
.proNav li span img{ display: inline-block; max-width: 100%; max-height: 100%;}
.proNav li span .lhsp{ position: absolute; width:100%;  height:280px; z-index: 10; left: 0; top: 0; display: none; background: url(../images/lh616.png)  center center;}
.proNav li:hover span{/*background: #004d9b;*/}
.proNav li:hover a{/*background:#004d9b;*/ text-decoration: none;}
.proNav li:hover span .lhsp{ display: block;}
.proNav li p{ font-weight:100; display: block; width: 80%; line-height: 30px; border: 1px solid #004d9b; margin: 0 auto 20px; color:#004d9b;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:16px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; display: block !important;}
.proNav li:hover p{ /*color:#fff; border: 1px solid #fff;*/}
.proNav li:hover label{ /*color:#fff;*/}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   
.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	
.popover-banner{/*  max-width: 500px; margin: 0 auto; */position: relative;width: 40%;text-align: left;}
.popover-banner .flex-direction-nav{ display: block;}
.lhgw{ display: block;width:55%;}

#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:140px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:150px ; float: left; overflow: hidden ;}
.lhcppg{ /*width: 100%;*/ background: #f5f5f5;padding-left: 20px;}
.lhcppg span{ display: inline-block;  padding-left: 0.5%;}
#inhert_cart{ margin: 20px 10px; height: 36px;  line-height: 36px;}
#shop_cart #btn_buy{ display:none;}
.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    padding: 0 20px 10px;
	background:#f7f7f7}
.pic-img{/*margin-bottom:40px;*/float: left;width: 30%;text-align: center;margin: 1%;padding: 5px 5px 0px;}
.pic-img1{float: left;width:23%;text-align: center;margin: 1%;}
.photos span{display: block; text-align:center;width: 100%; overflow: hidden;border: 1px solid #ccc;padding: 5px 5px 0px;}
/*.photos span img{ height:280px;}*/
.photos p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px;color: #000;font-size:16px;}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px; width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; 
    margin-bottom: 5px;}
.picMarquee-left .bd li img{ border: 1px solid #ccc;}
.picMarquee-left .bd li:hover img{ border: 1px solid #000;}
.picMarquee-left .bd li img{ width:95%; display:block;}
.picScroll-left	{position: relative;}
.picScroll-left .bd li{  float:left; width:23%; background:#e8e8e8;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 14px;
    padding:3px;
    height: 300px;
    line-height: 300px;
    position: relative;
     }
.pro-box li .xq{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: url(../images/about-bottom-bg.png);
    z-index: 99;
}
.pro-box li .xq .heng{
      position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pro-box li .xq .shu {
    position: absolute;
    display: block;
    text-align: center;
}
.picScroll-left .bd li a{display: block; height: 300px; background: #fff; }
.picScroll-left .bd li img{ max-width: 100%;  display:block;display: inline-block; vertical-align: middle;}
.picScroll-left&gt;.hd&gt;.next{position: absolute; top: 0; left: 0; background: url(../images/next.jpg) no-repeat top center; width: 41px; height: 100px; left: -70px; top: 95px;}
.picScroll-left&gt;.hd&gt;.prev{position: absolute; top: 0; background: url(../images/prev.jpg) no-repeat top center; width: 41px; height: 100px; right: -70px; top: 95px;}
.span-name{    width: auto; display: block;
    height: 100px;
    margin: 0 auto;
    padding:0 15px;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
    background: #d6d6d6;
    color: #000;
    }
.span-name:hover{background: #28a84b;}
.span-name:hover a{ color: #fff;}
.span-name a{ font-size: 16px;}
.p-more{    width: 90px; display:inline-block;    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	 
    .related-list li{ display: inline-block; width: 49%;}
#shownews .title{text-align: center; line-height: 35px; margin-bottom: 20px; font-weight: bold; font-size: 24px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
    color: #fff;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}
.related_cp ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #004d9b;
}
.related_cp{margin-top: 50px;}

#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:40px; border-bottom:1px dashed #ccc; }
.jobList li span{ display: block; width: 100%; height: 100%;  display: block;  color: #f7f7f7;background: #004a96; padding: 10px 0;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
.page-guestbook dt{ line-height:30px; width: 100%;}
.page-guestbook b span{ padding-left:10px;}

.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 100%; float: left;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;}
.showjobList li b{ color: #468847;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #468847; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc;  margin-bottom: 0;}
.lhms{ width: 100%;border: 1px solid #ccc; border-top:none ;}
.lhms b{ font-weight: 100;width: 120px; display: inline-block;float: left; text-align: center;color: #468847;  }
.lhms&gt;span{ display: inline-block; height: auto; /*min-height: 80px; */border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 5px auto ; border: 1px solid #006EC7;}
#guestbook  dt{ display: inline-block; width: 50%;}
#guestbook textarea,#guestbook input[type="text"]{width:84%; padding: 0 2.5%; min-width: 220px; border-radius:5px; border:1px solid #C7E2F6 ;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook  textarea{ width: 84%;}
 #guestbook .yzm input{ width: 40% ;}
 .xiaz .fr{ float: right;}
 .xiaz .fl{ flaot:left;}
 .downloadtimes{ padding: 0 5%;}
  .downloadtimes i img{ margin-right: 5px; width: 14px;}
  .xiaz li{ border-bottom: 1px dashed #ccc;}
  .lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:100px; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{/* float: right;width: 50%;*/}
.lhbdfl{/* float: left;width: 50%;*/}
.lhbdfr label{max-width:100px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #018136; color: #fff; display: block; width: 80px; line-height:40px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 40px; margin: 0 10px; text-align: center; border: none;}
.BMapLib_SearchInfoWindow img{height: auto;}
/* 大屏幕 */
@media (min-width: 1200px) { 
	.visible-xs {
    display: none !important;
    }
  .ny-bt{
	position: absolute;
	width: 100%;
	top: -200px;
	z-index:999;
    }
  .ny-lxwm li{width:49%!important;}

/*.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}*/
}

@media (min-width: 980px) and (max-width: 1199px) {
	.pic-img{float: left;width:45%!important;}
	.pic-img1{float: left;width:31%;text-align: center;margin: 1%;}
	.ny-lxwm li{width:100%!important;}
	.visible-xs {display: none !important;}
  .ny-bt{
	position: absolute;
	width: 100%;
	top: -150px;
	z-index:999;
    }
.page-container{width:68%;}
.page-url{ padding: 0;width:30%;float: left;}
.logo{ width:275px; float:left;}
.banner{position: relative;}
.ny-title{position: absolute; width: 980px; left: 50%; margin-left: -490px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
/*.news-bt{ width: 300px; height: 300px; z-index: 111; background: #004d9b; position: absolute; left: 15px; top: 0;}
.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}*/

}
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 991px) {
	.pic-img{float: left;width: 45%!important;}
	.ny-lxwm li{width:100%!important;}
	.pic-img1{float: left;width:45%;text-align: center;margin: 1%;}
	.visible-xs {
        display: block !important;
    }
    .hidden-xs{
    	display: none !important;
    }
    .ny-bt{
	position: absolute;
	width: 100%;
	text-align: center;
	top: -350px;
	z-index:999;
    }
    .page-container{width:60%;}
    .page-url{ padding: 0;width:35%;float: left;}
.foot-dh{display: none;}
.mobile_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    z-index: 110;
    background: rgba(0,0,0,0.3);
}
.hamburger {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
}
.banner{position: relative;}
.ny-title{position: absolute; width: 768px; left: 50%; margin-left: -359px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.mobile_nav&gt;ul{ display: block;}
.mobile_nav&gt;ul&gt;li{ display: block;}
.mobile_nav {
  position: absolute;
  width: 100vw;
  right: 0;
  top: 110px;
  display: none;
  height: auto;
  z-index: 110;
  background:none;
}
.mobile_nav ul {
  width: 100%;
}
.mobile_nav ul li{ 
	margin-top: 0;
  height: auto;
  float: left;
  list-style: none;
  width: 33%; margin-right:0.33%; margin-bottom: 2px;
  line-height: 50px;
  text-align: center;
  transition: all 1s;
  background: rgba(0,0,0,0.5);
}
.mobile_nav ul li a span {
  color: #fff;
  transition: all 1s;
  display: block;
  width: 100%;
  font-size: 16px;
}
.mobile_nav ul li:hover {
  background: #004d9b;
}
.mobile_nav ul li:hover a {
  color: #fff;
}
.page-url li a:hover span{ color: #004d9b;font-size: 15px; font-weight: bold;}
.page-url li.lihover a{color: #004d9b;}
.foot-ma{display: none;}
#copyright{ background: #414141; }
.about-top{width: 70%;}
.about-more{text-align: right;}
/*.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #004d9b; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}*/
.product-list{ margin: 0; }
.product-list ul{width: 750px;padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;}
.product-list li img{width: 100%;}
.pro-ahout{ height:  auto;}
.in-pro&gt;div:last-child{ display: none;}
.page span{ display: inline-block; width: 100%;}
.newsList .lhfr p{ display: inline-block; width: 70%;}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; min-width: 220px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 96%;}
.page span{ display: inline-block; width: 100%;}
.related-list li{ display: inline-block; width: 100%;}
.newsList .lhfr{ width: 644px; float: right;}
.mobile_nav  .menulevel{ position: static;}
.lh68{ display: block; z-index: 100;}
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	/*#ScrollBox li{float:left;display:inline;width: 23%!important;margin: 0.2rem!important;}
	#ScrollBox li .cp-mc a{
		font-size: 1rem!important;
		display: -webkit-box;
		-webkit-line-clamp:1;
		overflow: hidden;
		-webkit-box-orient: vertical;
}
	#ScrollBox li .cp-gd {display: none;}*/
	.pro-more{margin-top:2rem!important;}
	.pro-bt {
	width:100%!important;
	text-align: center;
}
.pro-fl{
	margin: 2rem auto 0!important;
	width:100%!important;
}
.pro-fl li{
	line-height:2rem!important;
	width:25%!important;
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
	
  	.visible-xs{
        display: block !important;
    }
    .hidden-xs{
    	display: none !important;
    }
    .ny-bt{
	position: absolute;
	width: 100%;
	text-align: center;
	top: -350px;
	z-index:999;
    }
.hamburger {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 45px;
	z-index: 111;
}
.page-news .text p{text-align: center;margin: 0 auto;}
.page-news li{border:none;margin:0px 0px 40px;padding:0px;}
.page-news li .xw-img{ padding: 0; overflow: hidden;width:100%;height:100%;}
.page-news li .xw-img img{cursor: pointer;transition: all 0.6s;}
.page-news li .xw-img img:hover{transform: scale(1.08);}
.page-news li .xw-bt a{font-weight:bold;line-height:70px;font-size:18px;}
.page-news li:hover .xw-bt a{color: #23428a;}
.page-news li .xw-nr{color: #959595;line-height: 25px;font-size: 14px;}
.page-news li .xw-date{color:#23428a;margin-top: 20px;}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav&gt;ul{ display: block;}
.mobile_nav&gt;ul&gt;li{ display: block;}
.mobile_nav {
	background: rgba(255,255,255,.8);
	position: absolute;
	width: 100vw;
	right:-15px;
	top: 103px;
	display: none;
	height: auto;
	z-index: 110;
}
.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav ul li{ 
	margin-top: 0;
  height: auto;
  float: left;
  list-style: none;
  width: 49%; 
  margin-right:0.33%; 
  margin-bottom: 2px;
  line-height: 50px;
  text-align: center;
  transition: all 1s;
  background: rgba(0,0,0,0.5);
}
.mobile_nav ul li a span {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 16px;
}
.mobile_nav ul li:hover {
	background: #004d9b;
}
.mobile_nav ul li:hover span{
	color: #fff;
}
.mobile_nav  .menulevel{ position: static;}
.foot-dh{display: none;}
.foot-ma{ display: none; }
.foot-ks{display: none;}
.foot-lx{border-right: none;}
.banner{position: relative;}
.sj-banner{display: block;}
.ny-title{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 20%; color: #fff; font-size: 20px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.page-top-bg{height: auto;}
.page-url{
	width: 100%;
}
.page-url li{
	width:100%;
}
.page-container{width:100%!important;}
.ny-lxwm li {
	  padding: 10px 0px!important;
    line-height: 40px!important;
    width: 100%!important;
}
.ny-lxwm li:before{
	display: block;
	content: "";
	background: #008438;
	width: 7px;
	height: 7px;
	border-radius: 100px;
	float: left;
	margin-right: 20px;
	margin-top:15px!important;
	margin-bottom: 40px;
}
.page-products {
    padding:20px 0px!important;
}
.pic-img {
    float: left;
    width: 44%!important;
    text-align: center;
    margin: 1%;
    border: 1px solid #efefef;
    padding: 5px 5px 0px;
}
.ny-bt p {
    font-family: "times new roman";
    font-weight: normal;
    color: rgba(255,255,255,0.7);
    font-size: 40px!important;
    text-transform: uppercase;
}
.pic-img1 {
    float: left;
    width: 48%;
    text-align: center;
    margin: 1%;
}
.popover-banner {
    position: relative;
    width: 100%!important;
    text-align: left;
}
#pro_info {
    margin-top:0px!important;
    width: 100%!important;
}
.lhgw {
    width: 90%;
    padding: 0px 10px;
}
.page span {
    display: inline-block;
    width: 90%;
}
.page-top9{width:90% !important;margin: 0px auto;background: #fff;padding: 0px!important;}
.page-top{height: auto!important;}
.page-url ul{ width: 100%;}
.about-bg{background: #f9f9f9;}
.about-top{width: 90%;}
.about-more{text-align: right;}
.about-bt p { font-size: 12px;color: #5a5a5a;font-weight: normal; line-height: 20px;text-transform: uppercase;}
/*.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #004d9b; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}*/
.back{margin: 25px 0;  margin-left: 10px;}

.product-name{padding: 20px 0;}
.product-list{ margin: 90px 0 30px; }
.product-list ul{padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;}
.product-list li img{width: 100%;}
.liyou-box {background: none;}
.liyou-bt {width: 100%;font-size: 20px;}
.liyou-bt span{font-size: 20px!important;}
.liyou-bt p{font-size: 12px;}
.product-box{margin-top: 20px;}
.new_pic{display: none;}
.news_con{height: 80px; overflow: hidden;	}
.proNav li span{height: 110px;}
.proNav li span img{height: 100%;}
.related_cp ul li{overflow: hidden;}
.picScroll-left .bd li{ margin-left:50px;}
.page-news li .text{padding-left: 0;}
.lhbdfr{width: 100%; float:none;}
.products-name&gt;p&gt;img{width: auto;}
}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.pro-bt {text-align: center!important;}
.pro-bt p{font-size:0.6rem!important;letter-spacing: 0.1rem!important;}
.pro-fl{
width:65%!important;margin-top: 0!important;}
.pro-fl li{
	line-height:2rem!important;
	width:33%!important;
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
  	.visible-xs{
        display: block !important;
    }
    .hidden-xs{
    	display: none !important;
    }
    .ny-bt{
	position: absolute;
	width: 100%;
	top: -200px;
	z-index:999;
    }
    .ny-location {
    	display: none !important;
    }
.logo {
    width: 60%;
    /*padding: 45px 0;*/
}
.about-more{text-align: right;}

#proinfo_c img,.page-about p img,.newsList li .img a img{
	width: 100%;
	height: auto;
	}
	.page-about, .page-content, .page-products {
    padding: 20px;
}
.page-top9{width:90% !important;margin: 0px auto;background: #fff;padding:50px;}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.hamburger {
	background: #004d9b;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 35px;
	z-index: 111;
}
.mobile_nav.shownav {
    background: url(../images/m-nav-bg.jpg) no-repeat center center;
    background-size: cover;
  }
.mobile_nav&gt;ul{ display: block;}
.mobile_nav&gt;ul&gt;li{ display: block;}
.mobile_nav {
	position: absolute;
	width: 100vw;
	right: 0;
	top: 72px;
	display: none;
/*	height: 90%;*/
	z-index: 110;
padding: 0 0;
}
.mobile_nav ul {
	width: 100%;
}
.mobile_nav ul li{
	line-height: 55px;
	background: rgba(0,77,155,0.6);
	margin-bottom:5px;
	list-style: none;
	text-align: center;
	transition: all 1s;
	width: 33.3%;
	margin: 0 auto;
	/*border-bottom: solid 1px #d7d8ed;*/
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li a span{
	color: #fff;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}
.about-bj {
    background-size: auto 100%;
}
/*.about-more {display: none;}*/
/*.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #004d9b; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}*/
.logo img {
    max-width: 60%;
}
.ny-title{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 0; color: #fff; font-size: 20px; font-weight: bold;}
.ny-title p{ font-size: 14px; line-height: 30px; text-align: left; }
.ny-title p a{color: #fff;}
.page-news li .img {
    padding: 0;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
}
.page-news li .text .ck{
	display: none;
}
.box li {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}
.picScroll-left{overflow: hidden;}
.picScroll-left .bd li{ margin-left:30px; line-height: 150px; height: auto;}
.picScroll-left .bd li a {
    display: block;
    height: auto;
    background: #fff;
}
.products-content {
    margin-top: 55px;
    margin-bottom: 55px;
}
.honor {
    margin-top: 65px;
    margin-bottom: 20px;
}
.photos span{  display: block; text-align:center; height: auto; width: auto; overflow: hidden;}
.photos span img{ height:auto;}
.video-width{width: 100%; height: auto;}
.lhbdfl{
	width: 100%;
}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; padding: 0 2.5%; min-width: 180px; border-radius:5px; border:1px solid #C7E2F6 ;}
.page-guestbook #guestbook  textarea{ width: 60%;}
.lhbdfr label{max-width:70px ; width: 100%;}
}
.page-top9{width:85% !important;margin: 0px auto;background: #fff;padding: 50px;}
.page-top{width: 85% !important;margin: 0px auto;}
.t_width{ width:85% !important;margin: 0px auto;}
.page-top9{width:80%;margin: 0px auto;background: #fff;padding: 50px;}
/*下载*/
.xgsc li{
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
}
.xgsc li img{
	margin-right: 20px;
}
/*内页联系我们*/
.f-fsa9{
	width:262px;
	margin-bottom: 50px;
}
.f-fsa9 p{
	color: #004d9b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.f-fsa9 li{
	color: rgba(0,0,0,0.55);
	border-bottom: 1px dashed rgba(0,0,0,0.15);
	font-size: 13px;
	line-height: 40px;
}
.ny-lxwm li{
	border-bottom: 1px dashed #ccc;
	float: left;
	font-size: 16px;
	line-height:65px;
	width: 32%;
	margin-right: 1%;
}
.ny-lxwm li:before{
	display: block;
	content: "";
	background: #008438;
	width: 7px;
	height: 7px;
	border-radius: 100px;
	float: left;
	margin-right: 20px;
	margin-top:30px;
}
html,body{
  position: relative;
}
.footer-arrow{
  display: none;
  position: absolute;
  z-index:999;
  bottom: 1rem;
  width: 16%;
  left: 42%;
  -webkit-animation: bounce 1.5s infinite ease-in-out 0s forwards;
  -o-animation: bounce 1.5s infinite ease-in-out 0s forwards;
  animation: bounce 1.5s infinite ease-in-out 0s forwards;
}
@media (max-width: 768px){
  .footer-arrow{
    display: block;
    position: fixed;
    z-index:999;
    bottom: 1rem;
    width: 16%;
    left: 42%;
    -webkit-animation: bounce 1.5s infinite ease-in-out 0s forwards;
    -o-animation: bounce 1.5s infinite ease-in-out 0s forwards;
    animation: bounce 1.5s infinite ease-in-out 0s forwards;
  }
}</pre></body></html>