﻿.txtcenter {text-align:center; }
.txtsubtitle{color: #BFC5CA;}
.gb-h{background: #f0f2f3;}
.jindu{ position:relative;}
.jindu li {
	width: 25%;
	cursor:pointer;
	float: left;
	padding-bottom: 10px;
	position: relative;
}

.jindu li:hover span{ opacity:0;
	
	}
.jindu li p {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: 'DIN-BlackAlternate';
	font-size: 32px;
}
.jindu li p i{
	display:inline-block;
	position:relative;
	font-style:normal;}
.jindu li span {
	color: #999;
	width: 100%;
	background-color: #f0f2f3;
	position: absolute;
	left: 20PX;
	top: 6px;
	padding-left: 18px;
	transition:all 0.5s ease;
	max-width: 152px;
	display: inline-block;
}
.ck {
	left: 26px!important;
}
.gx {
	left: 20px!important;
	padding-right: 15px;
	/*max-width: 115px!important;*/
}
.zx {
	left: 21px!important;
	padding-right: 15px;
	/*max-width: 115px!important;*/
}
.diyi{
	display:none!important;}

.textJumpa{
	animation: textJump 0.6s infinite;
	-moz-animation:textJump 0.6s infinite;	/* Firefox */
	-webkit-animation: textJump 0.6s infinite;	/* Safari 和 Chrome */
	-o-animation: textJump 0.6s infinite;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1; /* Safari 和 Chrome */
	-moz-animation-iteration-count:1;
	-o-animation-iteration-count:1;
}
@keyframes textJump {
  0% {
    top: -10px;
    color:#111
  }
 15%{
	color: #000
  }
  20%{
  	color: #111
  }
  100% {
   top: 0;
   
  }
}
@-webkit-keyframes textJump {
  0% {
    top: -10px;
    color:#111
  }
 15%{
	color: #000
  }
  20%{
  	color: #111
  }
  100% {
   top: 0;
   
  }
}
@keyframes sonarEffect {
0% {
opacity:.3
}
40% {
opacity:.5;
-webkit-box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(0,0,0,0.5);
box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(204,204,204,0.5)
}
100% {
-webkit-box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(204,204,204,0.5);
box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(204,204,204,0.5);
-webkit-transform:scale(1.3);
transform:scale(1.3);
opacity:0
}
}
@-webkit-keyframes sonarEffect {
0% {
opacity:.3
}
40% {
opacity:.5;
-webkit-box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(0,0,0,0.5);
box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(204,204,204,0.5)
}
100% {
-webkit-box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(204,204,204,0.5);
box-shadow:0 0 0 2px rgba(204,204,204,0.1), 0 0 5px 5px #3c3950, 0 0 0 5px rgba(204,204,204,0.5);
-webkit-transform:scale(1.3);
transform:scale(1.3);
opacity:0
}
}
.bd_weixin_popup {
	box-sizing: content-box
}
.btn-o {
	width: 140px;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
	border: 2px solid #1f8ded;
	color: #1f8ded;
	font-size: 1.6rem
}
.btn-o:hover {
	background: #1f8ded;
	color: #fff
}
.common-title {
	font-size: 1.6rem;
	text-align: center;
	color: #666
}
.common-title .h3 {
	margin-bottom: 4px;
/*	margin-top: 40px;*/
	color: #111;
}
.m-b-130 {
	margin-bottom: 130px
}
.jump-list .jump-item {
	cursor: pointer
}
#header {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	height: 70px;
	line-height: 70px;
	padding: 0 40px;
	transition: linear all .3s;
	-webkit-transition: linear all .3s
}
#header.is-leave {
	background: rgba(0,0,0,0.5)
}
#header a {
	color: #fff
}
#header .header-btn span {
	font-size: 2rem;
	margin-left: 20px
}
#header .header-btn .btn {
	margin-left: 30px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #1f8ded
}
#header .header-btn .btn:hover {
	background: #f44336
}
#header .header-logo {
	font-size: 1.6rem
}
#header .header-logo h1 a{
	    display: block;
    overflow: hidden;
	height:70px;
	line-height:300px;

    color: #fff;
    /*background-image: url(../image/logo.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
	}
#header .header-logo span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px
}
#header .header-nav a {
	margin: 0 20px
}
#footer {
	border-top: 1px solid #cbcbcb
}
#footer .footer-top {
	padding: 120px 0;
	line-height: 30px;
	font-size: 1.6rem
}
#footer .footer-top .top-content {
	position: relative;
	padding-right: 200px
}
#footer .footer-top .top-btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px
}
#footer .footer-center {
	background: #212331;
	color: #fff;
	padding-top: 130px;
	padding-bottom: 80px;
	color: #99a9b5
}
#footer .footer-center a {
	color: #99a9b5
}
#footer .footer-center a:hover {
	color: #fff
}
#footer .footer-center .footer-title {
	font-weight: bold;
	margin-bottom: 30px;
	color: #fff
}
#footer .footer-center .footer-title:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: 1px;
	border-bottom: 12px solid #f44336;
	border-right: 12px solid transparent;
	margin-left: 10px
}
#footer .footer-center .footer-contact .contact-icon {
	position: relative;
	padding-left: 25px
}
#footer .footer-center .footer-contact .contact-icon i {
	position: absolute;
	bottom: 0;
	left: 0
}
#footer .footer-center .contact-way {
	line-height: 30px
}
#footer .footer-center .contact-addr {
	padding-bottom: 13px;
	margin-bottom: 25px;
	border-bottom: 1px solid #393d50;
	line-height: 20px
}
#footer .footer-center .contact-addr .contact-icon {
	margin-bottom: 10px
}
#footer .footer-center .contact-addr .contact-icon i {
	left: -8px
}
#footer .footer-center .addr-info {
	padding-bottom: 22px
}
#footer .footer-center .footer-news li {
	border-bottom: 1px solid #393d50;
	padding-bottom: 13px;
	margin-bottom: 12px
}
#footer .footer-center .footer-news li:last-child {
	border-bottom: none
}
#footer .footer-center .footer-news li a {
	display: block;
	height: 100%;
	height: 80px;
	padding-left: 82px;
	position: relative;
	overflow: hidden
}
#footer .footer-center .footer-news img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #394050;
	position: absolute;
	top: 0;
	left: 0
}
#footer .footer-center .footer-news .news-time {
	color: #ddd;
	font-size: 1.2rem
}
#footer .footer-center .footer-link li {
	padding-left: 15px;
	position: relative
}
#footer .footer-center .footer-link li:after {
	content: "";
	display: block;
	bottom: 0;
	margin: 10px 0;
	border-bottom: 1px solid #393d50
}
#footer .footer-center .footer-link li:last-child:after {
	content: none
}
#footer .footer-center .footer-link li a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #1f8ded;
	position: absolute;
	top: 8px;
	left: 0;
	transition: linear .2s background;
	-webkit-transition: linear .2s background
}
#footer .footer-center .footer-link li a:hover:before {
	background: #f44336
}
#footer .footer-center .footer-case ul {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px
}
#footer .footer-center .footer-case ul li {
	padding: 5px
}
#footer .footer-center .footer-case .case-item {
	display: block;
	/*width: 87px;*/
	max-width: 100%;
	height: 87px;
	margin-left: auto;
	margin-right: auto;
	background: center center no-repeat;
	background-size: contain;
	position: relative
}
#footer .footer-center .footer-case .case-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1f8ded;
	opacity: 0;
	transition: linear .2s opacity;
	-webkit-transition: linear .2s opacity
}
#footer .footer-center .footer-case .case-item:hover:before {
	opacity: .3
}
#footer .footer-bottom {
	padding: 30px 0;
	background: #181828;
	color: #99a9b5;
	position: relative;
	border-top: 1px solid #313646
}
#footer .footer-bottom .to-top {
	position: absolute;
	top: 6px;
	right: 60px;
	background: #000;
	color: #58606e;
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center
}
#footer .footer-bottom .to-top i {
	font-size: 3rem;
	font-weight: bold
}
#footer .footer-bottom .to-top:hover {
	background: #1f8ded;
	color: #fff
}
#footer .footer-bottom .bottom-item-1 .bottom-copy span {
	margin-right: 30px
}
#footer .footer-bottom .bottom-item-1 .bottom-copy a {
	color: #99a9b5
}
#footer .footer-bottom .bottom-item-1 .bottom-copy a:hover {
	color: #fff
}
#footer .footer-bottom .bottom-item-1 .bottom-link {
	color: #516472
}
#footer .footer-bottom .bottom-item-1 .bottom-link a {
	color: #516472;
	margin-right: 5px
}
#footer .footer-bottom .bottom-item-1 .bottom-link a:hover {
	color: #fff
}
#footer .footer-bottom .bottom-des {
	color: #666;
	max-width: 210px
}
#footer .footer-bottom .bottom-share {
	padding-top: 15px
}
#footer .footer-bottom .bottom-share a {
	color: #959595;
	font-size: 2.5rem;
	margin: 0 5px
}
#footer .footer-bottom .bottom-share a:hover {
	color: #fff
}
#right-fixed {
	position: fixed;
	z-index: 999;
	left: 50px;
	bottom: 20%;
	width: 60px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 14px
}
.kehu {
	width: 100%;
	float: left;
	height: 90px;
	border: 1px solid rgba(238,238,238,1);
	cursor: pointer;
	position: relative;
	background-color: #fff;
}
.kehu img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-top: -8.5px;
	margin-left: -8.5px;
}
.kehu:hover .kehu1 {
	width: 290px;
}
.kehu1 {
	background-color: #fff;
	height: 90px;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
	width: 60px;
	border: 1px solid rgba(238,238,238,1);
}
.kehu1zong {
	display: inline-block;
	float: left;
	width: 60px;
	height: 100%;
}
.kehu1zong1 {
	position: absolute;
	left: 70px;
	top: 0px;
}
.kehu1-1 {
	width: 215px;
	float: left;
	margin-top: 20px;
}
.kehu1-1 p {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.kehu1-1 span {
	display: inline-block;
	float: left;
	color: #292D30;
	font-size: 16px;
	font-weight: bold;
}
.kehu1-2 {
	width: 215px;
	float: left;
	margin-top: 15px;
}
.kehu1-2 p {
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.kehu1-2 span {
	display: inline-block;
	float: left;
	color: #1F8DED;
	font-size: 16px;
	transition:all 0.5s;
	font-weight: bold;
}
.pingtai {
	background-color: #3E3A37;
}
.pingtai {
	color: #fff!important;
}
.fanhui {
	width: 100%;
	float: left;
	color: #fff;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	background: rgba(62,58,55,1);
}
#right-fixed .right-item {
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1)
}
#right-fixed .right-item:first-child {
	margin-bottom: 25px
}
#right-fixed .right-title {
	background: #3e3a37;
	color: #fff;
	height: 25px;
	line-height: 28px
}
#right-fixed .right-icon {
	line-height: 24px
}
#right-fixed .right-icon i {
	font-size: 2.4rem
}
#right-fixed .bshare-share-count {
	color: #292d30 !important
}
#right-fixed .share-item {
	padding: 10px 5px 11px;
	border-bottom: 1px solid #eaeaea;
	color: #292d30;
	position: relative
}
#right-fixed .share-item:last-child {
	border-bottom: 0
}
#right-fixed .share-item:hover {
	color: #1f8ded
}
#right-fixed .share-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10
}
#right-mobile {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 999;
	display: none
}
#right-mobile a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	line-height: 40px;
	background: #fff;
	margin-top: 5px
}
#right-mobile a i {
	font-size: 2rem
}
#right-mobile a .icon-top {
	font-size: 3rem
}
#banner .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff
}
#banner .slide-content .slide-title {
	font-size: 5rem;
	padding: 15px 20px;
	text-align: center;
	letter-spacing: 10px
}
#banner .slide-content .title-en {
	font-size: 1.8rem;
	font-family: "Gabriola";
	letter-spacing: 2px;
	opacity: .5
}
#banner .swiper-slide {
	height: 100vh;
}
#simple ul {
	margin-left: -25px;
	margin-right: -25px
}
#simple ul li {
	padding-left: 25px;
	padding-right: 25px
}
#simple .item-icon {
	max-height: 130px;
	line-height: 130px;
	margin-bottom: 20px
}
#simple .item-title {
	font-size: 1.6rem;
	margin-bottom: 20px
}
#simple .item-des {
	color: #999;
	text-align: left
}
#service .service-item {
	position: relative;
	padding-left: 75px;
	width: 170px;
	margin-left: auto;
	margin-right: auto
}
#service .service-item .item-icon {
	position: absolute;
	top: 0;
	left: 0
}
#service .service-item .item-icon i {
	font-size: 5rem;
	line-height: 50px
}
#service .service-item .item-des {
	color: #666
}
#case .scroll-bar {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 15px;
	text-align: center;
	font-size: 0;
	white-space: nowrap
}
#case .scroll-bar span {
	font-size: 14px;
	margin: 0 15px;
	color: #666;
	cursor: pointer;
	transition: linear .2s color;
	-webkit-transition: linear .2s color
}
#case .scroll-bar span:hover, #case .scroll-bar span.active {
	color: #1f8ded
}
#case .case-list {
	margin-left: -30px;
	margin-right: -30px
}
#case .case-list li {
	padding: 30px;
}
.case-list .case-item {
	display: block;
	padding-bottom: 20px;
	position: relative;
	top: 0;
	transition: linear all .5s;
	-webkit-transition: linear all .5s
}
.case-list .case-item:hover {
	top: -10px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2)
}
.case-list .case-pic {
	margin-bottom: 20px;transition: linear all .3s;
	-webkit-transition: linear all .3s
}
.case-list .case-pic img {
	border: 1px solid #ccc
}
.case-list .case-title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 5px
}
.case-list .case-info {
	color: #666;
	padding: 0 5px
}
.case-list .case-info span {
	margin-right: 20px
}
.case-list .case-info a {
	color: #666
}
.case-list .case-info a:hover {
	color: #1f8ded
}
#recommend {
	overflow: hidden
}
#recommend .news-time {
	color: #666;
	font-size: 1.2rem;
	margin-bottom: 20px
}
#recommend .news-title {
	font-size: 1.8rem
}
#recommend .news-title a:hover {
	color: #1f8ded
}
#recommend .news-des {
	font-size: 1.2rem;
	color: #999;
	line-height: 20px
}
#recommend .left-content {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px
}
#recommend .left-content .content-title {
	margin-bottom: 100px
}
#recommend .left-content .news-btn .btn {
	width: 140px;
	border: 2px solid #1f8ded;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
	color: #1f8ded;
	font-size: 1.6rem
}
#recommend .left-content .news-btn .btn:hover {
	background: #1f8ded;
	color: #fff
}
#recommend .left-content .swiper-container {
	padding-bottom: 70px
}
#recommend .left-content .swiper-container .swiper-pagination {
	text-align: right;
	bottom: 0;
	color: #1f8ded
}
#recommend .recommend-right {
	position: relative
}
#recommend .recommend-right .news-title {
	margin-bottom: 5px
}
#recommend .recommend-right .right-content {
	padding-top: 45px;
	padding-left: 70px;
	padding-bottom: 30px
}
#recommend .recommend-right .right-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 150%;
	background: #f0f2f3;
	z-index: -1
}
#recommend .recommend-right .right-content .right-bar span {
	margin-right: 10px;
	transition: linear .2s color;
	-webkit-transition: linear .2s color;
	color: #666;
	cursor: pointer
}
#recommend .recommend-right .right-content .right-bar span:hover, #recommend .recommend-right .right-content .right-bar span.active {
	color: #1f8ded
}
#recommend .recommend-right .swiper-container {
	padding-bottom: 40px
}
#recommend .recommend-right .swiper-container .swiper-pagination {
	bottom: 0;
	text-align: right
}
#recommend .recommend-right .swiper-container .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1
}
#recommend .recommend-right .swiper-container .swiper-pagination-bullet-active {
	background: #1f8ded
}
.page_list a {
	color: #999;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	margin: 0 5px
}
.page_list a:hover, .page_list a.on {
	background: #333;
	color: #fff
}
.page_list a:first-child, .page_list a:last-child {
	display: inline
}
.page_list a:first-child:hover, .page_list a:last-child:hover {
	background: none;
	color: #333
}
.page_list a:first-child {
	margin-right: 25px
}
.page_list a:last-child {
	margin-left: 25px
}
.news-right {
	padding-left: 70px
}
.news-right .search-form input {
	width: 240px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #d4e0ea;
	border-radius: 2px;
	color: #999;
	transition: linear .2s border;
	-webkit-transition: linear .2s border
}
.news-right .search-form input::-webkit-input-placeholder {
color:#999
}
.news-right .search-form input:focus {
	border-color: #1f8ded
}
.news-right .right-title {
	font-size: 1.6rem
}
.news-right .right-title:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: 1px;
	border-bottom: 12px solid #f44336;
	border-right: 12px solid transparent;
	margin-left: 10px
}
.news-right .hot-share a:hover {
	color: #1f8ded
}
.news-right .hot-share li {
	border-bottom: 1px solid #dfe5e8;
	padding-bottom: 16px;
	margin-bottom: 15px
}
.news-right .hot-share li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}
.news-right .hot-share .hot-item {
	position: relative;
	padding-left: 82px;
	display: block;
	height: 72px;
	overflow: hidden
}
.news-right .hot-share .hot-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #394050
}
.news-right .hot-share .hot-item .hot-time {
	font-size: 1.2rem;
	color: #666
}
.news-right .hot-share .hot-title {
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.news-right .kewords a {
	float: left;
	padding: 0 10px;
	line-height: 29px;
	height: 31px;
	border: 1px solid #99a9b5;
	margin-bottom: 6px;
	margin-right: 6px;
	color: #666
}
.news-right .kewords a:hover {
	background: #1f8ded;
	color: #fff;
	border-color: #1f8ded
}
.news-right .case ul {
	margin-left: -10px;
	margin-right: -10px
}
.news-right .case ul li {
	padding: 5px
}
.news-right .case .case-item {
	display: block;
	background: center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 70px;
	max-width: 72px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.news-right .case .case-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1f8ded;
	opacity: 0;
	transition: linear .2s opacity;
	-webkit-transition: linear .2s opacity
}
.news-right .case .case-item:hover:before {
	opacity: .3
}
#top {
	height: 500px;
	color: #fff;
	text-align: center;
	position: relative
}
#top .center-box {
	font-size: 1.6rem;
	padding: 0 15px;
}
#top .bread-crumb {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	font-size: 1.4rem;
	padding: 0 15px;
}
#top .bread-crumb a {
	color: #fff
}
#top .bread-crumb a:after {
	content: " →"
}
#top .bread-crumb a:last-child:after {
	content: none
}
#top .bread-crumb a:hover {
	opacity: .6
}
#news-list {
	padding-top: 50px
}
#news-list ul a:hover {
	color: #1f8ded
}
#news-list .news-list img {

}
#news-list .news-list li {
	padding-bottom: 70px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e3e3e3
}
#news-list .news-bar a {
	color: #666;
	margin-right: 30px
}
#news-list .news-bar a:hover, #news-list .news-bar a.active {
	color: #1f8ded
}
#news-list .news-pic {
	margin-bottom: 10px
}
#news-list .news-info {
	position: relative;
	color: #666
}
#news-list .news-info a {
	color: #1f8ded
}
#news-list .news-info a:hover {
	color: #f44336
}
#news-list .news-info .good {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #f44336
}
#news-list .news-time, #news-list .news-des {
	color: #666
}
#news-list .news-title {
	font-size: 1.6rem;
	font-weight: bold
}
#news-show {
	padding-top: 70px;
	overflow: hidden
}
#news-show .news-content .news-title {
	line-height: 36px
}
#news-show .news-content .news-info {
	color: #666;
	position: relative
}
#news-show .news-content .news-info .news-time {
	margin-right: 50px
}
#news-show .news-content .news-info a {
	color: #1f8ded
}
#news-show .news-content .news-info a:hover {
	color: #f44336
}
#news-show .news-content .news-info .good {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #f44336
}
#news-show .news-artical {
	line-height: 30px;
	color: #555
}
#news-show .news-artical img {
	height: auto !important
}
#news-show .news-artical a:hover {
	color: #1f8ded
}
#news-show .news-others {
	border-right: 1px solid #e5e5e5;
	/* padding-top: 20px; */
	padding-bottom: 0px;
	padding-right: 100px
}
#news-show .news-others li {
	margin: 10px 0
}
#news-show .news-others li a {
	color: #1f8ded;
	line-height: 26px;
	font-size: 1.4rem;
}
#news-show .news-others li a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #555;
	margin-right: 25px;
	position: relative;
	top: -2px;
	left: 0;
	transition: linear all .2s;
	-webkit-transition: linear all .2s
}
#news-show .news-others li a:hover {
	color: #f44336
}
#news-show .news-others li a:hover:before {
	left: 10px
}
#news-show .news-others .news-share {
	padding-top: 30px;
	border-top: 1px solid #e5e5e5
}
#news-show .news-others .news-share a {
	margin-right: 20px;
	line-height: 20px;
	position: relative;
	top: 2px
}
#news-show .news-others .news-share a:before {
	font-size: 2rem;
	vertical-align: middle;
	display: inline-block
}
#news-show .news-others .news-share a.icon-qq2:before {
	color: #5294d0
}
#news-show .news-others .news-share a.icon-weixin:before {
	color: #05af10
}
#news-show .news-others .news-share a.icon-sina:before {
	color: #da251c
}
#news-show .news-others .news-share a:last-child {
	margin-right: 0
}
#news-show .news-others .news-share a:hover {
	color: #1f8ded
}
#project-list {
	max-width: 1675px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px
}
#project-list .project-bar a {
	color: #666;
