body {
  background-color: #eee;
  font-family: 'Microsoft YaHei';
}
* {
  margin: 0;
  padding: 0;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
  margin-bottom: 0;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
a:hover {
  text-decoration: none;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.col-md-1-5 {
  width: 20%;
  float: left;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  min-height: 1px;

  position: relative;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
/*commom*/
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.bgw {
  background-color: #fff !important;
}
.web-title {
  background-color: #d2d2d2;
  height: 50px;
  line-height:50px;
}
.web-title a {
  color: #6d6d6d;
}
   .web-title .container{
    position: relative;
    }
.web-title .container form{
  position: absolute;
  top: 0;
  right: 15px;
}

.web-title .container form input{
  width: 150px;
  outline: none;
  padding: 5px 0;
  padding-right: 35px;
  border: 1px solid #ddd;
  text-indent: 15px;
  line-height: 24px;
  border-radius: 4px;
}
.web-title .container form #search{
  position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    background-image: url(../../static/image/search.png);
    background-size: cover;
    border: none;
    background-color: transparent;
    width: 16px;
    height: 16px;
    outline: none;
}


.subanner {
  width: 100%;
 
}
.subanner img {
  width: 100%;
 
}
.subanner-t {
  background-color: #7d7d7d;
  height: 60px;
  line-height:60px;
}
.subanner-t li {
  float: left;
  text-align: center;
  width: 25%;
}
.subanner-t li a {
  position: relative;
  font-size: 20px;
  transition:all .8s;
  -webkit-transition:all .8s;
  display: block;
  color: #fffbfb;
}
.subanner-t li a.on {
  color: #fff;
  background-color: #0068b7;
}
.subanner-t li a.on span {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -5px;
}
.subanner-t li a:hover {
  background-color: #0068b7;
  text-decoration: none;
}
.subanner-tip {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #4e4e4e;
  height: 95px;
  line-height: 95px;
}
.header .header-top {
  background-color: #b5b5b5;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  color: #fff;
}
.header .header-top a{
  color:#fff;
}
.header .header-top p {
  margin: 0;
}
.header .nav-right {
  position: relative;
}
.header .nav-right .country {
  line-height: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.header .nav-right .country .countrylist {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 150px;
  z-index: 100;
}
.header .nav-right .country img {
  margin-right: 5px;
}
.header .nav-right a {
  color: #000;
  display: block;
}
.header .navbartop {
  margin-right: 100px;
}

.header .nav {
  line-height: 75px;
  
  position: relative;
  background-color: #FFF;
}
.header .navtopicon{
  height: 30px;
  line-height: 30px;
}

.header .navtopicon img{
  width: 28px;
  
}
.header .navtopicon a{
margin-left: 2px;
}
.header .navtopicon img.righticon{
  width: 28px;
}
.header .nav img.logo {
  display: block;
  width: 220px;
  max-height: 50px;
  margin-top: 13px;
}
.header .nav .menubar li{

}
.header .nav .menubar li,.header .nav .menubarhover li{
  float: left;
  color: #fff;
  width: 90px;
   transition:all 1s;
  -webkit-transition:all 1s;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.header .nav .menubar li:hover {
  background-color: #DDD;
}
.header .nav .menus {
  position: absolute;
  display: none;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 1000;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.header .nav .menus .gzh {
  margin-left: 30px;
  margin-top: 21px;
  text-align: left;
}
.header .nav .menus .gzh img{
  text-align: center;
}
.gzhinfo{
  width: 250px;
  padding-top: 25px;
}
.gzhinfo h4{
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}
.gzhinfo p{
line-height: 20px;
margin-bottom: 5px;
text-align: left!important;
}


.header .nav .menus .gzh p {
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.header .nav .menus ul {
  margin-right: 100px;
}
.header .nav .menus li {
  width: 90px;
  text-align: center;
}
.header .nav .menus li:hover{
   background: none;
}
.header .nav .menus li > a {
  display: block;
  color: #d9d8d6;
  height: 30px;
  transition:all 0.4s;
  -webkit-transition:all 0.4s;
  text-decoration: none;
  line-height: 30px;
  font-size: 13px;
  padding: 0 3px;

}
.header .nav .menus li > a:hover {
  background-color: #3b3736;
  color:#fff;
}
.adv {
  background-image: url(../../static/image/banner.jpg);
  width: 100%;
  height: 500px;
  background-size: 100% 100%;
  display: none;
}


/*首页轮播*/
.swiper-container img {
  width: 100%;
 
}

/*消息滚动*/

.notice ul{width:200px;height:25px; padding:0 20px; padding-left: 10px; overflow:hidden;}  
.notice li{height:25px; line-height:25px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}  
.notice li a{
  color: #fff;
}
.notice img{
  margin-top: 5px;
}

/*内容区*/
.content {
  background-color: #eee;
}
.content .title {
  background-color: #fff;
  color: #4e4e4e;
  margin-top: 40px;
  font-size: 24px;
  height: 60px;
  line-height: 55px;
  padding-left: 7px;
}
.content .title span {
  border-top: 5px solid #0068b7;
}
.content .title .more {
  color: #626262;
  font-size: 18px;
  transition:.6s;
  -webkit-transition:.6s;
}
.content .title .more:hover{
  color:#337ab7;
}
.content .pcenter {
  margin-top: 10px;  
  text-align: center;
  background-color: #fff;
}
.content .pcenter .col-md-1-5{
 padding-top: 20px;
  padding-bottom: 20px;
}
.content .pcenter h3{
  font-size: 18px;
  color:#4e4e4e;
   margin-top: 20px;
}
.content .pcenter p{
font-size: 14px;
margin-top: 5px;
color: #696868;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}
.content .pcenter a{
  display: block;
  color:#07111B;
  padding: 0 0 0 10px;
  height: 100%;
  width: 100%;
}
.content .pcenter>div:last-child a{
  border-right: none;
}
.content .pcenter a:hover h3,.content .pcenter a:hover p{
  color:#00b3ed;
}
.content .pcenter .col-md-1-5{
border-bottom: 2px solid #fff;
}
.content .pcenter .col-md-1-5:hover{
  border-bottom: 2px solid #0068b7;
}

.content .pcenter .pc-img {
  width: 220px;
  height: 280px;
  overflow: hidden;
  display: table-cell; 
     text-align:center; 
     
       vertical-align:middle;
  cursor: pointer;
}
.content .pcenter .pc-img img {
  width: 100%;
  max-height: 100%;
  transition:all 1s;
  vertical-align: middle;
}
.content .pcenter .pc-img:hover img{
  transform:scale(1.07,1.07);
}
.content .jjfa {
  margin-top: 10px;
  background-color: #eee;
}
.content .jjfa h3{
      font-size: 18px;
    color: #4e4e4e;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.content .jjfa p{
      font-size: 14px;
    margin-top: 5px;
    color: #696868;
}
.content .jjfa h2{
      font-size: 18px;
    color: #4e4e4e;
    margin-top: 10px;
}
.content .jjfa a{
  display: block;
  margin-right: 10px;
  color: #07111B;
}
.content .jjfa a:hover{
  
}
.content .jjfa div {
  padding: 0;
  cursor: pointer;
  margin-top: 3px;
}
.content .jjfa div.fabox {
  background-color: #fff;
  position: relative;
  overflow: hidden;

}
.content .newjjfa div.fabox:hover{
  background-color: #9fa0a0;
 
  box-shadow:5px 7px 10px rgba(0, 0, 0, .3);

}
.content .newjjfa div.fabox:hover h3,.content .newjjfa div.fabox:hover p{
  color: #fff;
}
.content .newjjfa div.fabox:hover .fam h2{
 
}
.content .jjfa div.fabox .img_box{
    width: 100%;
    padding-top: 35px;
    height: 150px;
    text-align: center;
    overflow: hidden
}
.content .jjfa div:last-child a{
  margin-right:0;
}
.content .jjfa .fam{
  
  padding: 15px 0 10px 0;
  transition: all .6s;
  -moz-transition: all .6s;
  /* Firefox 4 */
  -webkit-transition: all .6s;
  /* Safari 和 Chrome */
  -o-transition: all .6s;
}
.content .jjfa .fam h2,.content .jjfa .fam p{
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  padding: 0 10px;
}
.content .jjfa .fam p{
      font-size: 14px;
      height: 20px;
    margin-top: 5px;
    color: #696868;
}
.content .newjjfa>div:hover .fam {

  color: #fff;
}
.content .newjjfa>div:hover img{
  
  transform:scale(1.04,1.04);
  
}
.content .pcshow a:hover img{
transform:scale(1.04,1.04);
  -webkit-transform:scale(1.04,1.04);
}
.content .pcshow a:hover h2{
  color:#337ab7;
}
.content .pcshow a:hover p{
  color:#337ab7;
}
.content .jjfa img {
  width: 120px;
  height: 120px;
   transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;

}
.content .jjfa h3,
.content .jjfa p {
  margin-top: 0;
  text-align: center;


}
.content .anli {
  margin-top: 10px;
  overflow: hidden;
}

.content .anli .col-md-3{
 padding: 0;
 padding-right: 7.5px;
 width: 320px;
}
.content .anli .col-md-3:first-child{
  padding-left: 0;
}
.content .anli .anlitext {
 text-align: center;
   transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
}
.content .anli a{
  display: block;
}
.content .anli a:hover .anlitext{
  background-color: #00a0e9;

}
.content .anli a:hover h2,.content .anli a:hover p{
  color: #fff;
}
.content .anli .anlitext h2 {
    font-size: 18px;
    color: #4e4e4e;
    margin-top: 10px;

   transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
}
.content .anli .anlitext p{
      font-size: 14px;
    margin-top: 5px;
    color: #696868;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
     transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
}
.content .anli .anlitext a {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color:#666;
}
.content .anli .anlibox {
  background-color: #fff;
  
}
.content .anli .anlibox:hover{
box-shadow:5px 7px 10px rgba(0, 0, 0, .3);
}


.content .anli .anlibox .anlitext{
 padding: 15px;
  overflow: hidden;
}
.content .anli .anlibox .imgbox{
overflow: hidden;
}
.content .anli .anlibox img {
  display: block;
  transition:all 1s;
  -webkit-transition:all 1s;
  height: 250px;
  width:100%;
}
.content .anli .anlibox img:hover{
  transform:scale(1.04,1.04);
  -webkit-transform:scale(1.04,1.04);
}
.content .anli .anlibox a:hover{
  color:#337ab7;
}
.content .anli .mp0 {
  margin: 0;
  padding: 0;
}
.content .news {
  background-color: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
}
.content .news .pr0{
  padding-right: 0px;
}
.content .news .col-md-6{
  
  margin-bottom: 10px;
}
.content .news p{
  margin-top: 10px;
      overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
}
.content .news p.newsdate{
  text-align: right;
}
.content .news a {
  background-color: #fff;
  text-decoration: none;
    display: block;
    margin-left:-15px;
    padding-left: 15px;
    overflow: hidden;
    
}
.content .news a:hover p{
  color:#55b5ff;
}

.content .news a:hover h3{
   color:#0068b7;
}
.content .news .mr-15{
  margin-right: -15px;
}
.content .news .newsitem {

  height: 120px;
  padding-left: 0;
  align-items: center;
}
.content .news .newsitem img {
      width: 165px;
    height: 100px;
  transition:0.4s;
  -webkit-transition:0.4s;
}
.content .news .newsitem img:hover{
    transform:scale(1.04,1.04);
  -webkit-transform:scale(1.04,1.04);
}
.content .news .newsitem .date {
  font-size: 60px;
}
.content .news .newsitem .year {
  border-top: 1px solid #eee;
  font-size: 16px;
  text-align: center;
}
.content .news .news_c {
  height: 120px;
  color: #818181;
      border-right: 1px solid #ddd;
}
.content .news .news_c h3 {
  color: #4e4e4e;
  padding-top: 5px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
}

.content .partner {
  background-color: #eee;
}

.content .partner div {
  padding: 0;
  padding-right: 10px;
  cursor: pointer;
  margin-top: 15px;

  background-color: #eee;
  border: 1px solid #eee;
}

.content .partner div.last {
  padding-right: 0;
}
.content .partner img {
  width: 100%;
  height: 130px;
    transition:all 1s;
  -webkit-transition:all 1s;

}
.content .partner div:hover img{
 border: 1px solid #00a0e9;
}
.content .jshu {
  margin-top: 15px;
}
.content .jshu div {
  padding: 0;
}
.content .jshu a {
  border: 1px solid #eee;
  display: block;
  transition:all .6s;
  -webkit-transition:all .6s;
}
.content .jshu a:hover {
  border: 1px solid #00a0e9;
}
.content .jshu .fabox {
  padding-right: 10px;
}
.content .jshu .fabox img {
  width: 100%;
  height: 120px;
  cursor: pointer;
}
.content .jshu .fabox h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  color:#666;
}
.content .jshu .last {
  padding-right: 0;
}
.footer {
  clear: both;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #333333;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  padding-right: 0;
}
.footer ul a {
  color: #b5b5b5;
  display: block;
}
.footer ul a:hover{
  color:#f9f4f4;
}
.footer ul a.footer-t {
  color: #b7b6b6;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.footer ul a.footer-t:hover{
  color:#f5f3f3;
  cursor: pointer;
}
.footer .foot-right {
  color: #fff;
}
.footer .foot-right h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .foot-right p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  color: #7c7c7c;
}
.footer .foot-right .gzh {
  text-align: center;
}
.footer .foot-right .gzh p {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
.footmobile {
  padding-bottom: 10px;
  padding:15px;
  padding-top: 30px;
  background-color: #999999;
  text-align: center;
  font-size: 16px;
  color: #f1eeee;
}
.footmobile p{
  margin: 0;
}
/*产品中心*/
.product {
  margin-top: 50px;
  color: #666;
}
.product .pc-img img {
  height: 200px;
  padding-bottom: 10px;
  width: 220px;
}
.product .pcmainimg img{
  height: 280px;
}

.product .pc-img div.line {
  border-right: 1px solid #ddd;
}
.product .swiper-container {
  width: 100%;
  height: 285px;
}
.product .swiper-slide {
  background: #f1f1f1;
  color: #000;
  text-align: center;
}
.product .swiper-slide h3{
      font-size: 18px;
    color: #4e4e4e;
    margin-top: 10px;

}
.product .swiper-slide p{
     font-size: 14px;
    height: 20px;
    margin-top: 5px;
    color: #696868;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .swiper-slide img{
  transition: all 1s;
  -webkit-transition: all 1s;
}
.product .swiper-slide:hover img{
   transform:scale(1.04,1.04);
   -webkit-transform:scale(1.04,1.04);
}
.product .swiper-slide:hover h3{
  color:#337ab7;
}
.product .swiper-slide:hover p{
    color:#337ab7;
}
.productcenter{
  padding-bottom: 20px;
}
.downloadsearch{
  padding: 90px 0;
  background-color:#7D7D7D;
  text-align: center;
  color:#fbf9f9;
  font-size: 28px;
  position: relative;
}
.downloadsearch input{
  font-size: 20px;
  padding:5px;
  width:300px;
  color:#666;
}
.downloadsearch #search{

    background-image: url(../../static/image/downloadsearch.png);
    background-size: cover;
    border: none;
   background-color:transparent;
    width: 48px;
    height: 48px;
    outline: none;
}
.productcenter .jjfa img {
  height: 120px;
  width: 230px;
  max-width: 100%;
  margin-bottom: 20px;
}
.productcenter .jjfa .procom {
  background-color: #fff;
  text-align: center;
  padding-left:10px;
  padding-right: 10px;
  padding-top: 20px;
}
.productcenter .fabox {
  text-align: center;
}
/*产品资料*/
.product-info {
  margin-top: 0;
  padding-top: 20px;
}
.product-info .swiper-slide {
  background-color: #fff;
}
.product-info .swiper-slide:last-child .pc-img div.line{
    border: none;
}
/*服务保障*/
.wrap {
  margin-top: 10px;
}
.wrap .server {
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.wrap .server h1 {
  text-align: center;
  padding: 20px 0;
}
.wrap .server p {
  margin-bottom: 5px;
  text-indent: 36px;
}
.wrap .server p.server-t {
  text-indent: 5px;
}
/*产品下载*/
.download{
background-color: #fff;
margin-bottom: 20px;
padding: 20px 40px;
}

.downloadtips{

}
.download .row{
  border-bottom: 1px solid #ddd;
}
.download .downloadlist{
  position: relative;
  padding:20px 50px;
}
.download .downloadlist h3{
  font-size: 24px;
  color:#4e4e4e;
}
.download .downloadlist p{
  font-size: 14px;
  margin-top: 5px;
  color:#4e4e4e;
}

.download .downitem{
  position: relative;
}
.download .downbtn{
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right:0;
  top:50%;
  margin-top: -15px;
}

/*常见问题*/
.question {
  background-color: #fff;
  padding-left: 15px;
  padding-bottom: 20px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.question h1 {
  text-align: center;
  padding: 20px 0;
}
.question p {
  margin-bottom: 40px;
}
.question h3 {
  margin-bottom: 10px;
}
/*意见反馈*/
.advice {
  background-color: #fff;
  margin-top: 10px;
  padding-top: 30px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.advice .advice-t {
  position: relative;
  color: #4e4e4e;
  font-size: 24px;
}
.advice .advice-t strong {
  position: absolute;
  bottom: 0px;
  left: 52px;
}
.advice .sm {
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 15px;
}
.advice span {
  color: red;
  margin-right: 3px;
}
.advice form {
  margin-top: 20px;
}
/*公司简介*/
.summary .item {
  padding-top: 20px;
  padding-bottom: 15px;
}
.summary .item img {
  width: 100%;
}
.summary .item h2 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #00a0e9;
}
.summary .item .text {
  background-image: url(../../static/image/blue.png);
  background-repeat: no-repeat;
  padding-top: 20px;
  background-position: 15px 0;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 16px;
  color: #696868;
}
.summary .item .text p {
  text-indent: 32px;
}
.summary .blue {
  background-color: #00a0e9;
  color: #fff;
}
.summary .blue img {
  width: 100%;
}
.summary .blue h2 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fff;
}
.summary .blue .text {
  background-image: url(../../static/image/gray.png);
  background-position: 15px 0;
  color: #fff;
}
.summary .blue .text p {
  text-indent: 32px;
}
/*荣誉*/
.honor .honor-t {
  position: relative;
  background-image: url(../../static/image/blue.png);
  background-repeat: no-repeat;
  background-position: 15px 0;
  padding-top: 90px;
  padding-bottom: 20px;
}
.honor .honor-t h4 {
  color: #00a0e9;
  position: absolute;
  top: 23px;
  left: 41px;
  font-weight: bold;
}
.honor .honor-t img {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
 
}
.honor .honorlist .listzs img{
  height: 300px;
}
.honor .honor-t .swiper-container {
  height: 150px;
}
.honor .honor-t .pc-img {
  height: 100%;
}
.honor .honor-t .pc-img div {
  height: 100%;
}
.honor .honorlist {
  background-color: #00a0e9;
  padding-top: 30px;
}
.honor .honorlist .honor-t {
  position: relative;
  background-image: url(../../static/image/gray.png);
  background-repeat: no-repeat;
  background-position: 15px 0;
  padding-top: 90px;
}
.honor .honorlist .honor-t h4 {
  color: #fff;
  position: absolute;
  top: 23px;
  left: 41px;
  font-weight: bold;
}
.honor .honorlist .listzs div {
  margin-bottom: 10px;
}
.contact {
  padding-top: 25px;
  padding-bottom: 80px;
  text-align: center;
}
.contact img {
  height: 280px;
  width: 280px;
}
.contact p {
  font-size: 20px;
  margin-bottom: 0;
  color: #393939;
}
.contact .adress {
  margin-top: 40px;
}
/*招聘*/
.recruit .recontent {
  padding: 10px;
  background-color: #fff;
}
.recruit .recontent h3 {
  font-size: 18px;
  color: #6d6d6d;
}
.recruit .item .text {
  background-position: 0 0;
  margin-bottom: 20px;
}
.recruit .sq {
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  background-color: #00a0e9;
  margin-bottom: 30px;
  cursor: pointer;
}
.recruit .pass {
  background-color: #bfbfbf;
  color: #fffbfb;
  cursor: not-allowed;
}
.recruit .r-item {
  position: relative;
}
.recruit .r-item span.date {
  position: absolute;
  top: 25px;
  right: 0;
  color: #00a0e9;
}
/*解决方案*/
.solution .pc-img img {
  width: 100%;
}
.solucon {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}
.solucon table{
  width: 100%;
}
.solucon img{
  max-width: 100%;
}
.solucon h3 {
  text-align: center;
  margin-bottom: 20px;
}
.fanswiper a,.pcswiper a{
  display: block;
  padding:  0 5px;
  position: relative;
  color:#07111B;

}
.join{cursor: pointer;}
.fanswiper span,.pcswiper span{
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom:15px solid #d2d2d2;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
}

.fanswiper a:hover{
  color:#337ab7;
}
/*新闻*/
.news {
  margin-top: 10px;
}
.news a.link {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.news .newswrap {
  background-color: #fff;
  margin-bottom: 10px;
}

.news .newswrap .newsleft{
  padding-left: 15px;
}
.news .newswrap a.link{
  padding-top: 15px;
}
.news .newsitem {
 
}
.news .newsleft {
  padding-left: 0;
}
.news .newsleft img {
  width: 100%;
  height: 100px;
}
.news .newsright h2 {
  font-size: 16px;
    
    font-weight: bold;
   
    color: #555;
}
.news .newsright .newsdate {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: #1dad6b;
  display: block;
}
.article {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.article p {
  font-size: 18px;
  text-indent: 32px;
  margin-bottom: 15px;
}
.article img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.article h1 {
  font-size: 36px;
  color: #4e4e4e;
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
}
.article .article-info {
  text-align: center;
}
.article .article-info span {
  margin-right: 15px;
}
.pcshow ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
}
.pcshow ul li.on {
  background-color: #00a0e9;
  color: #fff;
}
.pcshow .search {
  position: relative;
}
.pcshow form {
  position: absolute;
  top: 0;
  right: 0;
}
.pcshow form input {
  width: 150px;
  outline: none;
  padding: 5px 0;
  padding-right: 35px;
  border: 1px solid #ddd;
  text-indent: 15px;
  line-height: 24px;
}
.pcshow form #search {
  position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    background-image: url(../../static/image/search.png);
    background-size: cover;
    border: none;
    background-color: transparent;
    width: 16px;
    height: 16px;
    outline: none;
}
.pcontent .on {
  display: block;
}
.pcontent .no {
  display: none;
}
.pcontent .banner img {
  width: 100%;
 
}
.pcontent .item {
  padding-top: 50px;
  padding-bottom: 30px;
 
}
.pcontent .item.bgw {
  background-color: #fff;
}
.pcontent .item.bggray {
  background-color: #eeeeee;
  display: flex;
}
.pcontent .center {
  text-align: center;
}
.pcontent img {
  max-width: 100%;
}
.pcontent h3 {
  font-size: 70px;
  color: #6d6d6d;
  text-align: center;
}
.pcontent .center h3{
  margin-top: 15px;
}
.pcontent p {
  font-size: 30px;
  margin-top: 15px;
  text-align: center;
  color: #727171;
}
.pcontent .left {
  text-align: right;
}
.pcontent .left-text {
  height: 100%;
  display: table;
  text-align: left;
}
.pcontent .left-text .cell {
  display: table-cell;
  vertical-align: middle;
}
.pcontent .right {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
  text-align: left;
}
.pcontent .right .left-text {
  height: 100%;
  display: table;
  text-align: right;
}
.pcontent .right .left-text .cell {
  display: table-cell;
  vertical-align: middle;
}
.pcontent .guige {
  background-color: #fff;
  text-align: center;
  display: none;
  margin-bottom: 10px;
}
.pcontent .guige .form-group {
  border-bottom: 1px solid #ddd;
}
.pcontent .guige .form-group label {
  height: 60px;
  line-height: 60px;
}
.pcontent .guige .form-group p {
  text-align: left;
  font-size: 16px;
  color: #727171;
  margin-top: 0px;
  line-height: 60px;
}
.pcontent .guige .form-group:after {
  clear: both;
}
.pcontent .guige .noline {
  border: none;
}
.menu {
  position: absolute;
  top: 0px;
  width: 32px;
  height: 32px;
  right: 42px;
  cursor: pointer;
  display: none;
}
.menu img {
  width: 25px;
  height: 25px;
}
.mmenu {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 888;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mmenu .mindex {
  position: relative;
}
.mmenu #close {
    position: absolute;
    right: 25px;
    cursor: pointer;
    top: 13px;
    width: 16px;
    height: 16px;
    background-image: url(../../static/image/close.png);
    background-size: cover;
}
.mmenu ul li {
  border-bottom: 1px solid #ddd;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
}
.mmenu li.more ul {
  display: none;
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 25px;
  padding-right: 20px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  color: #fff;
}
.mmenu li.more ul li {
  margin-left: -25px;
  margin-right: -20px;
  padding-left: 25px;
  padding-right: 20px;
  background-color: #dedede;
  border-bottom: 1px solid #aaa;
}
.mmenu li.more a {
  display: block;
  position: relative;
  width: 100%;
}
.mmenu li.more a:hover {
  text-decoration: none;
}
.mmenu li.more em.jiantou {
  position: absolute;
    right: 5px;
    cursor: pointer;
    top: 13px;
    width: 16px;
    height: 16px;
    background-image: url(../../static/image/more.png);
    background-size: cover;
}
.shop {
  margin-top: 15px;
  
}
.shop .col-md-3{
  text-align: center;
  background-color: #fff;
  transition:all .6s;
  -webkit-transition:all .6s;

  padding: 5px 0;
   border-bottom: 3px solid #fff;
}
.shop .col-md-3:hover{
  border-bottom: 3px solid #00a0e9;
}
.shop .fabox{
  border-right: 1px solid #ddd;
  padding: 12px 0;
}
.shop .fabox img{
  width: 200px;
  height: 80px;
}
.shop .col-md-3:last-child .fabox{
  border-right:none;
}

.searchresult{
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.searchresult h3{
  padding: 20px 0;
}

.searchresult .search-nav{
  background-color: #dcdcdc;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.searchresult .search-nav input{
   height: 30px;
    width: 80%;
    padding: 5px;
    margin-top: 15px;
    margin-left: 10%;
}
.searchresult .search-nav .searchbtn{
      position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5%;
    cursor: pointer;
    background-image: url(../../static/image/search.png);
    background-size: cover;
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    outline: none;
 
}

.searchresult .result .result-num{
    color: #000;
    font-weight: bold;
}
.searchresult .result {
  margin-bottom: 30px;
}
.searchresult .result .result-t{
  margin: 15px 0;
}
.searchresult .result h4{
  margin: 20px 0;
}
.searchresult .result h5{
  margin-bottom: 5px;
}
.searchresult .result img{
  max-width: 100%;
}
.searchresult .result .item{
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.searchresult .result .detail{
  text-align: right;
  margin-right: 15px;
}
.searchresult .result .summary{
  color:#838282;
}
.searchresult .result .key{
  color:#dc0000;
}
.searchresult .result .date{
  color:#b6b6b6;
  font-size: 13px;
}


/*产品展示*/

#bigpics{
  text-align: center;
}

.icon1 {
    display: inline;
    width: 33px;
    float: left;
    padding-top: 30px;
    padding-left: 18px;
    text-indent: -9999px;
}
.icon1 a {
    display: block;
    width: 15px;
    height: 30px;
    background: url(../images/sprite.gif) no-repeat -693px -92px;
}
.icon2 {
    float: right;
    width: 33px;
    padding-top: 30px;
    padding-right: 15px;
    text-indent: -9999px;
}
.icon2 a {
    display: block;
    width: 15px;
    height: 30px;
    background: url(../images/sprite.gif) no-repeat -670px -92px;
}
.switch {
    width: 708px;
    height: 87px;
    background: url(../images/switch_link_11.jpg) center 0px no-repeat;
    margin: 0px auto;
}
.switch_center li a img {
    width: 60px;
    height: 55px;
}
.switch_center li a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
}
.switch_center li a.on {
    border: 1px solid #FF9900;
}
.switch_center {
    float: left;
    width: 585px;
    height: 83px;
    margin-left: 28px;
    overflow: hidden;
}
.switch_center li {
    display: inline;
    float: left;
    width: 66px;
    height: 66px;
    margin-right: 20px;
    padding-top: 10px;
}



@media (max-width: 980px) {
  .header .navbartop {
    display: none;
  }
  .menu {
    display: block;
  }
}
@media (max-width: 640px) {
  .switch {
    width: 343px;
    
}
.switch_center {
   
    width: 237px;

}


  .header .nav img.logo {
    width: 160px;
  }
 .header .nav-right .country{
  top:0;
  line-height: 40px;
 } 
 .menu{
  line-height: 40px;
 }
 .summary{
  padding:0px;
 }
.about_summary{
  padding: 15px;
}
.fanswiper span, .pcswiper span {
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #d2d2d2;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
}
 .summary img{
  max-width: 100%!important;
  height: auto!important;

 }
 .summary p{
  text-indent: 0!important;
 }

 .content .pcenter a{
  border-right:none;
  padding: 0 3px;
}
.download{
  padding: 15px;
}
.download .downloadlist h3{
  font-size: 16px;
}
.download .downitem{
  padding-right: 30px;
  padding-left: 0;
}
.notice{
  display: none;
}
.shop .col-md-3{
  margin-bottom: 5px;
}
.searchresult .search-nav input{
  width: 70%;
}

.shop .col-md-3:nth-of-type(2) .fabox{
  border-right: none;
}

.shop .fabox img{
  width: 100%;
}
#onlineform{
  display: none;
}
.content .news .news_c{
  border-right: 0;
}
.content .partner div{
  padding-right: 10px!important;
}
.pcontent p{
      font-size: 16px;
    text-align: center;
    color: #999;
}
.content .news .col-md-6{
  padding-right: 15px!important;
  padding-left: 15px!important;
}
.productcenter .jjfa img{
  margin-bottom: 0;
}
.pcontent .guige .form-group label{
  height: 30px;
  line-height: 30px;
}
.summary .blue .text{
  margin-top: 15px;
}
.content .jshu .fabox h3{
      font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
}
.content .jshu .fabox img{
  height: auto;
}
.pcontent .guige .form-group p{
  text-align: center;
}
.pcontent .right .left-text{
height: auto;
}
.download .downloadlist{
  padding: 10px;
}
.pcontent .left-text{
  width: 100%;
  height: auto;
}

.pcontent h3{
  font-size: 30px;
  text-align: center;
}
.pcontent h3 p{
  font-size: 24px;
}
.pcshow form{
  display: none;
}
.content .pcenter .pc-img{
  height: 219px;
  padding: 0 3px;
}
.content .anli .col-md-3{

    margin-bottom: 10px;
    padding: 10px;
    float: left;
    width: 300px;
}
.content .anli .mp0{
  padding: 15px;
}
.content .anli .col-md-3:first-child{
  padding-left: 10px;
}
.content .news a{
  margin-right: -15px;
}

  .content .jjfa div.fabox .img_box{
    height: auto;
  }
  .content .jjfa div:last-child a{
    padding-right: 10px;
  }
  .content .jjfa a{
    margin-bottom: 10px;
  }
  .subanner {
  width: 100%;

}

.news .newsright h2{
  font-size: 14px;
}
.news .newsright .newsdate{
  height: 25px;
  line-height: 25px;
}
  .menu {
    display: block;
  }
  .product .swiper-container{
    height:auto;
  }
  .swiper-container img {
    
  }
  .product .pc-img img{
    height: auto;
    height:auto;
    width: 100%;
    height:60px;
    padding-bottom: 0px;
  }
  .honor .honor-t .swiper-container{
    height: 100px;
  }


  .honor .honor-t img{
    height: 100%!important;
  }
   .product .swiper-slide a{
    padding: 0 2px;
  }
  .product .pc-img div.line{
    border: none;
  }
  .product .pc-img h3{
      font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
  }
  .product .pc-img p{
    display: none;
  }
  .footer {
    display: none;
  }
  .col-md-1-5 {
    width: 50%;
  }
  .content .partner div.last {
    padding-right: 10px;
  }
  .subanner-t li a {
    font-size: 14px;
  }
  .subanner-t {
    background-color: #7d7d7d;
    height: 40px;
    line-height: 40px;
  }
  .subanner-t ul {
    margin: 0 -15px;
  }
  .web-title {
    line-height: 40px;
    height: 40px;
  }



  .content .news .newsitem{
    
  }
  .content .news .newsitem img{
    width: 100%;
   
  }
  .subanner-t li a.on span {
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
  }
  .content .jshu .fabox {
    padding-right: 0;
  }
  .content .jjfa img {
    height: 80px;
    width: auto;
  }
  .content .jjfa div.fabox {
    padding-right: 0;
  }
}


/*boximg*/
.zoomify { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }
.zoomify.zoomed { cursor: -webkit-zoom-out; cursor: zoom-out; padding: 0; margin: 0; border: none; border-radius: 0; box-shadow: none; position: relative; z-index: 1501; }
.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 , .3); opacity: 0; }
.zoomify-shadow.zoomed { opacity: 1; cursor: pointer; cursor: -webkit-zoom-out; cursor: zoom-out; }

.swiper-button-prev{
 background-image: url(../../static/image/left.png)!important;
 background-size: cover;
}
.swiper-button-next{
 background-image: url(../../static/image/right.png)!important;
  background-size: cover;
}

/*
 * Lightcase - jQuery Plugin
 * @version   1.5.4 (02/11/2014)
 */
@media screen {
/* Overlay */
  #lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    
    background-color: #333;
  }

/* Loading */
  #lightcase-loading {
    display: none;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;   
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;    
    background: url(../images/loading_neg.gif) transparent no-repeat 50% 50%;
    background-size: 50%;
  }
  #lightcase-case.lightcase-loading .lightcase-content {
    background: url(../images/loading.gif) #fff no-repeat 50% 50%;
    background-size: 24px;
  }
  #lightcase-case.lightcase-loading.type-image .lightcase-content,
  #lightcase-case.lightcase-loading.type-video .lightcase-content  {
    background-image: url(../images/loading_neg.gif);
    background-color: #333;
  }
  
    /* Case */
  #lightcase-case {
    display: none;
    
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
    
    color: #fff;
    text-shadow: 0 1px 0 #333;
    
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
  }
  
    /* Info */
  #lightcase-case .lightcase-info {
    overflow: auto;
  }
  #lightcase-case .lightcase-sequenceInfo,
  #lightcase-case .lightcase-title,
  #lightcase-case .lightcase-caption {
    margin: 10px;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-overflow: ellipsis;
  }
  #lightcase-case .lightcase-sequenceInfo {
    float: left;
    padding-right: 0;
  }
  
    /* Content */
  #lightcase-case .lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    
    color: #333;
    text-shadow: none;
    
    background-color: #fff;
    
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.50);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.50);
    box-shadow: 0 0 30px rgba(0,0,0,.50);
    
    -webkit-backface-visibility: hidden;
  }
  #lightcase-case.type-image .lightcase-content,
  #lightcase-case.type-video .lightcase-content {
    background-color: #333;
  }
  #lightcase-case.type-image .lightcase-contentInner,
  #lightcase-case.type-video .lightcase-contentInner {
    line-height: 0.75;
  }
  #lightcase-case  .lightcase-inlineWrap {
    padding: 15px;
    overflow: auto;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

    /* Error message */
  p.lightcase-error {
    margin: 0;
    padding: 0;
  }

    /* Navigation */
  #lightcase-case .lightcase-nav {
  }
  #lightcase-case .lightcase-nav a {
    width: 25%;
    
    position: absolute;
    z-index: 3;
    top: 25%;
    bottom: 25%;
    
    outline: none;
    cursor: pointer;
  }
  #lightcase-case a.lightcase-prev {
    left: 15px;
  }
  #lightcase-case a.lightcase-next {
    right: 15px;
  }
  #lightcase-case a.lightcase-play,
  #lightcase-case a.lightcase-pause {
    display: none;
    width: 50%;
    
    z-index: 3;
    left: 25%;
    right: 25%;
  }
  #lightcase-case .lightcase-nav a span {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -13px;
    
    position: absolute;
    z-index: 1;
    top: 50%;
    
    text-indent: -9999px;
    background: url(../images/sprite.png) transparent no-repeat 0 -30px;
    
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    
    -webkit-backface-visibility: hidden;
  }
  #lightcase-case .lightcase-nav a:hover span {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
  }
  #lightcase-case a.lightcase-prev span {
    left: 0;
  }
  #lightcase-case a.lightcase-next span {
    right: 0;
    background-position: 0 -60px;
  }
  #lightcase-case a.lightcase-pause span {
    background-position: 0 -90px;
  }
  #lightcase-case a.lightcase-play span {
    background-position: 0 -120px;
  }
  #lightcase-case a.lightcase-pause span,
  #lightcase-case a.lightcase-play span {
    left: 50%;
    margin-left: -15px;
  }
    
    /* close */
  #lightcase-case a.lightcase-close {
    width: 30px;
    height: 30px;
    
    position: absolute;
    z-index: 1;
    top: -14px;
    right: -15px;
    
    outline: none;
    text-indent: -9999px;
    background: url(../images/sprite.png) transparent no-repeat 0 0;
  }
  
    /* For mobile devices */
  .lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
  .lightcase-isMobileDevice #lightcase-case.type-iframe .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .lightcase-isMobileDevice.lightcase-open,
  .lightcase-isMobileDevice.lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  
    /* Fullscreen mode for mobile */
  .lightcase-fullScreenMode #lightcase-case {
    text-shadow: none;
    
    border: none;
    background: none;
  }
  .lightcase-fullScreenMode #lightcase-case .lightcase-content {
    color: #fff;
    background: none;
    
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .lightcase-fullScreenMode #lightcase-case .lightcase-info {
    position: fixed;
    z-index: 1003;
    left: 5px;
    bottom: 5px;
  }
  .lightcase-fullScreenMode #lightcase-case a.lightcase-prev,
  .lightcase-fullScreenMode #lightcase-case a.lightcase-next {
    position: absolute; /* Hide the prev/next buttons */
    top: -99999px;
  }
  .lightcase-fullScreenMode #lightcase-case a.lightcase-play span {
    margin-top: -15px;
    background-image: url(../images/play.svg);
  }
  .lightcase-fullScreenMode #lightcase-case a.lightcase-pause span {
    margin-top: -15px;
    background-image: url(../images/pause.svg);
  }
  .lightcase-fullScreenMode #lightcase-case a.lightcase-pause span,
  .lightcase-fullScreenMode #lightcase-case a.lightcase-play span,
  .lightcase-fullScreenMode #lightcase-case a.lightcase-close {
    border: 1px solid rgba(0,0,0, .25);
    
    background-color: rgba(150,150,150, .75);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    
    -moz-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
    box-shadow: inset 0px 0px 1px rgba(0,0,0, .25);
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .lightcase-fullScreenMode #lightcase-case a.lightcase-close {
    width: 30px;
    height: 30px;
    
    position: fixed;
    top: 5px;
    right: 5px;
    
    background-image: url(../images/contract.svg);
    background-size: 55% 55%;
  }
}
