
@media (min-width: 1200px){
	.container {
    width: 1200px;
	}
	.top_nav{
		width: 1200px;
		margin: 0 auto !important;
		padding: 0;
	}
}

.hot_search:nth-child(1){
	color:#0EA700;
	font-weight: bold;
}
.hot_search{
	color:#666666;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 15px;
}


@media (min-width: 768px){
	.logo{
		height: 95px;
	}
	.header{
		/* height: 150px; */
		padding:30px 0 25px 0;
	}	
	.name_cn{
		/*width:231px;*/
		height:55px;
		font-size:38px;
		font-family:SourceHanSansSC-Bold,SourceHanSansSC;
		font-weight:bold;
		color:rgba(26,174,40,1);
		line-height:55px;
		margin-top: 5px;
		margin-left: 25px;
	}
	.name_en{
		width:226px;
		height:24px;
		font-size:16px;
		font-family:SourceHanSansSC-Medium,SourceHanSansSC;
		font-weight:500;
		color:rgba(26,174,40,1);
		line-height:24px;
		 margin-left: 25px;
	}
	.search{
		margin-top: 30px;
		/*margin-bottom: 10px;*/
	}
	.search input{
		height: 40px;
	}
	.search button{
		height: 40px;
		width:102px;
		background:rgba(32,186,46,1);
		color: #fff;
	}
    .search a{
        color:#fff;
    }
	.navbar{
		background: #0EA700;
		border:none;
		border-radius: 0;
	}
	.nav>li{
		min-width:150px;
		text-align: center;
	}
    .nav .dropdown-menu{
        background: #0EA700;
    }
    .dropdown-menu>li>a {
        color: #fff;
        font-size: 16px;
    }
    .dropdown-menu{
        padding: 0;
        min-width: 150px;
    }
	.navbar-nav>li>a{
		color: #fff !important;
		font-size: 18px;
	}
	.navbar-default .navbar-nav>.active>a{
		background: #20982B;
	}
	.navbar-default .navbar-nav>.active>a:hover {
		background: #20982B;
 	}
 .navbar-default .navbar-nav>li>a:hover {
		background: #20982B;
	 }
	.navbar .navbar-brand{
		display: none;
	}

}

@media (max-width: 768px){
	body{
		padding: 0 15px;
	}
	.logo{
		height: 70px;
	}
	.header{
		/* height: 150px; */
		padding:10px 0 5px 0;
	}
	.name_cn{
		width:231px;
		height:40px;
		font-size:28px;
		font-family:SourceHanSansSC-Bold,SourceHanSansSC;
		font-weight:bold;
		color:rgba(26,174,40,1);
		line-height:40px;
		margin-left: 25px;
	}
	.name_en{
		width:226px;
		height:24px;
		font-size:14px;
		font-family:SourceHanSansSC-Medium,SourceHanSansSC;
		font-weight:500;
		color:rgba(26,174,40,1);
		line-height:24px;
		margin-left: 25px;
	}
	.search{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.search input{
		height: 40px;
	}
	.search button{
		height: 40px;
		width:102px;
		background:rgba(32,186,46,1);
		color: #fff;
	}
	.navbar {
		margin-top: 20px;
	}	
}