margin-right: 30px;
}
#project-list .project-bar a:last-child {
	margin-right: 0
}
#project-list .project-bar a:hover, #project-list .project-bar a.active {
	color: #1f8ded
}
#project-list .case-list li {
	/*max-width: 500px;
	width: 100%;
	padding: 25px 0*/
}
#case-show {
	padding-top: 80px
}
#case-show .show-top {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}
#case-show .show-top .top-btn {
	width: 140px;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
	background: #1f8ded;
	color: #fff;
	font-size: 1.6rem;
	border: 2px solid #1f8ded
}
#case-show .show-top .top-btn:hover {
	background: transparent;
	color: #1f8ded
}
#case-show .case-list {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto
}
#case-show .case-list li {
	padding-left: 30px;
	padding-right: 30px
}
#case-show .case-pn {
	text-align: center
}
#case-show .case-pn a {
	position: fixed;
	bottom: 50%;
	color: #999;
	display: block;
	padding-bottom: 10px
}
#case-show .case-pn a:hover {
	color: #1f8ded
}
#case-show .case-pn .case-pic {
	width: 110px;
	height: 80px;
	background: center center no-repeat;
	background-size: contain;
	border: 1px solid #ccc;
	background-color: #fff;
}
#case-show .case-pn.is-show .case-prev {
	left: 0;
	border-left: unset;
}
#case-show .case-pn.is-show .case-next {
	right: 0;
	border-right: unset;
}
#case-show .case-pn .case-prev {
	left: -110px
}
#case-show .case-pn .case-next {
	right: -110px
}
#case-show .show-content {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto
}
#about-content li {
	padding: 0;
	height: 100%;
	overflow: hidden
}
#about-content .center-container {
	height: 100%;
	padding: 20px
}
#about-content .center-container .center-box {
	max-width: 700px
}
#about-content .about-title {
	font-size: 3.2rem
}
#about-content .title-en {
	font-size: 3rem;
	font-family: "Gabriola"
}
#about-content .about-des {
	line-height: 26px;
	text-align: left
}
#about-content .about-btn .btn {
	width: 140px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	border: 2px solid #3c3950;
	font-family: "Impact";
	color: #3c3950
}
#about-content .about-btn .btn:hover {
	background: #3c3950;
	color: #fff
}
#about-advantage {
	background: #f0f3f2;
	padding: 110px 0
}
#about-advantage li {
	/* padding: 0 40px */
}
#about-advantage li:nth-child(2) .advantage-icon {
	background: #00bcd4
}
#about-advantage li:nth-child(3) .advantage-icon {
	background: #5d60d2
}
#about-advantage li:nth-child(4) .advantage-icon {
	background: #35d5ad
}
#about-advantage .advantage-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	background: #2591e9;
	color: #fff;
	margin-left: auto;
	margin-right: auto
}
#about-advantage .advantage-icon .iconfont {
	font-size: 3rem
}
#about-advantage .advantage-des {
	color: #3c3950;
	line-height: 26px;
	height: 130px
}
#about-advantage .advantage-btn .btn {
	width: 80px;
	height: 40px;
	line-height: 36px;
	border-radius: 20px;
	border: 2px solid #3c3950;
	font-family: "Impact";
	color: #3c3950
}
#about-advantage .advantage-btn .btn:hover {
	background: #3c3950;
	color: #fff
}
#about-bottom .bottom-title {
	font-size: 1.8rem
}
#about-bottom .bottom-btn {
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 50%;
	background: #3c3950;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative
}
#about-bottom .bottom-btn:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	border: 5px solid #ccc;
	border-radius: 50%
}
#about-bottom .bottom-btn:after {
	content: '';
	pointer-events: none;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	padding: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	opacity: 0;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all ease .9s;
	transition: all ease .9s
}
#about-bottom .bottom-btn:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
	animation: sonarEffect 1.3s ease-out 75ms infinite
}
#contact .form-bg {
	position: relative;
	z-index: -10
}
#contact .form-bg img {
	width: 100%;
	margin-top: -15%
}
#contact .form-top .contact-title {
	font-size: 4.6rem;
	font-weight: bold
}
#contact .form-top .top-title {
	font-weight: bold
}
#contact .form-top li {
	margin-bottom: 40px
}
#contact .form-top .btn {
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #1f8ded;
	color: #fff;
	font-size: 1.6rem;
	margin-top: 10px
}
#contact .form-top .btn:hover {
	background: #f44336
}
#contact .form-container {
	background: #f0f3f2;
	padding: 35px 30px;
	color: #5f727f
}
#contact .form-container .input {
	width: 100%;
	height: 48px;
	border: 0;
	padding: 0 16px;
	color: #999
}
#contact .form-container .input::-webkit-input-placeholder {
color:#999
}
#contact .form-container .input-item {
	margin-bottom: 20px
}
#contact .form-container .input-select {
	position: relative
}
#contact .form-container .input-select ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: none
}
#contact .form-container .input-select li {
	padding: 0 16px;
	cursor: pointer
}
#contact .form-container .input-select li:hover, #contact .form-container .input-select li.active {
	background: #1f8ded;
	color: #fff
}
#contact .form-container .input-radio input:checked~label:after, #contact .form-container .input-checkBox input:checked~label:after {
	opacity: 1
}
#contact .form-container .input-radio label, #contact .form-container .input-checkBox label {
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none
}
#contact .form-container .input-radio label:before, #contact .form-container .input-checkBox label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%
}
#contact .form-container .input-radio label:after, #contact .form-container .input-checkBox label:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 10px;
	height: 10px;
	background: #1f8ded;
	border-radius: 50%;
	opacity: 0
}
#contact .form-container .input-checkBox label {
	min-width: 95px
}
#contact .form-container .input-checkBox label:before, #contact .form-container .input-checkBox label:after {
	border-radius: 0
}
#contact .form-container .input-radio label {
	min-width: 120px
}
#contact .form-container .input-list li {
	display: inline-block;
	margin-right: 15px
}
#contact .form-container .input-return {
	display: none;
	color: #f44336
}
#contact .form-container .form-btn {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #1f8ded;
	color: #fff;
	font-size: 1.6rem
}
#contact .form-container .form-btn:hover {
	background: #f44336
}


