﻿@charset "utf-8";

/* CSS Document */

.container {
	padding: 0;
	margin: 0 auto;
}

@media(min-width:1400px) {
	.container {
		width: 1400px;
	}
}

@media(max-width: 768px) {
	.container {
		width: 100%;
	}
}

.container-fluid {
	padding: 0;
}

.row {
	margin: 0;
}

body {
	font-family: "微软雅黑"!important;
}

@media(max-width: 992px) {
	body {
		padding-top: 43px;
	}
}


/*导航 —————————————————————————————————————————————————————————————— */

header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	border-radius: 0;
	transition: all 0.5s;
}

header.addheight {
	height: 100%;
	position: fixed;
	top: 0;
	overflow: auto;
}

.navbar {
	margin-bottom: 0;
	z-index: 1;
}

.navbar.addheight {
	height: 100%;
}

.navbar-default {
	background-color: #fff;
	border-style: none;
	min-height: 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-left: 0;
	margin-right: 0;
}

.logobar {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media(max-width: 992px) {
	header {
		margin: 0;
	}
	nav>div {
		width: 100% !important;
	}
	.logobar {
		width: 35%;
	}
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		width: 100%;
	}
}

@media(max-width:992px) {
	.h {
		display: none;
	}
	.logobar {
		text-align: center;
		position: relative;
		width: 100%;
		transform: translateY(0);
	}
	header {
		position: fixed;
		top: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
}

@media(max-width: 768px) {
	.navbar {
		border-radius: 0;
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	nav {
		display: block;
	}
}


/*导航 顶部*/

header .top_fuji {
	border-bottom: 1px solid #f0f0f0;
}

header .top {
	padding: 10px 0;
}

header .top p,
header .top a {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #888888;
	transition: all .3s;
}

header .top a:hover {
	text-decoration: none;
	color: #fe0000;
}

header .top .a_ditu {
	color: #555555;
}

header .top div {
	display: inline-block;
	float: right;
}

header .top div p a {
	margin-right: 5px;
	line-height: inherit;
}

header .top div p::after,
header .top div>a::after {
	content: '';
	display: inline-block;
	margin: 0 10px;
	width: 3px;
	height: 18px;
	transform: translateY(3px);
	background-image: url('../images/xx.png');
	background-size: 100% 100%;
}

header .top div span {
	padding-left: 25px;
	color: #fe0000;
	font-size: 18px;
	line-height: 20px;
	background-image: url('../images/tel.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

@media(max-width: 1200px) {
	header .top div {
		float: none;
	}
}

@media(max-width: 992px) {
	header .top_fuji {
		display: none;
	}
	header .top div {
		float: none;
	}
}


/*导航 顶部*/


/*logo 手机端按钮*/

nav>div:nth-of-type(1) {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0);
}

.container .navbar-toggle .icon-bar {
	/*µ¼º½°´Å¥ ÄÚÏßÑùÊ½*/
	background-color: #b18d5b;
}

.navdar-header {
	margin-bottom: 20px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	padding: 0;
	margin-left: 0;
}

.navbar-brand {
	height: auto;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.navbar-toggle {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	padding: 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: none;
	margin: 0;
}

.logobar button span {
	transition: all 0.3s;
}

.logobar button span:nth-child(2).yincang {
	display: none;
}

.logobar button span:nth-child(3).xz1 {
	position: relative;
	top: 0;
	transform: rotate(45deg);
}

.logobar button span:nth-child(4).xz2 {
	position: relative;
	bottom: 42%;
	transform: rotate(-45deg);
	position: absolute;
	margin-bottom: 0px !important;
}

.logobar div {
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	display: none;
}

.logobar div::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 45px;
	margin: 0 10px;
	background-image: url('../images/xx1.png');
	background-repeat: repeat-y;
	background-size: 100%;
}

.logobar div p:nth-of-type(1) {
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	padding: 0 6px;
	background-color: #0099dc;
}

.logobar div p:nth-of-type(2) {
	color: #555555;
	font-size: 15px;
}

@media(max-width: 1200px) {
	.logobar div {
		display: none;
	}
}

@media(max-width: 992px) {
	.navbar-toggle {
		display: inline-block;
	}
}


/*logo 手机端按钮*/


/*导航文字*/

.nav-text {
	text-align: center;
	width: 100%;
	margin: 25px 0;
}

.nav-text .row>div {
	padding: 0;
}

.nav-text ul {
	margin: 15px auto 0;
	padding-left: 0;
	text-align: right;
}

.navbar-default .navbar-nav>li {
	margin-left: 20px;
	position: relative;
	list-style: none;
	display: inline-block;
	transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a {
	padding: 0 5px;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	line-height: 46px;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	/*border-bottom: 3px solid #fff;*/
	transition: all 0.3s;
}

.navbar-default .navbar-nav>li.active>a {
	color: #d0ad7c;
	/*border-bottom: 3px solid #d0ad7c;*/
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a i {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #d0ad7c;
	transition: all .5s;
}

.navbar-default .navbar-nav>li.active>a i {
	width: 100%;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.active>a:hover {
	text-decoration: none;
	color: #c09962;
	/*border-bottom: 3px solid #cc0001;*/
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover i,
.navbar-default .navbar-nav>li.active>a:hover i {
	width: 100%;
}

.navbar-default .navbar-nav>li:nth-of-type(1) {
	display: none;
}


/*手机下拉搜索*/

.nav-text .nav_sousuo {
	display: none;
}

.nav-text .nav_sousuo .top {}

.nav-text.addheight {
	position: relative;
	/*height: 100%;*/
}

@media(max-width: 1400px) {
	.navbar-default .navbar-nav>li {
		margin-left: 10px;
	}
}

@media(max-width: 992px) {
	.nav-text {
		margin: 0;
		position: absolute;
		width: 100%;
		background-position: 100% 80%;
		background-size: 50%;
		background-repeat: no-repeat;
	}
	.nav-text ul {
		float: none !important;
		display: none;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.navbar-default .navbar-nav>li {
		/*text-align: left;*/
		display: block;
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.navbar-default .navbar-nav>li.addxiala {
		background-image: url('../images/jtxx.png');
		background-position: 100% 15px;
		background-repeat: no-repeat;
		background-size: auto 5px;
	}
	.navbar-default .navbar-nav>li>a {
		/*width: 100%;*/
		line-height: 30px;
		margin: 0;
		text-align: left;
		border-bottom: none;
		padding: 0;
	}
	.nav-text .nav_sousuo {
		display: block;
	}
	.navbar-default .navbar-nav>li:nth-of-type(1) {
		display: inline-block;
	}
}

.navbar-default .navbar-nav .zilei {
	padding-top: 10px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.navbar-default .navbar-nav .zilei a {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	display: block;
	min-width: 120px;
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	font-size: 16px;
	line-height: 20px;
	transition: all .3s;
}

.navbar-default .navbar-nav .zilei a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.8);
}

@media(max-width: 992px) {
	.navbar-default .navbar-nav .zilei {
		/*display: block;*/
		position: static;
		transform: translateX(0);
		padding-top: 0;
	}
	.navbar-default .navbar-nav .zilei a {
		min-width: auto;
		background-color: inherit;
		text-align: left;
		color: #948989;
		line-height: 24px;
		padding: 0;
		padding-left: 10px;
	}
}


/*导航文字*/

@media(max-width:1366px) {
	/*logo*/
	nav .container .navbar-header a {
		margin-right: 0;
	}
	.navbar-default .navbar-collapse .navbar-nav>li {
		margin-right: 5px;
	}
}

@media(max-width: 992px) {
	nav .container .navbar-header a {
		text-align: center;
		margin: 5px auto !important;
		float: none;
		width: 70%;
	}
}


/*导航 —————————————————————————————————————————————————————————————— */


/*搜索 —————————————————————————————————————————————————————————————— */

.sousuo {
	margin: 20px auto;
}

.sousuo form {
	float: right;
	display: inline-block;
}

.sousuo form .ss_input {
	background-color: #e60012;
	border: 1px solid #e60012;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	font-size: 16px;
	border-radius: 30px;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sousuo form .ss_input::-webkit-input-placeholder {
	color: #fff;
}

.sousuo form .ss_input:-moz-placeholder {
	color: #fff;
}

.sousuo form .ss_input::-moz-placeholder {
	color: #fff;
}

.sousuo form .ss_input:-ms-input-placeholder {
	color: #fff;
}

@media(max-width: 768px) {
	.sousuo {
		padding: 0 15px;
		display: none;
	}
}


/*搜索 —————————————————————————————————————————————————————————————— */


/*当前位置 —————————————————————————————————————————————————————————————— */

.position {
	margin-bottom: 40px;
	margin-left: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.position h1 {
	display: inline-block;
	color: #6f6f6f;
	font-size: 20px;
	line-height: 20px;
}

.position p {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	float: right;
	display: inline-block;
	padding-left: 15px;
}

.position p::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #cc0001;
}

.position p a {
	color: #999999;
	transition: all .3s;
}

.position p a:hover {
	text-decoration: none;
	color: #0099dc;
}

@media(max-width: 1200px) {
	.position {
		margin-left: 0;
		margin-bottom: 20px;
	}
}

@media(max-width: 992px) {
	.position {
		padding: 0 15px 5px;
	}
}

@media(max-width: 768px) {
	/*.position p{
		margin-top: 10px;
		float: none;
		display: block;
	}*/
}


/*当前位置 —————————————————————————————————————————————————————————————— */


/*页码 —————————————————————————————————————————————————————————————— */

.yema {
	text-align: center;
}

.yema ul {
	padding-left: 0;
}

.yema li {
	margin: 5px;
	display: inline-block;
	list-style: none;
	font-size: 16px;
	color: #5c5e5c;
	min-width: 30px;
	line-height: 30px;
	height: 30px;
	background-color: #f6f7f6;
	transition: all 0.2s;
}

.yema li a {
	padding: 0 5px;
	display: inline-block;
	width: 100%;
	color: #5c5e5c;
	transition: all 0.2s;
}

.yema li:hover {
	/*color: #fff;*/
	background-color: #ebf0f3;
}

.yema li a:hover {
	text-decoration: none;
}

.yema .thisclass {
	color: #fff;
	background-color: #6c6c6c;
}

.yema .thisclass:hover {
	background-color: #6c6c6c;
}

.yema .thisclass a {
	color: #fff;
}

@media(max-width: 768px) {
	.yema li {
		margin: 3px;
	}
}


/*页码 —————————————————————————————————————————————————————————————— */


/*翻页 —————————————————————————————————————————————————————————————— */

.fanye p {
	padding: 5px 0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: auto 24%;
	border-top: 1px solid #eaeaea;
}

.fanye p:nth-last-of-type(1) {
	border-bottom: 1px solid #eaeaea;
}

.fanye p a {
	display: inline-block;
	max-width: 90%;
	color: #555555;
	font-size: 14px;
	line-height: 30px;
	float: left;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.fanye p span {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	float: right;
}

.fanye p:nth-of-type(1) {
	background-image: url('../images/xs1.png');
}

.fanye p:nth-last-of-type(1) {
	background-image: url('../images/jtxx.png');
}

.fanye p a:hover {
	text-decoration: none;
	color: #b18d5b;
}

@media(max-width: 992px) {
	.fanye p a {
		max-width: 80%;
	}
}

@media(max-width: 500px) {
	.fanye p {
		background-size: auto 18%;
	}
	.fanye p a {
		max-width: 100%;
		line-height: 24px;
		height: 24px;
		white-space: normal;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
}


/*翻页 —————————————————————————————————————————————————————————————— */


/*底部 —————————————————————————————————————————————————————————————— */

.dibu {
	background-color: #c19a63;
}

.dibu .row>div {
	padding: 0;
}

.dibu>div>div:nth-of-type(1) {
	display: none;
	padding: 15px 0;
	border-bottom: 1px solid #d0ad7c;
}

.indexpag .dibu>div>div:nth-of-type(1) {
	display: block;
}

.dibu>div>div:nth-of-type(1) p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.dibu>div>div:nth-of-type(1) p a {
	color: #a9a9a9;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	padding: 0 5px;
	margin-right: 5px;
	position: relative;
	transition: all .3s;
}

.dibu>div>div:nth-of-type(1) p a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.dibu>div>div:nth-of-type(1) p a::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #a9a9a9;
}

.dibu>div>div:nth-of-type(2) {
	position: relative;
	padding: 50px 0;
	border-bottom: 1px solid #d0ad7c;
}

.dibu .row>div h1 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.4);
}

.dibu .row>div input {
	float: left;
}

.dibu .row>div input:nth-of-type(1) {
	background-color: #262729;
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #4d4d4d;
	padding: 0 10px;
}

.dibu .row>div input:nth-of-type(2) {
	/*width: 60px;
	height: 32px;*/
	padding: 7px 20px;
	background: #cc0001;
}

.dibu .row>div h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.dibu .row h3::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 20px;
	background-color: #fff;
}

.dibu .row>div:nth-of-type(1) {
	padding-top: 10px;
}

.dibu .row>div:nth-of-type(2)::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 139px;
	background-color: #d0ad7c;
}

.dibu .row>div:nth-of-type(2) div {
	width: 50%;
	float: left;
}

.dibu .row>div:nth-of-type(2) ul {
	width: 50%;
	float: left;
}

.dibu .row>div:nth-of-type(2) li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	transition: al .3s;
}

.dibu .row>div:nth-of-type(2) li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.dibu .row>div:nth-of-type(3) {
	padding: 0px 0 15px 70px;
}

.dibu .row>div:nth-of-type(3) ul {
	position: relative;
}

.dibu .row>div:nth-of-type(3) li {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.dibu .row>div:nth-of-type(3) img {
	width: 110px;
}

.dibu .row>div:nth-of-type(3) li:nth-last-of-type(1) {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 25px;
}

.dibu .row>div:nth-of-type(3) li:nth-last-of-type(1):after {
	content: '微信公众号';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
}

.dibu>div>div:nth-of-type(3) {
	padding: 15px 0;
	text-align: center;
}

.dibu>div>div:nth-of-type(3) p span {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.dibu>div>div:nth-of-type(3) p span a {
	color: #fff;
	transition: all .3s;
}

.dibu>div>div:nth-of-type(3) p span a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media(max-width: 1400px) {
	.dibu .row>div:nth-of-type(1) {
		padding-top: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.dibu .row>div:nth-of-type(2),
	.dibu .row>div:nth-of-type(3) {
		width: 50%;
	}
	.dibu .row>div:nth-of-type(1) img,
	.dibu .row>div:nth-of-type(1) h1,
	.dibu .row>div:nth-of-type(1) form {
		display: inline-block;
		margin: 10px;
	}
}

@media(max-width: 992px) {
	.dibu .row>div:nth-of-type(2),
	.dibu .row>div:nth-of-type(3) {
		width: 50%;
		float: left;
	}
	.dibu .row>div:nth-of-type(3) {
		padding: 15px 0 15px 15px;
	}
	.dibu .row>div:nth-of-type(3) li:nth-last-of-type(1) {
		position: relative;
		right: auto;
		bottom: auto;
	}
	.dibu .row>div:nth-of-type(3) li:nth-last-of-type(1):after {
		width: auto;
		position: relative;
		top: auto;
		transform: translateY(0);
		right: auto;
		margin-left: 10px;
	}
}

@media(max-width:768px) {
	.indexpag .dibu>div>div:nth-of-type(1),
	.dibu>div>div:nth-of-type(1),
	.dibu>div>div:nth-of-type(2) {
		display: none;
	}
	.dibu {
		padding: 0 15px;
	}
	.dibu .row>div {
		margin-bottom: 20px;
	}
	.dibu .row>div:nth-of-type(2),
	.dibu .row>div:nth-of-type(3) {
		width: 100%;
		float: none;
	}
	.dibu>div>div:nth-of-type(2) {
		padding: 30px 0;
	}
	.dibu .row>div:nth-of-type(2)::after {
		display: none;
	}
	.dibu .row>div:nth-of-type(1) img {
		width: 150px;
	}
	.dibu .row>div:nth-of-type(2) ul {
		margin-bottom: 20px;
		width: 48%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.dibu .row>div:nth-of-type(3) {
		padding: 0;
	}
	.dibu .row>div:nth-of-type(2) div {
		float: none;
		width: 100%;
	}
	.dibu .row>div:nth-of-type(3) li:nth-last-of-type(1) {
		position: relative;
		bottom: auto;
		right: auto;
		margin-top: 20px;
	}
	.dibu>div>div:nth-of-type(3) p span {
		display: block;
	}
}


/*底部 —————————————————————————————————————————————————————————————— */


/*
 
 * 20210412
 * */

@media only screen and (max-width:640px) {
	.yema li {
		font-size: 12px;
	}
	.new_lists .row>.new_fl {
		display: none;
	}
	.ad_content1 .content img {
		height: auto!important;
	}
	.dibu>div>div:nth-of-type(3) p span {
		font-size: 12px;
		line-height: 20px;
	}
	.position {
		padding: 0 5px 5px;
	}
	.position h1 {
		font-size: 16px;
	}
	.position p {
		font-size: 12px;
	}
	.newxq_content .title {
    border-bottom-color: #dedede;
    text-align: center;
}
	.newxq_content .title a{
		display: none;
	}
	.newxq_content .title span {
    display: inline-block;
    margin: 5px 0;
    padding-left: 17px;
    font-size: 12px;
    }
	.newxq_content .title span:nth-of-type(1) {
    margin-top: 5px;
    margin-right: 10px;
}
.newxq_content .content{
	min-height: auto;
}
.newsswiper ul.tj_protags {
    padding: 0 ;
}
.tjnew_list .tj_protags li a h3 {
    font-size: 15px;
    }
}