/* *{margin: 0;padding: 0;} */
img{border: 0;}
/* @font-face{ */
    /* font-family: "siyuan"; */
    /* src: url(../fonts/SOURCEHANSANSCN-LIGHT.OTF); */
/* } */
@font-face{
    font-family: "yingwen";
    src: url("font/HelveticaObl-Thin.ttf");
}
/* @font-face{ */
    /* font-family: "zhanku"; */
    /* src: url("font/zk.ttf"); */
/* } */
.prodate_cont6{
	background:#fff;
}
.topimg{
    width: 100%;
    overflow: hidden;
}
.topimg img{
    width: 100%;
	height:100%
}
.contmain{
    background: #fff url(img/bg.jpg) center top;
    /* background-size: 100% auto; */
    /* background-repeat: repeat-y; */
	background-size: cover;
}
.prodate_cont1 .container,.prodate_cont2 .container{
    width: auto;
    padding: 40px 19%;
}
.container .title{
    text-align: center;
}
.container .title img{
    width: 128px;
}
.container .title .des{
    /* margin: 5px; */
    position: relative;
}
.container .title .des::after{
    position: absolute;
    content: "";
    width: 88px;
    color: #000;
    border-bottom: 2px solid #000;
    bottom: -10px;
    left: 50%;
    transform: translateX(-44px);
}
.container .title .des p{
    line-height: 25px;
    letter-spacing: 6px;
    font-family: 'siyuan';
    font-weight: 600;
	font-size:20px !important;
}

.container .long_des{
    margin: 40px auto;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'siyuan';
    line-height: 25px;
	font-size:16px;
}
.container .long_des p{
	font-size:16px !important;
	font-family: 'siyuan';
}
.container .topimg{
    display: flex;
}
.container .topimg>div{
    flex: 1;
    padding: 20px;
}
.container .topimg>div:first-child{
	/* margin-right:10px */
}
.container .topimg>div:last-child{
	/* margin-left: 10px; */
}
.container .topimg .topimg_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container .topimg .topimg_right>div{
    flex: 1;
}
.container .topimg .topimg_right .topimg_right1{
	margin-bottom: 20px;
}	
.container .topimg .topimg_right .topimg_right2{
	margin-top: 20px;
}
.container .title h3{
    line-height: 25px;
    letter-spacing: 2px;
    font-family: 'siyuan';
    font-weight: 600;
    position: relative;
    font-size: 20px;
}
.container .title h3::after{
    position: absolute;
    content: "";
    width: 46px;
    color: #000;
    border-bottom: 2px solid #000;
    bottom: -10px;
    left: 50%;
    transform: translateX(-23px);
}
.container .title strong{
    margin-top: 15px;
    font-family: "yingwen";
    display: inline-block;
    font-style: oblique;
    font-weight: 100;
    font-size: 18px;
}
.container .detail{
    display: flex;
}
.container .detail>div{
    flex: 1;
    flex-direction:column;
    display: flex;
    padding: 20px;
}
.container .detail>div:first-child{
	/* margin-right: 10px; */
}
.container .detail>div:last-child{
	/* margin-left: 10px; */
}
.container .detail>div>div:first-child{
    flex: 1;
    margin-top: 40px;
}
.container .detail>div>div:last-child{
    flex: 1;
    margin-top: 60px;
}
.container .detail>div>div>img{
    width: 100%;
}
.container .detail>div>div>div{
    padding-top: 25px;
    padding-left: 25px;
	height:85px;
}
.container .detail>div>div>div>h3{
    letter-spacing: 1px;
    font-family: 'siyuan';
    font-weight: 600;
    position: relative;
    font-size: 16px;
	font-style: oblique;
}
.container .detail>div>div>div>h3::after{
    position: absolute;
    content: "";
    width: 120px;
    color: #000;
    border-bottom: 1px solid #000;
    bottom: -8px;
    left: 0;
}
.container .detail>div>div>div>h3>strong{
    font-family: "yingwen";
    display: inline-block;
    font-style: oblique;
    font-weight: 100;
    font-size: 16px;
    text-indent: 20px;
}
.container .detail>div>div>div>p{
    margin-top: 20px;
    text-indent: 20px;
    font-family: 'siyuan';
    font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bigimg{
    margin-top: 30px;
    position: relative;
}
.bigimg>div img{
    width: 100%;
    height: auto;
}

/* 圆点动画 */

.bigimg .point{
	width: 20px;
    height: 20px;
    background-color: #34625f;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
  }
  .bigimg .point::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid #fff;
  }
