*{
	box-sizing: border-box;
	font-family: "微软雅黑";
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}
.content-show-info{
	width: 100%;
	max-width: 1200px;
}

.my-actor{
	width: 100%;
	background-color: #f5f5f5;
	padding: 100px 0 20px;
}
.actor-all{
	width: 1200px;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	overflow: hidden;
}
.actor-desc-cont>span{
	text-indent: 26px;
}
.actor-list{
	width: 285px;
	height: 430px;
	display: block;
	margin-right:15px;
	margin-bottom:15px;
}
.actor-list:nth-child(4n):hover .actor-desc{
	left: -300px;
}
.actor-list-show{
	width: 285px;
	height: 430px;
}
.actor-img{
	width: 285px;
	height: 430px;
}
.actor-info{
	height: 116px;
	background-color: #f5f5f5;
	width: 100%;
	padding: 10px 0 0 12px;
	color: #353535;
	position: relative;
	top: -120px;
}
.actor-name,
.actor-desc-name{
	font-size: 18px;
	line-height: 2;
	color: #353535;
}
.actor-note{
	font-size: 16px;
	line-height:2;
	color: #353535;
}
.actor-desc{
	display: block;
	padding: 35px 20px 10px 15px;
	width: 300px;
	height: 0;
	background: #fff;
	flex-direction: column;
	position: relative;
    left: 300px;
    top: -430px;
    opacity: 0;
    transition: all 0.3s;
    overflow: auto;
    z-index: -5;
}
.actor-desc::-webkit-scrollbar{
	width:5px;
	height: auto;
	border-radius: 5px;
	
}
.actor-desc::-webkit-scrollbar-thumb{
	background: rgba(215,48,46);
	border-radius: 5px;
}
.actor-desc::-webkit-scrollbar-track{
	background: rgba(245,245,245,0.2);
	border-radius: 5px;
	opacity: 0.3;
}

.actor-desc-border{
	width: 33px;
	height: 3px;
	background-color: #b02d32;
}

.actor-desc-cont{
	font-size: 14px;
	color: #535353;
	line-height: 1.5;
	height: 200px;
	overflow: auto;
}


.actor-desc-cont::-webkit-scrollbar{
	width:5px;
	height: 200px;
	border-radius: 5px;
}
.actor-desc-cont::-webkit-scrollbar-thumb{
	background: #b02d32;
	border-radius: 5px;
}
.actor-desc-cont::-webkit-scrollbar-track{
	background: #ddd;
	border-radius: 5px;
	opacity: 0.3;
}



.actor-list:hover .actor-info{
	display: none;
}
.actor-list:hover .actor-desc{
	height: 430px;
	opacity: 1;
	z-index: 88;
}

.deductive_personnel{
	max-width: 1440px;
	width:1200px;
	height: auto;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.deductive_personnel .a1-1{
	width: 440px;
	height: 280px;
	overflow: hidden;
}
.deductive_personnel .a1-1 img{
	display: block;
	width: 440px;
	height: 280px;
	margin:0px;
}

.deductive_personnel .a1-2{
	width: 750px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px 15px 10px;
	overflow: hidden;
}
.deductive_personnel-name{
	margin-top: 5px;
	margin-bottom: 5px;
	height:35px;
	line-height:35px;
	font-size:20px;
	font-weight:bold;
}
.deductive_personnel .a4{
	height: 200px;
	overflow: auto;
	line-height:25px;
	font-size:16px;
}

.deductive_personnel .a4::-webkit-scrollbar{
	width:5px;
	height: 200px;
	border-radius: 5px;
}
.deductive_personnel .a4::-webkit-scrollbar-thumb{
	background: #b02d32;
	border-radius: 5px;
}
.deductive_personnel .a4::-webkit-scrollbar-track{
	background: #ddd;
	border-radius: 5px;
	opacity: 0.3;
}












.carousel-control {
	width: 3.2%;
	font-size: 30px;
	height: 7%;
}

.x {
	width: 90%;
	border-radius: 50%;
	border: 1.5px solid #e7e7e7;
	color: #e7e7e7;
	text-align: center;
	font-family: "微软雅黑";
	transition: 0.3s;
}

#tc_box {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 5%;
	background-color: #ffffff;
	position: relative;
	top: -40px;
}

