@charset "UTF-8";

/* Table Of Contents
----------------------------------------

1. Heading
2. Brand
3. Social

----------------------------------------*/


#wrapper {
	padding-top: 76px;
}

@media screen and (min-width: 768px) and (max-width: 1010px){
	#wrapper{
		width: 1010px;
	}
}

/* @media screen and (min-width: 480px) and (max-width: 639px) {
	#wrapper {
		padding-top: 64px;
	}
}

@media screen and (min-width: 640px) and (max-width: 767px) {
	#wrapper {
		padding-top: 72px;
	}
} */

@media screen and (min-width: 768px) {
	#wrapper {
		padding-top: 94px;
	}
}

/* -----------------------------------------
1. Heading
-------------------------------------------- */
.head {
	text-align: center;
	padding: 40px 0 40px;
}

.head .title {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}

/* @media screen and (min-width: 640px) {
	.head .title {
		font-size: 28px;
	}
} */

@media screen and (min-width: 768px) {
	.head {
		padding: 60px 0 40px;
	}

	.head .title {
		font-size: 36px;
	}
}


/* -----------------------------------------
2. Brand
-------------------------------------------- */
.brand .container {
	padding-top: 0px;
}
.brand-content {
	padding-bottom: 6px;
}

.brand-list {
	list-style: none;
	/* margin: 0 -10px; */
	padding: 0;
}

.brand-list li {
	float: left;
	padding: 0 10px;
	width: 50%;
	box-sizing: border-box;
	margin: 0 0 20px;
}

.brand-list li h3 {
	font-weight: normal;
	font-size: 10px;
	margin: 0 0 7px;
}

.brand-list li h3 a {
	color: #000;
}

.brand-list li h3 a:hover {
	color: rgba(0, 0, 0, 0.7);
}

.brand-list li img {
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/* @media screen and (min-width: 640px) {
	.brand-list li h3 {
		font-size: 16px;
		letter-spacing: -1px;
	}
} */

@media screen and (min-width: 768px) {
	.brand .container {
		width: 1010px;
		padding: 0px;
	}
	.brand-list li h3 {
		font-size: 14px;
		letter-spacing: -1px;
	}
	.brand-list li {
		width: 33.33334%;
		margin: 0 0 47px;
	}
	.brand-list li:nth-child(1){padding-left:0px;}
	.brand-list li:nth-child(4){padding-left:0px;}
	.brand-list li:nth-child(3n){padding-right:0px;}
/* }

@media screen and (min-width: 1200px) { */
	.brand-content {
		width: 800px;
		margin: 0 auto;
	}
}

/* -----------------------------------------
3. Social
-------------------------------------------- */
.social-wrap {
	padding: 26px 0;
}
.social-wrap .container{ padding:0;}
.social-list {
	text-align: center;
	font-size: 0;
}

.social-list a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 6px;
}

.social-list a:hover {
	opacity: 0.7;
}

/* -----------------------------------------
4. Feature
-------------------------------------------- */
.feature {
	margin: 0 0 35px;
}

.feature .container {
	padding: 0;
}

.feature-item a {
	display: block;
}

.feature-item a img {
	width: 100%;
	display: block;
}

.feature-item .title {
	display: block;
	background-color: #005bab;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	padding: 15px;
	height: 85px;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.feature-item:nth-child(even) .title {
	background-color: #193682;
}

.feature-item a:hover .title {
	background-color: rgba(0, 91, 171, 0.7);
}

.feature-item:nth-child(even) a:hover .title {
	background-color: rgba(25, 54, 130, 0.7);
}

/* @media screen and (min-width: 640px) {
	.feature-item .title {
		font-size: 16px;
		padding: 25px;
	}
} */

@media screen and (min-width: 768px) {
	.feature {
		margin: 0 0 60px;
	}
	.feature .container {
		width: 1010px;
  }
	.feature-item .title {
		padding: 25px;
		font-size: 14px;
		height: 122px;
	}
}

/* -----------------------------------------
5. Main Slider
-------------------------------------------- */
.main-slider {
	height: 100%;
	position: relative;
	background-color: #000;
}

.main-slider .main-slide-item img {
	width: 100%;
	opacity: 1 !important;
}

.main-slider .slick-dots {
	height: 2px;
	position: absolute;
	z-index: 10;
	right: 12px;
	bottom: 12px;
	font-size: 0;
}

.main-slider .slick-dots li {
	float: left;
	padding-left: 10px;
	font-size: 0;
	line-height: 1;
}

.main-slider .slick-dots li button {
	border: none;
	background: #fff;
	width: 20px;
	height: 2px;
	vertical-align: top;
	cursor: pointer;
	font-size: 0;
}

.main-slider .slick-dots li.slick-active button {
	background-color: #005bab;
}

@media screen and (min-width: 768px) {
	.main-slider .slick-dots {
		right: 30px;
		bottom: 30px;
		height: 3px;
	}

	.main-slider .slick-dots li button {
		width: 26px;
		height: 10px;
	}
	.main-slide {
		width: 100%;
		margin: 0 auto;
/*		height:565px;*/
	}
}

/* -----------------------------------------
5. Fea Slider
-------------------------------------------- */
.fea-slider {
	padding: 16px 0 60px;
}

.fea-slide-item {
	float: left;
	width: 250px;
	box-sizing: border-box;
	padding: 0 20px;
}

.fea-slide-item a {
	display: block;
	position: relative;
}

.fea-slide-item a.movie:after {
	content: "";
	width: 29px;
	height: 29px;
	background: url(../img/common/icons.png) no-repeat -151px 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -46px;
}

.fea-slide-item span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    padding: 10px 10px;
	background-color: rgba(0, 91, 171, 0.7);
}

