@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

.container-fluid {
	width: 100%;
	max-width: 1920px;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: "microsoft yahei";
}

.clear {
	clear: both;
}

#declaration-box .glyphicon-remove{
	color: #fff;position: absolute; right: 20px;top: 20px;font-size: 16px;
}
#declaration-box .glyphicon-remove:hover{
	color: #c30000;
	cursor: pointer;
}
#declaration-box a{
	color:#fff;font-size:14px;display: block;text-align: center;position: relative;
}
#declaration-box a:hover{
	color: #c30000;
	cursor: pointer;
}
#nav {
	margin: 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	min-height: auto;
	border: none;
}

#nav li a {
	padding: 40px 20px;
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333;
	background: none;
}

#nav li a:hover {
	color: #fb0000;
}

#nav li.active .dropdown-menu li {
	background: white;
}

#nav li.active .dropdown-menu li a {
	color: #333;
}

#nav li.active a {
	color: #fb0000;
}

#nav li .dropdown-menu {
	padding: 0;
	border: none;
	margin: 0;
	text-align: center;
	border-radius: 0;
}

#nav li .dropdown-menu li {
	background: white;
}

#nav li .dropdown-menu li a {
	color: #333;
	padding: 20px 10px;
	font-size: 16px;
}

#nav li .dropdown-menu li:hover {
	background: #c30000;
}

#nav li .dropdown-menu li:hover a {
	color: #fff;
}

#nav .navbar-brand img {
	width: 100%;
	max-width: 289px;
	margin-top: 10px;
}

#nav .logo img {
	display: none;
}

#nav.top1 {
	background: #fafafa;
}

#nav.top1 a {
	color: #333;
}

#nav.top1 a:hover {
	background: #c30000;
	color: #fff;
}

#nav.top1 .navbar-brand img {
	display: none;
	margin-top: 10px;
}

#nav.top1 .logo img {
	display: block;
	width: 100%;
	max-width: 289px;
	margin-top: -12px;
}

#nav1 {
	margin: 0;
	background: none;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	min-height: auto;
	border: none;
}

#nav1 li a {
	padding: 40px 20px;
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #fff;
	background: none;
}

#nav1 li a:hover {
	color: #fb0000;
}

#nav1 li.active .dropdown-menu li {
	background: white;
}

#nav1 li.active .dropdown-menu li a {
	color: #333;
}

#nav1 li.active a {
	color: #fb0000;
}

#nav1 li .dropdown-menu {
	padding: 0;
	border: none;
	margin: 0;
	text-align: center;
	border-radius: 0;
}

#nav1 li .dropdown-menu li {
	background: white;
}

#nav1 li .dropdown-menu li a {
	color: #333;
	padding: 20px 10px;
	font-size: 16px;
}

#nav1 li .dropdown-menu li:hover {
	background: #c30000;
}

#nav1 li .dropdown-menu li:hover a {
	color: #fff;
}

#nav1 .navbar-brand img {
	width: 100%;
	max-width: 289px;
	margin-top: 10px;
}

#nav1 .logo img {
	display: none;
}

#nav1.top1 {
	background: #fafafa;
}

#nav1.top1 a {
	color: #333;
}

#nav1.top1 a:hover {
	background: #c30000;
	color: #fff;
}

#nav1.top1 .navbar-brand img {
	display: none;
	margin-top: 10px;
}

#nav1.top1 .logo img {
	display: block;
	width: 100%;
	max-width: 289px;
	margin-top: -12px;
}

.carousel-indicators li {
	border: solid 1px #fff;
}

h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 28px;
	font-weight: 600;
	line-height: 64px;
}

hr {
	width: 94px;
	height: 4px;
	background: #c30000;
	margin: 0 auto;
}

h3 {
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 14px;
}

#case {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5% 0;
}

#case .case_list {
	margin: 0;
	padding: 0;
	width: 100%;
	top: 8%;
}

#case .case_list li {
	box-sizing: border-box;
	padding: 0 8px;
	margin-top: 30px;
}

#case .case_list li a {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #eee;
}

