.jq-checkbox,.jq-radio,.jq-select-multiple li,.jq-selectbox li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.jq-file__name,.jq-selectbox__select-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.jq-checkbox,.jq-file,.jq-number,.jq-radio{display:inline-block}.jq-checkbox,.jq-radio{position:relative;overflow:hidden;user-select:none}.jq-checkbox input,.jq-radio input{position:absolute;z-index:-1;margin:0;padding:0;opacity:0}.jq-file{position:relative;overflow:hidden}.jq-file input{position:absolute;top:0;right:0;height:auto;margin:0;padding:0;opacity:0;font-size:100px;line-height:1em}.jq-select-multiple,.jq-selectbox{position:relative;display:inline-block}.jq-select-multiple select,.jq-selectbox select{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0}.jq-select-multiple li,.jq-selectbox li{user-select:none;white-space:nowrap}.jq-selectbox{z-index:10}.jq-selectbox__select{position:relative}.jq-selectbox__select-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{position:relative;overflow:auto;overflow-x:hidden;list-style:none;-webkit-overflow-scrolling:touch}.jq-select-multiple ul{position:relative;overflow-x:hidden;-webkit-overflow-scrolling:touch}.jq-number__field input{-moz-appearance:textfield;text-align:left}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
.header_mune {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5) !important;
    top: 0px;
    padding: 0px;
	z-index: 999;
    left: 0px;
	width: 100%;
	box-sizing: border-box;
}
.mune-li {
    float: right;
    height: 55px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}
.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;
	text-decoration: none;
	color:#cdcdcd;
}
.pro_nav_arrow {
	margin-left:12px;
	width: 15px;
    height: 8px;
    transition: transform .3s;
}
.product-mune:hover .pro_nav_arrow
{
	transform:rotate(180deg);
}
.product-mune{
	position:relative;
}
.product-mune:hover > .dropdown-menu {
	display: block;
}
.product-mune-list{
	border:none;
	width:100%;
	background-color: rgba(0, 0, 0, 0.5) !important;
	border-radius:0;
	background-clip:border-box;
	padding:0;
	min-width:100%;
	top: 53px;
}
.product-mune-list li
{
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	text-align:left;
	padding-left: 10%;
    padding-right: 0px;
	color:#FFF;
}
.product-mune-list li:hover,.product-mune-list li:hover a
{
	background-color:#FFF;
	color:#000;
}
.product-mune-list li a{
	color:#FFF;
	padding:0px;
	display:inline;
}
.product-mune-list li a:hover{
	color:#000;
}

.news-mune{
	position:relative;
}
.news-mune:hover > .dropdown-menu {
	display: block;
}
.news_nav_arrow {
	margin-left:12px;
	width: 15px;
    height: 8px;
	transform:rotate(270deg);
    transition: transform .3s;
}
.news-mune:hover .news_nav_arrow
{
	transform:rotate(180deg);
	color:#000;
}
.news-mune-list{
	border:none;
	width:100%;
	background-color:#FFF;
	border-radius:0;
	background-clip:border-box;
	padding:0;
	min-width:100%;
	left:100%;
	top:-2px;
}
.news-mune-list li
{
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	text-align:left;
	padding-left: 10%;
    padding-right: 0px;
	color:#FFF;
}
.news-mune-list li:hover,.news-mune-list li:hover a
{
	background-color:#f8f8f8;
	color:#000;
}
.news-mune-list li a{
	color:#FFF;
	padding:0px;
	display:inline;
}
.news-mune-list li a:hover{
	color:#000;
}
.tag-mune{
	position:relative;
}
.tag-mune:hover > .dropdown-menu {
	display: block;
}
.tag_nav_arrow {
	margin-left:12px;
	width: 15px;
    height: 8px;
	transform:rotate(270deg);
    transition: transform .3s;
}
.tag-mune:hover .tag_nav_arrow
{
	transform:rotate(180deg);
	color:#000;
}
.tag-mune-list{
	border:none;
	width:100%;
	background-color:#FFF;
	border-radius:0;
	background-clip:border-box;
	padding:0;
	min-width:100%;
	left:100%;
	top:-2px;
}
.tag-mune-list li
{
	padding:0;
	margin:0;
	height:50px;
	line-height:50px;
	text-align:left;
	padding-left: 10%;
    padding-right: 0px;
	color:#FFF;
}
.tag-mune-list li:hover,.tag-mune-list li:hover a
{
	background-color:#f8f8f8;
	color:#000;
}
.tag-mune-list li a{
	color:#FFF;
	padding:0px;
	display:inline;
}
.tag-mune-list li a:hover{
	color:#000;
}
@media (min-width: 1200px)
{
.container {
    width: 1280px;
}
}
.share .foot_share {
    text-align: center;
}
.foot_share_type_0 .foot_share_box {
    background-image: url(../images/icon_follow_0.svg);
}
.foot_share .Facebook {
    background-position: 0 0;
}
.foot_share .foot_share_box {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    vertical-align: middle;
    background-repeat: no-repeat;
    font-size: 0;
    background-size: 40px;
}
.foot_share .Twitter {
    background-position: 0 -40px;
}
.foot_share .Pinterest {
    background-position: 0 -80px;
}
.foot_share .YouTube {
    background-position: 0 -160px;
}
.foot_share .Google {
    background-position: 0 -200px;
}
.foot_share .LinkedIn {
    background-position: 0 -120px;
}
.foot_share .Instagram {
    background-position: 0 -280px;
}