/*格式化样式开始*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
	padding: 0;
	margin: 0;
}


body {
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
	padding: 0;
	margin: 0;
}

p,
h1,
h2 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}


figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-ms-user-select: none;
	user-select: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
	display: block;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio,
video,
canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #840000;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.mt20 {
	margin-top: 20px
}

.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.img-cover {
	overflow: hidden;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover:hover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.container {
	padding: 0 10px;
	width: 1200px;
	margin: 0 auto;
}

/*格式化样式结束*/

/* 漂浮浮窗 */
.move_div {
	position: fixed;
	z-index: 9999;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	transition: all 0.35s;
	opacity: 0;
	background: #c51313;
	width: 200px;
}

.move_div img {
	width: 100%;
	margin: auto;
}

.move_div p {
	display: block;
	font-size: 14px;
	padding-top: 8px;
	text-align: center;
	color: white;
}


/*客服*/
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.footer-fix {
	display: none;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url("../images/kefu.png") 12px center no-repeat #840000;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url('../images/lianxi.png') 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.kf .contact {
	margin-top: 1px;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 32px;
	margin: 0;
}


.kf .con h5.qr-icon {
	background: url('../images/erweima.png') 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url('../images/huidaodingbu.png') center center no-repeat #d92828;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #d92828;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url('../images/jt-2.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
}

/*客服结束*/

/*公共样式*/
.m-row {
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-moz-box-align: center;
}

.m-column {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-moz-box-align: center;
}

.textFlowHide {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.max-row {
	width: 100%;
}

.m_block {
	width: 100%;
	display: block;
}


.header {
	background-color: #840000;
}

.header .topbar {
	line-height: 34px;
	background-color: #670001;
	font-size: 13px;
	color: #888;
	/* border-top: 2px solid #0a3b8a; */
}

.header .topbar ul {
	float: right;
}

.header .topbar li {
	float: left;
	color: #ddd;
}

.header .topbar li.pipe {
	padding: 0 10px;
}

.header .topbar li.c {
	margin-left: 10px;
}

.header .topbar li.c a {
	background-color: #0a3b8a;
	display: block;
	padding: 0 15px;
	font-weight: bold;
	color: white;
}

.header .logo {
	float: left;
	font-size: 0;
	height: 80px;
	line-height: 80px;
	text-align: left;
	padding: 15px 0;
}

.header .tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 31px;
	color: white;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	color: white;
}

.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 20px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
	color: white;
}

.header .text strong {
	display: block;
	font-size: 26px;
}

.header .text span {
	color: #670001;
	color: white;
}

.header .nav {
	font-size: 0;
	background-color: #b11516;
	color: #fff;
	/* border-bottom: 4px solid #efb879; */
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/line.jpg) no-repeat right center;
}

.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	padding: 0 28px;
	color: #fff;
}

.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}

.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.header .nav li.dropdown {
	position: relative;
}

.header .nav li.dropdown:before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -2px;
	right: 15px;
}

.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}

.header .nav .dropdown-box p {
	margin: 0;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:hover {
	background-color: #bf1212 !important;
}

.header .nav li.active a,
.header .nav li.open a,
.header .nav li a:hover {
	color: #fff;
	background: url(../images/png9.png) center bottom no-repeat;
	background-color: #cf0909;
	background-size: auto 12px;
	background-position: center 50px;
}

.header .nav li a:hover .dropdown:before {
	border: 4px solid transparent;
	border-top: 0;
	border-bottom-color: currentColor;
}

.header .nav li.open .dropdown-box {
	display: block;
	transition: all 0.6s;
}
.banner .swiper-slide-active{
	opacity:1 !important;
	}

.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 680px;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.swiper-slide a{
       display:block;
        width:100%;
        height:100%;
}

.banner .idx-swiper-pagination {
	bottom: 30px;
}

.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}

.banner-news .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #840000;
}

.banner-news .swiper-pagination-bullet-active {
	background-color: #840000;
}

.view .swiper-container {
	width: 100%;
}


.postmbox {
	background-color: #800000;
	padding: 15px 0px;
}

.postmbox .title {
	color: white;
	font-size: 18px;
	margin-bottom: 20px;
}

.postmbox .news_list li.news {
	padding-bottom: 20px;
	width: 25%;
	float: left;
	color: white;
}