.tc_main {
	padding: 5%;
}

.tc_title {
	margin-bottom: 3%;
	font-size: 24px;
}

.red_transverse {
	display: inline-block;
	width: 3.5%;
	border-top: solid 3px #b02d32;
	padding-bottom: 1%;
}

.tc_paragraph {
	line-height: 25px;
	font-size: 13px;
	color: #9c9c9c;
}

.chart_all {
	margin: 3% 0;
}
.help>p{
	font-size: 12px !important;
}


.chart_top_de {
	text-align: center;
	padding-left: 6%;
}

.chart_bottom {
	text-align: center;
}

.chart_bottom_one {
	width: 45%;
	text-align: left;
}

.chart_bottom_two {
	width: 34%;
	height: 86px;
	line-height: 86px;
}

.chart-bottom_three {
	float: right;
	width: 21%;
}

.chart_bottom_one,
.chart_bottom_two,
.chart-bottom_three {
	border: solid 1px #ededed;
	padding: 0;
}

.chart_bottom_one p {
	padding: 3% 0 0 4%;
}

.chart-bottom_three_top {
	padding-top: 6.5%;
}

.chart-bottom_three_bottom {
	padding-top: 6.5%;
	border-top: solid 1px #ededed
}

.tc_ann_css,
.tc_ann_css:hover,
.tc_ann_css:focus {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #b23237;
	font-size: 18px;
	width: 251px;
	height: 51px;
	border-radius: 25px;
	border-color: #b23237;
	color: white;
	margin: 3% auto;
	box-shadow: 0 2px 3px #cb7377;
}

button {
	outline: none;
}
/*
.bottom {
	background-color: white;
}

.bottom .col-sm-4 {
	text-align: center;
}

.bottom span {
	font-size: 12px;
	color: #999;
}

.bottom_a {
	padding-top: 30px;
}

.bottom_a .col-sm-4 img {
	width: 20%;
	align-content: center;
	margin: 10px 0 10px 0;
}

.bottom_b {
	border-top: 1px #666 solid;
}

.bottom_b ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom_b ul li {
	float: left;
	height: 9px;
	line-height: 9px;
	padding: 0 15px 0 0;
	margin-bottom: 11px;
	font-size: 12px;
}

.fx {
	float: right;
	margin: 10px 0 20px 0;
	width: 200px;
	height: 45px;
	border-bottom: 3px rgb(166, 48, 46) solid;
}

.fx ul li {
	padding: 0 5px 0 0;
}

.fx p,
.fx span {
	float: right;
	margin: 0;
}*/

.bottom.container {
	width: 100%;
}
.carousel {
	width: 100%;
	height: 680px;
	margin: 45px auto 0;
}
.performance-anlist{
	width: 200px;
	height: 45px;
	margin: 0 auto;
	position: relative;
	bottom: 115px;
	display: flex;
	justify-content: space-between;
}
.carousel-caption{
	bottom: 0%;
	right: 16%;
}

.carousel-control-prev{
   	left: 45%;
   	top: calc(100% - 110px);
   	background-image: none !important;
}
.carousel-control-next{
    right: 41% !important;
    top: calc(100% - 110px);
	background-image: none !important;
}
.carousel-caption{
	font-size: 24px;
}

.performance_head{
	height: 40px;
	background-color: #ededed;
	
}
.performance_head th{
	border: 0 !important;
}
.performance_title1{
	width: 415px;
	height: 40px;
	padding-left:30px !important;
}
.performance_title2{
	width: 340px;
	height: 40px;
	text-align: center;
}
.performance_title3{
	width: 275px;
	height: 40px;
	text-align: center;
}

