@charset "UTF-8";

a {
	color: #222;
}

.page {
	background-color: #222;
	font-family: Roboto !important;
}

.l-theme {
	position: relative;
	max-width: 1920px;
	margin: auto;
	background-color: #fff;
	overflow-x: hidden;
}

/* 菜单 */
.menu-area {
	background: #353330
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition !important;
	border: 0 solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.mainmenu a,
.navbar-default .navbar-nav>li>a,
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 11px 15px;
	font-family: 'Roboto', sans-serif;
	display: block !important;
}

.mainmenu .active a,
.mainmenu .active a:focus,
.mainmenu .active a:hover,
.mainmenu li a:hover,
.mainmenu li a:focus,
.navbar-default .navbar-nav>.show>a,
.navbar-default .navbar-nav>.show>a:focus,
.navbar-default .navbar-nav>.show>a:hover {
	color: #e9a717;
	outline: 0;
	border-bottom: solid 4px #e9a717;
	text-decoration: none;
}

.mainmenu-nv {
	font-weight: 600;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	height: 100px;
	line-height: 4.5;
}

@media (max-width: 576px) {
	.mainmenu-nv {
		height: 60px;
		line-height: 1;
	}
}

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
	color: #e9a717;
	border-bottom: solid 4px #e9a717;
}

.mainmenu .collapse ul ul>li>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a {
	border-bottom: solid 1px #555;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
	color: #e9a717;
	border-bottom: solid 1px #e9a717;
}

.mainmenu .collapse ul ul ul>li:hover>a {
	background: #e9a717;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
	background: #036;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
	background: #003366;
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
	background: #003366;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 20px;
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover>ul {
		display: block
	}

	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none
	}

	/*******/
	.mainmenu .collapse ul ul li {
		position: relative
	}

	.mainmenu .collapse ul ul li:hover>ul {
		display: block
	}

	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none
	}

	/*******/
	.mainmenu .collapse ul ul ul li {
		position: relative
	}

	.mainmenu .collapse ul ul ul li:hover ul {
		display: block
	}

	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1
	}

}

@media only screen and (max-width: 767px) {
	.navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 35px
	}

	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 45px
	}
}

/* 手机消失 */
@media (max-width: 576px) {
	.mobile-no {
		display: none;
	}
}

/* 首页banner动画 */
.swiper-container {
	width: 100%;
	/* height: 400px; */
	max-height: 720px;

}

.swiper-slide {
	font-size: 18px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* padding-left: 10rem;
	padding-right: 10rem; */
	color: #fff;
	font-family: "helvetica";
	background: #08080c;
}

.swiper-slide-banner {
	padding-left: 10rem;
	padding-right: 10rem;
}


.parallax-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* height: 100%; */
	max-height: 720px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom;
}