.postmbox .news_list li .icons {
	overflow: hidden;
}

.postmbox .news_list li.news .icons {
	height: 140px;
	width:140px;
}

.postmbox .news_list li.news a {
	padding-bottom: 20px;
	color: white;
	background-color: #800000;
	width: 60%;
	padding: 30px 0px;
	margin: auto;
}

.postmbox .news_list li.news a:hover {
	border-radius: 0 40px 0 0;
	background: #ffffff;
	color: #fc6a09;
	width: 60%;
	padding: 30px 0px;
	margin: auto;
}

.postmbox img {
	transform: translateY(-100%);
	filter: drop-shadow(2px 140px #fff);
}

.postmbox .news_list li.news a:hover img {
	transform: translateY(-100%);
	filter: drop-shadow(2px 140px #fc6a09);
}

.postmbox .news_title {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: auto;
}

.postmbox .news_list li.news a:hover .news_title {
	color: #fc6a09;
}

/* page3 */
.page3box {}

.page3box .tit {
	padding-bottom: 30px;
	font-size: 24px;
	margin-top: 30px;
}

.page3box .smile {
	font-size: 18px;
	display: inline-block;
}

.page3box .content .r .list .item.act .p {
	display: block;
	padding-top: 19px;
	height: auto;
}

.page3box .content .r .list .item .x {
	border-top: 1px dashed #a3a3a3;
	position: relative;
	width: 0;
	transition: all 0.6s ease-in-out;
}

.page3box .content .r .list .item.act .x {
	width: 100%;
	margin: 30px 0 15px;
}

.page3box .content .r .list .item .fz16 .t1 {
	padding-right: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.page3box .content .r .list .item .fz16 .rq {
	position: absolute;
	right: 0;
	top: 1px;
	font-family: Arial;
}

.page3box .content .r .list .item .p {
	color: #707070;
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.page3box .content .r .list .item .p {
	color: #707070;
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.page3box .content .r .list .item .fz16 {
	position: relative;
}

.page3box .content .r .list .item+.item {
	margin-top: 15px;
}

.bttn.red {
	background-image: url(../images/btn1_1.png);
}

.bttn:first-child {
	margin-left: 0;
}

.bttn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 111px;
	text-align: center;
	height: 38px;
	line-height: 36px;
	display: inline-block;
	margin-left: 15px;
	margin-top: 30px;
}

.footer {
	background-color: #631209;
	color: #fff;
	clear: both;
	padding: 30px 0px;
}
.banner-sub {
	height: 500px;
	background: no-repeat center / cover;
}
.content-body p{
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}

.banner-sub-news {
	height: 350px;
	background: no-repeat center / cover;
	display: block;
}

.banner-news{
	display: none;
	background: no-repeat center / cover;
}
.ct2 {
	padding: 50px 0;
}
.ct2-news{
	padding: 50px 0;
}

.ct2-sd {
	float: left;
	width: 240px;
	margin-top: -110px;
	border-top-right-radius: 60px;
	overflow: hidden;
}

.ct2-sd-right {
	float: right;
}

.ct2-mn {
	float: right;
	width: 940px;
}


.ct2-mn-left {
	float: left;
}
.list-3 {
	margin-top: -15px;
}

.list-3 li a {
	display: block;
	margin: 15px 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .img-center {
	overflow: hidden;
}

.list-3 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .text {
	text-align: center;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	background-color: #eee;
}

.list-3 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content-exp {
	padding: 10px 15px;
	font-size: 12px;
	background-color: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}

.content-title {
	margin-bottom: 20px;
	text-align: center;
}

.content-title h1 {
	font-size: 22px;
	margin: 0;
}

.content-title p {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}

.content-title p span {
	padding: 0 10px;
	display: inline-block;
}

.cp-content-tit {
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px;
}

.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}
.cp-content-tit {
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 16px;
}

.cp-content-tit small {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	padding-left: 5px;
}

.zt-content-body{
	margin-bottom: 20px;
}
.zt-list {
    margin: -20px 0 0 -20px;
}
.zt-list li {
    float: left;
    width: 20%;
}
.zt-list li a {
    display: block;
    margin: 20px 0 0 20px;
}
.zt-list li .img-cover {
    border: 1px solid #efefef;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	overflow: hidden;
}

.zt-list li:hover:hover img {
    transform: scale(1.1);
}

.zt-list li .img-cover img {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    transition-duration: 1s;
}
.zt-list li .text {
    padding: 10px 0px;
    background: #eee;
    text-align: center;
}
.list-6 {
	margin: -20px 0 0 -20px;
}

.list-6 li {
	float: left;
	width: 25%;
}

.list-6 li a {
	display: block;
	margin: 20px 0 0 20px;
}

.list-6 li .img-cover {
	border: 1px solid #efefef;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-6 li .img-cover span {
	padding-top: 74%;
}

.list-6 li .text {
	padding: 10px 0px;
	background: #eee;
	text-align: center;
}

.list-6 li .text h4 {
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-6 li a:hover .img-cover {
	border-color: #015cb5;
}

.list-6 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.page3box .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page3box .content .l {
	width: 51.9%;
}

.page3box .content .r {
	-ms-flex: 1;
	flex: 1;
	padding-left: 5%;
	position: relative;
	z-index: 9;
}

.page3box .tit .fz34 {
	display: inline-block;
}

.page3box .tit .fz18 {
	display: inline-block;
	margin-left: 5px;
}

.page3box .content .l .cont {
	display: -ms-flexbox;
	display: flex;
}

.page3box .content .l .cont .time_wp {
	width: 56%;
	background-color: #800000;
	color: #fff;
	padding-top: 20px;
}

.page3box .content .l .cont .time_wp .padd {
	padding: 0 10%;
	position: relative;
	z-index: 1;
}

.page3box .content .l .cont .time_wp .tip {
	color: #ffc3c3;
	padding-top: 50px;
}


.page3box .content .l .cont .btn_wp {
	-ms-flex: 1;
	flex: 1;
	padding-left: 14px;
}

.page3box .content .l .cont .btn_wp .btn1 {
	position: relative;
	height: 205px;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	background: #fff;
	text-align: center;
}
.footewm:hover{
	cursor: pointer;
	animation: downup 0.6s ease-out 0s alternate;
}
.page3box .arr-mod {
	position: absolute;
	top: 2px;
	right: 2px;
	left: 2px;
	bottom: 2px;
	border: 1px solid #850101;
	box-sizing: border-box;
}

.page3box .content .l .cont .btn_wp .btn1 .ico {
	margin-bottom: 15px;
	width: 81px;
	height: 81px;
}

.page3box .content .l .cont .btn_wp .btn1:hover .ico{
	animation: downup 0.6s ease-out 0s alternate;
}
@keyframes downup{
	0%{
		transform: translate(0, 0);
	}
	50%{
		transform: translate(0, -10px);
	}
	100%{
		transform: translate(0, 0);
	}
}
.page3box .content .l .cont .btn_wp .btn1:nth-child(2n) {
	width: 100%;
	margin-left: 0px;
	margin-top:10px;
}

.arr-mod .arr1:before {
	content: "";
	background-image: url(../images/arr1_1.png);
	top: -3px;
	left: -3px;
}

.arr-mod .arr1:after {
	content: "";
	background-image: url(../images/arr1_2.png);
	top: -3px;
	right: -3px;
}

.page3box .content .l .cont .time_wp .fz18 {
	color: #ffc3c3;
	padding-top: 30px;
}

.page3box .content .l .cont .time_wp .fz50 {
	font-size: 50px;
	font-family: impact;
	line-height: 1;
	padding-top: 5px;
}

.arr-mod .arr2:before {
	content: "";
	background-image: url(../images/arr1_3.png);
	bottom: -3px;
	right: -3px;
}

.arr-mod .arr2:after {
	content: "";
	background-image: url(../images/arr1_4.png);
	bottom: -3px;
	left: -3px;
}

.arr-mod .arr1:before,
.arr-mod .arr1:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

.arr-mod .arr2:before,
.arr-mod .arr2:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

.link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #840000;
	padding-bottom: 15px;
}

.link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.link ul {
	margin-left: -20px;
}

.link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.section {
	padding: 30px 0;
	position: relative;
}

.section-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-indent: 15px;
}

.section-title::before {
	position: absolute;
	content: "";
	height: 26px;
	left: 0;
	width:5px;
	background-size: 5px;
	z-index: 1;
	background: url(../images/title_bg_03.png) no-repeat left;
}

.section-title .bordertop::after {
	position: absolute;
	content: "";
	width: 10%;
	background-color: #840000;
	left: 12%;
	top: 50%;
	height: 6px;
	z-index: 1;
}

.section-title .bordertop::before {
	position: absolute;
	content: "";
	width: 75%;
	background-color: #840000;
	margin-top: 2px;
	left: 12%;
	top: 50%;
	height: 2px;
	z-index: 1;
}

.section-title span {
	position: relative;
	z-index: 12;
	background-color: white;
	z-index: 0;
	color: #840000;
}

.section-title small {
	display: inline-block;
	font-weight: normal;
	font-size: 16px;
	background-color: white;
	position: relative;
	z-index: 4;
	cursor: pointer;
}

.bordertop {
	display: block;
	transition: all 0.5s;
}

.bg1 {
	background: url(../images/bg_04.png) no-repeat center 0 / 100% 100% #fff;
}

.bg1 .section-title {
	color: #840000;
}

.bg1 .section-title:after {
	display: none;
}

.in-jjfa li a {
	display: block;
	background-color: #fff;
	border-bottom: 3px solid #dddddd;
}

.in-jjfa li .img-cover {
	position: relative;
}

.in-jjfa li .img-cover span {
	padding-top: 75%;
}

.in-jjfa li .text {
	height: 50px;
	padding: 6px 10px 30px 10px;
	position: relative;
	background: #eee;
}

.in-jjfa li .text p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.in-jjfa li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #adadad;
	color: #fff;
	padding: 0 10px;
}

.in-jjfa li a:hover .img-cover p {
	background-color: #840000;
}

.in-jjfa li a:hover .text .more {
	background-color: #840000;
}

.leftbox {
	width: 580px;
	float: left;
}
.rightbox {
	width: 580px;
	float: right;
}

.leftbox .title {
	height: 50px;
	line-height: 50px;
	border-bottom-color: #800000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.leftbox h2 {
	background: url(../images/title_bg_03.png) no-repeat left;
	padding: 0px 0px 0px 20px;
	width: auto;
	color: #800000;
	font-size: 20px;
	background-size: 5px;
	float: left;
}

.leftbox .title a {
	color: #800000;
	float: right;
	font-size: 16px;
}


.tabList01 {
	width: 100%;
	overflow: hidden;
}
.list02 li {
	background: url(../images/li_03.png) no-repeat left;
	padding: 0px 0px 0px 23px;
	line-height: 35px;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px dotted #800000;
	cursor: pointer;
	color: #999;
}

.list02 li span {
	font-family: Cambria;
	font-style: oblique;
	float: right;
}

.list02 li a {
	float: left;
	font-size: 16px;
}

.list02 li a {
	float: left;
	font-size: 14px;
	cursor: pointer;
}

.list02 li:hover {
	color: #840000;
}
/*图标跳动的动画*/
@keyframes dwonUpAn {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10px);
	}
}

