body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:14px"Microsoft YaHei","微软雅黑","Arial Narrow",HELVETICA; }
a:hover{
    text-decoration: none;
}
.inner-clearfix{
    margin-top: 85px;
}
.pagination{
    margin: 0px 0 15px;
}
/*分页*/
.pages{ margin-bottom:40px; text-align:center;font-size:18px;}
.pages a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}
.pages a:hover{border:1px solid #015aa1; background-color:#015aa1; color:#fff;}
.pages span{border: 1px solid #015aa1;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #bfd4ea;color: #015aa1;}

/*公共样式*/
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex-1{display:flex;align-items:center;justify-content:center;}
.flex-2{display:flex;align-items:center;justify-content:left;}
.flex-3{display:flex;align-items:center;justify-content:right;}
.w1400{max-width: 1400px;margin: 0 auto;box-sizing: border-box;}
.w1640{max-width: 1600px;margin: 0 auto;box-sizing: border-box;}
/* pc端导航 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.wap-nav{display: none;
padding:3% 5%;
        overflow-y: scroll;
        width: 100vw;
        
        padding-bottom: 30px;
        background-color: #00152d;
        position: fixed;
        
        left: 100%;
        z-index: 999;
        /* border-top: 1px solid #ffffff; */
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        top: 68px;
}
.wap-nav ul li{line-height: 35px;}
.wap-nav ul li a{color: #fff;font-size: 16px;}
.wap-nav ul li dl dt{font-size:15px;margin-left:10px;font-weight:normal;color:#FFF;}
.wap-nav ul li dl dd{margin-bottom:10px;}
.wap-nav ul li dl dd a{font-size:13px;margin-left:20px;font-weight:normal;color:#FFF;display:block;}
.wap-st p{color: #FFF;margin-top: 15px;font-size: 18px;}
#menuBtn{
    display:none;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 100;
}
#menuBtn > a{
    display:block;
    overflow:hidden;
    width:60px;
    height:60px;
    text-decoration:none;
    /*background-color:#00152d;*/
    position:relative;
    text-align: center;
}
#menuBtn > a > span{
    display:block;
    overflow:hidden;
    width:26px;
    height:2px;
    background-color:#333;
    position:absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#menuBtn > a > span:nth-child(1){
    top:18px;
    left:17px;
}
#menuBtn > a > span:nth-child(2){
    top:25px;
    left:17px;
}
#menuBtn > a > span:nth-child(3){
    top:32px;
    left:17px;
}
#menuBtn > a > b{
    position:absolute;
    width:100%;
    font-size:10px;
    color:#333;
    bottom:7px;
    left:0;
}
.opnav #menuBtn > a > span:nth-child(1){
    top:24px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}
.opnav #menuBtn > a > span:nth-child(2){
    opacity:0.0;
}
.opnav #menuBtn > a > span:nth-child(3){
    top:24px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#spNavi .contactInfo{
    display:none;
}
@media screen and (max-width: 1440px) {

    .menu ul li>a {
    display: block;
    padding: 0px 2em;
    font-size: 17px;
}
}