.performance_t1{
	padding-left:30px !important;
	height: 50px;
	height: 50px;
	line-height: 50px  !important;
}
.performance_t2{
	padding-left:30px !important;
	text-align: center;
	line-height: 50px  !important;
}
.performance_t3{
	padding-left:30px !important;
	text-align: center;
	height: 50px;
	line-height: 50px  !important;
}











@media only screen and (min-width:1440px ) {
	.insidebody2{
		width: 1200px !important;
	}
	
}
.insidebody2{
	max-width: 1440px;
	width: 800px !important;
	margin: 20px auto;
	
}

.insidebody{
	max-width: 1440px;
	width: 1200px;
	margin: 20px auto;
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;*/
}

.insidebody a,
.insidebody2 a{	   
	width: 380px;
	display: block;
	float: left;
	margin: 0px 10px 25px;
}


.d1,.d2{
    background-color: #fff;
    position:relative;
    padding: 7px;
    transition:0.3s;
    width: 380px;
    height: 360px;
    margin-bottom: 20px;
}
.dh:hover{
    box-shadow: 0px 3px 20px #ddd;
    z-index: 100;
}.dh:hover>div>h5{
    color:rgb(166,48,46);
}.dh:hover>.insidebody_x{
    background:rgb(166,48,46);
    color: #fff;
}
.text{
    padding: 7px;
}
.text h5{
    line-height:20px;
}
.text span{
    font-size: 12px;
    color:#999;
}
.text2{
    padding: 0;
    width: 100%;
    font-size: 14px;
    color:#999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.d{
    height: 35px;
    width: 35px;
}
.insidebody_x{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: rgb(234,234,234);
    text-align: center;
    font-family:"黑体";
    left: 12px;
    bottom:9px;
    position:absolute;
    padding: 7px;
    transition:0.3s;
}
.x123{
    margin: 0 auto;
    height: 30px;
    width: 100%;
    min-width: 300px;
    padding: 0px 0 0 0;
    margin-bottom: 15px;
    text-align: center;
}
.x123 a{
    display:inline-block;
    height: 30px;
    padding: 6px 12px 0 11px;
    background: rgb(234,234,234);
    transition:0.3s;
	
}