.dwonUpmove {
	animation: dwonUpAn 0.6s infinite alternate;
	/*infinite无限循环，alternate动画反向执行回到起点*/
}

.in-about dd .list2 .litext:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 2px solid #c76b1e;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 10px;
}

.bttn.org {
	background-image: url(../images/index/btn1_1.png);
	color: #d4711c;
}

.in-news {
	margin-left: -45px;
}

.in-news .item {
	float: left;
	width: 370px;
	margin-left: 45px;
}

.in-news .tit {
	font-size: 16px;
	font-weight: bold;
	background: #840000;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: white;
}

.in-news .tit small {
	color: #fff;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}

.in-news .tit .more {
	float: right;
	color: #fff;
	font-weight: normal;
}

.in-news .tit .more:hover {
	color: #840000;
}

.in-news .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #840000;
}

.in-news .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-news .img-center a:hover img {
	opacity: 0.9;
}

.in-news .list {
	border: 1px solid #ddd;
	padding: 0 20px;
	height: 215px;
	position: relative;
}


.in-news .list li {
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
}

.in-news .list li span {
	position: absolute;
	right: 0px;
	color: #999;
	font-size: 14px;
}

.icon-more {
	position: relative;
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
}

@keyframes mymove {
	0% {
		left: 0rem;
		opacity: 1;
	}

	70% {
		left: 0.15rem;
		opacity: 0;
	}

	100% {
		left: 0rem;
		opacity: 0;
	}
}