@media screen and (min-width:320px) and (max-width:399px) {.jindu li{
		 width:100%;
		 margin-top:20px;
		 margin-bottom:20px;
		 
		 }
		 .jindu {
    margin-left: 106px;
}
#news-list .news-bar a{
	margin-right: 20px;
}
#project-list .project-bar a {
	color: #666;
margin-right: 0px;
display: inline-block;
width: 30%;
}
}
 @media screen and (min-width: 400px) and (max-width:499px) { .jindu li{
		 width:50%;
		 margin-top:20px;
		 margin-bottom:20px;
		 
		 }
		 .jindu {
			 margin-left:50px;
}
#project-list .project-bar a {
	color: #666;
margin-right: 0px;
display: inline-block;
width: 30%;
}
}
 @media screen and (min-width: 500px) and (max-width:639px) {
	 .jindu li{
		 width:50%;
		 margin-top:20px;
		 margin-bottom:20px;
		 
		 }
	 
}
 @media screen and (min-width: 640px) and (max-width:767px) {
	 
	 
}
 @media screen and (min-width: 768px) and (max-width:991px) {
	#footer .footer-bottom .bottom-des{
		max-width: 80%;
	}
	
}
 @media screen and (min-width: 992px)and (max-width:1199px) {		
}
 @media screen and (min-width: 1200px)and (max-width:1400px) {
}
 @media screen and (min-width: 1401px) {
}