.fea-slide-item a:hover span {
	background-color: rgba(0, 91, 171, 0.7);
}

.fea-slide-item img {
	width: 100%;
	display: block;
}

@media screen and (min-width: 768px) and (max-width:1009px){
	.fea-slide-item img {
		width: 241px;
		display: block;
	}
}

.fea-slide .slick-arrow {
	border: none;
	cursor: pointer;
	outline: none;
	width: 50px;
	height: 100%;
	font-size: 0;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    position: absolute;
    top: 0;
    z-index: 10;
}

.fea-slide .slick-prev {
	background: url(../img/sp/slick_prev_blue.png) no-repeat center center;
	background-size: 12px 17px;
	left: 39px;
}

.fea-slide .slick-next {
	background: url(../img/sp/slick_next_blue.png) no-repeat center center;
	background-size: 12px 17px;
	right: 39px;
}

.fea-slider.bg-blue .fea-slide .slick-prev {
	background-image: url(../img/sp/slick_prev_white.png);
}

.fea-slider.bg-blue .fea-slide .slick-next {
	background-image: url(../img/sp/slick_next_white.png);
}

.fea-slide .slick-arrow:hover {
	opacity: 0.7;
}

.topic,
.catalog {
	position: relative;
}

.pause-slick {
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding: 0;
    margin: 0 0 0 -15px;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    outline: none;
}

.main-slider .pause-slick {
	left: inherit;
	right: 12px;
	margin: 0;
	bottom: 25px;
}

.pause-slick span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.pause-slick span:before {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 10px;
    background-color: #0047bf;
}

.pause-slick span:after {
    content: "";
    width: 2px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #0047bf;
}

.pause-slick.paused span:before {
    display: none;
}

.pause-slick.paused span:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #0047bf;
    background-color: transparent;
}

@media screen and (min-width: 641px) and (max-width:1009px) {
	.fea-slide-item {
		padding: 0 11px;
	}
}

/* @media screen and (min-width: 640px) {
	.fea-slide-item {
		padding: 0 38px;
	}

	.fea-slide-item span {
		font-size: 16px;
		padding: 20px 10px;
	}

	.fea-slide .slick-arrow {
		width: 50px;
	}

	.fea-slide .slick-prev {
		background: url(../img/slick_prev_blue.png) no-repeat center center;
		background-size: 30px 30px;
		left: 39px;
	}

	.fea-slide .slick-next {
		background: url(../img/slick_next_blue.png) no-repeat center center;
		background-size: 30px 30px;
		right: 39px;
	}

	.fea-slider.bg-blue .fea-slide .slick-prev {
		background-image: url(../img/slick_prev_white.png);
	}

	.fea-slider.bg-blue .fea-slide .slick-next {
		background-image: url(../img/slick_next_white.png);
	}
} */

@media screen and (min-width: 768px) {
	.fea-slider {
		padding: 60px 0;
	}

	.fea-slide-item {
		width: 33.33334%;
	}

	.fea-slide-item span {
		font-size: 18px;
		padding: 16px 10px;
	}

	.fea-slide .slick-arrow {
		width: 50px;
	}

	.fea-slide .slick-prev {
		background: url(../img/slick_prev_blue.png) no-repeat center center;
		background-size: 30px 30px;
		left: 45px;
	}

	.fea-slide .slick-next {
		background: url(../img/slick_next_blue.png) no-repeat center center;
		background-size: 30px 30px;
		right: 45px;
	}

	.main-slider .pause-slick {
		bottom: 5px;
		left: 50%;
	}
}

@media screen and (min-width: 768px)/*  and (max-width:1009px) */{
	.topic .fea-slide,
	.catalog .fea-slide{
		padding: 0 100px;
		max-width: 1400px;
		margin: 0 auto;
	}
	
	.fea-slide-item span {
		/* width: 221px; */
		font-size: 18px;
		padding: 16px 10px;
	}
}

@media screen and (min-width: 768px) and (max-width:1009px){
	.home-info-inner .fea-slide {
		width: 1010px;
		padding: 0 110px;
	}
}

@media screen and (min-width: 1010px) {
	.fea-slide {
		padding: 0 105px;
	}

	.fea-slide-item {
		padding: 0 13px;
	}
}

/* @media screen and (min-width: 1400px) {
	.fea-slide {
		padding: 0 132px;
	}

	.fea-slide-item {
		padding: 0 38px;
	}
} */


