/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #222;
    line-height: 25px;
    font-family: Arial,"Microsoft YaHei", Helvetica, sans-serif;
}
img {
    max-width: 100%;
}
dl {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin: 0 0 10px;
}

.elps {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

a:link{color:#131313; text-decoration:none;}
a:visited{color:#131313; text-decoration:none;}
a:hover{color:#C80000; text-decoration:none;}
a:active{color:#131313; text-decoration:none;}

a.whitex{color:#333; text-decoration:none;}
a.whitex:hover{color:#C00; text-decoration:none;}

.pic_c{
	text-align:center;
}

.all_box{
	width:100%;
	margin:0 auto;
}

header {
    padding-top: 6px;
	position: relative;
}
header img {
    float: left;
}
header span{
	font-size:14px;
	padding-top:6px;
	line-height:25px;
	padding-right:10px;
	text-align:right;
	float:right;
}
header span a{
	color:#F30 !important;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.toolWrap {
    position: absolute;
    right: 76px;
    bottom: 0;
}
.searchBtn {
    display: block;
    width: 34px;
    height: 32px;
    background: url(../images/search.png) no-repeat 50% 5px;
    background-size: 50%;
}
.searchBox {
    position: absolute;
    height: 0;
    top: 36px;
    background: #f00;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transform: height;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
}
.s_head {
    display: -webkit-box;
    background-color: #00396C;
    padding-left: 10px;
}
.s_head li {
    background: #015DAE;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 3px 0 0 0;
    color: #FFF;
}
.s_input {
    height: 50px;
    padding: 0 10px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    background: #015DAE;
}
.inputWrap {
    display: block;
    margin: 7px 0 0 0;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.s_input .s_keyword {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    line-height: normal;
    background-color: rgba(163,163,163,0.1);
    border: 1px solid rgba(163,163,163,0.5);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(163,163,163,0.1)),to(rgba(163,163,163,0.1)));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset;
    box-shadow: 1px 2px 3px #b7b7b7 inset;
}
.s_input button {
    width: 80px;
    height: 35px;
    margin: 7px 0 0 0;
    background-color: #004079;
    color: #FFF;
    max-width: 576px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(163,163,163,0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
}
.s_result {
    background: #FFF;
    padding: 10px;
    text-align: center;
    color: #000;
    -webkit-box-flex: 2;
    display: none;
}
nav {
    background:#00abf0;
    font-size: 14px;
    font-weight: normal;
}
.menu li {
    width: 25%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    float: left;
	border-bottom:#24befa 1px solid;
}
.menu li a {
    color: #ffffff;
}
.menu li a {
    display: block;
    text-decoration: none;
}
.swipePicsWrap .swipePics img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.swipePicsWrap {
    position: relative;
    overflow: hidden;
}
.swipePicsWrap .swipeIcons {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 20px;
    /* background-color: rgba(0,0,0,0.6); */
    z-index: 10;
    text-align: center;
    float: left;
}
.swipePicsWrap .swipeIcons span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 2px;
    vertical-align: top;
    margin-top: 7px;
}
.searchbg{
	padding:16px 0;
}
.search {
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: box;
}
.search div {
text-align: center;
font-size: 14px;
}
.search div:nth-child(1) {
	padding:0 10px;
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
}
.search div:nth-child(2) {
width: 106px;
height: 39px;
line-height: 39px;
}
.search .input_text {
border-radius: 0px;
background-color: rgba(0,0,0,0.1);
text-align: left;
font-size: 14px;
vertical-align: middle;
color: #000;
border: 0;
font-size: 18px;
padding: 4px 7px;
width: 100%;
line-height: 28px;
}
.search .input_btn {
width: 96px;
height: 36px;
line-height: 36px;
font-size: 16px;
color: #FFF;
padding:8px 20px;
font-family: 'Microsoft YaHei';
background: #8dc743;
border: 0 none;
}
.mintop {
    border-bottom: 1px solid #e6e6e6;
}
.mintop h2 {
    font-size: 14px;
    padding-left: 15px;
    line-height: 40px;
    color: #555;
}
.mintop h2 a {
    color: #555;
	text-decoration:none;
}
.mintop .nbot{
    padding-bottom: 11px;
    border-bottom: 2px solid #ff8000;
}
.mintop h2 span {
    padding-right: 10px;
	background:url(../images/more.png) left no-repeat;
	padding-left:20px;
    font-size: 12px;
    font-weight: 100;
    float: right;
}
.mintop h2 span a{
	color:#333;
}
.mintop h2 img{
	padding-top:9px;
}
.intop {
	padding-left:10px;
    border-bottom: 1px solid #eef0f1;
}
.intop h2 {
    font-size: 14px;
	font-weight:100;
	background:url(/wap/images/top-icon.png) no-repeat left;
    padding-left: 15px;
    line-height: 40px;
    color: #555;
}
.intop h2 a {
    color: #555;
	text-decoration:none;
}
/**/
.navIndex {
  background: #f3f3f3;
  padding:10px;
}
.navIndex .navInnerIndex {
  background: #ffffff;
}
.navIndex .navIndexItem {
  float: left;
  width: 25%;
  padding:10px;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
}
.navIndex .navIndexItem img {
  display: block;
  margin: 0 auto 0.08rem;
  width: 32px;
  height: 32px;
}
.navIndex .navIndexItem .navCont {
  text-align: center;
}
/**/
.productList{
    background: #ffffff;
    padding: 20px 10px;
}
.productItem {
    margin-top:10px;
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}
.innerProduct {
    box-shadow: 2px 1px 4px rgb(0 0 0 / 30%);
}
.productIcons {
    position: relative;
    top: 0;
    left: 0;
}
.productImg {
    display: block;
    width: 222px;
	height:174px;
}
.productCont {
    padding: 6px 5px;
}
.bg-738 {
    background-color: #efefef;
}
.productCont .leftCont {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/**/
.company {
}
.companyBg {
  display: block;
  width: 100%;
}
.companyWrap {
  margin: 0 auto;
  background:url(../images/a_bg.jpg) no-repeat;
  position: relative;
  padding: 20px 5px;
}
.compTitle {
  padding:6px;
}
.compTitle h3{color:#fff; font-size:20px; padding-bottom:6px; font-weight:normal;}
.compTitle h5{width:20px; height:4px; background:#fff;}
.compConts{
  padding:12px 6px;
  color: #fff;
  line-height:22px;
}
.compbottom{
	padding:10px 15px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.compbottom dl h4{color:#fff; font-size:28px; font-weight:normal;}
.compbottom dl p{color:#b1b8e3;}
.compmenu{
	padding:6px 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.compmenu a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 46px;
    background: #e21229;
    border-radius: 5px;
    transition: all 0.5s;
    font-size: 16px;
    float: left;
}

.linkMore {
    display: block;
    text-align: center;
    margin: .2rem auto 0;
    width:100px;
    line-height:30px;
    border: 1px solid #e6e3e3;
}
.c-666 {
    font-size: 14px;
    color: #fff;
}
.c-668 {
    font-size: 14px;
    color: #333;
}
.c-669 {
    font-size: 14px;
}

.wrapTitle{
	padding:0 6px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapTitle h3,.m_title h3{
	font-size:16px;
	font-weight:normal;
}
.wrapTitle p,.m_title p{
	width:20px;
	height:4px;
	background:#d50f25;
	margin-top:6px;
}


/**/
.i_news{
    padding:0;
}
.m_title{
	padding:6px 12px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	
.intext {
    font-size: 14px;
    color: #333;
}
.intext, .mnews {
    padding:10px;
    line-height: 25px;
}
.intext li {
    border: 1px solid #eeeeee;
    line-height: 35px;
    padding: 8px;
	margin-bottom:8px;
}
.intext p {
	line-height:18px;
}
.mnews li {
    border-bottom: #9c9c9b 1px dotted;
    line-height: 30px;
}
.ititle{
	text-align:center;
	height:46px;
	line-height:36px;
	border-bottom:1px dashed #CCCCCC;
	width:100%;
	font-weight:bold;
	font-size:16px;
	margin-bottom:9px;
}

.mpimg {
    padding:0 10px 10px;
}
.mpimg li {
    width: 46%;
    text-align: center;
    padding: 5px;
    float: left;
}
.mpimg img {
    border: #DBDBDB 0px solid;
    padding: 0px;
    background: #fff;
}
.mpimg li p {
    line-height: 26px;
}

.foot {
    background:#2c2c2c;
	color:#999;
    text-align: center;
    padding: 15px 0;
    line-height: 23px;
	margin-bottom:65px;
}

.fixed {
    width: 100%;
    height: 65px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    background:#ff8000;
    color: #FFF;
}
.fixed_ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    background:#ff8000;
	line-height:12px;
	padding-bottom:2px;
}
.fixed_ul li p{
	
	padding:10px 0;
	margin:0;
}
.fixed_ul li h5{font-weight:100; font-size:14px; padding-bottom:9px;}
.fixed_ul li p img{
	padding-top:2px;
	padding-bottom:2px;
}
.fixed_ul li a {
    color: #FFF;
    display: block;
}
.column {
    padding: 10px 0;
}
.column li {
    padding-left: 10px;
    width: 100%;
    color: #333;
    font-size: 14px;
    background: #EFEFEF;
    border-bottom: #C3C3C3 1px solid;
    text-align: left;
    line-height: 35px;
    float: left;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.column li a{
	display:block;
}
.page {
    width: 100%;
    padding: 10px 0;
	text-align:center;
	-webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.page a {
    padding: 5px 10px;
    border: #CCC 1px solid;
    text-decoration: none;
    margin: 0 2px;
}
.page a.cur {
    background-color: #666;
    color: #fff;
    border: #666 1px solid;
}
.pagePrevNext {
    width: 100%;
    padding: 6px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
}
.pagePrevNext a {
    width: 100%;
    display: block;
	border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    position: relative;
    color: #000;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.pagePrevNext .p1, .pagePrevNext .p2 {
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.pagePrevNext .p1 {
    line-height: 16px;
    height: 20px;
	text-indent: 20px; 
}
.pagePrevNext .pagePrev .arrow {
    left: 5px;
    top: -4px;
    background: url(../images/arrowblackleft.png) no-repeat 100% 50%;
}
.pagePrevNext p.arrow {
    height: 100%;
}
.pagePrevNext .pagePrev p {
	padding-top:5px;
	float:left;
}
.pagePrevNext .arrow {
    position: absolute;
    width: 11px;
    height: 40px;
}
.pagePrevNext .pageNext {
    margin-left: 1px;
    padding-right: 23px;
}
.pagePrevNext .pageNext p {
    text-align: left;
	padding-top:5px;
	float:left;
}
.pagePrevNext .p2 {
	width:70%;
	text-align:left;
    font-size: 12px;
    line-height: 14px;
    height: 20px;
    margin-top: 2px;
	text-indent: 5px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
.pagePrevNext .pageNext .arrow {
    right: 5px;
    top: 0px;
    background: url(../images/arrowblack.png) no-repeat 0px 50%;
}
.pagePrevNext p.arrow {
    height: 100%;
}
.pagePrevNext p.arrow {
    height: 100%;
}

.Feedback_Form{
	padding: 10px;
    line-height: 25px;
}
.Feedback_Form li {
    padding: 3px 0;
}

.wbf-input {
    width: 90%;
    height: 33px;
    border-radius: 5px;
    padding: 10px;
    line-height: normal;
    background: #fdfdfd;
    border-top: 1px solid #858585;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #c9c9c9;
    -moz-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-appearance: none;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#fdfdfd));
}
.wbf-textarea {
    width: 92%;
    height: 130px;
    border-radius: 5px;
    padding: 8px;
    line-height: 20px;
    background: #fdfdfd;
    border-top: 1px solid #858585;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #c9c9c9;
    -moz-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    box-shadow: 1px 2px 3px #b7b7b7 inset!important;
    -webkit-appearance: none;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fdfdfd),to(#fdfdfd));
}
.button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
	background:#00abf0;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.Feedback_Form li.submitBtn {
    text-align: center;
    padding: 10px 0 0 0;
}
.intop_box{
}

/*Top002070 */

.Top002070{ width:100%; background:url(../images/top-line.jpg) top center repeat-x #fff; z-index:100; position:fixed; top: 0; left: 0;}
@media (min-width: 1025px){
.Top002070::before {position: absolute;content: '';width: 100%;background: url(../images/Top-bg.png) no-repeat center top;height: 59px;z-index: 1; left: 0; top: 100%;}
	}

.Top002070 .auto{ position: relative}
.Top002070 .header{ margin:0 3%;}
.Top002070 .header-left{position:absolute; top:50%; left:0%; margin-top: 15px; transform:translateY(-50%); width:72%; z-index: 50}
.Top002070 .header-right{  position:absolute; top:50%;right:0;margin-top:-20px;}
.Top002070 .header-right dd{position:relative; float:left;}
.Top002070 .header-right dd >a{ display:block;height:38px; line-height:38px;}
@media(min-width:1025px){
.Top002070 .header-mid{ margin-right:30px; margin-left:25%;}
}

.Top002070 .top-language a{ position:relative; padding:0 15px;}
.Top002070 .top-language a:before,
.Top002070 .top-language a:after{ position:absolute;content:''; top:50%;margin-top:-2.5px;}
.Top002070 .top-language a:before{ left:0; width:2px; border-right:1px dotted #8c8c8c; height:5px; }
.Top002070 .top-language a:after{ right:0;border:5px solid transparent; border-top-color:#8c8c8c; }

.Top002070 .open-search{ width:38px;  background:url(../images/search_btn2.png) no-repeat center center #e60013; border-radius: 50%;  }
.Top002070 .search-box{ position:absolute; width:0; overflow:hidden; right:0; top:0; background:#eee; transition:0.3s; opacity:0; z-index: 200}
.Top002070 .search-box .text{ width:100%; background:none; height:40px; border:none; line-height:38px; padding:0 40px 0 10px;}
.Top002070 .search-box .btn{ position:absolute; right:0; top:0; height:100%; width:38px;background:url(../images/search_btn1.png) no-repeat center center;}
.Top002070 .top-search-on .search-box{ width:200px; opacity:1;}

.Top002070 .header-menu li em{ line-height:48px; padding:25px 0; font-size:16px;position:relative; }
.Top002070 .header-menu li em::after{ position: absolute;right: 0;top: 50%;margin-top: -5px;content: '';width: 1px;height: 10px;background-color: #bdbdbd;}
.Top002070 .header-menu li:last-child em::after{ display: none}


.Top002070 .header-menu li:last-child em a::after{ display:none;}
.Top002070 .header-menu li:hover em a,
.Top002070 .header-menu li.aon em a{ color:#fff;  background:#00abf0; border-radius: 50px;}

.Top002070 .header-menu li:hover em::after,
.Top002070 .header-menu li.aon em::after{ display: none}

.Top002070 .header-menu li .sub{ background:none;}
.Top002070 .header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
.Top002070 .header-menu li .sub dt a{ text-align:center; color:#fff;}
.Top002070 .header-menu li .sub dt a:hover{ background:#ff8000;}


/*导航公共样式*/
.header-menu li.aon em > a{ color:#82c4c7;}
.header-menu li em{ display:block; font-style:normal; text-align:center;}
.header-menu li em a{ display:block;}
.header-menu li .sub dt{ line-height:40px;}
.header-menu li .sub dt a{display:block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:0 10px;}
.header-menu li .sub dt a:hover{ background:#009; color:#fff;}
.header-menu .sub-has-sub dl{display:none;}

@media(min-width:1025px){
#header-menu{ display:none;}
.relative{ position:relative; z-index:100;}
.header-menu li{ float:left; }
.header-menu li .sub{position:absolute;  top:-400%;}

.no-fullbground .sub{background-color:rgba(255,255,255,0.9)}
.no-fullbground .sub-left{left:0;}
.no-fullbground .sub-right{right:0;}
.sub-horizontal .sub .sub-menu > dl{ float:left;}
.sub-horizontal .sub-right >dl{ float:right;}
.sub-horizontal .sub-menu >dl dt{ float:left;}
/*.sub-horizontal .sub-right-txt-r .sub-menu >dl{ text-align:right; float:right; }
.sub-horizontal .sub-right-txt-r .sub-menu >dl dt{ float:none; display:inline-block;}*/
.sub-horizontal .sub-right .sub-menu >dl{ text-align:right; float:right; }
.sub-horizontal .sub-right .sub-menu >dl dt{ float:none; display:inline-block;}

.sub-vertical .has-sub{ position:relative; z-index:100;}
.sub-vertical .sub{background-color:rgba(255,255,255,0.9); left:0; width:100%;}
.sub-vertical .sub-row-2{ width:200%;}
.sub-vertical .sub-row-3{ width:300%;}
.sub-vertical .sub-row-2 .sub-menu dt{ float:left; width:50%;}
.sub-vertical .sub-row-3 .sub-menu dt{ float:left; width:33.3333333%;}
.sub-vertical .sub-has-sub{ position:relative;}
.sub-vertical .sub-has-sub dl{ background-color:rgba(255,255,255,0.9);position:absolute; left:100%; top:0; width:100%;}
.sub-vertical dt.aon > a{background:#009; color:#fff;}
.sub-vertical .sub-position-right{left:auto; right:0;}
.sub-vertical .sub-position-right .sub-has-sub dl{ left:auto; right:100%;}

.sub-txt-img .sub{ width:300%; }
.sub-txt-img .sub-intro{padding:5px;}
.sub-txt-img .sub-intro .sub-left{ float:left; width:40%;}
.sub-txt-img .sub-intro .sub-right{ float:right; width:56%;}
.sub-txt-img .sub-img img{ display:block; width:100%;}
.sub-txt-img .sub-txt{ font-size:12px; line-height:24px;}

.fullbground .sub{}
.fullbground .sub-menu >dl,
.fullbground .sub-menu >dl dt{ float:left;}
.sub-menu-layer{ position:absolute; left:0; top:100%; width:100%;background-color:rgba(255,255,255,0.9);}
.sub-slideDown .sub-menu-layer{ height:0; transition:0.3s;}
.sub-slideDown li .sub{ /*transform:scale(0); */transition:top 1s 1s,height 0.3s; overflow:hidden; }
.sub-slideDown li.aon .sub{/* transform:scale(1);*/ transition:top 0s,height 0.4s 0.2s;}
}
/*图标*/
.has-icon-v{text-align:center;}
.has-icon-v i{ display:block;  padding:10px 0;}
.has-icon-v i img{ width:50px; height:50px; }
.has-icon-h i{ display:inline-block; vertical-align:middle;}
.has-icon-h i img{ width:20px; height:20px; margin-right:5px;}
/*图标 end*/
@media(max-width:1024px){
.header-menu{ display:none;}
.Public_nav_style #header-menu,
.Public_nav_style #header-menu ul{position:fixed;top:0;height:100%; z-index:100;right:-100%; opacity:0;transition:opacity 0.3s;}
.Public_nav_style #header-menu{ background-color:rgba(0,0,0,0.5); width:100%; }
.Public_nav_style #header-menu ul{   width:60%; max-width:280px; background:rgba(32, 151, 155, 0.9); height:100%; max-height:100%; overflow:auto;padding:50px 2% 0; transition:0.3s;}
.Public_nav_style #header-menu.header-menu-show,
.Public_nav_style #header-menu.header-menu-show ul{ right:0;opacity:1;}
#header-menu li .sub{ display:none;}
#header-menu li{ line-height:40px; background:#1d2088;}
#header-menu li em{ font-style:normal; display:block; font-size:16px;border-bottom:1px solid rgba(255,255,255,0.3);}
#header-menu li a{display:block;}
#header-menu li em a{ border-bottom:1px solid rgba(0,0,0,0.3); font-weight:bold; padding:0 10px;}
#header-menu li a:hover,
#header-menu li a{ color:#fff;}
#header-menu li.has-sub em{ position:relative;}
#header-menu li.has-sub em::before{ position:absolute; content:''; width:100%; height:100%; left:0; top:0; z-index:2; background-color:transparent;}
.Public_nav_style #header-menu li.has-sub em::after{position:absolute; content:''; right:2%; border:6px solid transparent; border-top-color:#fff; top:50%; margin-top:-3px;}
.Public_nav_style #header-menu li.clickon em::after{border-bottom-color:#fff;border-top-color:transparent;margin-top:-9px;}
.Public_nav_style #header-menu li.clickon em a{ background:rgba(0,0,0,0.2);}
#header-menu li .sub-menu dt.has-dt{ position:relative;}
#header-menu li .sub-menu dt.has-dt::before{position:absolute; content:''; width:100%; height:100%; left:0; top:0; background-color:transparent;}
#header-menu li .sub-menu dt a{padding:0 10px; border-bottom:1px dashed rgba(0,0,0,0.5);display:block;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }
#header-menu li .sub-menu dt:last-child a{ border-bottom:0;}
#header-menu li .sub-has-sub{ position:relative;}
#header-menu li .sub-has-sub i{ position:absolute; left:0; top:0; height:40px; width:100%; background-color:transparent; z-index:2;}
.Public_nav_style #header-menu li .sub-has-sub i::before,
.Public_nav_style #header-menu li .sub-has-sub i::after{ position:absolute; content:''; top:50%; background:#fff;}
.Public_nav_style #header-menu li .sub-has-sub i::before{ width:10px; height:2px; margin-top:-1px; right:5px;}
.Public_nav_style #header-menu li .sub-has-sub i::after{ width:2px; height:10px; margin-top:-5px; right:9px;}
.Public_nav_style #header-menu li .clickon > i::after{ display:none;}
.Public_nav_style #header-menu li .clickon > a{ background-color:rgba(0,0,0,0.2);}

.Public_nav_style #open_menu{ position:absolute; right:2%; width:40px; height:40px; border:2px solid #20979b; border-radius:50%;  top:5px; z-index:200;}
#open_menu i,
#open_menu i::before,
#open_menu i::after{ position:absolute;}
.Public_nav_style #open_menu i,
.Public_nav_style #open_menu i::before,
.Public_nav_style #open_menu i::after{background:#20979b;}
#open_menu i{ top:50%;}
.Public_nav_style #open_menu i{ width:60%; left:20%;  margin-top:-1px; height:2px;}
#open_menu i::before,
#open_menu i::after{ left:0; width:100%; height:100%; content:'';transition:transform 0.3s;}
#open_menu i::before{ top:6px;}
#open_menu i::after{top:-6px;}

.Public_nav_style #open_menu.open_menu_on{ border-color:#fff;}
#open_menu.open_menu_on i{ background:none !important;}
.Public_nav_style #open_menu.open_menu_on i::before,
.Public_nav_style #open_menu.open_menu_on i::after{ background:#fff; margin-top:0;}
#open_menu.open_menu_on i::before,
#open_menu.open_menu_on i::after{  top:0 !important;}
#open_menu.open_menu_on i::before{ transform:rotate(45deg);}
#open_menu.open_menu_on i::after{ transform:rotate(-45deg);}
}
/*导航公共样式 end*/

@media(max-width:1024px){
.Top002070 .header{ margin:0 2%;padding:35px 0;}
.Top002070 .header-left {top:30%;}
.Top002070 .header-right{ z-index:101; right:2%;}
.Top002070 .Public_nav_style #open_menu{ position:relative; right:0; top:auto; margin-left:10px; border-radius:0; background:#fff; height:32px; border:none; margin-top:4px;}
.Top002070 #open_menu i::before,
.Top002070 #open_menu i::after{ background:#333 !important;} 
.Top002070 #open_menu i{background:#333; height:2px; margin-top:-1.5px;}
.Top002070 #header-menu ul{ padding:0; border-top:70px solid #fff; background:rgb(255, 255, 255);}
.Top002070 #header-menu li{text-align:center;}
.Top002070 #header-menu li em a{ padding:5%;  font-weight:normal; line-height:normal;}
.Top002070 #header-menu li .sub dt{ margin-bottom:1px; background:rgba(0,0,0,0.3);}
.Top002070 #header-menu li .sub dt a{ border-bottom:0;}
}

/*head*/


/*foot*/
.toTop {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 99;
}
.toTop img {
  width: 48px;
}

.about {
    color: #999;
    background: #2c2c2c;
	padding:10px 0;
	text-align:center;
	margin-top:15px;
}
.footer {
    height: 52px;
}
.footerNav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.footerNav .btn {
    height: 52px;
    box-sizing: border-box;
    border: none;
    border-right: 1px solid #fff;
    color: #ffffff;
    border-radius: 0;
    padding: .35rem 0;
}
.footerNav .btnIcon {
    display: block;
    margin: 0 auto 0.067rem;
    width: 20px;
    height: 20px;
	padding-top:5px;
}
.footerNav .name {
    width:100%;
	text-align:center;
    display: inline-block;
    vertical-align: middle;
}

.footerNav .btn, .bg-075, .nav-tabs.nav-justified .new-menu.active a, .pageWrap li.active, .detialCont, .menu-list .top, .banners .carousel-indicators .active {
    background: #1d2122;
}
.wechatCode {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}
.wechatCode .imgWrap {
  width:205px;
  height:205px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wechatCode .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.wechatCode .imgWrap .closeWechat {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -.9rem;
  right: -.5rem;
  background: #b1b1b1 url("../images/fa-close.png") center no-repeat;
  background-size: 40%;
  border-radius: 50%;
}


.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/**/
.breadCrumbs {
    line-height: 36px;
    color: #999;
    background: #f5f5f5;
    position: relative;
    top: 0;
    padding:3px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadCrumbsIcon {
    position: absolute;
    width: 22px;
    height: 22px;
    line-height:36px;
}
.breadCrumbs a {
    color: #999;
}
.breadCrumbsIcon.left {
	top:8px;
    left:10px;
}
.breadCrumbsIcon.right {
	top:8px;
    right: 10px;
}
/**/
.aboutWrap{padding:15px 10px 0;}

.productWrap {
    margin: 8px 5px;
}

/**/
.new-menu{text-align:center; padding-top:10px; line-height:46px;}
.new-menu a {
	color: #333;
	font-size:14px;
    border-right: 1px solid #eeeeee;
    border-color: #eeeeee;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 13px 25px;
    margin-right: 5px;
    margin-bottom:5px;
    text-align: center;
}

/**/
.pro_box,.con_box{padding: 10px 10px;background: #fff;}
.pro_img li{width: 50%;
    padding: 0 3px;
    padding-bottom: 6px;
    float: left;}
.pro_img h2{
	/*border-radius: 12px;*/
    overflow: hidden;
    display: block;
	}

.pro_img h2 img{display: block; width: 100%;}
.pro_img dl{
	/*border-radius: 12px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
	background:#efefef;
    /*margin: -40px 23px 0 23px;*/
    height:39px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
	margin-top:2px;
}
.pro_img dt{font-size: 14px; color:#333;}
.pro_img dd{
	width: 7px;
    height: 11px;
    background: url(../images/yyal-tb2.png);
    background-size: 100% 100%;
}

.cer_Img {
    display: block;
    width: 222px;
	height:260px;
}
.s_img{float:left; padding-right:10px;padding-top: 6px;}

.intext h3{font-size:16px;}

.gg_img{padding:0 10px;}

    /*新闻*/
    .news_bg {
        padding: 0 0 0;
    }
    .news_tab {
        margin-bottom: 0;
        text-align: center;
    }
    .news_tab a {
        display: inline-block;
        margin: 0 1%;
        width: 30%;
        height: 36px;
        text-align: center;
        font-size: 16px;
        color: #333;
        line-height: 36px;
		background: #ddd;
    }
    .news_tab a.on {
        color: #333;
		background: #efefef;
    }
	.news_d{padding:10px;}
	.news_d li{

		}
    .news_d li dl {
		border: 1px solid #eeeeee;
		line-height: 35px;
		padding: 8px;
		margin-bottom: 8px;
    }
    .news_d li dl dt a {
        display: block;
        font-size: 16px;
        color: #333;
    }
    .news_d li dl dd a {
        padding-top: 0.2rem;
        font-size: 14px;
        color: #999;
        line-height: 1.4rem;
    }
    .news_d li .case_a {
        margin-top: 1rem;
        text-align: center;
    }
    .news_d li .case_a a {
		color: #ed4216;
        display: block;
        font-size: 1.4rem;
    }
    /*end*/
    
	.pro-menu{padding:10px 10px 0;}
	.ul-nav li {
    width: 45%;
	
	line-height:42px;
	margin-left:10px;
    float: left;
    margin-bottom: 10px;
	border-radius:5px;
	border: 1px solid #d2d2d2;
}
.ul-nav li a{padding-left:15px;display:block;}
