* {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑"
}
html {
	width: 100%;
	margin: 0px auto;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}
ul,li,dl,dt,dd{margin: 0;padding: 0;list-style:none;}
button {
	outline: none;
}

a {
	text-decoration: none;
	color: #000000;
}

#nav_box {
	border-bottom: 0.2px solid rgb(73, 73, 73);
	margin: 0;
}

#sb {
	margin-top: 7%;
	margin-left: -14%;
	width: 70%;
}

#bs-example-navbar-collapse-1 {
	font-size: 12px;
}

.navbar-toggle {
	float: right;
	position: absolute;
	border: 1px solid #ddd;
}

#lbtctm {
	width: 13%;
	position: absolute;
	left: 4%;
	bottom: 405%;
}
#btn_show{
	right: 152px;
	top:0px;
}
#serach {
	border: 0px;
	width: 100px;
	margin-top: 17.2px;
	border-left: 2px solid rgb(206, 206, 206);
	height: 15px;
}
#topwx {
	width: 150px;
	height: 160px;
	background: #fff;
	position: absolute;
	top: 70px;
	right: 90px;
}

#topwx p {
	width: 150px;
	height: 28px;
	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
}

#topwx img {
	width: 120px;
	height: 120px;
	margin: 10px 15px 0px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.one_title_father {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20%;
	background: rgba(0, 0, 0, 0.7)
}

.one_title {
	float: left;
	padding-top: 3%;
	padding-left: 3%;
	color: white;
	font-size: 14px;
}

.one_tixing {
	float: right;
	font-size: 7px;
	color: #5f5856;
}

.ycsj {
	padding-top: 4px;
	margin-bottom: 1px;
}

.ycdd {
	margin-left: 24%;
}

.main_one_special_all {
	height: 100%;
	background-color: #000000;
	width: 100%;
}

.main_one_special {
	margin-left: 2%;
	width: 96%;
	height: 60%;
	background: rgb(125, 34, 41);
	position: absolute;
	left: 0;
	top: 38.5%;
	display: none;
}
.fx>img{
	margin-top: 11px;
}
.one_special_titel_fater {
	margin-left: 8%;
	margin-right: 5%;
	margin-top: -2%;
}

.one_special_titel {
	color: rgb(240, 230, 230);
	margin-bottom: 4%;
}

.one_special_tip {
	border-bottom: 1px solid rgb(147, 56, 63);
	color: rgb(204, 141, 143);
	font-size: 11px;
}

.one_special_introduce {
	color: rgb(177, 105, 109);
	font-size: 11px;
	margin-left: 8%;
	margin-right: 5%;
	margin-top: 2%;
	line-height: 20px;
}

.one_special_butt {
	color: rgb(214, 197, 200);
	margin: 5% 31%;
	border-radius: 15px;
	width: 108px;
	height: 30px;
	background: rgb(255, 255, 255, 0.2);
	font-size: 13px;
	border: none;
}

.container {
	float: left;
	/*margin-left: 60px;*/
}

.main_two_left_redbox {
	color: white;
	width: 52%;
	height: 49%;
}

.redbox_twoman {
	display: block;
	width: 69px;
	height: 69px;
	margin:38px auto 0;
}