/* -----------------------------------------
5. Tabs Information
-------------------------------------------- */

.home-info-inner {
	background-color: #ececec;
	padding: 25px 0 40px;
}

.tabbar {
	border-bottom: 1px solid #999999;
	padding: 0 0 8px;
	margin: 0 0 6px;
}

.tablist {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.tablist li {
	float: left;
	margin-right: 5px;
}

.tablist li a {
	display: block;
	background-color: #005bab;
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}

.tablist li.active a,
.tablist li a:hover {
	background-color: #ff931e;
}

.tablist li.active a:after {
	content: "";
	width: 12px;
	height: 7px;
	background: url(../img/common/ico_arrow03.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -6px;
}

.btn-rss {
	width: 30px;
	float: right;
	font-size: 0;
}

.btn-rss img {
	width: 100%;
}

.newslist dt {
	font-size: 10px;
	color: #808080;
	margin-bottom: 3px;
}

.newslist dd {
	line-height: 1.2;
	border-bottom: 1px solid #999999;
	padding: 0 0 10px;
	margin-bottom: 7px;
}

.newslist dd a {
	font-size: 12px;
	color: #000;
}

.tabcontent {
	margin-bottom: 20px;
}

.tab-item {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: hidden;
}

.tab-item.active {
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.home-info .btn-primary {
	width: 80%;
	max-width: 250px;
}

.info .bg_fff .container,
.topic .container { padding:0;}

.two_col .fleft { margin-bottom:30px;}

/* @media screen and (min-width: 640px) {
	.tabbar {
		padding-bottom: 15px;
		margin-bottom: 9px;
	}

	.tablist li a {
		font-size: 16px;
		padding: 3px 15px;
	}

	.tablist li.active a:after {
		bottom: -12px;
	}

	.btn-rss {
		width: 60px;
	}

	.newslist dt {
		font-size: 16px;
	}

	.newslist dd {
		padding: 0 0 13px;
		margin-bottom: 10px;
	}

	.newslist dd a {
		font-size: 16px;
	}
} */

@media screen and (min-width: 768px) {
	.home-info {
		background-color: #fff;
		padding: 0 0 60px;
	}

	.home-info-inner {
		background-color: #ececec;
		padding-top: 0;
		padding-bottom: 0;
	}

	.tablist li {
		margin-right: 10px;
	}

	.tablist li:last-child {
		margin-right: 0;
	}

	.tablist li a {
		font-size: 18px;
		padding: 3px 15px;
	}

	.tablist li.active a:after {
		bottom: -12px;
	}

	.btn-rss {
		width: 40px;
	}

	.tabbar {
		padding-bottom: 15px;
		margin-bottom: 9px;
	}
	.newslist dt {
		margin-bottom: 0;
		font-size: 14px;
	}

	.newslist dd {
		margin: -1.55em 0 9px 0;
		padding: 0 0 10px 142px;
		line-height: 1.6;
	}

	.newslist dd a {
		font-size: 14px;
	}

	.newslist dd a:hover {
		color: rgba(0, 0, 0, 0.7);
	}

	.tabcontent {
		margin-bottom: 45px;
	}

	.home-info .btn-primary {
		width: 283px;
		max-width: inherit;
	}
}

@media screen and (min-width: 1010px) {
	.home-info .container {
		width: 805px;
	}
}


/* -----------------------------------------
5. Facebook Box
-------------------------------------------- */
.head-facebok {
	padding: 0 0 15px;
}

.head-facebok .head-left {
	float: left;
	font-size: 10px;
}

.head-facebok .head-left img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.head-facebok .head-left span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	line-height: 1.4;
}

.head-facebok .head-right {
	float: right;
	width: 140px;
	padding-top: 8px;
	font-size: 0;
}

.head-facebok .head-right img {
	width: 100%;
}

.content-box {
	padding: 0 0 25px;
}

.content-box img {
	max-width: 100%;
}

/* @media screen and (min-width: 640px) {
	.head-facebok .head-left {
		font-size: 14px;
	}

	.head-facebok .head-left img {
		width: 40px;
	}

	.head-facebok .head-left span {
		width: 150px;
	}

	.head-facebok .head-right {
		width: 200px;
	}
} */

@media screen and (min-width: 768px) {
	.head-facebok {
		margin-bottom: 20px;
		border-bottom: 2px solid #a9a9a9;
		/*padding: 40px 0 7px;*/
	}

	.content-box {
		width: 350px;
		/*padding: 37px 0 70px;*/
	}

	.head-facebok .head-left {
		font-size: 14px;
		height: 42px;
	}

	.head-facebok .head-right {
		padding-top: 8px;
		width: 190px;
	}

	.head-facebok .head-left img {
		width: auto;
	}

	.head-facebok .head-left span {
		width: 270px;
	}
}

@media screen and (min-width: 1010px) {
	.facebook-box .container {
		width: 805px;
	}
}

@media screen and (min-width: 768px){
	.fleft{
		float: left;
		width: 980px;
		margin-right: 0px;
	}
	
	.fright{
		float: right;
		width: 350px;
	}
}