.in-news .list li a {
	width: 70%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.in-news .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #840000;
	color: #fff;
	position: absolute;
	bottom: -16px;
}
.in-ask {
	background-color: #f5f5f5;
	padding: 20px;
}
.footercont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footerRight {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footerRight p {
	line-height: 2;
	font-size: 14px;
	text-align: center;
}

.copyright {
	width: 50%;
	position: relative;
	line-height: 2;
}

.copyright a{
       color:#fff;
}

.footerRight {
	width: 25%;
	position: relative;
}

.footerLeft {
	width: 25%;
	position: relative;
}

.panel-sd .tit {
	background-color: #840000;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}

.panel-sd .bd {
	border: 1px solid #ddd;
	padding: 20px;
}

.contact-sd .tel {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-align: center;
}

.contact-sd .tel strong {
	display: block;
	font-family: Impact;
	margin-top: 15px;
	font-size: 22px;
}

.contact-sd p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #666;
}

.lanmu .tit {
	line-height: 60px;
	background-color: #840000;
}

.lanmu li {
	margin-bottom: 20px;
}

.lanmu li:last-child {
	margin-bottom: 0;
}

.lanmu li>a {
	display: block;
	line-height: 36px;
	background-color: #999;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

.lanmu li>a.active {
	display: block;
	line-height: 36px;
	background-color: #840000;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}

.lanmu li>a:hover {
	background-color: #840000;
}

.lanmu-box {
	margin-top: 10px;
}

.lanmu-box p {
	border-bottom: 1px dashed #e3e3e3;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/flico.jpg) no-repeat 0 10px;
	padding-left: 20px;
	margin: 0;
}

.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}

.nav-tabbar {
	display: none;
}


/*网分页样式*/
.pages {
	clear: both;
	margin: 30px auto 20px auto;
	padding-top: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	border-top: 5px solid #f4f5f6;
}

.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px
}

.pages ul li:hover {
	background: #840000;
	color: #fff;
	border: 1px solid #840000
}

.pages ul li:hover a {
	color: #fff;
}

.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #840000;
	padding: 6px 15px;
	margin: 0 1px;
	background: #840000;
	color: #fff;
}

