html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none!important;}
/*******CSS reset*************/
body{overflow-x:hidden;position:relative;z-index:-2;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
body {font-size:12px;line-height:1.5rem;}
.middle {position:relative;top:50%;left:50%;transform:translate(-50%,-50%);}
a {transition:.3s all;}
a:hover {transition:.3s all;}
img {max-width:100%;}
em,i {font-style:normal;}
h2 {font-size:2rem;line-height:3rem;font-weight:600;color:inherit;font-family:'Times New Roman';}
h3 {font-size:24px;line-height:2.5rem;color:inherit;}
h4 {font-size:1.2rem;color:inherit;}
@media(min-width:768px) {
	body {font-size:14px;}
}
@media(min-width:992px) {
	body {font-size:15px;}
	.container {max-width:95%;}
}
@media(min-width:1200px) {
	h2 {font-size:60px;line-height:6rem;}
	h3 {font-size:36px;line-height:4rem;}
}
@media(min-width:1440px) {
	.container {width:1400px;max-width:1400px;position:relative;}
}


#flash {overflow:hidden;background: #000;}
.flash-box {width:500px;position:relative;left:50%;top:0;transform:translateX(-50%);}
.flash-box img {max-width:100%;}

#flash .swiper-slide {position:relative;}
.flash-img1 {z-index:9;position:absolute;top:50%;right:15%;transform:translateY(-15%);opacity: 0;}
.flash-img2 {z-index:9;position:absolute;top:50%;left:15%;transform:translateY(-15%);opacity: 0;}
.flash-img3 {z-index:9;position:absolute;top:50%;left:50%;transform: translate(-50%,-15%);opacity: 0;}
.onon .flash-img1 {animation:flashtransform 2s;animation-fill-mode : forwards;/*animation-direction:alternate;*/}
.onon .flash-img2 {animation:flashtransform 2s;animation-fill-mode : forwards;/*animation-direction:alternate;*/}
.onon .flash-img3 {animation:flashtransform3 2s;animation-fill-mode : forwards;}
.onon>img {animation:flashScale 7s infinite;}
@media (min-width:520px)  {.flash-box {width:768px;} }
@media (max-width:767px)  {
	.flash-img1 {width:150px;}
	.flash-img2 {width:150px;left:20%;}
	.flash-img3 {width:200px;}
}
@media (min-width:768px)  {.flash-box {width:1000px;}}
@media (min-width:768px) and (max-width:991px) {
	.flash-img1 {width:280px;}
	.flash-img2 {width:300px;}
	.flash-img3 {width:350px;}
}
@media (min-width:992px)  {.flash-box {width:1440px;}}
@media (min-width:1440px) {.flash-box {width:1920px;}}
@keyframes flashScale {
	0% {transform:scale(1);-webkit-filter: brightness(100%);filter: brightness(100%);}
	50% {transform:scale(1.03);-webkit-filter: brightness(95%);filter: brightness(95%);}
	100% {transform:scale(1);-webkit-filter: brightness(105%);filter: brightness(105%);}
}
@keyframes flashtransform {
	0% {transform:translateY(-15%);opacity: 0;}
	100%{transform:translateY(-40%);opacity: 1;}
}
@keyframes flashtransform3 {
	0% {transform:translate(-50%,-15%);opacity: 0;}
	100%{transform:translate(-50%,-40%);opacity: 1;}
}

.header {color:#fff;height:90px;position:absolute;top:0;left:0;right:0;z-index:9;}
.header .container {width:100%;max-width:100%;}
.header-logo {width:70%;height:70px;line-height:70px;padding-left:15px;}
.header-logo img {max-width:100%;}
.header-nav-btn {width:30%;height:70px;line-height:70px;box-sizing: border-box;text-align:right;padding-right:25px;}
.header-nav {width:60%;height:90px;line-height:90px;}
.header-nav>ul {display:flex;}
.header-nav>ul>li {flex:1;text-align: center;background:rgba(0,0,0,0);}
.header-nav>ul>li>a {display:block;}
.header-nav>ul>li>a:hover {color:#fff;}
.header-nav>ul>li>a:hover:before {content:'';position:absolute;top:25%;height:2px;width:20px;background:#fff;}
.header-nav-sub {display:none;font-size:.7rem;padding-bottom:1rem;}
@media (min-width:992px) {
	.header-logo {width:40%;height:90px;line-height: 90px;}
	.header-nav {width:60%;text-align:center;}
	.header-nav>ul>li {padding:0;flex:1;}
	.header-nav>ul>li>a {font-size:16px;}
	.header-nav>ul>li:hover {background:rgba(0,0,0,.3); transition:.7s background;}
	.header-nav>ul>li:hover .header-nav-sub {display:block;}
	.header-nav-sub li {line-height: 3rem;z-index: 9;}
	.header-nav-sub li:hover {background: rgba(0,0,0,.6);transition:.3s background;}
	.header-nav-sub li:hover a{color:#fff;}
}
@media (min-width:1200px) {
	.header-logo {padding-left:55px;}
}
/*header样式*/
.index01 {padding:2rem 0;}
.index01-number {font-family:'Times New Roman';color:#b2b2b2;position:absolute;left:0;top:2.3rem;transform:translateX(-110%);font-size:3rem;}
.index01-number i {display:inline-block;width:70px;height:1px;background: #eee;transform:translateY(-15px);margin-right:25px;}
.index01-left h2 {color:#2b6ce8;}
.index01-left h3 {color:#494b4e;font-weight: normal;}
.index01-left p {margin:1rem 0;text-align: justify;}
.index01-left a {display:block;color:#2b6ce8;width:10rem;height:2rem;line-height: 2rem;border:1px solid #2b6ce8;text-align: center;margin:1rem 0;}
.index01-left a:hover {color:#fff;background:#2b6ce8; }
.index01-center ul {display:flex;}
.index01-center li {flex:1;text-align: center;margin:1rem 0;padding:1.5rem 0;}
.index01-center li>span {color:#808183;}
.index01-center li div {font-family:'Times New Roman';font-weight:bold;color:#2b6ce8;font-size:1.5rem;margin:1rem 0;position:relative;}
.index01-center li div i {margin-left:0.5rem;position:absolute;top:0;width:0.8rem;height:0.8rem;line-height:0.8rem;background:#2b6ce8;border-radius:50%;font-size:0.7rem;color:#fff;}
.index01-right div {margin:1rem 0;padding:.5rem;background:#f9f8f8;}
.index01-center li div:hover {animation:pulse 1s;}
.index01-center li.on div {animation:pulse 1s;}
@media (min-width:768px) {
	.index01-right div:hover {background: #eee;}
}
@media (min-width:992px) {
	.index01-left p {line-height: 2rem;margin:2rem 0;color:#656566;}
	.index01-left a {height:3rem;line-height: 3rem;margin-top:50px;}
	.index01-center ul {display:block;}
	.index01-center li:first-child {border-top:1px solid #eee;}
	.index01-center li {border-bottom:1px solid #eee;margin:1.5rem 0;}
	.index01-center li div {font-size:3.3rem;margin:2rem 0;}
	.index01-center li div i {width:1rem;height:1rem;line-height:1rem;right:0;top:-100%;}
	.index01-right {padding-left:2.5rem;}
	.index01-right div {margin:1.5rem 0;padding:.8rem;}
}
@media (min-width:1200px) {
	.index01 {padding:80px 0;}
	.index01-number {font-size:60px;}
	.index01-center li {border-bottom:1px solid #eee;margin:1.5rem 2.5rem;}
	.index01-left a {margin-top:80px;}
}

.index02 {color:#fff;overflow: hidden;}
.index02-number {font-family:'Times New Roman';color:#fff;position:absolute;left:0;top:2.3rem;transform:translateX(-120%);font-size:3rem;}
.index02-number i {display:inline-block;width:70px;height:1px;background: #eee;transform:translateY(-15px);margin-right:25px;}
.index02 .container {padding:3rem 15px;position:relative;}
.index02-bg {position:absolute;right:0;top:0;bottom:0;left:0;}
.index02-bg img {position:absolute;left:50%;top:0;bottom:0;width:1660px;min-height: 100%;max-width:1660px;transform:translateX(-50%);}
.index02-top-left h3 {font-weight: normal;}
.index02-bottom {margin:3rem 0;}
.index02-bottom li {padding:1rem 2rem;border-left:1px solid rgba(255,255,255,.3);}
.index02-bottom-tit {font-size:1.2rem;}
.index02-bottom p {color:rgba(255,255,255,.6);padding:1rem 0;}
.index02-bottom a {border:1px solid #fff;padding:.3rem 1rem;}
.index02-bottom a:hover {background:#fff;color:#2b6ce8;}
@media (min-width:768px) {
	
}
@media (min-width:992px) {
	.index02-top-right {display: flex!important;padding:1rem 3rem;}
	.index02-top-right div {flex:1;text-align:right;}
	.index02-top-right span {flex:1;color:rgba(193,193,193,.49);display:block;padding:0 2rem;}
	.index02-bottom li {padding:1rem 3rem;transition:.2s background ease-out;}
	.index02-bottom li:before {content:'';transition:.4s width;position:absolute;left:0;top:0;height:1px;width:0;background:rgba(255,255,255,.3);}
	.index02-bottom li:after {content:'';transition:.4s width;position:absolute;right:0;bottom:0;height:1px;width:0;background:rgba(255,255,255,.3);}
	.index02-bottom li:hover { background: rgba(255,255,255,.1);transition:.5s background ease-in; }
	.index02-bottom li:hover:before {width:100%;transition:.8s width;}
	.index02-bottom li:hover:after {width:100%;transition:.8s width;}
	.index02-bottom-tit {font-size:1.6rem;}
	.index02-bottom p {padding:2rem 0;}
}
@media (min-width:1200px) {
	.index02-number {font-size:45px;}
	.index02-top-right {padding:3rem 3rem;}
	.index02-top-right span {padding:0 3rem;}
	.index02-bottom ul {margin-left: -45px;}
	.index02-bg img {right:0;left:unset;transform:translateX(0);}
}

.index03 {padding:2rem 0;position:relative;}
.index03 .swiper-container {width: 100%;}
.index03 .swiper-button-next {outline: none;background:#2b6ce8;background-size: 20px;color:#fff;border-radius:50%;height:35px;width:35px;left:unset;right:0;transform:translateY(-100%);}
.index03 .swiper-button-prev {outline: none;background:#2b6ce8;background-size: 20px;color:#fff;border-radius:50%;height:35px;width:35px;left:unset;right:0;transform:translateY(100%);}
.index03 .swiper-button-next:after,.index03 .swiper-button-prev:after {font-size:1rem;}
.index03 .swiper-slide {border: 1px solid #eee;}
.index03 .swiper-slide:before {content:'';transition:.4s width;position:absolute;left:0;top:0;height:0;width:0;background:rgba(0,0,0,.1);transition:.3s all;}
.index03 .swiper-slide:after {content:'';transition:.4s width;position:absolute;right:0;bottom:0;height:0;width:0;background:rgba(0,0,0,.1);transition:.3s all;}
.index03 .swiper-slide:hover:before {width:100%;height:100%;transition:.5s all ease;}
.index03 .swiper-slide:hover:after {width:100%;height:100%;transition:.5s all ease;}
@media(max-width:767px){
	.index03 .swiper-button-next {height:25px;width:25px;transform:translateY(-70%);}
	.index03 .swiper-button-prev {height:25px;width:25px;transform:translateY(70%);}
}
@media (min-width:992px) {
	.index03 .swiper-container {width: 95%;margin-left:0;}
	.index03 .swiper-slide {padding:2px;}
}
@media (min-width:1200px) {
	.index03 {padding:52px 0;}
}

.index04-left li {visibility: hidden;position:absolute;opacity: 0;}
.index04-left li.active {visibility: visible;position:unset;opacity:1;transition:1s opacity ease;}
.index04-number {color:#b2b2b2!important;font-weight:normal;position:relative;}
.index04-number:after {content:'';position:absolute;top:0;left:0;height:1px;width:70px;background:#ececec;}
.index04-right h2 {color:#2b6ce8;}
.index04-right h3 {font-weight: normal;}
.index04-right ul {margin-top:2.5rem;}
.index04-right li {line-height: 3rem;margin-bottom:10px;background:#efefef;padding-left:20%;}
.index04-right li:after {content:'+';position:absolute;right:5%;font-size:1.5rem;}
.index04-right li.active,
.index04-right li:hover {background:#2b6ce8;color:#fff;cursor: pointer;transition:1s background ease;}

@media (min-width:768px) {
	.index04 {padding:2rem 0;}
}
@media (min-width:992px) {
	.index04 {padding:3rem 0;}
	.index04-left {padding-right:3.5%;}
	.index04-number {padding-top:20px;}
	.index04-right h2 {line-height:4.5rem;}
	.index04-right li {transform:translateX(-20%);}
}
@media (min-width:1200px) {
	.index04 {padding:80px 0 60px;}
	.index04-number {font-size:60px;}
	.index04-left {-ms-flex: 0 0 64%;flex: 0 0 64%;max-width: 64%;}
	.index04-right {-ms-flex: 0 0 36%;flex: 0 0 36%;max-width: 36%;}
	.index04-right li {font-size:18px;line-height: 50px;width: 125%;}
}

.index05 {overflow:hidden;}
.index05 .container {padding:2rem 15px;position:relative;}
.index05-bg {position:absolute;right:0;bottom:0;left:0;}
.index05-bg img {position:absolute;left:50%;bottom:0;width:1660px;max-width:1660px;transform:translateX(-50%);}
.index05-number {font-family:'Times New Roman';color:#b2b2b2;position:absolute;left:0;top:3.8rem;transform:translateX(-120%);font-size:3rem;}
.index05-number i {display:inline-block;width:70px;height:1px;background: #eee;transform:translateY(-15px);margin-right:25px;}
.index05-top {padding-left:15px;margin-bottom: 3rem;}
.index05-top h2 {color:#2b6ce8;}
.index05-top h3 {color:#494b4e;font-weight:normal;}
.index05-bottom .swiper-slide {display:flex;}
.index05-left {width:100%;padding:2rem 5%;color:#fff;}
.index05-left div {margin:2rem 0;font-size:1.5rem;}
.index05-left span {color:#ffae00;}
.index05-left p {margin:2rem 0;text-align: justify;}
.index05-left a {display:inline-block;margin:1rem 0;padding:0 2rem;box-sizing:border-box;height:2rem;line-height: 2rem;text-align:center;border:1px solid #fff;border-radius: 2rem;}
.index05-left a:hover {color:#fff;}
.index05-right {width:100%;position:relative;}
.index05-imgbox {position:absolute;left:50%;top:0;min-width:1800px;z-index:99;}
.index05-imgbox img {position:relative;left:0;top:0;}
.index05 .swiper-button-next {outline: none;background:unset;opacity:1;background-size: 20px;color:#fff;border:2px solid #fff;border-radius:50%;height:30px;width:30px;left:50%;bottom:0;top:unset;right:unset;transform:translate(200%,-160%);}
.index05 .swiper-button-prev {outline: none;background:unset;opacity:1;background-size: 20px;color:#fff;border:2px solid #fff;border-radius:50%;height:30px;width:30px;left:50%;bottom:0;top:unset;right:unset;transform:translate(0%,-160%);}
.index05 .swiper-button-next:after,.index05 .swiper-button-prev:after {font-size:1rem;}
.index05 .swiper-button-next:hover,.index05 .swiper-button-prev:hover {background:#fff;color:#000;border-color:#fff;}
@media(max-width:767px) {
	.index05-bg img {bottom:25px;}
}
@media (min-width:768px) {
	.index05 {padding:2rem 0 0;}
	.index05-top {margin-bottom: 6rem;}
}
@media (min-width:992px) {
	.index05 .container {padding-bottom:4rem;}
	.index05-top {display:block!important;padding-left:0;margin-bottom:-8rem;}
	.index05-top h2 {line-height: 5rem;}
	.index05-left {width:50%;padding-top:14rem;padding-bottom:0;}
	.index05-left div {font-size:2rem;}
	.index05-left a {padding:0 3rem;height:2.5rem;line-height: 2.5rem;}
	.index05-left a:hover {background: #fff;color:#000;}
	.index05-right {display:block!important;width:50%;padding-bottom:4rem;}
	.index05-right img {position:absolute;left:0;top:0;bottom:0;right:0;min-height:80%;}
	.index05 .swiper-button-next {transform:translate(200%,-100%);}
	.index05 .swiper-button-prev {transform:translate(0%,-100%);}
}
@media (min-width:1200px) {
	.index05-number {font-size:60px;}
	.index05-left div {font-size:2rem;}
	.index05-bg img {left:0;left:unset;transform:translateX(0);}
}


.footer {padding:25px 0;}
.footer p {line-height: 2rem;}
.footer-tel {border-left:1px solid #eee;}
.footer-tel h3 {color:#2b6ce8;font-family:'Times New Roman';font-weight:bold;}
@media(max-width:767px){
	.footer-logo {text-align: center;}
	.footer-logo img {width:50%;}
}
@media (min-width:1200px) {
	.footer {padding:84px 0 75px;}
	.footer-tel {padding-left:4rem;}
	.footer-ewm {height:80px;display:flex!important;position:absolute;right:0;}
	.footer-ewm-img {padding:0 1rem;}
	.footer-ewm-title {padding-top:1rem;}
	.footer-ewm img {max-height:80px;}
}

.page {margin: 20px auto;}
.location {border-bottom:1px solid #eee;line-height: 40px;margin-bottom: 20px;}
.location-nav a {text-align: center;display:block;position:relative;}
.location-nav a:hover,.location-nav a.active {color:#007bc2;}
.location-nav a:hover:after,
.location-nav a.active:after {content:'';display:block;height:5px;width:50%;transform:translateX(-50%);background: #007bc2;position:absolute;bottom:-2.5px;left:50%;}
.inbanner {overflow:hidden;position:relative;}
.inbanner img {position:relative;left:50%;transform:translateX(-50%);width:600px;}
.inbanner-content {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);color:#fff;}
.inbanner h2 {font-size:22px;line-height:32px;}
.inbanner small {letter-spacing:4px;}
.inpage-main {margin-bottom:50px;}
.inpage-main-location {color:#666;line-height: 46px;width:100%;padding-right:15px;text-align: right;}
.inpage-main-title {font-size: 20px;width:100%;text-align: center;}
.inpage-main-description {line-height: 40px;font-size:12px;border:1px solid #eee;border-left:0;border-right:0;margin:15px 0;text-align: center;}
.inpage-main-image {text-align: center;}
.inpage-main-content {line-height: 2.5rem;}
@media(max-width:767px) {
	.inbanner img {height: 90px;}
	.inpage-main-content {line-height: 2rem;}
}
@media(min-width:768px){
	.inbanner img {width:100%;}
	.inpage-main-title {font-size:24px;}
	.inpage-main-description {font-size:14px;}
}
@media(min-width:1400px){
	.location {line-height: 60px;}
	.location-nav {font-size:16px;}
	.inpage-main-location {font-size:15px;}
	.inbanner-content {text-align: center;}
	.inbanner img {width:1920px;}
	.inbanner h2 {font-size:50px;line-height:100px;}
	.inbanner small {font-size:16px;letter-spacing:14px;margin-top:25px;}
	.inpage-main-title {font-size:28px;}
	.inpage-main-description {line-height: 60px;margin:25px 0;}
	.inpage-main-content {font-size:16px;}
}
/*内页公用样式*/


/*产品综合页样式*/
.inpro-type {border-bottom:1px solid rgba(0,0,0,.2);}
.inpro-type h3 {font-size:18px;font-weight:600;color:#007bc2;display: unset;padding-right:10px;line-height: 60px;}
.inpro-type a {font-size:12px;text-align:center;padding:0 10px;margin-bottom:15px;overflow:hidden;white-space: nowrap;position:relative;}
.inpro-type a i {font-style:normal;color:rgba(0,0,0,.2);position:absolute;right:0;}
.inpro-type a:last-child i {display:none;}
@media(min-width:768px){
	.inpro-list {flex-flow:row wrap;padding-top: 20px;}
	.inpro-type a {font-size:14px;line-height: 20px;flex-basis: 25%;}
}
@media(min-width:1200px){
	.inpro-type h3 {line-height: 110px;padding:0;}
	.inpro-list {flex-flow:row wrap;padding:0;padding-top: 36px;}
	.inpro-type a {font-size:16px;line-height: 40px;flex-basis: 20%;}
}

.product-list {border-bottom:1px solid rgba(0,0,0,.2);padding:30px 0;}
.product-list-slide {padding:15px;}
.product-list-slide-img {background:#007bc2;border:1px solid #eee;overflow:hidden;}
.product-list-slide-img img {transition:.5s all;}
.product-list-slide-title-left {line-height:35px;font-weight:600;}
.product-list-slide-title-right-slide {color:#9b9b9b;flex:1;padding:5px;border:1px solid #9b9b9b;border-radius:5px;text-align:center;font-size:12px;}
.product-list-slide-title-right-slide i {display:block;margin:0 auto;background:url(../Image/images.png) no-repeat;}
.product-list-slide-title-right-slide:nth-child(1) i {width:24px;height:22px;background:url(../Image/images.png) no-repeat;background-position:-24px 0;transition:.5s all;}
.product-list-slide-title-right-slide:nth-child(2) i {width:18px;height:19px;margin-bottom:3px;background:url(../Image/images.png) no-repeat;background-position:-18px -22px;transition:.5s all;}
.product-list-slide-title-right-slide:nth-child(3) i {width:22px;height:22px;background:url(../Image/images.png) no-repeat;background-position:-22px -41px;transition:.5s all;}
@media (min-width:768px) {
	.product-list-title {font-size:24px;margin:15px 0;}
	.product-list-title i {font-size:20px;font-style:unset;color:#fff;background:#007bc2;padding:0 5px;margin-right:10px; }
	.product-list-title a {position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size:15px;color:rgba(0,0,0,.6);}
	.product-list-slide-title {margin-top:15px;}
	.product-list-slide-title:after {content:'';display:block;clear:both;}
	.product-list-slide-title-left {float:left;}
	.product-list-slide-title-right {float:right;}
	.product-list-slide-title-right-slide {margin-left:5px;}
}
@media (min-width:1200px) {
.product-list {border-bottom:1px solid rgba(0,0,0,.2);padding:50px 0 90px;}
.product-list-title {font-size:30px;}
.product-list-title i {font-size:25px;}
.product-list-slide {margin-bottom: 30px;}
.product-list-slide-title-left {line-height:50px;font-size:16px;}
.product-list-slide-title-right-slide {margin-left:10px;}
.product-list-slide:hover {background:#007bc2;color:#fff;}
.product-list-slide:hover .product-list-slide-title-left {color:#fff;}
.product-list-slide:hover img {transform:scale(1.1);transition:.2s all;}
.product-list-slide:hover i {background-position-x:0;transition:.5s all;}
.product-list-slide:hover .product-list-slide-title-right-slide {color:#fff;border-color:#fff;}
}
/*产品综合页样式*/

/*新闻列表页样式*/
.news-list {margin-bottom: 70px;}
.news-slide {padding: 10px 15px;}
.news-slide-txt {border: 1px dashed #eee;padding:15px;}
.news-slide-title {font-size:16px;font-weight:600;margin-top:10px;margin-bottom:5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-slide-content {line-height: 24px;height:72px;overflow:hidden;font-size:12px;margin:5px 0;color:rgba(0,0,0,.6);text-align: justify;}
.news-slide-time {color:#ddd;font-size:12px;}
.news-slide-more {color:#666;border:1px solid #ddd;padding:5px 20px;margin-top:5px;display:inline-block;}
@media(min-width:768px) {
	.news-slide-title {font-size:18px;}
	.news-slide-content {line-height: 28px;font-size:14px;margin:0;}
	.news-slide-time {font-size:14px;}
}
@media(min-width:992px){
	.news-slide {padding: 30px;transition:.36s all ease;cursor:pointer;}
	.news-slide-txt {padding:30px;}
	.news-slide-title {font-size:20px;margin-top:0px;margin-bottom:10px;}
	.news-slide-content {line-height: 28px;font-size:16px;margin:10px 0;height:56px;}
	.news-slide-more {padding:5px 30px;margin-top:10px;}
	.news-slide:hover .news-slide-txt {box-shadow:4px 4px 20px -10px #000;transform:translateY(-2px);transition:.36s all ease;}
	.news-slide:hover .news-slide-title {color:#0e5bce;}
	.news-slide:hover .news-slide-content {}
	.news-slide:hover .news-slide-more {background: #0e5bce;color:#fff;}
}
/*新闻列表页样式*/

/*footer样式*/

/*footer样式*/

/*底部导航*/
.page-margin {height:70px;}
#page-footer ul li {width:25%;}
.page-footer {z-index:998;background-color: #000;position: fixed;bottom: 0;left:0;width: 100%;margin:0;}
.page-footer li {float:left;height:70px;line-height:50px;text-align: center;padding:10px 0;}
.page-footer li a {width:100%;height:100%;text-align:center;color:#fff;}
.page-footer li:hover {background:#555;}
.page-footer li a i{font-size: 24px;color: #fff;display: block;margin-bottom: -10px;}
#page-footer.five ul li {width:20%!important;}
.top {line-height:50px;font-size: 36px;color: #fff;}
.top_li {display:none;}
.five .top_li {display:block;}
/*底部导航*/