#case .case_list li a img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
#case .case_list li span a{
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
	text-align: center;
	cursor:pointer;
	border: none;
}
#case .case_list li:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
#case .case_list li:hover span a{
	color:#fb0000;
}
.more {
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #999;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	display: block;
	margin-top: 8%;
}

.more:hover {
	border: 1px solid #c30000;
	color: #c30000;
}

#about {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/ab_bg.jpg) no-repeat;
	padding: 6% 0;
}

#about .ab_p {
	margin-top: 20px;
}

#about .ab_p p {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 32px;
	margin-top: 10px;
}

#idea {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 100px;
	padding-top: 4%;
}

#idea .line {
	width: 100px;
	height: 3px;
	background: #c30000;
	margin-bottom: 28px;
	margin-top: 24px;
}

#idea span {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333;
}

#idea p {
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 26px;
	display: none;
	color: #fff;
	padding: 0 20px;
	margin-top: -10px;
}

#idea .idea_left {
	float: left;
	height: 586px;
	background: #f5f5f5;
	text-align: center;
	margin-top: 6%;
	padding-top: 220px;
}

#idea .idea_left h4 {
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

#idea .idea_left:hover {
	background: #c30000;
}

#idea .idea_left:hover h4 {
	color: #fff;
}

#idea .idea_left:hover span {
	display: none;
}

#idea .idea_left:hover .line {
	background: #fff;
}

#idea .idea_left:hover p {
	display: block;
}

#idea .idea_right {
	margin-top: 6%;
	height: auto;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 0;
}

#idea .idea_right li {
	text-align: center;
	padding: 0 7px;
}

#idea .idea_right li a {
	width: 100%;
	display: block;
	background: #f5f5f5;
	height: 286px;
	padding-top: 80px;
}

#idea .idea_right li a h4 {
	padding: 0;
	font-family: "microsoft yahei";
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

#idea .idea_right .idea_list {
	margin-top: 13px;
}

#idea li:hover a {
	background: #c30000;
}

#idea li:hover a h4 {
	color: #fff;
}

#idea li:hover a .line {
	background: #fff;
}

#idea li:hover a span {
	display: none;
}

#idea li:hover a p {
	display: block;
}
.idea_left_hover{
    a{background:$red_shen;
        h4{color:#fff;}
        .line{background:#fff;}
        span{display:none;}
        p{display: block;}
    }
}
.idea_right_hover{
    {background:$red_shen;
        h4{color:#fff;}
        .line{background:#fff;}
        span{display:none;}
        p{display: block;}
    }
}
#footer {
	background: #181818;
	width: 100%;
	padding: 60px 0;
}

#footer dd {
	float: left;
}

#footer dd img {
	width: 100%;
	max-width: 289px;
}

#footer .ma {
	float: right;
	text-align: center;
}

#footer .ma img {
	width: 100%;
	max-width: 60px;
	margin-bottom: 6px;
}

#footer .ma span {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #ccc;
}

#footer ul {
	width: 100%;
	float: right;
	padding: 12px 0;
}

#footer ul li {
	float: left;
	padding-left: 30px;
}

#footer ul li a {
	color: #ccc;
	font-size: 18px;
	font-family: "microsoft yahei";
}

#footer ul li a:hover {
	color: #c30000;
}

#footer p {
	color: #ccc;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: right;
}

#footer p a {
	color: #ccc;
}

#footer p a:hover {
	color: #c30000;
}

#footer p span {
	color: #ccc;
	font-size: 14px;
	font-family: "microsoft yahei";
}


/*内页css*/

#banner_d {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#banner_d img {
	width: 100%;
}

#about_main {
	margin-top: 4%;
}

#about_main .nav-tabs {
	border: none;
}

#about_main .nav-tabs li {
	margin: 0;
	background: #e0e0e0;
	text-align: center;
}

#about_main .nav-tabs li a {
	background: none;
	border-radius: 0;
	font-family: "microsoft yahei";
	color: #333;
	font-size: 18px;
	padding: 0;
	height: 60px;
	line-height: 60px;
	border: none;
}

#about_main .nav-tabs li.active {
	background: #fafafa;
}

#about_main .tab-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 5%;
}

#about_main .tab-content .content {
	background: #fafafa;
	padding: 3%;
}

