﻿@charset "utf-8";
/*reset*/
html,body { padding:0px;margin:0px;font: 12px/16px "Microsoft Yahei", "Hiragino Sans GB", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;color: #333; -webkit-text-size-adjust:100%; font-size-adjust:none; -webkit-appearance:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, images, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin: 0;padding: 0; border: 0;}
table { border-collapse: collapse; border-spacing: 0;}
abbr, acronym, fieldset, img, input{ border: none;}
q:before, q:after {content: "";}
:focus{outline:none;}
h1, h2, h3, h4, h5, h6{ padding: 0; margin: 0;font-weight: normal;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {	display: block}
ol,ul,li {list-style: none;}
a{ text-decoration:none; cursor:pointer; color:inherit;}
a:hover{text-decoration: none;outline:none;color:inherit;}
a:link{color:inherit;text-decoration:none;}
a:visited{color:inherit;text-decoration:none;}
a:active{color:inherit;text-decoration:none;}
input[type=button]{ cursor:pointer; }
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	word-break: break-all;
}
ul, li {
    padding: 0;
    list-style: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
input {
	outline: none;
}
img {
	border: 0;
}
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
a{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
/*common*/
.main,main{
	padding-bottom: 34px;
	border-bottom: 7px solid #c4000a;
}
.left{
	float: left;
}
.right{
	float: right;
}
.textOverflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textOverflow2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.textOverflow3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.textOverflow4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.transiton3s{
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.trans{
    -webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.clearfix:before,.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
body .whiteColor{
	color: #fff;
}
.objectCover,.objectBox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.relative{
	position: relative;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.mshow{
	display: none;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f21{
	font-size: 21px;
}
.f22{
	font-size: 22px;
}
.f26{
	font-size: 26px;
}
.f36{
	font-size: 36px;
}
.pdt10{
	padding-top: 10px;
}
.pdt20{
	padding-top: 20px;
}
.pdt30{
	padding-top: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pbt20{
	padding-bottom: 20px;
}
.pbt40{
	padding-bottom: 40px;
}
.mtp10{
	margin-top: 10px;
}
.mtp20{
	margin-top: 20px;
}
.mtp30{
	margin-top: 30px;
}
.mtp40{
	margin-top: 40px;
}
.mtp60{
	margin-top: 60px;
}
.mbt20{
	margin-bottom: 20px;
}
.mbt30{
	margin-bottom: 30px;
}
.mbt40{
	margin-bottom: 40px;
}
.mbt50{
	margin-bottom: 50px;
}
.mbt60{
	margin-bottom: 60px;
}
.mbt70{
	margin-bottom: 70px;
}
.cor333{
	color: #333;
}
.cor666{
	color: #666;
}
.cor999{
	color: #999;
}
.pic100{
	display: block;
	width: 100%;
}
.halfMo{
	width: 48%;
	float: left;
}
.halfMo:nth-of-type(2n){
	float: right;
}
.mb4{
	margin-bottom: -4px;
}
/* header */
.header .topBox{
	background-image: url(01-01-head-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top center;
}
.header .topBox .topbar{
	line-height: 30px;
	height: 30px;
	margin-bottom: 124px;
}
.header .topBox .topbar .time{
	display: block;
	float: left;
}
.header .topBox .topbar .functions{
	float: right;
}
.header .topBox .topbar .functions span{
	cursor: pointer;
	padding: 0 10px;
}
.header .topBox .topbar .functions i{
	font-style: normal;
}
.header .topBox .logoBox{
	margin-bottom: 90px;
}
.header .topBox .logoBox .logo{
	height: 61px;
}
.header .topBox .searchBox{
	padding-bottom: 30px;
}
.header .topBox .searchBox .searchForm{
	display: block;
	float: right;
	width: 370px;
	height: 52px;
	border-radius: 26px;
	background: rgba(255,255,255,0.92);
}
.header .topBox .searchBox .searchForm .serachInput{
	display: block;
	float: left;
	padding: 10px 20px;
	line-height: 32px;
	width: calc(100% - 54px);
	background: none;
}
.header .topBox .searchBox .searchForm .serachSub{
	float: right;
	width: 54px;
	background: url(01-01-search-btn.png) no-repeat center center;
	height: 100%;
	padding: 0;
	border: none;
}
.header .navBox{
	width: 100%;
	height: 60px;
	background: #9b0c0b;
}
.header .navBox .nav{
	display: block;
}
.header .navBox .nav .navItem{
	display: block;
	width: 20%;
	float: left;
	line-height: 60px;
	color: #fff;
	text-align: center;
}
.header .navBox .nav .navItem.active{
	background: #8b0605;
}
.header .navBox .nav .navItem:hover{
	background: #8b0605;
}
/* common */
.tabCons .tabCon{
	display: none;
}
.tabCons .tabCon.active{
	display: block;
}
.motitle{
	width: 100%;
	border-bottom: 2px solid #f3f3f3;
	height: 44px;
	color: #333;
	line-height: 44px;
	position: relative;
}

.motitle .motitleName{
	display: inline-block;
	margin-right: 30px;
}
.motitle .motitleName span{
	display: block;
	border-bottom: 4px solid transparent;
	line-height: 42px;
	padding: 0 6px;
}
.motitle .motitleName.active span{
	border-color: #c4000a;
}
.motitle .moTab{
	position: absolute;
	right: 0;
	top: 0;
}
.motitle .moTab .tabBar{
	display: inline-block;
	padding-left: 6px;
	padding-right: 12px;
	position: relative;
}
.motitle .moTab .tabBar.active{
	color: #c4000a;
}
.motitle .moTab .tabBar::after{
	content: '/';
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
}
.motitle .moTab .tabBar:last-of-type{
	padding-right: 0;
}
.motitle .moTab .tabBar:last-of-type::after{
	display: none;
}
.commonList{
	padding-top: 12px;
}
.commonList .listItem a{
	display: block;
	position: relative;
	padding-left: 34px;
	padding-right: 146px;
	line-height: 34px;
}
.commonList .listItem a::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #e4e4e4;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 2px;
	top: 12px;
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.commonList .listItem a i{
	display: block;
	width: 12px;
	height: 12px;
	background: #e4e4e4;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 2px;
	top: 12px;
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.commonList .listItem .time{
	position: absolute;
	right: 16px;
	top: 0;
}
.commonList .listItem a:hover .title{
	color: #c4000a;
}
.commonList .listItem a:hover .time{
	color: #c4000a;
}
.commonList .listItem a:hover::before{
	background: #c4000a;
}
.commonList .listItem a:hover i{
	background: #c4000a;
}
/* footer */
.footer{
	background: #e7e7e7;
	padding: 36px 0 40px;
}
.footer .links{
	margin-bottom: 46px;
}
.footer .links .linkItem{
	width: 20.8%;
	height: 42px;
	float: left;
	border: 1px solid #cd8d90;
	border-radius: 3px;
	padding: 0 20px;
	line-height: 42px;
	position: relative;
	margin-right: 5.6%;
}
.footer .links .linkItem:last-of-type{
	margin-right: 0;
}
.footer .links .linkItem::after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	border: 8px solid transparent;
	border-top-color: #666666;
}
.footer .links .linkItem i{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	border: 8px solid transparent;
	border-top-color: #666666;
}
.footer .links .linkItem.noArr::after,.footer .links .linkItem.noArr i{
	display: none;
}
.footer .links .linkItem .name{
	width: 100%;
	height: 42px;
	cursor: pointer;
}
.footer .links .linkItem .list{
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 10;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	background: #f5f5f5;
}
/* .footer .links .linkItem .list.long{
	top: auto;
	bottom: 42px;
} */
.footer .links .linkItem .list li{
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #e7e7e7;
}
.footer .links .linkItem .list a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .webAbout{
	text-align: center;
	margin: 46px auto 20px;
}
.footer .webAbout span{
	padding: 0 15px;
}
.footer .infos{
	position: relative;
	padding-left: 20%;
	padding-right: 20%;
}
.footer .infos .box1{
	width: 20%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .infos .box2{
	text-align: center;
	width: 100%;
	line-height: 1.8;
}
.footer .infos .box2 span,.footer .infos .box2 a{
	margin: 0 10px;
}
.footer .infos .box3{
	width: 20%;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.footer .infos .box3 .icon{
	width: 60px;
}
.footer .infos .box3 .ewmBox{
	float: left;
	vertical-align: top;
	margin-left: 48px;
}
.footer .ewmBox .ewm{
	width: 78px;
	height: 78px;
}
/* list */
.position{
	padding: 34px 0 46px;
}
.open-categroy .list .listItem{
	width: 18%;
	height: 204px;
	margin-right: 2.5%;
	float: left;
	background: url(01-01-kinds-bg.jpg);
	background-size: 100% 100%;
	text-align: center;
	padding-top: 40px;
}
.open-categroy .list .listItem a{
	display: block;
}
.open-categroy .list .listItem:last-of-type{
	margin-right: 0;
}
.open-categroy .list .icon{
	display: block;
	width: 66px;
	height: 66px;
	background: url(sprite.png);
	margin:0 auto 30px;
}
.open-categroy .list .icon1{
	background-position: 0 -46px;
}
.open-categroy .list .icon2{
	background-position: -66px -46px;
}
.open-categroy .list .icon3{
	background-position: -132px -46px;
}
.open-categroy .list .icon4{
	background-position: -198px -46px;
}
.open-categroy .list .icon5{
	background-position: -264px -46px;
}
.open-categroy .list .listItem:hover{
	background-image: -moz-linear-gradient( 169deg, rgb(155,12,11) 0%, rgb(196,0,10) 50%, rgb(155,12,11) 100%);
	background-image: -webkit-linear-gradient( 169deg, rgb(155,12,11) 0%, rgb(196,0,10) 50%, rgb(155,12,11) 100%);
	background-image: -ms-linear-gradient( 169deg, rgb(155,12,11) 0%, rgb(196,0,10) 50%, rgb(155,12,11) 100%);
}
.open-categroy .list.ieList .listItem:hover{
	background: rgb(155,12,11);
}
.open-categroy .list .listItem:hover .icon{
	background-position-y: -112px;
}
.open-categroy .list .listItem:hover .name{
	color: #fff;
}
/* announce */
.announce .box{
	width: 100%;
	padding: 10px;
	border: 1px solid #dedede;
}
.announce .leftMo{
	width: 67.5%;
	height: 256px;
	float: left;
	border: 1px solid #dedede;
	padding: 10px 26px 0 20px;
}
.announce .rightMo{
	width: 30%;
	height: 256px;
	float: right;
	border: 1px solid #dedede;
	padding: 10px 14px 0;
}
.announce .rightMo .listItem{
	width: 50%;
	float: left;
	padding-left: 64px;
	line-height: 46px;
	position: relative;
	margin-top: 35px;
}
.announce .rightMo .listItem .icon{
	display: block;
	background: url(sprite.png);
	width: 46px;
	height: 46px;
	position: absolute;
	left: 8px;
	top: 0;
}
.announce .rightMo .listItem .icon1{
	background-position: 0 0;
}
.announce .rightMo .listItem .icon2{
	background-position: -46px 0;
}
.announce .rightMo .listItem .icon3{
	background-position: -92px 0;
}
.announce .rightMo .listItem .icon4{
	background-position: -138px 0;
}
.announce .rightMo .listItem:hover .name{
	color: #c4000a;
}
.hall .picBox{
	display: block;
	width: 100%;
	height: 97px;
	background: url(01-01-hall-bg.jpg) center center;
	background-size: auto 100%;
}
/* 分页 */
.page{
	font-size: 12px;
	color: #666;
	line-height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page span,.page a{
	display: inline-block;
	padding: 0 12px;
	border: 1px solid #dce0e0;
	margin: 4px;
}
.page>span{
	border-color: #c4000a;
	background: #c4000a;
	color: #fff;
}
.page #num{
	display: inline-block;
	width: 32px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #dce0e0;
	padding: 0;
	text-align: center;
	color: #666;
	margin: 4px;
}
.page .pageSub{
	display: inline-block;
	line-height: 32px;
	height: 32px;
	border: 1px solid #dce0e0;
	padding: 0 12px;
	cursor: pointer;
	background: none;
	color: #666;
	margin: 4px;
}
.page .pageSub:hover,.page a:hover{
	background: #c4000a;
	color: #fff;
	border-color: #c4000a;
}
.attachments {
    display: none;
    font-size: 14px;
    margin-top:20px;
}
.attachments.has {
    display:block;
}
.attachments .attachments-title {
	line-height: 1.5;
	text-indent:0;
}
.attachments .attachments-list {
}
.attachments .attachments-list li {
	padding-left:14px;
}
.attachments .attachments-list a, .attachments .attachments-list a:active, .attachments .attachments-list a:visited {
	color: rgb(70, 129, 175);
}
.attachments .attachments-list a:hover {
	text-decoration: underline;
	color:#ff4000;
}