/* 宣传片代码开始*/
.shiping {
	width: 300px;
	height: 300px;
	position: fixed;
	z-index: 99;
	    right: 90px;
bottom:-400px;
transition:all 1.5s ease-in-out;
}
.shipingxianshi{
	bottom: 30px;}
.shiping1 {
	width: 100%;
	float: left;
	text-align: center;
}
.shiping1-1 {
	width: 300px;
	display: inline-block;
	border: #202222 solid 10px;
	-moz-box-shadow: 3px 0px 30px #333333;
	-webkit-box-shadow: 3px 0px 30px #333333;
	box-shadow: 3px 0px 20px #333333;
	border-radius: 5px;
}
.shiping1 video {
	width: 100%;
	vertical-align: bottom;
}
.shiping2 {
	width: 100%;
	float: left;
	margin-top: 15px;
	text-align: center;
}
.shiping2-1 {
	display: inline-block;
}
.shiping2 a {
	color: #fff;
	display: inline-block;
	width: 252px;
	height: 52px;
	background-color: #950000;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	border-radius: 52px;
	box-sizing: content-box;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite; /* Safari 和 Chrome */
	border: #d59999 solid 10px;
}
 @keyframes mymove {
10% {
border: #d59999 solid 10px;
background-color: #950000;
}
50% {
 background-color: #0d62f5ab;
 border: #0d62f5ab solid 10px;
}
 80% {
 background-color: #f1da13;
border: #b3a426 solid 10px;
}
 100% {
border: #d59999 solid 10px;
background-color: #950000;
}
}
 @-webkit-keyframes mymove {
10% {
border: #d59999 solid 10px;
background-color: #950000;
}
50% {
 background-color: #0d62f5ab;
 border: #0d62f5ab solid 10px;
}
 80% {
 background-color: #f1da13;
border: #b3a426 solid 10px;
}
 100% {
border: #d59999 solid 10px;
background-color: #950000;
}
}
.shiping2 p {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.shiping2 span {
	display: inline-block;
	font-weight: bold;
	float: left;
}
 @media ( max-width:1201px ) {
.shiping {
	display: none;
}
}
@media screen(min-width:789px){
	#pictures{
		display: none ;
	}
	#banner .swiper-slide{
		height: auto;
	}
}
@media screen(max-width:789px){
	
	#banner .swiper-slide{
		 height: auto !important;
	}
}
/* 宣传片代码结束*/
.morenews {
	width: 140px;
    border: 1px solid #1f8ded;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
    color: #1f8ded;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 20px;
}
.s-css {
	background: #f0f2f3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.c-css {

	margin-top: 30px;
}

