* {	
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

html {
	font: 16px/1.5 Arial, Helvetica, sans-serif;
}

input,
select,
textarea {
	font-size: 100%;
	outline: none;
	_outline: none;
}

textarea {
	resize: none;
	padding:0;
}
button{
	cursor: pointer;
	border: 0px;
	outline: none;
	_outline: none;
}

/* 去掉各Table cell 的边距并让其边重合 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* IE bug fixed: th 不继承 text-align*/

th {
	text-align: inherit;
}


/* 对齐是排版最重要的因素, 别让什么都居中 */

caption,
th {
	text-align: left;
}


/* 去除默认边框 */

fieldset,
img {
	border: 0;
	display: block;
	outline: none;
	-moz-outline: none;
}


/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
	display: block;
}


/* 去掉列表前的标识, li 会继承 */

ol,
ul,
li {
	list-style: none;
}


/* 一致的 del 样式 */

del {
	text-decoration: line-through;
}


/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}


/* 统一上标和下标 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* 默认不显示下划线，保持页面简洁 */

ins,
a {
	text-decoration: none;
}

select {
	border: solid 1px #e6e6e6;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/seltdown.png) no-repeat scroll right center transparent;
	padding-right: 25px;
	background-color: #FFFFFF;
	font-size: 14px;
	height: 50px;
}

select::-ms-expand {
	display: none;
}


.w-1200{
	width: 1200px;
	margin: 0px auto;
}

/*header*/

header{
	width: 100%;
	height: 125px;
}
.header-logo{
	height: 100%;
}
.header-logo .header-logo-l{
	float: left;
	
}
.header-logo .header-logo-r{
	float: right;
	height: 30px;
	margin-top: 47px;
}
.header-logo-l img{
	margin-top: 22px;
}
.header-logo .header-logo-r>button{
	width: 30px;
	
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
.header-logo .header-logo-r>input,.header-logo .header-logo-r>button{
	float: left;
	height: 30px;
}
.header-logo .header-logo-r>input{
	width: 280px;
	border: 0px;
	border-bottom: 1px solid #e6e6e6;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #706f70;
}
nav{
	width: 100%;
	height: 65px;
	background-color: #545456;
}
.nav ul{
	height: 65px;
	width: 100%;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	display: block;
	height: 65px;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	padding: 0px 32px;
	line-height: 65px;
}
.nav ul li a:hover{
	background-color: #3b3c3e;
	background-image: url(../images/xsj.png);
	background-repeat: no-repeat;
	background-position: 49% 98%;
}
.nav ul li .active{
	background-color: #3b3c3e;
	background-image: url(../images/xsj.png);
	background-repeat: no-repeat;
	background-position: 49% 98%;
}


/*banner*/
.banner{
	width: 100%;
	min-width: 1200px;
}
.banner .swiper-container .swiper-button-next, .banner .swiper-container .swiper-button-prev{
	width: 80px;
	height: 150px;
	top: 42%;
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
}
.banner div{
	width: 100%;
}
.banner div img{
	width: 100%;
	height: auto;
}


/*footer*/
footer{
	width: 100%;
	height: 135px;
	background-color: #3b3c3e;
	margin-top: 70px;
}
.footer{
	overflow: hidden;
	position: relative;
}
.footer p{
	text-align: center;
	font-size: 12px;
	color: #c0c0c0;
	font-family: arial;
}
.footer .site{
	margin-top: 22px;
}
.footer .phone,.footer .email{
	margin-top: 6px;
}
.footer ul{
	text-align: center;
	margin-top: 6px;
}
.footer ul li{
	display: inline-block;
	height: 26px;
	width: 26px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-radius: 50%;
	background-image: url(../images/icon.png);
}
.footer ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer ul li.weixin{
	background-position: -1px -1px;
}
.footer ul li.weixin:hover{
	background-position: -53px -1px;
}
.footer ul li.twitter{
	background-position: -3px -33px;
}
.footer ul li.twitter:hover{
	background-position: -51px -33px;
}
.footer ul li.google{
	background-position: -1px -67px;
}
.footer ul li.google:hover{
	background-position: -49px -67px;
}
.footer ul li.youtube{
	background-position: -1px -100px;
}
.footer ul li.youtube:hover{
	background-position: -53px -99px;
}
.footer ul li.facebook{
	background-position: -3px -133px;
}
.footer ul li.facebook:hover{
	background-position: -51px -133px;
}
.footer ul li.weibo{
	background-position: -3px -166px;
}
.footer ul li.weibo:hover{
	background-position: -51px -166px;
}
.footer .qr-code{
	position: absolute;
	top: 22px;
	left: 120px;
	width: 95px;
	height: 95px;
}
.footer .qr-code img{
	width: 100%;
	height: auto;
}
.article-left p {
	text-align: justify;
/*	word-break: break-all;*/
}

.guide-page-article p{
	text-align: justify;
/*	word-break: break-all;*/
}
.themes-content p{
	text-align: justify;
	/* word-break: break-all;*/

}
.pages a{
	color:black;
}

html,body{min-width:1200px;  width:100% }
