@charset "gb2312";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #FFF;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #d2523e;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #de482c;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1300px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #d2523e;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #FFF;
}
.article {
  line-height: 30px;
  font-size: 16px;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  background: #FFF;
  padding: 24px 0;
  border-bottom: solid 1px #eeeeee;
}
.header .logo {
  float: left;
  overflow: hidden;
  height:70px;
}
.header .logo img {
  height: 100%;
}
.header .slogan {
  float: left;
  padding-left: 20px;
  margin-left: 30px;
  margin-top: 4px;
  position: relative;
  line-height: 24px;
}
.header .slogan::after {
  content: " ";
  width: 1px;
  height: 36px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  z-index: 2;
}
.header .slogan .p1 {
  font-size: 16px;
}
.header .slogan .p2 {
  font-size: 16px;
  padding-top:5px;
  text-align:left;
}
.header .slogan .p1 span{
  padding-right:8px;
    font-family:"henghei";
    font-size:18px;
  font-weight:600;
  color: #d2523e;
  padding-left:5px;
}
.header .slogan .p2 span{
  padding-left:8px;
    font-family:"henghei";
    font-size:18px;
  font-weight:600;
  color: #d2523e;
}
.header .slogan span {
  color: #d2523e;
}
.header .search-box {
  float: right;
  position: relative;
}
.header .search-box .search-btn {
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center #d2523e;
  display: none;
}
.header .search-box .search-bar {
  width: 490px;
  height: 36px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 36px;
  float: right;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center #344a93;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .search-box .search-bar .btn input:hover {
  background-color: #de482c;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #999999;
}
.header .search-box .hot {
  color: #999;
  margin-top: 10px;
}
.header .search-box .hot a {
  color: #999;
  margin: 0 6px;
}
.header .search-box .hot a:hover {
  color: #d2523e;
}
.header .menu-btn {
  display: none;
}
.nav {
  width: 100%;
  background: #344a93;
  top: 0;
  left: 0;
  z-index: 90;
}
.nav.fixed {
  position: fixed;
}
.nav .wrap {
  position: relative;
}
.nav .wrap > ul {
  float: left;
}
.nav .wrap > ul:hover > li.on > a {
  color: #333;
}
.nav .wrap > ul:hover > li.on > a:hover {
  color: #000;
}
.nav .wrap > ul > li {
  float: left;
  position: relative;
  z-index: 5;
}
.nav .wrap > ul > li > a {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: block;
  font-size: 16px;
  overflow: hidden;
  color: #FFF;
   transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.nav .wrap > ul > li .arrow {
  display: none;
}
.nav .wrap > ul > li.on > a,
.nav .wrap > ul > li:hover > a {
  color: #FFF;
}
.nav .buoy {
  height: 100%;
  background: #d2523e;
  position: absolute;
  z-index: 1;
}
.nav .sub {
  min-width: 100%;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  display: none;
}
.nav .sub li {
  margin-top: 1px;
}
.nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  white-space: nowrap;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.6);
}
.nav .sub li a:hover {
  background: #de482c;
  color:#FFF;
}
.nav .tel {
  margin-top: 17px;
  float: right;
}
.nav .tel a {
  padding-left:16px;
  font-size:20px;
  color: #FFF;
}
.nav .tel I {
  font-size: 28px;
  color: #FFF;
  float:left;
}
@media only screen and (max-width: 1400px) {
  .nav .wrap > ul > li > a {
    padding: 0 40px;
  }
}
.navbrace {
  height: 60px;
  display: none;
} 
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #FFF;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 26px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 3px;
  border-radius: 5px;
  background: #FFF;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination-bullet-active {
  width: 30px;
  background: #d2523e;
}
.pctitle {
  text-align: center;
}
.pctitle span {
  color: #d2523e;
}
.pctitle .title {
  font-size: 30px;
  font-weight: bold;
}
.pctitle .title::before,
.pctitle .title::after {
  content: "-";
  font-weight: normal;
  margin: 0 26px;
}
.pctitle .entit {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
.pctitle .tit {
  display: inline-block;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  padding: 0 22px;
  background: #344a93;
  border-radius: 52px 52px 0 52px;
  margin-bottom: 15px;
}
.main .product {
  padding: 50px 0;
}
.main .product .tab {
  text-align: center;
  margin: 10px 0 30px 0;
}
.main .product .tab span {
  display: inline-block;
  margin: 5px;
  height: 42px;
  line-height: 42px;
  padding: 0 22px;
  border-radius: 4px;
  background: #344a93;
  font-size: 15px;
  color:#FFF;
  cursor: pointer;
}
.main .product .tab span:hover{
  background: #d2523e;
  color: #FFF;
}
.main .upset {
  background: url(../images/upset_bg.jpg) no-repeat center #f8f8f8;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 82px;
}
.main .upset .content {
  margin-top: 46px;
  text-align: center;
}
.main .solution {
  padding: 90px 0;
}
.main .solution .content {
  overflow: hidden;
  margin: 20px -5px 0 -5px;
}
.main .solution 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;
}
.main .solution .col7 {
  width: 57.53846154%;
}
.main .solution .col5 {
  width: 42.30769231%;
}
.main .solution .col {
  padding: 5px;
}
.main .solution .col:nth-child(2n+1) {
  clear: left;
}
.main .solution .col a {
  display: block;
  overflow: hidden;
  position: relative;  
  text-align: center;
  background-color: rgba(0,0,0,.8);
}
.main .solution .col a > img {
  opacity: .6;
}
.main .solution .col 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);
  opacity: 1;
}
.main .solution .col a:hover .more {
  height: 40px;
  margin-top: 20px;
}
.main .solution .col .table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: block;
}
.main .solution .col .table .td {
  display: block;
}
.main .solution .col i {
  width: 60px;
  height: 60px;
  line-height:60px;
  display: block;
  color:#344a93;
  font-weight:500;
  font-size:30px;
  background-color:rgba(255,255,255,.8);
  border-radius:50%;
  font-family:"en";
  margin: 0 auto;
}
.main .solution .col a:hover  i{
  background-color:#344a93;
  color:#FFF;
}
.main .solution .col p {
  font-size: 22px;   
  color: #FFF;
  font-weight:500;
  margin: 18px 40px 0 40px;
 text-shadow:2px 1px 1px #000; 
}
.main .solution .col p span{
  font-size:16px;
  color: #FFF;
  line-height:28px;
  font-weight:300;
}
@media screen and (max-width:768px) {
.main .solution .col p span {
 display: none;
}
} 
.main .solution .col .more {
  width: 104px;
  line-height: 40px;
  border-radius: 4px;
  color: #FFF;
  margin: 0 auto;
  background: #344a93;
  overflow: hidden;
  height: 0;
  font-weight:600;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .solution .col p span {
    display: none;
}
.main .solution .col .more:hover {
    background: #FFF;
     color: #344a93;
}
.main .process {
    background: #344a93;
   background-position: center center;
   background-repeat: no-repeat;
  padding: 44px 0;
}
.main .process .head {
  float: left;
  width: 20%;
}
.main .process .head .title {
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
  font-family:"henghei";
}
.main .process .head .entit {
  font-size: 16px;
  color: #FFF;
  font-family:"en";
  margin: 8px 0 16px 0;
}
.main .process .head .tab span {
  display: block;
  width: 136px;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: solid 1px #F9F9F9;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  background-color:#F9F9F9;
  cursor: pointer;
}
.main .process .head .tab span:hover,
.main .process .head .tab span.on {
  border: solid 1px #d2523e;
  background: #d2523e;
  color: #FFF;
}
.main .process .list {
  float: left;
  width: 80%;
  margin: 16px -5px 0 -5px;
  display: none;
}
.main .process .list li {
  width: 16.66666667%;
  float: left;
  padding: 0 5px;
  text-align: center;
}
.main .process .list li .box {
  border-radius: 3px;
  background: #F9F9F9;
  padding: 42px 5px;
}
.main .process .list li .box:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.main .process .list li img {
  width: 100%;
  display: block;
}
.main .process .list li i {
  width: 66px;
  height: 66px;
  margin: 0 auto;
  display: block;
  background-color:#344a93;
  border:2px solid #344a93;
  line-height:66px;
  color:#FFF;
  font-size:30px;
  border-radius:50%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  cursor:pointer;
}
.main .process .list li p {
  font-size: 16px;
  color: #000;
  margin-top: 16px;
}
.main .outlets {
  position: relative;
}
.main .outlets .pctitle {
  width: 100%;
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 2;
}
.main .outlets .lzpic1,
.main .outlets .lzpic2 {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 712px;
}
.main .outlets .lzpic1 img,
.main .outlets .lzpic2 img {
  width: 100%;
  display: block;
}
.main .about {
  padding: 64px 0;
}
.main .about .cont {
  width: 51.69230769%;
  padding-right: 88px;
  position: relative;
}
.main .about .cont .bigtxt {
  width: 100%;
  font-size: 160px;
  font-weight: bold;
  color: #4a555a;
  opacity: .04;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -1;
  text-align: right;
}
.main .about .pic {
  width: 48.30769231%;
}
.main .about img {
  width: 100%;
  display: block;
}
.main .about .title {
  font-size: 30px;
  font-weight: bold;
  font-family:"henghei";
}
.main .about .title span {
  color: #d2523e;
}
.main .about .slogan {
  font-size: 20px;
  margin: 10px 0 56px 0;
}
.main .about .slogan p{
  font-size: 18px;
  line-height:30px;
  font-weight:600;
  font-family:"henghei";
}
.main .about .text {
  line-height: 35px;
  color: #666;
  font-size:16px;
}
.main .about ul {
  overflow: hidden;
  width: 100%;
  margin: 20px 0 60px 0;
}
.main .about ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  border-left: solid 1px #eee;
}
.main .about ul li:nth-child(1) {
  border-left: none;
}
.main .about ul li i {
  height: 58px;
  line-height: 58px;
  font-size:58px;
  color:#de482d;
}
 
