@charset "utf-8";
/* CSS Document */

.header_search{
	width:980px;
	margin:auto;
	padding:25px 25px 25px 0px;
	background-color:#fff;
	-webkit-box-shadow: 5px 5px 10px -3px rgba(102,102,102,0.5);
	-moz-box-shadow: 5px 5px 10px -3px rgba(102,102,102,0.5);
	box-shadow: 5px 5px 10px -3px rgba(102,102,102,0.5);
	margin-top:-45px;
	position:relative;
	z-index:2;
}

.header_search h1{
	font-size:30px;
	color:#36404b;
	font-weight:400;
	font-family:"Roboto Condensed", sans-serif;
	text-align:center;
	margin-top:0px;
	margin-bottom:35px;
}

.header_search .search_form{
	
}

.header_search .search_form .form_item{
	width:230px;
	float:left;
	margin-left:30px;
}

.header_search .search_form .form_item .title{
	margin-left:18px;
	font-size:14px;
	color:#a6a6a6;
	margin-bottom:4px;
	font-family:"Roboto Condensed", sans serif;
	font-weight:400;
}

.header_search .search_form .button{
	width:170px;
	float:left;
	margin-top:21px;
	margin-left:30px;
}

.header_search .search_form .button a{
	padding:10px 0px 10px 22px;
	display:block;
	background:url(/images/more_button.png) center left 65px no-repeat #fe0000;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	font-weight:400;
	font-family:"Roboto Condensed", sans serif;
	border-radius:20px;
}

.select_custom{
	width:233px;
	overflow:hidden;
	background:url(/images/menu_arrow.png) center right 10px no-repeat;
	border:1px solid #cdcdcd;
	border-radius:20px;
}

.select_custom select{
	border:none;
	background-color:transparent;
	color:#36404b;
	font-family:"Roboto Condensed", sans serif;
	width:250px;
	padding:9px 10px;
	font-size:18px;
	font-weight:400;
}

.content_container{
	width:1110px;
	margin:auto;
	padding:40px 0px;
}

.content_container .content_content{
	width:1110px;
	margin:auto;
	position:relative;
}

.content_container .content_content h1,
.content_container .content_content table tr td h1{
	border-bottom:1px solid #e0e2e4;
	font-family:"Roboto Condensed", sans-serif;
	font-size:30px;
	color:#000;
	margin-top:0px;
	margin-bottom:18px;
	font-weight:400;
}

.content_container .content_content h1{
	border:none;
}

.banners_container,
.contact_container{
	background-color:#fff;
}

.banners_container .banners_content{
	width:1110px;
	padding:20px 0px;
	margin:auto;
}

.banners_container .banners_content span img{
	padding-bottom:13px;
}

.articles_container{
	background-color:#fff;
	padding-top:20px;
}

.articles_container .articles_content{
	width:1110px;
	margin:auto;
}

.contact_container{
	padding-bottom:50px;
}

.contact_container .contact_content{
	width:1110px;
	margin:auto;
	background:url(/images/contact_bg.jpg) center center no-repeat;
	background-size:cover;
	padding:35px 0px;
	text-align:center;
	color:#fff;
	font-weight:500;
	margin-bottom:50px;
}

.contact_container .contact_content h1{
	font-size:30px;
	color:#fff;
	font-family:"Roboto Condensed", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-top:0px;
}

.contact_container .contact_content .contact_text{
	width:785px;
	margin:auto;
	margin-bottom:30px;
}

.contact_container .contact_content input{
	width:230px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.contact_container .contact_content textarea{
	width:478px;
	padding:12px 6px;
	border:1px solid #5c1c1d;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-top:15px;
	font-family:"Raleway",sans-serif;
}

.contact_container .contact_content a{
	display:inline-block;
	background-color:#ff0000;
	padding:8px 40px;
	color:#fff;
	text-decoration:none;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

.articles_content h1{
	font-family:"Roboto Condensed", sans-serif;
	font-size:30px;
	font-weight:400;
	margin:0px;
	margin-bottom:20px;
}

.opinions_container{
	width:1110px;
	margin:auto;
	background-image:linear-gradient(-4deg, #f58220 calc(80% - 1px), #ffffff 80%);
}

.opinions_container .opinions_content{
	width:920px;
	margin:auto;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:18px;
	padding-bottom:20px;
}

.opinions_container .opinions_content h1{
	font-size:30px;
	font-weight:300;
	padding-top:100px;
	line-height:35px;
	padding-bottom:20px;
	margin-top:0px;
}

.opinions_content