﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
{
 margin: 0;
 padding: 0;
}



.container-full {
	display: block;
	width: 100%;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
.container {
	display: block;
	width: 100%;
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}



 @media screen and (max-width: 768px) {
.header {
	padding: 15px 0;
	position: relative;
}
}
 @media screen and (max-width: 640px) {
.header {
	padding:0;
	position: relative;
}
}
.header .logo {
	display: none;
}
 @media screen and (max-width: 768px) {
.header .logo {
	display: block;
	float: left;
}
.header .logo img {
	display: block;
	height: 60px;
}
}
 @media screen and (max-width: 640px) {
.header .logo img {
	display: block;
	height: 46px;
}
}
.header .nav {
	display: block;
	float: left;
	width: 100%;
}
 @media screen and (max-width: 768px) {
.header .nav {
	display: none;
	position: absolute;
	padding-right: 0;
	top: 100%;
	left: 0;
	background-color: rgba(0,0,0,0.95);
	z-index: 10;
}
}
.header .nav li {
	position: relative;
	display: block;
	float: left;
	margin-left:25px;
	text-align: center;
	font-size: 0;
}
 @media screen and (max-width: 1230px) {
.header .nav li {
	width: 16%;
	margin-right: 0;
}
}
 @media screen and (max-width: 768px) {
.header .nav li {
	width: 100%;
	border-bottom: 1px solid #555;
}
.header .nav li:last-child {
	border-bottom: none;
}
}
.header .nav li:last-child {
	margin-right: 0;
}
.header .nav li>a {
	display: inline-block;
 *display: inline;
 *zoom:1;
	width: 114px;
	height: 33px;
	line-height: 31px;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	font-size: 16px;
	color: #FFFFFF;
	margin: 35px 0 34px 0;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
 @media screen and (max-width: 1024px) {
.header .nav li>a {
	font-size: 15px;
	width: 100px;
}
}
 @media screen and (max-width: 768px) {
.header .nav li>a {
	width: 100%;
	margin: 0;
	font-size: 14px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	border: none;
	border-radius: 0;
	padding: 0 15px;
	text-align: left;
}
}
.header .nav li.active>a {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
 @media screen and (max-width: 768px) {
.header .nav li.active>a {
	color: #fff;
	border: none;
}
}
.header .nav li:hover>a {
	color: #FFFFFF;
}
 @media screen and (max-width: 768px) {
.header .nav li:hover>a {
	color: #FFFFFF;
}
}
 @media screen and (max-width: 1230px) {
.header .nav .nav-logo {
	width: 20%;
	padding: 0 10px;
}
}
 @media screen and (max-width: 768px) {
.header .nav .nav-logo {
	display: none;
}
}
.header .nav .nav-logo a {
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-bottom: 0;
}
.header .nav .nav-logo a img {
	display: block;
	max-width: 100%;

}
.header .nav li dl {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #696969;
	background-color: rgba(30,30,30,0.9);
	z-index: 10;
}
 @media screen and (max-width: 768px) {
.header .nav li dl {
	position: static;
}
}
.header .nav li dl dd {
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #848484;
}
 @media screen and (max-width: 768px) {
.header .nav li dl dd {
	border-bottom: none;
	height: 36px;
	line-height: 36px;
}
}
.header .nav li dl dd:last-child {
	border-bottom: none;
}
.header .nav li dl dd a {
	display: block;
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
 @media screen and (max-width: 768px) {
.header .nav li dl dd a {
	padding: 0 30px;
	text-align: left;
	font-size: 13px;
}
}
.header .nav li dl dd a:hover {
	background-color: #FFFFFF;
	color: #000;
}
.header .search {
	display: block;
	position: relative;
	float: right;
	margin-right: -163px;
	width: 163px;
	height: 28px;
	margin-top: 37px;
	right: 163px;
	border: 1px solid #c0c0c0;
	border-radius: 15px;
	overflow: hidden;
}
 @media screen and (max-width: 768px) {
.header .search {
	display: none;
}
}
.header .search input {
	display: block;
	float: left;
	width: 127px;
	padding: 3px 15px;
	line-height: 20px;
	border: none;
	outline: none;
	color: #666;
}
.header .search .submit {
	display: block;
	float: right;
	width: 34px;
	height: 26px;
	border: none;
	outline: none;
	background: url(../images/search-icon.png) no-repeat center;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
.header .search .submit:hover {
	opacity: 0.8;
}
.header .nav-toggle {
	display: none;
	float: right;
	padding: 4px 8px;
	border-radius: 4px;
	border: none;
	outline: none;
	background-color: #fff;
	cursor: pointer;
}
 @media screen and (max-width: 768px) {
.header .nav-toggle {
	display: block;
	margin-top: 16px;
}
}
 @media screen and (max-width: 640px) {
.header .nav-toggle {
	display: block;
	margin-top: 10px;
}
}
.header .nav-toggle span {
	display: block;
	margin: 4px 0;
	width: 20px;
	height: 2px;
	background-color: #444;
}
.banner {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.banner img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	display: none;
	position: absolute;
	z-index: 5;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	top: 50%;
	margin-top: -29px;
	text-align: center;
	line-height: 58px;
	color: #fff;
	font-family: "Simsun";
	font-size: 34px;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.2) !important;
	background-image: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
 @media screen and (max-width: 768px) {
.banner .swiper-button-next, .banner .swiper-button-prev {
	display: none;
}
}
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}
 @media screen and (max-width: 768px) {
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: none;
}
}
.banner .swiper-button-prev {
	left: 5%;
}
.banner .swiper-button-next {
	right: 5%;
}
.banner:hover .swiper-button-next:hover, .banner:hover .swiper-button-prev:hover {
	background-color: rgba(0,0,0,0.6) !important;
}
.swiper-pagination {
	font-size: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}
 @media screen and (max-width: 640px) {
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
}
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
 *display: inline;
 *zoom:1;
	width: 45px;
	height: 2px;
	margin: 0px 5px 0 5px;
	background-color: #ccc;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	opacity: 1;
	border-radius: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}



.cgcont img {
    width: 100%;
    height: auto;
	max-width:100%;
}