﻿/* reset */
* {
	box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer,
}

input {
	border: 0 none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}

em,
cite,
address,
i {
	font-style: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
	color: #333;
	font-size: 16px;
	font-family: "Open Sans", "arial", sans-serif;
}

body {
	line-height: 1.5;
	overflow-x: hidden;
}

a:link,
a:visited,
a:active,
a {
	text-decoration: none;
	cursor: pointer;
}

a {
	blr: expression(this.onFocus=this.blur());
	color: #333;
}

/* 链接 a 在获得焦点的同时失去焦点*/
a * {
	*cursor: pointer
}

:focus {
	outline: none
}

a:hover {
	color: #7B031F;
}

.tab-b {
	display: none;
}

.txt_color_000 {
	color: #000;
}

.txt_color_333 {
	color: #333;
}

.txt_color_999 {
	color: #999;
}

.txt_color_888 {
	color: #888;
}

.txt_color_aaa {
	color: #aaa;
}

/* clear 都不用再加清除样式 */
.clearfix:before,
.cf:before,
	{
	content: '';
	display: table
}

.clearfix:after,
.cf:after {
	content: '';
	display: table;
	clear: both
}

.clearfix,
.cf,
	{
	*zoom: 1
}

.fl,
.lf {
	float: left;
}

.fr,
.rt {
	float: right;
}

.none {
	display: none;
}

body {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.ellipsis {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.ellipsis-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.pt20 {
	padding-top: 20px;
}

.pt15 {
	padding-top: 15px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}


/*font-size*/
.fnt-12 {
	font-size: 12px;
}

.fnt-13 {
	font-size: 13px
}

.fnt-14 {
	font-size: 14px;
}

.fnt-16 {
	font-size: 16px;
}

.fnt-18 {
	font-size: 18px;
}

.fnt-22 {
	font-size: 22px
}

.fnt-24 {
	font-size: 24px;
}
.fnt-26 {
	font-size: 26px;
}

.fnt-30 {
	font-size: 30px;
}

/*  */


@media only screen and (max-width:1200px) {
	.fnt-16 {
		font-size: 16px;
	}

	.fnt-18 {
		font-size: 17px;
	}

	.fnt-24 {
		font-size: 24px;
	}

	.fnt-30 {
		font-size: 28px;
	}


}

@media only screen and (max-width:768px) {

	.fnt-16 {
		font-size: 15px;
	}

	.fnt-18 {
		font-size: 16px;
	}

	.fnt-24,
	.fnt-22 {
		font-size: 20px;
	}

	.fnt-30 {
		font-size: 24px;
	}
}
@media only screen and (max-width:580px) {
	.fnt-24 {
		font-size: 19px;
	}
}
@media only screen and (max-width:480px) {

	.fnt-16 {
		font-size: 15px;
	}

	.fnt-18 {
		font-size: 16px;
	}

	.fnt-24,
	.fnt-22 {
		font-size: 19px;
	}

	.fnt-30 {
		font-size: 22px;
	}

}

@media only screen and (max-width:400px) {
	.fnt-18 {
		font-size: 16px;
	}


	.fnt-28,
	.fnt-30 {
		font-size: 18px;
	}

}




.container {
	width: 1400px;
	margin: 0 auto;
}

.section .container {
	/* position: relative; */
}

.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}

.ptbox .pic:hover .img {
	transform: scale(1.1);
}

.ptbox .img a {
	display: block;
	height: 100%;
}

/* 列表带短横线 */
.list1 li {
	padding: 9px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DCDCDC;
}
.list1 li:last-child{
	border-bottom: 0 none;
}

.list1 li span {
	margin-left: 20px;
}

.list1 li a {
	margin-left: 0px;
	color: #000;
	flex: 1;
}


.list2 li {
	padding: 6px 0;
	display: flex;
	align-items: center;

}

.list2 li span {
	margin-left: 20px;
	color: #c3ab77;
	font-size: 80%
}

.list2 li a {
	margin-left: 0px;
	color: #000;
	flex: 1;
}

.header {
	background: url(../images/header.jpg) no-repeat 0 0
}

.top {
	text-align: right;
	font-size: 14px;
	margin-top: 24px;
}

.top .home {
	color: #7b031f8c;
	padding-left: 20px;
	height: 26px;
	line-height: 26px;
	background: url(../images/ico_home.png) no-repeat 0 center;
	margin-right: 10px;
}

.header .search {
	background-color: #fff;
	padding: 2px 2px 2px 8px;
	height: 30px;
	line-height: 30px;
	display: inline-flex;
	align-items: center;
	width: 206px;
	border: 1px solid #7B031F;
	border-radius: 8px;
	margin-top: 3px;

}

.header .logo {
	margin: 25px 0;
}



.header .search input[type='text'] {
	width: 166px;
	background: none;
	font-size: 12px;
	color: #fff;
}

.header .search input::-webkit-input-placeholder {
	color: #fff;
}

.header .search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.header .search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.header .search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.header .searchbtn {
	width: 22px;
	height: 22px;
	border: 0 none;
	background: url(../images/ico_search.png) no-repeat center;
}

/* 导航栏样式 */
.nav-list-box {
	background-color: #7B031F;
}

.nav-list {
	display: flex;
}

.nav-list .nav-item {
	height: 54px;
	flex-grow: 1;
	position: relative;
}

.nav-list .nav-item:hover {
	/* background-color: #DE3A42; */
}

.nav-list .nav-item:hover>a {
	text-decoration: none;
}

.nav-list .nav-item a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 15px;
	line-height: 54px;
}