#about_main .tab-content .content p {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 0;
	
}

#about_main .tab-content .content img {
	max-width: 1140px;
	margin: 2% 0;
	width:100%;
}

#news_main {
	margin-top: 6%;
}

#news_main ul {
	width: 100%;
}

#news_main ul li {
	border: 1px #e0e0e0 solid;
	padding: 2%;
	margin-bottom: 2%;
}

#news_main ul li h4 {
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}

#news_main ul li p {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #999;
	margin-top: 2%;
	position: relative;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
}

#news_main ul li p::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
}

#news_main ul li span {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #999;
	margin: 3% 0;
}

#news_main ul li img {
	width: 100%;
}

#news_main ul li:nth-child(odd) {
	float: left;
}

#news_main ul li:nth-child(even) {
	float: right;
}

#news_main ul li:hover {
	border: 1px #fb0000 solid;
}

#news_main ul li:hover h4 {
	color: #fb0000;
}

.showMorehandle {
	width: 200px;
	height: 80px;
	margin: 0 auto;
	font-family: "microsoft yahei";
	font-size: 20px;
	color: #fb0000;
	cursor: pointer;
	clear: both;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.showMorehandle:hover {
	padding-top: 16px;
}

#team_main {
	width: 100%;
	margin-top: 6%;
}

#team_main ul li {
	text-align: center;
	margin-bottom: 2%;
}

#team_main ul li .people {
	width: 100%;
	overflow: hidden;
}

#team_main ul li .people img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

#team_main ul li span {
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#team_main ul li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#team_main ul li:hover span {
	color: #fff;
	background: #c30000;
}

#case_main {
	width: 100%;
	margin-top: 6%;
}

#case_main ul li {
	text-align: center;
	margin-bottom: 2%;
}

#case_main ul li .case_pic {
	width: 100%;
	overflow: hidden;
	border: 1px #e0e0e0 solid;
	box-sizing: border-box;
}

#case_main ul li .case_pic img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	max-height:167px;
}

#case_main ul li span {
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
}

#case_main ul li:hover .case_pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

#case_main ul li:hover span {
	color: #fb0000;
}

#main {
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
}

#main h5 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	padding: 0;
	margin-bottom: 15px;
}

#main span {
	font-size: 14px;
	color: #999;
}

#main .content {
	margin-top: 3%;
}

#main .content p {

	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#main .content img {
	margin: 10px 0;
}

#main .page {
	margin-top: 3%;
	padding: 0;
}

#main .page a p {
	font-size: 16px;
	color: #333;
}

#main .page a p:hover {
	color: #fb0000;
}

#contact_main {
	margin-top: 4%;
	margin-bottom: 4%;
}

#contact_main .title {
	height: 200px;
	background: #fafafa;
	text-align: center;
	line-height: 200px;
	font-size: 24px;
	color: #333;
}

#contact_main p {
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 40px;
	margin: 0;
}

#contact_main span {
	color: #fb0000;
	font-size: 16px;
	text-align: center;
	display: block;
}

#contact_main a:hover .title {
	background: #c30000;
	color: #fff;
}

#contact_main a:hover span {
	display: block;
	text-decoration: underline;
}

#con {
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding-top: 2%;
	padding-bottom: 2%;
}

#con .con_bg {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin-bottom: 3%;
}

#con .con_l {
	text-align: right;
	padding: 1% 0;
	padding-right: 20px;
}

#con .con_l p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

#con .con_r {
	text-align: left;
	border-left: 2px #fb0000 solid;
	padding: 1% 0;
	padding-left: 20px;
}

#con .con_r img {
	width: 100%;
	max-width: 110px;
	margin-top: 8px;
}

#con .con_r span {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 1% 0;
	display: block;
	width: 25%;
}