.redbox_name {
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.mycur{color:#fff;}
.redbox_boder {
	border-bottom: solid 1px rgb(222, 167, 171);
	width: 13%;
	margin:0 auto  38px;
	
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.redbox_more {
	display: block;
	border: solid 1px rgb(222, 167, 171);
	width: 50%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin-left: 23%;
	color: rgb(222, 167, 171);
}


.redbox_more:hover{
	cursor: pointer;
	color: rgb(222, 167, 171) !important;
	background-color: #fff;
	transition: all 0.3s;
}


.main_two_left_redbox a:hover{
	background-color: #f9f9f9 !important;
	transition: all 0.3s;
}
.main_six_InRegardTo>a{
	text-decoration: none;
	color: #fff;
}
.main_six_InRegardTo>a:link{
	text-decoration: none;
	color: #fff;
}
.main_six_InRegardTo>a:hover{
	text-decoration: none;
	color: #fff;
}
.main_six_InRegardTo>a:visited{ 
	text-decoration: none;
	color: #fff;
}

.dot-right {
	display: inline-block;
	width: 13px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: white;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-color: transparent transparent transparent #f9f9f9;
    margin-top: calc(-50% + 20px);
    float: right;
    position: relative;
    right: -12px;
}

.dot-left {
	display: inline-block;
	width: 13px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: white;
	border-left-width: 0;
	border-style: dashed;
	border-right-style: solid;
	border-color: transparent #f9f9f9 transparent transparent ;
    margin-top: calc(50% - 20px);
    float: left;
    position: relative;
    z-index: 5;
    right: 12px;
}

.main_three_ys {
	text-align: center;
	font-size: 12px;
}

.main_three_name {
	margin-top: 5%;
}

.main_three_level {
	margin-bottom: 8%;
}

.main_three_introduce {
	text-align: left;
}

.main_three_more {
	border-top: 1px solid black;
	width: 30%;
	margin: 8% auto;
	padding-top: 1%;
}

.main_three_more {
	border-color: #b0b0b0
}

.x {
	height: 25px;
	width: 25px;
	line-height: 23px;;
	border-radius: 50%;
	border: 2px solid #e7e7e7;
	color: #e7e7e7;
	text-align: center;
	font-family: "黑体";
	transition: 0.3s;
	float: right;
	font-weight: bold;
}
.x:hover{
	color: #e7e7e7;
}

.main_four_top {
	border-bottom: solid 1px #e7e7e7
}

.four_top_state {
	margin: 2% 0;
}
.four_top_state .x:hover{
	color:#B33237;
}
.four_top_state_main {
	padding-left: 2%
}

.main_four_bottom {
	font-size: 12px;
	padding-left: 2%;
	margin-top: 4%
}

.four_bottom_main {
	margin-top: 3%;
	font-size: 15px;
	color: #5e5e5e;
	line-height: 1.8;
	margin:15px 5px;
}
.four_bottom_main li{width:100%;height:35px;line-height:35px;overflow:hidden;font-size:14px;}
.four_bottom_main li i{width:16px;font-size:16px;font-weight:bold;}
.four_top_img img{
	width:100% ;
	max-height:193px
}
.main_five_hz {
	background: #7d2127;
	color: white;
	font-size: 13px;
	width: 18%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-top: 18%;
}

.main_five_introduce {
	font-size: 14px;
	width: 72%;
	line-height: 26px;
	margin-top: 8%;
}

.main_five_vd {
	border: solid 1px black;
	height: 37px;
	width: 23%;
	line-height: 37px;
	text-align: center;
	margin-top: 10%;
	font-size: 12px;
	transition: all 0.3s;
}
.main_five_vd:hover{
	border: 1px solid #7d2127;
	background-color: #7d2127;
	color: #fff;
}
.main_five_one {
	position: absolute;
	left: 51%;
	bottom: 6%;
	width: 40px !important;
	height: 40px !important;
	line-height: 30px;
	padding: 0.5%;
	border-color: #fff;
	color: #fff;
}

.main_five_two {
	width: 40px !important;;
	height: 40px !important;
	line-height: 30px;
	position: absolute;
	left: 58%;
	bottom: 6%;
	height: 7%;
	width: 3.3%;
	padding: 0.5%;
}



.main_two_rigth_adjust{
	/* width: 925px; */
	width: 60%;
	height: 600px;
	float: right;
	
}

.two_box_rightTR {
	position: absolute;
	top: 46%;
	right: 68.3%
}

.two_box_leftTR {
	position: absolute;
	bottom: 46%;
	left: 68.4%
}

.main_six_bg {
     background: url(../index/CQDramagroup_94.jpg) no-repeat;
    padding-top: 3%;
    padding-bottom: 3%;
	  background-size:cover;
}

.main_six_redbg {
	width: 80%;
	height: 40%;
	background: rgb(102, 29, 34, 0.6);
	margin: 1% 10%;
	padding: 1% 3%;
}

.main_six_InRegardTo {
	color: white;
	padding-bottom:5px;
	display:block;
	border-bottom: solid 1px white;
	width: 120px;
	text-align:center;
	height:35px;
	line-height:20px;
	font-size:22px;
}

.main_six_content {
	color: #b29a9b;
	font-size: 14px;
	line-height:22px;
	margin-top: 2%
}

.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;
}

.main_tip_one,
.main_tip_two,
.main_top_three,
.main_tip_four {
	color: #7d2127;
}

.main_tip_one >.bt>a{
	color: #7d2127;
}
.main_tip_two >.bt>a{
	color: #7d2127;
}
.main_top_three >.bt>a{
	color: #7d2127;
}
.main_tip_four >.bt>a{
	color: #7d2127;
}
.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%;
}



















@media screen and (max-width: 990px) {
	.bottom_a .col-sm-4 img {
		width: 30%;
	}
}

@media screen and (min-width: 1200px) {
	.bottom_a,
	.bottom_b {
		padding-left: 60px;
		padding-right: 60px;
	}
	.bottom .col-sm-4 {
		text-align: right;
	}
	
}

@media(max-width:768px) {
	#sb {
		width: 15%;
		margin-top: 15px;
	}
	#two_left_img_box {
		float: left;
		width: 40%;
	}
	#two_left_img {
		width: 100%;
	}
	.main_two_left_redbox {
		right: 0;
	}
	#one_specialBox {
		margin-bottom: 75%;
	}
	.main_two_rigth_adjust>.row {
		width: 414px;
		margin-left: 0;
		margin-right: 0
	}
	.two_box_rightTR {
		right: 66.6%;
	}
	.two_box_leftTR {
		left: 66.8%;
	}
	.main_six_bg {
		height: 50%;
	}
	.main_six_redbg {
		height: 40%;
	}
	.main_six_InRegardTo {
		width: 30%
	}
	.MarginSegmentation {
		/* margin-top: 10%; */
	}
	.navbar-default .navbar-nav>li>a {
		color: red;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: rgba(0, 0, 0, 0.1);
	}
	.main_one_special {
		width: 99%;
		margin-left: 0.5%;
	}
}
/*
.carousel-indicators {
	width: 37px;
	font-size: 11px;
	color: #5f5e60;
	position: absolute;
	top: 28%;
	left: 122%;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.carousel-indicators li {
	display: block;
}

.carousel-indicators>div {
	border-bottom: 1px solid #3b383e;
	margin: 5px 0;
	text-align: right;
	padding-bottom: 20%;
	width: 13px
}

.carousel-indicators .active {
	width: 100%;
	height: 20px;
	background: none;
	border-bottom-color: white;
	color: white;
	margin: 5px 0;
}*/



#dh_navbarControl {
	margin-top: 4px;
	margin-left: 15%;
	display: none;
}

.navbar-toggle {
	display: inline;
}

@media(max-width:768px) {
	#dh_navbarControl {
		display: inline;
	}
}








































/*追加*/
.main_one_top{
	width: 358px;
	height:234px;
	overflow: hidden;
}
.main_one_top:nth-child(2n){
	margin-top: 5%;
}
.main_one_top .index-show-img{
	display: block;
	width: 100%;
	max-width: 358px;
	max-height:234px ;
}








































.index-yanc{
	/* width:1490px; */
	width:80%;
	/* height: 485px; */
	float: right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content:space-between ;
}