.bigimg .point::after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -8px;
    top: -8px;
    border-radius: 50%;
    border: 8px solid #fff;
    animation: warn 1.5s ease-out 0s infinite;
  }
  @keyframes warn {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    30% {
      opacity: 1;
    }
    100% {
      transform: scale(1.8);
      opacity: 0;
    }
}
.bigimg .goods{
    position: absolute;
    width: 360px;
    background: #fff;
    /* box-sizing: border-box; */
    padding: 20px;
    display: none;
}
.bigimg .goods .goods_cont{
    border: 1px solid #666;
    padding: 20px;
    border-radius: 5px;
}
.bigimg .goods  .goods_cont .goods_img img{
    width: 100%;
    max-height: 280px;
}
.bigimg .goods .goods_cont .goods_detail{
    padding: 15px;
    font-family: 'siyuan';
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
}
@media screen and  (min-width:1920px){ /*大屏 */
	.container .title .des p{
		font-size: 22px !important;
	}
	.container .long_des p{
		font-size: 18px !important;
	}
	.container .title h3{
		font-size: 22px !important;
	}
	.container .title strong{
		
	}
	.container .detail>div>div>div>h3{
		font-size: 22px;
	}
	.container .detail>div:first-child{
	margin-right: 30px;
	}
	.container .detail>div:last-child{
		margin-left: 30px;
	}
	.container .topimg>div:first-child{
	margin-right:30px
	}
	.container .topimg>div:last-child{
		margin-left: 30px;
	}
	.container .topimg .topimg_right .topimg_right1{
		margin-bottom: 40px;
	}
	.container .topimg .topimg_right .topimg_right2 {
		margin-top: 40px;
	}
}
@media screen and  (max-width:768px){  /*ipad 手机*/
	.container{
		padding: 15px 5% !important;
	}
	.container .title img{
		width: 76px;
	}
	.container .title .des p{
		font-size:14px !important;
	}
	.container .title .des::after{
		width: 50px;
		transform: translateX(-25px);
		border-bottom: 1px solid #000;
	}
	.container .title h3{
		font-size: 16px;
	}
	.container .title strong{
		font-size: 14px;
	}
	.container .long_des{
		margin: 20px auto;
	}
	.container .long_des p{
		font-size: 12px !important;
	}
	.container .topimg>div{
		padding: 5px;
	}
	.container .topimg>div:first-child,
	.container .topimg>div:last-child,
	.container .detail>div:last-child,
	.container .detail>div:first-child{
		margin-left:0;
		margin-right:0;
	}
	.container .topimg .topimg_right .topimg_right1{
		margin-bottom: 5px;
	}
	.container .topimg .topimg_right .topimg_right2{
		margin-top: 5px;
	}
	.container .detail>div{
		padding: 5px;
	}
	.container .detail>div>div{
		    margin-top: 20px;
	}
	.container .detail>div>div>div{
		padding-top: 15px;
		padding-left: 0;
	}
	.container .detail>div>div>div>h3{
		font-size: 14px;
	}
	.container .detail>div>div>div>h3>strong{
		text-indent: 5px;
		font-size: 14px;
	}
	.container .detail>div>div>div>p{
		margin-top: 10px;
		text-indent: 0px;
		font-size: 12px;
	}
	.bigimg .point{
		display: none;
	}
}


