@charset "utf-8";
/* 轮播图 */
.banner_web {
	width: 100%;
	height: auto;
	display: table;
}
.banner_web.fixedheight {
	display: -moz-deck;
}
.banner_web.fixedheight .slick-slide {
	height: 100%;
}
.banner_web.fixedheight .slick-slide img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
@media screen\0 {
.banner_web.fixedheight .slick-slide img {
	left: 0;
	width: 100%;
}
}
.banner_web.banner-ny-h {
	height: 150px;
}
@media (max-width:991px) {
.banner_web.banner-ny-h {
	height: 100px;
}
}
.banner_web .slick-slide {
	display: block;
	width: 100%;
}
.banner_web.slick-slider {
	display: block;
}
.banner_web:hover .slick-arrow {
	display: block!important;
}
.banner_web .slick-list, .banner_web .slick-track {
	height: 100% !important;
}
.banner_web .slick-prev:before, .banner_web .slick-next:before {
	display: none;
}
.banner_web .slick-slide {
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner_web .slick-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 13;
}
.banner_web .slick-slide img {
	width: 100%;
}
.banner_web .slick-slide img[data-lazy] {
	max-height: 150px;
}
.banner_web .slick-slide img {
	display: none;
}
.banner_web .slick-slide:nth-child(1) img {
	display: block!important;
	height: auto;
}
.banner_web .slick-arrow {
	width: 15%;
	height: 100%;
	display: none!important;
	z-index: 1;
}
@media screen\0 {
.banner_web .slick-arrow.slick-prev {
	background: rgba(0,0,0,.001);
}
}
@media screen\0 {
.banner_web .slick-arrow.slick-next {
	background: rgba(0,0,0,.001);
}
}
.banner_web .slick-arrow i {
	font-size: 70px;
	color: #fff!important;
}
.banner_web .slick-dots {
	margin: 0;
	bottom: 10px;
}
.bottom20 .banner_web .slick-dots {
	bottom: 20px;
}
.banner_web .slick-dots li {
	margin: 0 2px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
}
.banner_web .slick-dots li.slick-active {
	background: #ff4f4f !important;
	border-radius: 1rem;
	width: 30px;
}
.banner_web .slick-dots li button {
	display: none;
}
 @media (max-width:767px) {
.banner_web .slick-dots {
	bottom: 5px;
}
.banner_web .slick-dots li {
	width: 15px;
	height: 5px;
}
}
.banner_web .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
}
.banner_web .banner-text .container {
	height: 100%;
	display: table;
	text-align: center;
}
.banner_web .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle;
}
.banner_web .banner-text.p-0 .container {
	text-align: left;
}
.banner_web .banner-text.p-0 .container .banner-text-con div {
	width: 60%;
	float: left;
}
.banner_web .banner-text.p-1 .container {
	text-align: right;
}
.banner_web .banner-text.p-1 .container .banner-text-con div {
	width: 60%;
	float: right;
}
.banner_web .banner-text.p-2 {
	top: 10%;
}
.banner_web .banner-text.p-2 .container .banner-text-con {
	vertical-align: top;
}
.banner_web .banner-text.p-3 {
	top: auto;
	bottom: 10%;
}
.banner_web .banner-text.p-3 .container .banner-text-con {
	vertical-align: bottom;
}
.banner_web .banner-text.p-2 .container .banner-text-con div, .banner_web .banner-text.p-3 .container .banner-text-con div, .banner_web .banner-text.p-4 .container .banner-text-con div {
	width: 60%;
	display: inline-block;
}
.banner_web .banner-text h4, .banner_web .banner-text p {
	color: #fff;
}
.banner_web .banner-text h4 {
	margin: 0;
	font-size: 30px;
}
.banner_web .banner-text p {
	font-size: 36px;
	margin: 20px 0 0;
	text-shadow: none;
}
.banner_web .banner-text .btn {
	margin-top: 30px;
	font-size: 20px;
}
@media (max-width:991px) {
.banner_web .banner-text h4 {
	font-size: 20px;
}
.banner_web .banner-text p {
	font-size: 30px;
}
}
@media (max-width:767px) {
.banner_web .banner-text .container {
	width: 100%;
}
.banner_web .banner-text.p-4 .container .banner-text-con {
	width: 100%;
}
.banner_web .banner-text h4 {
	font-size: 18px;
}
.banner_web .banner-text p {
	margin-top: 15px;
	font-size: 24px;
}
.banner_web .banner-text .btn {
	margin-top: 20px;
	font-size: 16px;
}
}
@media (max-width:479px) {
.banner_web .banner-text h4 {
	font-size: 16px;
}
.banner_web .banner-text p {
	margin-top: 10px;
	font-size: 20px;
}
}
.banner_web_box {
	position: relative;
}
/* 轮播图 end*/
/* 底部 */
.foot_nav_web {
	padding-bottom: 15px;
	position: relative;
	z-index: 0;
}
.foot_nav_web:before {
	content: '';
	height: 40px;
	width: 100%;
	top: 0;
	position: absolute;
	background-color: #0281d2;
	z-index: 2;
	left: 0
}
.foot_nav_web .list {
	text-align: left;
	padding: 0
}
.foot_nav_web .container {
	border-bottom: 1px solid;
	border-color: #6e6e6e;
	border-color: #eeeeee;
	padding-bottom: 15px
}
.foot_nav_web h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
	color: #333333;
	color: #333333;
	font-size: 16px;
	margin: 0;
	text-shadow: none;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 3
}
.foot_nav_web h4 a {
	color: #333333;
	color: #333333;
	text-decoration: none
}
.foot_nav_web h4 a:active, .foot_nav_web h4 a:focus, .foot_nav_web h4 a:hover {
	text-decoration: none
}
.foot_nav_web ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	padding-top: 15px
}
.foot_nav_web ul li {
	margin-bottom: 3px
}
.foot_nav_web ul li a {
	color: #6e6e6e;
	text-decoration: none;
	font-size: 14px
}
.foot_nav_web ul li a:active, .foot_nav_web ul li a:focus, .foot_nav_web ul li a:hover {
	text-decoration: none
}
.foot_nav_web ul li a:hover {
	color: #ff2c0b;
	text-decoration: underline;
}
.foot_nav_web .info {
	text-align: left;
	padding-left: 150px
}
.foot_nav_web .info em {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 2;
	color: #6e6e6e;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}
.foot_nav_web .info em a {
	color: #6e6e6e;
}
.foot_nav_web .info em a:hover {
	color: #0281d2;
	text-decoration: underline;
}
.foot_nav_web .info em:hover {
	color: #0281d2;
}
.foot_nav_web .info p {
	color: #6e6e6e;
	line-height: 2;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
	transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}
.foot_nav_web .info p:hover {
	color: #0281d2;
}
.foot_nav_web .info i {
	font-size: 26px;
	cursor: pointer
}
.foot_nav_web .info a:hover, .foot_nav_web .info a:focus {
	text-decoration: none
}
@media (max-width:991px) {
.foot_nav_web .list {
	margin-bottom: 20px
}
.foot_nav_web .info {
	padding-left: 0px;
	text-align: left;
	margin-top: 0;
	padding-right: 0px;
}
.foot_nav_web .container {
	padding: 0;
}
.foot_nav_web h4 {
	background-color: #0281d2;
	text-align: left;
	width: 100%;
}
.foot_nav_web .info h4 {
	padding-left: 15px;
}
.foot_nav_web .info em {
	padding-left: 15px;
}
.foot_nav_web .info p {
	padding-left: 15px;
}
}
@media (max-width:767px) {
.foot_nav_web .row {
	width: 100%;
	margin: 0;
}
.foot_nav_web .row .col-lg-8 {
	padding: 0;
}
.foot_nav_web .list {
	margin-bottom: 15px
}
.foot_nav_web h4 {
	text-align: center
}
.foot_nav_web .info {
	padding-left: 15px;
	text-align: center;
	padding: 0;
}
.foot_nav_web ul li {
	text-align: center;
}
}
.foot_info_web {
	line-height: 1.8;
	padding: 20px 0px;
}
.foot_info_web p {
	margin-bottom: 0px;
	color: #333333;
}
.foot_info_web .left {
	float: left;
	text-align: left;
	width: 50%;
}
.foot_info_web .breadcrumb-item, .foot_info_web .breadcrumb-item::before {
	color: #333333;
}
.foot_info_web .breadcrumb-item span:hover {
	color: #0281d2;
}
.foot_info_web .breadcrumb-item span {
	color: #6e6e6e;
}
.foot_info_web .right {
	float: right;
	width: 50%;
	text-align: right;
}
.foot_info_web .right p img {
	max-width: 100%;
	height: auto!important;
}
.foot_info_web .right .social i {
	font-size: 20px;
	margin-right: 5px;
	color: #6e6e6e;
}
.foot_info_web .right .social i:hover {
	color: #0281d2;
}
@media (max-width:767px) {
.foot_info_web .left {
	float: none;
	text-align: center;
	width: 100%;
}
.foot_info_web .right {
	float: none;
	text-align: center;
	width: 100%;
}
.foot_info_web .breadcrumb-item {
	display: inline-block;
	float: none;
}
.foot_info_web {
    margin-bottom: 50px;
}
}
.foot_info_web_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.foot_info_web_bottom a.item {
	color: #ffffff;
	padding: 5px 0;
	display: inline-block;
}
.foot_info_web_bottom a.item i {
	font-size: 16px;
	display: block;
}
.foot_info_web_bottom a.item span {
	color: #ffffff;
}
.foot_info_web_bottom {
	display: none;
}
.foot_info_web_bottom.iskeshi {
	display: block;
}
.foot_info_web_bottom .main {
	display: flex;
}
.foot_info_web_bottom .main>div {
	flex: 1;
}
@media (max-width:767px) {
.foot_info_web_bottom {
	display: block;
	background: rgb(255, 255, 255);
}
}
/* 底部 end */
/* 返回顶部 */
.back_top_web.web-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1601;
}
.back_top_web.web-scroll-top {
	border-color: #ffffff;
	background-color: #ffffff;
	border-color: #0281d2;
	background-color: #0281d2;
	color: #ffffff;
}
.back_top_web.web-scroll-top:hover, .back_top_web.web-scroll-top:focus {
	border-color: #0281d2;
	background-color: #0281d2;
	color: #ffffff;
}
.back_top_web.views {
	bottom: 70px;
}
@media (max-width:767px) {
.back_top_web.web-scroll-top {
	bottom: 70px;
}
}
/* 返回顶部 end*/
@media (max-width:767px) {
.product_list_web .control-label .control-next {
	border: #e2e2e2 1px solid !important;
}
.product_list_web .control-label .control-prev {
	border: #e2e2e2 1px solid !important;
}
.product_list_web .control-label .more {
	border: #e2e2e2 1px solid !important;
}
}
@media (max-width:767px) {
.about_maore {
	font-size: 16px;
	line-height: 4.5;
	color: #666;
	font-weight: 500;
	display: block;
	text-align: center;
}
.about_maore a {
	color: #666;
	font-weight: 500;
	padding: 10px 30px;
	background-color: #f2f2f2;
}
.about_spans {
	display: none;
}
.product_list_web .control-label .control-next {
	border: #e2e2e2 1px solid !important;
}
.product_list_web .control-label .control-prev {
	border: #e2e2e2 1px solid !important;
}
.product_list_web .control-label .more {
	border: #e2e2e2 1px solid !important;
}
}
@media (min-width:767px) {
.about_p {
	float: right;
	width: 40%;
	padding-left: 30px;
}
.about_img {
	max-width: 100%;
	z-index: 9;
	display: block;
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
}
.about_spans {
	position: absolute;
	z-index: 2;
	background-color: rgb(255 85 58) !important;
	width: 86%;
	height: 200px;
	bottom: 0;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-left: 20px;
}
.about_span {
	position: relative;
	display: block;
}
.about_maore {
	font-size: 16px;
	line-height: 4.5;
	color: #666;
	font-weight: 500;
}
.about_maore a {
	color: #666;
	font-weight: 500;
	padding: 10px 30px;
	background-color: #f2f2f2;
}
.about_maore:hover a {
	color: #fff;
	font-weight: 500;
	background-color: #ff4f4f !important;
}
}
/* 首页产品 */
.product_list_web ul {
	padding: 0;
}
.product_list_web .head .title {
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	opacity: 0;
	transform: translate(0, 100%);
	font-size: 18px;
}
.product_list_web .head .subtitle {
	margin-top: 0;
	color: #6e6e6e;
	opacity: 0;
	transform: translate(0, 100%);
}
.product_list_web .head .desc {
	margin-top: 0;
	color: #6e6e6e;
	opacity: 0;
	transform: translate(0, 100%);
}
.product_list_web .nav-tabs {
	border-bottom: none;
	padding: 10px 0px;
	margin: 20px auto;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.product_list_web .nav-tabs li {
	white-space: nowrap;
	display: inline-block;
	float: none;
}
.product_list_web .nav-tabs li a {
	opacity: 0;
	background: #fff;
	padding: 12px 30px;
	border-radius: 0;
	white-space: nowrap;
	border: #ffffff 1px solid!important;
	color: #6e6e6e;
	font-size: 12px;
	margin: 0px 2.5px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
}
.product_list_web .nav-tabs li a:hover {
	border-color: #ff4f4f !important;
	color: #fff;
	background: #ff4f4f !important;
}
.product_list_web .nav-tabs li a:hover h3 {
	color: #fff;
}
.product_list_web .nav-tabs li a h3 {
	text-shadow: none;
	color: #333333;
	font-size: 14px!important;
}
.product_list_web .card-header a {
	display: block;
	position: relative;
}
.product_list_web .card-header a .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: 2;
}
.product_list_web .card-header a img {
	-webkit-transition: all .6s cubic-bezier(.17, .84, .44, 1);
	transition: all .6s cubic-bezier(.17, .84, .44, 1);
	width: 100%;
}
.product_list_web .card-title {
	text-align: left;
	border-bottom: 1px solid #6e6e6e;
	border-bottom: none;
background:;
	text-shadow: none;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
	transition: all .6s cubic-bezier(.215, .61, .355, 1);
}
.product_list_web .card-title a {
	color: #333333;
	text-shadow: none;
	font-size: 14px;
	padding-left: 20px;
	font-style: normal;
	font-weight: bold;
}
.product_list_web .card-title p {
	color: #6e6e6e;
	padding-top: 5px;
	margin: 0;
	font-size: 13px;
}
.product_list_web .card-title .price {
	color: #ff4f4f !important;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 600;
}
.product_list_web .control-label .more {
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	border: #ffffff 1px solid;
	margin: 0 15px;
	display: inline-block;
	padding: 6px 50px;
	color: #d5d5d5;
	background-color: #fff;
}
.xiahuaxians {
	border-top: 4px solid #ff4f4f !important;
	width: 50px!important;
	text-align: center;
	margin: 0 auto!important;
	margin-top: 5px!important;
	height: 22px;
}
.product_list_web .control-label .control-prev {
	display: inline-block;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	cursor: pointer;
	padding: 2px 20px;
	border: #ffffff 1px solid;
	font-size: 19px;
	position: relative;
	top: 2px;
	color: #d5d5d5;
	background-color: #fff;
}
.product_list_web .control-label .control-next {
	display: inline-block;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	cursor: pointer;
	padding: 2px 20px;
	border: #ffffff 1px solid;
	font-size: 19px;
	position: relative;
	top: 2px;
	color: #d5d5d5;
	background-color: #fff;
}
.product_list_web .control-label .control-prev:hover {
	color: #fff;
	border-color: #ff4f4f !important;
	background-color: #ff4f4f !important;
}
.product_list_web .control-label .control-next:hover {
	color: #fff;
	border-color: #ff4f4f !important;
	background-color: #ff4f4f !important;
}
.product_list_web .control-label .more:hover {
	color: #fff;
	border-color: #ff4f4f !important;
	background-color: #ff4f4f !important;
}
.product_list_web .card:hover .card-title {
	border-bottom: 1px solid;
	border-bottom: none;
}
.product_list_web .product-list .item {
	opacity: 0;
	transform: translate(0, 10%);
}
.product_list_web .product-list .item .fa {
	color: #fff;
	width: 22px;
	height: 22px;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.product_list_web .product-list .item .fa:hover {
	text-decoration: none;
}
.product_list_web .product-list .item {
	margin: 0 7.5px;
}
.xiahuaxian {
	border-top: 4px solid #ff4f4f !important;
	width: 50px!important;
	text-align: center;
	margin: 0 auto!important;
	margin-top: 5px!important;
	opacity: 0;
	transform: translate(0, 100%);
	height: 22px;
}
.product_list_web.text-xs-center {
	background-color: #f8f7f7;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 70px 0px;
}
@media (max-width:1024px) {
.product_list_web {
	padding: 70px 0px;
}
}
@media (max-width:767px) {
.product_list_web {
	padding: 30px 0px !important;
}
.product_list_web.text-xs-center {
	background-color: #ffffff;
}
.product_list_web .nav-tabs li a {
	border: #e2e2e2 1px solid !important;
}
}
@media (max-width:368px) {
.product_list_web .control-label .more {
	padding: 6px 30px;
}
}

/* 首页产品end */
/* 首页关于我们 */
.about_list_web.web-index-body.bgcolor {
	background: #ffffff;
}
.about_list_web.web-index-body.bgpic {
	background: url() no-repeat;
	background-size: cover;
	background-position: center;
}
.about_list_web.web-index-body {
	padding: 70px 0px;
}
.about_list_web.web-index-body h2 {
	font-size: 18px;
	color: #333333;
}
.about_list_web.web-index-body p.desc {
	padding: 0 10%;
	font-size: 16px;
	color: #6e6e6e;
}
.about_list_web .web-editor {
	background: #ffffff;
}
.about_list_web .web-editor div {
	max-width: 100%;
}
@media (max-width:991px) {
.about_list_web.web-index-body {
	padding: 60px 0px;
}
.about_list_web .web-editor {
	margin-top: 40px;
}
}
.about_list_web .pans .about_list_web-pc {
	display: block;
}
.about_list_web .pans .about_list_web-pan {
	display: none;
}
 @media (max-width:767px) {
.about_list_web.web-index-body {
	padding: 0px 0px;
}
.about_list_web .web-editor {
	margin-top: 30px;
}
.about_list_web .pans .about_list_web-pan {
	display: block;
}
.about_list_web .pans .about_list_web-pc {
	display: none;
}
}
@media (max-width:767px) {
.ydgy{padding:0px;}
}
.about_list_web .cons .web-editor {
	margin-top: 0px;
}
.about_list_web .cons .panel {
	background: none;
}
.about_list_web .cons .panel {
	box-shadow: none;
}
.about_list_web .panel-body {
	padding: 0;
}
/* 首页关于我们 end*/
/* 首页新闻 */
.news_list_web {
	padding: 50px 70px;
}
.news_list_web .head .title {
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	opacity: 0;
	transform: translate(0, 100%);
	font-size: 18px;
}
.news_list_web .head .subtitle {
	margin-top: 0;
	color: #6e6e6e;
	opacity: 0;
	transform: translate(0, 100%);
}
.news_list_web .head .desc {
	margin-top: 0;
	color: #6e6e6e;
	opacity: 0;
	transform: translate(0, 100%);
}
.news_list_web .updatetime {
	display: block;
	font-weight: 300;
	height: 30px;
	color: #6e6e6e;
	font-size: 16px;
	line-height: 30px;
}
.news_list_web .media-heading {
	text-align: left;
	position: relative;
}
.news_list_web .media-heading:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #ff4f4f;
	bottom: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_list_web .media-heading a {
	border-bottom: 1px solid #efefef;
	font-size: 16px;
	color: #333333;
	display: block;
	padding-bottom: 20px;
}
.news_list_web .media-heading a:hover {
	text-decoration: none;
	color: #0281d2;
}
.news_list_web .des {
	color: #6e6e6e;
	font-size: 13px;
}
.news_list_web .media:hover .media-heading:before {
	width: 100%;
}
.news_list_web .more {
	margin: 0 auto;
	padding: 6px 50px;
	display: inline-block;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	border: #ffffff 1px solid;
	color: #6e6e6e;
	font-size: 16px;
	background-color: #ffffff;
}
 @media (max-width: 767px) {
.news_list_web .more {
	margin: 0 auto;
	padding: 10px 30px;
	display: inline-block;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	border: #ffffff 1px solid;
	color: #6e6e6e;
	font-size: 16px;
	background-color: #f2f2f2;
}
}
.news_list_web .more:hover {
	color: #fff;
	border-color: rgb(255 89 63);
	background-color: rgb(255 89 63);
}
.news_list_web .media {
	float: left;
	opacity: 0;
	height: 123px;
	overflow: hidden;
}
.news_list_web .media:nth-child(odd) {
	transform: translate(10%, 0);
}
.news_list_web .media:nth-child(even) {
	transform: translate(-10%, 0);
}
@media (max-width:991px) {
.news_list_web {
	padding: 40px 30px;
}
.news_list_web .media-lg .media-object {
	width: 100px;
	height: 75px;
}
.news_list_web .media-heading a {
	max-width: 226px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
}
@media (max-width:767px) {
.news_list_web .media {
	height: auto;
}
.news_list_web .media-heading a {
	max-width: 100%;
	white-space: pre-wrap;
}
.news_list_web {
	padding: 30px 15px;
}
}
@media (max-width:479px) {
.news_list_web .media-left {
	display: table-cell;
}
}
@media (min-width:767px) {
.news_list_web {
	background-color: #f8f7f7;
}
.news_list_web .media {
	float: left;
	opacity: 0;
	overflow: hidden;
	background-color: #ffffff;
	padding: 20px;
	height: 200px;
	width: 48%;
	margin-right: 2%;
}
.news_list_web .des {
	font-size: 16px;
	padding-top: 20px;
}
.news_list_web .media-heading a {
	border-bottom: none;
	font-size: 16px;
	font-weight: 600;
	height: 28px;
	overflow: hidden;
}
.news_list_web .updatetime {
	border-bottom: 1px solid #efefef;
	line-height: 20px;
	margin-top: 5px;
}
.news_list_web .media-heading a:hover {
	color: #ff4f4f;
}
.news_list_web .media:hover {
	border: 1px solid #ff4f4f;
}
.news_list_web .media {
	border: 1px solid #fff;
}
.news_list_web .media:hover a {
	color: #ff4f4f;
}
.news_list_web .media:hover .media-i {
	color: #ff4f4f;
}
}
.media-i {
	color: #9e9e9e;
	float: right;
}
/* 首页新闻 end*/
/* 内页子栏目导航 */
.subcolumn_nav_web {
	background-color: #ffffff;
	border-color: #f0f2f5;
}
.subcolumn_nav_web .product-search .form-group {
	max-width: 500px;
	margin: 0 auto 10px;
}
.subcolumn_nav_web .subcolumn_nav_web-ul > li a:hover, .subcolumn_nav_web .subcolumn_nav_web-ul > li a.active {
	color: #0281d2;
}
.subcolumn_nav_web.container {
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
	margin: 10px auto;
}
.subcolumn_nav_web-ul {
	font-size: 0;
}
@media (max-width:767px) {
.subcolumn_nav_web-ul {
	white-space: nowrap;
}
.subcolumn_nav_web .subcolumn-nav {
	height: 54px;
}
.subcolumn_nav_web.container {
margin: 10px .9375rem;
}
}
.subcolumn_nav_web-ul li {
	display: inline-block;
	vertical-align: top;
}
.subcolumn_nav_web-ul li > a {
	display: block;
	padding: 5px 10px;
}
.subcolumn_nav_web-ul li a {
	color: #333333;
	font-size: 16px;
}
.subcolumn_nav_web-ul li .dropdown-menu {
	top: 40px;
	background-color: #ffffff;
	border-color: #ffffff;
}
.subcolumn_nav_web-ul li .dropdown-menu a {
	color: #333333;
}
.subcolumn_nav_web-ul li .dropdown-menu a:hover, .subcolumn_nav_web-ul li .dropdown-menu a:active, .subcolumn_nav_web-ul li .dropdown-item.active {
	color: #0281d2 !important;
}
.subcolumn_nav_web .dropdown-item:hover, .subcolumn_nav_web .dropdown-item.active {
	background-color: transparent !important;
}
.subcolumn_nav_web .product-search .form-control:focus {
	border-color: #0281d2;
}
.subcolumn_nav_web .swiper-container {
	z-index: 99;
}
/* 内页子栏目导航 end*/
/*分页*/
.web_pager {
	margin-top: 20px;
	text-align: center;
}
.web_pager * {
	display: inline-block;
}
.web_pager a {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #ffffff;
	text-align: center;
	color: #76838f;
}
.web_pager a:hover {
	background: #f5f5f5;
	color: #76838f;
color:;
	text-decoration: none;
}
.web_pager .PreSpan, .web_pager .NextSpan {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #ffffff;
	color: #ccd5db;
	cursor: default;
}
.web_pager a.Ahover {
	background: #0281d2;
	border-color: #0281d2;
	color: #ffffff;
	cursor: default;
}
.web_pager a.Ahover:hover {
	background: #0281d2;
	border-color: #0281d2;
	color: #ffffff;
}
.web_pager a {
	text-decoration: none;
}
.web_pager a:active, .web_pager a:focus, .web_pager a:hover {
	text-decoration: none;
}
.web_pager a.Ahover:hover {
	border-color: #e9595b!important;
	background: #e9595b!important;
}
.web_pager a.Ahover {
	border-color: #e9595b!important;
	background: #e9595b!important;
	margin-right: 5px;
	border-radius: 5px;
}
.web_pager a:hover {
	color: #fff;
	background: #e9595b!important;
	border: 1px solid #e9595b;
}
.web_pager a {
	padding: 4px 10px!important;
	margin-right: 5px;
	border-radius: 5px;
}
.web_pager .PreSpan, .web_pager .NextSpan {
	padding: 4px 10px!important;
	border-radius: 5px;
	margin-right: 5px;
}
/*分页 end*/
/*ming*/
.border-bottom1 {
	border-bottom: 1px solid #f0f2f5;
}
.foot_nav_web h4 {
	color: #fff !important;
}
.foot_nav_web:before {
	background-color: #fff !important;
}
.foot_nav_web h4 a {
	color: #000 !important;
	font-size: 18px;
}
.back_top_web.web-scroll-top {
	border-color: #ff4f4f!important;
	background-color: #ff4f4f!important;
}
.foot_nav_web .info {
	border-left: 1px solid #eee;
}
.footer {
	padding-top: 40px;
}
.foot_info_web .left {
	float: none!important;
	text-align: center!important;
	width: 100%!important;
}
.foot_info_web .breadcrumb-item {
	display: inline-block;
	float: none;
}
.foot_info_web .right {
	float: none!important;
	text-align: center!important;
	width: 100%!important;
}
.foot_info_web .breadcrumb-item span:hover {
	color: #ff2c0b!important;
}
.foot_info_web .breadcrumb-item, .foot_info_web .breadcrumb-item::before {
	color: #939393!important;
}
.foot_info_web .breadcrumb-item span {
	color: #939393!important;
}
.foot_info_web p {
	color: #939393!important;
}
.foot_nav_web ul li a {
	color: #6e6e6e!important;
	font-size: 14px!important;
}
.foot_nav_web ul li a:hover {
	color: #ff2c0b!important;
}
@media (max-width: 991px) {
.foot_nav_web h4 {
	background-color: #ffffff!important;
}
.foot_nav_web .info {
	float: none;
}
}
.subcolumn-position.right {
	float: right;
}
.subcolumn-position {
	padding-top: 20px!important;
	padding-bottom: 10px!important;
}
.subcolumn-position a {
	font-size: 14px;
	margin-bottom: 0!important;
	color: #000;
}
.subcolumn_nav_web .subcolumn_nav_web-ul > li a:hover, .subcolumn_nav_web .subcolumn_nav_web-ul > li a.active {
	color: #ff2c0b!important;
}
@media (max-width: 767px) {
.foot_info_web_bottom {
	display: block;
	border-top: 1px solid #ddd;
	box-shadow: 0 0 10px 0 rgba(111, 111, 111, .3);
}
}
@media (min-width: 767px) {
.subcolumn-nav.left {
	float: left;
}
}
.info img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	margin-right: 5px;
}
@media (max-width:767px) {
.subcolumn-position {
	display: none!important
}
.foot_info_web_bottom a.item i.iphone {
	background: url(../images/iphone.png) no-repeat center;
	height: 20px;
	background-size: 200%
}
.foot_info_web_bottom a.item i.pro {
	background: url(../images/pro.png) no-repeat center;
	height: 20px;
	background-size: 200%
}
.foot_info_web_bottom a.item i.qqkf {
	background: url(../images/qqkf.png) no-repeat center;
	height: 20px;
	background-size: 200%
}
.foot_info_web_bottom a.item i.jiameng {
	background: url(../images/jiameng.png) no-repeat center;
	height: 20px;
	background-size: 200%
}
.foot_info_web_bottom a.item span {
	color: #000000!important
}
.foot_info_web_bottom a.item {
	padding-top: 10px!important
}
}