.index-yanc-list{
	/* width: 358px; */
	width: 24%;
	height: 160px;
	margin-bottom:15px;
}
.index-yanc-list-imgshow{
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.index-yanc-img{
	display: block;
	/*max-width: 100%;*/
	/*max-width: 358px;
	max-height: 200px;*/
	/*height:200px;*/
	position: relative;
}
.index-yanc-info{
	width: 100%;
    height: 55px;
    background-color: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
    margin-top: -55px;
    padding: 0 5px 0 5px;
    position: relative;
    justify-content: space-between;
}
.index-yanc-t{
	color: #fff;
	font-size: 16px;
}
.index-yanc-i,
.index-yanc-c{
	text-align: right;
	font-size: 10px;
	/* transform:scale(0.83); */
	/* -webkit-transform: scale(0.83); */
	-webkit-transform-origin:right ;
	color: rgba(255,255,255,0.4);
}
.index-yanc-list:hover .index-yanc-content{
	display: block !important;
}
.index-yanc-content{
	display: none;
	background-color: #7d2127;
	margin-top: 0;
	padding: 30px 5px;
	height: 270px;
	margin-top: -55px;
	position: relative;
	z-index: 2;
}

.index-immediately{
	display: block;
	width: 140px;
	height: 30px;
	border-radius: 30px;
	background-color: #9e595d;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin: 16px auto 0;
}
.index-immediately:hover{
	color: #fff;
}

.index-yanc-list:first-child+div+div+div+div:hover,
.index-yanc-list:first-child+div+div+div+div+div:hover,
.index-yanc-list:first-child+div+div+div+div+div+div:hover,
.index-yanc-list:first-child+div+div+div+div+div+div+div:hover{
	position: relative;
	top: -175px;
}










.index-exhibition1{
	/*width:calc(100% - 1490px);*/ 
	width:20%;
	padding-right: 0;
}
.index-exhibition{
	display: block;
	width: 80%;
	float: right;
	padding: 0;
}
.index-exhibition-img1{
	display: block;
	width:100%;
	height:523px;
	max-width:560px;
	max-height: 640px;
	
}
.main_two_left,
.MarginSegmentation{
	display: block;
	width:40%;
	max-width:560px;
	max-height: 600px;
	float: left;
}
.main_two_left_redbox{
	opacity: 0;
	width: 288px;
	height: 320px;
	float: right;
    position: relative;
    top: -320px;
    z-index: 333;
    background-color: rgba(125,33,39,0.85);
    margin-right: 1px;
		transition: all 0.3s; 
}
.MarginSegmentation:hover .main_two_left_redbox{
	opacity: 1;
}
.main_two_rigth,
.main_two_right_bottom{
	position: relative;
	height: 260px;
	margin-bottom: 5px;
	margin-left:5px
}
.main_two_right_top,
.main_two_left_box{
	/* width:285px; */
	position: absolute;
	width:35%;
	height: 100%;
	background-color: rgba(125,33,39,0.85);
	float: left;
	opacity: 0;
	transition: all 0.3s; 
}
.main_two_rigth:hover .main_two_right_top{
	opacity: 1;
}
.main_two_right_bottom:hover .main_two_left_box{
	opacity: 1;
}
.index-exhibition2-right{
	float: right;
	/* width: 638px; */
	width:100%;
	height: 100%;
}
.index-exhibition2-right img{width:100%;height: 258px;}
.index-exhibition2-left{
	position: relative;
	float: left;
	/* width: 638px; */
	width:100%;
	height: 100%;
}
.index-exhibition2-left img{width:100%;height: 258px;}
.main_two_left_box{
	  position: absolute;
    right: 0;
    top: 0;
}

.main_two_right_bottom{
	margin-bottom: 0;
}








































/* box */
.index-margintop60 .active{
	display: block !important;
}
.prev,
.next{
	display: none;
}




#pc_show1,
#pc_show2,
#pc_show3,
#pc_show4 {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 30px auto 0;
	display: none;
}

#pc_show1 ul,
#pc_show2 ul,
#pc_show3 ul,
#pc_show4 ul {
	position: relative;
	width: 100%;
	height: 440px;
	padding-left: 0;
}

#pc_show1 li,
#pc_show2 li,
#pc_show3 li,
#pc_show4 li{
	position:absolute;
	left: 0;
	top:71px;
	z-index:0;
	cursor:pointer;
	overflow:hidden;
	border-radius:3px;
}
#pc_show1 li:first-child,
#pc_show2 li:first-child,
#pc_show3 li:first-child,
#pc_show4 li:first-child{
	display: none;
}


#pc_show1 li:first-child+li,
#pc_show2 li:first-child+li,
#pc_show3 li:first-child+li,
#pc_show4 li:first-child+li{
	width:235px !important;
	top:0px;
	left:0px
}

#pc_show1 li:first-child+li+li,
#pc_show2 li:first-child+li+li,
#pc_show3 li:first-child+li+li,
#pc_show4 li:first-child+li+li{
	width:270px !important;;
	top:50px;
	left:165px;
}
#pc_show1 li:first-child+li+li+li,
#pc_show2 li:first-child+li+li+li,
#pc_show3 li:first-child+li+li+li,
#pc_show4 li:first-child+li+li+li{
	width:375px !important;;
	top:55px;
	left:405px;
}
#pc_show1 li:first-child+li+li+li+li,
#pc_show2 li:first-child+li+li+li+li,
#pc_show3 li:first-child+li+li+li+li,
#pc_show4 li:first-child+li+li+li+li{
	width:270px !important;;
	height:300px;
	top:50px;
	left: 765px;
}

#pc_show1 li:first-child+li+li+li+li+li,
#pc_show2 li:first-child+li+li+li+li+li,
#pc_show3 li:first-child+li+li+li+li+li,
#pc_show4 li:first-child+li+li+li+li+li{
	width:205px !important;
	top:0px;
	left:990px
}
#pc_show1 li:first-child+li+li+li+li+li+li,
#pc_show2 li:first-child+li+li+li+li+li+li,
#pc_show3 li:first-child+li+li+li+li+li+li,
#pc_show4 li:first-child+li+li+li+li+li+li{
	display: none;
	top:71px;
	left:496px;
}

#pc_show1 li:first-child p,
#pc_show2 li:first-child p,
#pc_show3 li:first-child p,
#pc_show4 li:first-child p,
#pc_show1 li:first-child+li+li+li+li+li+li p,
#pc_show2 li:first-child+li+li+li+li+li+li p,
#pc_show3 li:first-child+li+li+li+li+li+li p,
#pc_show4 li:first-child+li+li+li+li+li+li p{
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}
#pc_show1 li:first-child+li p,
#pc_show2 li:first-child+li p,
#pc_show3 li:first-child+li p,
#pc_show4 li:first-child+li p,
#pc_show1 li:first-child+li+li+li+li+li p,
#pc_show2 li:first-child+li+li+li+li+li p,
#pc_show3 li:first-child+li+li+li+li+li p,
#pc_show4 li:first-child+li+li+li+li+li p{
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}	
#pc_show1 li:first-child+li+li p,
#pc_show2 li:first-child+li+li p,
#pc_show3 li:first-child+li+li p,
#pc_show4 li:first-child+li+li p,
#pc_show1 li:first-child+li+li+li+li p,
#pc_show2 li:first-child+li+li+li+li p,
#pc_show3 li:first-child+li+li+li+li p,
#pc_show4 li:first-child+li+li+li+li p{
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}
#pc_show1 li:first-child+li+li+li p,
#pc_show2 li:first-child+li+li+li p,
#pc_show3 li:first-child+li+li+li p,
#pc_show4 li:first-child+li+li+li p{
	font-size: 14px;
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}


