﻿
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;box-sizing: border-box;}
a{text-decoration:none; color: inherit;}
ul,li{list-style:none}
img { max-width:100%;vertical-align: middle !important; border: 0; }
input:autofill {border:none ! important;}
input:-webkit-autofill {border:none ! important;}
.fl{float:left}
.fr{float:right}
.clearfix::after,.clearfix::before{content:'';display:block;clear:both;}
body {
    position: relative;
    height: 100%;
    background: #1f1f1f;
}
.Body-mf{
position: relative;
    width: 100%;
    height: 100%;
}
.Body-mf .body-flex .bodywhs{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    flex-direction: column;
    justify-content: space-between;
}
.Body-mf .body-flex .bodywhs .body-mMain{
    padding: 30px 5% 65px 5%;
    width: 100%;
transition: all ease 0.4s;
}
.mMain-left{
float: left;
    width: 17%;
    text-align: left;
}
.mMain-list{
   float: right;
    width: 80%;
    height: 100%;
overflow: auto;
    outline: none;
}
@media(max-width:1200px){
.Body-mf .body-flex .bodywhs .body-mMain{
  padding: 30px 2% 65px 2%;
}
}
@media(max-width:1024px){
 .mMain-left{
   display:none;
}
.Body-mf .body-flex .bodywhs .body-mMain {
    padding: 30px 2% 85px 2%;
}
.mMain-list{
   width:100%;
}
}
@media(max-width:765px){
.Body-mf .body-flex .bodywhs .body-mMain {
    padding: 20px 1.5% 20px 1.5%;
width: 100%;
height: auto;
    overflow: visible;
}
}
/*头部导航栏*/

/*顶部站点导航*/
.box3009_1 .m-classify ul{
   display:none;
}
.box3009_1 .container .pos {
    line-height: 25px;
    color: #969292;
}
.box3009_1 .m-classify ul li a:hover {
    text-decoration: none;
}
.box3009_1 .m-site .pos label{
    margin-bottom: 0;
}
.box3009_1 .m-site .pos a:hover {
    text-decoration: none;
}
.box3009_1 .m-site,.box3009_1 .m-classify{
    margin:0;
}
.box3009_1 .m-site{
border-bottom: 1px solid #666666;
	padding: 15px 0;
}
.box3009_1 .container{
    width: 100%;
    padding: 0 5% 0 5%;
}
.box3009_1 .m-classify ul li.active a{
    background-color: #ec8401;
}
@media (max-width:768px){
.box3009_1 .m-classify ul{
  display:block;
}
}

