html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body { line-height: 1; font-family:Microsoft YaHei,"微软雅黑", Arial, Tahoma, sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
p { font-size: 14px; }
a{
  font-size: 14px;
  color: #666;
}

/*-------reset--------*/
.navbar-default .navbar-collapse{
  border:0;
  padding: 0;
}
.navbar-default .navbar-collapse .navbar-nav{
  float: right;
}
.navbar-default .navbar-toggle {
  background-color: #3d78d8;
  color:#fff;
}
/*左右箭头*/
.owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;  
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-prev {
  left: -50px;
  color: #999;
  top:40%;
  transform:translateY(-50%);
  font-size: 50px;
}
.owl-next {
  right:-50px;
  top:40%;
  color: #999;
  transform:translateY(-50%);
  font-size: 50px;
}
.owl-prev:hover,.owl-next:hover{
  color:#01458e;
}
.owl-controls .owl-buttons div:after {
  font-family: "iconfont";
}
.owl-prev:after {
  content: "\e679";
}
.owl-next:after {
  content: "\e6a3";
}
.no-touch .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
}
/*左右箭头 end*/

/*分页的正方形点*/
.owl-controls .owl-pagination {
  position: absolute;
  bottom: -40px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #333;
}

.hy-img-box{
  display: block;
  padding:20px 0;
}

.hy-img-box img{
  display: block;
  margin: 0 auto;
}

#willesPlay{
  width: 90%;
    margin: 0 auto;
}

/*分页的正方形点 end*/


/*------header-------*/
/*
.header-bg{
  background: url(../images/header_bg.png) no-repeat center;
  background-size: cover;
}*/
header {
    background: #fff;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.header-top-logo{color:#333;font-size:14px;float: left;}
.header-top-logo .n-bt{
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 20px;
}
.header-top-logo .nr-box{
  width: 480px;
  margin-top: -1px;
  float: left;
  height: 40px;
  overflow: hidden;
}
.header-top-logo .n-nr{
  color:#6ac335;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header-top-logo .n-nr:hover{
  color: #307c03;
}
.header-top-logo::after{
  display: block;
  content: '';
  clear: both;
}
.header-logo{
  padding:5px 0;
  background: none;
  border:0;
}
.header-logo a.navbar-brand{
  padding:0;
}
.header_tel {
    padding: 10px 0;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-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;
}
.header_tel .pull-left .fa-stack {
    height: 55px;
    width: 55px;
    background: url(../images/phone.png)no-repeat center;
  background-size:100%;
}
.header_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_link>a:not(:last-child):after {
  content: '';
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
  width: 1px;
  border-right: 1px solid #999;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.header_link>a {
  color: #333;
  font-size: 13px;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_link>a:last-child{
  padding-right: 0
}
.header_link>a:hover {
  color: #f8b524;
}
.header_tel .pull-right a {
    display: block;
    padding-bottom: 5px;
    padding-left: 8px;
  color: #fff;
  font-size:16px;
  font-weight:bold;
}
.header_tel .pull-right span {
    display: block;
  color:#fff;
  font-weight:bold;
  font-size:20px;
  padding-left: 8px;
}
.header-top-nav{ float:right;}
.header-top-nav ul li{ 
  padding-left:15px;
}
.header-top-nav li a{
  color:#053e8d;
  font-size:14px;  
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}
.header-top-nav ul li a i{margin-right: 5px;width: 30px;height: 30px;background: url(../images/t_phone.png) no-repeat;background-size: cover;}
.logo{padding:10px 0;}
.m-header {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.m-header .header_link{
  -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.header_link>a{
  padding:0 20px;
}
/*更多*/
.for-more{
  display:inline-block;
  /*padding:15px 0px;*/
  width:160px;
  height:50px;
  line-height:50px;
  text-align:center;
  color:#fff;
  font-size:14px;
  margin-top:40px;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
  background: #6ac335;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border:2px solid #6ac335;
  margin:0 auto;
}
.for-more:hover{
  background: #c1251c;
}
.for-more:hover i{
  color: #fff;}
.for-more i{
  text-align:center;
  color:#fff;
}


/*导航栏设置*/
.navbar-nav>li{
  /*margin: 0 .82em;*/
  /*height:70px;*/
  /*line-height:50px;*/
  text-align:center;
  /*width: 14%;*/
  display: inline-block;
  /*padding-top: 10px;*/
  position: relative;
}
/*
.navbar-nav>li:not(:last-child){
  margin-right:5px;
}
*/
.navbar-brand{
  height: 70px;
}
.navbar{margin:0;border-radius:0;background: #fff;}
.nav li ul li {
    float: none;
    width: 100%;
    /*height: 30px;
    line-height: 30px;*/
}
/*
nav .nav>li>a.active{
  border-bottom:2px solid #fff;
}*/

.navbar-default .navbar-nav>li>#navItem {
  font-size: 16px;
  color:#333;
  height:40px;
  line-height:40px;
  width: 100%;
    padding: 0 20px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   background: #fff;
  /*color: #2d9a01!important;*/
}
.navbar-default .navbar-toggle{    
  color: #2d9a01!important;
    border-color: #2d9a01!important;
  background:#fff;
}
.navbar-default .navbar-nav>li>a{
  color:#333;
}
.navbar-default .navbar-nav>li>a:focus{
  color:#333;
}
nav .nav li a{  
  /*-webkit-transition: all 0.5s;
  transition:all 0.5s;*/
  padding:0;
  width: 100%;
  font-size: 16px;
  color:#333;
  /*height:70px;*/
  line-height:70px;
  width: 100%;
    padding: 0 7px;
}
.nav li>#navItem:hover{
  color:#fff ;
  background-color: #238018;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
/*.nav li .active{
    color: #fff;
    background-color: #053e8d;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}*/

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  border-color: inherit; 
  color: #053e8d;
}
.nav .open>#navItem{
  color:#333 ;
}
 .navbar-default .navbar-nav>.open>a:hover{
  /*color:#fff;*/
  color: #79abfd; 
  background: none;
 }
 .navbar-default .navbar-nav>.open>a{
  /*color:#fff;*/
  background-color: inherit; 
  /*border-bottom:2px solid #fff;*/
 }
 .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
   color:#79abfd;
   /*background: #499ef8;*/
 }
.nav li .dropdown-menu>li a:hover{
  background:#053e8d;
  /*color:#fff;*/
  border: none; 
  /*        background: -webkit-linear-gradient(left, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -o-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -moz-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: linear-gradient(to right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));*/
}
.nav .dropdown-menu {
  padding: 0;
  background-color: rgba(0,0,0,.4);
  text-align:center;
  top: 70px;
  left: -45px;
  
  /*增加向上滑动动画*/
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.nav .dropdown .caret{
  -webkit-transition: all 0.5s;
  -moz--transition: all 0.5s;
  -o--transition: all 0.5s;
  -ms--transition: all 0.5s;
  transition:all 0.5s;
}
.nav .dropdown-menu li:last-child {
    border: 0;
}
.nav .dropdown-menu li{
  width:100%;
  border-bottom: 1px #ddd solid;
}
.nav .dropdown-menu>li>a {
  line-height: 2;
  padding: 7px 20px!important;
  color:#fff;
  
}

/*移动端导航*/
#mmenu .mm-listview li{
  width:100%;
}
em.mm-counter+a.mm-next {
    width: 70px;
}
#mmenu .dropdown-menu {
  position: static;
  box-shadow: inherit;
  min-width: 100%;
  border:inherit;
  border-radius:inherit;
}
.mm-nav{
  position: absolute;
    font-size: 30px;
    right: 15px;
    top: 38px;
    display: none;
    color: #053e8d;
}
.mm-menu{
  background:#fff;
}
.mm-menu .mm-listview li a .fa{
  color:#053e8d;
  padding-right:10px;
}

@media screen and (max-width: 767px){
.mm-nav {
  display: block;
  top: 55px;
}
/*  
.navbar-nav{
  float: none;
  margin:0;
  opacity: 0.9;
  background: rgba(0,0,0,.9);
  width:100%;
}
.navbar-collapse{
  width:100%;
  margin:0;
  padding:0;
  position:absolute;
  top:4em;
  left:0;
  z-index:99;
  border-top: #fff solid 2px !important;
}
.container>.navbar-collapse{
  margin:0;
}
.nav li a {
  margin:0;
  text-align:center;
  color:#fff!important;
}
.nav li a.active{
  background:none;
  color:#fff;
  
}
*/

.main-menu .container{
  width:100%;
  margin:0;
  padding:0;
  position:relative;
}
.about-title h3{padding:10px 0;}
}

/*------slider section-------*/
section{
  display:block;
  padding: 40px 0 0;
}
.scroll-slide{
  padding:0;
}
#myCarousel .left{
  display: flex;
    justify-content: center;
    align-items: center;
}
#myCarousel .right{
  display: flex;
    justify-content: center;
    align-items: center;
}
.carousel-control{
  font-size: 50px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    top:0;
    left:0;
  background-image:none !important;
  height:100%;
}
.carousel-inner .item img{
  margin:0 auto;
}

