*{
	margin: 0px;
	padding:0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
}
p{word-break: break-word;}
li{
	list-style: none;
}
header{
	height: auto;
	width: 100vw;
	background-color: #a7181f;
	display: flex;
	padding: 4vw 2vw;
	justify-content: space-between;
}
a{
	color: #333;
	text-decoration: none;
	word-break: break-word;
}
.logo{
	background-image: url(../img/logo_white.png);
	width: 50vw;
	height: 10vw;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header_btn_box{
	text-align: right;
	display: flex;
	align-items: flex-end;
}
.header_btn_box a{
	line-height: 20px;
	font-size: 14px;
	margin: 0px 1vw;
	display: flex;
	align-items: center;color:#fff;
}
.main{
	background-image: url(../img/main_bg.jpg
		);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 1px;
}
.banner{
	height: 21vw;
	width: 100vw;
	margin-top: 12vw;
	background-color: rgba(169,30,37,0.75);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0px 4vw;
	color: #fff;
	position: relative;
}
.t_image{
	width: 24vw;
	height: 30vw;
	border: 3px solid #fff;
	outline: 1px solid #cbc2c2;
}
.t_info{
	height: 21vw;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	flex-direction: column;
	line-height: 10vw;
	padding-left: 2vw;
}
.t_info_name{
	font-size: 18px;
	width: 100%;
	font-weight: bold;
}
.t_info_name span{
	font-size: 14px;
	padding-left: 2vw;
}
.t_info_title{
	width: 100%;
	font-size: 12px;
}
.t_visit{
	position: absolute;
	right: 2vw;
	bottom:3vw;
	background-color: rgb(169,30,37);
	border-radius: 14px;
	font-size: 10px;
	padding: 4px 6px;
	line-height: 20px;
}

.wrap{
	width: 92vw;
	height: auto;
	margin: 4vw auto;
	box-shadow: 0px 0px 8px #333;
	background-color: #fff;
	padding: 2vw;
	color: #333
}
.dqwz{margin-bottom:10px;background: url(../img/fzhome.png) no-repeat left 0px; line-height:25px;padding-left: 30px; margin-left: 10px;    margin-top: 20px;}
.t_block{
	margin:3vw 0px;
}
#intro ul{
	display: flex;
	flex-wrap:wrap;
}
#intro ul li{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2vw;
}
.t_block ul{
	display: flex;
	flex-wrap:wrap;
	/* padding-left: 20px; */
}
 .list-paddingleft-2{
	 padding-left: 20px;
 }
.t_block ul .l{text-indent:0}
.t_block ul li{
	width: 100%;
	/* display: flex; */
	flex-direction: column;
	/* margin-top: 3vw; */
}
.td_pic{
	height:150px;
	background: #e1e1e1;
}
.t_title{
	font-size: 18px;
        font-weight: bold;
	color: #a7181f;
	display: flex;
	line-height: 40px;
}
.t_title:before{
	content: "";
	width: 32px;
	height: 32px;
	display: block;
	background-size: 100% 100%;
	background-image: url(../img/block_style.jpg);
	margin-right: 2vw;
}
.t_title2{
	font-weight: bold;
        font-size: 16px;
}
.t_content{
	line-height: 32px;
	margin-bottom: 15px;
}
.t_content p img{max-width:85%;margin: 0 auto;display: block;}
.t_basic_long{
	margin-top: 2vw;
	/* padding-left: 20px; */
}
.t_basic_catname{
	font-weight: bold;
	color: #333;
}
.t_basic_content{
	color: #333;
word-break: break-word;


}
.t_detail ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.l{
	width: 100%;
	text-align: left;
	padding: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
	background-color: #eee;
        text-indent: 10px;
}
.r{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 0px;
        text-indent: 10px;
}
.t_attach{
	padding-top: 20px;
}
#t_attach_pic ul {
    /* justify-content: space-between; */
}
#t_attach_pic ul li{
	width: 31%;
	overflow: hidden;
	height: 140px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: #efefef;
	margin-top: 15px;
	margin-left: 12px;
}
#t_attach_pic ul li:nth-child(3n+1){
	margin-left: 0px;
}
#t_attach_pic ul li img{
	max-width: 100%;
	max-height: 100%;
}
.t_attach_title{
	background-color: #A7181F;
    width: 110px;
    color: #FFFFFF;
    background-image: url(../img/t_attach_titlebg.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    height: 36px;
    border-radius: 18px;
    padding-left: 50px;
    line-height: 36px;
}
.t_attach_list ul li{
	/* list-style: dotted; */
	font-size: 14px;
}
.t_attach_list ul li a{
	color:#333;word-break: break-word;
}
.t_attach_pic ul{
	display: flex;
	justify-content:left;
	flex-wrap: wrap;
	padding-top: 10px;
}
.t_attach_pic ul li {
	width: 40%;display:block;    height: 150px;
    line-height: 150px;
    background: #f5f5f5;
    margin-left: 5%;
    margin-right: 5%;text-align: center;

}
.t_attach_pic ul li img{
 max-width: 100%;
    max-height: 150px;
    vertical-align: middle;
}
.t_item{
	padding-top: 30px;
	font-size: 14px;
}
.t_item a{
	color:#333;
}
.t_item_l{
	font-weight: bold;
}
#t_detail2 {
	line-height: 32px;
	padding-top: 10px;
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
#t_detail2_title {
	font-size: 24px;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #787878;
	font-weight: bold;
}
.t_block>div#t_detail2_title{
	font-size: 16px;
	line-height: 30px;
	word-break: break-word;
}
#t_detail2_info {
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #888888;
}
#t_detail2_info a {
	color: #888888;
}
#t_detail2_content {
	padding-top: 10px;
}
#t_detail2_content p {}
#t_detail2_content td p {
	text-indent: 0em;
}
#t_detail2_content img {
	width: 100%;
}


#t_gallery .tp-pic {
	height: 120px;
	width: 100%;
	position: relative;
	background: #efefef;
}
#t_gallery .tp-pic img {max-width: 100%;max-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.gotop a {
    position: fixed;
    bottom: 40px;
    right: 10px;
    background: #a7181f;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
footer{
	width: 100vw;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	bottom: 0px;
	background-color: #2d2d2d;
	color:#fff;
	font-size: 12px;
	text-align: center;
	padding: 10px
}