.main .about ul li p {
  color: #000;
  margin-top: 16px;
  font-size:23px;
  font-weight:600;
  font-family:"henghei";
}
.main .team {
  padding: 40px 0 20px 0;
  background: #FFF;
}
.main .team .team-list {
  margin-top: 34px;
}
.morej .rbtn {
  display: inline-block;
  border-radius: 3px;
  background-color:#344a93;
  color: #FFF;
  margin-bottom:20px;
}
.morej .rbtn:hover {
  color: #FFF;
}
.morej span {
  padding: 0 16px;
  line-height: 38px;
  display: block;
  border-radius: 3px;
}
.advantage {
  padding: 84px 0;
  /*background: url(../images/advantage_bg.jpg) no-repeat center bottom;*/
}
.advantage .content {
  margin-top: 56px;
  position: relative;
}
.advantage .content::after {
  content: " ";
  width: 316px;
  height: 100%;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -158px;
  z-index: 2;
  background: url(../images/advantage_line.png) no-repeat;
  background-size: 100%;
}
.advantage .row {
  position: relative;
  z-index: 5;
  margin: -30px 0;
}
.advantage .row .pic {
  width: 100%;
  max-width: 363px;
  margin: 0 auto;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
.advantage .row .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;
}
.advantage .row .pic:hover > img {
  transform: scale(1.1, 1.1) rotate(10deg);
  -webkit-transform: scale(1.1, 1.1) rotate(10deg);
  -ms-transform: scale(1.1, 1.1) rotate(10deg);
  -o-transform: scale(1.1, 1.1) rotate(10deg);
  -moz-transform: scale(1.1, 1.1) rotate(10deg);
}
.advantage .row .pic span {
  display: block;
  position: absolute;
  right: 16px;
  bottom: -26px;
  z-index: 2;
}
@media screen and (max-width:768px) {
.advantage .row .pic span {
 display: none;
}
} 
.advantage .row .picbox {
  width: 38.46153846%;
  text-align: center;
}
.advantage .row .cont {
  width: 61.53846154%;
}
.advantage .row .cont .number {
  font-size: 60px;
  color: #d2523e;
  font-weight: bold;
  font-style: italic;
  font-family: "bn";
}
.advantage .row .cont .tit {
  font-size: 30px;
  font-weight: bold;
  margin: 42px 0 10px 0;
}
.advantage .row .cont .tit span {
  color: #d2523e;
}
.advantage .row .cont .txt {
  line-height:35px;
  font-size: 16px;
  color: #333;
  font-weight:300;
  }