#pc_show1 li:first-child h4,
#pc_show2 li:first-child h4,
#pc_show3 li:first-child h4,
#pc_show4 li:first-child h4,
#pc_show1 li:first-child+li+li+li+li+li+li h4,
#pc_show2 li:first-child+li+li+li+li+li+li h4,
#pc_show3 li:first-child+li+li+li+li+li+li h4,
#pc_show4 li:first-child+li+li+li+li+li+li h4{
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}
#pc_show1 li:first-child+li h4,
#pc_show2 li:first-child+li h4,
#pc_show3 li:first-child+li h4,
#pc_show4 li:first-child+li h4,
#pc_show1 li:first-child+li+li+li+li+li h4,
#pc_show2 li:first-child+li+li+li+li+li h4,
#pc_show3 li:first-child+li+li+li+li+li h4,
#pc_show4 li:first-child+li+li+li+li+li h4{
	font-size: 7px;
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}	
#pc_show1 li:first-child+li+li h4,
#pc_show2 li:first-child+li+li h4,
#pc_show3 li:first-child+li+li h4,
#pc_show4 li:first-child+li+li h4,
#pc_show1 li:first-child+li+li+li+li h4,
#pc_show2 li:first-child+li+li+li+li h4,
#pc_show3 li:first-child+li+li+li+li h4,
#pc_show4 li:first-child+li+li+li+li h4{
	font-size: 10px;
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}
#pc_show1 li:first-child+li+li+li h4,
#pc_show2 li:first-child+li+li+li h4,
#pc_show3 li:first-child+li+li+li h4,
#pc_show4 li:first-child+li+li+li h4{
	font-size: 14px;
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}

#pc_show1 li:first-child img,
#pc_show2 li:first-child img,
#pc_show3 li:first-child img,
#pc_show4 li:first-child img,
#pc_show1 li:first-child+li+li+li+li+li+li img,
#pc_show2 li:first-child+li+li+li+li+li+li img,
#pc_show3 li:first-child+li+li+li+li+li+li img,
#pc_show4 li:first-child+li+li+li+li+li+li img {
	display: block;
	width: 100px;
}

#pc_show1 li:first-child .index-yanyuan-index,
#pc_show2 li:first-child .index-yanyuan-index,
#pc_show3 li:first-child .index-yanyuan-index,
#pc_show4 li:first-child .index-yanyuan-index,
#pc_show1 li:first-child+li+li+li+li+li+li .index-yanyuan-index,
#pc_show2 li:first-child+li+li+li+li+li+li .index-yanyuan-index,
#pc_show3 li:first-child+li+li+li+li+li+li .index-yanyuan-index,
#pc_show4 li:first-child+li+li+li+li+li+li .index-yanyuan-index {
	display: block;
	width: 100px;
	height:100px;
	border-radius: 100px;
	overflow:hidden;
}
#pc_show1 li:first-child+li img,
#pc_show2 li:first-child+li img,
#pc_show3 li:first-child+li img,
#pc_show4 li:first-child+li img,
#pc_show1 li:first-child+li+li+li+li+li img,
#pc_show2 li:first-child+li+li+li+li+li img,
#pc_show3 li:first-child+li+li+li+li+li img,
#pc_show4 li:first-child+li+li+li+li+li img{
	display: block;
	width: 100px;
	margin: 0 auto;
}	
#pc_show1 li:first-child+li .index-yanyuan-index,
#pc_show2 li:first-child+li .index-yanyuan-index,
#pc_show3 li:first-child+li .index-yanyuan-index,
#pc_show4 li:first-child+li .index-yanyuan-index,
#pc_show1 li:first-child+li+li+li+li+li .index-yanyuan-index,
#pc_show2 li:first-child+li+li+li+li+li .index-yanyuan-index,
#pc_show3 li:first-child+li+li+li+li+li .index-yanyuan-index,
#pc_show4 li:first-child+li+li+li+li+li .index-yanyuan-index{
	display: block;
	width: 100px;
	height:100px;
	border-radius: 100px;
	margin: 0 auto;
	border-radius:60% ;
	overflow:hidden;
}
#pc_show1 li:first-child+li+li img,
#pc_show2 li:first-child+li+li img,
#pc_show3 li:first-child+li+li img,
#pc_show4 li:first-child+li+li img,
#pc_show1 li:first-child+li+li+li+li img,
#pc_show2 li:first-child+li+li+li+li img,
#pc_show3 li:first-child+li+li+li+li img,
#pc_show4 li:first-child+li+li+li+li img{
	display: block;
	width: 100%;
	display: block;
	margin: 0 auto;
}	
#pc_show1 li:first-child+li+li .index-yanyuan-index,
#pc_show2 li:first-child+li+li .index-yanyuan-index,
#pc_show3 li:first-child+li+li .index-yanyuan-index,
#pc_show4 li:first-child+li+li .index-yanyuan-index,
#pc_show1 li:first-child+li+li+li+li .index-yanyuan-index,
#pc_show2 li:first-child+li+li+li+li .index-yanyuan-index,
#pc_show3 li:first-child+li+li+li+li .index-yanyuan-index,
#pc_show4 li:first-child+li+li+li+li .index-yanyuan-index{
	display: block;
	width: 140px;
	height:140px;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	border-radius:60% ;
	overflow:hidden;
}
#pc_show1 li:first-child+li+li+li img,
#pc_show2 li:first-child+li+li+li img,
#pc_show3 li:first-child+li+li+li img,
#pc_show4 li:first-child+li+li+li img{
	display: block;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#pc_show1 li:first-child+li+li+li .index-yanyuan-index,
#pc_show2 li:first-child+li+li+li .index-yanyuan-index,
#pc_show3 li:first-child+li+li+li .index-yanyuan-index,
#pc_show4 li:first-child+li+li+li .index-yanyuan-index{
	display: block;
	width: 180px;
	height:180px;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	border-radius:60% ;
	overflow:hidden;
}