.content-about {
	margin: 10px 0;

}

.position-all {
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
}

.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #5791f5;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #5791f5;
	border-color: #5791f5;
}
.page-num-current:hover {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.page-num {
		display: none;
	}
	.logo-sm-height{
		height: 40px;
	}
	.head-sm-height{
		height: 61px !important;
	}
}

.pagination {
  display: flex;
  @include list-unstyled();
  @include border-radius();
}

.page-link {
  position: relative;
  display: block;
  padding: $pagination-padding-y $pagination-padding-x;
  margin-left: -$pagination-border-width;
  line-height: $pagination-line-height;
  color: $pagination-color;
  background-color: $pagination-bg;
  border: $pagination-border-width solid $pagination-border-color;

  &:hover {
    z-index: 2;
    color: $pagination-hover-color;
    text-decoration: none;
    background-color: $pagination-hover-bg;
    border-color: $pagination-hover-border-color;
  }

  &:focus {
    z-index: 2;
    outline: $pagination-focus-outline;
    box-shadow: $pagination-focus-box-shadow;
  }

  // Opinionated: add "hand" cursor to non-disabled .page-link elements
  &:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
}

.page-item {
  &:first-child {
    .page-link {
      margin-left: 0;
      @include border-left-radius($border-radius);
    }
  }
  &:last-child {
    .page-link {
      @include border-right-radius($border-radius);
    }
  }

  &.active .page-link {
    z-index: 1;
    color: $pagination-active-color;
    background-color: $pagination-active-bg;
    border-color: $pagination-active-border-color;
  }

  &.disabled .page-link {
    color: $pagination-disabled-color;
    pointer-events: none;
    // Opinionated: remove the "hand" cursor set previously for .page-link
    cursor: auto;
    background-color: $pagination-disabled-bg;
    border-color: $pagination-disabled-border-color;
  }
}