.x123 span{
    display:inline-block;
    height: 30px;
    padding: 6px 12px 0 11px;
    background: rgb(234,234,234);
    transition:0.3s;
	color:#B33237;
	
}
.x123 div:hover{
    background: rgb(166,48,46);
    color: #fff;
}
.bottom .col-sm-4{
    text-align: center;
}
.bottom span{
    color: #999;
	line-height:30px;
}
.bottom_a{
    padding-top:30px; 
}
.bottom_a .col-sm-4 img{
    width:20%;
    align-content: center;
    margin:10px 0 10px 0;
}
.bottom_b{
    border-top:1px #ddd solid; 
}
.bottom_b ul{
    list-style: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.bottom_b ul li{
    float:left;
    height: 9px;
    line-height:9px;
    padding: 0 10px 0 0;
    margin-bottom:11px; 
    font-size: 12px;
}
.fx{
    float:right;
    margin:10px 0 20px 0;
    width: 173px;
    height: 55px;
    border-bottom:3px rgb(166,48,46) solid;  
}
.fx ul li{
    padding: 0 5px 0 0;
}
.fx p,.fx span{
    float:right;
    margin: 0;
}
.bottom.container {
    width: 100%;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header{
    margin-right: 0;
}

.di_div{
	width: 365px;
	height: 160px;
	overflow: hidden;
	margin: auto;
}

.insidebody .d2 img{
	display: block;
	width: 365px;
	height: 160px;
}

.item-performance-img{
	display: block;
	width: 1440px ;
}
.list-performance-item .carousel-inner{
	height: 680px;
}

.purchase_goback,
.purchase_goback:hover{
	display: flex;
	background-color: #b23237;
	color: #fff;
	box-shadow: 0 0 5px 2px #b23237;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	position: absolute;
    bottom: 23%;
    left: 54%;
   justify-content: center;
   align-items: center;
   padding: 13px 53px;
}
.purchase_goback2,
.purchase_goback2:hover{
	display: flex;
    background-color: #b23237;
    color: #fff;
    box-shadow: 0 0 5px 2px #b23237;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    bottom: 36%;
    left: 49%;
    justify-content: center;
    align-items: center;
    padding: 14px 80px;
}
















.content{
	margin:0 auto; 
	height:auto; 
	background-color: #FFF;
}

.content-main
{
	margin:0 auto; 
	max-width:1440px; 
	width:1200px;
	height:auto; 
	padding-top:30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 35px;
}

.subitem{
	width:380px; 
	height:300px; 
	margin-bottom: 35px;
	margin-right: 20px;
}


.subitem-video{
	width:380px; 
	height:220px; 
	overflow: hidden;
}
.subitem-video img{
	display: block;
	width: 100%;
}
.subitem-Time{
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:regular;
	padding-top:20px;
	color: #535353
}
.subitem-Title{
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:regular;
}


.foot-link-nav{
    padding: 10px 15px 10px 0;
    font-size: 16px;
    color: #494949;
}
.foot-link-nav:first-child{
	padding-left: 0;
}






























.contact{
    position: absolute;
    left: 268px;
    top: 233px;
    border-top: 4px solid #b02d32;
    width: 249px;
}
.contact>p{
    font-family:"SimSun";
    margin-top: 20px;
    width: 249px;
    color: #fff;
    font-size: 39px;
}
.contact>span{
    font-family:"SimSun";
    margin-top: 16px;
    font-size: 31px;
    color: #fff;
}
.msg {
    position: absolute;
    top: -186px;
    left: 42%;
    z-index: 300;
    background-color: #fff;
    width: 50%;
    height: 326px;
    padding-top: 52px;
    padding-left: 46px;
}
.map{
    width: 100%;
    height: auto;
	position: relative;
}
.address>h4{
    font-family:"SimSun";
    font-size: 24px;
    color: #353535;
}
.address>h5{
    margin-top: 30px;
    font-size: 18px;
    color: #353535;
}
.address>span{
    font-size: 14px;
    line-height: 30px;
    color: #535353;
}
.phone{
    position: absolute;
    top: 107px;
    left: 401px;
}
.phone>h5{
    margin-top: 5px;
    font-size: 18px;
    color: #353535;
}
.phone>span{
    font-size: 14px;
    line-height: 30px;
    color: #535353;
}
.online{
    position: absolute;
    top: 107px;
    left: 710px;
    width: 90px;
}
.online>h4{
    color: #353535;
    font-size: 18px;
}
.online>ul{
    list-style: none;
}
.online>ul>li{
    float: left;
    list-style: none;
}
.online>ul>li:nth-child(1),
.online>ul>li:nth-child(2){
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none;
}
.map img{
	display: block;
	width: 100%;
}

    
.gdhx>img{padding:0 0 50px 15px }
.gdhx p{
    margin:10px 0 0 0; 
}
.link span{line-height: 30px}




.members{
	width: 1200px;
	margin: 0 auto 0;
	background-color: #f8f8f8;
	padding-top:70px;
	position: relative;
}

.members img{
	display: block;
	max-width: 1110px;
	width: 100%;
	max-height: 735px;
	margin: 0 auto 55px;
}

.members .purchase_goback2{
	bottom: 4.5%;
    left: 63%;
}






.content_ycap_left i{
	display: none;
}
.specialdaysshow{
	background-color: #b02d32 !important;
	color: #fff !important;
}
.table-condensed>tbody>tr>td{
	padding: 5px 6px;
}
@media screen and (max-width: 768px) {
	.content-show-info img{
		max-width: 100%;
		height: auto !important;
	}
}