#pc_show1 li:first-child a,
#pc_show2 li:first-child a,
#pc_show3 li:first-child a,
#pc_show4 li:first-child a,
#pc_show1 li:first-child+li+li+li+li+li+li a,
#pc_show2 li:first-child+li+li+li+li+li+li a,
#pc_show3 li:first-child+li+li+li+li+li+li a,
#pc_show4 li:first-child+li+li+li+li+li+li a {
	margin-top: 0px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;
	padding-top: 5px;
}
#pc_show1 li:first-child+li a,
#pc_show2 li:first-child+li a,
#pc_show3 li:first-child+li a,
#pc_show4 li:first-child+li a,
#pc_show1 li:first-child+li+li+li+li+li a,
#pc_show2 li:first-child+li+li+li+li+li a,
#pc_show3 li:first-child+li+li+li+li+li a,
#pc_show4 li:first-child+li+li+li+li+li a{
	margin-top: 15px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;	
	padding-top: 5px;
}	
#pc_show1 li:first-child+li+li a,
#pc_show2 li:first-child+li+li a,
#pc_show3 li:first-child+li+li a,
#pc_show4 li:first-child+li+li a,
#pc_show1 li:first-child+li+li+li+li a,
#pc_show2 li:first-child+li+li+li+li a,
#pc_show3 li:first-child+li+li+li+li a,
#pc_show4 li:first-child+li+li+li+li a{
	margin-top: 20px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;
	padding-top: 5px;
}
#pc_show1 li:first-child+li+li+li a,
#pc_show2 li:first-child+li+li+li a,
#pc_show3 li:first-child+li+li+li a,
#pc_show4 li:first-child+li+li+li a{
	margin-top: 25px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;
	padding-top: 5px;
}

#pc_show1 li h5,
#pc_show2 li h5,
#pc_show3 li h5,
#pc_show4 li h5{
	font-size: 9px;
	text-align: center;
	margin:10px auto;
	color: #b4b4b4;
}

.index-exhibition div li a:hover{color:#B33237;}
.index-margintop60{
	margin-top:60px ;
	max-width: 1745px;
	margin:100px auto 0;
}
.index-line1{
	font-size: 24px;
	display: block;
	color: #7d2127;
	margin-top: 22px;
}
.index-line1>a{
	color: #7d2127;
}
.index-line1>a:hover{
	color: #7d2127;
}
.index-line2{
	display: block;
	color: #7d2127;
	font-size: 12px;
}

.index-line3{
	display: block;
	width: 80px;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #7d2127;
}
.index-line3_1{
	display: block;
	width: 70px;
	margin-top: 15px;
	font-size: 14px;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.margin-top18{
	margin-top: 18px;
}
.padding-top40{
	padding-top: 40px;
}
.padding-top30{
    padding-top: 30px;
}
.w30{
    width: 30px;
}
.padding-botom20{
	padding-bottom: 20px;
}
.padding-botom40{
    padding-bottom: 40px;
}
.padding-right60{
	padding-right:60px;
}
.padding-right75{
	padding-right:75px;
}
.padding-left60{
	padding-left:60px;
}
.padding-right10{
	padding-right:10px;
}
.padding-left10{
	padding-left:10px;
}
.padding-left30{
	padding-left: 30px;
}
.padding-left0{
	padding-left: 0px;
}
.padding-right0{
	padding-right: 0px;
}
.overhidden{
	overflow: hidden;
}
.padding-right15{
	padding-right: 15px;
}
.w-100-percent{
	width: 100%;
}
.h-100-percent{
	height: 100%;
}
.index-float-right{
	float: right;
}
.index-float-left{
	float: left;
}
.border-bottom-eee{
	border-bottom: 1px solid #e7e7e7;
}
.msg{
	position: absolute;
	bottom: 0px;
	height:55px;
	background-color: rgba(0,0,0,0.7);
}
.msg>h5{
	margin-left: 20px;
	line-height: 40px;
	font-size: 12px;
	color: white;
	line-height: 60px;
}
.msg>p{
	position: absolute;
	right: 10px;
	top:14px;
	transform: scale(0.83);
	color: rgba(255,255,255,0.2);
	font-size: 12px;
}
.msg>span{
	position: absolute;
	right: 0px;
	top:32px;
	color: rgba(255,255,255,0.2);
	transform: scale(0.83);
	font-size: 12px;
}
.tips{
	z-index: 9999;
	position: absolute;
	background-color: #7d2127;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 12px;
}
.tips>h4{
	margin-top: 20px;
	color: rgba(255,255,255,0.7);
	font-size: 20px;
}
.tips>h5{
	position: relative;
	color: rgba(255,255,255,0.7);
	font-size: 16px;
}
.tips>h6{
	position: relative;
	color: #ddcecf;
	font-size: 14px;
}
.tips>p{
	font-size: 14px;
	position: relative;
	color: rgba(255,255,255,0.4);
}
.tips>.index-tips-line{
	border-bottom: 1px solid #8d3c41;
}
.tips>a{
	display: block;
	margin: auto;
	margin-top: 30px;
	font-size: 16px;
	line-height:40px;
	text-align: center;
	border-radius: 20px;
	width: 145px;
	height: 40px;
	background-color: #9e595d;
	color: #fff;
}
.drama-tips{
	position: absolute;
	top:50%;
	left:50%;
	width: 50%;
	height: 50%;
	background-color: rgba(136,49,35,0.8);
}


.index-theatre-4{
	display: flex;
	justify-content: space-between
}
.index-theatre-4 .MarginSegmentation{
	padding: 0;
	/* width: 450px; */
	width: 32%;
	height: 435px;
	overflow: hidden;
}












#ONE_carousel {
	width: 37px;
	font-size: 11px;
	color: #5f5e60;
	position: absolute;
	top: 28%;
	left: 122%;
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

#ONE_carousel li {
	display: block;
}

#ONE_carousel>div {
	border-bottom: 1px solid #3b383e;
	margin: 5px 0;
	text-align: right;
	padding-bottom: 20%;
	width: 13px
}

#ONE_carousel .active {
	width: 100%;
	height: 20px;
	background: none;
	border-bottom-color: white;
	color: white;
	margin: 5px 0;
}

#one_img_4,
#one_img_2,
#one_img_6,
#one_img_8 {
	margin-top: 5%;
}

#dh_navbarControl {
	margin-top: 4px;
	margin-left: 15%;
	display: none;
}