//
// Sizing
//

.pagination-lg {
  @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $border-radius-lg);
}

.pagination-sm {
  @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $border-radius-sm);
}

.nav-m {
	margin: 20px 0;
}

.justify-content-center {
    justify-content: center!important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}

.lh-3 {
    line-height: 3;
}

.text-secondary {
    color: #6c757d!important;
}

.btn-danger {
    color: #fff;
    background-color: #5791f5;
    border-color: #5791f5;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.view {
    max-width: 500px;
}

.lh-2 {
    line-height: 2;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}

.float-right {
    float: right!important;
}

.btn-info {
    color: #fff;
    background-color: #5791f5;
    border-color: #5791f5;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

/*新加的*/
    #mf-rightFixed {
        position: fixed;
        bottom: 105px;
        right: 30px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    #mf-rightFixed * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    #mf-rightFixed .mf-rightItem {
        display: block;
        width: 49px;
        height: 49px;
        font-size: 0;
        text-align: center;
        background: #111;
        border-radius: 50%;
        /*display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        justify-content: center;
        -ms-flex-pack: center;*/
        cursor: pointer;
        user-select: none;
        pointer-events: initial;
    }
    #mf-rightFixed .mf-rightItem:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    #mf-rightFixed .mf-rightItem svg {
        display: inline-block;
        vertical-align: middle;
    }
    #mf-rightFixed .mf-rightItem:hover {
        background: rgba(193,193,193,1);
    }
    #mf-rightFixed .mf-rightItem:not(:last-child) {
        margin-bottom: 10px;
    }

    #mf-rightFixed .mf-formPop {
        width:382px;
        box-shadow:0px 0px 16px 0px rgba(0,0,0,0.54);
        border-radius:10px;
        position: absolute;
        bottom: 60px;
        right: 100%;
        background: #fff;
        margin-right: 20px;
        display: none;
    }
    #mf-rightFixed .mf-formPop:after {
        content: "";
        display: block;
        position: absolute;
        left: 100%;
        bottom: 0;
        width: 21px;
        height: 100%;
        z-index: 10;
    }
    #mf-rightFixed .mf-formPop .pop-top {
        background:#111;
        padding: 30px 20px;
        color: #fff;
        border-top-left-radius:10px;
        border-top-right-radius:10px;
    }
    #mf-rightFixed .mf-formPop .pop-top a {
        color: #fff;
    }
    #mf-rightFixed .mf-formPop .pop-tel {
        margin-bottom: 20px;
    }
    #mf-rightFixed .mf-formPop .pop-tel span{
        font-size: 24px;
    }
    #mf-rightFixed .mf-formPop .pop-btn a {
        width:216px;
        height:36px;
        background:rgba(255,255,255,1);
        border-radius:18px;
        color: #111;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        line-height: 36px;
    }
    #mf-rightFixed .mf-formPop .pop-btn a:not(:last-child) {
        margin-right: 30px;
    }
    #mf-rightFixed .mf-formPop form {
        padding: 20px;
    }
    #mf-rightFixed .mf-formPop form input {
        display: block;
        width: 100%;
        border: none;
        outline: none;
    }
    #mf-rightFixed .mf-formPop form input::-webkit-input-placeholder {
        color: #666;
    }
    #mf-rightFixed .mf-formPop .mf-form-btn {
        text-align: right;
        margin-top: 30px;
    }
    #mf-rightFixed .mf-formPop .mf-form-btn .btn {
        min-width: auto;
        width:61px;
        height:28px;
        background:rgba(193,193,193,1);
        border-radius:7px;
        line-height: 28px;
        border: none;
        outline: none;
        color: #fff;
        cursor: pointer;
        user-select: none;
        transition: linear all 0.3s;
        margin-left: 10px;
    }
    #mf-rightFixed .mf-formPop .mf-form-btn .btn:hover {
        background: #111;
    }
    /*#mf-rightFixed .mf-rightItem1:hover .mf-formPop {
        display: block;
    }*/
