body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #333;
	font-family: MicrosoftYaHei, "微软雅黑", Simsun;
}

fieldset,
img {
	border: 0;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

p {
	text-align: justify;
	text-justify: distribute;
}

/*======== Link ========*/
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #E0B988;
	text-decoration: none;
}

/* 通用 */
.fl {
	float: left;
	display: block;
}

.fr {
	float: right;
	display: block;
}

.clearfix1::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.w1200 {
	width: 1162px;
	margin: 0 auto;
}

.clear {
	clear: both;
}


.w1700 {
	width: 1700px;
	margin: 0 auto;
}

.top3 {
	top: 4px;
}


/* 头部 */
.top_line {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px #E0B988 solid;
}

.top_bg {
	width: 100%;
	height: 65px;
	background-color: #fff;
}

.top .logo {
	height: 30px;
	margin-right: 25px;
	padding-top: 12px;
}

.top .logo span {
	color: #E0B988;
	font-size: 20px;
	padding-left: 15px;
	padding-top: 7px;
	display: block;
	float: left;
}

.top .logo img {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	float: left;
}

.top nav>ul>li {
	float: left;
	font-size: 16px;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	padding: 0 12px;
}

.top nav>ul>li>li {
	float: left;
	font-size: 16px;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	padding: 0 12px;
}

.top nav>ul>li>li:first-child {
	padding-left: 0px;
}

.top nav>ul>li>li:last-child {
	padding-right: 0px;
}

.caret {
	border-top: 6px dashed;
	margin-top: -2px;
}

.top nav>ul>li:hover>a,
.top ul li:active>a {
	border-bottom: 2px solid #E0B988;
	height: 65px;
	box-sizing: border-box;
	line-height: 65px;
	display: inline-block;
	color: #E0B988;
}

.top nav>ul>li.trian {
	position: relative;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.dropdown-menu {
	top: 96%;
	min-width: 98px;
}

.top nav>ul>li.trian::after {
	position: absolute;
	display: none;
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #E0B988;
	border-left: 2px solid #E0B988;
	transform: rotate(-45deg);
	right: 0;
	top: 26px;
}

.top nav>ul>li.trian:hover::after {
	display: inline-block;
}

.top nav>ul li.trian ul.topbox {
	display: none;
	z-index: 999;
	width: 88px;
	box-sizing: border-box;
	position: absolute;
	top: 65px;
	left: 0px;
}

/* .top nav>ul li.trian ul.topbox::before{content: '';display: none; width: 85px;height: 10px;background: url(../img/toptrain.png)no-repeat center center;    margin-bottom: -26px;margin-left: 10px;} */

.top nav>ul li.trian:hover ul.topbox,
.top ul li.trian:hover .topbox::before {
	display: inline-block;
}

.top nav>ul li.trian .topbox li {
	line-height: 30px;
	font-size: 16px;
	background-color: #fff;
	width: 100%;
	min-height: 30px;
	text-align: center;
}

.top nav>ul li.trian .topbox li:last-child {
	padding-bottom: 5px;
}

/* .top nav>ul li.trian .topbox li:first-child{padding-top:5px;} */
.top ul li.trian .topbox li:hover {
	background-color: #E0B988;
}

.top ul li.trian .topbox li:hover a {
	color: #fff;
	border-bottom: none;
	height: 30px;
	line-height: 30px;
}

.top nav>ul li.trian .topbox .tit {
	background-color: #E0B988;
}

.top nav>ul li.trian .topbox .tit a {
	color: #fff;
	border-bottom: none;
	height: 30px;
	line-height: 30px;
}

.top .top_tel {
	font-size: 20px;
	line-height: 65px;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.top .tit {
	padding: 8px 16px;
	text-align: center;
}

.top .titleName {
	color: #cc9966;
	font-size: 16px;
}



/* 底部 */
/*底部*/
.footer {
	width: 100%;
	overflow: hidden;
	background: #161e30;
	padding: 60px 0;
	border-top: 1px #494d61 solid;
}

.footer .footer_nav dl {
	/*width: 100px;*/
	height: auto;
	float: left;
	margin-right: 45px;
	margin-top: 10px;
}

.footer .footer_nav dl:last-child {
	margin-right: 0;
}

.footer .footer_nav dl dt a,
dl dd a {
	color: #fff;
}

.footer .footer_nav dl dt {
	font-size: 16px;
	text-align: center;
}

/* .footer .footer_nav dl:last-child dt{width: 151px;color: #cc9966;} */
.footer .footer_nav dl dd {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.footer .footer_nav dl dd a {
	color: #c5c5c5;
}

.footer .dbfoot {
	padding-left: 30px;
}

.footer .dbfoot img {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	float: left;
}

.footer .footcaidan {
	width: 62%;
	float: right;
}

.footer .dbfoot span {
	color: #ffffff;
	font-size: 20px;
	padding-left: 15px;
	padding-top: 7px;
	display: block;
	float: left;
}

.footer-copy {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
}

.footer-copy p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

/* 分页标签 */
.pagebar {
	text-align: center;
	/*background-color: #fff; */
	margin: 10px auto;
}

.pagebar a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	background-color: #fff;
	margin-right: 15px;
}

.pagebar a:hover {
	color: #fff;
	background-color: #BF1515;
}

.pagebar a.page-num-current {
	color: #fff;
	background-color: #BF1515;
}



.newspagebar {
	text-align: center;
	/*background-color: #fff; */
	margin: 10px auto;
	font-size: 18px;
}

.newspagebar a {
	display: inline-block;
	padding: 0 10px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	color: #666;
	background-color: #fff;
	margin-right: 15px;
}

.newspagebar a:hover {
	color: #fff;
	background-color: #BF1515;
}

.newspagebar a.page-num-current {
	color: #fff;
	background-color: #BF1515;
}

/* 当前位置 */
.ad_here {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 14px;
}

.ad_here span::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/here.png) no-repeat center center;
	background-size: 30px 30px;
	margin-bottom: -5px;
}

.ad_here span a {
	color: #666;
	font-size: 14px;
	line-height: 40px;
}

.gl_bg {
	width: 100%;
	overflow: hidden;
	background: #f5f6f9;
}