.nav-list .nav-item a:hover {
	color: #fff;
}

.submenu {
	position: absolute;
	display: none;
	background: rgba(255, 255, 255, .8);
	z-index: 999;
	width: auto;
	min-width: 100%;
	padding: 10px 0;

}



.nav-list .nav-item .submenu li a {
	padding: 0px 10px !important;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	font-size: 15px !important;
	color: #7B031F;
}

.nav-list .nav-item .submenu li a:hover {
	background: rgba(123,3,31, 1);
	color: #fff;
}

/* 移动端 */
.mheader {
	display: none;
	padding: 20px 10px;
}

.mheader .logo img {
	width: 90%;
}

.mheader .home {
	float: right;
	padding: 28px 50px 0 0;
	color: #fff;
	font-size: 15px;
}


/* 内页header */
.subheaderbg {
	background: #7a1a1c;
}

.subheader {
	border-bottom: 1px solid #5e1415;
	padding: 25px 0;
}

.subnav {
	border-top: 1px solid #951f23;
}

.subnav .nav-list {
	width: 1378px;
	background-color: transparent;
}


.footer {
	background:#7B031F;
}

.footer .container {
	padding: 50px 0;
	color: rgba(255, 2552, 255,1);
	line-height: 1.8;
}


.footer .container a {
	color: rgba(255, 2552, 255,1);
}
.footer .link{
}
.footer ul li {
	float: left;
	text-align: center;
	color: #fff;
	margin-right: 12px;
}

.footer ul li a{
	display: inline-block;
	margin-left: 12px;
}
.footer ul li:first-child a{
	margin-left: 0px;
}


/*返回顶部*/

.to-top {
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;

	position: fixed;
	bottom: -100px;
	right: 15px;
	margin-left: -15px;
	z-index: 200;
	cursor: pointer;
	overflow: hidden;
	background: #fff url(../images/ico_arrow2.png) no-repeat center;
	border: solid 1px #690a0f;
	color: #ffffff;
}

.to-top img {
	width: 30px;
}

.to-top span {
	line-height: 36px;
}

/*返回顶部end*/

/*分页*/
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}

.page a, .page span {
    font-size: 14px;
    display: inline-block;
    zoom: 1; border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 30px;
    height: 30px;
}

.page a:hover, .page span:hover {
    border: 1px solid #7B031F;
    text-decoration: none;
    color: #1258AD;
    cursor: pointer;
}

.page .current {
    background: #7B031F;
    border: 1px solid #7B031F;
    color: #fff !important;
    font-weight: bold;
}

.page select, .page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}

.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}

.page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
}


.minh300 {
	min-height: 300px;
}

.layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 300;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layer.showdiv {
	opacity: 1;
	visibility: visible;
}

.layer .close {

	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	margin-top: -100px;
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;

}

.layer .search_box .ok {
	background: #94070a;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
