body{
	font-family: 微软雅黑;
    background: #ededed;
}
html, body{
	height: 100%;
}
td{
	font-size:12px;
}
a,a:hover{
	color:#333;
	text-decoration:none;
}
.swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }
.swiper-pagination-bullet-active {
      color: #fff;
      background: #007aff;
    }
.head-box{
	max-width:1300px;
}
.about-left-img{
	max-width:100%;
}
.clear-line{
clear:both;
}
.yw-line-bottom{
	border-bottom:none;
}
.padding-top-120{
padding-top:120px;	
}
.padding-top-90{
	padding-top:90px;
}
.padding-top-60{
	padding-top:60px;
}
.padding-top-50{
	padding-top:50px;
}
.padding-top-30{
	padding-top:30px;
}
.padding-top-20{
	padding-top:20px;
}
.padding-top-10{
	padding-top:10px;
}
.margin-top10{
	margin-top:10px;
}
.f30 {
    font-size: 30px;
    line-height: 32px
}
.m_top40 {
    margin-top: 40px
}
.blue, .blue a {
	color:#000
}
.f14 {
	font-size:14px
}
.c-6 {
    color: #666;
	line-height:35px;
}
.left{
	float:left;
}
.ticket-info-img-list{
	padding:20px;
}
.page-box{
	margin-top:20px;
}
.morekuan{
border:1px solid #FFF;
width:120px;
padding-top:10px;
padding-bottom:10px;
text-align:center;	
}
.morekuanhei{
border:1px solid #15122F;
width:120px;
padding-top:10px;
padding-bottom:10px;
text-align:center;	
}
.swiper-container{
	height: 100%;
}
.swiper-container{
	height: 100%;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    opacity: 1;
    background: rgba(0,0,0,0.3);
}
.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.indexbgimg{
	width:100%;
	height:100%;
	object-fit: cover;
    object-position: center;
	}
.mask{
	display:none;
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index:98;
	background-color:#000000; 
	opacity:0.5;
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
}
.mune-li{
float:left;
height:55px;
display:block; 
padding-left:50px; 
padding-right:50px;
}
.mune-li:hover{
	background:#222222;	
}
.site-mune-link{
	text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #FFF;
    text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
	text-align:center;
	height:55px;
	line-height:55px;
}
.site-mune-link:hover{
	color:#FFF;
}
.pagemune {
    margin: 0 auto;
    position: absolute;
	left: -200%;
	top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 9999;
	transition: left linear 0.5s;
}
.mune-list{
	width:100%;
	text-align: center;
	height: 40px;
    line-height: 40px;
	white-space: nowrap;
	margin-top:10px;
	color: rgba(102, 102, 102, 1);
	font-size:16px;
	text-decoration:none;
	border-bottom:1px solid #f2f2f2;
}
.mune-list a{
	color: rgba(102, 102, 102, 1);
	font-size:16px;
	text-decoration:none;
}
.mune-list:hover,.mune-list a:hover,.mune-list .active{
	color:#000;
	font-size:16px;
	text-decoration:none;
}
.header{
	height:100px;
	max-width:100%;
	background: #fff;
	margin:0 auto;
}
.site-logo{
	padding-top: 20px;
	cursor: pointer;
    min-height: 40px;
    min-width: 160px;
	font-size: 32px;
    z-index: 32;
	text-align: left;
    white-space: nowrap;
	font-weight: normal;
    color: #ffc001;
	}
.site-logo a,.site-logo a:hover{
color: #ffc001;
text-decoration:none;	
}
.nav-list{
	padding-top: 10px;
}
.search {
    width: 270px;
    height: 36px;
    background: #f3f3f3;
    border-radius: 30px;
    overflow: hidden;
}
.search span {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}
.search .txt {
    float: left;
    border: none;
    background: none;
    margin-left: 10px;
    width: 220px;
    height: 32px;
}
.search input:focus {outline: none;}
.msearch input:focus {outline: none;}
.msearch {
    display:none;
}
.timeout-tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	text-align:center;
	padding-top:45%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.9);
    color: #36aeea;
    cursor: pointer;
	display:none;
}
.scan-des {
    color: #909399;
    margin-top: 18px;
	text-align:center;
}
.table {
	border-collapse:collapse
}
.table th {
	border-bottom:1px solid #eceaea;
	font-size:12px
}
.table td {
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #eceaea
}
.table table th {
	border:none;
	padding:0
}
.table table td {
	border:none;
	padding:0
}
.m_top10 {
    margin-top: 10px;
}
.m_top30 {
	margin-top:30px
}
.site-mune{
min-height: 40px;
z-index: 32;
}
.site-mune-link{
	text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-family: 微软雅黑;
    color: #666;
    text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
	width:16%;
	padding: 10px 0px;
	text-align:center;
}
.site-mune a:hover,.site-mune-link:hover{
	color: #6da62c;
}
.site-mune .active
{
color: #6da62c;	
}
.new-index-navbtn { float: right; width: 30px; height: 26px; position: relative; cursor: pointer; margin-top: 35px; }

.new-index-navbtn span { display: block; height: 2px; background: #666; top: 0px; position: absolute; width: 100%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

.new-index-navbtn span:nth-child(2) { width: 70%; top: 12px; }

.new-index-navbtn span:nth-child(3) { top: 24px; }

.new-index-navbtn:hover span { width: 100%; }
.site-menu{ width:50%; float:left;text-align:center;margin-top:28px;z-index:999;}

.product-mune{
	position:relative;
	white-space: nowrap;
}
.product-mune:hover .dropdown-menu {
	display: block;
}
.news-mune{
	position:relative;
	white-space: nowrap;
}
.news-mune:hover .dropdown-menu {
	display: block;
}
.share-mune{
	position:relative;
	white-space: nowrap;
}
.share-mune:hover .dropdown-menu {
	display: block;
}
.product-mune-list{
	width:200px;
	min-width:100px;
	background-color:#FCFCFC;
	border-radius: 4px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
	background-clip:border-box;
	padding-top: 9px;
    padding-bottom: 10px;
	margin-left: -50px;
    margin-right: -50px;
}
.product-mune-list:after,
.product-mune-list:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #fff;
		left: 50%;
        margin-left: -8px;
        top: -16px;
    }