.swiper-slide .title {
	font-size: 52px;
	font-weight: 600;
	margin-top: 20rem;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.swiper-slide .subtitle {
	font-size: 100px;
	margin-bottom: 10rem;
	line-height: 0.85;
	font-weight: 600;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.swiper-slide .subtitle span {
	font-size: 120px;
}

.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}

@media (max-width: 576px) {
	.swiper-slide-banner {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.swiper-slide-banner .title {
		margin-top: 10rem;
		font-size: 24px;
	}

	.swiper-slide-banner .subtitle {
		margin-bottom: 5rem;
		font-size: 48px;
	}

	.swiper-slide-banner .subtitle span {
		font-size: 60px;
	}
}

/* 首页banner动画end */
.index-menu-bt {
	font-size: 18px !important;
	font-weight: 600;
	border-radius: 0rem;
	color: #333 !important;
	text-transform: capitalize;
	padding: 10px 15px !important;
}

.top-nav {
	border-bottom: solid 1px #434240;
}

.top-menu {
	color: #fff;
}

.top-menu li a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	height: 100px;
	line-height: 4.5;
}

.top-menu .active {
	color: #e9a717 !important;
}

.top-menu li a:active {
	color: #e9a717 !important;
	border-bottom: solid 4px #e9a717;
}

.top-menu li a:before {
	color: #e9a717 !important;
	border-bottom: solid 4px #e9a717;
}

.top-menu li a:link {
	color: #fff !important;
}

.top-menu li a:hover {
	color: #e9a717 !important;
	border-bottom: solid 4px #e9a717;
}

@media (max-width: 576px) {
	.top-menu li a {
		height: 80px;
		line-height: 3.5;
	}
}

.bg-dark {
	background-color: #003366 !important;
	padding: 0 2rem;
}

@media (max-width: 576px) {
	.bg-dark {
		padding: 0.4rem 0.8rem;
	}
}

.top-btn-secondary {
	color: #b8b8b8;
	background-color: #003366;
	border-left: solid 1px #43423f;
	border-right: solid 1px #43423f;
}

.top-btn-secondary:hover {
	color: #fff;
	background-color: #003366;
}

.top-btn-secondary2 {
	color: #e9a717 !important;
}

.top-btn-secondary2:hover {
	color: #ffc600 !important;
}

.index-main-1-btn {
	color: #fff;
	text-align: right;
	background-color: transparent;
	border: solid 1px #666;
	border-radius: 0rem;
	width: 100%;
	line-height: 2.5;
	margin: 7px 0;
}

.index-main-1-btn:hover {
	color: #e9a717;
	border: solid 1px #e9a717;
}

.index-main-1-btn::after {
	content: "";
	height: 8px;
	width: 12px;
	background: #e9a717;
	left: 16px;
	top: 28px;
	position: absolute;
}

.index-main-1-cp {
	padding: 7rem 4rem 0 8rem;
	text-transform: uppercase;
}

.index-main-1-cp h4 {
	/* font-size: 24px; */
	margin-top: 20px;
	margin-bottom: 80px;
	font-weight: 500;
	text-align: center;
}

.index-main-1-cp a {
	display: inline-block;
	color: #222;
	text-transform: uppercase;
	

}

.index-main-1-cp a:hover {
	color: #e9a717;
	text-decoration: none;
}

@media (max-width: 576px) {
	.index-main-1-cp {
		padding: 60px 10px 20px 10px;
	}

	.index-main-1-cp h4 {
		font-size: 16px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.index-main-80 {
	padding: 80px 20px;
	background: #e6e6e6 url(../images/index-main-bg.png) 50% -40%;
	background-size: cover;
}

.index-main-4 {
	padding: 80px 20px;
	background: #fff;
}

.index-main-3 {
	padding: 80px 20px;
	background: #e6e6e6 url(../images/index-main-3-bg.jpg) 50% 100%;
	background-size: cover;
	color: #fff;
}

.index-main-5 {
	padding: 80px 20px;
	background: #222 url(../images/index-5-bg.jpg) 50% 0%;
	background-size: cover;
	color: #fff;
}

.index-main-5-left {
	padding: 45px 50px;
	background: #222 url(../images/index-main-5-l.png) 50% 0%;
	background-size: cover;
	color: #fff;
	border: solid 1px #555;
}

.index-main-biaoti {
	font-weight: 800;
	margin-top: 30px;
}

.index-main-biaoti2 {
	font-weight: 800;
	margin-bottom: 60px;
}

.index-main-biaoti3 {
	font-weight: 800;
	margin-bottom: 60px;
}

.main-banner {
	padding: 80px 0px;
	background-size: cover;
	color: #fff;
}
.main-banner-biaoti {
	font-weight: 800;
	text-transform: uppercase;
	margin-left: 110px;
}
.main-banner-biaoti::after {
    content: "";
    height: 36px;
    width: 90px;
    background: #e9a717;
    left: 0;
    margin-top: 5px;
    position: absolute;
}
.main-banner-biaoti2 {
	font-weight: 800;
	text-transform: uppercase;
	margin-left: 110px;
	color: #e9a717;
}
@media (max-width: 576px) {
	.main-banner-biaoti2 {
		margin-left: 20px;
	}
}
.main-cp-m-b-20{ margin-bottom: 20px;}
.main-cp-m-b-40{ margin-bottom: 40px;}
.main-cp-m-s{ margin-bottom: 40px; color: #757575;}
.main-cp-m-s::after {
    content: "";
        height: 1px;
        left: 200px;
        background: #cfcfcf;
        right: 0;
        margin-top: 10px;
        position: absolute;
}
@media (max-width: 576px) {
	.main-banner {
		padding: 40px 0px;
	}
	.main-banner-biaoti {
		font-size: 24px;
		margin-left: 20px;
	}
	.main-banner-biaoti::after {
	    height: 20px;
	    width: 10px;
	    margin-top: 5px;

	}
}
.index-main-more {
	margin-top: 50px;
	text-align: center;
}

.index-main-more a {
	color: #2c2c2c;
	font-size: 24px;
}

.index-main-more a:hover {}
.wolf-m-d-40 {
    margin-bottom: 40px;
}
.wolf-m-d-60 {
	margin-bottom: 60px;
}

.text-wolf-hui {
	color: #8f8f8f;
}

.text-wolf-z {
	height: 28px;
}

.index-main-5-ico {
	margin-right: 20px;
	color: #e9a717;
}

.b-goods-vip {

	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* background-size: 100% auto;
  width: 100%;
  min-height: 12vw;
  max-height: 18vw;
  color: #fff; */
	margin-bottom: 10px;

	/* background-size: cover; 
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;*/
	/*  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; */
}

.b-goods-vip:hover {
	color: #fff;
	text-decoration: none;
}

.b-goods-vip:hover .b-goods-vip__label {
	color: #fff;
}

.b-goods-vip:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .75;
	background-image: -webkit-gradient(linear, left bottom, left bottom, from(#000), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 50%);
	background-image: linear-gradient(to bottom, #000 0%, transparent 50%);
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
}


.b-goods-vip:hover:after {
	opacity: .35;

}

.b-goods-vip__main {
	position: relative;
	/* z-index: 1; */
	width: 100%;
}

.b-goods-vip__main img {
	width: 100%;
}

.swiper-container2 {
	width: 100%;
	height: 100%;
}



.b-post-3 {
	box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.0.5);
	background-color: #ffffff;
}
.b-post-3 :hover{
	box-shadow: 0 0 32px 4px rgba(0, 0, 0, 0.1);

}
.b-post-3 .entry-title {
	font-size: 22px;
}
.b-post-3 .entry-title :hover{
	color: #e9a717 !important;
}
.b-post-3 .entry-title :before{
	color: #e9a717;
}
.b-post-3 .entry-title a {
	color: #333;
}
.b-post-3 .entry-title a:hover{
	color: #e9a717;
}
.b-post-3 .entry-title a:before{
	color: #e9a717;
}
.b-post-3 .entry-meta {
	float: left;
	    padding-top: 5px;
}

/* .b-post-3 .entry-meta__item {
	padding-left: 14px;
	padding-right: 14px;
} */

.b-post-3 .entry-meta__item:not(:first-child) {
	border-left: 1px solid #ddd;
}

/* .b-post-3 .entry-header {
  margin-bottom: 16px;
} */

.b-post-3 .entry-main {
	padding: 36px 40px;
}

.b-post-3 .entry-footer {
	padding: 20px 20px 10px 26px;
	border-top: 1px solid #ddd;
}

.b-post-3 .entry-footer:before,
.b-post-3 .entry-footer:after {
	display: table;
	content: "";
}

.b-post-3 .entry-footer:after {
	clear: both;
}

.lt-ie8 .b-post-3 .entry-footer {
	zoom: 1;
}

.b-post-3 .entry-footer .btn {
	float: right;
}

.index-menu-bt2 {
	font-size: 14px !important;
	border-radius: 0rem;
	padding: 5px 15px !important;
	color: #fff;
}

/* single-news-item-2 css */
.single-news-item .thumb {
	overflow: hidden;
}

.single-news-item .thumb img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-news-item:hover .thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.single-news-item::after {
	background-color: #fff;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-news-item::before {
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-news-item {
	padding: 40px 70px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-news-item .news-meta {
	position: relative;
	z-index: 3;
}

.single-news-item .title {
	position: relative;
	z-index: 3;
	font-size: 24px;
	color: #223645;
	font-weight: 700;
	margin-bottom: 18px;
	margin-top: 10px;
	line-height: 35px;
}

.single-news-item .inline-btn {
	position: relative;
	z-index: 3;
	color: #223645;
}

.single-news-item .inline-btn span,
.single-news-item .inline-btn i {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.single-news-item .inline-btn span::after {
	border-color: #fff;
}

.news-wrap {
	border: 1px solid #E5E5E5;
}

.news-wrap .single-news-item:not(:last-child) {
	border-bottom: 1px solid #E5E5E5;
}

.single-news-item .news-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-news-item .news-meta ul a {
	color: #7A8A9E;
}

.single-news-item .news-meta ul a i {
	font-size: 14px;
	margin-right: 8px;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.single-news-item .news-meta ul li:not(:first-child) {
	margin-left: 30px;
}

.single-news-item:hover::after {
	opacity: 0;
	visibility: hidden;
}

.single-news-item:hover::before {
	z-index: 2;
}

.single-news-item:hover .title {
	color: #fff;
}

.single-news-item:hover .news-meta ul a {
	color: #C5CEDA;
}

.single-news-item:hover .inline-btn {
	color: #fff;
}

.news-rating::before {
	background: #006833;
}

.news-rating .thumb {
	height: 682px;
}

.news-rating .thumb img {
	height: 100%;
}

.news-rating {
	position: relative;
	height: 682px;
}

.news-rating .rating {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
}

.news-rating .rating li {
	color: #FFA942;
	font-size: 15px;
	margin: 0 5px;
}

.news-rating .rating ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.news-rating .rating li:last-child {
	color: #223645;
	font-weight: 700;
}

.news-rating .content {
	position: absolute;
	bottom: 150px;
	z-index: 2;
	color: #fff;
	text-align: center;
}

.news-rating .content h4 {
	font-weight: 700;
	line-height: 35px;
}

.news-rating .content h4.title {
	margin-top: 15px;
}

.single-news-item-2 {
	background: #08080c;
	padding: 0;
	position: relative;
	color: #cfcfcf;
}

.single-news-item-2 .thumb {
	opacity: 1;
	visibility: visible;
}

.single-news-item-2::after {
	display: none;
}

.single-news-item-2 .news-meta ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-news-item-2 .title {
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-news-item-2 .inline-btn span::after {
	border-color: #C3CAD2;
}

.single-news-item-2 .inline-btn:hover span::after {
	border-color: #006833;
}

.single-news-item-2 .inline-btn span::after,
.single-news-item-2 .inline-btn i,
.single-news-item-2 .inline-btn span {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.single-news-item-2 .inline-btn,
.single-news-item-2:hover .inline-btn {
	color: #7A8A9E;
}


.single-news-item-2:hover .title,
.single-news-item-2 .inline-btn:hover {
	color: #006833;
}

.single-news-item-2:hover .news-meta ul a {
	color: inherit;
}

.favourite-btn {
	height: 50px;
	width: 50px;
	background: #006833;
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 52px;
	border-radius: 10px;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
}

.single-news-item-2 .content {
	padding: 40px 30px;
	min-height: 240px;
	font-size: 14px;
}

/* foot css */


.footer-list li {
	margin-bottom: 5px;
}

.footer-list li a {
	position: relative;
	padding-left: 15px;
	color: #cfcfcf;
}

.footer-list li a:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: 900;
	color: #ccc;
	content: '\f105';
}

.footer-list li a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-section__title {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.footer-section .ui-decor {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer-soc {
	/* margin-top: 64px; */
}

.footer-soc__item {
	display: inline-block;
}

.footer-soc__link i:before {
	color: #fff !important;
}

.footer-soc__link {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 3px;
	margin-left: 2px;
	font-size: 18px;
	color: #cfcfcf;
	border-radius: 50%;
	background-color: #222;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
}

.contact-soc__link {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 3px;
	margin-left: 2px;
	font-size: 24px;
	color: #333;
	border-radius: 50%;
	background-color: #e9a717;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	line-height: 3.2em;
}
.contact-soc__link:hover {
	color: #fff;
	background-color: #e9a717;
}

.footer-soc .footer-soc__link:hover {
	color: #fff;
	background-color: #e9a717;
}

.footer-soc .footer-soc__link .ic {
	display: inline-block;
	line-height: 40px;
}

.footer-contacts__item {
	margin-bottom: 3px;
}

.footer-contacts__item .ic {
	width: 27px;
	font-size: 14px;
}

.footer-contacts__item a {
	color: #cfcfcf;
}

.footer-contacts__phone {
	color: #cccccc;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-top: 10px;
}

.footer-contacts2 {
	margin-bottom: 30px;
}

.footer-contacts__item2 {
	margin-bottom: 15px;
}

.footer-contacts__item2 img {
	width: 40px;
}

.footer-contacts__item2 a {
	color: #FFF;
	font-size: 18px;
	margin-left: 10px;
	font-weight: 600;
}

.wolf-foot {
	background: #003366;
	color: #cfcfcf;
	padding: 80px 40px 60px 40px;
}

.footer-copyright {
	display: block;
	padding: 30px 0;
	color: #cfcfcf;
	text-align: center;
	font-size: 12px;
	border-top: solid 1px #434240;
	background: #353330;
}

.footer-copyright a {
	color: #cfcfcf;
	text-decoration: underline;
}

.footer-copyright a:hover {
	color: #fff;
}

.footer-copyright a:before {
	color: #fff;
}

@media (max-width: 576px) {
	.navbar-brand {
		margin-right: 0rem;
	}
}

.index-main-5-r {
	padding-left: 40px;
}

@media (max-width: 576px) {
	.index-main-5-r {
		padding-left: 0px;
	}
}

.to-top { 
	display: none; 
	background-color: #777;
	color: #eee;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 46px;
	height: 46px;
	border: none;
	opacity: .8}

.to-top:hover {
	background-color: #ffc107;
}

.summary{border-bottom: solid 1px #666;background: #fff;padding-top: 10px;}
@media (max-width: 576px) {
	.summary{display: none;}
}
#list-example{}
#list-example .list-group-item {
    border-color: #666;
	border-bottom: none;
	border-radius: 0;
	font-weight:600;}
	
#list-example .list-group-item.active {
    background-color: #666;
    border-color: #666;}
	
.breadcrumb {
   margin-left: -15px;
   margin-right: -15px;
    border-radius: 0rem;
	padding: 0.75rem 2rem;
	background-color: #222;
	margin-bottom: 0;
	color: #cfcfcf;
}	
.breadcrumb a{
	color: #cfcfcf;
}
.main-cp-main-50{padding-top:60px; padding-bottom: 50px;border-bottom: solid 1px #cfcfcf;}



.main-cp-main-details{margin-bottom: 20px;border: solid 0px #cfcfcf;display: block;}
.main-cp-main-details:hover{border: solid 1px #333;}
.main-cp-main-HighLight-r{height: 470px;}
@media (max-width: 576px) {
	.main-cp-main-HighLight-r{height: 220px;}
}
.main-cp-main-HighLight-r .list-group a{border-radius: 0;}
.main-cp-HighLight-card{border-radius: 0;}
.bg-secondary {
    background-color: #666 !important;
}
.main-cp-main-related{min-height: 120px;}
@media (max-width: 576px) {
.main-cp-main-related{min-height:1px;}
}

.swiper-slide-cp {
    background: none !important;
}
.b-post-4 {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
        margin-bottom: 10px;
        margin-top: 10px;
}
.swiper-container3 {
    margin-bottom: 60px;
}



.cp-main-accessories {
	padding: 60px 20px;
	background: #222 url(../images/cp-accessories-bg.jpg) 50% 0%;
	background-size: cover;
	color: #fff;
}
.cp-main-Quote {
	padding: 60px 20px;
	background: #222 url(../images/cp-Quote-bg.jpg) 50% 0%;
	background-size: cover;
	/* color: #fff; */
}

.index-menu-bt2 {
	font-size: 18px !important;
	font-weight: 600;
	border-radius: 0rem;
	text-transform: capitalize;
	padding: 10px 15px !important;
}



.product-list-main-1-cp{
	font-size: 18px;
	font-weight: 600;
}

.product-list-main-1-cp a {
	display: inline-block;
	color: #222;
	text-transform: uppercase;

}

.product-list-main-1-cp a:hover {
	color: #e9a717;
	text-decoration: none;
}

@media (max-width: 576px) {
	.product-list-main-1-cp {
		padding: 60px 10px 20px 10px;
	}

	.product-list-main-1-cp h4 {
		font-size: 16px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}


.product-list-main-1-cp img{
	width: 70px;
	margin-right: 5px;
}

.product-list-post {
        margin-bottom: 10px;
        margin-top: 10px;
}
.product-list-post:hover {
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.05);
}

.product-list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #353330;
    border-color: #353330;
	font-size: 22px;
	text-transform: uppercase;
}
.page-link {
    color: #333;
}
.btn-secondary {
    color: #fff;
    background-color: #353330;
    border-color: #353330;
}

.btn-link {
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.page-item a{position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
	float: left;}
	
	
.cp-img{max-height: 320px !important;}


/* 上传图片 */
#ico_box img{min-width: 400px;}
.layui-upload-file {
	display: none !important;
	opacity: .01;
	filter: Alpha(opacity=1)
}

.layui-upload-drag,
.layui-upload-form,
.layui-upload-wrap {
	display: inline-block
}

.layui-upload-list {
	margin: 10px 0
}

.layui-upload-choose {
	padding: 0 10px;
	color: #999
}

.layui-upload-drag {
	position: relative;
	padding: 30px;
	border: 1px dashed #e2e2e2;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	color: #999
}

.layui-upload-drag .layui-icon {
	font-size: 50px;
	color: #009688
}

.layui-upload-drag[lay-over] {
	border-color: #009688
}

.layui-upload-iframe {
	position: absolute;
	width: 0;
	height: 0;
	border: 0;
	visibility: hidden
}

.layui-upload-wrap {
	position: relative;
	vertical-align: middle
}

.layui-upload-wrap .layui-upload-file {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	font-size: 100px;
	width: 100%;
	height: 100%;
	opacity: .01;
	filter: Alpha(opacity=1);
	cursor: pointer
}


.indexemail a {
	color: #cfcfcf;
}

/* 三级栏目导航 */
.dropdown-submenu {
         position: relative;
        }
        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }
        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }
        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }
        .dropdown-submenu:hover > a:after {
            border-left-color: #fff;
        }
        .dropdown-submenu.pull-left {
            float: none;
        }
        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.nav-menu-large{
	width:100%;
	height: auto;
	background-color: #444 !important;
	/* padding-left: 100px; */
	}
	
.nav-menu-large li a{
		color: #fff !important;
		font-size: 14px !important;
		}
.nav-menu-large li a:focus{
		color: #e9a717 !important;
		background-color: #333 !important;
		}		
.nav-menu-large li a:hover{
		color: #e9a717 !important;
		background-color: #333 !important;
		border-bottom: solid 1px #e9a717 !important;
		}		
		