.navbar-toggle {
	display: inline;
}

#TWO_carousel .active {
	border-color: rgb(168, 48, 46);
	color: rgb(168, 48, 46);
	
	background-color: rgb(0, 0, 0, 0)
}

.index-cooperation5-left{
	width: 505px;
	height: 565px;
	float: left;
}
.index-cooperation5-right{
	width: calc(100% - 505px);
	height: 565px;
	float: right;
}


.navactive{
	color: #b02d32 !important;
}

.head-box{width:210px;height:100%;background:#333333;position:fixed;z-index:99999;top:0px;left:0px;}
.logo-box img{width:164px;margin:30px auto;display:block;}

.nav-cut{}
.nav-cut .active{color:#B13135}
.nav-cut .active a{color:#B13135}
.nav-cut ul li{width:100%;height:35px;line-height:35px;text-align:center;color:#fff;display:block;float:left;}
.nav-cut ul li a{color:#fff;}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 9px 10px 0;
}

@media screen and (max-width: 1400px) {
.index-yanc-list{
	/* width: 358px; */
	width: 240px;
	height: 160px;
	margin-bottom:15px;
	
}

.index-yanc-list-imgshow{
	width: 240px;
	height: 160px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}	
 .index-yanc-img{
	display: block;
	height: 160px;
	width: auto !important;
	position: relative;
	max-width: auto !important;
}  
.index-yanc-t {
    color: #fff;
    font-size: 14px;
}
.index-yanc-info{
	letter-spacing: -1px;
}



#pc_show1 li:first-child+li, 
#pc_show2 li:first-child+li, 
#pc_show3 li:first-child+li, 
#pc_show4 li:first-child+li {
    width: 235px !important;
    top: 0px;
    left: -99px;
}
#pc_show1 li:first-child+li+li, 
#pc_show2 li:first-child+li+li, 
#pc_show3 li:first-child+li+li, 
#pc_show4 li:first-child+li+li {
    width: 270px !important;
    top: 50px;
    left: 63px;
}
#pc_show1 li:first-child+li+li+li, 
#pc_show2 li:first-child+li+li+li, 
#pc_show3 li:first-child+li+li+li, 
#pc_show4 li:first-child+li+li+li {
    width: 375px !important;
    top: 55px;
    left: 265px;
}
#pc_show1 li:first-child+li+li+li+li,
 #pc_show2 li:first-child+li+li+li+li, 
 #pc_show3 li:first-child+li+li+li+li, 
 #pc_show4 li:first-child+li+li+li+li {
    width: 270px !important;
    height: 300px;
    top: 50px;
    left: 570px;
}
#pc_show1 li:first-child+li+li+li+li+li, 
#pc_show2 li:first-child+li+li+li+li+li, 
#pc_show3 li:first-child+li+li+li+li+li, 
#pc_show4 li:first-child+li+li+li+li+li {
    width: 205px !important;
    top: 0px;
    left: 785px;
}
.main_five_one {
    position: absolute;
    left: 46%;
    bottom: 6%;
    width: 25px !important;
    height: 25px !important;
    line-height: 18px;
    padding: 0.5%;
    border-color: #fff;
    color: #fff;
}
.main_five_two {
    width: 25px !important;
    height: 25px !important;
    line-height: 18px;
    position: absolute;
    left: 55%;
    bottom: 6%;
    padding: 0.5%;
}
.main_five_hz {
    background: #7d2127;
    color: white;
    font-size: 13px;
    width: 14%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-top: 3%;
}
.fx {
	height: 55px !important;
	padding: 0px !important;
}
.h3, h3 {
    font-size: 20px;
	margin-bottom: 0px !important;
}
.h2, h2 {
    font-size: 24px;
    margin-bottom: 0px;
}
.index-yanc-content{
	height: 250px;
}
.main_five_introduce {
    font-size: 12px;
    width: 72%;
    line-height: 23px;
    margin-top: 4%;
	}
	.main_five_vd {
   
    margin-top: 3%;
		transition: all 0.3s;
}

.index-yanc-list:first-child+div+div+div+div:hover,
.index-yanc-list:first-child+div+div+div+div+div:hover,
.index-yanc-list:first-child+div+div+div+div+div+div:hover,
.index-yanc-list:first-child+div+div+div+div+div+div+div:hover{
	position: relative;
	top: -195px;
}

.main_two_rigth, 
.main_two_right_bottom{
	height: 230px;
}
.index-exhibition2-left img,
.index-exhibition2-right img{
	height: 230px;
}
.index-exhibition-img1{
	height: 466px;
}
.main_two_left_redbox{
    width: 200px;
    height: 230px;
    top: -230px;
    margin-right: 0;
}

.redbox_twoman{
	margin: 25px auto 0;
}
.main_two_right_top,
.main_two_left_box{
	width: 35%;
}
.index-exhibition2-right,
.index-exhibition2-left{
	width: 100%;
}
.redbox_boder{
	margin: 0 auto 18px;
}
.redbox_name{
	  height: 45px;
    line-height: 45px;
		color: #fff;
}

.main_two_left, .MarginSegmentation,
.main_two_rigth_adjust{
	height: 490px;
}
#pc_show1, #pc_show2, #pc_show3, #pc_show4{
	height: 380px;
}
#pc_show1 ul, #pc_show2 ul, #pc_show3 ul, #pc_show4 ul{
	height: 435px;
}
.index-cooperation5-left,
.index-cooperation5-right{
	height: 435px;
}



}

@media (min-width:769px) and (max-width:1400x){
	.index-yanc-info{
		letter-spacing: -1px;
	}
}

@media screen and (max-width:768px){
	.index-yanc-info{
		letter-spacing: normal;
	}
}



#yd_show1,
#yd_show2,
#yd_show3,
#yd_show4 {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 30px auto 0;
	display: none;
}

#yd_show1 ul,
#yd_show2 ul,
#yd_show3 ul,
#yd_show4 ul {
	position: relative;
	width: 100%;
	height: 440px;
	padding-left: 0;
}

#yd_show1 li,
#yd_show2 li,
#yd_show3 li,
#yd_show4 li{
	position:absolute;
	left: 0;
	top:71px;
	z-index:0;
	cursor:pointer;
	overflow:hidden;
	border-radius:3px;
}
#yd_show1 li:first-child,
#yd_show2 li:first-child,
#yd_show3 li:first-child,
#yd_show4 li:first-child{
	display: none;
}


