﻿.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;/*-webkit-animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;animation: SlickIn cubic-bezier(1,0,.5,.5) 1s;*/-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table;}
.o_big_con .h2{ font-weight:normal; display:table-cell; vertical-align:middle; color:#fff; text-align:center; }
.o_big_con .h2 span{ display:inline-block;padding-bottom:2%; padding-top:2%; position:relative;}
.o_big_con .h2 span:after{ content:""; position:absolute; top:50%; left:-90px; width:66px;background:#fff; height:1px;}
.o_big_con .h2 span:before{ content:""; position:absolute; top:50%; right:-90px; width:66px;background:#fff; height:1px;}



.column-menu {
  background: #f0f0f0;
}
.column-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu.white {
  background: #fff;
}
.column-menu h3{float:left;
    color: #333;
    font-size: 26px;
    line-height:70px;}
.column-menu .crumbs {
  float: right;
  padding-left: 32px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  line-height: 70px;
  font-size: 15px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.column-menu .crumbs span {
  padding: 0 10px;
}
.column-menu .crumbs a {
  font-size: 15px;
  color: #777777;
}
.column-menu .crumbs a:hover {
  color: #f67631;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu > ul > li {
  float: left;
  position: relative;
  text-align: center;
}
.column-menu .menu > ul > li:hover > a,
.column-menu .menu > ul > li.on > a {
  background: #f67631;
  color: #fff;
}
.column-menu .menu > ul > li > a {
  display: block;
  min-width: 146px;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 15px;
  color: #777777;
}
.column-menu .menu .sub {
  width: 170%;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 2;
  display: none;
}
.column-menu .menu .sub a {
  display: block;
  height: 54px;
  line-height: 54px;
  background: #f67631;
  font-size: 15px;
  color: #fff;
}
.column-menu .menu .sub li.on a,
.column-menu .menu .sub li a:hover {
  background: #04599c;
}





.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.news-page,
.product-page {
  padding:30px 0 60px 0;
}




.case-list {
overflow:hidden;
}
.case-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.case-list li {
  width: 31.333%;
  float: left;
  margin:0 1% 42px 1%;
  margin-bottom: 42px;
}
.case-list li a {
  display: block;
}
.case-list li a:hover .pic {
  box-shadow: 0 2px 8px 2px #d4d4d4;
}
.case-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.case-list li a:hover .btn {
  border: none;
  border-radius: 44px;
  color: #fff;
  background-color: #f67631;
  background-image: url(../images/arrow3.png);
  text-indent: 28px;
}
.case-list li .pic {
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.case-list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.case-list li .tit {
  height: 60px;
  line-height:60px;
  font-size:20px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #f0f0f0;
  margin:0px 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .txt {
  height: 60px;
  line-height: 30px;
  font-size: 15px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.case-list li .btn {
  width: 128px;
  height: 44px;
  line-height: 42px;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  text-indent: 14px;
  font-size: 15px;
  color: #333333;
  background: url(../images/arrow10.png) no-repeat right 22px center;
  margin-top: 26px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.case-list li .pcmore {
  margin-top:16px;
}
.news-list {
  margin-bottom:30px;
}
.news-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li a {
  display: block;
  padding:30px 0;
  position: relative;
}
.news-list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li a:hover .line::after {
  width: 100%;
}
.news-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .date {
  opacity: 0;
}
.news-list li a:hover .btn {
  opacity: 1;
}

.news-list li .line {
  width: 100%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-list li .line::after {
  width: 0;
  height: 1px;
  content: " ";
  background: #f67631;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-list li .pic {
  width: 306px;
  height:130px;
  position: relative;
  float: left;
  overflow: hidden;margin-top:20px;
}
.news-list li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.news-list li .right {
  width: 218px;
  height: 181px;
  float: right;
  border-left: solid 1px #eaeaea;
  position: relative;
}
.news-list li .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  opacity: 0;
  width: 138px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f67631;
  font-size: 15px;
  color: #fff;
}
.news-list li .date {
  font-size: 26px;
  font-family: "Arial", arial;
  color: #e0e0e0;
  font-weight: bold;
  text-align: right;
  padding-top: 50px;
  box-sizing: border-box;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .date p {
  display: block;
  font-size: 62px;
  font-weight: normal;
}
.news-list li .text {
  padding:33px 280px 0 354px;
  box-sizing: border-box;
}
.news-list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #2a2736;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li .txt {
  height: 56px;
  line-height: 28px;
  font-size: 15px;
  color: #888888;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}



.fenye { height:40px;  overflow: hidden; text-align:center; float:left; width: 100%; margin:40px 0px 0px 0px;}
.fenye a { color: #a2a2a2; background:#f1f1f1; display: inline-block; margin-left:5px;padding:7px 17px;}
.fenye .current { background: #208d9c none repeat scroll 0 0;  color: #fff;display: inline-block; font-weight: normal; margin-left: 5px; padding:7px 17px;}






.news-page .details {
 
  padding:10px 0px 30px 0;
  
}
.news-page .details .title {
  line-height: 36px;
  font-size: 22px;
  color: #333333;
  font-weight: bold;text-align:center;
}
.news-page .details .info {
  line-height: 25px;
  font-size: 15px;
  color: #c8c8c8;
  margin-top: 14px;text-align:center;
}
.news-page .details #share2 {
  float: right;
}
.news-page .details #share2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details #share2 a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 8px;
  float: left;
  background: no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.4;
}
.news-page .details #share2 a:hover {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.news-page .details #share2 .icon-qq {
  background-image: url(../images/share1.png);
}
.news-page .details #share2 .icon-weibo {
  background-image: url(../images/share2.png);
}
.news-page .details #share2 .icon-wechat {
  background-image: url(../images/share3.png);
  position: relative;
}
.news-page .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding:20px 0;
  margin:15px 0;
  
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #333;

  
}
.news-page .details .article img{max-width:100%; height:auto!important;}
.news-page .details .danye {

  
  
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #333;

  
}
.news-page .details .danye img{max-width:100%; height:auto!important;}

.news-page .details .prevnext {
  font-size: 15px;
  color: #555555;
}
.news-page .details .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details .prevnext a {
  font-size: 15px;
  color: #555555;
}
.news-page .details .prevnext a:hover {
  color: #f67631;
}
.news-page .details .prevnext .l,
.news-page .details .prevnext .r {
  width: 50%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .details .prevnext .r {
  text-align: right;
}
@media only screen and (max-width: 1400px) {
  .sidebar {
    width: 300px;
  }
  .news-page .details {
    width: 860px;
  }
}

@media only screen and (max-width: 1200px) {
.news-page .details{width:98%; margin:0 1%;}
   .column-menu h3{font-size:20px; line-height:50px;} 
    .column-menu{padding:0 1%;}
    .column-menu .crumbs{line-height:50px;}
    .news-list li .text{padding:10px 10px;}
    .news-list li .pic{float:none;margin:0 auto;}
    .news-list li .right{float:none;display:none;}
    .news-list li .right{height:auto;}
.news-list li .date{font-size:14px; padding-top:5px;}
.news-list li .date p{font-size:14px;}.news-list li .txt{margin-top:10px;}
.news-list li a{padding:10px 0;}
}

a.pcmore {
  font-size: 15px;
  color: #333333;
}
.pcmore {
  display: block;
  width: 128px;
  height: 44px;
  line-height: 44px;
  text-indent: 8px;
  font-size: 15px;
  color: #333333;
  background: url(../images/arrow10.png) no-repeat right 15px center;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcmore:hover {
  color: #f67631;
  background-position: right 5px center;
}
.pcmore:hover::before {
  left: -10px;
}
.pcmore:hover::after {
  left: 10px;
}
.pcmore::before,
.pcmore::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#e1e1e1;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcmore::after {
  top: auto;
  bottom: 0;
}
.pcmore.w {
  color: #fff;
  background-image: url(../images/arrow3.png);
}
.pcmore.w::before,
.pcmore.w::after {
  background-image: url(../images/solution_line.png);
}

