@charset "UTF-8";
* {
  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-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  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;
}
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 {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #dd0404;
}
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;
}
body,
html {
  width: 100%;
  height: 100%;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1400px;
  width: 90%;
  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: #03328e;
  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: 15px;
}
.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;
  padding-top: 110px;
}
 .header-old .search-box {
  float: right;
  margin-top: 0px;
  position: relative;
  padding-left: 12px;
}

.header-old .touzi {
  float: right;
  margin-top: 0px;
  position: relative;
  padding-right: 20px;
  margin-top: 10px;
  font-size: 15px;
  
}


.header-old .language::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
  background: #e3e3e3;
  
}






.header-old .search-box::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
  background: #e3e3e3;
}
.header-old .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  background-size: 21px auto;
  cursor: pointer;
  position: relative;
}
.header-old .search-box .search-bar {
  width: 1100px;
  height: 110px;
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 95;
  background: #fff;
  padding: 30px 0;
  display: none;
}
.header-old .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 22px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header-old .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header-old .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
  background-size: 22px auto;
}
.header-old .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header-old .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header-old .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #666;
  background: #eee;
}
.header-old .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.header-old .search-box .search-bar .inpu input:-moz-placeholder {
  color: #bbbbbb;
}
.header-old .search-box .search-bar .inpu input::-moz-placeholder {
  color: #bbbbbb;
}
.header-old .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #bbbbbb;
}
.header-old .language {
  float: right;
  position: relative;
  margin-top: 10px;
  margin-right: 22px;
  padding-left: 20px;

}
.header-old .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 20px 0 30px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 15px;
  color: #444;
  position: relative;
}
.header-old .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header-old .language .tit::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200000000000;
  background: url(../images/language.png) no-repeat;
  background-size: 20px auto;
}
.header-old .language .list {
  position: absolute;
  top: 20px;
  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: 5000000000000000;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header-old .language ul {
  background: #03328e;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header-old .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #03328e;
  border-width: 4px;
  margin-left: -4px;
}
.header-old .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header-old .language li a:hover {
  background: #dd0404;
}

.header-old,
.header-old .search-box,
.header-old .language,{
   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 (min-width: 1200px) {
  .header-old.small {
    height: 61px;
  }
  .header-old.small .logo {
    height: 40px;
    margin-top: 10px;
  }
  .header-old.small .search-box {
    margin-top: 10px;
  }
  .header-old.small .search-box .search-bar {
    height: 60px;
    top: -10px;
    padding: 5px 0;
  }
  .header-old.small .language {
    margin-top: 20px;
  }
  .header-old.small .nav > ul > li > a {
    height: 60px;
    line-height: 60px;
  }
  .header-old.small .nav .sub {
    top: 60px;
  }
}
.footer {
  background: #171b1d;
  padding-top: 60px;
  color: #c2c2c2;
}
.footer a {
  color: #c2c2c2;
}

.footer a:hover {
  color: #da291c;
}




.footer .link-list {
  float: left;
  line-height: 20px;
  padding-top: 14px;
}
.footer .link-list .list {
  width: 208px;
  float: left;
}
.footer .link-list .tit {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  
}
.footer .link-list ul {
  margin-top: 30px;
}
.footer .link-list li {
  margin-bottom: 10px;
}
.footer .link-list li a:hover {
  color: #03328e;
}
.footer .share {
  float: right;
  text-align: center;
}
.footer .share img {
  width: 100%;
  display: block;
}
.footer .share .qrcodebox {
  text-align: center;
}
.footer .share .qrcodebox span {
  width: 128px;
  display: block;
  margin: 0 auto 10px auto;
}
.footer .share .social-share {
  margin-top: 16px;
  clear: both;
  text-align: center;
}
.footer .share .social-share a {
  width: 28px;
  height: 28px;
  margin: 0 12px;
  background: no-repeat center;
  background-size: 100% 100%;
  position: relative;
  opacity: .5;
  display: inline-block;
  float: none;
}
.footer .share .social-share a:hover {
  opacity: 1;
}
.footer .share .social-share .icon-zixun {
  background-image: url(../images/share1.png);
}
.footer .share .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.footer .share .social-share .icon-qq {
  background-image: url(../images/share3.png);
}
.footer .contact {
  overflow: hidden;
  clear: both;
  margin: 44px 0 6px 0;
}
.footer .contact .box {
  float: left;
  margin: 0 50px 20px 0;
  line-height: 26px;
  font-family: "Arial", arial;
  font-size: 18px;
  color: #fff;
}
.footer .contact .box:first-child {
  font-weight: bold;
}
.footer .contact .box:first-child a {
  font-weight: bold;
}
.footer .contact .box i {
  margin-right: 12px;
}
.footer .contact .box a {
  font-family: "Arial", arial;
  font-size: 18px;
  color: #fff;
}
.footer .bottom {
  border-top: solid 1px #272829;
  padding: 32px 0 50px 0;
}
.footer .friendship a {
  display: inline-block;
  position: relative;
  color: #ababab;
  margin: 0 16px;
}
.footer .friendship a:nth-child(2) {
  margin-left: 0;
}
.footer .friendship a:nth-child(2)::after {
  display: none;
}
.footer .friendship a::after {
  content: " ";
  width: 1px;
  height: 10px;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
  background: #39393f;
}
.footer .friendship a:hover {
  color: #fff;
}
.footer .copy {
  margin-top: 16px;
}
.fixed-sidebar {
  width: 72px;
  position: fixed;
  right: 28px;
  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: 90;
  text-align: center;
}
.fixed-sidebar ul {
  border-radius: 4px;
  box-shadow: 0 2px 8px 2px rgba(100, 100, 100, 0.3);
}
.fixed-sidebar li {
  position: relative;
}
.fixed-sidebar li:first-child a {
  border-radius: 4px 4px 0 0;
}
.fixed-sidebar li:last-child a {
  border-radius: 0 0 4px 4px;
}
.fixed-sidebar li:hover a {
  background: #fff;
}
.fixed-sidebar li:hover a .icon {
  -webkit-filter: grayscale(100%) brightness(100%);
  -moz-filter: grayscale(100%) brightness(100%);
  -ms-filter: grayscale(100%) brightness(100%);
  -o-filter: grayscale(100%) brightness(100%);
  filter: grayscale(100%) brightness(100%);
}
.fixed-sidebar li:hover a .txt {
  color: #03328e;
}
.fixed-sidebar li a {
  height: 76px;
  display: block;
  padding-top: 12px;
  background: #fff;
  background: #bfbfbf\0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.fixed-sidebar li a .icon {
  height: 30px;
  line-height: 30px;
  -webkit-filter: grayscale(50%) brightness(50%);
  -moz-filter: grayscale(50%) brightness(50%);
  -ms-filter: grayscale(50%) brightness(50%);
  -o-filter: grayscale(50%) brightness(50%);
  filter: grayscale(50%) brightness(50%);
}
.fixed-sidebar li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a .txt {
  line-height: 20px;
  font-size: 12px;
  color: #999999;
  margin-top: 4px;
 }
.fixed-sidebar li .hide {
  height: 76px;
  line-height: 76px;
  position: absolute;
  top: 0;
  right: 72px;
  z-index: 5;
  background: #fff;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 20px;
  color: #222;
  letter-spacing: 2px;
}
.fixed-sidebar li .qrcode {
  width: 140px;
  height: 140px;
  padding: 8px;
  right: 80px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
.fixed-sidebar .return-top {
  height: 66px;
  border-radius: 4px;
  background: url(../images/fixedsidebar_icon4.png) no-repeat center #bfbfbf;
  margin-top: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.fixed-sidebar .return-top:hover {
  background-color: #03328e;
}
.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;
}
.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-button-prev,
.banner .swiper-button-next {
  width: 58px;
  height: 58px;
  margin-top: -29px;
  background: no-repeat center;
  background-size: 100% 100%;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.banner .swiper-button-prev {
  background-image: url(../images/arrow3.png);
  left: 110px;
}
.banner .swiper-button-prev:hover {
  background-image: url(../images/arrow5.png);
}
.banner .swiper-button-next {
  background-image: url(../images/arrow4.png);
  right: 110px;
}
.banner .swiper-button-next:hover {
  background-image: url(../images/arrow6.png);
}
.banner .swiper-pagination {
  bottom: 36px;
}
.banner .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  margin: 0 7px;
  background: #fff;
  opacity: .2;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  font-size: 36px;
  color: #222;
  font-weight: 700;
}
.main .pctitle .line {
  width: 20px;
  height: 2px;
  background: #bababa;
  margin: 15px auto;
}
.main .pctitle .slogan {
  color: #777;
}
.main .pcmore {
  margin: 0 auto;
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #03328e;
}
.main .pcmore::after {
  background: #dd0404;
}
.main .product {
  padding: 70px 0;
}
.main .product .content {
  display: block;
  position: relative;
  margin: 54px -18px 10px -18px;
}
.main .product .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .wall-column {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 18px;
  box-sizing: border-box;
}
.main .product .box {
  margin-bottom: 36px;
}
.main .product .box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main .product .box 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);
}
.main .product .box a:hover .tit {
  color: #03328e;
}
.main .product .box a:hover .arrow {
  background: url(../images/arrow8.png) no-repeat 20px center;
}
.main .product .box 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 .product .box .text {
  width: 100%;
  max-width: 264px;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 2;
  padding: 0 34px;
}
.main .product .box .tit,
.main .product .box .txt {
  height: 26px;
  line-height: 26px;
  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;
}
.main .product .box .tit {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
.main .product .box .txt {
  height: 78px;
  -webkit-line-clamp: 3;
  font-size: 15px;
  color: #999;
  margin: 20px 0 30px 0;
}
.main .product .box .arrow {
  height: 14px;
  background: url(../images/arrow7.png) no-repeat 0 center;
  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 .about {
  background: #f6f6f6;
  padding: 77px 0 88px 0;
}
.main .about .content {
  width: 51.83333333%;
  float: left;
  padding-top: 0px;
}
.main .about .pic {
  width: 43.66666667%;
  float: right;
}
.main .about img {
  width: 100%;
  display: block;
  border-top-left-radius: 1.3rem;
  border-bottom-right-radius: 1.3rem;
}
.main .about .entit {
  font-size: 39px;
  font-weight: bold;
   color: #e9e9e9;
}
.main .about .title {
  font-size: 40px;
  color: #222; font-weight: 700;
  margin-top: -10px;
}
.main .about .text {
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  margin: 40px 0 50px 0;
}
.main .about .number {
  overflow: hidden;
}
.main .about .number .col {
  max-width: 130px;
  margin-left: 60px;
  color: #999;
}
.main .about .number .col .val {
  display: none;
}
.main .about .number .col .p1 {
  font-size: 46px;
  font-weight: bold;
  color: #333;
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 20px;
  margin-bottom: 16px;
  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 .about .number .col .p1:hover {
  color: #03328e;
}
.main .about .number .col .p2 {
  line-height: 22px;
}
.main .about .number .col:first-child {
  margin-left: 0;
}
.main .about .pcmore {
  margin: 68px 0 0 0;
}
.main .solution {
  padding: 76px 0;
}
.main .solution ul {
  overflow: hidden;
  margin: 30px -20px 50px -20px;
}
.main .solution ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  padding: 20px;
}
.main .solution ul li:nth-child(3n+1) {
  clear: left;
}
.main .solution ul li a {
  height: 554px;
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
}
.main .solution ul li a:hover img {
  opacity: 1;
  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);
}
.main .solution ul li a:hover .txt {
  padding-bottom: 100%;
  opacity: 0;
}
.main .solution ul li a:hover .picc span {
  opacity: 1;
  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);
}
.main .solution ul li .picc {
  background: #000;
}
.main .solution ul li .picc span {
  opacity: .5;
}
.main .solution ul li .txt {
  width: 100%;
  position: absolute;
  left: 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;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  
  background: url(../images/solution_icon.png) no-repeat center bottom;
  padding-bottom: 48px;
  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 .btnbox {
  text-align: center;
  overflow: hidden;
}
.main .solution .btnbox .pcmore {
  display: inline-block;
  margin: 0 6px;
}
.main .solution .btnbox .pcmore:first-child::after {
  left: auto;
  right: 0;
}
.main .news {
  padding: 80px;
  background: #f6f6f6;
}
.main .news .swiper-container {
  margin-top: 40px;
  padding-bottom: 66px;
}
.main .news .swiper-slide a {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 20px 20px;
}
.main .news .swiper-slide a:hover .picc {
  box-shadow: 0 0 8px 2px #e4e4e4;
}
.main .news .swiper-slide 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);
}
.main .news .swiper-slide a:hover .line::after {
  width: 100%;
}
.main .news .swiper-slide .picc {
  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 .news .swiper-slide 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 .news .swiper-slide .tit,
.main .news .swiper-slide .date,
.main .news .swiper-slide .txt {
  height: 24px;
  line-height: 24px;
  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;
}
.main .news .swiper-slide .tit {
  font-size: 22px;
  margin: 26px 0 2px 0;
  font-weight: 700;
}
.main .news .swiper-slide .date {
  font-family: "Arial", arial;
  color: #d3d3d3;
}
.main .news .swiper-slide .txt {
  height: 48px;
  color: #999;
  margin: 24px 0;
}
.main .news .swiper-slide .line {
  height: 1px;
  background: #e7e7e7;
  position: relative;
}
.main .news .swiper-slide .line::after {
  content: " ";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #03328e;
  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 .news .swiper-pagination {
  bottom: 0;
}
.main .news .swiper-pagination-bullet {
  width: 36px;
  height: 2px;
  margin: 0 4px;
 
}
.main .news .swiper-pagination-bullet-active {

  color: #03328e;
 
}




.main .panter {
  padding: 80px 0 0 0;
  
}
.main .panter .swiper-container {
  margin-top: 40px;
  padding-bottom: 66px;
}
.main .panter .swiper-slide a {
  display: block;
  overflow: hidden;
  background: #fff;
 
}
.main .panter .swiper-slide .picc {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  border: #ddd 1px solid;
  padding: 10px 20px;
  
}
.main .panter .swiper-slide 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 .panter .swiper-slide .tit,
.main .panter .swiper-slide .date,
.main .panter .swiper-slide .txt {
  height: 24px;
  line-height: 24px;
  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;
}
.main .panter .swiper-slide .tit {
  font-size: 22px;
  margin: 26px 0 2px 0;
  font-weight: 700;
}
.main .panter .swiper-slide .date {
  font-family: "Arial", arial;
  color: #d3d3d3;
}
.main .panter .swiper-slide .txt {
  height: 48px;
  color: #999;
  margin: 24px 0;
}
.main .panter .swiper-slide .line {
  height: 1px;
  background: #e7e7e7;
  position: relative;
}
.main .panter .swiper-slide .line::after {
  content: " ";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #03328e;
  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 .panter .swiper-pagination {
  bottom: 0;
}
.main .panter .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  opacity: 1;
  border-radius: 0;
  background: url(../images/panter_pagination1.png) no-repeat;
  background-size: 100% 100%;
}
.main .panter .swiper-pagination-bullet-active {
  background-image: url(../images/panter_pagination2.png);
}
















.guide-page {
  width: 100%;
  height: 100vh;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 32px 10px;
}
.guide-page .logo {
  width: 240px;
  margin: 32px auto;
}
.guide-page .select {
  margin: 90px 0 16px 0;
}
.guide-page .select .wrap {
  padding: 0 64px;
}
.guide-page .select .col {
  padding: 0 32px;
}
.guide-page .select a {
  display: block;
  position: relative;
}
.guide-page .select 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);
}
.guide-page .select a:hover .arrow {
  background-position: center right 10px;
}
.guide-page .select a::after {
  content: " ";
  width: 100%;
  height: 178px;
  background: url(../images/guide_select_filter.png) repeat-x 0 0;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.guide-page .select .text {
  width: 100%;
  padding: 0 66px 0 26px;
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 10;
}
.guide-page .select .text .tit {
  font-size: 26px;
  color: #03328e;
}
.guide-page .select .text .txt {
  color: #fff;
  margin-top: 8px;
}
.guide-page .select .arrow {
  width: 60px;
  height: 38px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url(../images/arrow9.png) no-repeat center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.guide-page .select .arrow::after {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/guide_select_line.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.guide-page .copy {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 32px;
  z-index: 90;
  font-size: 13px;
  color: #fff;
  padding: 0 10px;
}
.guide-page .copy a {
  font-size: 13px;
  color: #fff;
}
.guide-page .hotnews .wrap {
  max-width: 1000px;
}
.guide-page .hotnews .content {
  height: 44px;
  overflow: hidden;
  border-radius: 3px;
  /*background: #fff;*/
  padding: 8px 40px 8px 16px;
  position: relative;
}
.guide-page .hotnews .btn {
  width: 14px;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 20;
}
.guide-page .hotnews .swiper-button-prev,
.guide-page .hotnews .swiper-button-next {
  width: 100%;
  height: 10px;
  margin: 0;
  float: none;
  position: static;
  background: no-repeat center;
}
.guide-page .hotnews .swiper-button-prev {
  background-image: url(../images/arrow20.png);
}
.guide-page .hotnews .swiper-button-next {
  background-image: url(../images/arrow21.png);
}
.guide-page .hotnews .swiper-container {
  height: 28px;
}
.guide-page .hotnews .swiper-slide {
  overflow: hidden;
}
.guide-page .hotnews .swiper-slide a {
  height: 28px;
  line-height: 28px;
  display: block;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
}
.guide-page .hotnews .swiper-slide span {
  color: #222;
  float: left;
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  background: #03328e;
  margin-right: 18px;
}
.container .banner {
  position: relative;
}
.container .banner .lzpic1 img {
  display: none;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 350px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.container .banner .lzpic2 {
  background: none;
}
.container .banner .lzpic2 img {
  width: 100%;
  display: block;
}
.container .banner .text {
  position: absolute;
  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%);
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.container .banner .text .p1 {
  font-size: 34px;
}
.container .banner .text .p2 {
  font-family: "Arial", arial;
  margin-top: 10px;
}
.container .pctitle {
  text-align: center;
}
.container .pctitle .entit {
  font-size: 36px;
  color: #e1e1e1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: none;
}
.container .pctitle .title {
  font-size: 36px;
  color: #222;
}
.pd0 {
  padding: 0;
}
.column-menu {
  height: 74px;
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
}
.column-menu .crumbs {
  float: left;
  height: 74px;
  line-height: 74px;
  font-size: 15px;
  color: #555;
  padding-left: 28px;
  background: url(../images/crumbs.png) no-repeat 0 31px;
}
.column-menu .crumbs span {
  padding: 0 5px;
}
.column-menu .crumbs .tit {
  padding: 0;
}
.column-menu .crumbs a {
  font-size: 15px;
  color: #555;
}
.column-menu .crumbs a:hover {
  color: #03328e;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  float: left;
  margin-left: 50px;
}
.column-menu .menu li:first-child {
  margin-left: 0;
}
.column-menu .menu li a {
  font-size: 15px;
  line-height: 72px;
  display: block;
}
.column-menu .menu li.on a {
  border-bottom: solid 3px #03328e;
}
.column-menu .menu li.on a,
.column-menu .menu li a:hover {
  color: #03328e;
}
.paging {
  text-align: center;
  margin-top: 74px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li.on a,
.paging a:hover {
  background: #03328e;
  border: solid 1px #03328e;
}
.paging a {
  display: block;
  min-width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 15px;
  color: #555;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 0 10px;
}



.paging a:hover {
   color: #fff;
 }









.about-page .company .content,
.about-page .profile .content {
  overflow: hidden;
}
.about-page .company .pic,
.about-page .profile .pic {
  width: 40%;
}




.about-page .company .cont,
.about-page .profile .cont {
  width: 60%;
}





.about-page .company .text,
.about-page .profile .text {
  line-height: 28px;
  font-size: 14px;
  color: #555;
}
.about-page .company img,
.about-page .profile img {
  width: 100%;
  display: block;
}
.about-page .company {
  background: url(../images/company_bg.jpg) no-repeat center #f3f3f3;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 62px 0 88px 0;
}
.about-page .company .content {
  margin-top: 58px;
 }
.about-page .company .cont {
  padding-left: 40px;
}
.about-page .company .cont .tit {
  font-size: 26px;  color: #03328e;
}
.about-page .company .cont .line {
  width: 40px;
  height: 3px;
  background: #03328e;
  margin: 30px 0;
}
.about-page .profile {
  padding: 70px 0 90px 0;
}
.about-page .profile .cont {
  padding-right: 44px;
}
.about-page .profile .number {
  overflow: hidden;
  margin-bottom: 40px;
}
.about-page .profile .number .col {
  padding-right: 10%;
}
.about-page .profile .number .num {
  font-size: 47px;
  font-weight: bold;
  color: #03328e;
}
.about-page .profile .number .num .val {
  display: none;
}
.about-page .profile .number .line {
  height: 1px;
  background: #d9d9d9;
  margin: 14px 0;
}
.about-page .profile .number .txt {
  line-height: 22px;
  color: #999;
}
.about-page .culture {
  padding: 60px 0;
}
.about-page .culture .introduction {
  background: #f1f1f1;
  margin: 50px 0;
}
.about-page .culture .introduction img {
  width: 100%;
  display: block;
}
.about-page .culture .introduction .pic {
  width: 50%;
}
.about-page .culture .introduction .cont {
  width: 50%;
  padding: 0 38px;
}
.about-page .culture .introduction .slogan {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about-page .culture .introduction .text {
  line-height: 30px;
  color: #888888;
  margin-top: 34px;
}
.about-page .culture .activity ul {
  overflow: hidden;
  margin: 0 -18px;
}
.about-page .culture .activity li {
  width: 33.3333%;
  padding: 0 18px;
  float: left;
  margin-bottom: 14px;
}
.about-page .culture .activity li:nth-child(3n+1) {
  clear: left;
}
.about-page .culture .activity li a {
  display: block;
  text-align: center;
}
.about-page .culture .activity 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);
}
.about-page .culture .activity li a:hover .txt {
  color: #03328e;
}
.about-page .culture .activity li .txt {
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  font-size: 15px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .honor {
  padding: 62px 0 74px 0;
}
.about-page .honor-list {
  margin-top: 42px;
}
.about-page .honor-list ul {
  overflow: hidden;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
}
.about-page .honor-list li {
  width: 25%;
  float: left;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding-top: 22px;
}
.about-page .honor-list li:nth-child(4n+1) {
  clear: left;
}
.about-page .honor-list li a {
  display: block;
}
.about-page .honor-list li a:hover .txt {
  color: #03328e;
  border-bottom: solid 3px #03328e;
}
.about-page .honor-list li .pic {
  height: 185px;
}
.about-page .honor-list li img {
  max-height: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.about-page .honor-list li .txt {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  border-bottom: solid 3px #fff;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .history {
  padding: 64px 0 70px 0;
}
.about-page .history .gallery-top {
  margin: 52px 0;
}
.about-page .history .gallery-top .swiper-slide {
  padding: 40px 38px;
  background: #f2f2f2;
}
.about-page .history .gallery-top .swiper-slide img {
  width: 100%;
  display: block;
}
.about-page .history .gallery-top .pic {
  width: 50%;
}
.about-page .history .gallery-top .cont {
  padding: 0 26px 0 48px;
}
.about-page .history .gallery-top .year {
  font-family: "Arial", arial;
  font-weight: bold;
  color: #03328e;
  font-size: 40px;
}
.about-page .history .gallery-top .text {
  margin-top: 24px;
  line-height: 28px;
  color: #555;
}
.about-page .history .gallery-thumbs .swiper-slide {
  width: 200px;
  background: url(../images/history_thumbs.jpg) no-repeat center 0;
  background-size: 100% 22px;
  padding-top: 36px;
  font-family: "Arial", arial;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
}
.about-page .history .gallery-thumbs .swiper-slide-thumb-active {
  color: #03328e;
}
.popup-photo {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: url(../images/mainfilter.png);
  text-align: center;
  display: none;
}
.popup-photo .photo {
  width: 100%;
  max-height: 60%;
  border-radius: 10px;
  position: absolute;
  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%);
  z-index: 201;
}
.popup-photo .photo img {
  width: 100%;
  display: block;
}
.popup-photo .swiper-container {
  overflow: hidden;
}
.popup-photo .swiper-slide {
  max-width: 1000px;
  background: #000;
}
.popup-photo .swiper-slide img {
  opacity: .3;
}
.popup-photo .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.popup-photo .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 210;
  background: url(../images/close2.png) no-repeat center;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-photo .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popup-photo .swiper-button-prev,
.popup-photo .swiper-button-next {
  width: 58px;
  height: 58px;
  background-size: 100% auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  z-index: 210;
}
.popup-photo .swiper-button-prev:hover,
.popup-photo .swiper-button-next:hover {
  -webkit-filter: brightness(140%);
  -moz-filter: brightness(140%);
  -ms-filter: brightness(140%);
  -o-filter: brightness(140%);
  filter: brightness(140%);
}
.popup-photo .swiper-button-prev {
  background: url(../images/arrow3.png) no-repeat center;
  left: 10px;
}
.popup-photo .swiper-button-next {
  background: url(../images/arrow4.png) no-repeat center;
  right: 10px;
}
.popup-photo .swiper-slide {
  overflow: hidden;
}
.single-page {
  padding: 60px 0;
}
.single-page .article {
  margin-top: 50px;
}
.contact-page .contact {
  padding: 60px 0;
}
.contact-page .contact .content {
  margin-top: 56px;
  background: #f6f6f6;
  overflow: hidden;
}
.contact-page .contact .cont {
  width: 50%;
  float: left;
  padding: 40px 66px;
  background: url(../images/map.png) no-repeat right 54px bottom 28px;
}
.contact-page .contact .cont .title {
  font-size: 26px;
  font-weight: bold;
  color: #001884;
  font-weight: 600;
  border-bottom: solid 1px #fe0000;
}
.contact-page .contact .cont .title span {
  display: inline-block;
  padding-bottom: 29px;
  border-bottom: solid 1px #fff;
}
.contact-page .contact .cont .text {
  font-size: 16px;
  padding: 20px 0;
}
.contact-page .contact .cont .text a {
  
  font-weight: 600;
}
.contact-page .contact .cont .text p {
  min-height: 24px;
  line-height: 34px;
  margin: 14px 0;
  padding-left: 38px;
  background: no-repeat 0 9px;
}
.contact-page .contact .cont .text .p1 {
  background-image: url(../images/contact_icon1.png);
}
.contact-page .contact .cont .text .p2 {
  background-image: url(../images/contact_icon2.png);
}
.contact-page .contact .cont .text .p3 {
  background-image: url(../images/contact_icon3.png);
  background-position: 0 5px;
}
.contact-page .contact .cont .qrcode {
  width: 134px;
  text-align: center;
 }
.contact-page .contact .cont .qrcode img {
  width: 100%;
  display: block;
}
.contact-page .contact .cont .qrcode i {
  display: block;
  overflow: hidden;
}
.contact-page .contact .cont .qrcode p {
  margin-top: 10px;
  font-weight: bold;
   font-weight: 600;
}
.contact-page .contact .map {
  width: 50%;
  float: right;
}
.contact-page .contact .map #allmap {
  height: 440px;
}
.contact-page .message {
  padding-bottom: 100px;
}
.contact-page .message .content {
  margin-top: 60px;
}
.contact-page .message .row {
  margin: 0 -12px;
}
.contact-page .message .col {
  padding: 0 12px;
}
.contact-page .message textarea,
.contact-page .message input[type="text"] {
  width: 100%;
  line-height: 22px;
  padding: 12px 26px;
  font-size: 15px;
  border: solid 1px #e0e0e0;
}
.contact-page .message textarea::-webkit-input-placeholder,
.contact-page .message input[type="text"]::-webkit-input-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea:-moz-placeholder,
.contact-page .message input[type="text"]:-moz-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea::-moz-placeholder,
.contact-page .message input[type="text"]::-moz-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea:-ms-input-placeholder,
.contact-page .message input[type="text"]:-ms-input-placeholder {
  color: #a1a1a1;
}
.contact-page .message textarea {
  height: 260px;
  overflow: auto;
  resize: none;
}
.contact-page .message .tips {
  line-height: 22px;
  min-height: 22px;
  font-size: 15px;
  color: #555;
  padding-left: 30px;
  background: url(../images/tips.png) no-repeat 0 4px;
  margin: 48px 0 24px 0;
}
.contact-page .message .btn {
  width: 158px;
  height: 46px;
  background: #03328e;
  margin-top: 32px;
}
.contact-page .message .btn::after {
  background: #dd0404;
}
.contact-page .message .btn input,
.contact-page .message .btn button,
.contact-page .message .btn a {
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.recruitment-page {
  padding: 62px 0 86px 0;
}
.recruitment {
  margin-top: 42px;
}
.recruitment .head,
.recruitment .top {
  overflow: hidden;
  text-align: center;
  padding-right: 140px;
  line-height: 30px;
}
.recruitment .head {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  background: #03328e;
}
.recruitment .head .col {
  padding: 19px 0;
}
.recruitment .top {
  font-family: "Arial", arial;
  border-bottom: solid 1px #dcdcdc;
  background: url(../images/arrow10.png) no-repeat right 54px center;
  cursor: pointer;
}
.recruitment .top:hover {
  background-color: #f9f9f9;
}
.recruitment .top .col {
  padding: 20px 0;
}
.recruitment li.on .top {
  background-image: url(../images/arrow11.png);
}
.recruitment .top .col6,
.recruitment .head .col6 {
  width: 45%;
  text-align: left;
  padding-left: 20px;
}
.recruitment .cont {
  padding: 50px 20px;
  background: #f7f7f7;
  display: none;
}
.recruitment .cont .text {
  line-height: 30px;
  color: #888;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.recruitment .cont .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .btn {
  color: #222;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #03328e;
}
.recruitment .cont .btn::after {
  background: #dd0404;
}
.news-page {
  padding: 14px 0 94px 0;
}


.news-list li a {
  display: block;
  background: url(../images/news_line.png) repeat-x 0 bottom;
  padding: 40px 0;
  overflow: hidden;
}
.news-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);
}
.news-list li a:hover .tit,
.news-list li a:hover .date {
  color: #03328e;
}
.news-list li .picc {
  width: 267px;
  float: left;
}


.news-list li .picc1 {
  width: 467px;
  float: left;
}




.news-list li .date {
  width: 120px;
  float: right;
  text-align: right;
  line-height: 44px;
  font-family: "Arial", arial;
  font-size: 24px;
  color: #d6d6d6;
  padding-top: 40px;
  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 span {
  font-size: 40px;
  display: block;
}

.news-list li .text {
  padding: 32px 184px 0 306px;
}

.news-list li .text1 {
  padding: 32px 0px 0 506px;
}











.news-list li .tit,
.news-list li .txt {
  height: 28px;
  line-height: 28px;
  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;
}
.news-list li .tit {
  font-size: 22px;
  font-weight: bold;
}
.news-list li .txt {
  height: 56px;
  font-size: 15px;
  color: #777;
  -webkit-line-clamp: 2;
  margin-top: 22px;
 }


 .news-list li .txt1 {
   font-size: 15px;
  color: #777;
  -webkit-line-clamp: 5;
  line-height: 24px;
  margin-top: 22px;
 }







.details-page:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.details-page .details {
  width: 72.83333333%;
  float: left;
  border-right: solid 1px #e7e7e7;
  padding-right: 40px;
  padding-bottom: 66px;
}
.details-page .details .head {
  padding: 68px 0 28px 0;
}
.details-page .details .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .details .info {
  color: #c8c8c8;
  float: left;
  margin-top: 10px;
}
.details-page .details .social-share {
  float: right;
}
.details-page .details .social-share a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  background: no-repeat 0 0;
  background-size: 100%  100%;
  float: left;
  position: relative;
 }
.details-page .details .social-share a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.details-page .details .social-share .icon-qq {
  background-image: url(../images/share4.png);
}
.details-page .details .social-share .icon-wechat {
  background-image: url(../images/share5.png);
}
.details-page .details .article {
  line-height: 1.75;
  font-size: 18px;
  color: #555555;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  padding: 44px 0;
}
.details-page .details .article p {
  text-indent: 2em;
}
.details-page .details .prevnext {
  overflow: hidden;
  color: #555;
  margin-top: 30px;
}
.details-page .details .prevnext a {
  color: #555;
}
.details-page .details .prevnext a:hover {
  color: #03328e;
}
.details-page .details .prevnext p {
  width: 380px;
  height: 20px;
  line-height: 20px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.details-page .details .prevnext .next {
  float: right;
  text-align: right;
}
.details-page .right {
  width: 27.16666667%;
  float: right;
  padding-left: 40px;
}
.details-page .right .list {
  margin-top: 66px;
}
.details-page .right .title {
  font-size: 22px;
}
.details-page .right .news ul {
  margin-top: 20px;
}
.details-page .right .news li {
  border-bottom: solid 1px #f0f0f0;
}
.details-page .right .news li:last-child {
  border-bottom: none;
}
.details-page .right .news li a {
  display: block;
  padding: 18px 0;
}
.details-page .right .news li a:hover .tit {
  color: #03328e;
}
.details-page .right .news li .tit,
.details-page .right .news li .txt {
  height: 32px;
  line-height: 32px;
  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;
}
.details-page .right .news li .tit {
  font-size: 15px;
}
.details-page .right .news li .txt {
  color: #c8c8c8;
}
.case-page {
  padding: 54px 0 86px 0;
}
.case-page .paging {
  margin-top: 46px;
}
.case-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.case-list li {
  width: 33.333333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.case-list li:nth-child(3n+1) {
  clear: left;
}
.case-list li a {
  display: block;
  position: relative;
}
.case-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);
}
.case-list li a:hover .text {
  background-image: url(../images/arrow12.png);
  background-position: right 10px center;
}
.case-list li a:hover .txt {
  color: #03328e;
}
.case-list li .picc {
  position: relative;
}
.case-list li .picc::after {
  content: " ";
  width: 100%;
  height: 142px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/case_list_filter.png) repeat-x 0 0;
  background-size: auto 100%;
}
.case-list li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 14px 30px 14px 22px;
  background: url(../images/arrow9.png) no-repeat right 18px center;
  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 .tit,
.case-list li .txt {
  height: 24px;
  line-height: 24px;
  color: #fff;
  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;
}
.case-list li .tit {
  font-size: 13px;
  opacity: .6;
}
.case-list li .txt {
  font-size: 16px;
}
.twocolumns {
  padding: 50px 0 80px 0;
}
.twocolumns .wrap {
  max-width: 1400px;
}
.twocolumns .rightcont {
  padding-left: 348px;
}
.twocolumns .crumbs {
  background: url(../images/crumbs.png) no-repeat 0 center;
  height: 58px;
  line-height: 58px;
  padding-left: 28px;
  font-size: 15px;
  color: #555;
  border-bottom: solid 1px #ececec;
}
.twocolumns .crumbs .tit {
  padding: 0;
}
.twocolumns .crumbs span {
  padding: 0 5px;
}
.twocolumns .crumbs a {
  font-size: 15px;
  color: #555;
}
.twocolumns .crumbs a:hover {
  color: #03328e;
}
.twocolumns .paging {
  margin-top: 30px;
}
.sidebar {
  width: 292px;
  float: left;
}
.sidebar .title {
  padding: 20px 28px;
  color: #fff;
  background: #03328e;
}
.sidebar .title .tit {
  font-size: 24px;
}
.sidebar .title .en {
  font-family: "Arial", arial;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
}
.sidebar > ul > li {
  margin-bottom: 5px;
  background: #f5f5f5;
}
.sidebar > ul > li > a {
  height: 80px;
  line-height: 80px;
  display: block;
  padding: 0 36px;
  background: url(../images/arrow13.png) no-repeat right 26px center;
  position: relative;
  font-size: 16px;
}
.sidebar > ul > li > a::before {
  content: " ";
  width: 4px;
  height: 30px;
  background: #03328e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.sidebar > ul > li > a::after {
  content: " ";
  height: 1px;
  position: absolute;
  left: 25px;
  right: 18px;
  bottom: 14px;
  background: url(../images/sidebar_line.png) repeat-x 0 0;
  background-size: auto 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sidebar > ul > li.now > a,
.sidebar > ul > li.on > a {
  background-image: url(../images/arrow14.png);
  color: #03328e;
}
.sidebar > ul > li.now > a::after,
.sidebar > ul > li.on > a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sidebar li.on .sub {
  display: block;
}
.sidebar .sub {
  padding-bottom: 20px;
  display: none;
}
.sidebar .sub li {
  padding: 13px 0;
}
.sidebar .sub li a {
  display: block;
  padding: 0 30px;
  line-height: 22px;
  font-size: 15px;
  color: #666;
}
.sidebar .sub li.now a,
.sidebar .sub li a:hover {
  color: #03328e;
}
.solution-list {
  margin-top: 40px;
}
.solution-list ul {
  overflow: hidden;
  margin: 0 -15px;
}
.solution-list li {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.solution-list li:nth-child(2n+1) {
  clear: left;
}
.solution-list li a {
  display: block;
}
.solution-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);
}
.solution-list li a:hover .tit {
  color: #03328e;
}
.solution-list li .tit,
.solution-list li .txt {
  height: 28px;
  line-height: 28px;
  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;
}
.solution-list li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0;
}
.solution-list li .txt {
  height: 56px;
  color: #999;
  -webkit-line-clamp: 2;
}
.product-list {
  margin-top: 30px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -15px;
}
.product-list li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: center;
}
.product-list li:nth-child(3n+1) {
  clear: left;
}
.product-list li a {
  display: block;
  border: solid 1px #f1f1f1;
  position: relative;
  background: #fff;
}
.product-list li a:hover {
  border: solid 1px #b4c6e8;
}
.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::before,
.product-list li a:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list li a::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/product-list-first.png);
  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);
}
.product-list li a::after {
  content: "了解更多";
  color: #03328e;
  width: 134px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -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;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list li .text {
  padding: 14px 20px 20px 20px;
  background: #f9f9f9;
}
.product-list li .tit,
.product-list li .txt {

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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;
}

.product-list li .txt1 {

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -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;
}










.product-list li .tit {
   height: 50px;
   line-height: 40px;
  font-size: 17px;font-weight: 700;
}


.product-list li .tit1{
  height: 60px;
  line-height: 60px;
  font-size: 24px;font-weight: 700;
}





.product-list li .txt {
 
  line-height: 20px;
  font-size: 14px;
  color: #999;
}


.product-list li .txt1 {
 
  line-height: 22px;
  font-size: 14px;
  color: #999;
 

}



.product-details .wrap {
 }
.product-details .hade {
  padding: 48px 0 70px 0;
 
}
.product-details .hade .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details .photo {
  width: 52.46153846%;
  position: relative;
  z-index: 20;
  float: left;
}
.product-details .photo img {
  width: 100%;
  display: block;
}
.product-details .photo .swiper-slide {
  border: solid 1px #e4e4e4;
  background: #fff;
}
.product-details .photo .right {
  width: 100%;
  padding-left: 106px;
}
.product-details .photo .left {
  width: 96px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  padding: 28px 0;
}
.product-details .photo .cont {
  height: 100%;
  overflow: hidden;
}
.product-details .photo .gallery-thumbs {
  height: 100%;
}
.product-details .photo .gallery-thumbs .swiper-slide {
  height: 96px;
  opacity: .5;
}
.product-details .photo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 1px #03328e;
}
.product-details .photo .swiper-button-next,
.product-details .photo .swiper-button-prev {
  width: 100%;
  height: 24px;
  margin: 0;
  left: 0;
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  -ms-filter: grayscale(100%) brightness(50%);
  -o-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
  right: auto;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.product-details .photo .swiper-button-next:hover,
.product-details .photo .swiper-button-prev:hover {
  -webkit-filter: grayscale(0%) brightness(100%);
  -moz-filter: grayscale(0%) brightness(100%);
  -ms-filter: grayscale(0%) brightness(100%);
  -o-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
}
.product-details .photo .swiper-button-next {
  background: url(../images/arrow15.png) no-repeat center 0;
  top: 0;
}
.product-details .photo .swiper-button-prev {
  background: url(../images/arrow16.png) no-repeat center bottom;
  bottom: 0;
  top: auto;
}
.product-details .introduction {
  width: 44.46153846%;
  float: right;
  margin-top: 46px;
}
.product-details .introduction .title {
  font-size: 32px;
  font-weight: bold;
}
.product-details .introduction .text {
  height: auto;
  line-height: 28px;
  font-size: 15px;
  color: #888;
  margin: 20px 0;
}
.product-details .introduction .text .td {
  vertical-align: top;
}
.product-details .introduction .text .tit {
  white-space: nowrap;
  font-size: 16px;
  color: #444;
}
.product-details .introduction .list {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  margin: 28px 0;
  padding: 34px 0;
}
.product-details .introduction .list ul {
  overflow: hidden;
}
.product-details .introduction .list li {
  width: 50%;
  float: left;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0 5px 18px;
  background: url(../images/arrow17.png) no-repeat 0 12px;
}
.product-details .introduction .list li:nth-child(2n+1) {
  clear: left;
}
.product-details .introduction .list li span {
  color: #999999;
}
.product-details .introduction .btn {
  margin-top: 32px;
}
.product-details .introduction .btn .rbtn {
  width: 154px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  background: #03328e;
  font-size: 16px;
  color: #fff;
}
.product-details .introduction .btn .rbtn::after {
  background: #dd0404;
}
.product-details .bodybox {
  background: url(../images/product-details-bg.jpg) no-repeat center 0 #f1f1f1;
  padding-top: 70px;
}
.product-details .related .title,
.product-details .details .title {
  height: 61px;
  border-bottom: solid 1px #dfdfdf;
  font-size: 20px;
  font-weight: bold;
  color: #03328e;
}
.product-details .related .title span,
.product-details .details .title span {
  line-height: 60px;
  display: inline-block;
  border-bottom: solid 2px #03328e;
}
.product-details .details {
  background: #fff;
  padding: 36px 50px;
}
.product-details .details .article {
  padding: 34px 0;
}
.product-details .related {
  padding: 34px 0 70px 0;
}
.product-details .related .title {
  color: #333;
}
.product-details .related .product-list li {
  width: 25%;
}
.product-details .related .product-list li:nth-child(3n+1) {
  clear: none;
}
.product-details .related .product-list li:nth-child(4n+1) {
  clear: left;
}
/* 图片放大 */
.alignnone {
  margin: 0.4em 0 1.4em 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 1.8em auto;
}
.alignright {
  float: right;
  margin: 0.3em 0 2em 2em;
}
.alignleft {
  float: left;
  margin: 0.3em 2em 2em 0;
}
.aligncenter {
  display: block;
  margin: 1.8em auto;
}
a img.alignright {
  float: right;
  margin: 0.3em 0 2em 2em;
}
a img.alignnone {
  margin: 1em 0;
}
a img.alignleft {
  float: left;
  margin: 0.3em 2em 2em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  color: #777;
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 1.4em 0;
}
.wp-caption.alignleft {
  margin: 0.3em 1.6em 1em 0;
}
.wp-caption.alignright {
  margin: 0.3em 0 1em 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: .80em;
  margin: 0;
  padding: 0.2em 0.4em;
}
.alignleft:first-child,
.alignright:first-child {
  margin-top: 1.2em;
}
/* 图片放大end */
.wrapper.en .container .banner .text .p2 {
  font-size: 24px;
}
.wrapper.en .details-page .details .social-share {
  display: none;
}





/* 首页banner */


.advice {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  
}

.advice-tit {
  line-height: 1;
   width: 100%;
}

.advice-ftit {
  line-height: 1;
  color: #eeeeee;
  margin-top: 13px;
}











.adviceone .advice-box{
  margin-left: auto;
  max-width: 670px;
  text-align: left;
  margin-right: 7.7%;
   
}
.adviceone .advice-box .advice-ftit{
  margin-top: 20px;
  margin-bottom: 25px;
  color: #ffffff;
}
.banner .advice.advicetwo{
  top: 43%;
}

.advicetwo .advice-box{
  max-width:720px;
  text-align: left;
  margin-left: 50px;
  background: #fff;
  padding: 20px 30px;
  
}
.advicetwo .advice-box .advice-tit span{
  color: #F2CB13;
}
.advicetwo .advice-box .advice-tit{
  line-height: 1.4;
}
.advicetwo .advice-box .advice-desc{
  margin-top: 9px;
}
.banner .advice.advicethree{
  top: 47.5%;
}
.advicethree .advice-box{
  max-width: 760px;
  text-align: left;
   padding: 30px 40px;
   background-color: rgba(255, 255, 255, 0.7);

}
.advicethree .advice-box .advice-tit{
  color: #19191b;
  line-height: 1.35
}
.advicethree .advice-box .advice-ftit {
  color:#191919;
}
.advicethree .advice-box .advice-ftit span{
  color: #03328e;
}
.advicethree .advice-box .advice-desc{
  color: #5b5b5c;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
   .advice-box .advice-desc{
      display: none;
  }
  .adviceone .advice-box .advice-ftit{
      margin-bottom: 0;
      margin-top: 10px;
  }
  .advicethree .advice-box {
      max-width: 65%;
  }

   
  .advice .advicetwo{
      top: 50%;
  }


  .advicetwo .advice-box{
    max-width:720px;
    text-align: left;
    margin-left: 50px;
    background: #fff;
    padding: 20px 30px;
    
  }
  

  .adviceone .advice-box {
      max-width: 65%;
  }
  .advicetwo .advice-box{
      margin-left: 5%;
  }

  .advicethree .advice-box{
     text-align: left;
    margin-left: 30px;
    
    padding: 7px 15px;

    background-color: rgba(255, 255, 255, 0.7);
    
  }




 }