/*
    #mf-rightFixed .mf-rightItem2 {
        position: relative;
    }
    #mf-rightFixed .mf-rightItem3 {
        display: none;
    }
    #mf-rightFixed .mf-rightItem2 .mf-popCode {
        width:158px;
        background:rgba(0,0,0,.94);
        box-shadow:0px 0px 16px 0px rgba(0,0,0,0.54);
        border-radius:10px;
        padding: 10px 10px 15px;
        position: absolute;
        right: 100%;
        bottom: 0;
        margin-right: 20px;
        text-align: center;
        color: #fff;
        display: none;
        font-size: 14px;
    }
    #mf-rightFixed .mf-rightItem2 .mf-popCode p{
        color: #fff;
    }
    #mf-rightFixed .mf-rightItem2 .mf-popCode img {
        width: 100%;
        margin-bottom: 6px;
    }
    #mf-rightFixed .mf-rightItem2:hover .mf-popCode {
        display: block;
    }

    #mf-rightFixed .mf-rightMobile {
        position: absolute;
        bottom: 0;
        right: 100%;
        background: #fff;
        margin-right: 10px;
        box-shadow:0px 0px 16px 0px rgba(0,0,0,0.24);
        white-space: nowrap;
        font-size: 12px;
        border-radius: 8px;
        overflow: hidden;
        display: none;
    }
    #mf-rightFixed .mf-rm-title {
        background: #111;
        color: #fff;
        padding: 15px;
        font-size: 14px;
        position: relative;
    }
    #mf-rightFixed .mf-mb-close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 18px;
        line-height: 1;
    }
    #mf-rightFixed .mf-mb-item {
        background: #f5f5f5;
        border-bottom: #fff 1px solid;
    }
    #mf-rightFixed .mf-mb-item a {
        color: #111;
        text-decoration: none;
        padding: 10px 15px;
        display: inline-block;
    }
    #mf-rightFixed .mf-mb-item a>*{
        vertical-align: middle;
    }
    #mf-rightFixed .mf-mb-code{
        text-align: center;
        padding: 10px 15px 15px;
        color: #999;
    }
    #mf-rightFixed .mf-mb-code img {
        width: 100px;
    }

    @media screen and (max-width: 991px) {
        #mf-rightFixed {
            right: 15px;
        }
        #mf-rightFixed .mf-rightItem {
            width: 30px;
            height: 30px;
        }
        #mf-rightFixed .mf-rightItem img {
            width: 16px;
        }
        #mf-rightFixed .mf-rightItem2, .mf-formPop{
        display: none !important;
        } 
    }*/
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 0;
}