/* 东方先生 */
/* 第一块 主题介绍 */
.container_df_01{
	padding: 0 !important;
    background: #fff;
    width: 100% !important;
}
.container_df_01 .container_df_title{
	margin-top: 2.78vw;
	text-align: center;
}
.container_df_01 .container_df_title>h3{
	font-family: zhanku;
	font-size: 5.55vw;
	font-weight: 200;
}
.container_df_01 .container_df_title>div>strong{
	font-family: zhanku;
	font-size: 2.08vw;
	font-weight: 200;
}
.container_df_01 .container_df_title>strong{
	font-size: 1.55vw;
    line-height: 2.78vw;
    font-weight: 100;
    font-family: light;
}
.container_df_01 .container_df_des{
	background: #fff url(df_img/bg_top.png) no-repeat center top;
	width: 100%;
	margin-top: 2.78vw;
	padding-top: 8.17vw;
	background-size: 100% auto;
	overflow: hidden;
}
.container_df_01 .container_df_des>div{
	font-family: zhanku;
	writing-mode: vertical-rl;
	line-height: 5.56vw;
	margin: 0 auto;
	min-height: 48.61vw;
	padding-left: 9.47vw;
}
.container_df_01 .container_df_des>div>h3{
	font-size: 3.33vw;
	font-weight: 200;
	font-family: zhanku;
	padding-left: 4.92vw;
}
.container_df_01 .container_df_des>div>p{
	font-size: 1.53vw;
	font-weight: 200;
	font-family: zhanku;
	color:#555;
}

/* 第二块 细节介绍 */

.container_df_02{
	background: #fff;
	padding: 40px 14% 40px 20% !important;
    margin-top: -40px;
}
.container_df_02 ._description p{
	font-family: 'siyuan';
	font-weight: 200;
	font-size: 1vw;
	color: #93908B;
}
.container_df_02 ._title h3{
	writing-mode: vertical-rl;
	margin: 0 auto;
	font-family: 'zhanku';
	font-weight: 200;
	font-size: 2vw;
}

.container_df_02 .container_df_design{
	overflow: hidden;
	display: flex;
	/* margin-top: -6.25vw; */
	padding-right: 6%;
}
.container_df_02 .container_df_design ._description{
	width: 45.5%;
	text-align: center;
	box-sizing: border-box;
  padding-top: 3%;
	background: #fff url(df_img/bg_center.jpg) no-repeat center top;
	background-position: left 70%;
	background-size: contain;
}
.container_df_02 .container_df_design ._description ._line{
	height: 25%;
	width: 2px;
	content: ".";
	margin: 0 auto;
	background: #93908B;
	margin-bottom: 6%;
}
.container_df_02 .container_df_design ._description p{
	line-height: 1.81vw;
}
.container_df_02 .container_df_design ._images{
	width: 36.9%;
}
.container_df_02 .container_df_design ._images img{
	width: 100%;
	height: auto;
}
.container_df_02 .container_df_design ._title{
	width: 17.6%;
}
.container_df_02 .container_df_design ._title h3{

}

.container_df_02 .container_df_color{
	overflow: hidden;
	display: flex;
	margin-top: 3.47vw;
}
.container_df_02 .container_df_color ._images{
	width: 51.3%;
}
.container_df_02 .container_df_color ._images img{
	width: 100%;
	height: auto;
}

.container_df_02 .container_df_color ._right{
	width: 48.7%;
	display: flex;
	background: #fff url(df_img/bg_center.jpg) no-repeat center top;
	background-position: left bottom;
	background-size: contain;
}
.container_df_02 .container_df_color ._right ._description{
	width: 50%;
	box-sizing: border-box;
	padding-top: 3%;
	padding-right: 3%;
}
.container_df_02 .container_df_color ._right ._description p{
	writing-mode: vertical-rl;
	float: right;
	height: 13.89vw;
	line-height: 2.78vw;
	letter-spacing: 4px;
}
.container_df_02 .container_df_color ._right ._title{
	/* width: 50%; */
	padding-top: 3%;
}
.container_df_02 .container_df_color ._right ._title h3{

}


.container_df_02 .container_df_material{
	overflow: hidden;
	display: flex;
	margin-top: 3.47vw;
	padding-right: 6%;
}
.container_df_02 .container_df_material ._images{
	width: 36.5%;
}
.container_df_02 .container_df_material ._images img{
	width: 100%;
	height: auto;
}
.container_df_02 .container_df_material ._left{
	width: 63.5%;
	display: flex;
	background: #fff url(df_img/bg_center.jpg) no-repeat center top;
	background-position: left bottom;
    background-size: 80% auto;
}
.container_df_02 .container_df_material ._left ._description{
	width: 70%;
	box-sizing: border-box;
  padding-top: 3%;
}
.container_df_02 .container_df_material ._left ._description p{
	writing-mode: vertical-rl;
	float: right;
	height: 13.89vw;
	line-height: 2.78vw;
	letter-spacing: 4px;
}
.container_df_02 .container_df_material ._left ._title{
	width: 20%;
	padding-top: 3%;
}
.container_df_02 .container_df_material ._left ._title h3{

}

