*{
	margin: 0px;
	padding:0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	word-break: break-word;
	word-wrap: break-word;
}
img{
	max-width:100%;
}

ul,ol{
	list-style: none;
	list-style-type: none;
}
.list-paddingleft-2{
	padding-left: 20px;
}
header{
	height: auto;
	width: 100vw;
	background-color: #a7181f;
	display: flex;
	padding: 4vw 2vw;
	justify-content: space-between;
}
a{
	color: #fff;
	text-decoration: none;
}
.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;
}
.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{
	max-width: 24vw;
	max-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: 16px;
	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 5px;
	line-height: 20px;
}

.wrap{
	width: 100vw;
	height: auto;
	background-color: #fff;
	padding: 2vw;
	color: #333;
	min-height: 450px;
}
.t_block{
	margin:3vw 0px;
}
#intro ul{
	display: flex;
	flex-wrap:wrap;
}
#intro ul li{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3vw;
}
.t_block ul{
	display: flex;
	flex-wrap: wrap;
}
.t_block ul li{
	width: 100%;
	/* display: flex; */
	flex-direction: column;
	/* margin-top: 3vw; */
}



.t_title{
	font-size: 16px;
	color:#fff;
	display: flex;
	line-height: 40px;
	display: inline;
	padding: 6px;
	background-color: #a7181f;
}
.t_title2{
	font-weight: bold;
}
.t_content{
	margin-top: 2vw;
	line-height: 32px;
}
.t_basic_long{
	margin-top: 2vw;
}
.t_basic_catname{
	font-weight: bold;
	color: #333;
}
.t_basic_content{
	color: #333
}
.t_block a{color:#333;}

.t_detail ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.l{
	width: 100%;
	text-align: left;
	padding: 10px 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 14px;
	background-color: #eee;
}
.r{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 10px 10px;
}
.t_attach{
	padding-top: 20px;
}
#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;
}
#t_attach_pic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
#t_attach_pic ul li {
	width: 46%;
	margin: 5px;
	background: #eee;
}
#t_attach_pic ul li img{
	/* width:100%; */
}
.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: 2vw;
	padding-left: 2vw;
}
#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;
}
#t_detail2_info {
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #888888;
}

#t_detail .r{
	display:block;
}
#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 {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}


/*团队成员*/
#r_inner_ul{
	display: flex;
	justify-content: flex-start;
}
#tab_ul .r{
	display:block;
}

#r_inner_ul li {
	float: left;
	height: 140px;
	width: 31%;
	list-style-type: none;
	text-align: center;
	line-height: 24px;
	margin: 0 1%;
}
#r_inner_ul .member-pic {
	height: 100px;
	width: 100%;
	text-align:center;
	position: relative;
}
#r_inner_ul img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#r_inner_ul p {
	line-height:30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}



#t_attach_pic {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#t_attach_pic li {
	height: 80px;
	/* width: 120px; */
	position: relative;
}
#t_attach_pic li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
#t_attach_pic li img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




#t_gallery .tp-pic {
	height: 120px;
	width: 100%;
	position: relative;
	background: #efefef;
}

#t_gallery img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#t_gallery a {
	width:100%;
	display:block;
}
#t_gallery a p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
}
#t_gallery li {
	list-style-type: none;
	float: left;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
}





/**********/

.dqwz{
float:right;
    background: url(../img/fzhome.png) no-repeat left 8px;
    line-height: 40px;
    padding-left: 30px;
    margin-left: 10px;
    font-size: 16px;
}
.dqwz a{color:#333;}


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
}

.gotop {position: fixed;right: 0;bottom:60px;/* margin-right:-700px; */}
.gotop-btn {
	display:block;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background-color: rgb(167 24 31 / 85%);
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}