* {
	padding: 0;
	margin: 0;
}
body{
	font-size:16px;
	line-height:1.8em;
	overflow-x:hidden;
	font-family:"microsoft yahei";
	background: #f2f2f2;
	min-width: 1380px;
	margin: 0 auto;
	color: #816756;
}
.container-fluid{
	margin:0;
	padding:0;
}
.inline-block{
	display:inline-block;
}
.flex{
	display:flex;
}
.v-center{
	align-items: center;
}
.h-center{
	justify-content: center;
}
.gray{
	background:#f9f9f9;
}
.clear-pd-mg{
	padding:0;
	margin:0;
}
.clear-mg{
	margin:0;
}
.clear-pd{
	padding:0;
}
.clear-top-bottom{
	padding-top:0;
	padding-bottom:0;
}
.clear-pd-right{
	padding-right:0;
}
.clear-pd-left{
	padding-left:0;
}
a, a:link, a:active{
	color:#000;
	text-decoration:none;
}
a:hover{
	color: #816756;
	text-decoration:none;
}
.row{padding:0;margin:0;}
.padding-3{
	padding:30px;
}
.font-2{
	font-size:2rem;
}
.padding-2{
	padding:20px;
}
.padding-1{
	padding:10px;
}
.margin-1{
	margin:10px 0;
}
.margin-2{
	margin:20px 0;
}
.margin-3{
	margin:30px 0;
}
.mt-1{
	height: 40px;
	margin-top:10px;
}
.mt-2{
	margin-top:20px;
}
.mt-4{
	margin-top:40px;
}
.mt-6 {
	margin-top: 60px;
}
.pb-2 {
	padding-bottom: 20px;
}
.title-center{
	text-align: center;
}
.m-left-2{
	margin-left:20px;
	display:inline-block;
}
.m-left-4{
	margin-left:40px;
	display:inline-block;
}
.mb-1{
	margin-bottom:10px;
}
.mb-2{
	margin-bottom:20px;
}
.mt-10{
	margin-top:10px;
}
.mb-50 {
	margin-bottom: 50px;
}
.bg-gray{
	background-color:#F9F9F9;
}
hr{margin:0;padding:0;}
.font-size-12{
	font-size:12px;
}
.clearfix{*zoom:1;clear:both;float:none;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
ul, li {
	list-style: none;
}
.none{
	display:none;
}
.t-center {
	text-align: center;
}
.logo{
	text-align:left;
}
.logo img{
	height: 60px;
}
.menu {
	justify-content: flex-end;
}
.menu .menu-item{
	font-size:1.6rem;
	text-align: center;
	display: flex;
	align-items: center;
	margin-top:0;
	height: 60px;
}
.menu .menu-item > a{
	font-size: 14px;
	color: #816756;
	font-weight: bold;
}
.menu .menu-item.active{
	position:relative;
}
.menu .menu-item > a{
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
}
.menu .menu-item:before {
	width: 40px;
	height: 50px;
	float:left;
	content: '';
}
.menu .menu-item:after {
	width:40px;
	height: 50px;
	float:left;
	content: '';
}
.menu .menu-item.active:before {
	content: '';
	background: url(../images/m-left.png) no-repeat 27px center;
	background-size: auto 50px;
}

.menu .menu-item.active:after {
	content: '';
	background: url(../images/m-right.png) no-repeat left center;
	background-size: auto 50px;
}
.menu .menu-item.active > a {
	background: url(../images/m-m.png) repeat-x left center;
	background-size: auto 50px;
	color: #fff;
	display: block;
	float:left;
	height: 50px;
	line-height: 50px;
}
.sub-menu{
	position:absolute;
	width:100%;
	left:0px;
	top:11rem;
	align-items: center;
	background:rgba(222, 40, 23, .8);
	height:5rem;
	line-height:5rem;
	z-index: 999;
}
.sub-menu a{
	padding:0 2vw;
	color:#fff;
}
.childs {
	display: none;
}
.childs:before {
	width: 12px;
	height: 12px;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	margin-top: -22px;
	margin-left: -10px;
	background: url(../images/tri.png) no-repeat center top;
}
.menu .menu-item.active .childs{
	display: block;
	position: absolute;
    left: 0px;
	top: 90px;
    width: 250%;
    background: #d5d3d1;
	/*background: rgba(131,32,28,.9);*/
	z-index: 999;
	margin-top: -11px;
	margin-left: -60%;
	padding: 10px;
	border-top: 2px solid #816756;
}
.menu .menu-item.active .contact,.menu .menu-item.active .news{ 
	width: 100%;
	margin-left: 0;
}
.carousel-caption-item {
	width:14%;
	float:left;
	margin-right:0.3%;
	background:#fff;
}
.sub-cate {
	justify-content: space-between;
}
.sub-cate a {
	font-size: 14px!important;
	padding: 0 3px;
	display: inline-block;
}
.sub-cate a:hover {
	color: #fff;
	font-weight: bold;
	background: #816756;
	display: inline-block;
}
.sub-cate a.cate {
	padding: 0 3px;
	color: #816756;
	font-weight: 600;
	font-size: 16px!important;
}
.sub-cate a.cate:hover {
	color: #fff;
}
.carousel-caption-item:last-child{
	margin:0;
}
.carousel-caption-item img{
	width:100%;
}
.carousel-caption-item .carousel-item-text{
	padding:1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color:#CB4C3C;
	color:#fff;
	font-size:1.2rem;
	text-align:center;
}
.carousel-caption-item .carousel-item-text span{
	display:inline-block;
}
.carousel-control{
	width:5%;
}
.carousel-control.left{
	background:none;
	height:50px;
	top: 40%;
	left: 10%;
}
.carousel-control.right{
	background:none;
	height:50px;
	top: 40%;
	right: 10%;
}
.w-1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.top {
	background: #fff;
}
.brand {
	justify-content: space-between;
	margin-top: 4rem;
}
.brand a {
	display: block;
	width: 30%;
	padding: 20px 16px;
}
.brand a:hover {
	background-color: #ccc;
	border-radius: 30px;
	color: #000;
}
.brand a:hover span:nth-child(1){
	background-color: #fff;
	border-radius: 20px 20px 0 0;
}
.brand a:hover span.channel-1:nth-child(1) {
	background:url(/tiantian/images/aaa.png) no-repeat center center #fff;
	background-size: 100% auto;
}
.brand a:hover span.channel-2:nth-child(1) {
	background:url(/tiantian/images/bbb.png) no-repeat center center #fff;
	background-size: 100% auto;
}
.brand a:hover span.channel-3:nth-child(1) {
	background:url(/tiantian/images/ccc.png) no-repeat center center #fff;
	background-size: 100% auto;
}
.brand a span:nth-child(1) {
	padding: 10px 0;
	margin-bottom: 20px;
}
.brand a span {
	display: block;
	text-align: center;
}
.brand a span.brand-text {
	font-size: 22px;
	font-weight: 600;
	color: #816756;
}
.brand a:hover span.brand-text {
	color: #000;
}
.brand img {
	width: 300px;
	height: 200px;
	object-fit: contain;
}
.slider-pic {
    position: relative;
    clear: both;
}
.slider-pic .hd {
    height: 0;
    width: 100%;
    position: relative;
}
.slider-pic .tempWrap{
	width: 1200px;
	overflow:hidden;
}
.slider-pic .hd .prev,
.slider-pic .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
	background-size: 70% auto;
    top: 185px;
    left: -90px;
    height: 82px;
    width: 82px;
}
.slider-pic .hd .next {
    background: url(../images/right.png) no-repeat center center;
    left: auto;
	right: -90px;
	background-size: 70% auto;
}
.slider-pic .hd .prevStop {
    background-position: -60px 0;
}
.slider-pic .hd .nextStop {
    background-position: -60px -50px;
}
.slider-pic .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
}
.slider-pic .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slider-pic .bd {
    width: 1200px;
}
.slider-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slider-pic .bd ul li {
    margin: 0 10px;
	float: left;
	width: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.slider-pic .bd ul li img {
    text-align: center;
    display: block;
    width: 100%;
    height: 459px;
    overflow: hidden;
	object-fit: cover;
	border-radius: 10px;
}
.s-pic {
	display: block;
	float: left;
	position: relative;
}
.pic-mask {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, .5);
	width: 310px;
	height: 459px;
	border-radius: 10px;
	display: block;
}
.s-pic:hover .pic-mask{
	display: none;
}
.slider-pic .bd .title {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 22px;
	color: #000;
	display: block;
	text-align: center;
}
.slider-pic .bd .s-summary {
	text-align: left;
	float: left;
	font-size: 16px;
}
.news-list {
	justify-content: space-between;
}
.news-left {
	width: 600px;
	padding-right: 2vw;
}
.news-left img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.news-right {
	flex: 1;
}
.news-pic img {
	width: 200px;
	height: 120px;
	object-fit: cover;
}
.news-info {
	padding-left: 20px;
}
.news-item {
	border-bottom: 1px solid #ccc;
}
.news-item:last-child {
	border: 0;
}
.fs-12 {
	font-size: 12px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.f-bold {
	font-weight: bold;
}
.border {
	border-bottom: 1px solid #9a9a9a;
	padding-bottom: 4rem;
}
.icon-group img {
	margin-right: .5rem;
	display: inline-block;
	width: 40px;
}
.footer {
	background: #cbc2b2;
	padding: 4rem 0;
	justify-content: space-between;
}
.footer  a {
	display: block;
}
.footer > div > div {
	padding-right: 50px;
}
.footer > div > div .fs-18 {
	padding-bottom: 5px;
}
.footer > div > div .fs-12 {
	font-size: 12px;
}
.flex-1 {
	flex: 1;
	text-align: right;
}
.f-contact a {
	display: inline-block;
}

.f-contact a:hover{ 
	animation:myfirst 1s  ;
}
@keyframes myfirst
{
    100%{transform: rotate(360deg);}
}
.show-qrcode {
	position: relative;
}
.show-qrcode span {
	display: none;
	position: absolute;
	left: -50px;
	top: 40px;
}
.show-qrcode:hover span {
	display: block;
} 
.location .cate {
	font-size: 20px;
	border-left: 3px solid #816756;
	padding-left: 20px;
	float: left;
	font-size: 26px;
	font-weight: bold;
}
.location .bread {
	font-size: 16px;
	float: right;
}
.location .bread span {
	display: inline-block;
	padding: 0 5px;
}
.left-menu {
	float: left;
	width: 20%;
}
.level {
	cursor: pointer;
}
.level-0 {
	background: #816756;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	padding-left: 30px;
	display: block;
}

.level-0 a {
	color: #fff;
	font-size: 18px;
}

.level-1 {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	padding-left: 20px;
}
.show-child {
	background: url(../images/down.png) no-repeat 90% center;
}
.hide-child {
	background: url(../images/up.jpg) no-repeat 90% center;
}
.level-1 a {
	 font-size: 16px;
	 width: 80%;
	 display: inline-block;
}
.level-2 {
	padding: 10px 0 10px 30px;
	border-bottom: 1px dashed #ccc;
}
.level-2 a {
	display: block;
}
.right-panel {
	float: right;
	width: 900px;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-panel > ul.news li a {
	width: 80%;
	float: left;
	text-align: left;
}
.right-panel > ul.news li span {
	float: right;
}
.right-panel > ul.pics li {
	width: 270px;
	float: left;
	margin: 0 15px 10px 15px;
}
.right-panel > ul.pics li img {
	width: 270px;
	object-fit: contain;
	height: 200px
}
.right-panel > ul.pics > li > a > span:nth-child(1) {
	display: block;
	background: #fff;
	padding: 10px 0;
}
.honor-panel > ul.pics li {
	width: 260px;
	float: left;
	margin: 15px;
}
.honor-panel > ul.pics .pic {
	background: #fff;
	padding: 15px;
	display: block;
	float: left;
}
.honor-panel > ul.pics li img {
	width: 250px;
	object-fit: contain;
	height: 300px
}
.honor-panel .n-tit {
	text-align: center;
}
.n-tit {
	width: 270px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #816756;
	border-color: #816756;
}
.pagination>li>a, .pagination>li>span {
	color: #816756;
}
/*详情*/
.bg-gary {
	background: #f2f2f2;
}
.content {
	background: #ccc;
}
.slides {
	width: 50%;
}
.slides dl {
	float: left;
}
.slides dt {
	float: left;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #fff;
}
.slides dt img {
	width: 600px;
	height: 450px;
	object-fit: contain;
}
.slides dd {
	float: left;
	width: 180px;
	margin: 10px 15px;
	box-sizing:border-box;
	
	background: #fff;
}
.slides .thumb-pic.current {
	border: 2px solid #CB4C3C;
	padding: 10px 0;
}
.slides dd .thumb-pic {
	width: 180px;
	height: 150px;
	object-fit: contain;
	cursor: pointer;
}

.detail {
	width: 45%;
	float: right;
}
.detail .d-tit {
	font-size: 26px;
	font-weight: 600;
}
.d-desc {
	line-height: 2;
	padding: 20px 0;
	font-size: 18px;
}
.r-list {
	display: inline-block;
	padding: 10px 20px;
	background: #816756;
	color: #fff;
}
.r-list a {
	color: #fff;
}
.d-con {
	border: 2px solid #ccc;
}
.d-con img {
	max-width: 100%;
}
.d-txt {
	height: 40px;
	line-height: 40px;
	background: #ccc;
	color: #000;
}
.d-txt span {
	display: inline-block;
	padding: 0 40px;
	border-top: 2px solid #816756;
	margin-top: -2px;
}
.d-content {
	padding: 20px 30px;
	line-height: 1.8;
}
.s-menu {
	text-align: center;
}
.s-menu li {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	width: 140px;
}
.s-menu li a {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.s-menu li.current {
	background: url(../images/menu_bg.jpg) no-repeat 3px center;
	background-size: 160px auto;
	width: 160px;
}
.s-menu li.current  a {
	color: #fff;
}
.employ td, .employ th {
	text-align: center;
}
.employ .t-header {
	background: #816756;
	color: #fff;
}
.employ .t-header th , .employ td{
	padding: 20px 0;
}
.e-tit {
	color: #816756;
	font-size: 30px;
	font-weight: 600;
}

.sub-info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.sub-info span {
	display: inline-block;
	margin-right: 20px;
	color: #666;
}

.resume-btn {
    background: #816756;
    display: inline-block;
    padding: 10px 30px;
    border: 0;
    color: #fff;
}
.resume-btn:hover{
	color: #fff;
}

.left-event {
	float: left;
	width: 150px;
	margin-right: 50px;
}
.left-event li {
	width: 100%;
	float: left;
	height: 80px;
	line-height: 80px;
	text-align: right;
}
.right-event {
	float: left;
	width: 900px;
	
	padding-left: 10px;
	position: relative;
}
.right-event ul{
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	border-left: 1px solid #ccc;
	width: 100%;
}
.right-event li {
	text-align: left;
	min-height: 80px;
	background: url(../images/circle.jpg) no-repeat 0px center;
	margin-left: -10px;
}
.right-event li .event-item {
	border-bottom: 1px solid #ccc;
	display: block;
	min-height: 80px;
	padding-left: 30px;
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.left-contact {
	float: left; 
	width: 600px;
	padding: 20px;
}
.right-contact {
	float: right;
	width: 600px;
	padding: 20px;
}