.advantage .row:nth-child(even) .cont {
  text-align: right;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list li {
  width: 25%;
  float: left;
  padding: 0 14px;
  margin-bottom: 28px;
}
.picc{
 bordr:1px solid #ccc;
}
.product-list li:nth-child(4n+1) {
  clear: left;
}
.product-list li a {
  display: block;
  text-align: center;
}
.product-list li a:hover .picc span {
 /* 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);*/
}
.product-list li a:hover .tit {
  background: #de482d;
  color: #FFF;
}
.product-list li .tit {
  font-size:16px;
  color:#000;
  font-weight:600;
  background: #EEE;
  padding: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit p {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.product-list2 ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list2 li {
  width:16.66666666666%;
  float: left;
  padding: 0 14px;
  margin-bottom: 18px;
}
.product-list2 li:nth-child(6n+1) {
  clear: left;
}
.product-list2 li a {
  display: block;
  text-align: center;
}
 
.product-list2 li a:hover .tit {
  background: #de482d;
  color: #FFF;  
}
.product-list2 li .tit {
  font-size:13px;
  color:#000;
    font-weight:600;
  background: #EEE;
  padding: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list2 li .tit p {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}




.team-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.team-list li {
  width:33.333333333%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
.team-list li:nth-child(4n+1) {
  clear: left;
}
.team-list li a {
  display: block;
  background: #FFF;
    box-shadow: 0 0 5px #ccc;
}
.team-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);
}
.team-list li a:hover .tit {
  background: #344a93;
  color: #FFF;
}
.team-list li 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;
}
.team-list li .pic {
  overflow: hidden;
  height: 300px;
}
.team-list li .tit {
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
@media only screen and (max-width: 1400px) {
  .main .about .title {
    font-size: 40px;
  }
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
  height:400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .banner .lzpic1 p{
   line-height:350px;
   text-align:center;
   font-size:40px;
   font-weight:600; 
   color:#FFF;
   text-shadow:1px 2px 2px #333;
}
.container .banner .lzpic1 p i{
    font-size:28px;
    font-style:normal;
    font-weight:300; 
    font-family:"en";
    padding-left:20px;
}
.container .pctitle .title {
  font-size: 28px;
  margin-top:20px;
}
.container .pctitle .title::before,
.container .pctitle .title::after {
  content: "-";
  margin: 0 10px;
  font-weight: bold;
}
.column-menu {
  border-bottom: solid 1px #dddddd;
  height: 70px;
  line-height: 70px;
}
.column-menu .crumbs {
  float: left; 
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.column-menu .crumbs i {
  font-size:22px;
  padding-right:5px;
}
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #d2523e;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  float: left;
  margin-left: 50px;
}
.column-menu .menu li.on a {
  color: #d2523e;
  border-bottom: solid 2px #d2523e;
}
.column-menu .menu li a {
  line-height: 70px;
  height: 70px;
  display: block;
  font-size: 16px;
}
.paging {
  text-align: center;
  margin: 100px 0;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 4px;
}
.paging li a {
  display: block;
  width: 44px;
  height: 40px;
  line-height: 40px;
  font-family: "Arial", arial;
  color: #999;
  background: no-repeat center #eeeeee;
}
.paging li.on a,
.paging li a:hover {
  background-color: #d2523e;
  color: #FFF;
}
.paging li.prev a {
  background-image: url(../images/arrow3.png);
}
.paging li.prev a:hover {
  background-image: url(../images/arrow5.png);
}
.paging li.next a {
  background-image: url(../images/arrow4.png);
}
.paging li.next a:hover {
  background-image: url(../images/arrow6.png);
}
.pctab {
  text-align: center;
}
.pctab span,
.pctab a {
  display: inline-block;
  min-width: 136px;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 4px;
  border: solid 1px #d3d3d3;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  margin: 0 4px 10px 4px;
}
.pctab span.on,
.pctab a.on,
.pctab span a:hover,
.pctab a a:hover {
  background: #344a93;
  border: solid 1px #344a93;
  color: #FFF;
}
.about-page .about {
  margin: 80px 0;
}
.about-page .about .cont {
  width: 44.61538462%;
  float: left;
}
.about-page .about .pic {
  width: 48.30769231%;
  float: right;
}
.about-page .about img {
  width: 100%;
  display: block;
}
.about-page .about .title {
  font-size: 36px;
  font-weight: bold;
  margin-top:-5px;
}
.about-page .about .title span {
  color: #d2523e;
}
.about-page .about .slogan {
  font-size:18px;
  background-color:#344a93;
  color:#FFF;
  font-weight:600;
  padding:8px 10px;
  text-align:center;
  width:400px;
  font-family:"henghei";
  margin-top:18px;
}
.about-page .about .slogan:nth-child(3){
  background-color:#d2523e;
}
.about-page .about .text {
  line-height: 30px;
  color: #333;
  font-size:15px;
  margin-top: 40px;
  font-weight:400;
}
.about-page .advantage {
  padding-top: 0;
}
.solution-page {
  padding: 18px 0 0 0;
}
.solution-list .row {
  border-bottom: solid 1px #eeeeee;
  padding: 50px 0;
}
.solution-list .row:nth-child(even) .pic {
  float: right;
}
.solution-list .row:nth-child(even) .cont {
  float: left;
  padding: 12px 70px 0 0;
}
.solution-list .row .pic {
  width: 50%;
  float: left;
}
.solution-list .row .pic a {
  display: block;
  overflow: hidden;
}
.solution-list .row .pic 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);
}
.solution-list .row .cont {
  width: 50%;
  float: right;
  padding: 12px 0 0 70px;
}
.solution-list .row 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;
}
.solution-list .row .icon i { 
  border: solid 1px #d2523e;
  border-radius: 50%;
  overflow: hidden;
  background-color:#d2523e;
  color:#FFF;
  font-size:30px;
  padding:15px;
  margin-bottom:20px;
}
.solution-list .row .icon i:hover{ 
  border: solid 1px #333;
  border-radius: 50%;
  overflow: hidden;
  background-color:#333;
  color:#FFF;
  cursor:pointer;
  }
.solution-list .row .tit {
  margin: 35px 0;
}
.solution-list .row .tit,
.solution-list .row .tit a {
  font-size: 26px;
  font-weight: bold;
  font-family:"tengxun";
}
.solution-list .row .line {
  height: 1px;
  background: #eeeeee;
}
.solution-list .row .txt {
  line-height:35px;
  font-size: 16px;
  color: #333;
  margin: 20px 0 20px 0;
}
.service-page .team {
  padding: 60px 0 30px 0;
  background: #f8f8f8;
}
.service-page .team .team-list {
  margin-top: 34px;
}
.service-page .guarantee {
  padding: 60px 0;
}
.service-page .guarantee .article {
  line-height: 28px;
  color: #666;
  margin-top: 30px;
}
.service-page .guarantee .article img{
  margin-bottom: 30px;
}
.service-page .guarantee .article .tit {
  font-size: 18px;
  font-weight: bold;
  font-family:"henghei";
  color: #d2523e;
}
.service-page .guarantee .article p{
  font-size:14px;
  line-height:30px;
}
.service-page .process {
  padding: 60px 0;
  background: #f8f8f8;
}
.service-page .process .pctab {
  margin: 25px 0 40px 0;
}
.service-page .process .list {
  display: none;
}
.service-page .process .list ul {
  overflow: hidden;
  margin: 0 -12px;
}
.service-page .process .list li {
  width: 16.66666667%;
  float: left;
  padding: 0 6px;
  margin-bottom: 12px;
  text-align: center;
}
.service-page .process .list li:nth-child(6n+1) {
  clear: left;
}
.service-page .process .list li .box {
  background: #FFF;
  box-shadow: 2px 2px 3px #ccc; 
  border-radius: 3px;
  line-height:30px;  
  display: block;
  padding:20px 0;
}
.service-page .process .list li .box a {
  font-size:18px;
  color:#000;
  font-family:"henghei";
  font-weight:600;
}

.service-page .process .list li .box:hover{
  box-shadow: 2px 2px 6px #aaa; 
}
.service-page .process .list li .box:hover,.service-page .process .list li .box a{
  color:#000;
}
.service-page .process .list li img {
  width: 100%;
  display: block;
}
.service-page .process .list li i {
  display: block;
  font-size:30px;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  color:#FFF;
 background-color:#344a93;
 line-height:66px;
 border-radius:50%;
}
.service-page .process .list li .box:hover .service-page .process .list li i {
  background-color:#FFF; 
}
.service-page .process .list li p {
  font-size: 16px;
  margin-top: 14px;
}
.visit-page {
  padding-top: 50px;
}
.visit-page .paging {
  margin-top: 80px;
}
.visit-list ul {
  overflow: hidden;
  margin: 0 -11px;
  margin-bottom:40px;
}
.visit-list li {
  width: 33.333333%;
  float: left;
  padding: 0 11px;
  margin-bottom: 18px;
  text-align: center;
}
.visit-list li:nth-child(3n+1) {
  clear: left;
}
.visit-list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.visit-list li a:hover span.bg {
  opacity: .4;
  filter: alpha(opacity=40);
  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);
}
.visit-list li a:hover span.il::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.visit-list li a:hover span.il::before {
  width: 50px;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.visit-list li a:hover .txt {
  color: #d2523e;
}
.visit-list li .pic {
  overflow: hidden;
  background: #000;
  position: relative;
}
.visit-list li .pic img,
.visit-list li .pic span {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visit-list li .pic img {
  z-index: 10;
  position: relative;
 -webkit-transition: -webkit-transform .5s;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 transition: transform .5s;
 transform: translateZ(0);
}
.visit-list li .pic img:hover{
   -webkit-transform: translateY(10px) scale(1.1);
 -moz-transform: translateY(10px) scale(1.1);
 -ms-transform: translateY(10px) scale(1.1);
 transform: translateY(10px) scale(1.1)
}
.visit-list li .pic_sp img{
	opacity:unset;
}
.visit-list li .pic span {
  position: absolute;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.visit-list li .pic span.il::after,
.visit-list li .pic span.il::before {
  content: "";
  position: absolute;
  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;
  filter: alpha(opacity=0);
}
.visit-list li .pic span.il::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px #d2523e;
}
.visit-list li .pic span.il::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(../images/visit_icon.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}
.visit-list li .txt {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.visit-list li .txt_sp {
  line-height:30px;
  padding-top:10px;
  text-align:left;
  font-weight:600;
  font-size: 16px;
  color:#000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.visit-list li .txt_sp p{
	line-height:25px;
	overflow: unset;
	font-weight:400;
	color:#666;
	font-weight:4.visit-list li .pic img00;
	font-size:12px;
	text-align:left;
	padding-top:10px;
}
.visit-list.four li {
  width: 25%;
}
.visit-list.four li:nth-child(3n+1) {
  clear: none;
}
.visit-list.four li:nth-child(4n+1) {
  clear: both;
}
.product-page .pctab {
  margin: 50px 0 40px 0;
}
.product-page .pctab span,
.product-page .pctab a {
  border: none;
  background: #344a93;
  height: 44px;
  line-height: 44px;
  min-width: 104px;
  color: #FFF;
}
.product-page .pctab span:hover,
.product-page .pctab a:hover,
.product-page .pctab span.on,
.product-page .pctab a.on {
  background: #d2523e;
  color: #FFF;
}
.product-page .paging {
  margin-top: 70px;
}
.product-head {
  background: #eeeeee;
  overflow: hidden;
  padding: 80px 0;
}
.product-head .td {
  width: 50%;
}
.product-head .pic {
  text-align: center;
}
.product-head .cont {
  padding: 0 0 0 48px;
}
.product-head .title {
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
}
.product-head hr {
  height: 1px;
  background: #dddddd;
  margin: 20px 0;
}
.product-head .text {
  line-height: 24px;
  font-size: 16px;
}
.product-head .text .row {
  margin-bottom: 14px;
  display: flex;
}
.product-head .text .tit {
  float: left;
  color: #666;
  padding-right: 14px;
}
.product-head .text .txt {
  flex: 1;
}
.product-head .text .i {
  display: inline-block;
  margin-right: 20px;
  color: #d2523e;
  padding-left: 15px;
  background: url(../images/product-head-i.png) no-repeat 0 center;
  background-size: 12px;
}
.product-head .tel .t {
  font-size: 16px;
  color: #d2523e;
}
.product-head .tel .n {
  margin-top: 8px;
  padding-left: 42px;
  background: url(../images/tel4.png) no-repeat 0 0;
  background-size: 34px auto;
  min-height: 34px;
  line-height: 34px;
  font-size: 26px;
  font-weight: bold;
  color: #d2523e;
}
.product-head .tel .n a {
  font-size: 26px;
  font-weight: bold;
  color: #d2523e;
  float: left;
}
.product-head .tel .n span {
  font-size: 22px;
  line-height: 30px;
  float: left;
}
.product-head .btn {
  margin-top: 24px;
}
.product-head .btn .rbtn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #FFF;
  background: #d2523e;
}
.product-head .btn .rbtn::after {
  background: #de482c;
}
.product-head .btn .rbtn span {
  padding: 0 20px 0 50px;
  background: url(../images/advisory.png) no-repeat 16px center;
}
.product-details {
  padding: 56px 0 100px 0;
  background: #f8f8f8;
}
.product-details .tab {
  background: #FFF;
  text-align: center;
  overflow: hidden;
  margin-bottom: 8px;
}
.product-details .tab span {
  width: 33.33333%;
  height: 60px;
  line-height: 60px;
  float: left;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.product-details .tab span::after {
  content: " ";
  width: 1px;
  height: 16px;
  background: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}
.product-details .tab span.on {
  background: #d2523e;
  color: #FFF;
}
.product-details .tab span.on::after {
  display: none;
}
.product-details .tab span:first-child::after {
  display: none;
}
.product-details .tabbox {
  background: #FFF;
}
.product-details .article {
  padding: 34px 30px;
}
.product-details .trial {
  padding: 88px;
}
.product-details .trial .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.product-details .trial .slogan {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 20px 0 36px 0;
}
.product-details .trial .inpubox {
  padding: 0 80px;
}
.product-details .trial .inpubox .col {
  padding: 0 10px;
}
.product-details .trial .tit {
  line-height: 32px;
  color: #999;
}
.product-details .trial .tit span {
  color: #d2523e;
}
.product-details .trial textarea,
.product-details .trial input[type="text"] {
  width: 100%;
  height: 48px;
  line-height: 22px;
  border: solid 1px #eee;
  background: #f8f8f8;
  padding: 14px;
}
.product-details .trial textarea {
  height: 222px;
}
.product-details .trial .btnbox {
  text-align: center;
  margin-top: 15px;
}
.product-details .trial .rbtn {
  display: inline-block;
  width: 108px;
  height: 40px;
  line-height: 40px;
  background: #d2523e;
}
.product-details .trial .rbtn::after {
  background: #de482c;
}
.product-details .trial .rbtn button,
.product-details .trial .rbtn input[type="submit"],
.product-details .trial .rbtn input[type="reset"],
.product-details .trial .rbtn input[type="button"] {
  cursor: pointer;
  color: #FFF;
}
.product-details .trial .btn1::after {
  left: auto;
  right: 0;
}
.product-details .trial .btn2 {
  background: #333333;
}
.contact-page .contact {
  padding: 84px 0;
}
.contact-page .contact .content,
.contact-page .contact .message {
  width: 50%;
  float: left;
}
.contact-page .contact .content {
  padding: 0 50px 0 0;
}
.contact-page .contact .content .title {
  font-size: 24px;
  color: #222;
}
.contact-page .contact .content .entit {
  color: #888;
  margin-top: 6px;
}
.contact-page .contact .content hr {
  height: 1px;
  background: #f3f3f3;
  margin: 24px 0;
}
.contact-page .contact .content .text {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.contact-page .contact .content .text p {
  margin-bottom: 14px;
}
.contact-page .contact .content .text span {
  font-weight: bold;
  color: #d2523e;
  padding-right: 10px;
  font-size:18px;
}
.contact-page .contact .message {
  padding: 0 0 0 50px;
}
.contact-page .contact .message .title {
  font-size: 18px;
  color: #222;
  margin-bottom: 14px;
}
.contact-page .contact .message .inpubox {
  margin: 0 -6px;
}
.contact-page .contact .message .inpubox .col {
  padding: 0 6px;
}
.contact-page .contact .message .tit {
  line-height: 32px;
  color: #999;
}
.contact-page .contact .message .tit span {
  color: #d2523e;
}
.contact-page .contact .message textarea,
.contact-page .contact .message input[type="text"] {
  width: 100%;
  height: 48px;
  line-height: 22px;
  border: solid 1px #eee;
  background: #f8f8f8;
  padding: 14px;
}
.contact-page .contact .message textarea {
  height: 108px;
}
.contact-page .contact .message .rbtn {
  margin-top: 12px;
  width: 108px;
  height: 36px;
  line-height: 36px;
  background: #344a93;
}
.contact-page .contact .message .rbtn::after {
  background: #de482c;
}
.contact-page .contact .message .rbtn button,
.contact-page .contact .message .rbtn input[type="submit"],
.contact-page .contact .message .rbtn input[type="button"] {
  cursor: pointer;
  color: #FFF;
}
.contact-page #allmap {
  height: 500px;
}
.contact-page .outlets {
  padding: 68px 0 100px 0;
}
.contact-page .outlets ul {
  overflow: hidden;
  margin-top: 68px;
  background-color:#EEE;
  padding:40px 0;
}
.contact-page .outlets li {
  width: 25%;
  float: left;
  border-left: solid 1px #FFF;
  padding: 50px 50px 0 50px;
  cursor: pointer;  
}
.contact-page .outlets li:nth-child(4),
.contact-page .outlets li:nth-child(3),
.contact-page .outlets li:nth-child(2),
.contact-page .outlets li:nth-child(1) {
  padding-top: 0;
}
.contact-page .outlets li:nth-child(4n+1) {
  clear: left;
  border: none;
}
.contact-page .outlets li .tit a{
  font-size:20px;
  font-weight: bold;
  text-align:center;
}
.contact-page .outlets li .txt {
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  line-height:30px;
}
.contact-page .outlets li .txt span {
  display: block;
}
.honor-page {
  padding: 50px 0;
}
.honor-page .paging {
  margin: 60px 0;
}
.honor-list {
  margin: 40px 0 25px 0;
}
.honor-list ul {
  overflow: hidden;
  margin: 0 -12px;
}
.honor-list li {
  width: 25%;
  float: left;
  padding: 0 12px;
  margin-bottom: 12px;
  text-align: center;
}
.honor-list li:nth-child(3n+1) {
 
}
.honor-list li a {
  border: solid 1px #e2e2e2;
  padding: 24px;
  position: relative;
  display: block;
}
.honor-list li a:hover .txt {
  color: #d2523e;
}
.honor-list li a:hover::after {
  width: 100%;
}
.honor-list li a:hover img {
  transform: scale(.95, .95);
  -webkit-transform: scale(.95, .95);
  -ms-transform: scale(.95, .95);
  -o-transform: scale(.95, .95);
  -moz-transform: scale(.95, .95);
}
.honor-list li a::after {
  content: " ";
  width: 0%;
  height: 3px;
  background: #d2523e;
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}
.honor-list li .pic {
  height: 180px;
  line-height: 180px;
  overflow: hidden;
}
.honor-list li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.honor-list li .txt {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight:600;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.single-page {
  padding: 50px 0;
}
.single-page .article {
  margin-top: 40px;
}
.news-page {
  padding: 50px 0;
}
.news-page .head {
  text-align: center;
}
.news-page .head .title {
  font-size: 30px;
  font-weight: bold;
}
.news-page .head .date {
  font-size: 12px;
  color:#999;
  margin: 18px 0 12px 0;
}
.news-page .head .date i {
  padding-right:10px;
}
.news-page .head .social-share {
  display: inline-block;
}
.news-page .head .social-share a {
  width: 30px;
  height: 30px;
  margin: 0 7px;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  float: left;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
}
.news-page .head .social-share a:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.news-page .head .social-share .icon-qq {
  background-image: url(../images/share1.png);
}
.news-page .head .social-share .icon-weibo {
  background-image: url(../images/share3.png);
}
.news-page .head .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.news-page .article {
  border-top: solid 0px #dcdcdc;
  border-bottom: solid 0px #dcdcdc;
  padding: 30px 0;
  margin: 6px 0 32px 0;
  text-align:left;
}
.prevnext {
  overflow: hidden;
}
.prevnext a {
  width: 144px;
  height: 40px;
  line-height: 40px;
  position: relative;
  float: left;
  background: #d4d4d4;
  font-size: 18px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.prevnext a::after {
  left: auto;
  right: 0;
}
.prevnext a:hover {
  color: #FFF;
}
.prevnext .next {
  margin-left: 26px;
}
.prevnext .next::after {
  left: 0;
  right: auto;
}
.prevnext .return {
  float: right;
  border-radius: 4px;
}
.prevnext .return span {
  padding-left: 24px;
  background: url(../images/return1.png) no-repeat 16px center;
}
.prevnext .return:hover span {
  background-image: url(../images/return2.png);
}
.return-top {
  width: 50px;
  height: 50px;
  background: url(../images/arrow7.png) no-repeat center #d2523e;
  background-size: 22px auto;
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 80;
  cursor: pointer;
  display: none;
}
.return-top:hover {
  background-color: #de482c;
}