.pages ul li.thisclass a {
	color: #fff;
}

.pages ul li a {
	display: block;
	color: #999
}

.pages ul li a:hover {
	color: #fff;
}
.list-4 li {
	margin-bottom: 10px;
}

.list-4 li a {
	display: block;
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
}

.list-4 li a:hover>.more {
	cursor: pointer;
	color: white;
	background: #800000;
}
	

.list-4 li .more {
	float: right;
	line-height: 36px;
	width: 90px;
	text-align: center;
	background-color: #999;
	color: #fff;
	margin-top: 20px;
}
.list-4 li .date strong {
	display: block;
	font-family: Impact;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 15px;
}

.list-4 li .text {
	margin-right: 120px;
	width: auto;
}

.list-4 li .text h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.list-4 li .text p {
	margin: 5px 0 0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	color: #666;
	text-align: justify;
}

.list-4 li:nth-of-type(even) a {
	background-color: #edf6f4;
}

@media (max-width: 767px) {
	.met-feedback .met-feedback-body {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.met-feedback {
		padding: 80px 0 20px 0;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f
}

.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 0;
	font-size: 14px;
	line-height: 1.57142857;
	color: #76838f;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-indent: 1em
}

.form-control:focus {
	border-color: #2562b3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(98, 168, 234, .6)
}

.form-control.focus,
.form-control:focus {
	border-color: #2562b3;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-moz-placeholder {
	color: #a3afb7;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #a3afb7
}

.form-control::-webkit-input-placeholder {
	color: #a3afb7
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #f3f7f9;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	input[type=date].form-control,
	input[type=time].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control {
		line-height: 36px
	}

	.input-group-sm input[type=date],
	.input-group-sm input[type=time],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	input[type=date].input-sm,
	input[type=time].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm {
		line-height: 32px
	}

	.input-group-lg input[type=date],
	.input-group-lg input[type=time],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	input[type=date].input-lg,
	input[type=time].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 20px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 22px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 36px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

select.input-sm {
	height: 32px;
	line-height: 32px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

select.input-sm {
	padding-top: 0;
	padding-bottom: 0
}

.form-group-sm .form-control {
	height: 32px;
	padding: 6px 13px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 32px;
	min-height: 34px;
	padding: 7px 13px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

select.input-lg {
	padding-top: 0;
	padding-bottom: 0
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 40px;
	padding: 11px 18px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 45px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 32px;
	height: 32px;
	line-height: 32px
}

.btn-primary {
	background-color: #2562b3;
	border-color: #2562b3;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #2562b3;
	border-color: #2562b3;
	opacity: .7;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff
}

.btn-block {
	display: block;
	width: 100%;
	color: #fff
}

.btn-block+.btn-block {
	margin-top: 5px
}

.btn-lg {
	padding: 10px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px
}



.section-bottom.active {
	-webkit-animation: showBottom .25s ease-in 1 forwards;
	-moz-animation: showBottom .25s ease-in 1 forwards;
	-o-animation: showBottom .25s ease-in 1 forwards;
	-ms-animation: showBottom .25s ease-in 1 forwards;
	animation: showBottom .25s ease-in 1 forwards;
}

.section-bottom {
	position: fixed;
	bottom: -110px;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100px;
	line-height: 100px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	min-width: 1024px;
	background: rgba(0, 0, 0, .7);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	color: white;
}





@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container {
		width: auto;
	}

	.kf,
	.move_div {
		display: none;
	}

	.section-bottom {
		display: none
	}

	.header {
		padding: 10px 0 5px 0;
		position: fixed;
		z-index: 10000;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0 0 10px #ddd;
		box-shadow: 0 0 10px #ddd;
	}

	.header .topbar,
	.header .text,
	.header .tel {
		display: none;
	}

	.header .logo {
		height: 50px;
		line-height: 30px;
		float: none;
		padding: 0;
		width: 70%;
	}

	.xiaoxun {
		display: none;
	}

	.about-desc {
		width: 400;
		float: right;
	}

	.zt-content-body{
		margin-bottom: 0px;
	}
	.zhuantibox .position{
		display: block !important;
		margin-bottom: 10px !important;
	}
	.zt-list {
		margin: 0;
	}
	.zt-list li {
		float: left;
		width: 48%;
		margin-left: 0%;
		margin-bottom: 2%;
	}
	.zt-list li:nth-child(2n) {
		margin-left: 2%;
	}
	.zt-list li a {
		display: block;
		margin:0px;
	}
	.zt-list li .img-cover {
		border: 1px solid #efefef;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
	}

	
	
	.zt-list li:hover:hover img {
		transform: scale(1.1);
	}
	
	.zt-list li .img-cover img {
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		transition-duration: 1s;
	}
	.zt-list li .text {
		padding: 10px 0px;
		background: #eee;
		text-align: center;
	}


	.list-6 {
		margin: -20px 0 0 -20px;
	}
	
	.list-6 li {
		float: left;
		width: 25%;
	}
	
	.list-6 li a {
		display: block;
		margin: 20px 0 0 20px;
	}
	
	.list-6 li .img-cover {
		border: 1px solid #efefef;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.list-6 li .img-cover span {
		padding-top: 74%;
	}
	
	.list-6 li .text {
		margin-top: 10px;
		text-align: center;
	}
	
	.list-6 li .text h4 {
		margin: 0;
		font-weight: normal;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.list-6 li a:hover .img-cover {
		border-color: #015cb5;
	}
	
	.list-6 li a:hover .img-cover span {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.leftbox,
	.rightbox {
		width: 100%;
	}

	.postmbox .news_list li.news a {
		width: 100%;
	}

	.postmbox .news_list li.news .icons {
		height: 80px;
		width: 70px;
	}

	.postmbox .news_wz {
		width: 100%;
	}

	.postmbox .news_title {
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		color: #800000;
		width: 80%;
	}

	.postmbox .news_list li.news,
	.postmbox .news_list li.news a {
		background: none;
		padding: 0;
	}

	.postmbox img {
		transform: translateY(-100%);
		filter: drop-shadow(0 80px maroon);
	}

	.footer {
		padding: 10px 0px;
	}
	.footer {
		padding: 10px 0;
		clear: both;
	}
	.footer-info {
		float: none;
		margin-right: 95px;
		font-size: 12px;
	}

	.footer-link {
		display: none;
	}

	.banner-sub {
		height: 200px;
	}

	.banner-sub-news{
		height: 200px;
		display: none;
	}

	.banner-news{
		display: block;
		height: 200px;
	}

	.ct2 {
		padding: 20px 0;
		padding-bottom: 10px;
	}

	.ct2-news {
		padding-top:0px;
		padding-bottom: 10px;
	}

	.ct2-sd {
		display: none;
	}

	.ct2-mn {
		float: none;
		width: auto;
	}
	.list-4 li .text{
		margin-right: 0px;
	}
	.list-4 li .more{
		display: none;
	}

	.position {
		font-size: 12px;
		display: none;
	}
	.list-6 {
		margin: -10px 0 0 -10px;
	}

	.list-6 li {
		width: 50%;
	}

	.list-6 li a {
		margin: 10px 0 0 10px;
	}

	.header .nav {
		text-align: left;
		background-color: transparent;
		border-bottom: 0;
		height: 0px;
		width: 50%;
		z-index: 1;
		overflow: hidden;
		transition: all 0.5s ease;
		left: 800px;
		position: fixed;
	}

	.header .nav.show {
		transition: all 0.5s ease;
		left: 50%;
		height: auto;
		box-shadow: 0px 0px 20px 1px #cbdff2;
	}

	.header .nav ul {
		margin: 0 -15px;
		background: #FFFFFF;
		box-shadow: 0 2px 4px 1px #eff2f7;
	}

	.header .nav li {
		display: block;
		margin: 0;
		border-top: 1px solid #eee;
		background: none;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		color: #333;
	}

	.header .nav li .arr {
		display: block;
	}

	.header .nav li.active a,
	.header .nav li.open a,
	.header .nav li a:hover {
		background-color: transparent;
		color: #840000;
	}

	.header .nav li.open .arr:after {
		border-color: #840000;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.header .nav .dropdown-box {
		position: static;
		background-color: #f5f5f5;
		min-width: auto;
		text-align: left;
	}

	.header .nav .dropdown-box a {
		color: #333 !important;
		border-top: 1px dotted #ddd;
		padding: 0 15px;
		line-height: 40px;
		background-color: transparent !important;
		border-bottom: 0;
	}

	.header .nav .dropdown-box a:hover {
		background-color: transparent !important;
	}


	.menu-btn {
		display: block;
		padding: 18px 0;
		float: right;
		margin-left: 15px;
		position: relative;
	}

	.menu-btn:before,
	.menu-btn:after,
	.menu-btn span {
		display: block;
		height: 2px;
		background-color: white;
		content: '';
	}

	.menu-btn:before {
		width: 24px;
	}

	.menu-btn:after {
		width: 18px;
		margin-left: 6px;
	}

	.menu-btn span {
		transform: rotate(0deg);
		transition: all 0.5s;
	}

	.menu-btn.clear span {
		transform: rotate(45deg);
		transition: all 0.5s;
	}

	.menu-btn span::before {
		position: absolute;
		content: "";
		transform: rotate(0deg);
		transition: all 0.5s;
		width: 12px;
		height: 2px;
		background-color: white;
	}

	.menu-btn.clear span::before {
		position: absolute;
		content: "";
		transform: rotate(-90deg);
		transition: all 0.5s;
		width: 12px;
		height: 2px;
		background-color: white;
	}

	.menu-btn span {
		width: 12px;
		margin: 6px 0 6px 12px;
	}
	
	.banner .swiper-slide {
		height: 280px;
        magin-top:20px;
		background: no-repeat center / cover;
	}

	.banner-news .swiper-slide {
		height: 400px;
		background: no-repeat center / cover;
	}

	.banner .idx-swiper-pagination{
		bottom: 10px;
	}

	.banner .swiper-pagination-bullet {
		width: 24px;
		height: 4px;
	}
	.banner-news .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.pc-slide {
		float: none;
		width: auto;
	}
	.showcase-info {
		margin: 20px 0 0;
	}

	.showcase-info h1 {
		padding-bottom: 10px;
	}

	.showcase-info p {
		margin-top: 10px;
		text-align: justify;
	}

	.footer-fix {
                padding:5px 0;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #840000;
		z-index: 10;
		display: block;

	}

	.footercont {
		display: block;
	}

	.footer-fix li {
		float: left;
		width: 25%;
	}

	.footer-fix li a {
		display: block;
		text-align: center;
		color: #fff;
		padding: 7px 0;
		font-size: 12px;
		line-height: 1;
	}

	.copyright {
		width: 100%;
		line-height: 1.6;
	}

	.footerLeft {
		display: none;
	}

	.footerRight {
		width: 100%;
		margin-top: 15px;
	}

	.footer-fix li i {
		display: block;
		height: 20px;
		background: no-repeat center;
		background-size: contain;
		margin-bottom: 4px;
	}

	.footer-fix li i.i1 {
		background-image: url(../images/f_01.png);
	}

	.footer-fix li i.i2 {
		background-image: url(../images/f_02.png);
	}

	.footer-fix li i.i3 {
		background-image: url(../images/f_03.png);
	}

	.footer-fix li i.i4 {
		background-image: url(../images/f_04.png);
	}

	.page3box .content {
		display: block;
	}

	.page3box .tit {
		padding-bottom: 10px;
		font-size: 18px;
		margin-top: 20px;
	}
	.page3box .smile {
		font-size: 14px;
		display: inline-block;
	}
	.page3box .content .l,
	.page3box .content .r {
		width: 100%;
		padding-left: 0;
	}

	.section-title {
		font-size: 20px;
	}

	.section {
		padding: 10px 0;
		position: relative;
	}

	.page3box .content .r .list .item.act .x {
		width: 100%;
		margin: 15px 0 10px;
	}

	.page3box .content .l .cont {
		display: block;
	}
	.page3box .content .l .cont .time_wp .fz18 {
		color: #ffc3c3;
		padding-top:15px;
	}
	.page3box .content .l .cont .time_wp .fz50 {
		font-size: 20px;
		font-family: impact;
		line-height: 1;
		padding-top: 10px;
	}
	.page3box .content .l .cont .time_wp .tip {
		color: #ffc3c3;
		padding-top: 20px;
		font-size: 12px;
	}
	.page3box .content .l .cont .time_wp .padd {
		padding: 20px 10px;
		position: relative;
		z-index: 1;
	}

	.page3box .content .l .cont .time_wp {
		width: 100%;
		background-color: #800000;
		color: #fff;
		padding-top: 0;
	}

	.page3box .content .l .cont .btn_wp {
		-ms-flex: 1;
		flex: 1;
		padding-left: 0px;
		width: 100%;
		display: flex;
		margin-top: 10px;
	}
	.bttn{
		margin-top: 15px;
	}

	.page3box .content .l .cont .btn_wp .btn1 {
		width: 48%;
		height: 180px;
	}

	.page3box .content .l .cont .btn_wp .btn1:nth-child(2n) {
		width: 48%;
		margin-left: 4%;
		margin-top: 0px;
	}

	.list02 li a {
		float: left;
		font-size: 14px;
		cursor: pointer;
	}

	.list02 li:hover a {
		color: #840000;
	}

	.list02 li span {
		font-family: Cambria;
		font-style: oblique;
		float: right;
		font-size: 14px;
	}

	.bordertop {
		display: none;
		transition: all 0.5s;
	}

	.section-title .bordertop::after {
		position: absolute;
		content: "";
		width: 10%;
		display: none;
		background-color: #bda08b;
		left: 12%;
		top: 50%;
		height: 6px;
		z-index: 1;
	}

	.postmbox .news_list li.news a {
		padding-bottom: 20px;
		color: #800000;
		background: none;
		padding:0px;
		margin: auto;
		width: 100%;

	}
	
	.postmbox .news_list li.news a:hover {
		border-radius: none;
		color: #800000;
		background: none;
		padding:0px;
		margin: auto;
		width: 100%;
	}

	.postmbox .news_list li.news a:hover img {
		transform: translateY(-100%);
		filter: drop-shadow(0px 80px #800000);
	}

	.postmbox .news_list li.news a {
		background-color: none;
		color: #800000;
	}

	.postmbox {
		background: none;
		padding: 0px;
	}

	.postmbox .title {
		display: none;
	}

	.in-news .tit {
		font-size: 16px;
		font-weight: bold;
		background: #840000;
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
		color: white;
		margin-top: 30px;
	}
	

}