@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323b40;
	background:#18494d;
}
a {
	color: #056873;
}
a:hover {
	text-decoration: underline;
}
* {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
img {
	border: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.page_width01, .page_width02 {
	width: 100%;
	max-width:1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}
.page_width02 {
	max-width: 1150px;
}
.banner {
	width: 100%;
	float: left;
	padding: 150px 0 0 0;
}
.banner h1, .banner h2 {
	font-size: 55px;
	color: #fff;
	text-align: center;
}
.banner h1 a, .banner h2 a {
	color: #fff;
}
.logo a {
	float: left;
	background: url(logo.png) no-repeat left top;
	width: 284px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 25px 0 0 0;
}
nav {
	float: right;
	padding: 25px 0 0 0;
}
nav a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 15px;
}
.mainpage {
	width: 100%;
	float: left;
	box-sizing: border-box;
	background:#fff;
	margin-top:23px;
	padding:25px 0;
}
.mainpage .page_width01 {
	overflow: hidden;
}
section {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 0;
	line-height: 27px;
	float: left;
	border-bottom: 1px solid #efefef;
}
section:last-child {
	border: 0px;
}
section h2 {
	width: 100%;
	padding: 10px 0 15px 0;
	float: left;
	font-size:18px;
}
section h2 .right b {
	color: #000;
	font-weight: normal;
}
section h2 b, section h2 a {
	float: left;
	padding-right: 5px;
}
section figure img {
	border: 1px solid #efefef;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: #f6f6f6;
}
h1 {
	font-size: 32px;
	padding-bottom: 15px;
}
p {
	padding: 10px 0;
}
.stars {
	background: url(star.png) repeat-x left -21px;
	width: 114px;
	height: 21px;
	display:inline-block;
	position: relative;
	margin: 2px 0 0 5px;
}
.stars i {
	background: url(star.png) repeat-x left top #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 22px;
	width: 100%;
}
.stars.stars_5 i {
	width: 100%;
}
.stars.stars_4half i {
	width: 103px;
}
.stars.stars_4 i {
	width: 91px;
}
.stars.stars_3half i {
	width: 80px;
}
.stars.stars_3 i {
	width: 67px;
}
.stars.stars_2half i {
	width: 57px;
}
section .btns {
	padding: 15px 0 10px 0;
	width: 100%;
	float: left;
}
.btn_blue, .btn_orange {
	border-radius: 3px;
	padding: 5px 0px;
	margin-right: 10px;
	background: #034c54;
	color: #fff;
	width: 130px;
	float: left;
	text-align: center;
}
.btn_orange {
	background: #8a2a07;
}
.hp_blogs {
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
	padding: 30px 0;
	background: #034c54;
	color: #fff;
}
.hp_blogs ul li {
	width: 33.3%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	font-size: 14px;
}
.hp_blogs ul li img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	border: 1px solid #03acbe;
	padding: 10px;
	background: #03acbe;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.hp_blogs ul li a {
	color: #fff;
}
.hp_blogs h2 {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}
.hp_blogs .btn {
	width: 100%;
	float: left;
	text-align: center;
}
.hp_blogs .btn_blue {
	width: 150px;
	float: none;
	display: block;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #1ec4d6;
	margin-top: 15px;
	background: #fff;
	padding: 8px 25px;
}
footer {
	width: 100%;
	float: left;
	padding:20px 0;
	border-top: 5px solid #034c54;
	background: #fff;
}
footer p{
	text-align:center;
	padding:8px 0px;
	margin:0px;
}
footer a {
	color: #5b666d;
	font-size: 14px;
	padding: 0 5px;
}
.review_details .btns {
	text-align: center;
}
.review_details .btn_orange {
	width: 100%;
	float:left;
	margin:15px 0;
}
.review_details .btns span {
	color: #000;
	width: 100%;
	float: left;
	padding: 15px 0;
}
section.bloglist ul li figure {
	float: left;
	width: 250px;
	height:250px;
}
section.bloglist ul li figure img {
	width: 100%;
	height: 100%;
}
section.bloglist > h1 {
	width: 100%;
	float: left;
}
section.bloglist ul {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}
section.bloglist ul li {
	float: left;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dashed #efefef;
}
section.bloglist ul li > div {
	margin: 0 0 0 270px;
}
section.bloglist ul li > div h2 {
	padding-top: 0px;
}
section.bloglist ul li > div h2 a{
	font-size:28px;
    text-decoration: none;
}
section.blogdetails figure {
	float: left;
	margin: 18px 25px 0 0;
}
section.blogdetails h1{
	line-height:33px;
}
section.bloglist h4,
section.blogdetails h4{
	color:#000;
	font-size:14px;
	padding:0 0 10px 0;
	margin:-10px 0 0 0;
	width:100%;
	float:left;
	font-weight:normal;
}
section.bloglist h4 a,
section.blogdetails h4 a{
	color:#000;
}
article{
	padding:35px 0;
	float:left;
	width:70%;
	background:#fff;
	padding:35px 25px;
	box-sizing:border-box;
	border:1px solid #efefef;
	border-radius:5px
}
article h1{
	text-align:center;
}
article h2,
article h3{
	padding:15px 0;
}
article time {
    width: 100%;
    text-align: center;
    display: block;
}
article h4{
	padding:0 0 20px 0;
	text-align:center;
	line-height:30px;
	
}
article p{
	line-height:30px;
	padding:15px 0!important;
}
article  figure{
	width:100%;
	text-align:center;
	padding:15px 0;
}
aside{
	float:right;
	width:30%;
	padding-left:25px;
	box-sizing:border-box;
}
aside h2{
	font-size:20px;
	padding:0 0 15px 0;
}
aside .sidebox{
	margin-bottom:25px;
	width:100%;
	border:1px solid #efefef;
	border-radius:5px;
	background:#fff;
	padding:25px;
	box-sizing:border-box;
}
aside .sidebox ul{
}
aside .sidebox li{
	padding:12px 0;
	line-height:29px;
	border-bottom:1px  dashed #efefef;

}
@media screen and (max-width:768px) {
nav{
	padding-top:35px;
}
aside .sidebox li{
	padding:25px 0;
}
nav a{
	padding:0 25px;
}
article,
aside{
	width:100%;
}
aside{
	padding:25px 0 0 0;
}
footer ul li {
	width: 50%;
	margin-bottom: 15px;
}
section.bloglist ul li figure {
	width: 100%;
	text-align: center;
}
section.bloglist ul li > div {
	margin: 0px;
	width: 100%;
	float: left;
}
section.bloglist ul li {
	padding: 20px 0;
}
.banner h1, .banner h2 {
	font-size: 41px;
}
article figure img{
	width:100%;
	height:auto;
}
footer a{
	padding:20px;
}
footer p{
	line-height:26px;
}
}
@media screen and (max-width:444px) {
.banner h1,
.banner h2 {
	font-size: 33px;
}
.logo a {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
nav {
	float: none;
	text-align: center;
}
.mainpage .page_width01 {
	padding: 0 15px;
}
section {
	padding-top: 20px;
	padding-bottom: 20px;
}
section h2 div.right {
	float: left;
	padding: 5px 0 0 0;
}
.hp_blogs ul li {
	width: 50%;
}
.banner {
	padding-top: 75px;
}
.hp_blogs ul li img {
	padding: 5px;
}
}
@media screen and (max-width:375px) {
footer ul li {
	width: 100%;
	border: 0px;
}
.btn_blue, .btn_orange {
	width: 118px;
}
}