/*------services-sec section-------*/
.services-sec .services-item{
  background: #f5f5f5;
}
.services-sec .services-item-img{
  overflow: hidden;
}
.services-sec .services-item img{
  -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
}
.services-sec .services-item:hover img{
  -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.services-sec .services-item:hover .services-l{
  border-color: #000;
}
.services-sec .services-item:hover .services-l span{
  color: #666;
}
.services-sec .services-item-center{
  padding: 15px;
}
.services-sec .services-item-center .services-l{
  border:1px solid #ddd;
  padding:15px 20px;
}
.services-sec .services-item-center p{
  font-size: 20px;
  color:#333;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
} 
.services-sec .services-item-center p::after{
  content: '';
  position:absolute;
  left: 50%;
  top: 75%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 40px;
  height: 1px;
  background: #ddd;
}
.services-sec .services-item-center span{
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
.services-sec .services-item-btn{
  text-align: center;
}
.services-sec .services-item-btn a{
  display: inline-block;;
  padding: 12px 30px;
  color: #fff;
  background: #088209;
  border-radius: 10px;
}
.services-sec .services-item-btn a:hover{
  background: #035d03;
}

/*------about section-------*/
.title{
  text-align: center;
  margin-bottom: 20px;
}
.title p{
  font-size: 28px;
  color: #000;
  line-height: 1.8;
}
.title span{
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
.title h4{
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}

/* 文字下的线
h3.title span:before{
  content: "";
    position: absolute;
    top: 110%;
    left: 25%;
    height: 3px;
    width: 50%;
    background: #494949;
}
*/
.bout-sec .col-xs-10 .col-sm-6 .col-md-6{float:none;}
.title-show{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 10px;
}
.title-show:after{
  width: 100%;
  height: 1px;
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  border:1px solid #ccc;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.title-show span{font-size: 20px;color:#053e8d;}
.title-show small{font-size: 14px;color:#999;margin-left: 5px;}

.mask{  
  position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background:rgba(0,0,0,.5);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.mask .iconfont{
  color: #fff;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.about-sec{
  padding-bottom: 40px;
  background: #f6f6f6;
}
.about-sec .flex-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}
.about-sec .flex-box a{
  color:#999;
}
.about-sec .flex-box a:hover{
  color:#053e8d;
}
.about-sec .about-text{
  margin-top: 10px;
  font-size: 14px;
  color:#333;
  line-height: 1.5;
}
.about-sec .left-text{
  display: flex;
  align-items: center;
  color:#999;
  font-size: 16px;
}
.about-sec dt{
  font-weight: normal;
}
.about-left{
  position: relative;

}

.about-left img{
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  /*border-radius: 10px;*/
  /*border:4px solid #013d8c;*/
}


.about-right h3{padding:10px 0;font-size:28px;color:#000; text-align:left;position: relative;margin: 10px 0;}
.about-right h3::after{
  position: absolute;
  left: 0;
  bottom:0;
  height: 2px;
  width: 50px;
  content: '';
  z-index: 2;
  border-bottom: 1px solid #000;
  transform: scaleY(0.5);
  transform-origin: 0 100%;
}
.about-right .about-desc{
  margin-top: 10px;
}
.right-box-news-item{
  display: flex;
  overflow: hidden;
}
.right-box-news-item:not(:first-child){
  margin-top:10px;
}
.right-box-news-item:hover .news-name-desc{
  color:#333;
}
.left-img{
  width: 250px;
  height: 180px;
  overflow: hidden;
  border:1px solid #eee;
}
.left-img img{
  width: 100%;
  height: 180px;
}
.right-news-text{
  flex:1;
  overflow: hidden;
  padding-left: 10px;
}
.right-news-text .news-name{
  font-size: 16px;
  color:#0190d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}
.right-news-text .news-name-desc{
  text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    height: 72px;
}
.about-right p{font-size:14px;line-height:2; color:#666; width: 100%;text-align: justify;}
.about-right .buttons{text-align:left;}
.buttons{
  margin-top: 10px;
  text-align: right;
 }
.buttons a{ 
    padding: 13px 45px 13px 25px;
    border: 2px solid #013d8c;
    margin-left: 0;
    display: inline-block;
    position: relative;
    color:#fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
    color:#012453;
    border-color: #012453;
}
.buttons a:hover{
  border: 2px solid #013d8c;
  background: #013d8c;
  color:#fff;
 }
.buttons a:after{
    content: "\e6a3";
    font-family: 'iconfont';
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-size: 0.8em;
    line-height: 1.2em;

}
.about-right .a-icon-box{
  overflow: hidden;
}
.about-right .a-icon-box .a-icon-box-item{
    width: 25%;
    float: left;
    padding:0 10px;
    border-radius: 4px;
}
.about-right .a-icon-box .a-icon-box-item:hover .a-icon-right>div,.about-right .a-icon-box .a-icon-box-item:hover .a-icon-right p{color:#6ac335;}
.about-right .a-icon-box .a-icon-box-item .a-icon-text{
  background: #fff;
  padding:10px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-right .a-icon-box .a-icon-box-item img{
  width: 50px;
  display: block;
}
.about-right .a-icon-box .a-icon-box-item .a-icon-right{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
      -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  display: flex;
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    height: 100%;
}
.about-right .a-icon-box .a-icon-box-item .a-icon-right div{
  line-height: 1.5;
  color:#666;
  font-size: 16px;
}
.about-right .a-icon-box .a-icon-box-item .a-icon-right p{
  line-height: 1.5;
  color:#aaa;
  font-size: 14px;
}

/*证书*/
.about-right  .certificate-box .certificate-show{
  padding:10px;
  display: block;
}
.about-right  .certificate-box .certificate-show .certificate-img{
  overflow: hidden;
  position: relative;
}
.about-right  .certificate-box .certificate-show .certificate-img img{
  width: 215px;
  height: 143px;
}
.about-right .certificate-box .owl-prev,.about-right .certificate-box .owl-next{
  top:50%;
  color:#fff;
}
.about-right .certificate-box .owl-prev:hover,.about-right .certificate-box .owl-next:hover{
  color:#01458e;
}
.about-right .certificate-box .owl-prev{
  left: 0;
}
.about-right .certificate-box .owl-next{
  right:0;
}

.about-right .certificate-box .mask{
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);  
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.about-right .certificate-box .certificate-show:hover .mask {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
/*证书*/


.about-bottom{
  margin-top: 30px;
}
.about-bottom .about-bottom-box{
  padding:0 15px;
}
.about-bottom .about-bottom-icon{
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  border:2px solid #038835;
  text-align:center;
  padding: 65px 0;

}
.about-bottom .about-bottom-icon:hover span{
  color:#3ebc26;
}
.about-bottom .about-bottom-icon:hover img{
  -moz-transform:rotate(360deg);
  -ms-transform:rotate(360deg); /* IE 9 */
  -webkit-transform:rotate(60deg); /* Safari and Chrome */
  transform:rotate(360deg);
}

.about-bottom .about-bottom-icon img{
  width:80px;
  height:80px;
  display:block;
  margin:5px auto;
  transition:all 0.4s;
  -webkit-transition:all 0.6s;
}
.about-bottom .about-bottom-icon span{
  color:#038835;
  font-size:16px;
  display:block;
  margin:0 auto;
  padding:10px 0;
  transition:all 0.4s;
  -webkit-transition:all 0.6s;
}

.jg-sec{
  margin-top: 30px;
}
.jg-sec .title p{
  color:#fff;
}
.jg-sec .title h4{
  color:#fff;
}
.jg-sec .about-right p{
  color:#fff;
}
/*------adv section-------*/
.adv-sec .adv-img img{
  margin:0 auto;
}
/*------adv section end-------*/


.ip-sec-sec{
  background: #fff;
  padding: 20px 0 40px;
} 
.ip-sec-sec .idx-title{
  padding-bottom: 20px;
}
.ip-sec-sec .idx-title p{
  color:#fff;
}
.ip-sec-sec .idx-title h4{
  color:#fff;
}
.ip-sec-sec .toggle-product{
  display: none;
}
.ip-sec-sec .ip-sec-mod{
  text-align: center;
  padding-bottom: 30px;
}
.ip-sec-sec .ip-sec-mod .text-block{
  padding:10px 15px;
  font-size:16px;
  color:#333;
  display: inline-block;
  cursor:pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border:1px solid #eee;
  margin-bottom:10px;
}
.ip-sec-sec .ip-sec-mod .active{
  color:#9f3638;
  border:1px solid #9f3638;
}
.ip-sec-sec .ip-sec-mod .text-block:not(:last-child){
  margin-right: 10px;
}
.ip-sec-sec .ip-sec-item {
  padding: 0 10px;
}
.ip-sec-sec .ip-sec-item .text-block:hover .mask{
  opacity: 1;
    filter: alpha(opacity=1);
}
.ip-sec-sec .ip-sec-mod .text-block:hover{
  color:#9f3638;
  border:1px solid #9f3638;
}
.ip-sec-sec .ip-sec-item .text-block{
  background: #053e8d;
  display: block;
}
.ip-sec-sec .ip-sec-item .text-block:hover .text-nowrap{
  color:#fff;
}
.ip-sec-sec .ip-sec-item .ip-sec-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ip-sec-sec .ip-sec-item .ip-sec-img img{
  width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  /*border:1px solid #eee;*/
}
.ip-sec-sec .ip-sec-item .text-block:hover .ip-sec-img img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ip-sec-sec .ip-sec-name{
  text-align: center;
  padding: 25px 5px;
}
.ip-sec-sec .ip-sec-name span{
  font-size: 14px;
  color:#fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.2;
}
.ip-sec-sec .buttons{
  margin-top: 30px;
  text-align: center;
}


/*------idx-series-sec-------*/
.idx-series-sec{
  background: #fff;
  padding: 20px 0
}
.idx-series-sec .idx-series-item .text-block{
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px 0 rgba(200, 200, 200, 0.9);
  -moz-box-shadow: 0 5px 8px 0 rgba(200, 200, 200, 0.9);
  -ms-box-shadow: 0 5px 8px 0 rgba(200, 200, 200, 0.9);
  box-shadow: 0 5px 8px 0 rgba(200, 200, 200, 0.9);
  padding:8px;
  transition: all 0.3s;
}
.idx-series-sec .idx-series-item .text-block:hover{
  background: #053e8d;
}
.idx-series-sec .idx-series-item .text-block:hover .mask{
  opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.idx-series-sec .idx-series-item .text-block:hover .text-nowrap{
  color:#fff;
}
.idx-series-sec .idx-series-box .idx-series-item{
  margin-bottom:30px;
}
.idx-series-sec .idx-series-box .idx-series-img{
  width: 100%;
  position: relative;
}
.idx-series-sec .idx-series-box .idx-series-img img{
  height: 236px;
  width: 100%;
}
.idx-series-sec .idx-series-box .idx-series-img .mask{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.idx-series-sec .idx-series-box .idx-series-name{
  text-align: center;
  padding: 30px 0 20px;
}
.idx-series-sec .idx-series-box .idx-series-name span{
  font-size: 16px;
  color:#053e8d;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.2;
}


/*------product section-------*/
.idx-product-sec{
  background: #f6f6f6;
} 
.idx-product-sec .toggle-product{
  display: none;
}
.idx-product-sec .idx-product-mod{
  text-align: center;
  padding-bottom: 30px;
}
.idx-product-sec .idx-product-mod .text-block{
  padding:10px 15px;
  font-size:16px;
  color:#333;
  display: inline-block;
  cursor:pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border:1px solid #eee;
  margin-bottom:10px;
}
.idx-product-sec .idx-product-mod .active{
  color:#013d8c;
  border:1px solid #013d8c;
}
.idx-product-sec .idx-product-mod .text-block:not(:last-child){
  margin-right: 10px;
}
.idx-product-sec .idx-product-item {
  padding: 0 15px;
}
.idx-product-sec .idx-product-item .text-block:hover .mask{
  opacity: 1;
    filter: alpha(opacity=1);
}
.idx-product-sec .idx-product-mod .text-block:hover{
  /*color:#013d8c;*/
  border:1px solid #013d8c;
  background: #053e8d;
}
.idx-product-sec .idx-product-item .text-block{
  background: #fff;
  border:1px solid #eee;
}/*
.idx-product-sec .idx-product-item .text-block:hover .text-nowrap{
  color:#013d8c;
}*/
.idx-product-sec .idx-product-item .idx-product-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.idx-product-sec .idx-product-item .idx-product-img img{
  width: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  border:1px solid #eee;
}
.idx-product-sec .idx-product-item .text-block:hover .idx-product-img img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.idx-product-sec .idx-product-name{
  text-align: center;
  padding: 20px 5px;
}
.idx-product-sec .idx-product-name span{
  font-size: 14px;
  color:#333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.2;
}
/*------product section end-------*/


/*------product section-------*/

.product-sec .jcsjslideTxtBox .hd{
  margin-top: 10px;
  padding: 15px 0;
}
.product-sec .product-list{
  margin-top:20px;
}
.product-sec .jcsjslideTxtBox .hd li {
    color: #053e8d;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    border:1px solid #053e8d;
    margin: 0 5px;
}
.product-sec .jcsjslideTxtBox .hd .on {
    color: #fff;
    background: #053e8d;
}
.product-sec .product-list-name{
  padding:0 0 20px;
  width:60%;
  margin:0 auto;
}
.product-sec .product-list-name .product-list-name-item{ 
  font-size:16px;
  color:#666;
  text-align:center;
  padding:15px 5px;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-sec .product-list-name .active{
  color:#fff;
  background:#009241;
}
.product-sec .product-list li{
  padding:10px;
}
.product-sec .product-list a{
  display: block;
    position: relative;
  overflow:hidden;
  text-align: center;
}
.product-sec .product-list a img{
  width: 100%;
    height: 179px;
}
.product-sec .product-list .case-title{
  color:#333;
  font-size: 14px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top:10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.product-sec .product-list a .product-list-txt{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:rgba(0,0,0,.6);
}
.product-sec .product-list a .product-list-txt span{
  font-size:14px;
  padding:10px 5px;
  color:#fff;
  width:100%;
  text-align:center;
  white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.product-sec .product-list .product-img:hover span{
  color:#5376fb;
}
.product-sec .product-list .product-img .mask{
  position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.product-sec .product-list .product-img .mask span{
  color:#fff;
  font-size:36px;
}
.product-sec .product-list .product-img .image-box:hover .mask{
  opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-sec .product-list .product-img .image-box:hover img{
   -webkit-transform: none;
    transform: none;
}
/*------product section end-------*/

.doing-sec{
  padding-top: 0;
}

/*------field section-------*/
.idx-field-sec{
  background: #f5f5f5;
  margin-top: 40px;
  padding-bottom: 20px;
}
.idx-field-sec .idx-field-list {
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.idx-field-sec .idx-field-list .box{
  width: 220px;
  height: 220px;
  border:3px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  transition: all 0.4s;
} 
.idx-field-sec .idx-field-list img{
  /*-webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);*/
  vertical-align: middle;
  z-index: 10;
}
/*
.idx-field-sec .idx-field-list:hover img{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.idx-field-sec .idx-field-list:hover  .idx-field-title p{
  color:#e60203;
}
*/
.idx-field-sec .idx-field-list .idx-field-title{
  text-align: center;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.idx-field-sec .idx-field-list .idx-field-title p{
  font-size: 16px;
  color:#333;
  padding: 10px 0;
}
.idx-field-sec .idx-field-list .idx-field-title span{
  font-size: 14px;
  color:#999;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
  line-height: 1.6;
    white-space: normal;
}
.idx-field-sec .mask{
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 0;
  background:rgba(255,255,255,1);  
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
    border-radius: 50%;
}
.idx-field-sec .idx-field-list .box:hover .mask {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.idx-field-sec .idx-field-list .box:hover{
  border-color: #ffc8c8;
}

/*------services section-------*/
.services-sec h3{
  color:#fff;
}
.services-sec h3.title span:after{
  background:#fff;
}
.services-sec h3.title span:before{
  background:#fff;
}
.services-show{margin:20px auto;position:relative;}
.services-icons {text-align:center; margin:10px auto;}
.services-icons i{
  color:#fff;
  font-size:3em;
    padding: 0.6em 0.6em;
  transition:all 0.3s ease-in;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -ms-transition:all 0.3s ease-in;
  position:relative;
}
.services-icons i:after{
  content: '';
  position:absolute;
  top:0;
  left:0;
  border:#fff solid 3px;
    width: 100%;
    height: 100%;  
  transition:all 0.3s ease-in;
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -ms-transition:all 0.3s ease-in;
}
.services-icons i:hover{
  box-shadow: 0 0 0 8px rgba(255,255,255,1);
}
.services-icons i:hover:after{
  -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}
.services-title {
  padding: 10px 0;
}
.services-title h4{
  color:#fff;
  font-size:1.5em;
  text-align:center;  
}

/*合作案例*/
#company-sec{
  background:#f5f5f5;
}
#company-sec .photo-list .honorary-img .mask{
  position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.photo-sec .photo-list{
  margin-top: 20px;
}
.photo-sec .photo-list .owl-item{
   padding: 0 10px;
}
#company-sec .photo-list .honorary-img a{
  display: block;
    position: relative;
    overflow: hidden;
}
#company-sec .photo-list .honorary-img .mask span{
  color:#fff;
  font-size:16px;
  padding:10px;
  line-height:1.5;
}
#company-sec .photo-list .honorary-img .image-box:hover .mask{
  opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#company-sec .photo-list .honorary-img .image-box:hover img{
   -webkit-transform: none;
    transform: none;
}
.text-center{
  margin-top: 20px;
}
#company-sec .news-name{
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  color:#333;
  margin-top: 5px;
}
/*// 合作案例*/

/*------news section-------*/
/*------news section-------*/

.idx-news-sec .news-g .title{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.idx-news-sec .news-g .title-left,.idx-news-sec .news-g .title-right{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.idx-news-sec .news-g {
  padding-top: 20px;
  padding-bottom: 10px;
  border:1px solid #85ffa7;
}
.idx-news-sec .news-g .title-left{
  color: #6ac335;
}
.idx-news-sec .news-g .title-left i{
  font-size: 32px;
}
.idx-news-sec .news-g .title-left small{
  font-size: 24px;
}
.idx-news-sec .news-g .title-right {
  padding-top: 5px;
  transition: all 0.3s;
}
.idx-news-sec .news-g .title-right i{
  color: #999;
    font-size: 18px;
    padding-right: 2px;
}
.idx-news-sec .news-g .title-right span {
  color: #999;
  font-size: 14px;
}
.idx-news-sec .news-g .title-right span:hover{
  color:#6ac335
}
.idx-news-sec .news-g-bottom li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.idx-news-sec .news-g-bottom li{
  padding-bottom: 8px;
}
.idx-news-sec .news-g-bottom li:not(:first-child){
  border-top: 1px dashed #ddd;
  padding-top: 12px;
}

.idx-news-sec .news-g-bottom .idx-news-item {
  font-size: 15px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.6;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 100%;
}
.idx-news-sec .news-g-bottom .idx-news-item:hover{
  color: #6ac335;
}
.idx-news-sec .news-g-bottom .idx-news-item::before{
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #6ac335;
}

.idx-news-sec .news-g-r-bottom li{
  padding: 0 0 4px;
}
.idx-news-sec .news-g-r-bottom li:first-child{
  text-align: center;
  padding-top: 2px;
  padding-bottom: 20px;
  border-bottom:1px dashed #ddd;
}
.idx-news-sec .news-g-r-bottom li:first-child:hover .idx-news-item span{
  color: #6ac335;
}
.idx-news-sec .news-g-r-bottom li:first-child .idx-news-item span{
  font-size: 16px;
  color:#000;
  padding-right: 0;
}
.idx-news-sec .news-g-r-bottom li:first-child .idx-news-item small{
  display: none;
}

.idx-news-sec .news-g-r-bottom .idx-news-item::before{
  display: none;
}
.idx-news-sec .news-g-r-bottom .idx-news-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

.idx-news-sec .news-g-r-bottom .idx-news-item span{
   flex:1;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   padding-right: 10px;
}

.idx-news-sec .news-g-r-bottom li:not(:first-child){
  border: 0;
}
.news-sec .text-center{
  margin-top: 15px;
}
.news-img{
  position:relative;
}/*
.news-box{
  margin-top: 20px;
}*/
.news-img img{
  position:relative;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 182px;
}
.news-sec .jcsjslideTxtBox .hd{
  margin-top: 0;
}

.news-sec .jcsjslideTxtBox .hd li{
  color: #999;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  cursor:pointer;
  border:1px solid #ccc;
  margin:0 5px;
}
.news-sec .jcsjslideTxtBox .hd .on{
  color:#013d8c;
  border-color:#013d8c;
}
.news-img .mask{
  position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}
.news-show:hover .mask{
    opacity: 1;
    filter: alpha(opacity=1);
    background: rgba(0,0,0,.8);
}
.news-img .time{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: rgba(0,0,0,.5);
    right: 0;
    bottom: 0;
    color: #fff;
    padding:10px 35px 10px 10px;
    font-size: 12px;
}
.news-img .time .arrow{
  background: #013d8c;
  width: 30px;
  position: absolute;
  right: 0;
    bottom: 0;
    height: 100%;
    padding-bottom: 0;
    font-size: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  -ms-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news-img i{
    font-size: 2.5em;
    color: #FFF;
    padding-bottom: 10px;
}
.news-img .desc{
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  */
  width: 90%;
  font-size: 14px;
  line-height: 1.5;
  color:#fff;
}
/*.news-show{
  padding: 10px 10px;
}*/
.news-text{
  background: #fff;
  padding:10px;
}
.news-text h3{
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height:1.5;
  font-weight: bold;
}
.news-text p{
  text-overflow: ellipsis;
  font-size: 14px;
  line-height:1.5;
  color:#999;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    height: 41px;
}
.news-text a{
  color:#3d78d8;
  position:relative;
  width: 92%;
    text-align: right;
    display: inline-block;
}
.news-text a:after{
  content: "\e092";
  font-family: 'Glyphicons Halflings';
  position:absolute;
  right:-20px;
  bottom:0;    
  font-size:16px;
  line-height: 1.2em;
}
.news-sec .news-box .owl-item{
  padding: 0 10px;
}

/*新闻中心*/
.news-sec .news-show .news-text{
  text-align:left;
  transition: all 0.3s
  line-height:1.7;
}
.news-sec .news-show .news-text:hover{
  background: #053e8d;
}
.news-sec .news-show .news-text:hover h3,.news-sec .news-show .news-text:hover p{
  color: #fff;
}
.news-sec .news-show .news-text h3{
  border:0;
}
/*新闻中心 end*/

.jcsj-sec{
  padding: 30px 0;
  background: #f6f6f6;
}
.tp-sec{
  background: #fff;
  padding-bottom: 0;
}
.jcsj-sec .news-show{
  display: block;
  margin-bottom: 20px;
  /*width: 25%;
  float: left;*/
}/*
.jcsj-sec .bd{
  overflow: hidden;
}*/

/*行业资讯*/
#industry{
  padding:20px 0 35px;
}
#industry .news-text .news-show-list-item{
  height:20px;
  line-height:20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#industry .news-text{
  padding:20px 10px; 
  background:#fff;
  display: block;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
#industry .img-box img{
  width: 100%;
  height: 213px;
  display: block;
  margin-bottom: 5px;
}
#industry .news-text .h3{
  font-size:16px;
  text-align:left;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 10px;
    line-height: 1;
}
#industry .news-text span{
  color: #868686;
  font-size:12px;
  display:inline-block;
  margin-left:5px;
}
#industry .news-text p{
  line-height:2;
  color:#999;
  padding: 5px 0 10px;
    font-size: 14px;
    height: 66px;
}
#industry .news-text:hover p{
  color:#333;
}
#industry .news-text .news-show-list-item .news-text p{
  text-align:left;
}
/*行业资讯 end*/
/*------contact section-------*/
/*.contact-sec .title span{
  color:#038835;
  font-size:18px;
  font-weight:bold;
}*/
.contact-sec{
  padding-bottom: 30px
}
.form-control{
      border-radius: 0;
    padding: 15px 10px;
    height: auto;
  margin-bottom: 5px;
}
.form-control, input {
    border-radius: 0;
    padding: 15px 10px;
    height: auto;
  margin-bottom: 5px;
}
.contact-me{
  margin-bottom:1em;
}
.contact-me textarea{
  min-height: 200px;
  resize:none;
}
.contact-form h4{
    font-size: 1em;
    color: #797979;
    margin: 0 0 .5em;
}
.contact-form .idx-sub {
    outline: none;
    padding: 15px 0;
    border:1px solid #053e8d;
    background: #053e8d;
    font-size: 1.2em;
  text-align:center;
    color: #fff;
    width: 100%;
    margin: 1.2em 0 0 0em;
    text-transform: uppercase;
    letter-spacing: 1px;
  cursor: pointer;
  
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -o-transition:all 0.3s;
}
.contact-form .idx-sub:hover{
    /*background:#092450;*/
  background: none;
  color: #053e8d;
  border:1px solid #053e8d;
}
.contact-form .validate_img{
  display:inline-block;
  position:relative;
}
.contact-form .validate_img a{
  position:absolute;
    top: 3px;
    right: -60px;
}

/*合作伙伴*/
.idx-parent-sec{
  background: #f3f3f3;
  padding-bottom: 20px;
}
.idx-parent-sec .idx-parent-toggle{
  overflow: hidden;
}
.idx-parent-sec .idx-parent-toggle a{
  /*padding:0 15px;*/
  display: block;
  width: 240px;
  height: 130px;
}
.idx-parent-sec .idx-parent-toggle a img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border:1px solid #ddd;
}
.idx-parent-sec .idx-parent-toggle .owl-prev,.idx-parent-sec .idx-parent-toggle .owl-next{
  top:50%;
}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
/*合作伙伴*/

/*友情链接*/
.friendship-link{
  margin-top: 15px;
}
.friendship-link span{
  color:#fff;
  font-size: 14px;
}
.friendship-link .weblink{
  color:#fff;
  display: inline-block;
  margin:5px;
  font-size: 14px;
  line-height: 1.5;
}
.friendship-link .weblink:hover{
  color:#8ec5ff;
}

/*友情链接*/
/*------ link-sec -------*/
.link-sec{
  padding:10px 0;
}
.link-sec .link-title{
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  float: left;
}
.link-sec .link-list{
  overflow: hidden;
  padding:20px 20px;
  border:2px solid #129c39;
}
.link-sec .link-list .link-item{
  font-size: 14px;
  color: #999;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}
.link-sec .link-list .link-item:hover{
  color: #6ac335;
}

.joining-sec{
  background: #f6f6f6;
  padding: 20px 0;
}
.flex-icon{
  display: flex;
  padding: 0 5px;
}
.flex-icon .icon-item{
  width: 150px;
  padding:0 5px;
}
.flex-icon .icon-item .img-box{
  width: 100px;
  height: 100px;
  display:block;
  background: #053e8d;
  padding: 10px;
  margin:0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-icon .icon-item .img-box img{
  width: 60px;
  height: 60px;
}
.flex-icon .icon-item p{
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
.flex-icon .icon-item p span{
  display: block;
  font-size:16px;
  color:#333;
}
.flex-icon .icon-item p span:first-child{
  font-weight: bold;
  font-size:18px;
}

/*------ footer -------*/
.foot-nav{
  display: block;
  padding-bottom: 20px;
}
.foot-nav li{
  display: inline-block;
  margin-right: 50px;
}
.foot-nav li a{
  font-size: 16px;
  color:#fff
}
.foot-nav li a:hover{
  color:#6ac335
}
.footer-bottom-text{
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  color:#fff;
  width: 100%;
}
.footer-bootom-item{
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.footer-bootom-item-show{
  font-size: 14px;
  color:#fff;
  margin:0 15px;
}
.footer .footer-con p{
  font-size: 14px;
    color: #000;
    line-height: 1.5;
    padding: 5px 0;
}
.footer .footer-con:last-child{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.footer .footer-con .ewm-box{
  text-align: center;
}
.footer .footer-con .ewm-box:not(:last-child){
  margin-right: 20px;
}
.footer .footer-con .ewm-box img{
  height: 105px;
  padding: 5px;
  border-radius: 5px;
  border:1px solid #ddd;
}
.footer .footer-con .ewm-box p{
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
footer{
  /*background: #eee;
          background: -webkit-linear-gradient(left, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -o-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -moz-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: linear-gradient(to right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));*/
  padding:30px 0 0px;
  /*margin-top:20px;*/
  background: #fff;
}
footer .container{
  background: none!important;
}
footer h4{
  color:#000;
  font-size:20px;
  margin-bottom: 10px;
}
footer h4 i{
  color:#737373;
  font-size:14px;
  padding-right:5px;
}
footer .footer-about p{
    color: #999;
    line-height: 2em;
  margin-bottom: 0.5em;
}
footer .all-icon li{
  display: inline-block;
  margin: 0 0.5em 0 0;
}
footer ul .dropdown-menu{display:none;}

footer .row .footer-link{
  -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

footer .footer-link ul li{
  line-height:1.5;
  padding: 5px 0 5px 0;
  position: relative;
    top: 1px;
    display: block;
}
footer .footer-link .footer-contact{
  font-size: 14px;
  color:#d3d3d3;
}
footer .footer-link ul li a{
  color:#d3d3d3;
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer .footer-link ul li a:hover{
  color:#8ec5ff;
}
/*footer .footer-link .qr-code{
  margin-top: 15px;
}*/
footer .footer-link .qr-code img{
  display: block;
  margin: 0 auto;
  width: 70%;
}
footer .footer-link .qr-text{
  margin-top: 10px;
  color:#d3d3d3;
  font-size:14px;
  text-align: center;
}
footer .footer-copy{
  margin-top: 10px;
  padding:1em 0;
  border-top: 1px solid #fff;
  background: #053e8d;
}
footer .footer-copy p{
  text-align:center;
  color:#fff;
  font-size:14px;
}


.page-intro{
  padding: 10px 0;
  background:#fff;

}

.page-intro .row .breadcrumb{
  margin:0;
  color: #666;
  background:#fff;
}
.breadcrumb a:hover{
  color:#f60;
  
}
.page-intro .row .breadcrumb i{
  color:#666;
}
.pr-10 {
    padding-right: 10px;
}

/*------ 预加载 ------*/
#page-preloader { position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #f1f3f2; z-index: 100500; }
#page-preloader .spinner { display: block; position: absolute; left: 50%; top: 50%; width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; border: 3px solid transparent; border-top-color: #ff6400; border-radius: 50%; z-index: 1001; -webkit-animation: spin 2.5s infinite linear; animation: spin 2.5s infinite linear; }
#page-preloader .spinner:before, #page-preloader .spinner:after { content: ''; position: absolute; border-radius: 50%; }
#page-preloader .spinner:before { top: 5px; left: 5px; right: 5px; bottom: 5px; border: 3px solid transparent; border-top-color: #088cdc; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }
#page-preloader .spinner:after { top: 15px; left: 15px; right: 15px; bottom: 15px; border: 3px solid transparent; border-top-color: #52bf81; -webkit-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/*--lefter左边栏目导航--*/
#leftmenu1{
  background: #eee;
}
#leftmenu1 .sub-tit{
            background: -webkit-linear-gradient(left, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -o-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -moz-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: linear-gradient(to right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    
    text-align: center;
    font-size: 18px;
    padding:30px 0;
    color: #fff;
}
#leftmenu1 .sub-tit small{
  font-size: 14px;
  display: block;
  padding-top: 10px;
  font-weight: normal;
}
#leftmenu1 a{
  font-size: 1.4em;
    color: #007100;
    font-weight: bold;
    padding: 10px 5px 10px 15px;
  display:block;
}
#leftmenu1 .n-tit{
  font-size: 14px;
    width: 100%;
    background: #007100;
    color: #fff;
    padding:0;
    border-radius: 4px;
    font-weight: normal;
}
#leftmenu1 ul li{
  border-radius: 4px;
    display: flex;
    align-items: center;
}
#leftmenu1 ul li.active{
  display: none;
}
#leftmenu1 ul .active {
    background: #007100;
    color: #fff;
    padding: 15px 5px 15px 15px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.subCont-list{
  padding: 0;
  /*-webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.2);
  background:#eee;*/
}
.subCont-list ul li .fa {
    padding-right: 5px;
    font-size: 14px;
}
.subCont-list #leftmenu1 .sub-menu{
  /*margin-top:10px;*/
}
.subCont-list #leftmenu1 .sub-menu li{
  /*margin-bottom:10px;*/
}
.subCont-list #leftmenu1 .sub-menu li a{
  font-size:14px;
  width: 100%;
  background: #fff;
  color:#333;
  padding:20px 0;
  border-radius: 4px;
  font-weight:normal;
  text-align: center;
  position: relative;
}
.subCont-list #leftmenu1 .sub-menu li a:hover{
  color:#3792f4;
}
.subCont-list #leftmenu1 .sub-menu li:not(:last-child) a{
  border-bottom: 1px solid #eee;
}
.subCont-list #leftmenu1 .sub-menu li .on{
  color: #3792f4;
}
.subCont-list #leftmenu1 .sub-menu li .on:after{
  content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10%;
    border-bottom: 3px solid #3792f4;
    -webkit-transform:translate(-50%,0);
    transform: translate(-50%,0);
}
/*新增联系方式*/
.subCont-list .left-contact-box{
  border-top:1px solid #d8d8d8;
            background: -webkit-linear-gradient(left, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -o-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -moz-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: linear-gradient(to right, rgba(1, 69, 142,1), rgba(55, 146, 224,1)); 
    
  margin-top:25px;
}
.subCont-list .left-contact-box p{
            background: -webkit-linear-gradient(left, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -o-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: -moz-linear-gradient(right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    background: linear-gradient(to right, rgba(1, 69, 142,1), rgba(55, 146, 224,1));
    
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
    display: block;
    color: #fff;
}
.subCont-list .left-contact-box p small {
    font-size: 14px;
    display: block;
    padding-top: 10px;
    font-weight: normal;
}
.subCont-list .left-contact .left-contact-list{
  background: #fff;
}
.subCont-list .left-contact .left-contact-list p{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5px 20px 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
} 
.subCont-list .left-contact .left-contact-list span{
  font-size:14px;
  color:#808080;
  padding-left: 5px; 
  line-height: 1.5;
} 
.subCont-list .left-contact .left-contact-list p i{
  font-size:24px;
  color:#999;
  display:inline-block;
}

/*内页左侧滚动新闻*/
.subCont-list .left-news .left-news-item{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.subCont-list .left-news .left-news-item a{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  padding-right:5px;
  font-size: 14px;
  color:#333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subCont-list .left-news .left-news-item a:hover{
  color:#2b94ea;
}
.subCont-list .left-news .left-news-item i{
  display: block;
  font-size: 14px;
  color:#999;
}
.subCont-list #newsBox{
  padding: 10px;
  border:1px solid #eee;
}


/*--------------------
    ABOUT
--------------------*/
.banner-page{
  width:100%;
  height:auto;
}
.subBody{
  padding-bottom:30px;
}
.subBody .container{
  margin-top: 20px;
  margin-bottom: 20px;
  padding:0;
  background:#fff;
}
.subBody .padding-auto{
  padding: 15px;
}
.subBody .row{
  margin:0;
}
.subBody .row .example{
  padding: 0;
}
.subCont-right{
  margin:0;
  line-height: 220%;
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
}
.subCont-right h3{
  text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
}

/*--------------------
    PRODUCT
--------------------*/
.subBody .product-all{
  width:100%;
  text-align:center;
}
.subBody .pager-title{
  text-align:center;
  position:relative;
  font-weight:bold;
  margin:20px 0;
}
.subBody .pager-title:before{
  content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    height: 3px;
    width: 10%;
    background: #000;
  transform:translate(-50%,-50%);
}
.subBody .product-all-item{
  display:block;
}
.subBody .product-all-item .product-all-item-top{
  margin:30px 0;
    text-align: center;
}
.subBody .product-all-item .product-all-item-top ul{
  display:inline-block;
}
.subBody .product-all-item .product-all-item-top ul li a{
  padding: 10px 20px;
    display: inline-block;
    margin: 2px 10px;
    border: 1px solid #ddd;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  
}
.subBody .product-all-item .product-all-item-top ul li a:hover{
  background:#A2A2A2;
  color:#fff;
}
.subBody .product-all-item .product-all-item-top ul li .selected{
  background:#A2A2A2;
  color:#fff;
}
.subBody .product-all-item .product-all-item-bottom ul li{
  margin:10px 0;
  text-align:center;
  position:relative;
}

.subBody .product-all-item .product-all-item-bottom ul li a:hover .mask{
  opacity:1;
  -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.subBody .portfolio-item .mask{
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);  
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  
  -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}


.subBody .portfolio-item span{padding:10px 0;display:block;}
.subBody .product-all-item .product-all-item-bottom ul li a{
  font-size:1em;
  color:#4e4e4e;
  display:block;
  overflow:hidden;
  position:relative;
}
.pager{
  text-align:center;
}
.pager li>a{
  border-radius: 0px;
}

/*--------------------
  PRODUCT SHOW
--------------------*/
.product-all-item-bottom .item {
  padding: 1em;
}
.subBody .product-all-item .product-all-item-top{
  margin:30px 0;
    text-align: center;
}
.subBody .product-all-item .product-all-item-top ul{
  display:inline-block;
}
.subBody .product-all-item .product-all-item-top ul li a{
  padding: 10px 20px;
    display: inline-block;
    margin: 2px 10px;
    border: 1px solid #ddd;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -ms-transition:all 0.3s;
  
}
.subBody .product-all-item .product-all-item-top ul li a:hover{
  background:#A2A2A2;
  color:#fff;
}
.subBody .product-all-item .product-all-item-top ul li .selected{
  background:#A2A2A2;
  color:#fff;
}
.subBody .product-all-item .product-all-item-bottom ul li{
  margin:10px 0;
  text-align:center;
  position:relative;
}
.product-all-item-bottom .item .case-box{
  font-size: 1em;
    color: #4e4e4e;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,.3);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,.3);
    border-radius: 4px;
  background: #fff;
  position: relative;
}
.product-all-item-bottom .item .case-box .case-flex{
  position: relative;
}
.product-all-item-bottom .item .case-box img{
  height:218px;
  margin: 0 auto;
}
.product-all-item-bottom .item .case-box:hover .mask {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.subBody .portfolio-item .mask{
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);  
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -ms-transition:all 0.4s;
  
  -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.subBody .portfolio-item .mask i{
  color:#fff;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -wekit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.subBody .portfolio-item span{
  padding:10px 0;
  font-size:1.1em;
  display:block;
  text-align:center;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subBody .product-all-item .product-all-item-bottom ul li a{
  font-size:1em;
  color:#4e4e4e;
  display:block;
  overflow:hidden;
  position:relative;
}

.picarr{position:relative;margin-top:10px;}
.picarr .picture{float:none; margin: 0 auto;}
.picarr .preview{padding:10px 0;display: flex;justify-content: center;}
.picarr .preview li{margin:4px;display:inline-block;}
.picarr .preview li a{border: 5px solid #ddd;border-radius: 5px;background:#fff;display:inline-block;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;transition:all 0.3s;}
.picarr .preview li a:hover{border-color:#3D78D8;}
.picarr .preview li a img{vertical-align:middle;}
.picarr .preview li.current a{border:1px solid #000;}
/*组图*/
.zoomify { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }
.zoomify.zoomed { cursor: -webkit-zoom-out; cursor: zoom-out; padding: 0; margin: 0 auto; /*border: none;*/ border-radius: 5px; box-shadow: none; position: relative; z-index: 1501;     border: 5px solid #fff;}
.zoomify-shadow{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; z-index: 1500; /*background: rgba(0, 0, 0 , .8); */opacity: 0; }
.zoomify-shadow.zoomed { opacity: 1; cursor: pointer; cursor: -webkit-zoom-out; cursor: zoom-out;}
.example img{max-width: 100%; margin:0 auto;}
.conttitle{padding:10px 0;}

/*摘要*/
.listConts .product-new-right .title{
    margin-bottom:0;
}
.listConts .product-new-right .desc {
    margin: 5px 0 15px 0;
}
.listConts .product-new-right .dgzx {
    /*width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    /*-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);*/
    font-size: 16px;
    color: #0a6cb0;
    /*border:2px solid #0a6cb0;*/
    display: block;
}
.listConts .product-new-right .dgzx:hover {
    background: #0a6cb0;
    color: #fff
}


/*内容区域*/
.conttitle{border-bottom:1px #ccc solid;color: #2f2f2f;font-weight: bold;font-size:1em;}
#textarea{padding: 10px 0;color:#666; font-size:1em;line-height:1em;line-height: 1.7em;}

/*文件下载页*/
.cpcs .row{margin:0;}
.cpcsdt {border-bottom: 2px solid #009803;margin-top:10px;}
.cpcsdt dd, .cpcsdt dt {color: #009803;}
.cpcsdt dd {background-color: #eff8ec;}
.cpcsdt dd, .cpcsdt dt {color: #009803;font-weight:bold;text-align:center;padding: 5px 0;}
.cpcsdt dt {background-color: #f6fbf5;}
.cpcszl dd, .cpcszl dt {padding: 10px 0;text-align:center;}
.cpcszl dd {background-color: #eff8ec;}
.cpcszl dd a, .cpcszl dt a {background: url(../images/cszl.png)left center no-repeat;padding-left: 20px;font-weight: normal;}
.cpcszl dt {background-color: #f6fbf5;}

.preNext .line {
    height: 20px;
    overflow: hidden;
    clear: both;
    background: url(../images/box_dotline.gif) left 15px repeat-x;
    margin: 4px auto;
    padding-top: 10px;
}
.preNext .line strong {
    display: block;
    width: 8px;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
    line-height: 100px;
    background: url(../images/box_dotline.gif) right -10px no-repeat;
    float: left;
}
.preNext{position: relative;}
.preNext .text {color: #999;padding:5px 0;width:100%;}
.preNext .text li:first-child{float:left;}
.preNext .text li:last-child{float:right;}

/*--------------------
    JOIN
--------------------*/
.join-all-item .join-name{
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.join-all-item .join-name .join-tit{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.join-all-item .join-name h3{
  color:#333;
  font-size: 18px;
  line-height:2;
  padding-top: 10px;
  overflow: hidden;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition:all 0.3s;
  transition: all 0.3s;
}
.join-all-item .join-name h3:hover{
  color:#378aec;
}
.join-all-item .join-name small{
  color:#999;
  font-size: 12px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.join-all-item .join-name p{
  color:#999;
  font-size: 14px;
  padding-top: 10px;
  line-height:1.5;
}

/*--------------------
    JOINSHOW
--------------------*/
.job .money{
  font-size: 14px;
  color:#666;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: bottom;
    -moz-align-items: bottom;
    -o-align-items: bottom;
    align-items: bottom;
    margin-bottom: 10px;
}
.job .money h3{
  font-size: 20px;
  color:#FF9900;
  font-weight: bold;
}
.job .job-top,.job .job-bottom{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding:20px;
    background: #f5faff;
}
.job .job-bottom{
  padding-top: 0;
}
.job .job-top p,.job .job-bottom p{
}
.job .job-info{
  line-height: 2;
  font-size: 14px;
  padding: 10px;
}

/*--------------------
  NEWS
--------------------*/
.news-all-item{
  margin:0;
}
.news-all-item li{
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.news-all-item .left,.news-all-item .right{
  padding-left:0;
  position: relative;
}
.news-all-item .left{
	padding: 20px;
}
.news-all-item .left .box{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 20px;
  border: 1px solid #999;
}
.news-all-item .left .time{
	color: #999;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.news-all-item .left .time:nth-child(2){
	font-size: 16px;
	font-weight: normal;
}

.news-all-item .right{
  padding-top: 28px;
}
.news-all-item .right .time{
  position: absolute;
  right: 0;
  top: 20px;
  font-size:26px;
  font-weight: normal;
  padding: 25px 0 30px 0;
  color: #ccc;
}
.news-all-item .right .time:after{
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width:1px;
  height: 100%;
  border-right: 1px solid #D9D9D9;
  -webkit-transform:scaleX(0.5);
  -moz-transform:scaleX(0.5);
  -ms-transform:scaleX(0.5);
  transform:scaleX(0.5);
  -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.news-all-item li .col-xs-12 .text-block{
  position: relative;
}
.news-all-item li .col-xs-12 h3{
  font-size: 16px;
  color:#615e5e;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  -webkit-transition:all 0.3s;
  transition:all 0.3s;
}
.news-all-item li:hover h3{
  color:#3b80d6;
}

.news-all-item li:hover .left .box{
	border-color: #4c94f3;
}
.news-all-item li:hover .left .time{
	color: #4c94f3;
}

.news-all-item li .col-xs-12 p{
  font-size: 13px;
    color: #999;
    line-height: 1.8;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
    padding:20px 0 0 0;
    height: 63px;
    overflow: hidden;
}
.news-all-item li img{
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
  width: 100%;
  height: 136px;
}
/*分页*/
.page_info{
  text-align:center;
  font-size:1em;
  padding: 20px 0;
}
.page_list {
  text-align: center;
  margin: 20px 0;
}
.page_list a{
  border: 1px solid #ddd;
  font-size: 0.8em;
  color: #23527c;
  padding: 9px 16px;
  margin: 20px 0 !important;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
}
.page_list .on{
  border-color:#337ab7;
  background-color: #337ab7;
  color:#fff;
}
.page_list a:hover {
  border-radius:0;
  background-color: #eee;
  border-color:#eee;
  color: #333;
}
.page_list .on:hover{
  border-color:#337ab7;
  background-color: #337ab7;
  color:#fff;
  cursor: default;
}

/*--------------------
    NEWS SHOW
--------------------*/
.listConts {
    line-height: 26px;
    color: #666;
}
.listConts .title {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    color: #000;
  font-weight: bold;
  padding: 10px 0;
}
.listConts .info {
  width:50%;
    line-height: 1.5em;
    text-align: center;
    margin: 15px auto;
  padding:5px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    color: #666;
}
.listConts .info small {
    margin-left: 8px;
    margin-right: 3px;
    font-size: 0.8em;
}
.listConts .info .small {
    margin-left: 8px;
    margin-right: 5px;
    color: #999;
    font-size: 0.8em;
}
.listConts .info .small, .info .big {
    font-family: Georgia;
    font-weight: bold;
    cursor: pointer;
}
.listConts .info .big {
    color: #003ba6;
    padding-left: 5px;
}
.listConts .desc {
    margin: 20px 0 15px;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #f4e4b4;
    background: #fffff0;
}
.listConts .author {
    text-align: right;
    color: #999;
}
.newsshow-textarea p span{
  line-height:1.5em;
}

/*留言栏目*/
.message-box .form-group .form-mod{
  line-height:40px;
}
.message-box .form-group .msgtitle{
  width:100%;
}
.message-box .form-group .msg_btn_area{
  text-align:center;
}
.message-box .form-group .msg_btn_area a{
  margin:0 auto;
  padding:10px 20px;
  font-size:16px;
  background:#01af42;
  color:#fff;
}
.message-box .form-group .msg_btn_area a:hover{
  background:#053e8d;
}
/*回复*/
.message-box .message_block{color:#666; margin-top:10px; font-size:12px}
.message-box .message_block p{padding:5px 10px; line-height:20px}
.message-box .msg_input{width:400px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.message-box .msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message-box .message_labes{font-size:14px;}
.message-box .message_title{height:34px;line-height:34px;background:#eef2f4;padding:0 10px;overflow: hidden;}
.message-box .message_title h2{color:#376b88;font-size:12px;float:left;line-height: 34px}
.message-box .message_title span{float:right;font-weight:bold;color:#999;}
.message-box .message_info{color:#8ea6b6;text-align:right;}
.message-box .message_replay{padding:0 10px; line-height:20px;}
.message-box .msg_btn_area {margin:16px 0;text-align:right;}
.message-box .msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.message-box .msg_btn_area a:hover{text-decoration:none;background:#F60}
.message-box .msgflag{margin-left:4px;font-size:12px;color:#900;}


.ff-fixed{
  display: none;
}

@media (min-width: 320px){
  .listConts .product-new-right .dgzx-sj{
    display: none;
  }
}

/*--------------*/
@media (max-width: 1440px){
  .product-all-item-bottom .item .case-box img{
    height: 173px;
  }
  .about-right  .certificate-box .certificate-show .certificate-img img{
    width: 170px;
    height: 113px;
  }
  .news-img img{
    height: 143px;
  }
  .news-all-item li img{
    height: 136px;
  }
  #industry .img-box img{
    height: 168px;
  }
}
@media (max-width: 1024px){
  h3.title {font-size:1.4em;}
  .about-right h4{font-size:1.4em;}
  .about-right p{font-size:1em}
  .about-right .button h5{font-size: 1em;}
  
  .page-intro{margin: 10px 0;}
  .subCont-right h3 {font-size: 1.5em;}
  .subCont-right p {margin-top:0.5em;}
  section{padding:30px 0;}
  .services-title h4{font-size:1.2em;}
  .subBody .pager-title {
    font-size:1.8em;
  }
  .productshow-all-item-bottom .listConts h1{
    font-size:1.5em;
  }
  .listConts .info {width: 60%;}
  #form .col-xs-12{
    padding: 10px;
  }
}
@media (max-width: 768px){
  .about-left{
    margin:10px auto 0;
    width:100%;
    padding-top:0;
  }
  .about-right .button h5{font-size: 0.8em;}
  .news-show{margin-bottom:10px;padding:0}
  footer h4 {margin-top: 1em;}  
  .subCont-right h3 {padding-top: 10px;}
  .page-intro{margin:0;}
  section{padding:20px 0;}
  .services-title h4{font-size:1em;}
  .news-all-item h3{
    padding:5px 0;
  }
  .subBody .product-all-item .product-all-item-top ul li a {
    padding: 10px 10px;
  }
  .subBody .pager-title {
    font-size:1.6em;
  }
  .productshow-all-item-bottom .listConts h1{
    font-size:1.3em;
  }
  .listConts .info {width: 70%;}
  #form .col-xs-12{
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 640px){
  .subBody{
    width: 100%;
    padding: 10px;
  }
  .flex-icon{
    display: block;
    overflow: hidden;
  }
  .flex-icon .icon-item{
    float: left;
    width: 25%;
    margin-top: 10px;
  }
  .flex-icon .icon-item .img-box{
    width: 70px;
    height: 70px;
  }
  .flex-icon .icon-item .img-box img{
    width: 40px;
    height: 40px;
  }
  .flex-icon .icon-item p{
    padding: 5px 0;
  }
  .flex-icon .icon-item p span{
    font-size:14px;
  }
  .flex-icon .icon-item p span:first-child{
    font-size:14px;
  }
  

  .search {
    position: relative!important;
    right: auto!important;
    top: auto!important;
}
  .m-header {
    display: block;
  }
  .left-contact{
    display: none;
  }
  .licon{
    font-size: 12px;
    overflow: hidden;
  }
  .licon .desc{
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .licon .time{
    display: none;
  }
  .ff-fixed{
    display: block;
    height: 45px;
    line-height: 45px;
    display: flex;
    background: #eee;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
    border-top:1px solid #ddd;
  }

  .ff-fixed .fixed-item{
    position: relative;
    display: flex;
    flex:1;
  }
  .ff-fixed .fixed-item:not(:last-child){
    border-right:1px solid #ccc;
  }
  .ff-fixed .fixed-item .item-show-show{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #9f3638!important;
  }
   .ff-fixed .fixed-item .item-show-show i{
    font-size: 18px;
    line-height: inherit;
   }
   .ff-fixed .fixed-item .item-show-show span{
    margin-left: 5px;
   }
  .ff-fixed .fixed-item ul{
    display: none;
    overflow: hidden;
    left: 0;
    bottom: 45px;
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 9999999999;
    background: #eee;
  }
  .ff-fixed .fixed-item ul li{
    height: 35px;
    line-height: 35px;
    border-top: 1px dashed #ddd;
    overflow: hidden;
  }
  .ff-fixed .fixed-item ul li a{
    font-size:12px;
    color:#666;
    display: block;
    padding:0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ewm-box{
    display: none;
  }
  
  header {
      display: none;
  }
  .swiper-slide {
      width: 100%;
      height: 120px!important;
      background-size: contain!important;
  }
  section{padding:10px 0;}
  .header-top-nav{display:none;}
  .header-logo a.navbar-brand{height:inherit}
  /*.header-logo a.navbar-brand img{width:80%;}*/
  .header-logo .header_tel{display:none;}
  .navbar-default{
      padding-bottom: 10px;
      padding-left: 10px;
  }
  .navbar-brand img{
    width: 80%;
  }
  .mm-nav {
      display: block;
      /*top: 10px;*/
      color: #192231;
      border: 3px solid #192231;
      padding: 3px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-weight: bold;
  }
  .ip-sec-sec{
    padding-bottom: 20px
  }
  .idx-series-sec .container .row{
    margin:0 -5px;
  }
  .idx-series-sec .idx-series-box .idx-series-item{
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .idx-series-sec .idx-series-box .idx-series-name{
    padding:10px 5px 5px;
  }
  .idx-series-sec .idx-series-box .idx-series-name span{
    font-size: 12px
  }
  .idx-series-sec .idx-series-box .idx-series-img img{
    height: 112px
  }
  .idx-news-sec .row{
    margin: 0;
  }
  .idx-news-sec .news-g .title-left i{
    font-size: 18px;
  }
  .idx-news-sec .news-g .title-left small{
    font-size: 16px;
  }
  .idx-news-sec .news-g .title-right span{
    font-size: 12px;
  }
  .idx-news-sec .news-g-bottom .idx-news-item{
    font-size: 13px;
  }
  .idx-news-sec .row .img-responsive{
    margin: 10px 0!important;
  }
  .title{
    margin-bottom: 10px;
  }
  h3.title {font-size:12px;padding:10px 0;}
  h3.title span{
    font-size:16px;
  }
  h3.title small{
    font-size:16px;
  }
  h3.title p{
    font-size:12px;
  }
  .listConts .product-new-right .dgzx-sj {
    display: block;
  }
  .listConts .product-new-right .dgzx-dn{
    display: none;
  }
  .services-sec .title{
    margin-bottom: 0;
  }
  .services-sec .services-item-center p{
    font-size: 15px;
  }
  .about-sec{
    margin-top: 0;
    padding-bottom: 10px;
  }
  .services-sec .row>a{
    margin-top:10px;
  }
  .a-icon-box{
    padding:0;
  }
  /*
  .about-sec .about-right{
    margin-top: 50px;
  }*/
  .about-right .a-icon-box .a-icon-box-item img{
    width: 40px;
  }
  .about-right .a-icon-box .a-icon-box-item .a-icon-right div{
    font-size: 14px;
  }
  .about-right .a-icon-box .a-icon-box-item .a-icon-right p{
    font-size: 12px;
  }
  .about-right .a-icon-box .a-icon-box-item{
    width: 50%;
    margin-bottom: 10px;
    padding:0 5px;
  }
  .about-right  .certificate-box .certificate-show .certificate-img img{
    height: 105px;
  }
  .about-left::after{
    display: none;
  }
  .title-show{
    -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .title-show small{
    display: none;
  }
  .about-right .buttons{
    text-align: center;
  }
  .product-sec{
    margin-top: 10px;
  }
  .title p{
    font-size: 16px;
  }
  .title h4{
    font-size: 12px;
  }
  .product-sec .product-list{
    margin-top: 0
  }
  
  .product-sec .product-list li{
    padding:10px 5px 0;
  }
  .idx-field-sec .container{
    margin-top: 0;
  }
  .idx-field-sec .idx-field-list{
    padding:10px 5px;
    margin-bottom: 0
  }
  .idx-field-sec{
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  .idx-field-sec .row{
    margin-right: -5px;
    margin-left: -5px;
  }
  .idx-field-sec .idx-field-list .box{
    width: 85px;
    height: 85px;
  }
  .idx-field-sec .idx-field-list img{
    width: 70%;
  }
  .idx-field-sec .idx-field-list .idx-field-title p{
    font-size: 14px;
  }
  .idx-field-sec .idx-field-list .idx-field-title span{
    font-size: 12px 
  }
  .product-sec .product a{border: 5px solid #fff;}
  .product-sec .jcsjslideTxtBox .hd li{
    font-size: 14px;
  }
  .about-sec .flex-box{
    margin-bottom:5px;
  }
  .news-sec .news-box .owl-item{
    padding:0 5px;
  }
  #company-sec{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #industry .img-box img{
    height: 223px;
  }
  #industry .news-text h3{
    font-size: 12px;
  }
  #industry .news-text{
    padding:5px 10px;
  }
  #industry .owl-controls .owl-pagination{
    bottom: -5px;
  }
  #industry .owl-controls .owl-page span{
    width: 8px;
    height: 8px;
  }
  .left-img{
    width: 160px;
    height: 115px;
  }
  .photo-sec .photo-list .owl-carousel{
    padding:0 5px;
  }
  .photo-sec .photo-list .owl-item{
    padding:0 5px;
  }
  .news-sec .text-center{
    margin-top:5px;
  }
  .for-more{
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .news-sec{
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .tp-sec{
    margin-top: 0;
  }
  .news-sec .news-box{
    margin-top: 0;
    padding:0 5px;
  }
  .news-sec .container{
    padding: 0;
  }
  .news-sec .row{
    margin-right: 0;
    margin-left:0;
  }
  .news-sec .bd li{
    padding: 0 5px;
  }
  .news-sec .bd li a{
    padding: 0;
  }
  .jg-sec .about-right{
      margin-top: 0;
  }
  .contact-sec{
    padding-top: 10px;
  }
  .footer .footer-copy{
    margin-top: 10px;
    padding:10px 5px;
  }
  #company-sec .photo-list .honorary-img .mask span{
    line-height: 1.4;
    padding: 10px 5px;
  }
  .left-img img{
    height: 115px;
  }
  .jcsj-sec .text-center>ul{
    overflow: hidden;
    padding:0 10px;
  }
  .product-all-item-bottom .item .case-box img{
    height: 218px;
  }
  .ip-sec-sec .ip-sec-name{
    padding:10px 5px;
  }
  .ip-sec-sec .ip-sec-name span{
    font-size: 12px;
  }
  .right-news-text .news-name{
    font-size: 14px;
  }
  .about-sec .left-text{
    font-size: 14px;
  }
  .about-sec .about-text{
    font-size: 12px;
  }
  .news-sec .jcsjslideTxtBox .hd li{
    font-size: 12px;
    padding: 8px 15px;
    margin: 0 5px 10px;
    width: 47%;
    float: left;
  }
  .tp-sec .jcsjslideTxtBox .hd li{
    width: 30.3333%;
  }
  .jcsj-sec .news-show{
    /*width: 50%;*/
    padding: 5px 5px;
    margin-bottom: 0;
  }
  .news-img img{
    height: 117px;
  }
  .owl-prev{
    left: 0;
  }
  .owl-next{
    right: 0;
  }
  .product-sec .product-list .owl-item{
    padding:0;
  }
  .idx-news-sec{
    margin-top: 0; 
  }
  .news-small-title{
    margin:5px 0;
  }
  .news-small-title span{
    font-size: 16px;
  }
  .news-small-title small{
    font-size: 16px;  
  }
  .idx-news .text-center{
    margin-top: 5px;
  }
  .idx-news .panel{
    margin-bottom:5px;
  }
  .idx-news .idx-news-right .idx-news-list .idx-news-text p{
    font-size: 12px;
    height: 40px;
  }
  .idx-parent-sec .idx-parent-toggle a{
    padding:0;
    width: 100px;
    height: 53px;
  }
  .idx-news .idx-news-right .idx-news-list .idx-news-text .idx-news-title{
    font-size: 14px;
  }
  .news-text h3{font-size:13px;}
  .news-text p{font-size:12px;line-height: 1.7}
  .product-sec .product-list a img{
    height: 105px;
  }
  .news-text{
    padding: 10px;
  }
  .product-sec .product-list a .product-list-txt span{
    padding: 3px 5px;
    font-size:12px;
  }
  .news-all-item .left, .news-all-item .right {
      padding-right: 0;
  }
  .news-all-item .left{
	  padding: 0;
  }
  .news-all-item .left .box{
	  padding: 5px;
  }
  .news-all-item .left .time{
	  line-height: 1.5;
  }
  .news-all-item li img {
      height: 230px;
  }
  .news-all-item .right {
      margin-top: 0;
      padding-top: 10px;
  }
  .news-all-item li .col-xs-12 p {
      padding-top: 10px;
      height: 83px;
      overflow: hidden;
  }
  .news-all-item .right .time {
      display: none;
  }
  .link-sec{
    margin-top:0;
  }
  .link-sec .link-title{
    font-size: 14px;
  }
  .link-sec .link-list .link-item{
    font-size: 12px;
    margin-top: 5px;
  }
  .job .job-top, .job .job-bottom{
    padding: 10px; 
  }
  .job .job-top p, .job .job-bottom p{
    font-size: 12px;
  }
  .job .job-bottom{
     padding-top: 0;
  }
  .job .job-info{
    font-size: 12px;
  }
  .join-all-item .join-name h3{
    font-size: 14px;
    width: 70%;
  }
  .join-all-item .join-name p{
    font-size: 12px;
    padding-top: 0;
  }
  .join-all-item .join-name small{
    padding-top: 5px;
  }
  .listConts .title{
    font-size: 14px;
  }
  .about-right h3{font-size:16px;text-align: center;}
  .about-right h3::after{left: 50%;transform: translateX(-50%);}
  .about-right p{font-size:12px;}
  .about-right .button h5{font-size:12px;}
  .about-bottom{
    margin-top:10px;
  }
  .about-bottom .about-bottom-icon{
    padding: 20px 0;
  }
  .contact-form h4{
    display:none;
  }
  .contact-form .idx-sub{
    margin:0;
  }
  footer{
    padding:0;
  }
  footer .container{
    display:none;
  }
  footer .footer-copy p{font-size:12px;line-height: 1.5;}
    .subBody .subCont-list{display:none;}
    
    .about-bottom .about-bottom-box{padding: 15px 5px;}
    .services-show{width:50%;margin: 10px auto;}
    .product-all-item-top ul li a{margin:2px 5px !important;}
    .subBody .pager-title {font-size:1.5em;}
    .productshow-all-item-bottom .listConts h1{font-size:1.2em;}
    .listConts .info {width: 100%;}
  }

@media (max-width: 480px){
  .about-right .button h5{font-size: 0.7em;}
  .product-all-item-top ul li a{width:100%;margin:5px 0!important;}
  .subBody .product-all-item .product-all-item-top {margin: 10px 0;}
  .subBody .pager-title {font-size:1.3em;}
  .productshow-all-item-bottom .listConts h1{font-size:1em;}
  .picarr .preview li a {border: 3px solid #ddd;}
  .header-top-nav ul li { padding-left: 0px;}
  #form .col-xs-12{
    padding: 5px;
  }
}


/*@media (min-width: 1440px){
  .container {
      width: 1440px;
  }
}*/

/*--------------*/

/*--------------------
       客服
--------------------*/
.yb_conct{display:none;position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_phone a{color:#fff;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{/*padding:0 29px 25px 29px;*/display: block;  margin: 0 auto;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;line-height:53px;-webkit-transition:all .3s;transition:all .3s;}