#yd_show1 li:first-child+li,
#yd_show2 li:first-child+li,
#yd_show3 li:first-child+li,
#yd_show4 li:first-child+li{
	width:235px !important;
	top:0px;
	left:0px
}

#yd_show1 li:first-child+li+li,
#yd_show2 li:first-child+li+li,
#yd_show3 li:first-child+li+li,
#yd_show4 li:first-child+li+li{
	width:270px !important;;
	top:50px;
	left:165px;
}
#yd_show1 li:first-child+li+li+li,
#yd_show2 li:first-child+li+li+li,
#yd_show3 li:first-child+li+li+li,
#yd_show4 li:first-child+li+li+li{
	width:375px !important;;
	top:55px;
	left:405px;
}
#yd_show1 li:first-child+li+li+li+li,
#yd_show2 li:first-child+li+li+li+li,
#yd_show3 li:first-child+li+li+li+li,
#yd_show4 li:first-child+li+li+li+li{
	width:270px !important;;
	height:300px;
	top:50px;
	left: 765px;
}

#yd_show1 li:first-child+li+li+li+li+li,
#yd_show2 li:first-child+li+li+li+li+li,
#yd_show3 li:first-child+li+li+li+li+li,
#yd_show4 li:first-child+li+li+li+li+li{
	width:205px !important;
	top:0px;
	left:990px
}
#yd_show1 li:first-child+li+li+li+li+li+li,
#yd_show2 li:first-child+li+li+li+li+li+li,
#yd_show3 li:first-child+li+li+li+li+li+li,
#yd_show4 li:first-child+li+li+li+li+li+li{
	display: none;
	top:71px;
	left:496px;
}

#yd_show1 li:first-child p,
#yd_show2 li:first-child p,
#yd_show3 li:first-child p,
#yd_show4 li:first-child p,
#yd_show1 li:first-child+li+li+li+li+li+li p,
#yd_show2 li:first-child+li+li+li+li+li+li p,
#yd_show3 li:first-child+li+li+li+li+li+li p,
#yd_show4 li:first-child+li+li+li+li+li+li p{
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}
#yd_show1 li:first-child+li p,
#yd_show2 li:first-child+li p,
#yd_show3 li:first-child+li p,
#yd_show4 li:first-child+li p,
#yd_show1 li:first-child+li+li+li+li+li p,
#yd_show2 li:first-child+li+li+li+li+li p,
#yd_show3 li:first-child+li+li+li+li+li p,
#yd_show4 li:first-child+li+li+li+li+li p{
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}	
#yd_show1 li:first-child+li+li p,
#yd_show2 li:first-child+li+li p,
#yd_show3 li:first-child+li+li p,
#yd_show4 li:first-child+li+li p,
#yd_show1 li:first-child+li+li+li+li p,
#yd_show2 li:first-child+li+li+li+li p,
#yd_show3 li:first-child+li+li+li+li p,
#yd_show4 li:first-child+li+li+li+li p{
	font-size: 12px;
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}
#yd_show1 li:first-child+li+li+li p,
#yd_show2 li:first-child+li+li+li p,
#yd_show3 li:first-child+li+li+li p,
#yd_show4 li:first-child+li+li+li p{
	font-size: 14px;
	color: #b0b0b0;
	margin-top: 15px;
	color: #7e5247;
	text-align:center;
}


#yd_show1 li:first-child h4,
#yd_show2 li:first-child h4,
#yd_show3 li:first-child h4,
#yd_show4 li:first-child h4,
#yd_show1 li:first-child+li+li+li+li+li+li h4,
#yd_show2 li:first-child+li+li+li+li+li+li h4,
#yd_show3 li:first-child+li+li+li+li+li+li h4,
#yd_show4 li:first-child+li+li+li+li+li+li h4{
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}
#yd_show1 li:first-child+li h4,
#yd_show2 li:first-child+li h4,
#yd_show3 li:first-child+li h4,
#yd_show4 li:first-child+li h4,
#yd_show1 li:first-child+li+li+li+li+li h4,
#yd_show2 li:first-child+li+li+li+li+li h4,
#yd_show3 li:first-child+li+li+li+li+li h4,
#yd_show4 li:first-child+li+li+li+li+li h4{
	font-size: 7px;
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}	
#yd_show1 li:first-child+li+li h4,
#yd_show2 li:first-child+li+li h4,
#yd_show3 li:first-child+li+li h4,
#yd_show4 li:first-child+li+li h4,
#yd_show1 li:first-child+li+li+li+li h4,
#yd_show2 li:first-child+li+li+li+li h4,
#yd_show3 li:first-child+li+li+li+li h4,
#yd_show4 li:first-child+li+li+li+li h4{
	font-size: 10px;
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}
#yd_show1 li:first-child+li+li+li h4,
#yd_show2 li:first-child+li+li+li h4,
#yd_show3 li:first-child+li+li+li h4,
#yd_show4 li:first-child+li+li+li h4{
	font-size: 14px;
	color: #b0b0b0;
	font-size: 16px !important;
	text-align: center;
	margin: 15px auto 5px;
	color: #494949;
	font-weight: bold;
}

#yd_show1 li:first-child img,
#yd_show2 li:first-child img,
#yd_show3 li:first-child img,
#yd_show4 li:first-child img,
#yd_show1 li:first-child+li+li+li+li+li+li img,
#yd_show2 li:first-child+li+li+li+li+li+li img,
#yd_show3 li:first-child+li+li+li+li+li+li img,
#yd_show4 li:first-child+li+li+li+li+li+li img {
	display: block;
	width: 100px;
}