.border-triangle-bottom:after {
        border-bottom-color: #fff;
        top: -15px;
    }
.product-mune-list li
{
	padding:0;
	margin:0;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:left;
	padding-left:30%;
}
.product-mune-list li:hover
{
	background-color:#FFF;
}
.product-mune-list li a{
	color:rgba(102, 102, 102, 1);
}
.product-mune-list li a:hover{
	color:#000;
}
.pro_nav_arrow {
	margin-left:6px;
	width: 15px;
    height: 8px;
    transition: transform .3s;
}
.product-mune:hover .pro_nav_arrow
{
	transform:rotate(180deg);
}
.news_nav_arrow {
	margin-left:6px;
	width: 15px;
    height: 8px;
    transition: transform .3s;
}
.news-mune:hover .news_nav_arrow
{
	transform:rotate(180deg);
}
.share_nav_arrow {
	margin-left:6px;
	width: 15px;
    height: 8px;
    transition: transform .3s;
}
.share-mune:hover .share_nav_arrow
{
	transform:rotate(180deg);
}
.more-mune{
	padding-left:50%;
	text-align:left;
}
.index-banner-box {
    width: 100%;
}
.gemsdisplay{
	max-width:1300px;
	background:#FFFFFF;
}
.index-product-cate{
	max-width:1300px;
	background:#FFFFFF;
}
.i-p-c-title{
	text-align: center;
    font-weight: 400;
    font-style: normal;
	font-size:36px;
	padding:30px;
}
.i-p-c-des{
	text-align: center;
    font-weight: 400;
    font-style: normal;
	font-size:24px;
	margin-top:-10px;
}
.i-p-c-box{
	text-align:center;
}
.i-p-c-list{
	width:19%;
	padding:20px;
	box-sizing:border-box;
	display:inline-block	
}
.i-p-c-list-img{
	width:100%;
}
.i-p-c-list-img img{
	max-width:100%;
}
.i-p-c-name{
	width:100%;
	padding:15px;
	box-sizing:border-box;
	text-align:center;
	font-size:18px;
	line-height:30px;
	height:90px;
}
.content {
    padding-bottom: 30px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center
}

.rollBox {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px
}

.rollBox dl {
    width: 230px;
    float: left;
    margin-left: 25px;
    margin-right: 25px
}

.rollBox dt {
    margin-bottom: 20px
}

.rollBox .f12 {
    line-height: 16px;
    font-size: 14px;
    color: #666;
    margin-top: 5px
}

.rollBox .LeftBotton {
    width: 25px;
    height: 68px;
    background: url("images/ico_left.png") no-repeat;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 30px 0 0 0;
    cursor: pointer
}

.rollBox .RightBotton {
    width: 25px;
    height: 68px;
    background: url("images/ico_right.png") no-repeat;
    overflow: hidden;
    float: right;
    display: inline;
    margin: 30px 0 0 0;
    cursor: pointer
}

.rollBox .Cont {
    width: 90%;
    overflow: hidden;
    float: left;
    margin-left: 14px;
    margin-right: 10px;
    padding-top: 10px
}

.rollBox .ScrCont {
    width: 10000000px
}

.rollBox #List1,.rollBox #List2 {
    float: left
}

.box {
    position: relative;
    background: url("images/bj_02.jpg") right bottom no-repeat #fff;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    width: 1200px;
    margin: 0 auto;
    min-height: 400px
}
.box-hei-60{
	height:60px;
}
.path-box{
	width:100%;
	background-color: #ededed;
}
.breadcrumb{
	border-radius:0px;
	margin-bottom:0px;
}
.banner-size{
	width:100%;
	background:#FFFFFF;
	overflow:hidden;
	position: relative;
}
.new_index_banner_icon { position: absolute; left: 0px; width: 100%; bottom: 5%; z-index: 91; }

.new_index_banner_icon p { max-width: 1600px; margin: 0px auto; padding: 0px 15px; }