.card-title {
  margin-bottom: .75;
}

.card-subtitle {
  margin-top: -($card-spacer-y / 2);
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link {
  @include hover {
    text-decoration: none;
  }

  + .card-link {
    margin-left: $card-spacer-x;
  }
}

//
// Optional textual caps
//

.card-header {
  padding: $card-spacer-y $card-spacer-x;
  margin-bottom: 0; // Removes the default margin-bottom of <hN>
  background-color: $card-cap-bg;
  border-bottom: $card-border-width solid $card-border-color;

  &:first-child {
    @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
  }

  + .list-group {
    .list-group-item:first-child {
      border-top: 0;
    }
  }
}

.card-footer {
  padding: $card-spacer-y $card-spacer-x;
  background-color: $card-cap-bg;
  border-top: $card-border-width solid $card-border-color;

  &:last-child {
    @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);
  }
}


//
// Header navs
//

.card-header-tabs {
  margin-right: -($card-spacer-x / 2);
  margin-bottom: -$card-spacer-y;
  margin-left: -($card-spacer-x / 2);
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -($card-spacer-x / 2);
  margin-left: -($card-spacer-x / 2);
}

// Card image
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: $card-img-overlay-padding;
}

.card-img {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-radius($card-inner-border-radius);
}

// Card image caps
.card-img-top {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-top-radius($card-inner-border-radius);
}

.card-img-bottom {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-bottom-radius($card-inner-border-radius);
}


// Card deck

.card-deck {
  display: flex;
  flex-direction: column;

  .card {
    margin-bottom: $card-deck-margin;
  }

  @include media-breakpoint-up(sm) {
    flex-flow: row wrap;
    margin-right: -$card-deck-margin;
    margin-left: -$card-deck-margin;

    .card {
      display: flex;
      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: $card-deck-margin;
      margin-bottom: 0; // Override the default
      margin-left: $card-deck-margin;
    }
  }
}


//
// Card groups
//

.card-group {
  display: flex;
  flex-direction: column;

  // The child selector allows nested `.card` within `.card-group`
  // to display properly.
  > .card {
    margin-bottom: $card-group-margin;
  }

  @include media-breakpoint-up(sm) {
    flex-flow: row wrap;
    // The child selector allows nested `.card` within `.card-group`
    // to display properly.
    > .card {
      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
      flex: 1 0 0%;
      margin-bottom: 0;

      + .card {
        margin-left: 0;
        border-left: 0;
      }

      // Handle rounded corners
      @if $enable-rounded {
        &:first-child {
          @include border-right-radius(0);

          .card-img-top,
          .card-header {
            border-top-right-radius: 0;
          }
          .card-img-bottom,
          .card-footer {
            border-bottom-right-radius: 0;
          }
        }

        &:last-child {
          @include border-left-radius(0);

          .card-img-top,
          .card-header {
            border-top-left-radius: 0;
          }
          .card-img-bottom,
          .card-footer {
            border-bottom-left-radius: 0;
          }
        }

        &:only-child {
          @include border-radius($card-border-radius);

          .card-img-top,
          .card-header {
            @include border-top-radius($card-border-radius);
          }
          .card-img-bottom,
          .card-footer {
            @include border-bottom-radius($card-border-radius);
          }
        }

        &:not(:first-child):not(:last-child):not(:only-child) {
          @include border-radius(0);

          .card-img-top,
          .card-img-bottom,
          .card-header,
          .card-footer {
            @include border-radius(0);
          }
        }
      }
    }
  }
}


//
// Columns
//

.card-columns {
  .card {
    margin-bottom: $card-columns-margin;
  }

  @include media-breakpoint-up(sm) {
    column-count: $card-columns-count;
    column-gap: $card-columns-gap;
    orphans: 1;
    widows: 1;

    .card {
      display: inline-block; // Don't let them vertically span multiple columns
      width: 100%; // Don't let their width change
    }
  }
}