@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0
}

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 100%;
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	min-width:1200px;
}

i {
	font-style: normal
}

ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

img,
input,
select,
textarea,
p,
th,
td,
button {
	margin: 0;
	padding: 0;
	border: 0;
}

input,
select {
	font-family: 'microsoft yahei';
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.M {
	width: 100%;
	/* background:#FAFAFA; */
}

.N {
	width: 100%;
	background: #640604;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0px;
	height: 0px;
}

/*CSS清除浮动 clearfix:after*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	display: block;
}

/*top*/
.nav {
	width: 100%;
	height: 86px;
	line-height: 86px;
	background: #9d0919;
}

.nav .logo {
	display: block;
	/* width:212px;
    height:59px; */
}

.nav .nav-li {
	width: 1200px;
	margin: 0 auto;
}

.nav .nav-li .logo {
	/* background: url(../images/logo.png) no-repeat;
    width:58px;
    height:58px;
    margin-top: 14px; */
}

.nav .nav-li .logo img {
	width: 58px;
	height: 58px;
	margin-right:10px;
}

.nav .nav-li .logo a {
	display: flex;
	align-items: center;
}

.nav .nav-li .logo span,.nav .nav-li .logo h1,.nav .nav-li .logo a {
	color: #fff;
	font-size: 22px;
}

.nav .nav-li .navbar .xs {
	float: left;
	width: 118px;
	text-align: center;
	position: relative;
	color: #fff;
}

.nav .nav-li .navbar .on {
	background: #640604;
	color: #fff;
}

.nav .nav-li .navbar a {
	color: #fff;
	display:inline-block;
	width:100%;
}

.nav .nav-li .navbar .on a {
	color: #fff;
}

.nav .nav-li .navbar .xs:hover .xs-z {
	background: #640604;
	color: #fff;
}

.nav .nav-li .navbar .xs:hover {
	background: #640604;
	color: #fff;
}

.nav .nav-li .navbar .xs i {
	/* background:url(../images/arrow.png) no-repeat; */
	background: url(../images/arrow2.png) no-repeat;
	width: 12px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.nav .nav-li .navbar .xs:hover i {
	background: url(../images/arrow2.png) no-repeat;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.nav .nav-li .navbar .xs .ywzt2 {
	position: absolute;
	width: 118px;
	z-index: 999;
	border-bottom: 3px solid #9e061b;
}

.nav .nav-li .navbar .xs .ywzt2 li {
	/* background-color:rgba(193,36,31,0.3); */
	background-color: #fff;
	line-height: 44px;
}

.nav .nav-li .navbar .xs .ywzt2 li a {
	font-size: 14px;
	color: #2b2b2b;
}

.nav .nav-li .navbar .xs .ywzt2 li a:hover {
	color: #9d0919;
}


.banner {
	background: url(../images/a/banner.jpg) no-repeat center;
	height: 500px;
}

.banner2 {
	background: url(../images/a/banner2.jpg) no-repeat center;
	height: 500px;
}

.banner3 {
	background: url(../images/a/banner3.jpg) no-repeat center;
	height: 500px;
}

.banner4 {
	background: url(../images/a/banner4.jpg) no-repeat center;
	height: 500px;
}

.banner5 {
	background: url(../images/a/banner5.jpg) no-repeat center;
	height: 500px;
}

.banner6 {
	background: url(../images/a/banner6.jpg) no-repeat center;
	height: 500px;
}

.banner7 {
	background: url(../images/a/banner7.jpg) no-repeat center;
	height: 500px;
}

.banner8 {
	background: url(../images/a/banner8.jpg) no-repeat center;
	height: 500px;
}

.banner2 h3,
.banner3 h3,
.banner4 h3,
.banner5 h3,
.banner6 h3,
.banner7 h3,
.banner8 h3,
.banner2 h1{
	font-size: 48px;
	font-weight: 200;
	border: 1px solid #fff;
	padding: 12px 70px;
	color: #fff;
	width: max-content;
	margin: 0px auto;
	text-align: center;
	position: relative;
	top: 160px;
}

.banner2 p,
.banner3 p,
.banner4 p,
.banner5 p,
.banner6 p,
.banner7 p,
.banner8 p {
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 4px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 170px;
}

/*footer*/
.footer {
	width: 100%;
	background: #9d0919;
}

.footer .foot {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 76px 0;
}

.footer .foot .ft {
	width: 274px;
	text-align: center;
}

.footer .foot .ft p {
	color: #fff;
	font-size: 14px;
	padding-top: 14px;
}

.footer .foot .ft2 {
	color: #fff;
	margin: 0 0 0 120px;
}

.footer .foot .ft2 h3 {
	font-weight: normal;
}
.footer .foot .ft2 .title{
	font-size:18px;
}

.footer .foot .ft2 i {
	display: block;
	background: #fff;
	width: 24px;
	height: 1px;
	margin: 8px 0 12px 0;
}

.footer .foot .ft2 ul {
	float: left;
	margin-right: 20px;
}

.footer .foot .ft2 ul li {
	margin: 4px 0;
}

.footer .foot .ft2 ul li a {
	color: #fff;
	font-size: 14px;
}

.footer .foot .ft2 ul li a:hover {
	color: #efc775;
	/* font-weight: bold; */
}

.footer .foot .ewm {
	width: 124px;
	text-align: center;
}

.footer .foot .ewm p {
	color: #fff;
	font-size: 14px;
	padding-top: 2px;
}

.footer-d {
	background: #640604;
	width: 100%;
	padding: 20px 0;
}

.footer-d p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer-d p a{display:flex;align-items:center;}
.footer-d p a img{margin:0 5px;}
.footer .snavigation{
	width:50%;
	margin:auto;
}
.footer .snavigation p{text-align:center;color:#fff;padding:20px 0 35px 0;font-size:14px;line-height:2;}
.footer .snavigation p a {color: #fff;}
/* 标题 */
.pubTit {
	margin: 0 auto;
	padding: 42px 0;
	text-align: center;
}

.pubTit .bt {
	font-size: 36px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pubTit .bt:after {
	content: '';
	width: 47px;
	height: 3px;
	background: #c5172e;
	position: absolute;
	bottom: -8px;
}

.pubTit .bt .round_block {
	width: 7px;
	height: 7px;
	background: #323232;
	display: inline-block;
	margin: 0 10px;
}

.pubTit .ppyw {
	overflow: hidden;
	margin: 0 auto;
	padding: 13px 0;
}

.pubTit .ppyw .bt-h {
	display: inline-block;
	float: left;
	width: 54px;
	height: 1px;
	background: #999;
	position: relative;
	top: 11px;
}

.pubTit .ppyw .bt-xz {
	/* float:left; */
	padding: 0 16px;
	color: #666;
}

.pubTit .bt-dh {
	display: block;
	width: 52px;
	height: 4px;
	background: #640604;
	margin: 0 auto;
}

.pubTit .bt2 {
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

.pubTit .ppyw2 {
	overflow: hidden;
	margin: 0 auto;
	padding: 11px 0;
}

.pubTit .ppyw2 .bt-h2 {
	display: inline-block;
	float: left;
	width: 54px;
	height: 1px;
	background: #fff;
	position: relative;
	top: 11px;
}

.pubTit .ppyw2 .bt-xz2 {
	float: left;
	padding: 0 16px;
	color: #fff;
}

.n .bt-h2 {
	display: inline-block;
	float: left;
	width: 54px;
	height: 1px;
	background: #fff;
	position: relative;
	top: 11px;
}

/*----分页----*/
.page {
	text-align: center;
	margin: 40px auto 100px;
	width: 600px;
}

.page a,
.page span {
	padding: 0 14px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e8e8e6;
	font-size: 14px;
	display: inline-block;
	float: left;
	margin-right: 5px;
	border-radius: 5px;
}

.page a {
	background: #fff;
	color: #666;
}

.page a:hover {
	background: #640604;
	border: 1px solid #640604;
	color: #fff;
	text-decoration: none;
}

.page input {
	border: 1px solid #e8e8e6;
	height: 26px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
}

.page .button {
	width: 70px;
	height: 36px;
	border: 1px solid #e8e8e6;
	background: #fff;
	color: #5f5f5f;
}

.page .button:hover {
	background: #640604;
	color: #fff;
}

.page i {
	line-height: 36px;
	margin: 0px 5px;
	height: 36px;
	font-size: 14px;
}

.page span {
	background: #640604;
	color: #fff;
}

/*友情链接*/
.yqlj {
	margin: auto;
	background: #fafafa;
	padding: 30px 0;
}

.yqlj .bt {
	overflow: hidden;
}

.yqlj .bt h3, .yqlj .bt .yqljtxt{
	color: #d40f23;
	float: left;
	padding:0;
	font-weight:700;
	font-size:18px;
}

.yqlj .bt i {
	color: #999;
	font-style: italic;
	padding: 5px 0 0 10px;
	display: inline-block;
	float: left;
}

.yqlj p {
	color: #999;
	padding: 14px 0;
}

.yqlj p a {
	font-size: 14px;
	border-right: 1px solid #dfdfdf;
	padding: 0 12px;
}

/*面包屑导航-通用*/
.dh {
	font-size: 12px;
	color: #666;
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
}
.dh h1{
	font-size: 12px;
	color: #666;
	line-height: 32px;
	font-weight:normal;
	display:inline-block;
}
.dh h2{
	font-size: 12px;
	color: #666;
	line-height: 32px;
	font-weight:normal;
	display:inline-block;
}
.dh a:hover {
	color: #640604;
	text-decoration: underline;

}

/*浮动*/
.fd-k {
	position: fixed;
	top: 66%;
	right: 4px;
	z-index:999;
}

.fd-k .backtop {
	margin-top: 4px;
	cursor: pointer;
}

.fd-k .backtop img {
	display: block;
}

.fd-k .fd {
	background: url(../images/lxwm.png) no-repeat;
	width: 80px;
	height: 80px;
	position: relative;
	cursor: pointer;
}

.fd-k .fd .fd-xs {
	position: absolute;
	top: 24px;
	right: 82px;
	background: #fff;
	width: 130px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	border-radius: 6px;
	border: 1px solid #c1241f;
}

.fd-k .fd .phone_box {
	background: #ffeced;
	height: 80px;
	border: none;
	top: 0;	
	right: 80px;
	text-align: left;
	padding-left: 10px;
	border-radius: 6px 0 0 6px;
	width: 160px;
}
.fd-k .fd .phone_box p{
	line-height: 1.6;
	font-size: 16px;
}
.fd-k .fd .phone_box p:first-child{padding-top: 10px;display: flex;align-items: center;}
.fd-k .fd p.phone {
	color: #bb0d32;
	font-size: 22px;
}

/* 查看大图 */
.bigImg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	display: none;
}

.bigImg img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.ft32{
	font-size:32px;
}
.ft24{font-size:24px;}