.new_index_banner_icon p span { width: 18px; height: 25px; -webkit-border-radius: 20px; border-radius: 20px; border: 3px solid #fff; display: block; position: relative; -webkit-animation: mouse both ease-in 2s infinite; -o-animation: mouse both ease-in 2s infinite; animation: mouse both ease-in 2s infinite; }

.new_index_banner_icon p span:after { content: ''; position: absolute; top: 3px; width: 3px; height: 6px; background: #fff; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 4px; border-radius: 4px; }
.new_index_banner_icon p { max-width: 750px; padding: 0px 0px; }

.index-main-box{
	
}
.index-main-list{
	position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: none;
}
.index-main{
	position: static;
	left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.index-main-bg{
	background-size: cover;
    background-attachment: fixed;
	background: url(images/bg.jpg) no-repeat top ,transparent;
	position:fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index:-1;
}
.yw-h1{
	color: rgb(231, 210, 163);
	margin-top:160px;
	width:100%;
	text-align:center;
	height:42px;
	line-height:42px;
	font-size:24px;
}
.share-h1{
	color: rgb(231, 210, 163);
	margin-top:60px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
	height:42px;
	line-height:42px;
	font-size:24px;
}
.yw-des{
	height:45px;
	line-height:45px;
	font-size: 16px;
    color: rgb(164, 166, 187);
	width:100%;
	text-align:center;
	margin-bottom:60px;
}
.yw-title{
	font-size:16px;
	color:#FFF;
}
.yw-more{
	width:150px;
	margin:0 auto;
	margin-bottom:50px;
	margin-top:20px;
}
.yw-more-btn{
	background: rgba(23, 26, 78, 1);
	border:none;
	width:150px;
	border-radius: 26px 26px 26px 26px;
	color: rgba(133, 139, 240, 1);
	transform: translateY(0px);
	transition: all .6s ease;
}
.yw-more-btn:hover{
	border:none;
	background: rgba(23, 26, 78, 1);
	color: rgba(133, 139, 240, 1);
	transform: translateY(-10px);
}

.line-img-box{
	margin-top:50px;
}
.qy-info{
	width:100%;
	height:100%;
	background: url(images/qyinfo-bg.png) repeat-x;
}
.qy-info-title{
	color: rgb(231, 210, 163);
	padding-top:50px;
	text-align:center;
	width:100%;
	font-size: 20px;
	word-break: break-word;
}
.qy-info-img{
	width:100%;
	height:160px;
	text-align:center;
	padding-top:40px;
	padding-bottom:20px;
}
.qy-info-des{
	width:100%;
	padding-left:40px;
	padding-right:40px;
	font-size: 1rem;
    color: rgb(164, 166, 187);
    line-height: 28px;
	margin-top:40px;
}
.qy-info-cont{
	text-align: justify;
	padding-left:0px;
	padding-right:0px;
}
.qy-more{
	width:100%;
	margin-bottom:50px;
	padding-top:40px;
}
.qy-void{
	padding-top:150px;
}
.qy-void video{
	max-width:100%;
}
.qy-void-text{
padding-top:100px;	
}
.figure{
width:100%;	
}
.img-fluid {
    width: 100%;
    height: 100%;
}
.figure-caption{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	font-size: 1rem;
}
.share-tab {
    height: 70px;
	padding:0 0 0 5px;
	border-bottom:none!important;
}
.share-tab > li > a,
.share-tab > li > a:hover,
.share-tab > li > a:focus {
  margin-right: 0px;
  cursor: Pointer;
  border:none !important;
  background-color:transparent;
  color: #FFF;
  border-top:none;
  border-left:none;
  border-right:none;
  padding: 10px 10px;
  margin-right:30px;
}
.share-tab .nav-link.active,
.share-tab .nav-link.active:hover,
.share-tab .nav-link.active a:focus {
  cursor: Pointer;
  background-color:transparent;
  border:none !important;
  border-bottom: #E7D2A3 3px solid !important;
  color: rgb(231, 210, 163);
  border-top:none;
  border-left:none;
  border-right:none;
  padding: 10px 10px;
  margin-right:30px;
}
.share-tab > li.active i
{
    line-height: 0;
    border-bottom: #06c 4px solid;
    border-left: #fff 4px solid;
    border-right: #fff 4px solid;
    position: absolute;
    bottom: 3px;
    left: 50%;
}
.news-tab {
    height: 70px;
	padding:0 0 0 5px;
	border-bottom:none!important;
}
.news-tab > li > a,
.news-tab > li > a:hover,
.news-tab > li > a:focus {
  margin-right: 0px;
  cursor: Pointer;
  border:none !important;
  background-color:transparent;
  color: #333;
  border-top:none;
  border-left:none;
  border-right:none;
  padding: 10px 10px;
  margin-right:30px;
}
.news-tab .nav-link.active,
.news-tab .nav-link.active:hover,
.news-tab .nav-link.active a:focus {
  cursor: Pointer;
  background-color:transparent;
  border:none !important;
  border-bottom: #6da62c 3px solid !important;
  color: #6da62c;
  border-top:none;
  border-left:none;
  border-right:none;
  padding: 10px 10px;
  margin-right:30px;
}
.news-tab > li.active i
{
    line-height: 0;
    border-bottom: #06c 4px solid;
    border-left: #fff 4px solid;
    border-right: #fff 4px solid;
    position: absolute;
    bottom: 3px;
    left: 50%;
}
.card{
	border-radius: 0px !important;
	margin-bottom:20px;
}
.card:hover{
filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7;	
}
.card-title{
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.card-text{
	text-align:justify;
	height:120px;
	overflow:hidden;
}
.news-h1{
	font-weight: normal;
    color: #000000;
	margin-top:60px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:40px;
}
.news-date{
	font-size: 20px;
    line-height: 1;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
	width: 20%;
	margin-right:30px;
	float: left;
	text-align:right;
	color:#6da62c;
}
.news-year{
	font-size: 16px;
    color: #6da62c;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
	width: 20%;
	margin-right:30px;
	float: left;
	text-align:right;
}
.news-title,.news-title a,.news-title a:hover{
	font-size: 20px;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 1;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
	float: left;
	color:#333;
}
.news-title a,.news-title a:hover{
	width:100%;
}
.news-des{
	width: 70%;
	font-size: 16px;
    color: #555555;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
	float: left;
	text-align:justify;
}
.product-list{
	width:20%;
	float:left;
	margin-left:5%;
}
.product-list-img{
	width:100%;
	
}
.product-list-img img{
	max-width:100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}

.link-box{
	margin-top:90px;
	margin-bottom:180px;
}
.link-img{text-align:center; margin-bottom:50px;}
.link-img img{max-width:100%;}
.debers-page{
	padding:10px;
}
.loadEffect{
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top:60px;
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: lightgreen;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
#ticket-info-img{width:100%; height:auto; padding:5px 0;}
#ticket-info-img img{width:100%;height:100%;}
.thumbnail{
	display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail img{
	width:100%;
	height:100%;
}
.imgkauan{
	border:2px solid #b5a180;
}
.goods-title{
    line-height: 40px;
    color: #333333;
    font-size: 18px;
}
.goods-ts-top{
	line-height: 25px;
    color: #999;
    font-size: 14px;
	border-bottom:1px solid #e6e7eb;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 10px;
}
.title_wrap {
    margin-bottom: 22px;
    width: 100%;
    white-space: nowrap;
}
.now_price {
    font-size: 28px;
    font-weight: bold;
}
.mainTextColor {
    color: #b5a180;
	text-decoration: line-through;
}
.goods-ts{
	padding-top:5px;
	line-height: 28px;
    color: #333333;
    font-size: 14px;
}
.goods-ts p{
	margin-bottom:0.1rem;
}
.ts-list{
	box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    padding: 2px 15px;
    margin: 4px 8px 4px 0;
	float:left;
	min-width:50px;
	
}
.goods-ts .on {
    background: #b5a180;
    border-color: #b5a180;
    color: #fff;
}
.goods-img-mini{
    transition: .5s ease;
    -webkit-transition: .5s ease;
    opacity: .5;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: .5s ease;
    -webkit-transition: .5s ease;
}
.goods-img-mini-active{
	opacity:1;
}
.debersfooter{
    max-width: 1300px;
    background: #fff;
    margin: 0 auto;
	padding-bottom:10px;
}
.footerbox {
    width: 100%;
    border-top: 12px solid #6da62c;
}
.footer-icon{
	margin-top: 30px;
    padding: 0;
    list-style-type: none;
}
.footer-icon-li{
	float:left;
	width: 210px;
    height: 105px;
    text-align: center;
}
.footer-icon-li a {
    color: #666;
}
.footer-icon-li-img{
	background: url(images/2021footer_ico.png) no-repeat;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}
.footer-icon-li-img span {
    display: inline-block;
    padding-top: 46px;
    font-size: 15px;
}
.f-i-l-i-1{
	width: 96px;
    background-position: -391px 0;
}
.f-i-l-i-2{
	width: 65px;
    background-position: -60px 0;
}
.f-i-l-i-3{
	width: 65px;
    background-position: -123px 0;
}
.f-i-l-i-4{
	width: 65px;
    background-position: -187px 0;
}
.f-i-l-i-5{
	width: 65px;
    background-position: -251px 0;
}
.f-i-l-i-6{
	width: 65px;
    background-position: -320px 0;
}
.footer-title{
	color: rgb(184, 188, 244);
    font-size: 36px;
    background-color: initial;
    font-family: Arial;
	padding:50px;
}
.footer-nav{
	margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    padding: 27px 15px 0;
}
.footer-nav-box{
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-nav-li
{
	width: 243px;
    height: 188px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
	float:left;
}
.footer-nav-li p{
	line-height: 1;
}
.footer-nav-logo
{
	width:100%;
	float:left;
	height: 68px;
    display: inline-block;
}
.footer-nav-logo img{
	width:150px;
}
.footer_nav_title_CN {
    font-size: 18px;
    color: #585858;
    margin-top: 5px;
}
.footer_nav_title_EN {
    font-size: 10px;
    color: #b7b7b7;
    margin-top: 9px;
    margin-bottom: 26px;
}
.black_text {
    color: #6a6a6a;
    font-size: 14px;
}
.footer_nav_cat {
    margin-top: 19px;
}
.footer_nav_cat a:hover{
	color: #b5a180;
}
.jtfn{width:100%;min-height:50px;text-align:center;}
.jtfn a.tmall{display:inline-block;width:102px;height:21px;background:url(images/footbuy2.png) no-repeat 0 0;}
.jtfn a.tmall:hover{background:url(images/footbuy2.png) no-repeat 0 -30px;}
.jtfn a.jd{display:inline-block;width:102px;height:21px;background:url(images/footbuy2.png) no-repeat -120px 0;margin-top:12px;}
.jtfn a.jd:hover{background:url(images/footbuy2.png) no-repeat -120px -30px;}

.noborder{
	border-right:none;
}
.friendlink{
	width:100%;
	height:50px;
	font-size:14px;
	padding:10px;
}
.friendlink a{
	text-decoration: none;
	color: #333037;
	font-size:14px;
}
.friendlink a:hover{
	color: #b5a180;
}
.themefootText{
	width:100%;
	text-align:center;
	font-size:12px;
	padding-top:20px;
}
.themefootText p{
	margin-top:0rem;
	margin-bottom: 0.2rem;
}
.themefootText a{
	text-decoration: none;
	color: #333037;
	font-size:12px;
}
.themefootText a:hover{
	color: #b5a180;
}
.footer-copyright{
flex-wrap: wrap;
margin-bottom:10px;
color: rgb(98, 102, 156);
font-size: 16px;
height: 30px;
line-height:30px;
}

.about-banner{
    max-width: 1300px;
    background: #fff;
    margin: 0 auto;
	padding-bottom:10px;
}
.about-banner img{
	width:100%;
}
.about-box{
	max-width: 1300px;
    background: #fff;
    margin: 0 auto;
	padding-bottom:10px;
	background: #fff;
}
.ke-zeroborder{
	width:100%;
}
.ke-zeroborder p img{
	max-width:100%;
}
.news-focus-box{
	max-width:1300px;
	background-color:#FFF;
	padding-top:10px;
}
.focus-top{
	width:100%;
	height:32px;
	line-height:32px;
	padding-left:15px;
	box-sizing: border-box;
	background: url("images/newsfocusbg.png");
	border:solid 1px #dedede;
}
.focus-left{
	padding:10px;
}
.focus-img{
	width:390px;
	height:300px;
}
.carousel-inner {
    width: 100%;
    height: 320px;
    overflow: hidden;
    box-sizing: border-box;
	padding:15px 0;
}
.focus-list-img{
	width: 100%!important;
    height: 300px!important;
}
.focus-list{width:100%;}
.focus-list-title{
	font-size:16px;
	width:75%;
	float:left;
	display: -webkit-box;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
	border-bottom:1px dashed #999;
}
.focus-list-date{
	width:25%;
	padding-right:10px;
	height: 35px;
	font-size:16px;
    line-height: 35px;
	float:left;
	text-align:right;
	color:#666;
	border-box:border-box;
	border-bottom:1px dashed #999;
}
.index-news-box .col-md-6:nth-child(2),.index-news-box .col-md-6:nth-child(4),.index-news-box .col-md-6:nth-child(6),.index-news-box .col-md-6:nth-child(8),.index-news-box .col-md-6:nth-child(10){
padding-left:0px;	
}
.news-box{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}
.news-box-list{
	width:100%;
	border:solid 1px #dedede;
}
.newsleft10{
	margin-left:10px;
}
.newsbottom10{
	height:10px;
	width:100%;
	clear:both;
}
.news-ad{
	width:100%;
	margin-bottom:10px;
}
.news-ad img{
	width:100%;
}
.news-list-top{
	width:100%;
	height:32px;
	line-height:32px;
	padding-left:15px;
	box-sizing: border-box;
	background: url("images/newsfocusbg.png");
	border-bottom:solid 1px #dedede;	
}
.news-list{width:100%;
margin-bottom:60px;
}
.news-list-title{
	font-size:16px;
	width:70%;
	padding-left:20px;
	float:left;
	display: -webkit-box;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
	border-bottom:1px dashed #999;
}
.news-list-date{
	width:30%;
	padding-right:10px;
	box-sizing:border-box;
	height: 35px;
	font-size:16px;
    line-height: 35px;
	float:left;
	text-align:right;
	color:#666;
	border-bottom:1px dashed #999;
	text-overflow: ellipsis;
    overflow: hidden;
}
.news-more{
	float:right;
	margin-right:15px;
}
.news-cate-top {
    padding-top: 50px;
	height:90px;
}
.news-list-box{
	width:100%;
}

.footer-copyright a,.footer-copyright a:hover{
	color: rgb(98, 102, 156);
    font-size: 16px;
	margin-right:10px;
	margin-left:10px;
	height: 30px;
	line-height:30px;
}
.wa-beian{
	display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url(images/beian.png) no-repeat 50%;
}



.sidebar { position: fixed; z-index: 99; left: 0px; right: auto; bottom: 0%; width: 100%; border-right: 1px solid #dfdfdf; background-color: #ffffff; display: none; }
.sidebar a { float: left; width: 25%; display: block; border: 1px solid #dfdfdf; border-right: none; text-align: center; padding: 10px 0px; color: #6a6d73; position: relative; }
.sidebar a span { display: block; height: 54px; background-repeat: no-repeat; background-position: top center; padding-top: 34px; position: relative; z-index: 9; }
.sidebar a span.icon1 { background-image: url(images/sidebarIcon1.png); }
.sidebar a span.icon2 { background-image: url(images/sidebarIcon2.png); }
.sidebar a span.icon3 { background-image: url(images/sidebarIcon3.png); }
.sidebar a span.icon4 { background-image: url(images/sidebarIcon4.png); }
.sidebar a span.icon5 { background-image: url(images/sidebarIcon5.png); }
.sidebar a .sidebarTel { position: absolute; display: none; text-align: left; right: 0px; background-color: #6da62c; padding: 10px 0px 0px 20px; color: #f3eccb; font-size: 12px; width: 305px; top: -1px; bottom: -1px; border: 1px solid #dfdfdf; }
.sidebar a .sidebarTel em { font-style: normal; font-size: 24px; color: #ffffff; display: block; }
.sidebar a.hometop { background-color: #414348; color: #ffffff; position: fixed; bottom: 20%; right: 0px; width: 40px; border-bottom: 1px solid #dfdfdf; padding: 2px 0px; }
.sidebar a.hometop em { position: relative; display: block; font-style: normal; padding: 10px 0px 5px; }
.sidebar a.hometop em:after { content: ''; position: absolute; left: 50%; top: 0px; margin-left: -5px; width: 0px; height: 0px; border: 5px solid transparent; border-bottom-color: #fff; }
.sidebar a .Qrcode { position: fixed; left: 50%; bottom: 80px; margin: -81px 0px 0px -81px; width: 162px; border: 1px solid #dfdfdf; background-color: #fff; display: none; }
.sidebar a .Qrcode img { width: 120px; }
.sidebar a:hover { background-color: #6da62c; color: #fff; }
.sidebar a:hover span.icon1 { background-image: url(images/sidebarIcon01.png); }
.sidebar a:hover span.icon2 { background-image: url(images/sidebarIcon02.png); }
.sidebar a:hover span.icon3 { background-image: url(images/sidebarIcon03.png); }
.sidebar a:hover span.icon4 { background-image: url(images/sidebarIcon04.png); }
.sidebar a:hover span.icon5 { background-image: url(images/sidebarIcon05.png); }

.burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 32px;
    float: right;
    background-color: #fff;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

.burger:hover {
    background-color: #ea2828
}

.burger--line {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #040404;
    margin-bottom: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 1px
}

.burger--line:last-child {
    margin-bottom: 0
}

.burger:hover .burger--line {
    background-color: #fff
}

.burger.active {
    background-color: #000;
}

.burger.active .burger--line {
    background-color: #fff
}

.burger.active .burger--line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    transform-transform-origin: center center
}

.burger.active .burger--line:nth-child(2) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.burger.active .burger--line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.title-animate {
	opacity: 0;
	-webkit-transition: 10ms ease-in;
    transition: 10ms ease-in;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.title-animate span {
    min-height: 10px;
    position: relative;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;	
}
.title-animate span {
    display: inline-block;
    min-width: 10px;
}
.swiper-slide-active .title-animate, .swiper-slide.swiper-slide-active:before {
    opacity: 1;
}

/*about*/
.about-h1{
	color: rgb(68, 68, 68);
	text-align:left;
	height:30px;
	line-height:30px;
	font-size:20px;
	color: rgb(33, 33, 33);
	width:100px;
	float:left;
}
.about-h1-en{
	margin-top:10px;
	height:20px;
	line-height:20px;
	font-size: 12px;
    color: rgb(169, 169, 169);
	text-align:left;
	width:100px;
	float:left;
}
.about-img{
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}
.about-img img{
	max-width:60%;
}
.about-title{
	color: rgb(68, 68, 68);
	text-align:left;
	height:30px;
	line-height:30px;
	font-size:18px;
	color: rgb(33, 33, 33);
	width:80px;
	float:left;
}
.about-des{
	margin-top:5px;
	line-height:25px;
	font-size: 18px;
    color: rgb(169, 169, 169);
	text-align:left;
	width:100px;
	float:left;
}
.about-more{
	margin-top:30px;
	margin-bottom:30px;
}
.about-more img{
	max-width:50%;
	text-align:center;
}
.about-h1{
	color: rgb(68, 68, 68);
	text-align:left;
	height:30px;
	line-height:30px;
	font-size:20px;
	color: rgb(33, 33, 33);
	width:100px;
	float:left;
}
.about-h1-en{
	margin-top:10px;
	height:20px;
	line-height:20px;
	font-size: 12px;
    color: rgb(169, 169, 169);
	text-align:left;
	width:100px;
	float:left;
}
.about-info-1{
	color: rgb(169, 169, 169);
	width:100%;
	clear:both;
}
.about-cont-box{
	width:100%;
	
}
.about-vod {margin-top:30px;margin-bottom:30px;}
.about-vod .vod-img{width:100%;}
.play-box{
	position: absolute;
    width: 60px;
    height: 60px;
	border-radius: 50%;
	top:110px;
	left:47%;
	background-color:rgba(0,0,0,0.5);
}
.play-box img{ 
	width:60px;
	padding:10px;
}
.cooperlist {
      width: 100%;
      height: auto;
	  padding:30px 0;
      margin-left: auto;
      margin-right: auto; 
    }
.coopersli {
	text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition-property:all;
    }
.linkimg{max-width:100%;}
.cont-line{
	height:1px;
	width:100%;
	clear:both;
	border-bottom:1px solid #F3F3F3;
}
.news-list-info{
	width:100%;
	height:330px;
	padding:50px 20px;
	border-top: 1px solid #d9d9d9;
	margin-right:20px;
	-webkit-transition:all ease .2s;
	-o-transition:all ease .2s;
	-moz-transition:all ease .2s;
	transition:all ease .2s
}
.news-list-info:hover{
	background-color:#f2f2f2;
}
.news-list-info .date {
    font-size: 18px;
    line-height: 24px;
    color: #666;
	margin: 0;
    padding: 0;
	margin-bottom: 20px;
    font-weight: normal;
}
.news-list-info .date .line {
    display: block;
    width: 20px;
    height: 0;
    padding-top: 15px;
    border-bottom: 3px solid #d9d9d9;
}
.news-list-info .news-list-title{
	font-size: 18px;
	font-weight: bold;
    color: #333;
	height: 48px;
    line-height: 24px;
	margin-bottom: 32px;  
}
.news-list-info .news-list-title a,.news-list-info .news-list-title a:hover{
	color: #333;
}
.news-list-info .news-list-text{
	line-height: 26px;
    color: #878787;
    white-space: normal;
    margin-top: 14px;
    font-size: 14px;
}
.news-bg{
	width:100%;
	background: url(images/newsbg.jpg) repeat center ,transparent;
	padding-bottom:90px;
}
.news-img{
	margin-top:30px;
}
.news-img img{max-width:100%;}
.news-info{
	margin-top:30px;
}
.news-info .news-list-title{
	font-size: 16px;
    color: #333;
	height:25px;
	line-height:25px
}
.news-info .news-list-title a,.news-info .news-list-title a:hover{
	color: #333;
}
.news-info .news-list-text{
	line-height: 26px;
    color: #878787;
    white-space: normal;
    margin-top: 14px;
    font-size: 14px;
}
.news-info .news-list-time{
	line-height: 1.5;
    color: #999;
    display: inline-block;
    font-size: 14px;
}
.news-info-title{
	font-size: 25px;
    color: #333;
    text-align: left;
    font-weight: 400;	
}
.news-info-des{
	font-size: 14px;
    color: #adadad;
    display: inline-block;
	line-height:35px;
	margin-top:10px;
}
.news-cont,.news-cont p{
	font-size:1rem;
	color:#676767;
	line-height:25px;
}
.news-cont p img{
	width:100%;
}
.bds_weixin {
    width: 30px;
    height: 30px;
    margin: 10px 0 0 10px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(images/bdwx.png);
	float:right;
}
.news-info-bg{
	background-color: #f2f2f2;
	width:100%;
}
.goods-list-left{
background-color: #FFF;
padding:20px;
margin-left:0px;
margin-right:0px;
border-right: #f2f2f2 10px solid;
}
.goods-list-right{
background-color: #FFF;	
margin-top:30px;
width:100%;
padding:0px;
}
.news-info-left{
background-color: #FFF;
border-right:#f2f2f2 10px solid;
}
.news-info-right{
background-color: #FFF;	
margin-top:60px;
width:100%;
float:right;
padding:0px;
margin-left:0px;
margin-right:0px;
}
.news-art-more{
background-color: #FFF;	
margin-top:10px;
width:100%;
float:right;
padding:0px;
margin-left:0px;
margin-right:0px;
}
.margin0{
	margin:0px;
}
.padding0{
	padding:0px;
}
.paddingleft10{
	padding-left:10px
}
.weixin-ewm{text-align:center;}
.news-info-logo {text-align:center;width:100%;}
.news-info-logo img{
	max-width:100%
}
.news-info-wx {text-align:center;width:100%;}
.news-info-wx img{
	max-width:100%
}
.news-right-wx{
	width:100%;
	text-align:center;
	font-size:16px;
	padding:10px;
}
.news-right-title{
	font-size: 18px;
    line-height: 52px;
    color: #333;
	padding-left:0px;
}
.news-right-list{
	list-style: none;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	width:100%;
}
.news-right-list li{
	margin-top: 8px;
    margin-bottom: 8px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #f2f2f2 dashed;
}
.news-right-list li a,.news-right-list li a:hover{  
    font-size: 1rem;
}
.news-list-icon{
	width:20px;
	height:20px;
}
.news-info-bottom{
	width:100%;
	height:300px;
	background-color: #e6e6e6;
	padding-top:60px;
	padding-bottom:60px;
}
.nib-jy{
	width: 236px;
    height: 190px;
	margin:0 auto;
	color: #fff;
	font-size: 48px;
    line-height: 54px;
	background-color: rgba(8, 11, 55, 1);
	text-align:center;
	padding: 30px 0 0;
}
.nib-jy span{
    font-size: 65px;
    line-height: 70px;
}
.nib-info{
	font-size: 16px;
    line-height: 36px;
}

.nib-info h3 {
    font-size: 52px;
    line-height: 60px;
	color: rgba(8, 11, 55, 1);
	margin: 0;
    padding: 0;
	margin-bottom: 14px;
    font-weight: bold;
	text-align:center;
}
.nib-info h2 {
    font-size: 34px;
    line-height: 42px;
	margin: 0;
    padding: 0;
	margin-bottom: 4px;
    font-weight: normal;
	text-align:center;
}
.nib-info .msg {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
	text-align:center;
}
.nib-info h4 {
    font-size: 18px;
    line-height: 24px;
	padding-top: 2px;
	margin: 0;
    padding: 0;
    font-weight: normal;
	text-align:center;
}
@keyframes mouse { 0% { -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  50% { -webkit-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px); }
  100% { -webkit-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

	
@media (min-width: 992px) {
.yw-img{
	margin-bottom:20px;
}
.line-m{display:none;}
.line-text-m{display:none;}
.line-text-box{
	margin-top:50px;
}
.line-text-01{
	color:#FFF;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-top:28px;
}
.line-text-02{
	color:#FFF;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-top:146px;
}
.line-text-03{
	color:#FFF;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-top:146px;
}
.yw-img{padding-top:10px;}
.yw-img:nth-child(3),.yw-img:nth-child(6),.yw-img:nth-child(9){
	 border-right:none;
}
.yw-img-ani-1 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .6s ease-in-out;
        }
.yw-img-ani-2 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .7s ease-in-out;
        }
.yw-img-ani-3 {
			transform: translateY(0px);
			transition: all .6s ease;
            animation: roate .8s ease-in-out;
        }
.yw-img-ani-4 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .9s ease-in-out;
        }
.yw-img-ani-5 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .6s ease-in-out;
        }
.yw-img-ani-6 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .7s ease-in-out;
        }
.yw-img-ani-7 {
			transform: translateY(0px);
			transition: all .6s ease;
            animation: roate .8s ease-in-out;
        }
.yw-img-ani-8 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .6s ease-in-out;
        }
.yw-img-ani-9 {
            transform: translateY(0px);
			transition: all .6s ease;
			animation: roate .7s ease-in-out;
        }
.yw-img-ani-10 {
			transform: translateY(0px);
			transition: all .6s ease;
            animation: roate .8s ease-in-out;
        }
.yw-img-ani-1:hover,.yw-img-ani-2:hover,.yw-img-ani-3:hover,.yw-img-ani-4:hover,.yw-img-ani-5:hover,.yw-img-ani-6:hover,.yw-img-ani-7:hover,.yw-img-ani-8:hover,.yw-img-ani-9:hover,.yw-img-ani-10:hover{
	transform: translateY(-20px);
}
@keyframes roate {
		from { 
			transform: translateY(100px);
			opacity: 0; 
			}
		to { 
			transform: translateY(0px);
			opacity: 1; 
			}
        }
.new-index-navbtn { display: none; }
.bigbgimg{
	width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
	}
.banner01{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner02{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner03{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner04{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner01-title{
width: 100%;
height: 70px;
font-size: 72px;
font-weight: bold;
color: #15122F;
line-height: 70px;
letter-spacing: 10px;
}
.banner01-etitle{
width: 100%;
height: 48px;
font-size: 36px;
font-weight: bold;
color: #FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height: 48px;
letter-spacing: 2px;
margin-top:30px;
}
.banner01-des{
margin-top:30px;
width: 100%;
height: 25px;
font-size: 16px;
font-weight: 400;
color: #FFF;
text-shadow: 2px 2px 2px #000000;
line-height: 25px;
letter-spacing: 5px;	
}
.banner01-more-name{
margin-top:40px;
height: 25px;
font-size: 16px;
color: #FFF;
line-height: 25px;
letter-spacing: 3px;	
padding-right:0;
}
.banner01-more-name span a,.banner01-more-name span a:hover{
color: #FFF;
font-size: 16px;
text-decoration:none;
}
.banner02-title{
width: 100%;
height: 70px;
font-size: 72px;
font-weight: bold;
color: #ffc001;
line-height: 70px;
letter-spacing: 10px;
}
.banner04-title{
width: 100%;
height: 70px;
font-size: 72px;
font-weight: bold;
color: #15122F;
line-height: 70px;
letter-spacing: 10px;
}
.banner04-etitle{
width: 100%;
height: 48px;
font-size: 36px;
font-weight: bold;
color: #FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height: 48px;
letter-spacing: 2px;
margin-top:30px;
}
.banner04-des{
margin-top:30px;
width: 100%;
height: 25px;
font-size: 16px;
font-weight: 400;
color: #15122F;
text-shadow: 2px 2px 2px #FFFFFF;
line-height: 25px;
letter-spacing: 5px;	
}
.banner04-more-name{
margin-top:40px;
height: 25px;
font-size: 16px;
color: #15122F;
line-height: 25px;	
padding-right:0;
}
.banner04-more-name span a,.banner04-more-name span a:hover{
color: #15122F;
font-size: 16px;
text-decoration:none;
}
.color-hei,.color-hei span a,.color-hei span a:hover{
color: #333;	
}
.sidebar { position: fixed; z-index: 99; left: auto; right: 0px; top: 180px; bottom: auto; width: 86px; border-bottom: 1px solid #dfdfdf; background-color: #ffffff; }
.sidebar a { float: none; width: auto; }
.sidebar a.hometop { position: relative; width: auto; height: auto; right: 0px; bottom: 0px; padding: 10px 0px; border-bottom: none; }
.sidebar a .Qrcode { position: absolute; right: 95px; left: auto; top: 0px; margin: 0px; border: 1px solid #dfdfdf; background-color: #fff; display: none; }
.sidebar { border-bottom: 1px solid #dfdfdf; }
.sidebar a { border-bottom: none; }
}
@media (max-width: 992px) {
.newsleft10{
	margin-top:10px;
	margin-left:0px;
}
.pcshow{
	display:none;
}
.m_top30 {
    margin-top: 20px;
}
.m_top40{
	margin-bottom:40px
}
.yw-line-bottom{
	border-bottom: 1px solid #dbe3ef;
}
.zs-left{
	display:none;
}
.themefootText{
	padding-bottom:80px;
}
.goods-list-left{
	display:none;
}
.header{
	height:150px;
}
.search{
	display:none;
}
.msearch {
    width: 100%;
    height: 36px;
    background: #f3f3f3;
    border-radius: 30px;
	display:block;
}
.msearch span {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
	width: 75%;
}
.msearch .txt {
    float: left;
    border: none;
    background: none;
    margin-left: 10px;
    width: 100%;
    height: 32px;
}
.footer-icon-li{
	width:33%;
}
.footer-nav-li{
	width:50%;
}
.footer-nav {
    padding: 27px 0 0 0;
}
.norborder{
	border-right: none;
}
.about-banner img{
	width:100%;
	height: 200px;
    object-fit: cover;
    object-position: center;
}
.rollBox .Cont {
	width:75%;
}
.i-p-c-list{
	width:49%;
	padding:10px;
}
.i-p-c-name{
	padding:5px;
	font-size:14px;
	height:90px;
	min-height:90px;
	overflow:hidden;
}
.indexbgimg{
	width:100%;
	height:350px;
	object-fit: cover;
    object-position: center;
	}
.bigbgimg{
	width:100%;
	height:200px;
	object-fit: cover;
    object-position: center;
	}
.nib-jy{
display:none;
}
.nib-info h3 {
	font-size:2rem;
	line-height: 40px;
}
.nib-info h2 {
	font-size:1rem;
	line-height: 30px;
}
.nib-info .msg {
	font-size:.8rem;
	line-height: 26px;
}
.paddingleft10{
	padding-left:0px
}
.news-info-left {
	padding:0px;
}
.about-vod .vod-img{
	width:100%;
	height:240px;
	object-fit: cover;
    object-position: center;
}
.play-box{
	position: absolute;
    width: 60px;
    height: 60px;
	border-radius: 50%;
	top:90px;
	left:47%;
	background-color:rgba(0,0,0,0.5);
}
.padding-top-120{
padding-top:60px;	
}
.padding-top-90{
	padding-top:45px;
}
.padding-top-60{
	padding-top:30px;
}
.padding-top-50{
	padding-top:25px;
}
.gxiuifooter{
	height:500px;
}
.product-mune-list{
	left:60%;
	top:-12px;
	width:120px;
	min-width: 120px;
	border: 1px solid #f2f2f2;
}
.product-mune-list li{
	border-bottom: 1px solid #f2f2f2;
}
.product-mune-list li a
{
color:rgba(102, 102, 102, 1);	
}
.product-mune-list li a:hover{
color:#000;
}
.site-mune{
display: none;
}
.qy-info{margin-top:50px;}
.line-text-m,.line-img-box{
	width:100%;
	overflow:hidden;
}
.line-text-box{
	display:flex;
	width:100%;
	margin-top:20px;
}
.line-pc{display:none;}
.line-text-pc{display:none;}
.line-text-01{
	width:20px;
	color:#FFF;
	line-height:20px;
	margin-left:28px;
}
.line-text-02{
	width:20px;
	color:#FFF;
	line-height:20px;
	margin-left:126px;
}
.line-text-03{
	color:#FFF;
	width:20px;
	line-height:20px;
	margin-left:126px;
}
.banner01{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner02{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner03{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner04{
	position: absolute;
	left:10%;
	top:20%;
	z-index:100;
}
.banner01-title{
width: 100%;
height: 36px;
font-size: 36px;
font-weight: bold;
color: #073d79;
line-height: 36px;
letter-spacing: 10px;
}
.banner01-etitle{
width: 100%;
height: 16px;
font-size: 24px;
color: #FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height: 16px;
margin-top:20px;
}
.banner01-des{
margin-top:20px;
width: 100%;
height: 25px;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height: 25px;
letter-spacing: 3px;	
}
.banner01-more-name{
margin-top:20px;
height: 25px;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
line-height: 25px;
letter-spacing: 3px;	
padding-right:0;
}
.banner01-more-name span a,.banner01-more-name span a:hover{
color: #FFFFFF;
font-size: 16px;
text-decoration:none;
}
.banner02-etitle{
width: 100%;
height: 16px;
font-size: 24px;
color: #ffc001;
text-shadow: 2px 2px 2px #000000;
line-height: 16px;
margin-top:20px;
}
.banner04-title{
width: 100%;
height: 36px;
font-size: 36px;
font-weight: bold;
color: #15122F;
line-height: 36px;
letter-spacing: 10px;
}
.banner04-etitle{
width: 100%;
height: 16px;
font-size: 24px;
color: #FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height: 16px;
margin-top:20px;
}
.banner04-des{
margin-top:20px;
width: 100%;
height: 25px;
font-size: 16px;
font-weight: 400;
color: #15122F;
text-shadow: 2px 2px 2px #FFFFFF;
line-height: 25px;
letter-spacing: 3px;	
}
.banner04-more-name{
margin-top:20px;
height: 25px;
font-size: 16px;
font-weight: bold;
color: #15122F;
line-height: 25px;
letter-spacing: 3px;	
padding-right:0;
}
.banner04-more-name span a,.banner04-more-name span a:hover{
color: #15122F;
font-size: 16px;
text-decoration:none;
}
}
@media (max-width: 768px) {
.index-news-box .col-md-6:nth-child(2),.index-news-box .col-md-6:nth-child(4),.index-news-box .col-md-6:nth-child(6),.index-news-box .col-md-6:nth-child(8),.index-news-box .col-md-6:nth-child(10){
padding-left:15px;
padding-top:10px;	
}
.news-info-left{
	border-right: none;
}
}
@media (min-width: 768px) {
.new_index_banner_icon p { max-width: 750px; padding: 0px 0px; }
.new_index_banner_icon p span { width: 32px; height: 44px; -webkit-border-radius: 20px; border-radius: 20px; border: 5px solid #fff; display: block; position: relative; -webkit-animation: mouse both ease-in 2s infinite; -o-animation: mouse both ease-in 2s infinite; animation: mouse both ease-in 2s infinite; }
.new_index_banner_icon p span:after { content: ''; position: absolute; top: 7px; width: 6px; height: 11px; background: #fff; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 4px; border-radius: 4px; }
}
@media (min-width: 992px) { 
.new_index_banner_icon p { max-width: 970px; padding: 0px 0px; }
}
@media (min-width: 1260px) { .new_index_banner_icon p { max-width: 1200px; padding: 0px 0px; }}
@media (min-width: 1420px) { .new_index_banner_icon p { max-width: 1380px; padding: 0px 0px; }}
@media (min-width: 1900px) { .new_index_banner_icon p { max-width: 1600px; padding: 0px 0px; }}