.container_df_02 .container_df_detail{
	overflow: hidden;
	display: flex;
	margin-top: 3.47vw;
}
.container_df_02 .container_df_detail ._images{
	width: 51.3%;
	padding-bottom: 11.89vw;
}
.container_df_02 .container_df_detail ._images img{
	width: 100%;
	height: auto;
}
.container_df_02 .container_df_detail ._right{
	width: 48.7%;
	display: flex;
	background: #fff url(df_img/bg_center.jpg) no-repeat center top;
	background-position: right bottom;
	background-size: contain;
}
.container_df_02 .container_df_detail ._right ._title{
	width: 23%;
	padding-top: 3%;
}
.container_df_02 .container_df_detail ._right ._title h3{
	float: right;
}
.container_df_02 .container_df_detail ._right ._description{
	width: 70%;
	text-align: center;
	padding-top: 6.94vw;
}
.container_df_02 .container_df_detail ._right ._description ._line{
	height: 25%;
    width: 2px;
    content: ".";
    margin: 0 auto;
    background: #93908B;
    margin-bottom: 6%;
    margin-top: 6%;
}
.container_df_02 .container_df_detail ._right ._description p{
	line-height: 1.81vw;
}

.container_df_03{
	background: #fff url(df_img/bg_bottom.jpg) no-repeat center top;
	padding: 11.11vw 0 3.47vw;
	text-align: center;
	background-position: bottom;
	background-size: 100% 100%;
}
.container_df_03 .title{
	writing-mode: vertical-lr;
	margin: 0 auto;
}
.container_df_03 .title p{
	position: relative;
	line-height: 3.47vw;
	font-family: 'zhanku';
	font-size: 2vw;
}
.container_df_03 .title p::after{
	position: absolute;
	right: 0;
	content: "";
	top: 0;
	height: 100%;
	width: 2px;
	background: #000;
}
.container_df_03 .title p:last-child::after{
	width: 0;
}

/* TH18样式 */
/* 上部分 */
#content_th01{
	background: #FEFEFE;
	padding: 0 1rem;
	box-sizing: border-box;
	width: 100%;
	margin-top: 1.2rem;
}
#content_th01 img{
	width: 100%;
	height: 100%;
}
#content_th01 .content_th01_top_01{
	display: flex;
	justify-content: flex-end;
}
#content_th01 .content_th01_top_01 .th-img{
	width: 30%;
	flex: none;
}
#content_th01 .content_th01_top_02{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#content_th01 .content_th01_top_02 .th-img{
	width: 70%;
	flex: none;
}
#content_th01 .content_th01_top_01 .th-img img{
	height:100%;
}
#content_th01 .content_th01_top_02 .th-text{
	text-align: right;
}
#content_th01 .content_th01_top_02 .th-text h3{
	font-size: 2em;
	color: #C9A67B;
	position: relative;
	font-weight: 600;
	margin-bottom: 1em;
}
#content_th01 .content_th01_top_02 .th-text h3::after{
	position: absolute;
	content: '';
	width: 2em;
	height: 2px;
	background-color: #C9A67B;
	right: 0;
	bottom: -.5em;
}
#content_th01 .content_th01_top_02 .th-text p{
	font-size: 1.1em;
	line-height: 1.6;
}
#content_th01 .content_th01_bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	align-items: center;
}
#content_th01 .content_th01_bottom .content_th01_bottom_left{
	width: 33%;
	flex: none;
}
#content_th01 .content_th01_bottom .content_th01_bottom_left p{
	margin-bottom:1em;
	font-size:1.1em;
	line-height: 1.6;
}
#content_th01 .content_th01_bottom .content_th01_bottom_right{
	width: 67%;
	flex: none;
	text-align: center;
	padding-left: .8rem;
}
#content_th01 .content_th01_bottom .content_th01_bottom_right:hover img{
	transform: scale(1.02);
}
#content_th01 .content_th01_bottom .content_th01_bottom_right img{
	width:60%;
	transition: 0.4s;
}
#content_th02{

	padding: 0 1rem;
	padding-bottom:1em;
	padding-top: 1.2rem;
	background: #fff;

}
#content_th02 .content_th02_detail_title{
	text-align:center;
	margin-bottom: .5rem;
		background:url(th_img/th-cont02-detailbg.png) no-repeat center center;
}
#content_th02 .content_th02_detail_title h3{
	font-size: 2em;
	color: #C9A67B;
	position: relative;
	font-weight: 600;
	margin-bottom: 1em;
}
#content_th02 .content_th02_detail_title h3::after{
	position: absolute;
	content: '';
	width: 3em;
	height: 2px;
	background-color: #C9A67B;
	left: 50%;
	bottom: -.5em;
	transform:translateX(-50%);
	
}
#content_th02 .content_th02_detail_title p{
	font-size: 1.2em;
}
#content_th02 .content_th02_detail_img{
	font-size: 0;
}
#content_th02 .content_th02_detail_img>div{
	display: inline-block;
	box-sizing: border-box;
	width: 32%;
	margin-right: 2%;
	font-size: 0;
	overflow:hidden;
	
}
#content_th02 .content_th02_detail_img>div:last-child{
	margin-right: 0;
}
#content_th02 .content_th02_detail_img>div img{
	width:100%;
	transition: 0.4s;
}
#content_th02 .content_th02_detail_img>div:hover img{
	transform: scale(1.05);
}