/*左侧菜单栏  box20054_1*/
.box20054_1 { font: 14px/1.43 "Microsoft Yahei", Arial, sans-serif; color: #666; }
.box20054_1 * { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.box20054_1 ul, .box1049_1 li { list-style: none; }
.box20054_1 a { text-decoration: none; color: inherit; }
.box20054_1 img { max-width: 100%; vertical-align: middle; border: 0; }
.box20054_1 .sortNav { width: 240px; }
.box20054_1 .sortTitle { background: #086CF4; color: #fff; font-size: 22px; font-weight: bold; text-align: center; line-height: 55px; height: 55px; margin-bottom: 5px; }
.box20054_1 .sortList { background: #f0f0f0; border: 1px solid #dedede; border-radius: 0 0 3px 3px; }
.box20054_1 .navItem { overflow: hidden; border-bottom: 1px solid #eee; position: relative; }
.box20054_1 .navItem:last-child { border-bottom: none; }
.box20054_1 .navItem > a { position: relative; display: block; vertical-align: middle; background-color: #f7f7f7; font-size: 18px; color: #666; padding: 0 15px; margin-bottom: 1px; height: 45px; line-height: 45px; }
.box20054_1 .navItem > a:after { content: ''; position: absolute; display: block; width: 16px; height: 16px; top: 14px; right: 10px; background-image: url(../dimg/r_d.png); background-repeat: no-repeat; }
.box20054_1 .navItem:hover > a { background-color: #086CF4; color: #fff; }
.box20054_1 .navItem:hover > a:after { background-image: url(../dimg/r_w.png); transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.box20054_1 .navItem.m-f > a { background-color: #086CF4; color: #fff; }
.box20054_1 .navItem.m-f > a:after { background-image: url(../dimg/r_w.png); transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.box20054_1 .navItem.m-f .subnav {display:block;}
.box20054_1 .navItem.m-f .subnav .m-s .three-stage{display:block;}
.box20054_1 .subnav { background: #fff; display: none; }
.box20054_1 .subnav > li > a { font-size: 14px; color: #666; padding: 15px; position: relative; display: block; font-weight: bold; border-bottom: 1px solid #ddd; }
.box20054_1 .subnav > li > a:after { content: ''; position: absolute; display: block; width: 16px; height: 16px; top: 14px; right: 10px; background-image: url(../dimg/r_d.png); background-repeat: no-repeat; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
.box20054_1 .subnav .m-s > a { color: #086CF4; background-color: #f7f7f7; font-weight: bold; }
.box20054_1 .subnav .m-s > a:after { background-image: url(../dimg/r_d.png); transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.box20054_1 .three-stage { background: #fff; border-bottom: 1px solid #ddd; display: none; }
.box20054_1 .three-stage li a { position: relative; display: block; font-size: 4px; color: #888; padding: 10px 10px 10px 40px; position: relative; }
.box20054_1 .three-stage li a:hover { color: #086CF4; }
.box20054_1 .three-stage li a:after { content: ''; position: absolute; display: block; width: 16px; height: 16px; top: 10px; left: 20px; background-image: url(../dimg/r_d.png); background-repeat: no-repeat; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }
.box20054_1 .three-stage li.cur a { color: #086CF4; }

.box20054_1 .sortNav{width:100%;}
.box20054_1 .sortTitle {  background: none; font-weight: normal; text-align: left; line-height: 55px; height: 55px; margin-bottom: 10px; font-size: 24px; color: #000;}
.box20054_1 .navItem{ border-bottom: none;}
.box20054_1 .sortList { background: none; border: none; border-radius: 0 0 3px 3px;  overflow: auto;}
.box20054_1 .navItem > a { position: relative; vertical-align: middle; background: #eee; margin-bottom: 0; height: 40px; line-height: 40px; color: #000; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition:all ease .4s; display: block; font-size: 14px; padding: 0px 35px;}
.box20054_1 .navItem:hover > a { background: #ec8401; color: #fff;}
.box20054_1 .navItem.m-f > a { background: #ec8401; color: #fff;}

@media (max-width:1200px){
.box20054_1 .navItem > a {padding: 0px 30px 0 11px;}
}


/* 内页导航栏 */
.box5031_1 .carousel-inner > .item {
    z-index: -1;
    width: 100%;
}
.box5031_1 .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.box5031_1 .carousel-control {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 40px;
    padding: 16px 0;
    top: 47%;
    margin: 0px 90px;
    border: 2px dotted #adadad;
    background: none;
    -webkit-transition: width 0.3s, background-color 0.3s;
    transition: ease all .5s;
    text-shadow: none;
    opacity: 0.6;
}
.box5031_1 .carousel-control.left {
    padding-left: 10px;
}
.box5031_1 .carousel-control.right {
    padding-right: 10px;
}
.box5031_1 .carousel-control .btn-right {
    display: inline-block;
    background: none;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fffffd;
    transform: rotate(90deg);
}
.box5031_1 .carousel-control .btn-left {
    display: inline-block;
    background: none;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fffffd;
    transform: rotate(270deg);
}
.box5031_1 .carousel-control h3 {
    display: none;
}
.box5031_1 .carousel-indicators li {
    height: 8px;
    width: 5%;
    border-radius: 0;
    transition: all ease .5s;
}
.box5031_1 .carousel-indicators .active {
    height: 8px;
    width: 5%;
}
.box5031_1 .carousel-control:hover {
    width: 62px;
    background: none;
    border: 2px dotted #fff;
    opacity: 1;
}
.box5031_1 .carousel-indicators {
    bottom: 10px;
}
@media (max-width:1024px){
.box5031_1 .carousel-indicators {
    bottom: 10px;
}
}
@media(max-width:765px){
.box5031_1 .pc-slide{margin-top:56px;}
.box5031_1 .carousel-inner > .item {
    height: auto;
}
.box5031_1 .carousel-inner > .item > a > img{
    max-width: 100%;
}
.box5031_1 .carousel-control{
   margin: 0 15px;
}
.box5031_1 .carousel-control .btn-left {
    border-top: 0 solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fffffd;
    top: 11px;
    left: 4px;
}
.box5031_1 .carousel-control .btn-right {
    border-top: 0 solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fffffd;
    top: 11px;
    left: 8px;
}
}
/*右侧产品列表*/
.box20072_1 .cont{
    width: 100%;
    margin: 0 auto;
}
.box20072_1 .cont .list{ overflow: hidden;}
.box20072_1 .cont .item {
    width: 31.333%;
    float: left;
    position: relative;
margin:0;
border: 4px solid transparent;
    margin-right: 1.3333%;
    margin-bottom: 1.333%;
overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px -1px rgb(2 10 18 / 11%);
    box-shadow: 0px 5px 10px -1px rgb(2 10 18 / 11%);
transition: all ease .5s;
}
.box20072_1 .cont .item:hover {
    border: 4px solid #ec8401;
    border-radius: 4px;
}
.box20072_1 .cont .item:nth-child(3n){
 margin-right:0;
}
.box20072_1 .cont .item .text h2 {
    font-size: 20px;
    font-weight: bold;
    color: #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box20072_1 .cont .item .img {
    height: auto;
    overflow: hidden;
}
.box20072_1 .cont .item .text {
    padding: 20px;
    position: relative;
    bottom: -0;
    left: 0;
    width: 100%;
    transition: all ease .5s;
    background-color: rgba(0, 0, 0, .5);
}
.box20072_1 .cont .item:hover .text h2 {
    color: #ec8401;
}
.box20072_1 .cont .item:hover .text {
    bottom: 0;
}
.box20072_1 .cont .item .text p {
    font-size: 14px;
    color: #999;
}
.box20072_1 .cont .page1 {
    margin: 16px 0;
}
.box20072_1 .cont .page1 span.page_all {
    display: none;
}
.box20072_1 .tz_page {
    display: none;
}
.box20072_1 .cont .page1 a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 5px;
    font-size: 12px;
    border: 1px solid #333333;
    color: #666;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 0;
}
.box20072_1 .cont .page1 a.pagenum, .cont .page1 a:hover {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box20072_1 .cont .page1 a.pagenum, .cont .page1 a:hover {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box20072_1 .cont .page1 span.active a {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
@media (max-width:1024px){
.box20072_1 .cont .item{
width: 32.66666%;
 margin-right: 1%;
}
}
@media (max-width:765px){
.box20072_1 .cont .item{
width: 49%;
    margin-right: 1%;
}
.box20072_1 .cont .item .text {
    position: relative;
    bottom: auto;
    padding: 10px;
}
.box20072_1 .cont .item:nth-child(3n) {
     margin-right: 1%;
}
.box20072_1 .cont .item .text h2 {
    font-size: 16px;
}
}
@media (max-width:485px){
.box20072_1 .cont .item{
   width:100%;
   margin-right:0;
}
.box20072_1 .cont .item:nth-child(3n) {
     margin-right: 0;
}
}

/*新闻列表页面*/
.box20045_1 .newsList li {
    padding: 2%;
    height: auto;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    width: 98%;
    margin: 0;
    background: #2b2b2b;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 3%;
    transition: 0.5s all;
}
.box20045_1 .img {
    width: 360px;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
}
.box20045_1 .content {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    float: right;
    width: calc(100% - 400px);
    height: 255px;
    overflow: hidden;
}
.box20045_1 .newsList li:hover .img a::after {
    opacity: 1;
}
.box20045_1 .img a{
   display: block;
}
.box20045_1 .img a::after {
    content: '';
    display: block;
    border: 1px solid #fff;
    z-index: 9;
    position: absolute;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 35%);
    transition: 0.5s all;
    opacity: 0;
}
.box20045_1 .info .title{
    color: #ebebeb;
margin-bottom: 15px;
}
.box20045_1 .newsList li:hover .content .info .title {
    color: #ec8401;
}
.box20045_1 .newsList li:hover .content .info {
    -webkit-transform: none;
    transform: none;
}
.box20045_1 .info {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 95%;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.box20045_1 .page1 {
    text-align: center;
    margin: 16px 0;
    color: #666;
    font-size: 12px;
}
.box20045_1 .page1 span.page_all {
    display: none;
}
.box20045_1 .tz_page {
    display: none;
}
.box20045_1 .page1 span.active a {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
.box20045_1 .page1 a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 5px;
    font-size: 12px;
    border: 1px solid #333333;
    color: #666;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 0;
}
.box20045_1 .page1 a.pagenum, .box20045_1 .page1 a:hover {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
@media(max-width:1200px){
.box20045_1 .newsList li{
    padding: 1.5%;
    margin-bottom: 1.5%;
}
.box20045_1 .img{
width: 38%;
height:auto;
}
.box20045_1 .content{
    width: calc(100% - 42%);
    height: auto;
    margin: 11px 0px;
    display: block;
}
.box20045_1 .img a::after{
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}
}
@media(max-width:765px){
.box20045_1 .newsList li {
    width:100%;
margin-bottom: 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box20045_1 .img {
    width: 36%;
    height: auto;
}
.box20045_1 .content {
    width: 60%;
    height: auto;
    margin: 0 0 0 10px;
}
.box20045_1 .info{
display: block;
}
.box20045_1 .info .title{
margin-bottom: 5px;
padding: 10px 0;
}
}
@media(max-width:650px){
  .box20045_1 .newsList li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.box20045_1 .img{
  width:100%;
}
.box20045_1 .content{
 width:100%;
margin:0;
}
}

/*图片列表页面*/
.box20073_1 .cont {
    width: 100%;
    margin: 0 auto;
}
.box20073_1 .cont .list{ overflow: hidden;}

.box20073_1 .cont .item {
    width: 31.333%;
    float: left;
    margin: 0;
    margin-right: 1.33%;
    border: 4px solid transparent;
    position: relative;
    margin-bottom: 1.5%;
    -webkit-box-shadow: 0px 5px 10px -1px rgb(2 10 18 / 11%);
    box-shadow: 0px 5px 10px -1px rgb(2 10 18 / 11%);
    overflow: hidden;
}
.box20073_1 .cont .item:nth-child(3n){
    margin-right: 0%;
}
.box20073_1 .cont .item:hover .text {
    bottom: 0;
}
.box20073_1 .cont .item .img {
    height: auto;
text-align: center;
	
}

.box20073_1 .cont .item .text {
    padding: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    transition: all ease .5s;
    background-color: rgba(0, 0, 0, .5);
}
.box20073_1 .cont .item:hover .text h2 {
    color: #fff;
}
.box20073_1 .cont .item .text h2 {
    color: #fff;
    text-align: center;
	font-size: 20px;
}
.box20073_1 .cont .item .text p{
   display:none;
}
.box20073_1 .cont .page1 {
    text-align: center;
    margin: 16px 0;
    color: #666;
    font-size: 12px;
	clear: both;
}
.box20073_1 .cont .page1 span.page_all {
    display: none;
}
.box20073_1 .cont .tz_page {
    display: none;
}
.box20073_1 .cont .page1 span.active a {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
.box20073_1 .cont .page1 a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px 5px;
    font-size: 12px;
    border: 1px solid #333333;
    color: #666;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 0;
}
.box20073_1 .page1 a.pagenum, .box20073_1 .page1 a:hover {
    color: #fff;
    background: #333333;
    border: 1px solid #333333;
}
.box20073_1 .cont .item:hover {
    border: 4px solid #ec8401;
border-radius: 4px;
}

@media (max-width:1024px){
.box20073_1 .cont .item .text { position: relative; bottom: 0;}	
.box20073_1 .cont .item .text h2{ font-size: 16px;}		
}

@media (max-width:765px){
.box20073_1 .cont .item{
   width:49.5%;
    margin-right: 1%;
}
.box20073_1 .cont .item:nth-child(3n){
margin-right: 1%;
}
.box20073_1 .cont .item:nth-child(2n){
margin-right: 0%;
}
	
	
	
}
/*图片详情页面*/
.box19_1 span.bold {
    display: block;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #000;
}
.box19_1 .titleline {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-size: 14px;
    color: #000;
}
.box19_1 .pager {
    margin-top: 15px;
    line-height: 180%;
    color: #000;
    text-align: left;
}
.box19_1 .pager a:hover {
    color: #ec8401;
}
.box19_1 .pager a {
    color: #6e6e6e;
    text-decoration: none;
    font-weight: bold;
}
/*滚动条*/
.mMain-list::-webkit-scrollbar,.box20054_1 .sortList::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
.mMain-list::-webkit-scrollbar-button,.box20054_1 .sortList::-webkit-scrollbar-button{
    background-color: rgba(0,0,0,0);
    height: 2px;
    width: 2px;
}
.mMain-list::-webkit-scrollbar-corner,.box20054_1 .sortList::-webkit-scrollbar-corner{
    background: rgba(0,0,0,0);
    border-radius: 0 0 8px 0;
}
.mMain-list::-webkit-scrollbar-thumb,.box20054_1 .sortList::-webkit-scrollbar-thumb{
    background-color: rgb(255, 192, 0);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*底部导航*/
.box3052_1 .mf-buttom .db{
    border-top: 1px solid #666666;
}
/*招聘页面*/
.box20076_1 .job {
    width: 100%;
}
.box20076_1 .job-item {
    width: 32%; 
}
.box20076_1 .job-item:nth-child(2n) {
    margin: 16px 16px 0 0;
}
.box20076_1 .job-item:nth-child(3n) {
    margin-right: 0;
}
.box20076_1 .job-item:hover {
    color: #ec8401;
}
@media (max-width:992px){
.box20076_1 .job-item {
    width: 49%; 
}
.box20076_1 .job-item:nth-child(2n) {
    margin-right: 0;
}
.box20076_1 .job-item:nth-child(3n) {
    margin:16px 16px 0 0;
}
}
@media (max-width:765px){
.box20076_1 .job-item {
    width: 100%; 
}
.box20076_1 .job-item .job-alert{
    width: 100%;
}
.box20076_1 .job-item:nth-child(2n) {
    margin-right: 0;
}
.box20076_1 .job-item:nth-child(3n) {
    margin-right: 0;
}
}
.box3015_1 .in-download .item .detail .title{
    color: #fff;
    font-weight: bold;
}
.c-footer {
    position: relative !important;
}


#customers {
font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers td, #customers th {
border: 1px solid #ddd;
padding: 8px;
font-size:14px;
line-height：30px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #ec8401;
color: white;
}
.table-container{
width: 100%;
overflow-y: auto;
_overflow: auto;		
}
.table-container:-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-container:-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}	