@media screen and (max-width: 770px) {
    .logo-title,.search,.tel{display: none;}
    body{padding-top:70px;}
    .header{position:fixed;top:0;left:0;z-index:99;box-shadow:0px 0px 5px #888;}
    #menuBtn{top: 0;display:block;top:5px;}
    .menu{display: none;}
    .wap-nav{display:block; }
    .opnav .wap-nav {
        left: 0;
        overflow-y: scroll;
        height: 100%;
    }
    .wap-st{display: block;}
    .form-control{float: left;
    margin-right: 10px;
    width: 70%;}
    .product{padding:30px 0;}
    .pd-nav{height:auto;background:none;padding-left:0;}
    .pd-nav ul li{width:48%;line-height:45px;background:#008fd7;margin:1%;}
    .pd-nav ul li a{font-size:16px;}
    .pd-list ul li{width:48%;margin:1%;}
}
.header {
    width: 100%;
    
    background: #FFF;
}


.logo img {
    float: left;
}
.search{margin-top: 24px;margin-right: 25px;}
.search input{
    border: 1px solid #999;
    border-radius: 20px;
    height: 35px;
    float: left;
    width: 200px;
    padding-left: 35px;
    background: url(../images/search.png) no-repeat left;
    background-position: 10px;
    background-size: 20px 20px;
    font-size: 17px;
}
.tel {
    padding: 10px 0px;
    line-height: 60px;
    color: #008fd7;
}
.tel dt img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.tel dl dt,.tel dl dd{float: left;}
.tel dl dd a{display: inline-block;margin: 0 10px;}
.tel i {
    font-size: 34px;
    float: left;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 10px;
}
.tel span {
    font-size: 20px;
    display: block;
    font-weight: bold;
}
.menu {
   height: 35px;
}

.menu ul li {
    float: left;
    line-height: 33px;
    position: relative;
    
}
.menu ul li.on> a{
    border-bottom: 2px solid #ffffff;
}
.menu ul li.on> a {border-bottom: 2px solid #0085d2;color: #0085d2;}
.menu ul li>a {
    display: block;
    padding: 0 55px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.menu ul li div {
    position: absolute;
    left: 25px;
    background: #fff;
    display: none;
}

.menu ul li dl {
    position: relative;
}

.menu ul li dl dt {
    white-space: nowrap;
    min-width: 200px;
    line-height: 45px;
    border-bottom: 1px solid #CCC;
    padding: 0px 25px;
    background: #ededed;
    font-size: 15px;
    font-weight: normal;
    z-index: 2;
    position: relative;
}

.menu ul li dl dt a {
    display: block;
}

.menu ul li dl dt:hover {
    background: #008fd7;
}

.menu ul li dl dt:hover a {
    color: #FFF;
}

.menu ul li dl dd {
    position: absolute;
    left: 200px;
    background: #FFF;
    line-height: 35px;
    display: none;
    white-space: nowrap;
    z-index: 9;
    top: 0;
}

.menu ul li dl dd a {
    display: block;
    white-space: nowrap;
    padding: 0px 30px;
}
.menu ul li:hover div {
    display: block;
}
.menu ul li div dl:hover dd {
    display: block;
}
.swiper-pagination3{
    display: block;
    left: 0;
    top: -45px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.swiper-pagination3 .swiper-pagination-bullet{
    margin:0 20px;
}
.hjBody .swiper-container2 h3{
    font-size: 24px;
    color: #07369d;
    text-align: center;
    margin:20px 0 10px;
}
.hjBody .swiper-container2 p{
    font-size: 16px;
    color: #858585;
    line-height: 24px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
/* 列表水平居中 */
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
}
.list-group-item{
    border: none;
    background-color: transparent;
}
.sub-div3-div2 h3{
    color: #07369d;
    font-weight: bold;
    font-size: 24px;
}
.sub-div3-div2 span{
    display: block;
    font-size: 30px;
    color: #000000;
    margin: 25px 0 35px;
}
.sub-div3-div2 p{
    font-size: 16px;
    color: #888888;
    line-height: 31px;
}
.present{
    padding: 0px;
    overflow: hidden;
}
.present-div2{
    padding: 0px;
    overflow: hidden;
}
.present-sub{
    position: absolute;
    z-index: 1000;
    top: 36%;
    left: 0;
    right: 0;
    bottom: 0;
}
/* 关于我们 */
.present4-parent{
/*    background: url("../images/bg-01.jpg") no-repeat center center;*/
}
.present4 .list-group{
    margin-bottom: 40px;
}
.present4-parent{
    background-color: #eff0f2;
}
.present4-sub-div1{
    margin-bottom: 15px;
}
.present4-sub-div1 h2{
    /*font-weight: bold;*/
}
.present4-sub-div1 span{
    font-size: 16px;
    color: #b1b1b1;
}
.present4-sub-div3{
    overflow: hidden;
    transition: all .3s ease;
}
.present4-sub-div3 .col-lg-6 img, .present5-sub-div1 div img{
    max-width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.present4-sub-div3 .col-lg-6 img:hover, .present5-sub-div1 div img:hover{
    transform: scale(1.08);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.present4-sub-div3:hover h3{
    color: #0080c8;
}
.present4-sub-div3:hover{
    transform: translateY(-5px);
}
.sub-div3-div2 > a{
    color: #000000;
}
.sub-div3-div2 p{
    font-size: 16px;
    color: #888888;
    margin-top: 40px;
}
.sub-div3-div2 .present2-sub-div2 a{
    padding: 11px 55px 10px 20px;
    font-size: 16px;
    margin-top: 50px;
    background: url(../images/more-bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #ffffff;
}
/* 行业应用 */
.index_solution,.index_customer{
    background: #edf1f7;
}
.index_solution .box .boxLeft {
  min-height: 1px;
}
.index_solution .box .boxLeft .list .item {
   border-bottom: 1px solid #ddd;
   padding-bottom: 20px;
   padding-top: 20px;
   position: relative;
}

.index_solution .box .boxLeft .list .item .position_link{
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.index_solution .box .boxLeft .list .item:last-child {
  border-color: #ddd;
}
.index_solution .box .boxLeft .list .item::after {
  /*content: '';*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #1643a3;
}
.index_solution .box .boxLeft .list .item .a {
  display: block;
  position: relative;
  cursor: pointer;
}
.index_solution .box .boxLeft .list .item .a .title {
  font-size: 24px;
  color: #040404;
}
.index_solution .box .boxLeft .list .item .a .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  display: grid;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  grid-template-rows: 1fr;
  width: 80%;
}
.index_solution .box .boxLeft .list .item .a .text p {
  min-height: 0;
}
.index_solution .box .boxLeft .list .item .a .desc {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.index_solution .box .boxLeft .list .item .a .desc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 0;
  padding-top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 82%;
}
.index_solution .box .boxLeft .list .item .a .desc ul li {
  width: 50%;
}
.index_solution .box .boxLeft .list .item.active::after {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_solution .box .boxLeft .list .item.active .a .title {
  color: #07369d;
  margin-bottom: 15px;
}
.index_solution .box .boxLeft .list .item.active .a .text {
  grid-template-rows: 0fr;
}
.index_solution .box .boxLeft .list .item.active .a .desc {
  grid-template-rows: 1fr;
}
.index_solution .box .boxRight .main {
  height: 100%;
  min-height: 5.5rem;
  position: relative;
}
.index_solution .box .boxRight .main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  /*background: #fff;*/
}
.index_solution .box .boxRight .main .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_solution .box .boxRight .main .list .img {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index_solution .box .boxRight .main .active {
  display: block;
}

.index_solution .box .boxRight .main .list1.active .img1 img {
  -webkit-animation: slideInLeft 1s ease  both;
  animation: slideInLeft 1s ease  both;
}
.index_solution .box .boxRight .main .list1.active .img2 img {
  -webkit-animation: bounceInUp 2s ease  both;
  animation: bounceInUp 2s ease  both;
}
.index_solution .box .boxRight .main .list1.active .img3 img {
  -webkit-animation: slideInRight 1s ease 0.2s both;
  animation: slideInRight 1s ease 0.2s both;
}
.index_solution .box .boxRight .main .list1.active .img4 img {
  -webkit-animation: zoomInUp 2s ease;
  animation: zoomInUp 2s ease;
}
.index_solution .box .boxRight .main .list1.active .img5 img {
  -webkit-animation: bounceInDown 1.2s ease 0.4s both;
  animation: bounceInDown 1.2s ease 0.4s both;
}
.index_solution .box .boxRight .main .list1.active .img6 img {
  -webkit-animation: fadeInRight 1.2s ease both;
  animation: fadeInRight 1.2s ease both;
}
.index_solution .box .boxRight .main .list1.active .img7 img {
  -webkit-animation: tada 1.2s ease 0.3s both;
  animation: tada 1.2s ease 0.3s both;
}
.index_solution .box .boxRight .main .list1.active .img8 img {
  -webkit-animation: flash 1.2s ease both;
  animation: flash 1.2s ease both;
}
.index_solution .box .boxRight .main .list1.active .img9 img {
  -webkit-animation: slideInDown 1.2s ease both;
  animation: slideInDown 1.2s ease both;
}
.index_solution .box .boxRight .main .list2.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution .box .boxRight .main .list2.active .img1 img {
  animation: fadeInRight 1.2s ease both;
}
.index_solution .box .boxRight .main .list2.active .img2 img {
  animation: zoomInDown 1.8s ease both;
}
.index_solution .box .boxRight .main .list2.active .img3 img {
  animation: slideInUp 1.6s ease both;
}
.index_solution .box .boxRight .main .list2.active .img4 {
  animation: slideInUp 1.8s ease both;
}
.index_solution .box .boxRight .main .list2.active .img4 img {
  animation: bounce 1.2s ease-in both;
  animation-delay: 1.5s;
}
.index_solution .box .boxRight .main .list2.active .img5 img {
  animation: slideInLeft 2s ease-in;
}
.index_solution .box .boxRight .main .list3.active .img0 img {
  animation: fadeInDown 1.2s ease both;
}
.index_solution .box .boxRight .main .list3.active .img1 img {
  animation: slideInUp 1.2s ease both;
}
.index_solution .box .boxRight .main .list3.active .img2 {
  left: auto;
  right: 0.66rem;
  bottom: 1.48rem;
  text-align: right;
}
.index_solution .box .boxRight .main .list3.active .img2 img {
  width: 0.62rem;
  animation: bounceIn 6s ease  both, big 8s linear infinite ;
  transform-origin: 50% 40%;
}
.index_solution .box .boxRight .main .list3.active .img3 {
  left: 1rem;
  bottom: 0.7rem;
  top: auto;
}
.index_solution .box .boxRight .main .list3.active .img3 img {
  width: 1.16rem;
  animation: bounceIn 6s ease  both,big 20s linear infinite reverse;
  transform-origin: 30% 50%;
}
.index_solution .box .boxRight .main .list3.active .img4 {
  left: 0.4rem;
  bottom: 2.22rem;
  top: auto;
}
.index_solution .box .boxRight .main .list3.active .img4 img {
  width: 0.54rem;
  animation: bounceInDown 1.6s ease both;
}
.index_solution .box .boxRight .main .list3.active .img5 img {
  animation: bounceInRight 1.2s ease-out both;
}
.index_solution .box .boxRight .main .list4.active .img0 img {
  animation: slideInRight 1.2s ease-out both;
}
.index_solution .box .boxRight .main .list4.active .img1 img {
  animation: fadeInBottomLeft 1s ease-out both;
}
.index_solution .box .boxRight .main .list4.active .img2 img {
  animation: fadeInDown 1.6s ease both;
}
.index_solution .box .boxRight .main .list4.active .img3 img {
  animation: bounceInDown 1.6s ease both;
}
.index_solution .item .indexLink{
    width: 45px;
    height: 45px;
    background: url('../images/icon-right.png') no-repeat;
}
.index_solution .item.active .indexLink{
    background: url('../images/icon-right2.png') no-repeat;
}
/* 新闻 */
.index_news .index_news_list {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 25px;
  overflow: hidden;
  top: 0;
  position: relative;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
}

.index_news .index_news_list .top_ a {
  display: block;
  position: relative;
}
.index_news .index_news_list .top_ a img {
  width: 100%;
}
.index_news .index_news_list .top_ a p {
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 42%;
  left: 5%;
}
.index_news .index_news_list .dd {
  background-color: #fff;
  padding: 10px 15px 30px;
}
.index_news .index_news_list .cen_ {
  padding: 0.22rem 0;
  position: relative;
}
.index_news .index_news_list .cen_ a .tit {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  /*text-align: justify;*/
  text-justify: distribute-all-lines;
}
.index_news .index_news_list .cen_ a .tit h3 {
  margin: 0;
}
.index_news .index_news_list .cen_ a .tit:hover {
  color: #317242;
}
.index_news .index_news_list .cen_ a .time {
  font-size: 16px;
  margin-bottom: 10px;
  color: #999999;
}
.index_news .index_news_list .cen_::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #1643a3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_news .index_news_list .cen_:hover::after {
  right: auto;
  width: 100%;
  left: 0;
}
.index_news .index_news_list .bot_ a {
  display: block;
  border-top: solid 1px #e5e5e5;
  position: relative;
}
.index_news .index_news_list .bot_ a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #1643a3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.index_news .index_news_list .bot_ a h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #010101;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 15px 0;
  margin: 0;
}
.index_news .index_news_list .bot_ a:hover::after {
  right: auto;
  width: 100%;
  left: 0;
}
.index_news .index_news_list .bot_ a:hover h3 {
  color: #1643a3;
}
.index_news .index_news_list .more a {
  margin-top: 15px;
  font-size: 16px;
  color: #1643a3;
  display: inline-block;
}
.index_news .index_news_list .more a svg {
  vertical-align: sub;
  position: relative;
  left: 0;
  transition: .4s;
}
.index_news .index_news_list .more a:hover svg{
    left: 10px;
}
.index_news .index_news_list:hover {
  top: -12px;
}
/* 底部 */
.footer{
    background-color: #4a4a4a;
    padding: 35px 0px;
    font-size: 16px;
    color: #ffffff;
}
.footer-bot{
    padding: 0;
    margin-top: 40px;
}
.footer-bot a{
    display: inline-block;
}
.footer-left{
    padding: 0;
}
.footer-top{
    padding: 0;
    border-bottom: 1px solid #a8a7a7;
}
.footer-top a, .footer-bot div, .footer-bot a,  .footer-bot2 div{
    color: #ffffff;
}
.footer-mid1{
    margin-top: 30px;
    padding-left: 0;
}
.footer-mid2{
    margin-top: 40px;
    padding: 0;
}
.footer-mid2 h3, .footer-mid2 p{
    font-size: 15px;
    color: #ffffff;
}
.footer-mid2 h3{
    margin-bottom: 7px;
}
.footer-mid2 ul li{
    padding: 11px 10px 3px;
}
.footer-left .list-group1 li:first-child{
    padding-left: 0px;
}
.footer-left .footer-mid2 div.col-lg-10{
    padding: 0;
}
.footer-bot div, .footer-bot a{
    color: #b7b7b7;
}
.photoframe{
    position:relative;
    padding:3px;
}
.photoframe:before, .photoframe:after, .photo:before, .photo:after {
    content:" ";
    position:absolute;
    border-style:solid;
    border-color:#ffffff;
    padding:15px;
}
.photoframe:before {
    left:-8px;
    top:-8px;
    border-width:2px 0 0 2px;
}
.photoframe:after {
    right:-8px;
    bottom:-8px;
    border-width:0 2px 2px 0;
}
.photo:before {
    left:-8px;
    bottom:-8px;
    border-width:0 0 2px 2px;
}
.photo:after {
    right:-8px;
    top:-8px;
    border-width:2px 2px 0 0;
}
/* product-list */
.inner-banner{
    padding: 0px;
    /*width: 100%;*/
    /*overflow: hidden;*/
}
.product-list-cate .list-group-horizontal .list-group-item{
    padding: 0px;
}
.product-list{

}
.product-list-list{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    cursor: pointer;
    padding: 60px 25px 30px;
    transition: all .3s ease;
}
.news-list-list{
    padding-top: 40px;
}
.product-list-list .col-lg-4 img{
    max-height: 260px;
}
.product-list-list:hover{
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.product-list-list:hover h3{
    font-weight: bold;
    color: #0080c8;
}
.product-list-list .col-lg-4 img, .news-list-list img{
    max-width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-list-list .col-lg-5 img:hover, .news-list-list img:hover{
    transform: scale(1.08);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.product-list-list .col-lg-6 span{
    color: #343434;
    font-weight: bold;
}
.product-list-list p{
    margin-bottom: 10px;
}
.list-desc{
    line-height: 25px;
    margin-bottom: 15px !important;
    margin-top: 35px;
}
.news-list-list .list-desc{
    margin-top: 0px;
}
.list-more{
    margin-top: 25px;
}
.list-more a{
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    border: 1px solid #d0d5dd;
    color: #000000;
}
.list-more a:hover{
    color: #fff;
    background: url(../images/service-04.png) no-repeat center center;
    background-size: 100% 100%;
}
.proview-total{
    padding-top: 60px;
    padding-bottom: 60px;
}
.proview-img img, .pro-hj-div3 img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.proview-img img:hover, .pro-hj-div3 img:hover{
    transform: scale(1.08);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.proview-full{
    background-color: #e9eff8;
}
.proview-title h3{
    margin-bottom: 20px;
    color: #343434;
    font-size: 30px;
}
.proview-title p{
    font-size: 16px;
    /*line-height: 30px;*/
}
.proview-title1{
    margin-bottom: 40px;
}
.proview-title5 p{
    text-align: left;
    /*line-height: 30px;*/
}
.proview-div5{
    margin-top: 40px;
}
.proview-div5 img{
    max-width: 310px;
    width: 100%;
}
.proview-div5 .col-lg-3{
    padding: 0px;
    margin-bottom: 10px;
}
.proview3{
    background-image: url("../images/bg-07.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.qg-div1 img{
    width: auto;
    text-align: center;
}
.qg-div4 .proview-img img{
    width: auto;
}
.hj-div1 .proview-img{
    text-align: center;
}
.hj-div1 .proview-img img{
    width: auto;
}
.pro-hj-div1{
    margin-top: 130px;
}
.hj-div2 .proview-title h3{
    margin-top: 50px;
    color: #ffffff;
}
.pro-hj-div2{
    margin: 45px 0px;
    color: #ffffff;
}
.pro-hj-div2 .proview-img{
    margin-bottom: 10px;
}
.pro-hj-div2 .col-lg-5{
    margin-top: 115px;
}
.pro-hj-div3{
    margin: 50px 0px 0px;
    text-align: center;
}
.pro-hj-div3 img{
    width: 100%;
    /*max-width: 900px;*/
}
.hj-div4 .proview-img{
    text-align: center;
}
.hj-div4 .proview-img img{
    width: auto;
}
.pro-hj-div4{
    color: #ffffff;
}
.pro-hj-div4 h3{
    margin-bottom: 70px;
    font-size: 30px;
}
.pro-hj-div1 h3{
    font-size: 30px;
    margin-bottom: 40px;
}
.pro-title .col-lg-12 p{
    line-height: 45px;
    font-size: 16px;
}
.pro-title .col-lg-12 img{
    display: inline-block;
    padding-right: 15px;
    margin-top: -2px;
}
.jghj-div h3{
    margin-top: 60px;
    margin-bottom: 40px;
}
.jghj-div p{
    font-size: 16px;
    /*line-height: 30px;*/
}
/* news-list */
.news-list-list .col-lg-4 img{
    width: 100%;
}
.news-list-list a{
    color: #000000;
}
.product-list .news-list-list h3{
    margin: 45px 0px 20px;
}
.news-full{
    background-color: #ffffff;
}
.news-detail .col-lg-12 h4{
    font-weight: bold;
    padding: 0px 0px 30px;
    border-bottom: 1px solid #cfd4dc;
    font-size: 18px;
}
.news-content{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
}
.news-share{
    border-bottom: 1px solid #cfd4dc;
    padding-bottom: 25px;
}
.news-foot{
    margin: 35px 0px;
}
.news-foot .col-lg-6{
    padding: 0px;
}
.news-foot .col-lg-6 a{
    color: #000000;
    font-size: 15px;
}
.news-foot .col-lg-6 a span{
    color: #0080c8;
}
.news-back a{
    display: inline-block;
    border: 1px solid #d0d5dd;
    color: #000000;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 16px;
}
/* contact */
.contanct{
    padding: 0px;
}
.contact-us-div1 p{
    font-size: 16px;
    margin-top: 30px;
}
.contact-us-div2{
    margin: 50px 0px;
}
.contact-us-div2 .col-lg-3{
    padding: 0px;
    margin-bottom: 1px;
}
.contact-us-div2 .col-lg-3 div{
    padding: 30px 25px;
    margin: 7px;
    background-color: #eff0f5;
}
.contact-us-p2{
    font-size: 18px;
    color: #0080c8;
    margin: 20px 0px;
}
.contact-us-p3{
    font-size: 16px;
    color: #000000;
}
.contact-us-div2 .col-lg-3:last-child{
    margin-right: 0px;
}
.contact-us-div2 .col-lg-3 div img{
    /*width: 40px;*/
    height: 44px;
}
/* join */
.case-tobdy{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    height: 36px;
    font-size: 13px;
    cursor: pointer;
}
.case-tobdy .td1{
    border: none;
    text-align: left;
    padding-top: 0;
    color: #434343;
}
.case-tobdy .td1 span{
    display: inline-block;
    margin-right: 10px
}
.case-tobdy .td2{
    border: none;
    text-align: right;
    padding-top: 0;
    color: #434343;
}
.case-tobdy:hover .td1, .case-tobdy:hover .td2{
    color: #4083b8;
}
.join-more a{
    display: inline-block;
    padding: 10px 25px;
    color: #000000;
    border: 1px solid #d0d5dd;
    font-size: 15px;
}
.join-more a img{
    padding-right: 5px;
}
.join-more a:first-child{
    color: #ffffff;
    background-color: #0080c8;
    border: 1px solid #0080c8;
}
.table-tr-more{
    padding: 20px 0px 35px !important;
}
.join-table-body .glyphicon{
    padding-left: 5px;
}
/* about */
.about-row1{
    margin-top: 60px;
}
.about-row1 h3{
    color: #0080c8;
    margin-bottom: 45px;
    font-weight: bold;
    margin-top: 0px;
}
.about-row1 .col-lg-6 p{
    line-height: 26px;
    color: #343434;
    font-size: 15px;
}
.about-row1 .col-lg-6 video{
    width: 100% !important;
}
.about-row2 .col-lg-12:first-child{
    margin: 50px 0px;
}
.about-row2 .col-lg-3 div{
    background-color: #eff2f7;
    padding: 35px;
    cursor: pointer;
}
.about-row2 .col-lg-3 div:hover{
    background: url("../images/about-08.png") no-repeat center center;
    color: #ffffff;
}
.about-row2 .col-lg-3 div:hover p:last-child{
    color: #ffffff;
}
.about-row2 .col-lg-3 div p:first-child{
    font-size: 24px;
}
.about-row2 .col-lg-3 div p:last-child{
    color: #919395;
}
.about-row2 .col-lg-12:last-child{
    line-height: 26px;
    color: #343434;
    font-size: 15px;
}
.about-row2 .col-lg-12 .col-lg-3{
    margin-bottom: 5px;
}
.about-2{
    background-color: #eef2fb;
    padding: 45px 0px;
}
.about-2 .col-lg-12 h3{
    color: #0080c8;
    font-weight: bold;
    margin: 0px 0px 60px;
    font-size: 30px;
}
.about-2 .col-lg-8 img, .about-row3 .about-lg1 img{
    width: 100%;
}
.about-row3 .col-lg-12{
    background-color: #eef2fb;
    padding: 0px;
}
.about-row3{
    padding: 45px 0px;
}
.about-row3 .col-lg-12 .col-lg-6{
    padding: 0px;
}
.about-row3 h4{
    font-size: 24px;
    color: #0080c8;
    margin-top: 0px;
}
.about-row3 p{
    font-size: 16px;
    color: #636466;
    margin-top: 25px;
}
.about-row4 .col-lg-12 .col-lg-4{
    color: #343434;
    line-height: 30px;
}
/* service */
.service-desc{
    margin: 60px 0px;
}
.download-row tr td{
    border-top: none !important;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    color: #343434;
    vertical-align: middle !important;
}
.download-row tr .text-left img{
    padding-right: 15px;
    margin-top: -3px;
}
.download-row td a{
    display: inline-block;
    color: #343434;
    padding: 7px 0px;
    border: 1px solid #d0d5dd;
    width: 136px;
    text-align: center;
}
.download-row td a em{
    font-style: normal;
}
.download-row td a span{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-bottom: -3px;
}
.down-preview span{
    background: url("../images/down-030.png") no-repeat center center;
}
.down-down span{
    background: url("../images/down-040.png") no-repeat center center;
}
.down-preview:hover, .down-down:hover{
    background-color: #0080c8;
    color: #ffffff;
}
.down-preview:hover span{
    background: url("../images/down-031.png") no-repeat center center;
}
.down-down:hover span{
    background: url("../images/down-041.png") no-repeat center center;
}
.download-row table{
    margin-top: 45px;
}
.download-row .col-lg-12{
    margin-bottom: 20px;
}
/* application */
.app-row1 .col-lg-4 img{
    width: 100%;
    max-height: 235px;
}
.app-row1 .col-lg-4 h3{
    font-size: 21px;
}
.app-div-1 h3{
    margin-top: 0px;
}
.app-div-2 h3{
    margin-top: 10px;
}
.app-div-1 a, .app-div-2 a{
    color: #000000;
}
.app-div-1 .app-div-p1{
    margin-bottom: 20px;
}
.app-div-1 p, .app-div-2 p{
    color: #343434;
    font-size: 15px;
}
.app-row1 .col-lg-4{
    height: 400px;
    padding: 25px 30px;
}
.app-row1 .col-lg-4 span{
    display: inline-block;
    width: 40px;
    border-bottom: 3px solid #0080c8;
    margin: 15px 0px 10px;
}
.app-row1 .col-lg-4 p:first-child{
    font-size: 15px;
    color: #343434;
}
.app{
    /*background-color: #e9eff8;*/
}
.app .about-row3 .col-lg-12  .app-top-desc{
    padding: 20px;
}
.app .about-row3 .col-lg-12{
    background-color: #ffffff;
}
.app-top-div1 h3{
    font-size: 26px;
    margin: 45px 0px;
}
.app-mid{
    background: url("../images/app-01.jpg") no-repeat center center;
}
.app-form{
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 60px;
}
.app-form-titile h4{
    color: #0080c8;
    font-weight: bold;
    margin: 30px 0px;
}
.app-form-titile span{
    display: inline-block;
    width: 45px;
    border-top: 1px solid #bebebe;
    height: 6px;
    margin: 0px 20px;
}
.app-form-submit{
    background-color: #0080c8;
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin: 20px 0px;
}
.app-form-submit:hover{
    background-color: #0080c8;
    color: #fff;
}
.app-form-desc p{
    color: #343434;
}
.app-form-desc p span{
    font-size: 23px;
    color: #0080c8;
    font-weight: bold;
}
.app-form-right{
    color: #ffffff;
    font-size: 16px;
}
.app-form-right h3{
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}
.app-bot{
    padding: 45px 0px;
}
.app-bot img{
    /*width: 100%;*/
    max-width: 400px;
    max-height: 250px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.app-bot .col-lg-6 > p{
    position: absolute;
    font-size: 18px;
    margin: 20px 0px 0px 20px;
    color: #343434;
}
.app-bot .col-lg-6 a{
    display: inline-block;
    color: #636466;
    font-size: 16px;
}
.app-bot .col-lg-6{
    transition: all .3s ease;
}
.app-bot .col-lg-6 p{
    margin-top: 15px;
}
.app-bot .col-lg-6:hover{
    transform: translateY(-5px);
}
.app-bot .col-lg-6:hover img{
    transform: scale(1.08);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.app-bot .col-lg-6:hover p{
    font-weight: bold;
    color: #0080c8;
}
.app-bot-hover{
    position: absolute;
    z-index: 10000;
    text-align: center;
    width: 95%;
    height: 100%;
    background-color: rgba(250,251,254,.8);
}
.app-bot h3{
    margin-bottom: 50px;
}
.app-bot-hover h4{
    font-size: 20px;
    color: #343434;
    font-weight: bold;
}
.app-bot-hover {
    font-size: 18px;
}
.app-bot-hover span{
    display: inline-block;
    width: 150px;
    border-bottom: 1px solid #343434;
}
.pagination li a{
    background-color: #e9eff8;
    color: #333333;
}
.pagination li a:hover{
    background-color: #ffffff;
    color: #333333;
}
.pagination li .current, .pagination li .current:hover{
    background-color: #0080c8;
    color: #ffffff;
}
.pagination li .disabled{
    background-color: #eeeeee;
    color: #333333;
}
.drop-language{
    border: none;
    padding: 0px;
}
.drop-language li{
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.drop-language>li>a{
    padding: 20px;
}
.language-li a:first-child{
    /*padding-bottom: 30px;*/
}
.language-li .drop-language{
    min-width: 118px;
    background-color: rgba(255, 255, 255, 0.8);
}
.special-li .text-left a{
    display: inline-block;
    width: 100%;
    padding: 0px 0px 18px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
    margin-bottom: 20px;
}
.special-li .text-left a span{
    padding-left: 20px;
}
.special-li .text-left a:hover span{
    color: #0080c8;
}
.product-list-list .col-lg-5 img{
    max-height: 320px;
    width: 100%;
    max-width: 610px;
}

footer{width: 100%;height: 60px;background: #0080c8;position: fixed;z-index: 999999;bottom: 0px;}
footer a{width: 25%;display: block;float: left;color: #FFF;text-align: center;text-align: center;
    height: 60px;}
footer a i{width: 30px;height: 30px;border-radius: 50%;border:2px solid #FFF;display: block;text-align: center;line-height: 26px;margin-top: 5px;margin-bottom: 5px;}
footer a span{display: block;font-size: 1.3rem;}
footer a:hover{color: #FFF;}
footer a img{display: inline-block;width: 26px;height: 26px;margin: 8px 0px 4px;}

/*   1200px <= 大屏幕 */
@media (min-width: 1201px) {
    .index_news .container>.row{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .wp1 ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .menu-left{
        min-height: 1000px;
    }
    .index-qyxw .col-lg-12 {
        margin-bottom: 20px;
    }
    .search input{
        width: 330px;
    }
    .index_solution .box .boxRight .main .list .img img {
        width: 100%;
        margin-top: 27px;
    }
    .menu-left .line1{
        left: -257px;
    }
    .menu-left .line2{
        
    }
    .logo {
        padding-top: 15px;
    }
    .logo img {
        width: 80%;
    }
    .hjBody .section2 .content-wrap .detail-wrap{
        margin-top: -245px;
    }
    .hjBody .swiper-container2 .swiper-slide img{
        height: 247px
    }
    .hjBody .section2 {
        margin-bottom: 100px;
    }
    .index_solution .box .boxLeft .list .item .position_link{
        top: 50%;
    }
    .about-box .cover .about-des{
        font-size: 16px;
        line-height: 35px;
        margin-top: 30px;
    }
    .hjBody .section2 .content-wrap .bg {
        position: relative;
        height: 500px;
        padding-top: 75px;
    }
    .index_solution .box .boxLeft .list .item .a .desc ul li a ,.index_solution .box .boxLeft .list .item .a .desc ul li .a{
        font-size: 16px;
        line-height: 35px;
        color: #333;
    }
    .index_solution .box{
        padding-top: 60px;
    }
    .bg .index-title p{
        margin-top: 25px;
    }
    .about-box{
        width: 50%;
        height: 700px;
    }
    .hjBody .section2 .content-wrap .bg img{
        height: 100%;
    }
    .hjBody .section2 .content-wrap .item .text{
        top: 0;
    }
    .index_news{
        margin-top: 80px;
        margin-bottom: 95px;
    }
    .index-qyxw .qyxw-cont{
        margin-bottom: 80px;
        margin-top: 50px;
    }
    .index-qyxw .qyxw .wzjs h3{font-size: 24px;margin-bottom: 35px;}
    .index-qyxw .qyxw .list{height: 540px;}
    .index-qyxw .qyxw .wzjs p{line-height: 40px;font-size: 16px;}
    .index-qyxw .qyxw .nr{padding-top: 45px;}
    .index_solution{
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .present4-sub-div3{
        padding: 0;
    }
    .product-list-cate{
        margin-bottom: 40px;
    }
    .footer-top ul li{
        padding-left: 3%;
        padding-right: 3%;
    }
    .footer-top, .footer-left{
        padding: 0 15px;
    }
    .present4-parent{
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .col-lg-1-5{
        margin-left: 10px;
        margin-right: 10px;
    }
    .about-des p{
        line-height: 25px;
        margin-bottom: 20px;
    }
    .footer-mid1 img{
        width: 100%;
    }
    .inner-banner img{
        width: 100%;
    }
    .list-more a{
        margin-right: 50px;
    }
    .footer-top ul li:first-child{
        padding-left: 5px;
    }
    .footer-bot .col-lg-4{
        padding: 0;
    }
    .product-list-list .col-lg-6 h3{
        /*margin-bottom: 10px;*/
        margin-top: 5px;
    }
    .join-more a{
        margin-right: 10px;
    }
    .about-word{
        margin: 110px 0px 40px;
    }
    .about-row4 .col-lg-12 .col-lg-4{
        margin-top: 130px;
    }
    .app-mid > .container{
        padding: 60px 0px;
    }
    .app-bot-hover span:first-child{
        margin-top: 90px;
    }
    .app-form-right{
        margin-top: 120px;
    }
    .present-sub1{
        margin-left: 300px;
    }
    .present-sub2{
        margin-right: 300px;
    }
    .footer-bot a{
        margin-left: 15px;
    }
    .product-list-list .col-lg-5{
        text-align: right;
    }
    .app-top-desc{
        margin-top: 45px;
    }
    .app-row1 .col-lg-4{
        margin-bottom: 30px;
    }
    .hj-div1{
        padding: 40px 0px;
    }
    .hj-div4{
        padding: 135px 0px 395px;
    }
    .jghj-div-1{
        padding-left: 70px;
    }
    .jghj-div-2{
        padding-right: 80px;
    }
    .jghj-div-2 h3{
        margin-top: 80px;
    }
    .sub-div3-div2{
        margin-top: 120px;
    }
}
@media (min-width: 1400px){
    .index-qyxw .col-lg-12{
        padding: 0;
    }
    .hjBody .section2 .content-wrap .detail-wrap .col-lg-12{
        padding: 0;
    }
    .footer-top ul li:first-child{
        
    }
    .search input{
        width: 225px;
    }
    .container{
        width: 1400px;
        padding: 0;
        overflow: hidden;
    }
    .footer-mid2 .col-lg-2{
        text-align: right; 
    }
    .footer-mid2 .col-lg-2 img{
        width: 46% !important;
    }
    .footer-mid2 .text-right{
        width: 15% !important;
    }
    .menu ul li>a {
        padding: 0 80px;
    }
    .menu-left .line1{
        left: -171px;
    }
    .index_solution .box .boxRight .main .list .img img {
        width: 95%;
    }
    .index_solution .box .boxRight .main .list .img{
        text-align: right;
    }
    .index_solution .box .boxLeft .list .item .a .desc ul li a, .index_solution .box .boxLeft .list .item .a .desc ul li .a {
        font-size: 16px;
        line-height: 40px;
        color: #333;
    }
    .footer{
        padding: 30px 0px 20px;
    }
    .app-top-div1 h3{
        margin: 60px 0px;
    }
    .app-bot{
        padding: 60px 0px;
    }
    .download-row table{
        margin-top: 60px;
    }
    .about-row2 .col-lg-12:first-child{
        margin: 60px 0px;
    }
    .about-row3{
        padding: 60px 0px;
    }
    .about-2{
        background-color: #eef2fb;
        padding: 60px 0px;
    }
}
@media (min-width: 1440px){
    
}
/* 992px <= 中等屏幕 < 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
    .logo img{
        width: 81%;
        margin-top: 20px
    }
    .menu ul li>a{
        padding: 0 45px;
    }
    .index-qyxw .qyxw .list{
        height: 330px;
    }
    .index-qyxw .qyxw .wzjs {
        padding-top: 40px;
    }
    .index-qyxw .qyxw .wzjs h3{
        margin-bottom: 10px;
    }
    .index-qyxw{
        margin-bottom: 40px !important;
    }
    .hjBody .section2 .content-wrap .bg{
        height: 400px;
    }
    .hjBody .swiper-container2 .swiper-slide img{
        width: 100%;
    }
    .hjBody .section2 .content-wrap .detail-wrap{
        margin-top: -200px;
    }
    .hjBody .index-title{
        padding-top: 50px;
    }
    .hjBody{
        margin-bottom: 50px;
    }
    .index_news{
        margin: 40px 0;
    }
    .index_solution .box .boxLeft .list .item .a {
        font-size: 14px;
        line-height: 35px;
        color: #333;
    }
    .index_solution .box .boxLeft .list .item .hidden-lg img {
        width: 100%;
        margin-top: 11px;
    }
    .index_solution .index-title{
        margin-top: 50px;
    }
    .present4-parent{
        padding: 50px 0;
    }
    .inner-banner img{
        width: 100%;
    }
    .about-row2 .col-lg-3 div:hover{
        background: #0080c8;
        color: #ffffff;
    }
    .about-row3 .about-img{
        text-align: left;
    }
    .about-row3 .about-img img{
        display: inline-block;
        margin: 5px 0px;
    }
    .pro-hj-div2 .col-lg-5{
        margin-top: 0px;
    }
    .pro-hj-div2 .proview-img img{
        width: auto;
    }
}
/*  768px <= 平板 < 992px */
@media (min-width: 768px) and (max-width: 992px) {
    .inner-banner img{
        width: 100%;
        /*height: 250px;*/
    }
    .present4-sub-div1{
        margin-top: 30px;
    }
    .about-row2 .col-lg-3 div:hover{
        background: #0080c8;
        color: #ffffff;
    }
    .about-row3 .about-img{
        text-align: left;
    }
    .about-row3 .about-img img{
        display: inline-block;
        margin: 5px 0px;
    }
    .pro-hj-div2 .col-lg-5{
        margin-top: 0px;
    }
    .pro-hj-div2 .proview-img img{
        width: auto;
    }
    .product-list .news-list-list h3 {
        margin-top: 0px;
    }
}
/* 768px > 手机  */
@media (max-width: 767px) {
    .hjBody .swiper-container2 .swiper-slide img{
        width: 100%;
    }
    .mobanner {
        display: block;
        width: 100%;
    }
    .bannerbox {
        display: block;
    }
    .bg .index-title{
        padding-top: 50px;
    }
    .present4-sub-div3 .col-lg-5 {
        margin-top: 20px;
        padding: 0;
    }
    .present4-sub-div3 .col-lg-5 img{
        width: 100%;
    }
    .index-qyxw .qyxw{
        width: 70%;
        margin-bottom: 30px;
    }
    .hjBody .section2 .content-wrap .bg{
        height: 270px;
    }
    .hjBody .section2 .content-wrap .detail-wrap{
        margin-top: -115px;
    }
    .hjBody .section2 {
        margin-bottom: 40px;
    }
    .index_solution .box .boxLeft .list .item .a{
        font-size: 14px;
        line-height: 35px;
        color: #333;
    }
    .index_solution .box .boxLeft .list .item  .hidden-lg img{
        width: 100%;
        margin-top: 11px;
    }
    .index_solution .box .boxLeft .list .position_link{
        top: 37%;
    }
    .index_solution .box .boxLeft .list .item.active .position_link{
        top: 20%;
    }
    .bg .index-title p{
        margin-top: 10px;
    }
    .index_solution .box{
        padding-top: 25px;
    }
    .index_solution .box .boxLeft .list .item .a .hidden-lg{
        display: grid;
        grid-template-rows: 0fr;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        height: 0;
        overflow: hidden;
    }
    .index_solution .box .boxLeft .list .item.active .a .hidden-lg{
        grid-template-rows: 1fr;
        height: auto;
    }
    .footer-top ul li{
        padding-left: 40px;
        padding-right: 40px;
    }
    .index_news_box .col-lg-4{
        margin-bottom: 40px;
    }
    .index-qyxw .qyxw .list{
        height: 265px;
    }
    .index-qyxw .qyxw .wzjs h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .index-qyxw .qyxw .wzjs p{
        font-size: 12px;
        line-height: 20px;
    }
    .index_news{
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .index_solution{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .index-qyxw .qyxw .nr{padding-top: 25px;}
    .hjBody .swiper-container2 h3{
        font-size: 18px;
    }
    .hjBody .swiper-container2 p{
        font-size: 14px;
    }
    .index_solution .box .boxLeft .list .item .a .title{
        font-size: 19px;
    }
    .index_news .index_news_list .top_ a p{
        font-size: 24px;
    }
    .index_news .index_news_list .cen_ a .tit{
        font-size: 16px;
    }
    .index_news .index_news_list .bot_ a h3{
        font-size: 14px;
    }
    .sub-div3-div2{
        padding: 0;
    }
    .sub-div3-div2 span{
        font-size: 25px;
        margin: 10px 0 0;
    }
    .sub-div3-div2 p{
        margin-top: 20px;
    }
    .present4-parent{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .index-qyxw .qyxw-cont{
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .footer-bot{
        line-height: 18px;
    }
    .footer-top ul{
        text-align: center;
    }
    .footer-mid2{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .footer-mid2 .text-right{
        text-align: center;
    }
    .footer-mid2 .p1{
        line-height: 20px;
    }
    .col-lg-1-5{
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }
    .about-box{
        width: 100%;
        height: 700px;
    }
    .about-box .cover .about-des{
        font-size: 14px;
        margin-top: 15px;
    }
    .about-des p{
        line-height: 22px;
    }
    .present-sub{
        top: 20%;
    }
    .footer{
        padding-top: 25px;
    }
    .footer-bot .col-lg-4{
        margin-bottom: 10px;
    }
    .footer-mid1 img{
        display: block;
        margin: 0 auto;
        width: 65%;
    }
    .footer-mid2 ul li{
        padding: 9px 0px 1px;
    }
    .carousel{
        height: 340px;
    }
    .carousel-inner .item img{
        height: 340px !important;
    }
    .product-list-list{
        padding: 20px 0px 10px;
    }
    .inner-banner img{
        max-width: 100%;
        /*height: 100px;*/
    }
    .inner-clearfix {
        margin-top: 63px;
    }
    .product-list-list .col-lg-6 h3, .news-list-list .col-lg-8 h3{
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 18px;
    }
    .contact-us-div2 .col-lg-3 div{
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 5px;
        padding: 25px 0px;
        height: 150px;
    }
    .contact-us-div2{
        margin: 25px 0px;
    }
    .contact-us-div2 .col-lg-3{
        padding: 1px;
    }
    .contact-us-div2 .col-lg-3 div img{
        max-height: 35px;
    }
    .about-row3{
        padding: 40px 0px 0px;
    }
    .about-word-xs{
        padding-bottom: 35px;
    }
    .about-word-xs1{
        padding-top: 35px;
    }
    .about-row4 .col-lg-12 .col-lg-4{
        margin-top: 30px;
    }
    .service-desc{
        margin-top: 35px;
    }
    .app-mid{
        background: #0080c8;
        padding: 40px 0px;
        margin-top: 2px;
    }
    .app-bot-hover span:first-child{
        margin-top: 35px;
    }
    .app-bot .col-lg-12 .col-lg-6{
        margin-bottom: 10px;
    }
    .pro-hj-div1{
        margin-top: 45px;
    }
    .pro-hj-div2{
        margin: 50px 0px;
    }
    .pro-hj-div2 .proview-img{
        margin-bottom: 40px;
    }
    .hj-div1 .proview-img img{
        max-height: 275px;
    }
    .jgqg-div{
        margin-top: 20px;
    }
    .proview-img{
        margin-top: 5px;
    }
    .about-row2 .col-lg-3 div:hover{
        background: #0080c8;
        color: #ffffff;
    }
    .about-row1{
        margin-top: 30px;
    }
    .about-row1 h3{
        margin-bottom: 5px;
        text-align: center;
    }
    .about-row2 .col-lg-12:first-child{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .app-form{
        margin-bottom: 15px;
    }
    .app-top-div1 h3{
        margin-bottom: 20px;
    }
    .pro-hj-div4 h3{
        margin-bottom: 40px;
    }
    .hj-div2 .proview-title h3{
        margin-top: 0px;
    }
    .pro-hj-div2 .col-lg-5{
        margin-top: 0px;
    }
    .pro-hj-div1 h3{
        margin-bottom: 10px;
        text-align: center;
    }
    .pro-title .col-lg-12 p{
        line-height: 25px;
    }
    .jghj-div-2 h3{
        margin-top: 0px;
        text-align: center;
    }
    .jghj-div h3{
        text-align: center;
    }
    .present4 .list-group-item{
        padding: 0px;
    }
    .app-bot img{
        width: 100%;
    }
    .contact-us-div1 p{
        margin-top: 0px;
        text-align: left;
    }
    .news-content table{
        width: 100% !important;
    }
    .proview-total {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
        margin-top: -6px !important;
    }
    .jghj-div-2{
        margin-bottom: 25px;
    }
    .about-row2 .col-lg-12 .col-lg-3{
        padding: 1px;
    }
    .about-row2 .col-lg-3 div{
        padding: 30px 0px;
    }
    .join-more{
        text-align: center;
    }
    .join-more a:first-child {
        margin-right: 15px;
    }
    .join-more a{
        padding: 5px 10px;
    }
    .download-row td a{
        width: 50%;
        float: left;
        border: none;
    }
    .download-row td a span{
        margin-left: 0px;
    }
    .download-title span{
        /*display: inline-block;
        width: 100px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;*/
    }
    .download-number{
        display: none;
    }
    .product-list-list .list-more{
        text-align: center;
    }
    .list-more a:first-child{
        margin-right: 20px;
    }
    .footer-mobile{
        padding: 0px;
        margin-top: 25px;
        text-align: center;
    }
    .footer .footer-mid1 .list-group-item{
        padding-right: 10px;
        padding-left: 10px;
    }
    .proview-title p{
        text-align: left;
        padding: 0px 15px;
    }
    .proview-title5>p{
        padding: 0px 30px;
    }
    .jghj-title1 p{
        text-align: center;
    }
    .product-list-cate .present4-sub-div2 {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .product-list-cate .l_morebtn {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }
    .product-list-cate .l_morebtn a{
        padding: 0;
    }
}