#yd_show1 li:first-child .index-yanyuan-index,
#yd_show2 li:first-child .index-yanyuan-index,
#yd_show3 li:first-child .index-yanyuan-index,
#yd_show4 li:first-child .index-yanyuan-index,
#yd_show1 li:first-child+li+li+li+li+li+li .index-yanyuan-index,
#yd_show2 li:first-child+li+li+li+li+li+li .index-yanyuan-index,
#yd_show3 li:first-child+li+li+li+li+li+li .index-yanyuan-index,
#yd_show4 li:first-child+li+li+li+li+li+li .index-yanyuan-index {
	display: block;
	width: 100px;
	height:100px;
	border-radius: 100px;
	overflow:hidden;
}
#yd_show1 li:first-child+li img,
#yd_show2 li:first-child+li img,
#yd_show3 li:first-child+li img,
#yd_show4 li:first-child+li img,
#yd_show1 li:first-child+li+li+li+li+li img,
#yd_show2 li:first-child+li+li+li+li+li img,
#yd_show3 li:first-child+li+li+li+li+li img,
#yd_show4 li:first-child+li+li+li+li+li img{
	display: block;
	width: 100px;
	margin: 0 auto;
}	
#yd_show1 li:first-child+li .index-yanyuan-index,
#yd_show2 li:first-child+li .index-yanyuan-index,
#yd_show3 li:first-child+li .index-yanyuan-index,
#yd_show4 li:first-child+li .index-yanyuan-index,
#yd_show1 li:first-child+li+li+li+li+li .index-yanyuan-index,
#yd_show2 li:first-child+li+li+li+li+li .index-yanyuan-index,
#yd_show3 li:first-child+li+li+li+li+li .index-yanyuan-index,
#yd_show4 li:first-child+li+li+li+li+li .index-yanyuan-index{
	display: block;
	width: 100px;
	height:100px;
	border-radius: 100px;
	margin: 0 auto;
	border-radius:60% ;
	overflow:hidden;
}
#yd_show1 li:first-child+li+li img,
#yd_show2 li:first-child+li+li img,
#yd_show3 li:first-child+li+li img,
#yd_show4 li:first-child+li+li img,
#yd_show1 li:first-child+li+li+li+li img,
#yd_show2 li:first-child+li+li+li+li img,
#yd_show3 li:first-child+li+li+li+li img,
#yd_show4 li:first-child+li+li+li+li img{
	display: block;
	width: 100%;
	display: block;
	margin: 0 auto;
}	
#yd_show1 li:first-child+li+li .index-yanyuan-index,
#yd_show2 li:first-child+li+li .index-yanyuan-index,
#yd_show3 li:first-child+li+li .index-yanyuan-index,
#yd_show4 li:first-child+li+li .index-yanyuan-index,
#yd_show1 li:first-child+li+li+li+li .index-yanyuan-index,
#yd_show2 li:first-child+li+li+li+li .index-yanyuan-index,
#yd_show3 li:first-child+li+li+li+li .index-yanyuan-index,
#yd_show4 li:first-child+li+li+li+li .index-yanyuan-index{
	display: block;
	width: 140px;
	height:140px;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	border-radius:60% ;
	overflow:hidden;
}
#yd_show1 li:first-child+li+li+li img,
#yd_show2 li:first-child+li+li+li img,
#yd_show3 li:first-child+li+li+li img,
#yd_show4 li:first-child+li+li+li img{
	display: block;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#yd_show1 li:first-child+li+li+li .index-yanyuan-index,
#yd_show2 li:first-child+li+li+li .index-yanyuan-index,
#yd_show3 li:first-child+li+li+li .index-yanyuan-index,
#yd_show4 li:first-child+li+li+li .index-yanyuan-index{
	display: block;
	width: 180px;
	height:180px;
	border-radius: 100px;
	display: block;
	margin: 0 auto;
	border-radius:60% ;
	overflow:hidden;
}



#yd_show1 li:first-child a,
#yd_show2 li:first-child a,
#yd_show3 li:first-child a,
#yd_show4 li:first-child a,
#yd_show1 li:first-child+li+li+li+li+li+li a,
#yd_show2 li:first-child+li+li+li+li+li+li a,
#yd_show3 li:first-child+li+li+li+li+li+li a,
#yd_show4 li:first-child+li+li+li+li+li+li a {
	margin-top: 0px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;
	padding-top: 5px;
}
#yd_show1 li:first-child+li a,
#yd_show2 li:first-child+li a,
#yd_show3 li:first-child+li a,
#yd_show4 li:first-child+li a,
#yd_show1 li:first-child+li+li+li+li+li a,
#yd_show2 li:first-child+li+li+li+li+li a,
#yd_show3 li:first-child+li+li+li+li+li a,
#yd_show4 li:first-child+li+li+li+li+li a{
	margin-top: 15px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;	
	padding-top: 5px;
}	
#yd_show1 li:first-child+li+li a,
#yd_show2 li:first-child+li+li a,
#yd_show3 li:first-child+li+li a,
#yd_show4 li:first-child+li+li a,
#yd_show1 li:first-child+li+li+li+li a,
#yd_show2 li:first-child+li+li+li+li a,
#yd_show3 li:first-child+li+li+li+li a,
#yd_show4 li:first-child+li+li+li+li a{
	margin-top: 20px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;
	padding-top: 5px;
}
#yd_show1 li:first-child+li+li+li a,
#yd_show2 li:first-child+li+li+li a,
#yd_show3 li:first-child+li+li+li a,
#yd_show4 li:first-child+li+li+li a{
	margin-top: 25px;
	text-align: center;
	display: block;
	width: 30%;
	border-top: solid 2px #e6e6e6;
	margin: auto;
	font-size: 14px;
	text-decoration:none;
	color: #cbcbcb;
	padding-top: 5px;
}

#yd_show1 li h5,
#yd_show2 li h5,
#yd_show3 li h5,
#yd_show4 li h5{
	font-size: 9px;
	text-align: center;
	margin:10px auto;
	color: #b4b4b4;
}
#yd_show1, #yd_show2, #yd_show3, #yd_show4{
	height: 380px;
}
#yd_show1 ul, #yd_show2 ul, #yd_show3 ul, #yd_show4 ul{
	height: 435px;
}


.index-yanchu-hrefa{
	margin-top: 15px;
    display: inline-block;
    border: 1px solid #7d2127;
    padding: 5px 8px;
    border-radius: 2px;
	font-size:14px;
	color:#7d2127
}

.index-yanchu-hrefa2{
	display:none
}
.actors {
    width: 320px;
   
}


@media only screen and (min-width:1200px) and (max-width: 1920px) {
	.actors {
	     width: 24% !important;
	}
}
/*
@media only screen and (min-width:1400px) and (max-width:1295px){
	.actors {
	    width: 235px !important;
	}
}
@media only screen and (min-width:1295px) and (max-width:1200px){
	.actors {
	    width: 210px !important;
	}
}*/



	

































