/*公共部分*/

.container {
	width: 100%;
}
/*公共部分*/



/*导航*/
.navbar-brand {
	font-size: 30px;
	font-weight: bold;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav {
	margin: 0 40px;
	font-size: 16px;
}
.navbar-default .navbar-nav li:hover {
	color: #555;
    background-color: #e7e7e7;
}
.youtube-video {
	text-align: center;
	margin-top: 30px;
}
.youtube-video iframe {
	width: 1200px;
	height: 676px;
}
.youtube-video h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #67ad44;
	
}
.top-div h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #2b040d;
}


.ytp-impression-link {
	display: none !important;
}


@media (max-width: 768px) {
	.youtube-video {
		width: 100%;
	}
	.youtube-video iframe {
		width: 320px;
		height: 180px;
	}
	.youtube-video h1 {
		font-size: 24px;
	}
	
	.top-div h1 {
		font-size: 24px;
	}
}
@media (min-width: 768px) {
	.container-fluid {
		padding-left: 15%;
	}

	.nav-a-width {
    	width: 125px;
	}
	
	
	
}

.navbar-default .navbar-brand {
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
	text-align: center
}

.navbar-toggle {
	position: absolute;
	margin-left: 15px;
}

/*导航*/

/*top-email*/
.top-email {
	position: fixed;
    z-index: 1050;
    top: 13px;
    right: 60px;
    color: #929090;
    font-size: 16px;
}
@media (max-width: 767px) {
	.navbar-default .navbar-brand {
	    width: 108%;
		font-family: Georgia,Arial,Open Sans, sans-serif;
		color: #000000;
	}
	.top-email {
		display: none;
	}
}
/*toop-email*/

/*banner*/
.carousel {
	margin-top: 50px;
}
.carousel-inner>.item>img {
	width: 100%;
}
.banner-a {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
	.carousel-indicators {
		display: none;
	}
}
.carousel-indicators li {
	width: 15px;
    height: 18px;
    margin: 10px;
    border-radius: 20px;
}
.carousel-indicators .active {
	width: 15px;
    height: 18px;
    margin: 10px;
}

/*banner*/


/*topic*/
.topic-img {
	width: 25%;
	max-height: 70px;
}

.topics-box {
	padding: 10px;
	
}
.topics h1 {
	font-size: 42px;
    font-weight: 600;
    color: #424242;
    margin-bottom: 25px;
}
.topics-box h2 {
	font-size: 20px;
    font-weight: 600;
    color: #444445;
}
.topics-box .inner {
	padding: 50px;
}


@media (max-width: 767px) {
	.topics-box .inner {
		padding: 16px 10px 10px;
	}
	.topic-img {
	width: auto;
}
}

.bg-f0f0 {
	background: #f0f0f0;
}

.bg-edf9f9 {
	background: #edf9f9;
}

/*topic*/
.regulator h2 {
	font-family: Arial,Open Sans, sans-serif;
    font-size: 40px;
    color: #212121;
    font-weight: bold;
    text-align: center;
}
.regulator p {
	font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    color: #111112;
}
/*information*/
.news-swiper {
	height: 220px;
	overflow: hidden;
}
.information h1 ,.information .more {
	font-size: 35px;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 20px;
    display: inline-block;
}

.information .more {
	margin-top: 15px;
	color: #666;
	font-size: 25px;
	margin-left: 20px;
	float: right;
}
.list-group {
	font-size: 16px;
}
.information .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

@media (max-width: 767px) {
	.information .list-group-item {
		padding: 6px 15px !important;
	}
	
	.news-swiper {
		height: 380px;
		overflow: hidden;
	}
}
/*information*/

/*hot product*/

.hot-product h1 {
	font-size: 35px;
    font-weight: 600;
    color: #424242;
    margin-top: 35px;
    margin-bottom: 20px;
    display: inline-block;
}
.hot-product h2 {
	font-family: Georgia,Arial,Open Sans, sans-serif;
    font-size: 40px;
    color: #212121;
    font-weight: bold;
}
.hot-product .line {
	margin: 20px 0;
    width: 66px;
    border: 2px solid #ff8b38;
}
.hot-product p {
	font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    color: #111112;
}
.hot-product .more {
	margin-top: 15px;
    color: #222;
    font-size: 18px;
    /*text-decoration: none;*/
    font-weight: bold;
    display: inline-block;
}
.hot-product img {
	width: 100%;
	margin-top: 6%;
}
.hot-product .row {
	margin-bottom: 30px;
}

.hot-product .inner-box {
	border-bottom: 2px solid #f0f0f0;
}
/*hot product*/


/*products*/

.products h1 ,.products .more {
	font-size: 35px;
    font-weight: 600;
    color: #424242;
    margin-top: 55px;
    margin-bottom: 30px;
    display: inline-block;
}
.products h3 {
	font-size: 25px;
    font-weight: 600;
}
.products .more {
	margin-top: 15px;
	color: #666;
	font-size: 25px;
	margin-left: 20px;
	float: right;
}

.products .thumbnail {
	border: none;

}



/*products*/


/*footer-top*/
.footer-top .container {
	width: 100%;
    background: #F7F7F5;
    color: #1a1c1a;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 30px;
}

.footer-top h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
.footer-top ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.footer-top ul li {
	margin: 15px 0;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
}
.footer-top ul li a {
	color: #666;
}

.pd-left-0 {
	padding-left: 0;
}


@media (max-width: 767px) {
	.min-none {
		display: none;
	}
}

/*footer-top*/


/*footer-bottom*/
.footer-bottom {
	    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #363636;
    color: #a3a4a3;
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    border-left: 6px solid #DE2828;
    border-right: 6px solid #DE2828;
}


/*footer-bottom*/