@media (max-width: 768px) {
	.row {
		margin: 0;
	}
	.col-xs-12,
	.col-sm-12,
	.col-xs-6 {
		padding: 0;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	#declaration-box {
		left: 15px!important;
		width: calc(100% - 30px)!important;
		height: 230px!important;
		padding-top: 80px!important;
	}
	#declaration-box p{
		font-size: 13px!important;
		margin-top: 10px!important;
		line-height: 18px!important;
	}
	#declaration-box a{
		font-size: 13px!important;
	}
	#banner_d {
		margin-top: 60px;
	}
	#nav {
		text-align: center;
		background: #fff;
	}
	#nav .navbar-brand {
		padding: 0;
	}
	#nav .navbar-header {
		overflow: hidden;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	#nav .navbar-header img {
		max-width: 170px;
		float: left;
	}
	#nav.top1 .navbar-brand img {
		display: block;
		max-width: 170px;
	}
	#nav.top1 .logo img {
		display: none;
	}
	#nav .navbar-nav li a {
		padding: 20px 10px;
		text-align: center;
		color: #333;
	}
	#nav .navbar-nav li.active {
		background: #c30000;
	}
	#nav .navbar-nav li.active a {
		color: #fff;
	}
	#nav .navbar-nav li .dropdown-toggle:focus {
		background: #c30000;
		color: #fff;
	}
	#nav .navbar-nav li .dropdown-menu li {
		border-bottom: 1px #eee solid;
	}
	#nav .navbar-nav li .dropdown-menu li:hover {
		background: #c30000;
		border-bottom: 1px #c30000 solid;
	}
	#nav .navbar-nav li .dropdown-menu li:hover a {
		color: #fff;
	}
	#nav .dropdown-menu {
		padding: 0;
		margin: 0;
		background: none;
	}
	#nav .dropdown-menu li {
		border: none;
		background: none;
	}
	#nav .dropdown-menu li a {
		font-size: 16px;
		color: #333;
		background: none;
	}
	#nav .dropdown-menu li:active {
		background: none;
	}
	#nav .dropdown-menu li:active a {
		color: #333;
	}
	#nav .navbar-nav {
		margin: 0;
	}
	#nav .navbar-collapse {
		padding: 0;
	}
	#nav1 {
		text-align: center;
		background: #fff;
	}
	#nav1 .navbar-brand {
		padding: 0;
	}
	#nav1 .navbar-header {
		overflow: hidden;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	#nav1 .navbar-header img {
		max-width: 170px;
		float: left;
	}
	#nav1.top1 .navbar-brand img {
		display: block;
		max-width: 170px;
	}
	#nav1.top1 .logo img {
		display: none;
	}
	#nav1 .navbar-nav li a {
		padding: 20px 10px;
		text-align: center;
		color: #333;
	}
	#nav1 .navbar-nav li.active {
		background: #c30000;
	}
	#nav1 .navbar-nav li.active a {
		color: #fff;
	}
	#nav1 .navbar-nav li .dropdown-toggle:focus {
		background: #c30000;
		color: #fff;
	}
	#nav1 .navbar-nav li .dropdown-menu li {
		border-bottom: 1px #eee solid;
	}
	#nav1 .navbar-nav li .dropdown-menu li:hover {
		background: #c30000;
		border-bottom: 1px #c30000 solid;
	}
	#nav1 .navbar-nav li .dropdown-menu li:hover a {
		color: #fff;
	}
	#nav1 .dropdown-menu {
		padding: 0;
		margin: 0;
		background: none;
	}
	#nav1 .dropdown-menu li {
		border: none;
		background: none;
	}
	#nav1 .dropdown-menu li a {
		font-size: 16px;
		color: #333;
		background: none;
	}
	#nav1 .dropdown-menu li:active {
		background: none;
	}
	#nav1 .dropdown-menu li:active a {
		color: #333;
	}
	#nav1 .navbar-nav {
		margin: 0;
	}
	#nav1 .navbar-collapse {
		padding: 0;
	}
	.carousel-inner {
		margin-top: 60px;
	}
	.carousel-inner img {
		max-height: 320px;
		height: 100%;
		width: 100%;
	}
	#case .case_list li {
		margin-top: 10px;
	}
	#about {
		background: #fafafa;
	}
	#idea {
		margin-bottom: 20px;
		padding: 0 20px;
		margin-top: 6%;
	}
	#idea h4 {
		font-size: 24px;
	}
	#idea span {
		font-size: 16px;
	}
	#idea p {
		font-size: 12px;
		padding: 0 18px;
		line-height:22px;
		position: relative; 
		max-height:70px;
		overflow: hidden;
	}
	#idea .line {
		margin-top: 16px;
		margin-bottom: 12px;
	}
	#idea .idea_left {
		text-align: center;
		background: none;
		padding: 0;
		height: 320px;
	}
	#idea .idea_left a {
		display: block;
		background: #fafafa;
		padding-top: 110px;
		height: 320px;
	}
	#idea .idea_left a:hover {
		background: #c30000;
	}
	#idea .idea_left a:hover h4 {
		color: #fff;
	}
	#idea .idea_left a:hover span {
		display: none;
	}
	#idea .idea_left a:hover .line {
		background: #fff;
	}
	#idea .idea_left a:hover p {
		display: block;
	}
	#idea .idea_right {
		margin-top: 4%;
		padding: 0;
	}
	#idea .idea_right li {
		padding: 0;
		width: 48%;
	}
	#idea .idea_right li a {
		height: 232px;
		padding-top: 70px;
		background: #fafafa;
	}
	#idea .idea_right li a p {
		line-height: 18px;
		
	}
	#idea .idea_right li:nth-child(odd) {
		float: left;
	}
	#idea .idea_right li:nth-child(even) {
		float: right;
	}
	#idea .idea_right li:hover a {
		background: #c30000;
	}
	#idea .idea_right li:hover a h4 {
		color: #fff;
	}
	#idea .idea_right li:hover a .line {
		background: #fff;
	}
	#idea .idea_right li:hover a span {
		display: none;
	}
	#idea .idea_right li:hover a p {
		display: block;
	}
	#footer {
		padding: 20px 0;
	}
	#footer ul {
		width: 100%;
		padding: 0;
	}
	#footer ul li {
		padding: 0;
		width: 20%;
		text-align: center;
	}
	#footer ul li a {
		font-size: 14px;
	}
	#footer p {
		text-align: center;
		width: 100%;
	}
	#footer p span {
		width: 100%;
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.content img {
		width: 100%;
	}
	.content p {
		line-height: 16px;
	}
	#team_main li {
		width: 49%;
		padding: 0;
	}
	#team_main li:nth-child(odd) {
		float: left;
	}
	#team_main li:nth-child(even) {
		float: right;
	}
	#case_main li {
		width: 49%;
		padding: 0;
	}
	#case_main li:nth-child(odd) {
		float: left;
	}
	#case_main li:nth-child(even) {
		float: right;
	}
	#main {
		margin-bottom: 6%;
		padding: 0 20px;
	}
	#main .content img {
		width: 100%;
	}
	#main .page p {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#contact_main li {
		margin-bottom: 2%;
	}
	#contact_main li .title {
		height: 140px;
		background: #fafafa;
		text-align: center;
		line-height: 140px;
		font-size: 20px;
		color: #333;
	}
	#contact_main li p {
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
		padding-left: 5%;
		margin-top: 24%;
	}
	#contact_main li span {
		font-size: 16px;
		color: #fb0000;
	}
	#con {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f5f5f5;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	#con .con_l {
		text-align: center;
		padding: 0;
	}
	#con .con_l p {
		line-height: 20px;
		margin-bottom: 2%;
	}
	#con .con_r {
		text-align: center;
		border: none;
		padding: 0;
	}
	#con .con_r img {
		max-width: 200px;
		margin: 2%;
	}
	#con .con_r span {
		text-align: center;
		width: 100%;
		margin: 3% 0;
	}
}

@media (min-width: 576px) {
	.navbar {
		border-radius: 0;
	}
	#nav .top1 {
		width: 30%;
	}
	#nav .top1 .logo img {
		margin-left: 20px;
	}
	#nav .top1 .navbar-brand img {
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	.row {
		margin: 0;
	}
	#banner_d {
		margin-top: 100px;
	}
	#news_main li {
		width: 49%;
	}
	#footer p {
		float: right;
	}
	#footer ul li {
		float: right;
	}
	#footer ul li a {
		font-size: 18px;
	}
}


/*# sourceMappingURL=style.css.map */