/* 适配终端 */
@media screen and  (min-width:1890px){
	#content_th01 div,#content_th02 div{
		font-size:18px;
	}
}

@media screen and  (max-width:1024px){  /*平板*/
	.container_df_01 .container_df_des>div{
		min-height: 500px;
	}
	.container_df_01 .container_df_des>div>h3{

	}
}
@media screen and  (max-width:768px){  /*手机*/
	.container_df_01{
		padding: 36px 0 !important;
	}
	.container_df_01 .container_df_title>h3{
		font-size: 40px;
	}
	.container_df_01 .container_df_title>div>strong{
		font-size: 16px;
	}
	.container_df_01 .container_df_des>div{
		min-height: 405px;
	}
	.container_df_01 .container_df_title>strong{
		font-size: 14px;
	}
	.container_df_01 .container_df_des{
		  padding-top: 0px;
	}
	.container_df_01 .container_df_des>div>h3{
		font-size: 20px;
	}
	.container_df_01 .container_df_des>div{
		line-height: 40px;
		transform: translateX(0px);
	}
	.container_df_01 .container_df_des>div>p{
		font-size: 16px;
	}
	.container_df_02{
		padding: 15px 5% !important;
	}
	.container_df_02 .container_df_design ._description p{

	}
	.container_df_02 ._description p{
		font-size: 12px;
		line-height: 22px !important;
	}
	.container_df_02 ._title h3{
		font-size: 22px;
	}
	.container_df_02 .container_df_design{
		margin-top: 0;
	}
	.container_df_03 .title p{
		font-size: 22px;
		line-height: 36px;
		
	}
	.container_df_02 .container_df_material ._left ._description p{
		height: 120px;
	}
	.container_df_02 .container_df_color ._right ._description p{
		height: 120px;
		letter-spacing: 0;
	}
	.container_df_02 .container_df_color ._right ._description{
		width:80%
	}
	.container_df_02 .container_df_material ._left ._description{
		width:80%
	}
	/* TH18 */
	#content_th01,#content_th02{
		padding: 0 1em;
		
	}
	#content_th01 .content_th01_top_02{
		flex-direction: column;
		align-items: initial;
	}
	#content_th01 .content_th01_top_02 .th-text{
		    margin-top: 1em;
	}
	#content_th01 .content_th01_bottom{
		flex-direction: column;
	}
	#content_th01 .content_th01_bottom .content_th01_bottom_left{
		width:100%;
	}
	#content_th01 .content_th01_bottom .content_th01_bottom_right{
		width: 100%;
    padding-right: 0;
    text-align: center;
    margin-top: 0.5rem;
	}
}
