body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 12px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

ul,
ol,
li {
  list-style: none
}

a {
  text-decoration: none;
  color: #333
}

a:hover {
  text-decoration: none
}

img {
  vertical-align: top;
  border: 0
}

button,
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

div,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
  font-size: 100px
}

@media screen and (min-width: 360px) {
  html {
    font-size: 112.5px
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 117.1875px
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 129.375px
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 150px
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 200px
  }
}

.clearfloat:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.clearfloat {
  *zoom: 1
}

.clearboth {
  clear: both
}

.wp {
  width: 1000px;
  margin: 0 auto
}

.checkBrowser {
  font-size: 14px;
  line-height: 40px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  width: 700px;
  height: 40px;
  margin-left: -360px;
  padding: 0 10px;
  color: #FFF;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #E6212A
}

.checkBrowser a {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #333;
  border-radius: 50%;
  background-color: #FFF
}

@font-face {
  font-family: 'Conv_DIDOT-HTF-L24-LIGHT-ITAL';
  src: url("../font/DIDOT-HTF-L24-LIGHT-ITAL.eot");
  src: local("☺"), url("../font/DIDOT-HTF-L24-LIGHT-ITAL.woff") format("woff"), url("../font/DIDOT-HTF-L24-LIGHT-ITAL.ttf") format("truetype"), url("../font/DIDOT-HTF-L24-LIGHT-ITAL.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg")
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 30px;
  color: #c6c6c6;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
  content: "\e638"
}

.icon-huihua:before {
  content: "\e636"
}

.icon-chakan:before {
  content: "\e610"
}

.icon-weixin:before {
  content: "\e6be"
}

.icon-dayin:before {
  content: "\e60e"
}

.icon-jiaopian:before {
  content: "\e63f"
}

.icon-iconfontcolor60:before {
  content: "\e6ab"
}

.icon-32pxjiudianzhanshijia:before {
  content: "\e6c8"
}

.icon-xinwen:before {
  content: "\e6a6"
}

.icon-qq:before {
  content: "\e642"
}

.icon-qyyx:before {
  content: "\e609"
}

.icon-daohangfenleisousuo:before {
  content: "\e61b"
}

.icon-anzhuang:before {
  content: "\e60f"
}

.icon-shouye1:before {
  content: "\e611"
}

.icon-zhizuo:before {
  content: "\e662"
}

.icon-shenqing:before {
  content: "\e673"
}

.icon-weibo:before {
  content: "\e645"
}

.icon-light-crate:before {
  content: "\e60d"
}

.icon-sousuo:before {
  content: "\e68d"
}

.icon-zhinengchuchuangzuocedaohang:before {
  content: "\e683"
}

.icon-shouye:before {
  content: "\e68f"
}

.icon-sousuo1:before {
  content: "\e67a"
}

.icon-zhiding:before {
  content: "\e75a"
}

.icon-jiancaizhuangxiu:before {
  content: "\e678"
}

.icon-d:before {
  content: "\e60c"
}

.icon-jianlou_yaoyiyao_shuhuazhuanke:before {
  content: "\e620"
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@-moz-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.swiper-slide-active-me {
  border: 3px solid #15499a;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

header {
  width: 100%;
  height: 140px;
  position: relative;
  z-index: 5
}

header .mobile-show {
  display: none
}

header .language {
  width: 100%;
  height: 30px;
  background-color: #15499a
}

header .language .language-wrap {
  width: 1710px;
  height: 100%;
  text-align: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto
}

header .language .language-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

header .language a {
  color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 15px
}

header .language a:hover {
  color: #999999
}

header .language .hearder-search {
  display: inline-block;
  background-image: url(../images/header-search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  width: 30px;
  height: 30px;
  position: relative
}

header .language .hearder-search:hover .popup-search {
  opacity: 1;
  visibility: visible
}

header .language .hearder-search .popup-search {
  z-index: 3;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: white;
  left: -270px;
  bottom: -33px;
  width: 266px;
  height: 40px;
  border: 1px solid #8d8d8d;
  border-radius: 10px
}

header .language .hearder-search .popup-search:before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block
}

header .language .hearder-search .popup-search input {
  border: none;
  margin-left: 10px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding-left: 5px;
  height: 20px;
  font-size: 12px;
  width: 200px;
  margin-right: 10px
}

header .language .hearder-search .popup-search button {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  vertical-align: middle;
  cursor: pointer
}

header .language .hearder-search .popup-search button img {
  width: 18px
}

header .language span {
  display: inline-block;
  width: 2px;
  height: 8px;
  vertical-align: middle;
  background: -webkit-linear-gradient(left, #00245b, #446dae);
  background: -moz-linear-gradient(left, #00245b, #446dae);
  background: linear-gradient(to right, #00245b, #446dae)
}

header .header-select {
  width: 100%;
  height: 110px
}

header .header-select .header-select-wrap {
  width: 1710px;
  height: 100%;
  margin: 0 auto
}

header .header-select .header-select-wrap:before {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

header .header-select .header-select-wrap .header-logo-div {
  display: inline-block;
  width: auto;
  height: 100%
}

header .header-select .header-select-wrap .header-logo-div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

header .header-select .header-select-wrap .header-logo-div img {
  vertical-align: middle;
  height: 82%
}

header .header-select .header-select-wrap .header-select-con {
  width: 1375px;
  height: 100%;
  float: right;
  font-size: 0;
  word-spacing: -1px
}

header .header-select .header-select-wrap .header-select-con>.select-con-single:first-child {
  border-left: 1px solid #e8e8e8
}

header .header-select .header-select-wrap .header-select-con .select-con-single {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 125px;
  border-right: 1px solid #e8e8e8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 60px;
  float: left
}

header .header-select .header-select-wrap .header-select-con .select-con-single .select-con-single-icon {
  display: inline-block;
  width: 40px;
  height: 26px;
  background-image: url(../images/head-h1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 30px;
  margin-bottom: 5px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

header .header-select .header-select-wrap .header-select-con .select-con-single .select-con-single-icon-w {
  opacity: 0;
  display: inline-block;
  width: 40px;
  height: 26px;
  background-image: url(../images/head-w1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 3;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 30px;
  margin-bottom: 5px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

header .header-select .header-select-wrap .header-select-con .select-con-single .head-about-us {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/logo-h.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 3
}

header .header-select .header-select-wrap .header-select-con .select-con-single:hover .select-con-single-bac {
  height: 110px
}

header .header-select .header-select-wrap .header-select-con .select-con-single:hover p {
  color: white
}

header .header-select .header-select-wrap .header-select-con .select-con-single:hover .select-con-single-icon {
  opacity: 0
}

header .header-select .header-select-wrap .header-select-con .select-con-single:hover .select-con-single-icon-w {
  opacity: 1
}

header .header-select .header-select-wrap .header-select-con .select-con-single i {
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s
}

header .header-select .header-select-wrap .header-select-con .select-con-single p {
  position: relative;
  z-index: 3;
  color: #333333;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s
}

header .header-select .header-select-wrap .header-select-con .select-con-single .select-con-single-bac {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: #15499a;
  border-radius: 0 0 15px 15px/0 0 15px 15px;
  z-index: 2
}

header .header-select .header-select-wrap .header-select-con .pc-head-action .select-con-single-bac {
  height: 110px;
  background-color: #478ee2;
}

header .header-select .header-select-wrap .header-select-con .pc-head-action p {
  color: white
}

header .header-select .header-select-wrap .header-select-con .pc-head-action .select-con-single-icon {
  opacity: 0
}

header .header-select .header-select-wrap .header-select-con .pc-head-action .select-con-single-icon-w {
  opacity: 1
}

footer {
  width: 100%;
  height: 400px
}

footer .footer-top {
  width: 100%;
  height: 330px;
  border-top: 1px solid #d7d7d7;
  background-color: #eeeeee
}

footer .footer-top .footer-top-con {
  width: 1710px;
  height: 100%;
  margin: 0 auto
}

footer .footer-top .footer-top-friendy {
  width: 100%;
  height: 157px;
  padding-top: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

footer .footer-top .footer-top-friendy p {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px
}

footer .footer-top .footer-top-friendy p span {
  font-size: 18px;
  color: #777777;
  font-weight: 600;
  vertical-align: middle
}

footer .footer-top .footer-top-friendy p a {
  font-size: 14px;
  color: #999999;
  margin: 0 15px;
  vertical-align: middle
}

footer .footer-top .footer-top-friendy p a:hover {
  opacity: .7
}

footer .footer-top .footer-top-line {
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(top, #dbdbdb, #fcfcfc);
  background: -moz-linear-gradient(top, #dbdbdb, #fcfcfc);
  background: linear-gradient(to bottom, #dbdbdb, #fcfcfc)
}

footer .footer-top .footer-top-adderss-pro {
  width: 100%;
  height: 170px;
  overflow: hidden;
  padding-top: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

footer .footer-top .footer-top-adderss-pro .top-adderss {
  width: 48%;
  height: 100%;
  float: left
}

footer .footer-top .footer-top-adderss-pro .top-adderss p {
  color: #999999;
  font-size: 14px;
  line-height: 30px
}

footer .footer-top .footer-top-adderss-pro .top-adderss p span {
  margin-left: 8px
}

footer .footer-top .footer-top-adderss-pro .top-pro {
  width: 48%;
  height: 100%;
  float: right
}

footer .footer-top .footer-top-adderss-pro .top-pro p {
  color: #999999;
  font-size: 14px;
  line-height: 30px
}

footer .footer-bottom {
  width: 100%;
  height: 70px;
  background-color: #303030
}

footer .footer-bottom .wechat-code-a {
  display: inline-block;
  position: relative
}

footer .footer-bottom .wechat-code-a:hover .wechat-code {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

footer .footer-bottom .wechat-code {
  display: inline-block;
  width: 200px;
  height: 250px;
  position: absolute;
  background-color: white;
  top: -279px;
  right: -85px;
  padding: 10px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0
}

footer .footer-bottom .wechat-code .img {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 15px
}

footer .footer-bottom .wechat-code.phone {
  top: -169px;
  height: 140px;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

footer .footer-bottom .wechat-code.phone h5 {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 20px
}

footer .footer-bottom .wechat-code.phone .li {
  display: block
}

footer .footer-bottom .wechat-code.phone .left {
  display: block;
  float: left;
  padding-right: 10px
}

footer .footer-bottom .wechat-code.phone .right {
  display: block;
  overflow: hidden
}

footer .footer-bottom .wechat-code .wechat-code-p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 0
}

footer .footer-bottom .footer-bottom-con {
  width: 1710px;
  height: 100%;
  margin: 0 auto;
  position: relative
}

footer .footer-bottom .footer-bottom-con-p {
  vertical-align: middle;
  font-size: 15px;
  color: #999999;
  height: 100%
}

footer .footer-bottom .footer-bottom-con-p .copy-right {
  display: inline-block;
  height: 100%;
  float: left;
  vertical-align: middle
}

footer .footer-bottom .footer-bottom-con-p .copy-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

footer .footer-bottom .footer-bottom-con-p .copy-right a {
  font-size: 12px;
  color: #999999;
  margin-left: 15px
}

footer .footer-bottom .footer-bottom-con-p .contact-type {
  position: relative;
  display: inline-block;
  height: 100%;
  float: right;
  vertical-align: middle
}

footer .footer-bottom .footer-bottom-con-p .contact-type .bdsharebuttonbox {
  margin-left: 18px
}

footer .footer-bottom .footer-bottom-con-p .contact-type .bds_tsina {
  background-image: none !important;
  padding-left: 0 !important;
  margin: 0;
  font-size: 20px;
  color: #ffffff
}

footer .footer-bottom .footer-bottom-con-p .contact-type:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

footer .footer-bottom .footer-bottom-con-p .contact-type .webbo-share {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle
}

footer .footer-bottom .footer-bottom-con-p .contact-type a {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #5f5f5f;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  margin-left: 17px
}

footer .footer-bottom .footer-bottom-con-p .contact-type a:hover i {
  opacity: .7
}

footer .footer-bottom .footer-bottom-con-p .contact-type a i {
  font-size: 20px;
  color: #ffffff
}

footer .footer-bottom .footer-bottom-con-p .contact-type .pc768 {
  display: inline-block
}

@media screen and (max-width: 768px) {
  footer .footer-bottom .footer-bottom-con-p .contact-type .pc768 {
    display: none
  }
}

footer .footer-bottom .footer-bottom-con-p .contact-type .moblie768 {
  display: none
}

@media screen and (max-width: 768px) {
  footer .footer-bottom .footer-bottom-con-p .contact-type .moblie768 {
    display: inline-block
  }
}

#web {
  width: 100%
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

#web .rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

#web .column-banner {
  width: 100%;
  height: auto;
  position: relative
}

#web .column-banner .c-banner-pc {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

#web .column-banner .c-banner-pc .c-banner-pc-padd {
  padding-top: 26.041%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

#web .column-banner .c-banner-mob {
  width: 100%;
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

#web .column-banner .uv-prints-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#web .column-banner .uv-prints-text .text-english {
  font-family: 'Conv_DIDOT-HTF-L24-LIGHT-ITAL';
  font-size: 60px;
  color: #ffffff;
  text-align: center
}

#web .column-banner .uv-prints-text .text-english-math {
  font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif
}

#web .column-banner .uv-prints-text .text-chinese {
  font-size: 50px;
  color: #ffffff;
  text-align: center
}

#web .column-banner .banner-select {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  width: 1200px;
  height: 80px;
  z-index: 4
}

#web .column-banner .banner-select .banner-select-show {
  display: inline-block;
  width: 280px;
  height: auto;
  padding-bottom: 50px;
  overflow: hidden;
  position: absolute;
  background-color: #eeeeee
}

#web .column-banner .banner-select .banner-select-show .moreIndex {
  display: none
}

#web .column-banner .banner-select .banner-select-show .moreIndex-line {
  display: none
}

#web .column-banner .banner-select .banner-select-show .rema-all {
  display: block
}

#web .column-banner .banner-select .banner-select-show .action>.select-show-color {
  width: 15px
}

#web .column-banner .banner-select .banner-select-show .action>span {
  color: #15499a;
  font-weight: 600
}

#web .column-banner .banner-select .banner-select-show .select-show-line {
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(top, #d6d6d6, #fafafa);
  background: -moz-linear-gradient(top, #d6d6d6, #fafafa);
  background: linear-gradient(to bottom, #d6d6d6, #fafafa)
}

#web .column-banner .banner-select .banner-select-show .select-show-color {
  display: inline-block;
  width: 0;
  height: 3px;
  background: -webkit-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
  background: -moz-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
  background: linear-gradient(to right, #f14601, #ebff00, #00eed3, #0e17ed);
  line-height: 28px;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

#web .column-banner .banner-select .banner-select-show a {
  display: inline-block;
  width: 100%;
  line-height: 58px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

#web .column-banner .banner-select .banner-select-show a:hover .select-show-color {
  width: 15px
}

#web .column-banner .banner-select .banner-select-show a:hover span {
  color: #15499a;
  font-weight: 600
}

#web .column-banner .banner-select .banner-select-show a span {
  font-size: 16px;
  color: #333333;
  vertical-align: middle
}

#web .column-banner .banner-select .banner-select-show a .select-show-right {
  float: right;
  font-family: "SimSun";
  font-weight: 600
}

#web .column-banner .banner-select .banner-select-div {
  width: 280px;
  height: 100%;
  background-color: #15499a;
  font-size: 26px;
  color: white;
  line-height: 80px;
  border-radius: 10px 10px 0px 0px/10px 10px 0px 0px;
  cursor: pointer
}

#web .column-banner .banner-select .banner-select-div:hover .text-turn {
  -webkit-animation: bounceIn 1s;
  -moz-animation: bounceIn 1s;
  animation: bounceIn 1s
}

#web .column-banner .banner-select .banner-select-div :before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

#web .column-banner .banner-select .banner-select-div p {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#web .column-banner .banner-select .banner-select-div .text-con {
  float: left;
  display: inline-block;
  font-size: 26px;
  color: white
}

#web .column-banner .banner-select .banner-select-div .text-turn {
  float: right;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  text-align: center;
  background-image: url(../images/trun-bottom.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

#web .uv-prints-con {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

#web .uv-prints-con .uv-prints-div {
  width: 870px;
  min-height: 500px;
  float: right;
  padding-top: 10px;
  padding-bottom: 50px
}

#web .uv-prints-con .uv-prints-div .title-nav {
  width: 98%;
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto
}

#web .uv-prints-con .uv-prints-div .title-nav .title {
  height: 100%;
  float: left;
  line-height: 50px;
  font-size: 18px;
  color: #333333
}

#web .uv-prints-con .uv-prints-div .title-nav .nav {
  height: 100%;
  float: right;
  line-height: 50px;
  font-size: 12px;
  color: #999999
}

#web .uv-prints-con .uv-prints-div .title-nav .nav a {
  font-size: 16px;
  color: #999999;
  margin: 0 3px
}

#web .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
  opacity: .7
}

#web .uv-prints-con .uv-prints-div .title-nav .nav i {
  font-size: 16px;
  color: #c6c6c6;
  margin-right: 6px
}

.home-fixed {
  position: fixed;
  width: 80px;
  height: 172px;
  top: 50%;
  right: 0;
  margin-top: -86px;
  z-index: 4
}

.home-fixed>a {
  background-color: #15499a;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer
}

.home-fixed>a:hover {
  -webkit-animation: bounce .5s;
  -moz-animation: bounce .5s;
  animation: bounce .5s
}

.home-fixed>a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%
}

.home-fixed>a p {
  text-align: center;
  font-size: 12px;
  color: #ffffff
}

.home-fixed>div {
  background-color: #15499a;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer
}

.home-fixed>div:hover {
  -webkit-animation: bounce .5s;
  -moz-animation: bounce .5s;
  animation: bounce .5s
}

.home-fixed>div span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%
}

.home-fixed>div p {
  text-align: center;
  font-size: 12px;
  color: #ffffff
}

@media screen and (max-width: 768px) {
  .home-fixed {
    display: none
  }
}

@media screen and (max-width: 1200px) {
  #web .column-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
  }

  #web .column-banner .c-banner-pc {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  #web .column-banner .c-banner-mob {
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  #web .column-banner .uv-prints-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  #web .column-banner .uv-prints-text .text-english {
    font-family: 'Conv_DIDOT-HTF-L24-LIGHT-ITAL';
    font-size: .25rem;
    color: #ffffff;
    text-align: center
  }

  #web .column-banner .uv-prints-text .text-chinese {
    font-size: .25rem;
    color: #ffffff;
    text-align: center
  }

  #web .column-banner .banner-select {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 0;
    width: 90%;
    height: 80px;
    z-index: 4
  }

  #web .column-banner .banner-select .banner-select-show {
    display: none;
    width: 250px;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden;
    position: absolute;
    background-color: #eeeeee
  }

  #web .column-banner .banner-select .banner-select-show .action>.select-show-color {
    width: 15px
  }

  #web .column-banner .banner-select .banner-select-show .action>span {
    color: #15499a;
    font-weight: 600
  }

  #web .column-banner .banner-select .banner-select-show .select-show-line {
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(top, #d6d6d6, #fafafa);
    background: -moz-linear-gradient(top, #d6d6d6, #fafafa);
    background: linear-gradient(to bottom, #d6d6d6, #fafafa)
  }

  #web .column-banner .banner-select .banner-select-show .select-show-color {
    display: inline-block;
    width: 0;
    height: 3px;
    background: -webkit-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
    background: -moz-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
    background: linear-gradient(to right, #f14601, #ebff00, #00eed3, #0e17ed);
    line-height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .column-banner .banner-select .banner-select-show a {
    display: inline-block;
    width: 100%;
    line-height: 58px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .column-banner .banner-select .banner-select-show a:hover .select-show-color {
    width: 15px
  }

  #web .column-banner .banner-select .banner-select-show a:hover span {
    color: #15499a;
    font-weight: 600
  }

  #web .column-banner .banner-select .banner-select-show a span {
    font-size: 16px;
    color: #333333;
    vertical-align: middle
  }

  #web .column-banner .banner-select .banner-select-show a .select-show-right {
    float: right;
    font-family: "SimSun";
    font-weight: 600
  }

  #web .column-banner .banner-select .banner-select-div {
    width: 250px;
    height: 100%;
    background-color: #15499a;
    font-size: 26px;
    color: white;
    line-height: 80px;
    border-radius: 10px 10px 0px 0px/10px 10px 0px 0px;
    cursor: pointer
  }

  #web .column-banner .banner-select .banner-select-div :before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  #web .column-banner .banner-select .banner-select-div p {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .column-banner .banner-select .banner-select-div .text-con {
    float: left;
    display: inline-block;
    font-size: 26px;
    color: white
  }

  #web .column-banner .banner-select .banner-select-div .text-turn {
    float: right;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    text-align: center;
    background-image: url(../images/trun-bottom.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%
  }

  #web .uv-prints-con {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
  }

  #web .uv-prints-con .uv-prints-div {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 10px;
    padding-bottom: 50px
  }

  #web .uv-prints-con .uv-prints-div .title-nav {
    width: 98%;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto
  }

  #web .uv-prints-con .uv-prints-div .title-nav .title {
    height: 100%;
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #333333
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav {
    height: 100%;
    float: right;
    line-height: 50px;
    font-size: 12px;
    color: #999999
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav a {
    font-size: 16px;
    color: #999999;
    margin: 0 3px
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
    opacity: .7
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav i {
    font-size: 16px;
    color: #c6c6c6;
    margin-right: 6px
  }
}

@media screen and (max-width: 768px) {
  #web .column-banner {
    width: 100%;
    height: 1.7rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
  }

  #web .column-banner .c-banner-pc {
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  #web .column-banner .c-banner-mob {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  #web .column-banner .uv-prints-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  #web .column-banner .uv-prints-text .text-english {
    font-family: 'Conv_DIDOT-HTF-L24-LIGHT-ITAL';
    font-size: .175rem;
    color: #ffffff;
    text-align: center
  }

  #web .column-banner .uv-prints-text .text-chinese {
    font-size: .175rem;
    color: #ffffff;
    text-align: center
  }

  #web .column-banner .banner-select {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 0;
    width: 90%;
    height: .4rem;
    z-index: 4
  }

  #web .column-banner .banner-select .banner-select-show {
    display: none;
    width: 100%;
    line-height: .5rem;
    height: auto;
    padding-bottom: .25rem;
    overflow: hidden;
    position: absolute;
    background-color: #eeeeee
  }

  #web .column-banner .banner-select .banner-select-show .action>.select-show-color {
    width: 15px
  }

  #web .column-banner .banner-select .banner-select-show .action>span {
    color: #15499a;
    font-weight: 600
  }

  #web .column-banner .banner-select .banner-select-show .select-show-line {
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(top, #d6d6d6, #fafafa);
    background: -moz-linear-gradient(top, #d6d6d6, #fafafa);
    background: linear-gradient(to bottom, #d6d6d6, #fafafa)
  }

  #web .column-banner .banner-select .banner-select-show .select-show-color {
    display: inline-block;
    width: 0;
    height: 3px;
    background: -webkit-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
    background: -moz-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
    background: linear-gradient(to right, #f14601, #ebff00, #00eed3, #0e17ed);
    line-height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .column-banner .banner-select .banner-select-show a {
    display: inline-block;
    width: 100%;
    line-height: .4rem;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .column-banner .banner-select .banner-select-show a:hover .select-show-color {
    width: 15px
  }

  #web .column-banner .banner-select .banner-select-show a:hover span {
    color: #15499a;
    font-weight: 600
  }

  #web .column-banner .banner-select .banner-select-show a span {
    font-size: .15rem;
    color: #333333;
    vertical-align: middle
  }

  #web .column-banner .banner-select .banner-select-show a .select-show-right {
    float: right;
    font-family: "SimSun";
    font-weight: 600
  }

  #web .column-banner .banner-select .banner-select-div {
    width: 100%;
    height: 100%;
    background-color: #15499a;
    font-size: .13rem;
    color: white;
    line-height: .4rem;
    border-radius: 10px 10px 0px 0px/10px 10px 0px 0px;
    cursor: pointer
  }

  #web .column-banner .banner-select .banner-select-div :before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  #web .column-banner .banner-select .banner-select-div p {
    line-height: .15rem;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .column-banner .banner-select .banner-select-div .text-con {
    float: left;
    display: inline-block;
    font-size: .15rem;
    color: white
  }

  #web .column-banner .banner-select .banner-select-div .text-turn {
    float: right;
    display: inline-block;
    width: .14rem;
    height: .14rem;
    line-height: 28px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    text-align: center;
    background-image: url(../images/trun-bottom.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%
  }

  #web .uv-prints-con {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
  }

  #web .uv-prints-con .uv-prints-div {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 10px;
    padding-bottom: .25rem
  }

  #web .uv-prints-con .uv-prints-div .title-nav {
    width: 98%;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto
  }

  #web .uv-prints-con .uv-prints-div .title-nav .title {
    height: 100%;
    float: left;
    line-height: 50px;
    font-size: .14rem;
    color: #333333
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav {
    height: 100%;
    float: right;
    line-height: 50px;
    font-size: .11rem;
    color: #999999
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav a {
    font-size: 12px;
    color: #999999;
    margin: 0 3px
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
    opacity: .7
  }

  #web .uv-prints-con .uv-prints-div .title-nav .nav i {
    font-size: 16px;
    color: #c6c6c6;
    margin-right: 6px
  }
}

.big-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7)
}

.big-img .big-img-div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1004px;
  height: 810px;
  background-color: white;
  padding: 65px 65px 30px 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.big-img .big-img-top {
  width: 100%;
  height: 648px;
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover
}

.big-img .big-img-top #bigimgBannerSwiper {
  height: 100%;
  width: 100%
}

.big-img .big-img-top #bigimgBannerSwiper a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.big-img .big-img-top img {
  width: 100%
}

.big-img .big-img-bottom {
  padding-top: 35px
}

.big-img .big-img-bottom .last-page {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: no-repeat center;
  background-image: url(../images/img-left.png);
  cursor: pointer
}

.big-img .big-img-bottom .next-page {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: no-repeat center;
  background-image: url(../images/img-right.png);
  margin-left: 15px;
  cursor: pointer
}

.big-img .big-img-bottom .close-bottom {
  display: inline-block;
  width: 90px;
  height: 22px;
  cursor: pointer;
  background: no-repeat center;
  background-image: url(../images/img-close.png);
  float: right;
  cursor: pointer
}

@media screen and (max-width: 1400px) {
  .big-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7)
  }

  .big-img .big-img-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    height: auto;
    background-color: white;
    padding: 65px 65px 30px 65px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .big-img .big-img-top {
    width: 100%;
    height: auto;
    max-height: 700px;
    position: relative;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover
  }

  .big-img .big-img-top #bigimgBannerSwiper {
    height: 100%;
    width: 100%
  }

  .big-img .big-img-top #bigimgBannerSwiper a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .big-img .big-img-top img {
    width: 100%
  }
}

@media screen and (max-width: 1004px) {
  .big-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7)
  }

  .big-img .big-img-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: auto;
    background-color: white;
    padding: .15rem .15rem .05rem .15rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .big-img .big-img-top {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover
  }

  .big-img .big-img-top #bigimgBannerSwiper {
    height: 100%;
    width: 100%
  }

  .big-img .big-img-top #bigimgBannerSwiper a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .big-img .big-img-top img {
    width: 100%
  }

  .big-img .big-img-bottom {
    padding-top: .05rem
  }

  .big-img .big-img-bottom .last-page {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: no-repeat center;
    background-image: url(../images/img-left.png);
    cursor: pointer
  }

  .big-img .big-img-bottom .next-page {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: no-repeat center;
    background-image: url(../images/img-right.png);
    margin-left: 15px;
    cursor: pointer
  }

  .big-img .big-img-bottom .close-bottom {
    display: inline-block;
    width: 90px;
    height: 22px;
    cursor: pointer;
    background: no-repeat center;
    background-image: url(../images/img-close.png);
    float: right;
    cursor: pointer
  }
}

.small-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7)
}

.small-img .big-img-div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1004px;
  max-height: 810px;
  width: 1004px;
  height: auto;
  background-color: white;
  padding: 65px 65px 30px 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.small-img .big-img-top {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover
}

.small-img .big-img-top #bigimgBannerSwiper {
  height: 100%;
  width: 100%
}

.small-img .big-img-top #bigimgBannerSwiper a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.small-img .big-img-top img {
  width: 100%
}

.small-img .big-img-bottom {
  padding-top: 35px
}

.small-img .big-img-bottom .last-page {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: no-repeat center;
  background-image: url(../images/img-left.png);
  cursor: pointer
}

.small-img .big-img-bottom .next-page {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: no-repeat center;
  background-image: url(../images/img-right.png);
  margin-left: 15px;
  cursor: pointer
}

.small-img .big-img-bottom .close-bottom {
  display: inline-block;
  width: 90px;
  height: 22px;
  cursor: pointer;
  background: no-repeat center;
  background-image: url(../images/img-close.png);
  float: right;
  cursor: pointer
}

@media screen and (max-width: 1400px) {
  .small-img .big-img-div {
    max-width: 700px;
    max-height: 700px
  }
}

@media screen and (max-width: 1004px) {
  .small-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7)
  }

  .small-img .big-img-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    background-color: white;
    padding: .15rem .15rem .05rem .15rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .small-img .big-img-top {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover
  }

  .small-img .big-img-top #bigimgBannerSwiper {
    height: 100%;
    width: 100%
  }

  .small-img .big-img-top #bigimgBannerSwiper a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  .small-img .big-img-top img {
    width: 100%
  }

  .small-img .big-img-bottom {
    padding-top: .05rem
  }

  .small-img .big-img-bottom .last-page {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: no-repeat center;
    background-image: url(../images/img-left.png);
    cursor: pointer
  }

  .small-img .big-img-bottom .next-page {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: no-repeat center;
    background-image: url(../images/img-right.png);
    margin-left: 15px;
    cursor: pointer
  }

  .small-img .big-img-bottom .close-bottom {
    display: inline-block;
    width: 90px;
    height: 22px;
    cursor: pointer;
    background: no-repeat center;
    background-image: url(../images/img-close.png);
    float: right;
    cursor: pointer
  }
}

.big-vodeo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7)
}

.big-vodeo .big-img-div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1004px;
  height: auto;
  background-color: white;
  padding: 65px 65px 30px 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.big-vodeo .big-img-top {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: center no-repeat;
  background-size: cover
}

.big-vodeo .big-img-top p {
  width: 100%
}

.big-vodeo .big-img-top p iframe {
  width: 100%
}

.big-vodeo .big-img-top span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.big-vodeo .big-img-top img {
  width: 100%
}

.big-vodeo .big-img-bottom {
  padding-top: 35px
}

.big-vodeo .big-img-bottom .last-page {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: no-repeat center;
  background-image: url(../images/img-left.png);
  cursor: pointer
}

.big-vodeo .big-img-bottom .next-page {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: no-repeat center;
  background-image: url(../images/img-right.png);
  margin-left: 15px;
  cursor: pointer
}

.big-vodeo .big-img-bottom .close-bottom {
  display: inline-block;
  width: 90px;
  height: 22px;
  cursor: pointer;
  background: no-repeat center;
  background-image: url(../images/img-close.png);
  float: right;
  cursor: pointer
}

@media screen and (max-width: 1400px) {
  .big-vodeo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7)
  }

  .big-vodeo .big-img-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-height: 700px;
    height: auto;
    background-color: white;
    padding: 65px 65px 30px 65px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

@media screen and (max-width: 1004px) {
  .big-vodeo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.7)
  }

  .big-vodeo .big-img-div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    background-color: white;
    padding: .15rem .15rem .05rem .15rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .big-vodeo .big-img-top {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover
  }

  .big-vodeo .big-img-top p {
    width: 100%
  }

  .big-vodeo .big-img-top img {
    width: 100%
  }

  .big-vodeo .big-img-top img iframe {
    width: 100%
  }

  .big-vodeo .big-img-bottom {
    padding-top: .05rem
  }

  .big-vodeo .big-img-bottom .last-page {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: no-repeat center;
    background-image: url(../images/img-left.png);
    cursor: pointer
  }

  .big-vodeo .big-img-bottom .next-page {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: no-repeat center;
    background-image: url(../images/img-right.png);
    margin-left: 15px;
    cursor: pointer
  }

  .big-vodeo .big-img-bottom .close-bottom {
    display: inline-block;
    width: 90px;
    height: 22px;
    cursor: pointer;
    background: no-repeat center;
    background-image: url(../images/img-close.png);
    float: right;
    cursor: pointer
  }
}

@media screen and (max-width: 1710px) {
  #web .home .home-product .bac-left .bac-left-border {
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2e2e2f
  }

  header {
    width: 100%;
    height: 110px
  }

  header .language {
    width: 100%;
    height: 30px;
    background-color: #15499a
  }

  header .language .language-wrap {
    width: 90%;
    height: 100%;
    text-align: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
  }

  header .language .language-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  header .language a {
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
    margin: 0 15px
  }

  header .language .hearder-search {
    display: inline-block;
    background-image: url(../images/header-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    width: 30px;
    height: 30px
  }

  header .language .hearder-search:hover .popup-search {
    opacity: 1;
    visibility: visible
  }

  header .language .hearder-search .popup-search {
    z-index: 3;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: white;
    left: -270px;
    bottom: -33px;
    width: 266px;
    height: 40px;
    border: 1px solid #8d8d8d;
    border-radius: 10px
  }

  header .language .hearder-search .popup-search:before {
    content: '';
    vertical-align: middle;
    height: 100%;
    display: inline-block
  }

  header .language .hearder-search .popup-search input {
    border: none;
    margin-left: 10px;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding-left: 5px;
    height: 20px;
    font-size: 12px;
    width: 200px;
    margin-right: 10px
  }

  header .language .hearder-search .popup-search button {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    cursor: pointer
  }

  header .language .hearder-search .popup-search button img {
    width: 18px
  }

  header .language span {
    display: inline-block;
    width: 2px;
    height: 8px;
    vertical-align: middle;
    background: -webkit-linear-gradient(left, #00245b, #446dae);
    background: -moz-linear-gradient(left, #00245b, #446dae);
    background: linear-gradient(to right, #00245b, #446dae)
  }

  header .header-select {
    width: 100%;
    height: 80px
  }

  header .header-select .header-select-wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto
  }

  header .header-select .header-select-wrap:before {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  header .header-select .header-select-wrap .header-logo-div {
    display: inline-block;
    width: auto;
    height: 100%
  }

  header .header-select .header-select-wrap .header-logo-div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  header .header-select .header-select-wrap .header-logo-div img {
    vertical-align: middle;
    height: 100%
  }

  header .header-select .header-select-wrap .header-select-con {
    width: 75%;
    height: 100%;
    float: right;
    font-size: 0;
    word-spacing: -1px
  }

  header .header-select .header-select-wrap .header-select-con>.select-con-single:first-child {
    border-left: 1px solid #e8e8e8
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 6vw;
    border-right: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 54px;
    box-sizing: border-box;
    float: left
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single .select-con-single-icon {
    display: inline-block;
    width: 40px;
    height: 26px;
    background-image: url(../images/head-h1.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    z-index: 3;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 15px;
    margin-bottom: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single .select-con-single-icon-w {
    opacity: 0;
    display: inline-block;
    width: 40px;
    height: 26px;
    background-image: url(../images/head-w1.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    z-index: 3;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 15px;
    margin-bottom: 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single .head-about-us {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/logo-h.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    z-index: 3
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single:hover .select-con-single-bac {
    height: 100%
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single:hover p {
    color: white
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single:hover .select-con-single-icon {
    opacity: 0
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single:hover .select-con-single-icon-w {
    opacity: 1
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single i {
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single p {
    position: relative;
    z-index: 3;
    color: #333333;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
  }

  header .header-select .header-select-wrap .header-select-con .select-con-single .select-con-single-bac {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: #15499a;
    border-radius: 0 0 15px 15px/0 0 15px 15px
  }

  header .header-select .header-select-wrap .header-select-con .pc-head-action .select-con-single-bac {
    height: 100%;
    background-color: #478ee2;
  }

  header .header-select .header-select-wrap .header-select-con .pc-head-action p {
    color: white
  }

  header .header-select .header-select-wrap .header-select-con .pc-head-action .select-con-single-icon {
    opacity: 0
  }

  header .header-select .header-select-wrap .header-select-con .pc-head-action .select-con-single-icon-w {
    opacity: 1
  }

  footer {
    width: 100%;
    height: auto;
    min-height: 400px
  }

  footer .footer-top {
    width: 100%;
    min-height: 330px;
    height: auto;
    border-top: 1px solid #d7d7d7;
    background-color: #eeeeee
  }

  footer .footer-top .footer-top-con {
    width: 90%;
    height: 100%;
    margin: 0 auto
  }

  footer .footer-top .footer-top-friendy {
    width: 100%;
    min-height: 157px;
    height: auto;
    padding-top: 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  footer .footer-top .footer-top-friendy p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px
  }

  footer .footer-top .footer-top-friendy p span {
    font-size: 18px;
    color: #777777;
    font-weight: 600;
    vertical-align: middle
  }

  footer .footer-top .footer-top-friendy p a {
    font-size: 14px;
    color: #999999;
    margin: 0 15px;
    vertical-align: middle
  }

  footer .footer-top .footer-top-friendy p a:hover {
    opacity: .7
  }

  footer .footer-top .footer-top-line {
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(top, #dbdbdb, #fcfcfc);
    background: -moz-linear-gradient(top, #dbdbdb, #fcfcfc);
    background: linear-gradient(to bottom, #dbdbdb, #fcfcfc)
  }

  footer .footer-top .footer-top-adderss-pro {
    width: 100%;
    min-height: 170px;
    height: auto;
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  footer .footer-top .footer-top-adderss-pro .top-adderss {
    width: 48%;
    height: 100%;
    float: left
  }

  footer .footer-top .footer-top-adderss-pro .top-adderss p {
    color: #999999;
    font-size: 16px;
    line-height: 30px
  }

  footer .footer-top .footer-top-adderss-pro .top-pro {
    width: 48%;
    height: 100%;
    float: right
  }

  footer .footer-top .footer-top-adderss-pro .top-pro p {
    color: #999999;
    font-size: 14px;
    line-height: 30px
  }

  footer .footer-bottom {
    width: 100%;
    height: 70px;
    background-color: #303030
  }

  footer .footer-bottom .footer-bottom-con {
    width: 90%;
    height: 100%;
    margin: 0 auto
  }

  footer .footer-bottom .footer-bottom-con-p {
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right {
    display: inline-block;
    height: 100%;
    float: left;
    vertical-align: middle
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right a {
    font-size: 12px;
    color: #999999;
    margin-left: 15px
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type {
    display: inline-block;
    height: 100%;
    float: right;
    vertical-align: middle
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #5f5f5f;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    margin-left: 15px
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a:hover i {
    opacity: .7
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a i {
    font-size: 20px;
    color: #ffffff
  }
}

@media screen and (max-width: 1200px) {
  .web-action {
    display: none
  }

  header {
    width: 100%;
    height: .7rem
  }

  header .mobile-show {
    display: block;
    width: 100%;
    height: .7rem;
    position: relative;
    background-color: white
  }

  header .mobile-show .mobile-show-fixed-action {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: white
  }

  header .mobile-show .mobile-show-fixed {
    display: block;
    width: 100%;
    height: .7rem
  }

  header .mobile-show .header-logo-div {
    vertical-align: middle;
    display: inline-block;
    padding-left: 30px;
    height: 100%;
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  header .mobile-show .header-logo-div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  header .mobile-show .header-logo-div img {
    width: 50%;
    vertical-align: middle
  }

  header .mobile-show .mobile-show-selects {
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
    position: relative;
    z-index: 2
  }

  header .mobile-show .mobile-show-selects:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  header .mobile-show .mobile-language-border {
    border-radius: 8px 8px 0px 0px/8px 8px 0px 0px !important;
    height: .4rem !important;
    line-height: .4rem !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
  }

  header .mobile-show .mobile-language {
    display: inline-block;
    vertical-align: middle;
    width: .9rem;
    height: .25rem;
    margin-right: 20px;
    border-radius: 8px;
    padding-right: 4%;
    padding-left: 3%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-align: center;
    line-height: .25rem;
    font-size: .1rem;
    background-color: #15499a;
    background-image: url(../images/m-h-bottom.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 90% 50%;
    position: relative
  }

  header .mobile-show .mobile-language .now-language {
    font-size: .1rem;
    color: white
  }

  header .mobile-show .mobile-ifshow {
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .25rem;
    margin-right: .1rem;
    background-color: #15499a;
    border-radius: 8px;
    background-image: url(../images/m-h-search.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    cursor: pointer
  }

  header .mobile-show .mobile-ifshow-cancel {
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .25rem;
    margin-right: .1rem;
    background-color: #15499a;
    border-radius: 8px;
    background-image: url(../images/m-h-cancel.png);
    background-repeat: no-repeat;
    background-size: 49%;
    background-position: 50%;
    cursor: pointer
  }

  header .mobile-show .mobile-languages {
    display: none;
    vertical-align: middle;
    width: .9rem;
    background-color: #15499a;
    position: absolute;
    top: .4rem;
    left: 0;
    border-radius: 0px 0px 8px 8px/0px 0px 8px 8px
  }

  header .mobile-show .mobile-languages a {
    display: inline-block;
    width: 100%;
    height: .4rem;
    border-top: 1px solid #ffffff;
    line-height: .4rem;
    text-align: center;
    color: white;
    font-size: .1rem
  }

  header .mo-show-all {
    position: absolute;
    top: .6rem;
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    background-color: #f5f5f5;
    display: none
  }

  header .mo-show-all form {
    text-align: center;
    width: 2.915rem;
    height: .4rem;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    background-color: white;
    border-radius: 8px;
    margin-bottom: .25rem
  }

  header .mo-show-all form input {
    border: none;
    width: 2.25rem;
    vertical-align: middle;
    padding-left: .1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  header .mo-show-all form button {
    display: inline-block;
    width: .5rem;
    height: 100%;
    border: none;
    background-color: transparent;
    background-image: url(../images/m-header-search.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 50% 50%;
    cursor: pointer
  }

  header .mo-show-all .m-header-select-con {
    border-top: 1px solid #e8e8e8;
    padding-top: .15rem
  }

  header .mo-show-all .m-header-select-con .m-select-con-single {
    display: block;
    width: 90%;
    height: .5rem;
    margin: 0 auto;
    line-height: .5rem;
    font-size: .15rem;
    color: #666666;
    border-bottom: 1px dashed #c4c4c4
  }

  header .mo-show-all .m-header-select-con .m-select-con-single span {
    float: right;
    width: 30px;
    height: 100%;
    line-height: .4rem;
    background-image: url(../images/mon-turn-right.png);
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center
  }

  header .language {
    display: none
  }

  header .header-select {
    display: none
  }

  footer {
    width: 100%;
    height: auto;
    min-height: 400px
  }

  footer .footer-top {
    width: 100%;
    min-height: 330px;
    height: auto;
    border-top: 1px solid #d7d7d7;
    background-color: #eeeeee
  }

  footer .footer-top .footer-top-con {
    width: 90%;
    height: 100%;
    margin: 0 auto
  }

  footer .footer-top .footer-top-friendy {
    width: 100%;
    min-height: 157px;
    height: auto;
    padding-top: 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  footer .footer-top .footer-top-friendy p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px
  }

  footer .footer-top .footer-top-friendy p span {
    font-size: 18px;
    color: #777777;
    font-weight: 600;
    vertical-align: middle
  }

  footer .footer-top .footer-top-friendy p a {
    font-size: 14px;
    color: #999999;
    margin: 0 15px;
    vertical-align: middle
  }

  footer .footer-top .footer-top-friendy p a:hover {
    opacity: .7
  }

  footer .footer-top .footer-top-line {
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(top, #dbdbdb, #fcfcfc);
    background: -moz-linear-gradient(top, #dbdbdb, #fcfcfc);
    background: linear-gradient(to bottom, #dbdbdb, #fcfcfc)
  }

  footer .footer-top .footer-top-adderss-pro {
    width: 100%;
    min-height: 170px;
    height: auto;
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  footer .footer-top .footer-top-adderss-pro .top-adderss {
    width: 48%;
    height: 100%;
    float: left
  }

  footer .footer-top .footer-top-adderss-pro .top-adderss p {
    color: #999999;
    font-size: 14px;
    line-height: 30px
  }

  footer .footer-top .footer-top-adderss-pro .top-pro {
    width: 48%;
    height: 100%;
    float: right
  }

  footer .footer-top .footer-top-adderss-pro .top-pro p {
    color: #999999;
    font-size: 14px;
    line-height: 30px
  }

  footer .footer-bottom {
    width: 100%;
    height: 70px;
    background-color: #303030
  }

  footer .footer-bottom .footer-bottom-con {
    width: 90%;
    height: 100%;
    margin: 0 auto
  }

  footer .footer-bottom .footer-bottom-con-p {
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right {
    display: inline-block;
    height: auto;
    float: left;
    width: 70%;
    padding-top: 20px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right a {
    font-size: 12px;
    color: #999999;
    margin-left: 15px
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type {
    display: inline-block;
    height: 100%;
    float: right;
    vertical-align: middle
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #5f5f5f;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    margin-left: 15px
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a:hover i {
    opacity: .7
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a i {
    font-size: 20px;
    color: #ffffff
  }
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
    height: auto;
    min-height: 1.275rem
  }

  footer .footer-top {
    width: 100%;
    height: auto;
    border-top: 1px solid #d7d7d7;
    background-color: #eeeeee
  }

  footer .footer-top .footer-top-con {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: .3rem
  }

  footer .footer-top .footer-top-friendy {
    width: 100%;
    height: auto;
    padding-top: .225rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: .175rem
  }

  footer .footer-top .footer-top-friendy p {
    display: inline-block;
    vertical-align: middle;
    line-height: .3rem;
    padding: 0 20px;
  }

  footer .footer-top .footer-top-friendy p span {
    font-size: .14rem;
    color: #777777;
    font-weight: 600;
    vertical-align: middle
  }

  footer .footer-top .footer-top-friendy p a {
    font-size: .11rem;
    color: #999999;
    margin: 0 .1rem;
    vertical-align: middle
  }

  footer .footer-top .footer-top-friendy p a:hover {
    opacity: .7
  }

  footer .footer-top .footer-top-line {
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(top, #dbdbdb, #fcfcfc);
    background: -moz-linear-gradient(top, #dbdbdb, #fcfcfc);
    background: linear-gradient(to bottom, #dbdbdb, #fcfcfc)
  }

  footer .footer-top .footer-top-adderss-pro {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: .175rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  footer .footer-top .footer-top-adderss-pro .top-adderss {
    display: none
  }

  footer .footer-top .footer-top-adderss-pro .top-adderss p {
    color: #999999;
    font-size: 14px;
    line-height: 30px
  }

  footer .footer-top .footer-top-adderss-pro .top-pro {
    width: 100%;
    height: 100%;
    float: right
  }

  footer .footer-top .footer-top-adderss-pro .top-pro p {
    color: #999999;
    font-size: .11rem;
    line-height: .225rem;
    padding: 0 20px;
  }

  footer .footer-bottom {
    width: 100%;
    height: 100%;
    min-height: 1.275rem;
    background-color: #303030;
    padding: .2rem 0 .15rem 0
  }

  footer .footer-bottom .footer-bottom-con {
    width: 95%;
    height: 100%;
    margin: 0 auto
  }

  footer .footer-bottom .m-CopyRight {
    display: block !important;
    text-align: center;
    font-size: .11rem;
    margin-bottom: .075rem
  }

  footer .footer-bottom .footer-bottom-con-p {
    vertical-align: middle;
    font-size: 12px;
    color: #999999
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right {
    display: block;
    width: 98%;
    vertical-align: baseline;
    float: none;
    margin: 0 auto;
    padding-top: 0
  }

  footer .footer-bottom .footer-bottom-con-p .copy-right a {
    display: block;
    font-size: .11rem;
    color: #999999;
    margin-left: 0;
    text-align: center;
    margin-bottom: .075rem;
    word-break: break-all
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type {
    display: block;
    width: 90%;
    float: none;
    height: auto;
    vertical-align: baseline;
    margin: 0 auto;
    text-align: center
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type .bdsharebuttonbox {
    margin: 5px
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type .bds_tsina {
    background-image: none !important;
    padding-left: 0 !important;
    margin: 0;
    font-size: 20px;
    color: #ffffff
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type .webbo-share {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    text-align: center;
    vertical-align: middle
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    background-color: #5f5f5f;
    border-radius: 50%;
    text-align: center;
    line-height: .275rem;
    margin-left: 0
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a:hover i {
    opacity: .7
  }

  footer .footer-bottom .footer-bottom-con-p .contact-type a i {
    font-size: .15rem;
    color: #ffffff
  }
}

@media screen and (max-width: 1710px) {
  #web .company-project {
    width: 90%;
    height: 380px
  }

  #web .company-project .name {
    font-size: 18px
  }

  #web .company-project .company-lef-con {
    height: 336px
  }

  #web .company-project .company-lef-con .lef-con-text {
    padding: 33px 33px
  }

  #web .company-project .company-lef-con .lef-con-text .title {
    font-size: 20px;
    margin-bottom: 36px
  }

  #web .company-project .company-lef-con .lef-con-text .text {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin-bottom: 36px
  }

  #web .company-right-con {
    height: 336px
  }

  #web .lef-con-text {
    padding: 0 25px
  }

  #web .lef-con-text .con-text-single {
    padding-top: 23px;
    height: 111px
  }

  #web .lef-con-text .con-text-single .text-single-title {
    font-size: 16px;
  }

  #web .lef-con-text .con-text-single .text-single-con {
    font-size: 14px;
  }

  #web .home-product {
    width: 100%;
    height: 750px;
    margin-bottom: 74px;
    position: relative
  }

  #web .home-product .home-product-wrap {
    width: 90%
  }

  #web .home-product .product-wrap-left {
    width: 20%
  }

  #web .home-product .product-wrap-left .title-eng {
    font-size: 30px;
    color: #FFFFFF
  }

  #web .home-product .product-wrap-left .title-chane {
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 45px
  }

  #web .home-product .product-wrap-left .wrap-left-con {
    display: block;
    padding-top: 63px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .home-product .product-wrap-left .wrap-left-con .product {
    display: block;
    width: 80%;
    height: 56px;
    border-bottom: 1px dashed #3d3d3e;
    line-height: 18px;
    padding-top: 18px;
    padding-left: 45px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 7%;
    background-repeat: no-repeat;
    background-size: 12%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-left .wrap-left-con .product>span:last-child {
    float: right;
    font-family: "SimSun";
    font-weight: 600;
    font-size: 16px;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product span {
    font-size: 16px;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgh {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 2%;
    background: center no-repeat;
    background-size: contain
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgc {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 2%;
    background: center no-repeat;
    background-size: contain;
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-right {
    width: 80%;
    padding: .15rem 0 0 0
  }

  #web .home-product .product-wrap-right .company-lef-title {
    width: 98%
  }

  #web .home-product .product-wrap-right .name {
    color: #333333;
    font-size: 20px;
    height: 100%;
    float: left
  }

  #web .home-product .product-wrap-right .name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .name span {
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .name .color {
    display: inline-block;
    width: 4px;
    height: 20px;
    vertical-align: middle;
    background: -webkit-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 10px
  }

  #web .home-product .product-wrap-right .more {
    display: inline-block;
    height: 100%;
    float: right;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .home-product .product-wrap-right .more:hover a {
    color: #15499a
  }

  #web .home-product .product-wrap-right .more:hover span {
    color: #15499a
  }

  #web .home-product .product-wrap-right .more:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .more a {
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .more span {
    margin-left: 5px;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .wrap-right-con {
    width: 100%;
    height: 627px;
    overflow: hidden
  }

  #web .cooperative-brand {
    width: 90%;
    height: auto;
    margin: 0 auto 50px
  }

  #web .cooperative-brand .cooper-title {
    text-align: center;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px
  }

  #web .cooperative-brand .cooper-pro {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin-bottom: 30px
  }

  #web .cooperative-brand table {
    width: 100%;
    border: 1px solid #e8e8e8
  }

  #web .cooperative-brand table tr {
    height: 80px
  }

  #web .cooperative-brand table td {
    width: 213px;
    height: 80px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    cursor: pointer
  }

  #web .cooperative-brand table td:hover span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  #web .cooperative-brand table span {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
  }
}

@media screen and (max-width: 1024px) {
  #web .company-project {
    width: 90%;
    height: 320px
  }

  #web .company-project .name {
    font-size: 18px
  }

  #web .company-project .company-lef-con {
    height: 276px
  }

  #web .company-project .company-lef-con .lef-con-text {
    padding: 18px
  }

  #web .company-project .company-lef-con .lef-con-text .title {
    font-size: 20px;
    margin-bottom: 16px
  }

  #web .company-project .company-lef-con .lef-con-text .text {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    margin-bottom: 16px
  }

  #web .company-right-con {
    height: 276px
  }

  #web .lef-con-text {
    padding: 0 25px
  }

  #web .lef-con-text .con-text-single {
    padding-top: 16px;
    height: 92px
  }

  #web .lef-con-text .con-text-single .text-single-title {
    font-size: 14px
  }

  #web .lef-con-text .con-text-single .text-single-con {
    font-size: 12px
  }
}

@media screen and (max-width: 1200px) {
  #web .home-product {
    width: 100%;
    height: 4.365rem;
    margin-bottom: 74px;
    position: relative
  }

  #web .home-product .bac-left {
    display: none
  }

  #web .home-product .bac-right {
    display: none
  }

  #web .home-product .home-product-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    background-color: #eeeeee
  }

  #web .home-product .product-wrap-left {
    width: 100%;
    height: 1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    padding-top: .2rem;
    position: relative;
    background-image: url(../images/home-pro-bac.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: .2rem
  }

  #web .home-product .product-wrap-left .left-con-showor {
    width: .25rem;
    height: .25rem;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -.125rem;
    background-image: url(../images/santiao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer
  }

  #web .home-product .product-wrap-left .title-eng {
    width: 95%;
    margin: 0 auto;
    font-size: .25rem;
    color: #FFFFFF
  }

  #web .home-product .product-wrap-left .title-chane {
    width: 95%;
    margin: 0 auto;
    font-size: .14rem;
    color: #FFFFFF;
    margin-bottom: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    height: auto;
    width: 100%;
    padding: .1rem .1rem 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/home-pro-bac.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }

  #web .home-product .product-wrap-left .wrap-left-con .product {
    display: block;
    width: 100%;
    height: 56px;
    border-bottom: 1px dashed #3d3d3e;
    line-height: 28px;
    padding-left: 65px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 7%;
    background-repeat: no-repeat;
    background-size: 12%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-left .wrap-left-con .product>span:last-child {
    float: right;
    font-family: "SimSun";
    font-weight: 600;
    font-size: 16px;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product span {
    font-size: 16px;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgh {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 2%;
    background: center no-repeat;
    background-size: contain
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgc {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 2%;
    background: center no-repeat;
    background-size: contain;
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-right {
    width: 95%;
    height: 3.38rem;
    float: none;
    padding: 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0
  }

  #web .home-product .product-wrap-right .company-lef-title {
    width: 98%;
    height: 30px;
    overflow: hidden;
    margin-bottom: .15rem
  }

  #web .home-product .product-wrap-right .name {
    color: #333333;
    font-size: 20px;
    height: 100%;
    float: left
  }

  #web .home-product .product-wrap-right .name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .name span {
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .name .color {
    display: inline-block;
    width: 4px;
    height: 20px;
    vertical-align: middle;
    background: -webkit-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 10px
  }

  #web .home-product .product-wrap-right .more {
    display: inline-block;
    height: 100%;
    float: right;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .home-product .product-wrap-right .more:hover a {
    color: #15499a
  }

  #web .home-product .product-wrap-right .more:hover span {
    color: #15499a
  }

  #web .home-product .product-wrap-right .more:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .more a {
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .more span {
    margin-left: 5px;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .wrap-right-con {
    width: 100%;
    height: 627px;
    overflow: hidden
  }

  #web .home-product .product-wrap-right .wrap-right-con>.right-con-single:nth-child(4) {
    display: none
  }

  #web .home-product .product-wrap-right .wrap-right-con>.right-con-single:nth-child(5) {
    display: none
  }

  #web .home-product .product-wrap-right .wrap-right-con .right-con-single {
    display: inline-block;
    width: 48%;
    height: 1.4rem;
    background-image: url(../images/product-bac-singla.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: .075rem;
    float: left
  }

  #web .home-product .product-wrap-right .wrap-right-con .right-con-single:hover .single-text-border {
    opacity: 1;
    visibility: visible
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text-border {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 19px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7)
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #948f8b;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text .single-text-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 30px
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text .single-text-con {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text .go-right {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #15499a;
    font-family: "SimSun";
    font-weight: 600
  }
}

@media screen and (max-width: 768px) {
  #web .home-fixed {
    display: none
  }

  #web .home-banner {
    width: 100%;
    height: 2.5rem;
    margin-bottom: 45px;
    position: relative;
    left: 0%
  }

  #web .home-banner .home-banner-moblie {
    display: block
  }

  #web .home-banner .home-banner-pc {
    display: none
  }

  #web .home-banner .swiper-container {
    width: 100%;
    height: 100%
  }

  #web .home-banner .swiper-container #homeBannerPage {
    bottom: 10px;
    right: 0;
    left: auto;
    width: 65%
  }

  #web .home-banner .swiper-container #homeBannerPage span {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: transparent
  }

  #web .home-banner .swiper-container #homeBannerprev {
    display: none
  }

  #web .home-banner .swiper-container #homeBannernext {
    display: none
  }

  #web .home-banner .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%
  }

  #web .home-banner .swiper-container .swiper-wrapper .swiper-slide-active span {
    background-color: transparent
  }

  #web .home-banner .swiper-container .swiper-wrapper a {
    display: inline-block;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
  }

  #web .company-project {
    width: 95%;
    height: auto;
    margin: 0 auto;
    margin-bottom: .25rem
  }

  #web .company-project .company-lef-title {
    width: 100%;
    height: .2rem;
    overflow: hidden;
    margin-bottom: .1rem
  }

  #web .company-project .name {
    color: #333333;
    font-size: .14rem;
    height: 100%;
    float: left
  }

  #web .company-project .name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .company-project .name span {
    vertical-align: middle
  }

  #web .company-project .name .color {
    display: inline-block;
    width: 4px;
    height: 20px;
    vertical-align: middle;
    background: -webkit-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 10px
  }

  #web .company-project .more {
    display: inline-block;
    height: 100%;
    float: right;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .company-project .more:hover a {
    color: #15499a
  }

  #web .company-project .more:hover span {
    color: #15499a
  }

  #web .company-project .more:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .company-project .more a {
    vertical-align: middle
  }

  #web .company-project .more span {
    margin-left: 5px;
    vertical-align: middle
  }

  #web .company-project .company-lef {
    display: inline-block;
    float: none;
    width: 100%;
    height: 4.3rem;
    margin-bottom: .25rem
  }

  #web .company-project .company-lef .company-lef-con {
    display: inline-block;
    width: 100%;
    height: 4.3rem;
    overflow: hidden
  }

  #web .company-project .company-lef .company-lef-con:hover .look-details {
    background-color: red
  }

  #web .company-project .company-lef .company-lef-con:hover .lef-con-pic {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  #web .company-project .company-lef .company-lef-con .lef-con-pic-div {
    width: 100%;
    height: 1.9rem;
    overflow: hidden
  }

  #web .company-project .company-lef .company-lef-con .lef-con-pic {
    width: 100%;
    height: 100%;
    background-image: url(../images/home-com-left.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
  }

  #web .company-project .company-lef .company-lef-con .lef-con-text {
    width: 100%;
    height: 2rem;
    background-color: #f5f5f5;
    padding: .1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .company-project .company-lef .company-lef-con .lef-con-text .title {
    font-size: .15rem;
    color: #333333;
    margin-bottom: 15px
  }

  #web .company-project .company-lef .company-lef-con .lef-con-text .text {
    font-size: .125rem;
    color: #666666;
    line-height: .25rem;
    height: .75rem;
    overflow: hidden;
    margin-bottom: 28px
  }

  #web .company-project .company-lef .company-lef-con .lef-con-text .look-details {
    display: inline-block;
    width: 1rem;
    height: .265rem;
    background-color: #15499a;
    text-align: center;
    line-height: .265rem;
    border-radius: 30px;
    font-size: .1rem;
    color: #FFFFFF;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
  }

  #web .company-project .project-right {
    float: none;
    width: 100%;
    height: 4.9rem
  }

  #web .company-project .project-right .company-right-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: .25rem
  }

  #web .company-project .project-right .lef-con-pic {
    width: 100%;
    height: 2.25rem;
    float: left
  }

  #web .company-project .project-right .swiper-container {
    width: 100%;
    height: 100%
  }

  #web .company-project .project-right .swiper-container #companyRightPage {
    position: absolute;
    bottom: .15rem;
    right: 0;
    width: auto;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .company-project .project-right .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%
  }

  #web .company-project .project-right .swiper-container .swiper-wrapper a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
  }

  #web .company-project .project-right .swiper-container .swiper-wrapper a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .4rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: .125rem;
    line-height: .4rem;
    padding-left: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .company-project .project-right .swiper-container .swiper-pagination-bullet-active {
    background-color: #15499a !important
  }

  #web .company-project .project-right .swiper-container .swiper-pagination-bullet {
    background-color: #c7c7c7
  }

  #web .company-project .project-right .lef-con-text {
    width: 100%;
    margin: 0 auto;
    height: auto;
    float: right;
    background-color: #f5f5f5;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .company-project .project-right .lef-con-text .line {
    width: 90%;
    height: 2px;
    margin: 0 auto;
    background: -webkit-linear-gradient(#dbdbdb, #fff);
    background: -moz-linear-gradient(#dbdbdb, #fff);
    background: linear-gradient(#dbdbdb, #fff)
  }

  #web .company-project .project-right .lef-con-text .con-text-single {
    display: block;
    width: 100%;
    height: .7rem;
    padding-top: .1rem;
    padding-right: .25rem;
    padding-left: .25rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .company-project .project-right .lef-con-text .con-text-single:hover .text-single-title {
    color: #15499a
  }

  #web .company-project .project-right .lef-con-text .con-text-single:hover .text-single-con {
    color: #15499a
  }

  #web .company-project .project-right .lef-con-text .con-text-single .text-single-title {
    font-size: .13rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .company-project .project-right .lef-con-text .con-text-single .text-single-con {
    font-size: .115rem;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .home-product {
    width: 100%;
    height: 4.365rem;
    margin-bottom: .3rem;
    position: relative
  }

  #web .home-product .bac-left {
    display: none
  }

  #web .home-product .bac-right {
    display: none
  }

  #web .home-product .home-product-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
    background-color: #eeeeee
  }

  #web .home-product .product-wrap-left {
    width: 100%;
    height: 1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    padding-top: .2rem;
    position: relative;
    margin-bottom: .2rem
  }

  #web .home-product .product-wrap-left .left-con-showor {
    width: .25rem;
    height: .25rem;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -.125rem;
    background-image: url(../images/three-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    cursor: pointer
  }

  #web .home-product .product-wrap-left .left-con-showor-cancel {
    width: .25rem;
    height: .25rem;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -.125rem;
    background-image: url(../images/cancel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    cursor: pointer
  }

  #web .home-product .product-wrap-left .title-eng {
    width: 95%;
    margin: 0 auto;
    font-size: .25rem;
    color: #FFFFFF
  }

  #web .home-product .product-wrap-left .title-chane {
    width: 95%;
    margin: 0 auto;
    font-size: .14rem;
    color: #FFFFFF;
    margin-bottom: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    height: auto;
    width: 100%;
    padding: .1rem .1rem .2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7)
  }

  #web .home-product .product-wrap-left .wrap-left-con .product {
    display: block;
    width: 100%;
    height: 56px;
    border-bottom: 1px dashed #3d3d3e;
    line-height: 56px;
    padding-left: 45px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 7%;
    background-repeat: no-repeat;
    background-size: 12%;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-left .wrap-left-con .product>span:last-child {
    float: right;
    font-family: "SimSun";
    font-weight: 600;
    font-size: 16px;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product span {
    font-size: 16px;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgh {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 2%;
    background: center no-repeat;
    background-size: contain
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgc {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 2%;
    background: center no-repeat;
    background-size: contain;
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-right {
    width: 95%;
    height: 3.38rem;
    float: none;
    padding: 0;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0
  }

  #web .home-product .product-wrap-right .company-lef-title {
    width: 98%;
    height: 30px;
    overflow: hidden;
    margin-bottom: .1rem
  }

  #web .home-product .product-wrap-right .name {
    color: #333333;
    font-size: 20px;
    height: 100%;
    float: left
  }

  #web .home-product .product-wrap-right .name:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .name span {
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .name .color {
    display: inline-block;
    width: 4px;
    height: 20px;
    vertical-align: middle;
    background: -webkit-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 10px
  }

  #web .home-product .product-wrap-right .more {
    display: inline-block;
    height: 100%;
    float: right;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .home-product .product-wrap-right .more:hover a {
    color: #15499a
  }

  #web .home-product .product-wrap-right .more:hover span {
    color: #15499a
  }

  #web .home-product .product-wrap-right .more:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .more a {
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .more span {
    margin-left: 5px;
    vertical-align: middle
  }

  #web .home-product .product-wrap-right .wrap-right-con {
    width: 100%;
    height: auto;
    overflow: hidden
  }

  #web .home-product .product-wrap-right .wrap-right-con>.right-con-single:nth-child(4) {
    display: none
  }

  #web .home-product .product-wrap-right .wrap-right-con>.right-con-single:nth-child(5) {
    display: none
  }

  #web .home-product .product-wrap-right .wrap-right-con .right-con-single {
    display: inline-block;
    width: 48%;
    height: 1.3rem;
    background-image: url(../images/product-bac-singla.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: .075rem;
    float: left
  }

  #web .home-product .product-wrap-right .wrap-right-con .right-con-single:hover .single-text-border {
    opacity: 1;
    visibility: visible
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text-border {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 19px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7)
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #948f8b;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .05rem
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text .single-text-title {
    font-size: .11rem;
    color: #ffffff;
    margin-bottom: .15rem
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text .single-text-con {
    font-size: .08rem;
    color: #ffffff;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: .15rem
  }

  #web .home-product .product-wrap-right .wrap-right-con .single-text .go-right {
    display: none;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #15499a;
    font-family: "SimSun";
    font-weight: 600
  }

  #web .cooperative-brand {
    width: 95%;
    height: auto;
    margin: 0 auto .35rem
  }

  #web .cooperative-brand .cooper-title {
    text-align: center;
    font-size: .14rem;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600
  }

  #web .cooperative-brand .cooper-pro {
    width: 100%;
    margin: 0 0 .2rem 0;
    text-align: center;
    font-size: .11rem;
    line-height: .175rem;
    color: #999999
  }

  #web .cooperative-brand .cooper-table {
    width: 100%
  }

  #web .cooperative-brand ul {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    overflow: hidden
  }

  #web .cooperative-brand ul>li:nth-child(-n+18) {
    display: inline-block
  }

  #web .cooperative-brand ul li {
    display: none;
    width: 33.3333%;
    padding-top: 16%;
    float: left;
    position: relative;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer
  }

  #web .cooperative-brand ul li:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
  }

  #web .cooperative-brand ul li span {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 99%;
    height: 99%;
    overflow: hidden
  }

  #web .cooperative-brand ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }
}

@media screen and (max-width: 500px) {
  #web .home-product .product-wrap-left {
    margin-bottom: .2rem
  }

  #web .home-product .product-wrap-left .wrap-left-con {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    height: auto;
    width: 100%;
    padding: .1rem .1rem .35rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7)
  }

  #web .home-product .product-wrap-left .wrap-left-con .product {
    display: block;
    width: 100%;
    height: .5rem;
    border-bottom: 1px dashed #3d3d3e;
    line-height: .5rem;
    padding-left: 45px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover span {
    color: white
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgc {
    opacity: 1
  }

  #web .home-product .product-wrap-left .wrap-left-con .product>span:last-child {
    float: right;
    font-family: "SimSun";
    font-weight: 600;
    font-size: .13rem;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product span {
    font-size: .15rem;
    color: #afaeae
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgh {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    left: 2%;
    background: center no-repeat;
    background-size: contain
  }

  #web .home-product .product-wrap-left .wrap-left-con .product .fixed-imgc {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    margin-top: -12.5px;
    left: 2%;
    background: center no-repeat;
    background-size: contain;
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action {
    background-color: #15499a
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action span {
    color: white !important
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgh {
    opacity: 0
  }

  #web .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgc {
    opacity: 1
  }
}

#web .swiper-slide-active-me {
  border: 3px solid #15499a;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#web #bigBannder-prev {
  display: inline-block;
  width: 50px;
  height: 50px;
  bottom: 2px;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 81%;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 1;
  opacity: .5
}

#web #bigBannder-prev:hover {
  opacity: 1;
  background-image: url(../images/banner-left-w.png)
}

#web #bigBannder-next {
  display: inline-block;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 81%;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  opacity: .5;
  z-index: 1
}

#web #bigBannder-next:hover {
  opacity: 1;
  background-image: url(../images/banner-left-w.png)
}

@media screen and (max-width: 768px) {
  #web #bigBannder-prev {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    bottom: 2px;
    left: .05rem;
    top: 50%;
    margin-top: -.125rem;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 81%;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    z-index: 1;
    opacity: .5
  }

  #web #bigBannder-prev:hover {
    opacity: 1;
    background-image: url(../images/banner-left-w.png)
  }

  #web #bigBannder-next {
    display: inline-block;
    width: .25rem;
    height: .25rem;
    right: .05rem;
    top: 50%;
    margin-top: -.125rem;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 81%;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    opacity: .5;
    z-index: 1
  }

  #web #bigBannder-next:hover {
    opacity: 1;
    background-image: url(../images/banner-left-w.png)
  }
}

@media screen and (max-width: 768px) {
  .web-action {
    display: none
  }

  header {
    width: 100%;
    height: .7rem
  }

  header .mobile-show {
    display: block;
    width: 100%;
    height: .7rem;
    position: relative;
    background-color: white
  }

  header .mobile-show .mobile-show-fixed-action {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: white
  }

  header .mobile-show .mobile-show-fixed {
    display: block;
    width: 100%;
    height: .7rem
  }

  header .mobile-show .header-logo-div {
    vertical-align: middle;
    display: inline-block;
    padding-left: .1rem;
    height: 100%;
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  header .mobile-show .header-logo-div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }

  header .mobile-show .header-logo-div img {
    width: 80%;
    vertical-align: middle
  }

  header .mobile-show .mobile-show-selects {
    width: 50%;
    height: 100%;
    float: right;
    text-align: right;
    position: relative;
    z-index: 2
  }

  header .mobile-show .mobile-show-selects:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
  }

  header .mobile-show .mobile-language-border {
    border-radius: 8px 8px 0px 0px/8px 8px 0px 0px !important;
    height: .4rem !important;
    line-height: .4rem !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
  }

  header .mobile-show .mobile-language {
    display: inline-block;
    vertical-align: middle;
    width: .9rem;
    height: .25rem;
    margin-right: 20px;
    border-radius: 8px;
    padding-right: 4%;
    padding-left: 3%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-align: center;
    line-height: .25rem;
    font-size: .1rem;
    background-color: #15499a;
    background-image: url(../images/m-h-bottom.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-position: 90% 50%;
    position: relative
  }

  header .mobile-show .mobile-language .now-language {
    font-size: .1rem;
    color: white
  }

  header .mobile-show .mobile-ifshow {
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .25rem;
    margin-right: .1rem;
    background-color: #15499a;
    border-radius: 8px;
    background-image: url(../images/m-h-search.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    cursor: pointer
  }

  header .mobile-show .mobile-ifshow-cancel {
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .25rem;
    margin-right: .1rem;
    background-color: #15499a;
    border-radius: 8px;
    background-image: url(../images/m-h-cancel.png);
    background-repeat: no-repeat;
    background-size: 49%;
    background-position: 50%;
    cursor: pointer
  }

  header .mobile-show .mobile-languages {
    display: none;
    vertical-align: middle;
    width: .9rem;
    background-color: #15499a;
    position: absolute;
    top: .4rem;
    left: 0;
    border-radius: 0px 0px 8px 8px/0px 0px 8px 8px
  }

  header .mobile-show .mobile-languages a {
    display: inline-block;
    width: 100%;
    height: .4rem;
    border-top: 1px solid #ffffff;
    line-height: .4rem;
    text-align: center;
    color: white;
    font-size: .1rem
  }

  header .mo-show-all {
    position: absolute;
    top: .6rem;
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    background-color: #f5f5f5;
    display: none
  }

  header .mo-show-all form {
    text-align: center;
    width: 2.915rem;
    height: .4rem;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    background-color: white;
    border-radius: 8px;
    margin-bottom: .25rem
  }

  header .mo-show-all form input {
    border: none;
    width: 2.25rem;
    vertical-align: middle;
    padding-left: .1rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  header .mo-show-all form button {
    display: inline-block;
    width: .5rem;
    height: 100%;
    border: none;
    background-color: transparent;
    background-image: url(../images/m-header-search.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 50% 50%;
    cursor: pointer
  }

  header .mo-show-all .m-header-select-con {
    border-top: 1px solid #e8e8e8;
    padding-top: .15rem
  }

  header .mo-show-all .m-header-select-con .m-select-con-single {
    display: block;
    width: 90%;
    height: .5rem;
    margin: 0 auto;
    line-height: .5rem;
    font-size: .15rem;
    color: #666666;
    border-bottom: 1px dashed #c4c4c4
  }

  header .mo-show-all .m-header-select-con .m-select-con-single span {
    float: right;
    width: 30px;
    height: 100%;
    line-height: .4rem;
    background-image: url(../images/mon-turn-right.png);
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center
  }

  header .language {
    display: none
  }

  header .header-select {
    display: none
  }
}

.home {
  overflow: hidden
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
  }
}

@-moz-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  70% {
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }

  90% {
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
  }
}

.home .home-banner {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  position: relative
}

.home .home-banner .home-banner-moblie {
  display: none
}

.home .home-banner .home-banner-pc {
  display: block
}

.home .home-banner .swiper-container {
  width: 100%;
  height: 20vw;
}

.home .home-banner .swiper-container .swiper-pagination {
  bottom: 10px;
  right: 0;
  left: auto;
  width: 65%
}

.home .home-banner .swiper-container .swiper-pagination span {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: transparent;
  opacity: 1
}

.home .home-banner .swiper-container .swiper-pagination img {
  width: 100%
}

.home .home-banner .swiper-container .swiper-button-prev {
  background-image: url(../images/home-banner-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  height: 28px;
  left: 10%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
}

.home .home-banner .swiper-container .swiper-button-prev:hover {
  background-image: url(../images/home-banner-left.png);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.home .home-banner .swiper-container .swiper-button-next {
  background-image: url(../images/home-banner-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 70px;
  height: 28px;
  right: 10%;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
}

@media(max-width:769px) {
  .home .home-banner .swiper-container .swiper-button-prev {
    background-image: url(../images/home-banner-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 20px;
    left: 5%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    top: 50%;
    margin-top: -10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
  }

  .home .home-banner .swiper-container .swiper-button-next {
    background-image: url(../images/home-banner-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 50px;
    height: 20px;
    right: 5%;
    top: 50%;
    margin-top: -10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
  }
}

.home .home-banner .swiper-container .swiper-button-next:hover {
  background-image: url(../images/home-banner-left.png);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.home .home-banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%
}

.home .home-banner .swiper-container .swiper-wrapper .swiper-slide-active span {
  background-color: transparent
}

.home .home-banner .swiper-container .swiper-wrapper a {
  display: inline-block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.home .home-banner .swiper-container .swiper-wrapper a span {
  display: inline-block;
  padding-top: 31.25%
}

.home .company-project {
  width: 1710px;
  height: 460px;
  margin: 0 auto;
  margin-bottom: 98px
}

.home .company-project .company-lef-title {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 14px
}

.home .company-project .name {
  color: #333333;
  font-size: 20px;
  height: 100%;
  float: left
}

.home .company-project .name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.home .company-project .name span {
  vertical-align: middle;
  font-weight: 600
}

.home .company-project .name .color {
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  background: -webkit-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 10px
}

.home .company-project .more {
  display: inline-block;
  height: 100%;
  float: right;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .company-project .more:hover a {
  color: #15499a
}

.home .company-project .more:hover span {
  color: #15499a
}

.home .company-project .more:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.home .company-project .more a {
  vertical-align: middle;
  color: #000000;
}

.home .company-project .more span {
  margin-left: 5px;
  vertical-align: middle;
  color: #000000;
}

.home .company-project .company-lef {
  display: inline-block;
  float: left;
  width: 48%;
  height: 100%
}

.home .company-project .company-lef .company-lef-con {
  display: inline-block;
  width: 100%;
  height: 416px;
  overflow: hidden
}

.home .company-project .company-lef .company-lef-con:hover .look-details {
  background-color: red !important
}

.home .company-project .company-lef .company-lef-con:hover .lef-con-pic {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.home .company-project .company-lef .company-lef-con .lef-con-pic-div {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden
}

.home .company-project .company-lef .company-lef-con .lef-con-pic {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s
}

.home .company-project .company-lef .company-lef-con .lef-con-text {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #f5f5f5;
  padding: 63px 77px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/home-new-bac.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.home .company-project .company-lef .company-lef-con .lef-con-text .title {
  font-size: 26px;
  color: #333333;
  margin-bottom: 56px
}

.home .company-project .company-lef .company-lef-con .lef-con-text .text {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin-bottom: 56px
}

.home .company-project .company-lef .company-lef-con .lef-con-text .look-details {
  display: inline-block;
  width: 110px;
  height: 30px;
  background-color: #15499a;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 12px;
  color: #FFFFFF;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s
}

.home .company-project .project-right {
  float: right;
  width: 48%;
  height: 100%
}

.home .company-project .project-right .company-right-con {
  width: 100%;
  height: 416px;
  overflow: hidden
}

.home .company-project .project-right .lef-con-pic {
  width: 50%;
  height: 100%;
  float: left
}

.home .company-project .project-right .swiper-container {
  width: 100%;
  height: 100%
}

.home .company-project .project-right .swiper-container #companyRightPage {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: auto;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .company-project .project-right .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%
}

.home .company-project .project-right .swiper-container .swiper-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.home .company-project .project-right .swiper-container .swiper-wrapper a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  padding-left: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .company-project .project-right .swiper-container .swiper-pagination-bullet {
  background-color: white;
  opacity: 1
}

.home .company-project .project-right .swiper-container .swiper-pagination-bullet-active {
  background-color: #15499a
}

.home .company-project .project-right .lef-con-text {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #f5f5f5;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/home-new-bac.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.home .company-project .project-right .lef-con-text .line {
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(#dbdbdb, #fff);
  background: -moz-linear-gradient(#dbdbdb, #fff);
  background: linear-gradient(#dbdbdb, #fff)
}

.home .company-project .project-right .lef-con-text .con-text-single {
  display: block;
  width: 100%;
  height: 135px;
  padding-top: 43px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .company-project .project-right .lef-con-text .con-text-single:hover .text-single-title {
  color: #15499a
}

.home .company-project .project-right .lef-con-text .con-text-single:hover .text-single-con {
  color: #15499a
}

.home .company-project .project-right .lef-con-text .con-text-single .text-single-title {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.home .company-project .project-right .lef-con-text .con-text-single .text-single-con {
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.home .home-product {
  width: 100%;
  height: 850px;
  margin-bottom: 74px;
  position: relative
}

.home .home-product .bac-left {
  width: 22%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/home-pro-bac.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.home .home-product .bac-left .bac-left-border {
  position: absolute;
  top: 255px;
  left: 0;
  width: 100%;
  height: 1px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2e2e2f
}

.home .home-product .bac-right {
  width: 78%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
  background-color: #eeeeee
}

.home .home-product .home-product-wrap {
  position: relative;
  z-index: 1;
  width: 1710px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden
}

.home .home-product .product-wrap-left {
  width: 328px;
  height: 100%;
  padding-top: 106px;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .home-product .product-wrap-left .title-eng {
  font-size: 50px;
  color: #FFFFFF
}

.home .home-product .product-wrap-left .title-chane {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 45px
}

.home .home-product .product-wrap-left .wrap-left-con {
  display: block;
  padding-top: 63px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .home-product .product-wrap-left .wrap-left-con .product {
  display: block;
  width: 221px;
  height: 56px;
  border-bottom: 1px dashed #3d3d3e;
  line-height: 18px;
  padding-top: 18px;
  padding-left: 45px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 12%;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.home .home-product .product-wrap-left .wrap-left-con .product:hover {
  background-color: #15499a
}

.home .home-product .product-wrap-left .wrap-left-con .product:hover span {
  color: white
}

.home .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgh {
  opacity: 0
}

.home .home-product .product-wrap-left .wrap-left-con .product:hover .fixed-imgc {
  opacity: 1
}

.home .home-product .product-wrap-left .wrap-left-con .product>span:last-child {
  float: right;
  font-family: "SimSun";
  font-weight: 600;
  font-size: 16px;
  color: #afaeae
}

.home .home-product .product-wrap-left .wrap-left-con .product span {
  font-size: 16px;
  color: #afaeae
}

.home .home-product .product-wrap-left .wrap-left-con .product .fixed-imgh {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 2%;
  background: center no-repeat;
  background-size: contain
}

.home .home-product .product-wrap-left .wrap-left-con .product .fixed-imgc {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 2%;
  background: center no-repeat;
  background-size: contain;
  opacity: 0
}

.home .home-product .product-wrap-left .wrap-left-con .product-action {
  background-color: #15499a
}

.home .home-product .product-wrap-left .wrap-left-con .product-action span {
  color: white
}

.home .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgh {
  opacity: 0
}

.home .home-product .product-wrap-left .wrap-left-con .product-action .fixed-imgc {
  opacity: 1
}

.home .home-product .product-wrap-right {
  width: 1382px;
  height: 100%;
  float: right;
  padding: 72px 0 72px 108px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .home-product .product-wrap-right .company-lef-title {
  width: 98%;
  height: 30px;
  overflow: hidden;
  margin: 14px auto 10px
}

.home .home-product .product-wrap-right .name {
  color: #333333;
  font-size: 20px;
  height: 100%;
  float: left
}

.home .home-product .product-wrap-right .name:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.home .home-product .product-wrap-right .name span {
  vertical-align: middle;
  font-weight: 600
}

.home .home-product .product-wrap-right .name .color {
  display: inline-block;
  width: 4px;
  height: 20px;
  vertical-align: middle;
  background: -webkit-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(#ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 10px
}

.home .home-product .product-wrap-right .more {
  display: inline-block;
  height: 100%;
  float: right;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .home-product .product-wrap-right .more:hover a {
  color: #15499a
}

.home .home-product .product-wrap-right .more:hover span {
  color: #15499a
}

.home .home-product .product-wrap-right .more:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.home .home-product .product-wrap-right .more a {
  vertical-align: middle;
  color: #999999
}

.home .home-product .product-wrap-right .more span {
  margin-left: 5px;
  vertical-align: middle;
  color: #999999
}

.home .home-product .product-wrap-right .wrap-right-con {
  width: 100%;
  height: 627px;
  overflow: hidden
}

.home .home-product .product-wrap-right .wrap-right-con .right-con-single {
  display: inline-block;
  width: 31.333%;
  margin: 0 1%;
  height: 296px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.home .home-product .product-wrap-right .wrap-right-con .right-con-single:hover .single-text-border {
  opacity: 1;
  visibility: visible
}

.home .home-product .product-wrap-right .wrap-right-con .single-text-border {
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 19px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7)
}

.home .home-product .product-wrap-right .wrap-right-con .single-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #948f8b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px
}

.home .home-product .product-wrap-right .wrap-right-con .single-text .single-text-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px
}

.home .home-product .product-wrap-right .wrap-right-con .single-text .single-text-con {
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px
}

.home .home-product .product-wrap-right .wrap-right-con .single-text .go-right {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #15499a;
  font-family: "SimSun";
  font-weight: 600
}

.home .cooperative-brand {
  width: 1710px;
  height: auto;
  margin: 0 auto 60px
}

.home .cooperative-brand .cooper-title {
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px
}

.home .cooperative-brand .cooper-pro {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  color: #999999;
  margin-bottom: 40px
}

.home .cooperative-brand .cooper-table {
  width: 100%
}

.home .cooperative-brand ul {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  overflow: hidden
}

.home .cooperative-brand ul li {
  display: inline-block;
  width: 12.5%;
  padding-top: 6.3%;
  float: left;
  position: relative;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer
}

.home .cooperative-brand ul li:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.home .cooperative-brand ul li span {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 99%;
  height: 99%;
  overflow: hidden
}

.home .cooperative-brand ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.uv-prints {
  width: 100%
}

.uv-prints .uv-prints-con {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.uv-prints .uv-prints-con .uv-prints-div {
  width: 870px;
  min-height: 500px;
  float: right;
  padding-top: 10px;
  padding-bottom: 50px
}

.uv-prints .uv-prints-con .uv-prints-div .title-nav {
  width: 98%;
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto
}

.uv-prints .uv-prints-con .uv-prints-div .title-nav .title {
  height: 100%;
  float: left;
  line-height: 50px;
  font-size: 18px;
  color: #333333
}

.uv-prints .uv-prints-con .uv-prints-div .title-nav .nav {
  height: 100%;
  float: right;
  line-height: 50px;
  font-size: 12px;
  color: #999999
}

.uv-prints .uv-prints-con .uv-prints-div .title-nav .nav a {
  font-size: 12px;
  color: #999999;
  margin: 0 3px
}

.uv-prints .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
  opacity: .7
}

.uv-prints .uv-prints-con .uv-prints-div .title-nav .nav i {
  font-size: 12px;
  color: #c6c6c6;
  margin-right: 6px
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content {
  width: 100%;
  padding-top: 30px;
  overflow: hidden
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single {
  display: inline-block;
  width: 33.33333%;
  height: 256px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-pic>span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-text {
  color: #15499a
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic {
  width: 100%;
  height: 202px;
  overflow: hidden
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-text {
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  background-color: #eeeeee
}

@media screen and (max-width: 1200px) {
  #web .uv-prints {
    width: 100%
  }

  #web .uv-prints .uv-prints-con {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
  }

  #web .uv-prints .uv-prints-con .uv-prints-div {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 10px;
    padding-bottom: 50px
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content {
    width: 100%;
    padding-top: .25rem;
    overflow: hidden
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single {
    display: inline-block;
    width: 33.33333%;
    height: 256px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 1%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-pic>span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-text {
    color: #15499a
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic {
    width: 100%;
    height: 202px;
    overflow: hidden
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-text {
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    background-color: #eeeeee
  }
}

@media screen and (max-width: 768px) {
  #web .uv-prints {
    width: 100%
  }

  #web .uv-prints .uv-prints-con {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
  }

  #web .uv-prints .uv-prints-con .uv-prints-div {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 10px;
    padding-bottom: 50px
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content {
    width: 100%;
    padding-top: 30px;
    overflow: hidden
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single {
    display: inline-block;
    width: 50%;
    height: 1.28rem;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 1%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-pic>span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-text {
    color: #15499a
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic {
    width: 100%;
    height: 1.01rem;
    overflow: hidden
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .uv-prints .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-text {
    width: 100%;
    height: .28rem;
    font-size: .12rem;
    line-height: .28rem;
    text-align: center;
    background-color: #eeeeee
  }
}

.uv-prints-details .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.uv-prints-details .uv-prints-details-con {
  width: 100%;
  height: 423px;
  overflow: hidden;
  margin-bottom: 40px
}

.uv-prints-details .prints-details-banner {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer
}

.uv-prints-details .prints-details-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.uv-prints-details .prints-details-banner #swiperBig {
  width: 100%;
  height: 327px;
  margin-bottom: 10px
}

.uv-prints-details .prints-details-banner #detailsBannder {
  width: 88%;
  height: 84px
}

.uv-prints-details .prints-details-banner #detailsBannder-prev {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  left: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  opacity: .5
}

.uv-prints-details .prints-details-banner #detailsBannder-prev:hover {
  opacity: 1;
  background-image: url(../images/banner-left-w.png)
}

.uv-prints-details .prints-details-banner #detailsBannder-next {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  right: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  opacity: .5
}

.uv-prints-details .prints-details-banner #detailsBannder-next:hover {
  opacity: 1;
  background-image: url(../images/banner-left-w.png)
}

.uv-prints-details .prints-details-text {
  width: 50%;
  height: 100%;
  float: right;
  padding: 10px 10px 10px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.uv-prints-details .prints-details-text h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px
}

.uv-prints-details .prints-details-text .text-con {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  height: 350px;
  overflow: hidden
}

.uv-prints-details .prints-details-text .text-con-scrool {
  width: 105%;
  height: 350px;
  padding-top: 20px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll
}

.uv-prints-details .prints-details-text .text-con-scrool P {
  font-size: 14px;
  color: #666666;
  line-height: 25px
}

.uv-prints-details .prints-details-text .text-con-scrool h1 {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600
}

.uv-prints-details .back-to-list {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.uv-prints-details .back-to-list:hover {
  background-color: #15499a;
  color: white
}

.uv-prints-details .case-details {
  margin-bottom: 40px
}

.uv-prints-details .case-details p {
  margin-bottom: 20px
}

.uv-prints-details .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.uv-prints-details .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.uv-prints-details .case-details .case-details-con {
  width: 100%
}

.uv-prints-details .case-details .case-details-con:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.uv-prints-details .case-details .case-details-con>.case-details-single:nth-child(2n) {
  margin-left: 2%
}

.uv-prints-details .case-details .case-details-con .case-details-single {
  display: none;
  float: left;
  width: 49%;
  position: relative;
  padding-top: 36.52809%;
  overflow: hidden;
  float: left;
  margin-bottom: 2%;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.uv-prints-details .case-details .case-details-con .case-details-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.uv-prints-details .case-details .case-details-con .case-details-single:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px 0 #666666
}

.uv-prints-details .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.uv-prints-details .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.uv-prints-details .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.uv-prints-details .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.uv-prints-details .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.uv-prints-details .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .uv-prints-details .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .uv-prints-details .uv-prints-details-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
  }

  .uv-prints-details .prints-details-banner {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
  }

  .uv-prints-details .prints-details-banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .uv-prints-details .prints-details-banner #swiperBig {
    width: 100%;
    height: 2rem;
    margin-bottom: 10px
  }

  .uv-prints-details .prints-details-banner #detailsBannder {
    width: 88%;
    height: .62rem
  }

  .uv-prints-details .prints-details-banner #detailsBannder-prev {
    display: inline-block;
    width: 6%;
    height: .62rem;
    bottom: 0px;
    left: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .uv-prints-details .prints-details-banner #detailsBannder-prev:hover {
    background-color: #15499a;
    background-image: url(../images/banner-left-w.png)
  }

  .uv-prints-details .prints-details-banner #detailsBannder-next {
    display: inline-block;
    width: 6%;
    height: .62rem;
    bottom: 0px;
    right: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .uv-prints-details .prints-details-banner #detailsBannder-next:hover {
    background-color: #15499a;
    background-image: url(../images/banner-left-w.png)
  }

  .uv-prints-details .prints-details-text {
    width: 100%;
    height: 100%;
    float: right;
    padding: 10px 10px 10px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .uv-prints-details .prints-details-text h2 {
    font-size: .14rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
  }

  .uv-prints-details .prints-details-text .text-con {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: auto;
    overflow: hidden
  }

  .uv-prints-details .prints-details-text .text-con-scrool {
    width: 105%;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll
  }

  .uv-prints-details .prints-details-text .text-con-scrool P {
    font-size: .115rem;
    color: #666666;
    line-height: .15rem
  }

  .uv-prints-details .prints-details-text .text-con-scrool h1 {
    font-size: .125rem;
    color: #333333;
    margin-top: .1rem;
    margin-bottom: 5px;
    font-weight: 600
  }

  .uv-prints-details .back-to-list {
    display: inline-block;
    width: 100%;
    height: .36rem;
    line-height: .36rem;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: .13rem;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .uv-prints-details .back-to-list:hover {
    background-color: #15499a;
    color: white
  }

  .uv-prints-details .case-details {
    margin-bottom: 40px
  }

  .uv-prints-details .case-details p {
    margin-bottom: 20px
  }

  .uv-prints-details .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .uv-prints-details .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .uv-prints-details .case-details .case-details-con {
    width: 100%
  }

  .uv-prints-details .case-details .case-details-con:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  .uv-prints-details .case-details .case-details-con>.case-details-single:nth-child(2n) {
    margin-left: 2%
  }

  .uv-prints-details .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .uv-prints-details .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .uv-prints-details .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .uv-prints-details .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .uv-prints-details .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .uv-prints-details .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.show-shand-details .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.show-shand-details .uv-prints-details-con {
  width: 100%;
  height: 423px;
  overflow: hidden;
  margin-bottom: 40px
}

.show-shand-details .prints-details-banner {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer
}

.show-shand-details .prints-details-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.show-shand-details .prints-details-banner #swiperBig {
  width: 100%;
  height: 327px;
  margin-bottom: 10px
}

.show-shand-details .prints-details-banner #detailsBannder {
  width: 88%;
  height: 84px
}

.show-shand-details .prints-details-banner #detailsBannder .swiper-slide-active-me {
  border: 3px solid #15499a;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.show-shand-details .prints-details-banner #detailsBannder-prev {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  left: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.show-shand-details .prints-details-banner #detailsBannder-prev:hover {
  background-image: url(../images/banner-left-w.png)
}

.show-shand-details .prints-details-banner #detailsBannder-next {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  right: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.show-shand-details .prints-details-banner #detailsBannder-next:hover {
  background-image: url(../images/banner-left-w.png)
}

.show-shand-details .prints-details-text {
  width: 50%;
  height: 100%;
  float: right;
  padding: 10px 10px 10px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.show-shand-details .prints-details-text h2 {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px
}

.show-shand-details .prints-details-text .text-con {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  height: 350px;
  overflow: hidden
}

.show-shand-details .prints-details-text .text-con-scrool {
  width: 105%;
  height: 350px;
  padding-top: 20px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll
}

.show-shand-details .prints-details-text .text-con-scrool P {
  font-size: 14px;
  color: #666666;
  line-height: 25px
}

.show-shand-details .prints-details-text .text-con-scrool h1 {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600
}

.show-shand-details .back-to-list {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.show-shand-details .back-to-list:hover {
  background-color: #15499a;
  color: white
}

.show-shand-details .case-details {
  margin-bottom: 40px
}

.show-shand-details .case-details p {
  margin-bottom: 20px
}

.show-shand-details .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.show-shand-details .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.show-shand-details .case-details .case-details-con {
  width: 100%
}

.show-shand-details .case-details .case-details-con img {
  width: 100%
}

@media screen and (max-width: 768px) {
  .show-shand-details .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .show-shand-details .uv-prints-details-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
  }

  .show-shand-details .prints-details-banner {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
  }

  .show-shand-details .prints-details-banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .show-shand-details .prints-details-banner #swiperBig {
    width: 100%;
    height: 1.6rem;
    margin-bottom: 10px
  }

  .show-shand-details .prints-details-banner #detailsBannder {
    width: 88%;
    height: .42rem
  }

  .show-shand-details .prints-details-banner #detailsBannder-prev {
    display: inline-block;
    width: 6%;
    height: .42rem;
    bottom: 0px;
    left: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .show-shand-details .prints-details-banner #detailsBannder-prev:hover {
    background-color: #15499a;
    background-image: url(../images/banner-left-w.png)
  }

  .show-shand-details .prints-details-banner #detailsBannder-next {
    display: inline-block;
    width: 6%;
    height: .42rem;
    bottom: 0px;
    right: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .show-shand-details .prints-details-banner #detailsBannder-next:hover {
    background-color: #15499a;
    background-image: url(../images/banner-left-w.png)
  }

  .show-shand-details .prints-details-text {
    width: 100%;
    height: 100%;
    float: right;
    padding: 30px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .show-shand-details .prints-details-text h2 {
    font-size: .14rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
  }

  .show-shand-details .prints-details-text .text-con {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: auto;
    overflow: hidden
  }

  .show-shand-details .prints-details-text .text-con-scrool {
    width: 105%;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll
  }

  .show-shand-details .prints-details-text .text-con-scrool P {
    font-size: .115rem;
    color: #666666;
    line-height: .15rem
  }

  .show-shand-details .prints-details-text .text-con-scrool h1 {
    font-size: .125rem;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600
  }

  .show-shand-details .back-to-list {
    display: inline-block;
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: .1rem;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .show-shand-details .back-to-list:hover {
    background-color: #15499a;
    color: white
  }

  .show-shand-details .case-details {
    margin-bottom: .2rem
  }

  .show-shand-details .case-details p {
    margin-bottom: 20px
  }

  .show-shand-details .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .show-shand-details .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .show-shand-details .case-details .case-details-con {
    width: 100%
  }

  .show-shand-details .case-details .case-details-con img {
    width: 100%
  }
}

.film-pro .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.film-pro .uv-prints-content .film-content {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px
}

.film-pro .uv-prints-content .film-content .prints-content-single {
  display: inline-block;
  width: 33.33333%;
  height: 256px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.film-pro .uv-prints-content .film-content .prints-content-single:hover .single-pic>img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.film-pro .uv-prints-content .film-content .prints-content-single:hover .single-text {
  color: #15499a
}

.film-pro .uv-prints-content .film-content .prints-content-single .single-pic {
  width: 100%;
  position: relative;
  padding-top: 77%;
  overflow: hidden;
  cursor: pointer
}

.film-pro .uv-prints-content .film-content .prints-content-single .single-pic img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.film-pro .uv-prints-content .film-content .prints-content-single .single-text {
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  background-color: #eeeeee
}

.film-pro .uv-prints-content .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.film-pro .uv-prints-content .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.film-pro .uv-prints-content .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.film-pro .uv-prints-content .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.film-pro .uv-prints-content .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.film-pro .uv-prints-content .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

.film-pro .pro {
  font-size: 13px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 50px
}

@media screen and (max-width: 1200px) {
  .film-pro .uv-prints-content .film-content .prints-content-single {
    display: inline-block
  }

  .film-pro .uv-prints-content .film-content .prints-content-single .single-pic {
    width: 100%;
    position: relative;
    padding-top: 66%;
    overflow: hidden;
    cursor: pointer
  }

  .film-pro .uv-prints-content .film-content .prints-content-single .single-pic img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }
}

@media screen and (max-width: 768px) {
  .film-pro .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .film-pro .uv-prints-content .film-content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
  }

  .film-pro .uv-prints-content .film-content .prints-content-single {
    display: inline-block;
    width: 50%;
    height: 1.28rem;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 1%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .film-pro .uv-prints-content .film-content .prints-content-single:hover .single-pic>img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .film-pro .uv-prints-content .film-content .prints-content-single .single-pic {
    width: 100%;
    position: relative;
    padding-top: 72%;
    overflow: hidden;
    cursor: pointer
  }

  .film-pro .uv-prints-content .film-content .prints-content-single .single-pic img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .film-pro .uv-prints-content .film-content .prints-content-single .single-text {
    width: 100%;
    height: .28rem;
    font-size: .12rem;
    line-height: .28rem;
    text-align: center;
    background-color: #eeeeee
  }

  .film-pro .uv-prints-content .up-down-pages {
    width: 100%;
    height: 52px;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .film-pro .uv-prints-content .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #333333
  }

  .film-pro .uv-prints-content .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro .uv-prints-content .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #333333
  }

  .film-pro .uv-prints-content .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro .uv-prints-content .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }

  .film-pro .uv-prints-content .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .film-pro .uv-prints-content .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .film-pro .uv-prints-content .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro .uv-prints-content .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .film-pro .uv-prints-content .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro .uv-prints-content .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }

  .film-pro .pro {
    font-size: 13px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 20px
  }
}

.thteed-rester .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.thteed-rester .uv-prints-details-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px
}

.thteed-rester .details-con-text {
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px
}

.thteed-rester .film-content {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px
}

.thteed-rester .film-content .prints-content-single {
  display: inline-block;
  width: 33.33333%;
  height: 1.28rem;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.thteed-rester .film-content .prints-content-single:hover .single-pic>span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.thteed-rester .film-content .prints-content-single:hover .single-text {
  color: #15499a
}

.thteed-rester .film-content .prints-content-single .single-pic {
  width: 100%;
  height: 202px;
  overflow: hidden
}

.thteed-rester .film-content .prints-content-single .single-pic span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.thteed-rester .film-content .prints-content-single .single-text {
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  background-color: #eeeeee
}

.thteed-rester .prints-details-text {
  width: 50%;
  height: 100%;
  float: right;
  padding: 10px 10px 10px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.thteed-rester .prints-details-text h2 {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px
}

.thteed-rester .prints-details-text .text-con {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  height: 350px;
  overflow: hidden
}

.thteed-rester .prints-details-text .text-con-scrool {
  width: 105%;
  height: 350px;
  padding-top: 20px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll
}

.thteed-rester .prints-details-text .text-con-scrool P {
  font-size: 14px;
  color: #666666;
  line-height: 25px
}

.thteed-rester .prints-details-text .text-con-scrool h1 {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 600
}

.thteed-rester .back-to-list {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.thteed-rester .back-to-list:hover {
  background-color: #15499a;
  color: white
}

.thteed-rester .case-details {
  margin-bottom: 40px
}

.thteed-rester .case-details p {
  margin-bottom: 20px
}

.thteed-rester .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.thteed-rester .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.thteed-rester .case-details .case-details-con {
  width: 100%
}

.thteed-rester .case-details .case-details-con:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.thteed-rester .case-details .case-details-con>.case-details-single:nth-child(2n) {
  margin-left: 2%
}

.thteed-rester .case-details .case-details-con .case-details-single {
  display: none;
  float: left;
  width: 49%;
  position: relative;
  padding-top: 36.52809%;
  overflow: hidden;
  float: left;
  margin-bottom: 2%;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.thteed-rester .case-details .case-details-con .case-details-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.thteed-rester .case-details .case-details-con .case-details-single:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px 0 #666666
}

.thteed-rester .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.thteed-rester .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.thteed-rester .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.thteed-rester .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.thteed-rester .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.thteed-rester .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .thteed-rester .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .thteed-rester .uv-prints-details-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
  }

  .thteed-rester .film-content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0
  }

  .thteed-rester .film-content .prints-content-single {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 1%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .thteed-rester .film-content .prints-content-single:hover .single-pic>span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  .thteed-rester .film-content .prints-content-single .single-pic {
    width: 100%;
    height: 1.01rem;
    overflow: hidden
  }

  .thteed-rester .film-content .prints-content-single .single-pic span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .thteed-rester .film-content .prints-content-single .single-text {
    width: 100%;
    height: .28rem;
    font-size: .12rem;
    line-height: .28rem;
    text-align: center;
    background-color: #eeeeee
  }

  .thteed-rester .prints-details-text {
    width: 100%;
    height: 100%;
    float: right;
    padding: 10px 10px 10px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .thteed-rester .prints-details-text h2 {
    font-size: .14rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
  }

  .thteed-rester .prints-details-text .text-con {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: 350px;
    overflow: hidden
  }

  .thteed-rester .prints-details-text .text-con-scrool {
    width: 105%;
    height: 350px;
    padding-top: 20px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll
  }

  .thteed-rester .prints-details-text .text-con-scrool P {
    font-size: .115rem;
    color: #666666;
    line-height: .15rem
  }

  .thteed-rester .prints-details-text .text-con-scrool h1 {
    font-size: .125rem;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600
  }

  .thteed-rester .back-to-list {
    display: inline-block;
    width: 100%;
    height: .36rem;
    line-height: .36rem;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: .13rem;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .thteed-rester .back-to-list:hover {
    background-color: #15499a;
    color: white
  }

  .thteed-rester .case-details {
    margin-bottom: 40px
  }

  .thteed-rester .case-details p {
    margin-bottom: 20px
  }

  .thteed-rester .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .thteed-rester .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .thteed-rester .case-details .case-details-con {
    width: 100%
  }

  .thteed-rester .case-details .case-details-con:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  .thteed-rester .case-details .case-details-con>.case-details-single:nth-child(2n) {
    margin-left: 2%
  }

  .thteed-rester .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .thteed-rester .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .thteed-rester .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .thteed-rester .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .thteed-rester .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .thteed-rester .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.light-box {
  width: 100%
}

.light-box .uv-prints-con {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden
}

.light-box .uv-prints-con .uv-prints-div {
  width: 870px;
  min-height: 500px;
  float: right;
  padding-top: 10px;
  padding-bottom: 50px
}

.light-box .uv-prints-con .uv-prints-div .title-nav {
  width: 98%;
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto
}

.light-box .uv-prints-con .uv-prints-div .title-nav .title {
  height: 100%;
  float: left;
  line-height: 50px;
  font-size: 18px;
  color: #333333
}

.light-box .uv-prints-con .uv-prints-div .title-nav .nav {
  height: 100%;
  float: right;
  line-height: 50px;
  font-size: 12px;
  color: #999999
}

.light-box .uv-prints-con .uv-prints-div .title-nav .nav a {
  font-size: 12px;
  color: #999999;
  margin: 0 3px
}

.light-box .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
  opacity: .7
}

.light-box .uv-prints-con .uv-prints-div .title-nav .nav i {
  font-size: 12px;
  color: #c6c6c6;
  margin-right: 6px
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content {
  width: 100%;
  padding-top: 30px;
  overflow: hidden
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single {
  display: inline-block;
  width: 33.33333%;
  height: 256px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-pic>span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-text {
  color: #15499a
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic {
  width: 100%;
  height: 202px;
  overflow: hidden
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-text {
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  background-color: #eeeeee
}

@media screen and (max-width: 1200px) {
  #web .light-box {
    width: 100%
  }

  #web .light-box .uv-prints-con {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
  }

  #web .light-box .uv-prints-con .uv-prints-div {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 10px;
    padding-bottom: 50px
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav {
    width: 98%;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .title {
    height: 100%;
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #333333
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav {
    height: 100%;
    float: right;
    line-height: 50px;
    font-size: 12px;
    color: #999999
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav a {
    font-size: 12px;
    color: #999999;
    margin: 0 3px
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
    opacity: .7
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav i {
    font-size: 12px;
    color: #c6c6c6;
    margin-right: 6px
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content {
    width: 100%;
    padding-top: .25rem;
    overflow: hidden
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single {
    display: inline-block;
    width: 33.33333%;
    height: 256px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 1%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-pic>span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-text {
    color: #15499a
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic {
    width: 100%;
    height: 202px;
    overflow: hidden
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-text {
    width: 100%;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    background-color: #eeeeee
  }
}

@media screen and (max-width: 768px) {
  #web .light-box {
    width: 100%
  }

  #web .light-box .uv-prints-con {
    width: 90%;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden
  }

  #web .light-box .uv-prints-con .uv-prints-div {
    width: 100%;
    min-height: 500px;
    float: right;
    padding-top: 10px;
    padding-bottom: 50px
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav {
    width: 98%;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .title {
    height: 100%;
    float: left;
    line-height: 50px;
    font-size: 18px;
    color: #333333
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav {
    height: 100%;
    float: right;
    line-height: 50px;
    font-size: 12px;
    color: #999999
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav a {
    font-size: 12px;
    color: #999999;
    margin: 0 3px
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav a:hover {
    opacity: .7
  }

  #web .light-box .uv-prints-con .uv-prints-div .title-nav .nav i {
    font-size: 12px;
    color: #c6c6c6;
    margin-right: 6px
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content {
    width: 100%;
    padding-top: 30px;
    overflow: hidden
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single {
    display: inline-block;
    width: 50%;
    height: 1.28rem;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 1%;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-pic>span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single:hover .single-text {
    color: #15499a
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic {
    width: 100%;
    height: 1.01rem;
    overflow: hidden
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-pic span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  #web .light-box .uv-prints-con .uv-prints-div .uv-prints-content .prints-content-single .single-text {
    width: 100%;
    height: .28rem;
    font-size: .12rem;
    line-height: .28rem;
    text-align: center;
    background-color: #eeeeee
  }
}

.light-box-details .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.light-box-details .uv-prints-details-con {
  width: 91.5%;
  margin: 0 auto 40px;
  height: 687px;
  overflow: hidden
}

.light-box-details .prints-details-banner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative
}

.light-box-details .prints-details-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.light-box-details .prints-details-banner #swiperBig {
  width: 100%;
  height: 592px;
  margin-bottom: 10px
}

.light-box-details .prints-details-banner #detailsBannder {
  width: 88%;
  height: 85px
}

.light-box-details .prints-details-banner #detailsBannder-prev {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  left: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.light-box-details .prints-details-banner #detailsBannder-prev:hover {
  background-color: #15499a;
  background-image: url(../images/banner-left-w.png)
}

.light-box-details .prints-details-banner #detailsBannder-next {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  right: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.light-box-details .prints-details-banner #detailsBannder-next:hover {
  background-color: #15499a;
  background-image: url(../images/banner-left-w.png)
}

.light-box-details .prints-details-text {
  width: 100%;
  height: 235px;
  float: right;
  padding: 10px 10px 10px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px
}

.light-box-details .prints-details-text h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px
}

.light-box-details .prints-details-text .text-con {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  height: 200px;
  overflow: hidden;
  padding-top: 20px
}

.light-box-details .prints-details-text .text-con-scrool {
  width: 105%;
  height: 170px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll
}

.light-box-details .prints-details-text .text-con-scrool div {
  margin-bottom: 5px
}

.light-box-details .prints-details-text .text-con-scrool P {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 25px
}

.light-box-details .prints-details-text .text-con-scrool h1 {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600
}

.light-box-details .back-to-list {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.light-box-details .back-to-list:hover {
  background-color: #15499a;
  color: white
}

.light-box-details .case-details {
  margin-bottom: 40px
}

.light-box-details .case-details p {
  margin-bottom: 20px
}

.light-box-details .case-details .case-details-color {
  display: inline-block;
  width: 3px;
  height: 26px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.light-box-details .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.light-box-details .case-details .case-details-con {
  width: 100%
}

.light-box-details .case-details .case-details-con:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.light-box-details .case-details .case-details-con>.case-details-single:nth-child(2n) {
  margin-left: 2%
}

.light-box-details .case-details .case-details-con .case-details-single {
  display: none;
  width: 49%;
  height: 316px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  margin-bottom: 2%;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.light-box-details .case-details .case-details-con .case-details-single:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px 0 #666666
}

.light-box-details .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.light-box-details .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.light-box-details .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.light-box-details .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.light-box-details .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.light-box-details .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .light-box-details .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .light-box-details .uv-prints-details-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
  }

  .light-box-details .prints-details-banner {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
  }

  .light-box-details .prints-details-banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .light-box-details .prints-details-banner #swiperBig {
    width: 100%;
    height: 1.6rem;
    margin-bottom: 10px
  }

  .light-box-details .prints-details-banner #detailsBannder {
    width: 88%;
    height: .42rem
  }

  .light-box-details .prints-details-banner #detailsBannder-prev {
    display: inline-block;
    width: 6%;
    height: .42rem;
    bottom: 0px;
    left: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .light-box-details .prints-details-banner #detailsBannder-prev:hover {
    background-color: #15499a;
    background-image: url(../images/banner-left-w.png)
  }

  .light-box-details .prints-details-banner #detailsBannder-next {
    display: inline-block;
    width: 6%;
    height: .42rem;
    bottom: 0px;
    right: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .light-box-details .prints-details-banner #detailsBannder-next:hover {
    background-color: #15499a;
    background-image: url(../images/banner-left-w.png)
  }

  .light-box-details .prints-details-text {
    width: 100%;
    height: 100%;
    float: right;
    padding: 10px 10px 10px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .light-box-details .prints-details-text h2 {
    font-size: .14rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
  }

  .light-box-details .prints-details-text .text-con {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: auto;
    overflow: hidden
  }

  .light-box-details .prints-details-text .text-con-scrool {
    width: 105%;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll
  }

  .light-box-details .prints-details-text .text-con-scrool div {
    margin-bottom: .1rem
  }

  .light-box-details .prints-details-text .text-con-scrool P {
    font-size: .115rem;
    color: #666666;
    line-height: .15rem
  }

  .light-box-details .prints-details-text .text-con-scrool h1 {
    font-size: .125rem;
    color: #333333;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600
  }

  .light-box-details .back-to-list {
    display: inline-block;
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: .1rem;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .light-box-details .back-to-list:hover {
    background-color: #15499a;
    color: white
  }

  .light-box-details .case-details {
    margin-bottom: 40px
  }

  .light-box-details .case-details p {
    margin-bottom: 20px
  }

  .light-box-details .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .light-box-details .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .light-box-details .case-details .case-details-con {
    width: 100%
  }

  .light-box-details .case-details .case-details-con:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  .light-box-details .case-details .case-details-con>.case-details-single:nth-child(2n) {
    margin-left: 2%
  }

  .light-box-details .case-details .case-details-con .case-details-single {
    width: 49%;
    height: 1.58rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin-bottom: 2%;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .light-box-details .case-details .case-details-con .case-details-single:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    box-shadow: 0 0 10px 0 #666666
  }

  .light-box-details .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .light-box-details .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .light-box-details .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .light-box-details .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .light-box-details .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .light-box-details .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.film-pro-details .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 20px;
}

.film-pro-details .uv-prints-details-con {
  width: 91.5%;
  margin: 0 auto 40px;
  height: 687px;
  overflow: hidden
}

.film-pro-details .prints-details-banner {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  cursor: pointer
}

.film-pro-details .prints-details-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.film-pro-details .prints-details-banner #swiperBig {
  width: 100%;
  height: 592px;
  margin-bottom: 10px
}

.film-pro-details .prints-details-banner #detailsBannder {
  width: 88%;
  height: 85px
}

.film-pro-details .prints-details-banner #detailsBannder-prev {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  left: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.film-pro-details .prints-details-banner #detailsBannder-prev:hover {
  background-image: url(../images/banner-left-w.png)
}

.film-pro-details .prints-details-banner #detailsBannder-next {
  display: inline-block;
  width: 6%;
  height: 84px;
  bottom: 2px;
  right: 0;
  background-image: url(../images/banner-left.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer
}

.film-pro-details .prints-details-banner #detailsBannder-next:hover {
  background-image: url(../images/banner-left-w.png)
}

.film-pro-details .prints-details-text {
  width: 100%;
  height: auto;
  float: right;
  padding: 10px 10px 10px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px
}

.film-pro-details .prints-details-text h2 {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px
}

.film-pro-details .prints-details-text .text-con {
  width: 100%;
  border-bottom: 2px solid #000;
  height: auto;
  overflow: hidden;
  padding-top: 0%;
  /* padding-top: 20px; */
}

.film-pro-details .prints-details-text .text-con-scrool {
  width: 100%;
  height: auto;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.film-pro-details .prints-details-text .text-con-scrool div {
  margin-bottom: 5px
}

.film-pro-details .prints-details-text .text-con-scrool P {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 25px
}

.film-pro-details .prints-details-text .text-con-scrool h1 {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600
}

.film-pro-details .back-to-list {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.film-pro-details .back-to-list:hover {
  background-color: #15499a;
  color: white
}

.film-pro-details .case-details {
  margin-bottom: 40px
}

.film-pro-details .case-details p {
  margin-bottom: 20px
}

.film-pro-details .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.film-pro-details .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.film-pro-details .case-details .case-details-con {
  width: 100%
}

.film-pro-details .case-details .case-details-con:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.film-pro-details .case-details .case-details-con>.case-details-single:nth-child(2n) {
  margin-left: 2%
}

.film-pro-details .case-details .case-details-con .case-details-single {
  display: none;
  float: left;
  width: 49%;
  position: relative;
  padding-top: 36.52809%;
  overflow: hidden;
  float: left;
  margin-bottom: 2%;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.film-pro-details .case-details .case-details-con .case-details-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.film-pro-details .case-details .case-details-con .case-details-single:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px 0 #666666
}

.film-pro-details .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.film-pro-details .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.film-pro-details .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.film-pro-details .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.film-pro-details .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.film-pro-details .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .film-pro-details .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .film-pro-details .uv-prints-details-con {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
  }

  .film-pro-details .prints-details-banner {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
  }

  .film-pro-details .prints-details-banner .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
  }

  .film-pro-details .prints-details-banner #swiperBig {
    width: 100%;
    height: 2.12rem;
    margin-bottom: 10px
  }

  .film-pro-details .prints-details-banner #detailsBannder {
    width: 88%;
    height: .42rem
  }

  .film-pro-details .prints-details-banner #detailsBannder-prev {
    display: inline-block;
    width: 6%;
    height: .42rem;
    bottom: 0px;
    left: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .film-pro-details .prints-details-banner #detailsBannder-prev:hover {
    background-image: url(../images/banner-left-w.png)
  }

  .film-pro-details .prints-details-banner #detailsBannder-next {
    display: inline-block;
    width: 6%;
    height: .42rem;
    bottom: 0px;
    right: 0;
    background-image: url(../images/banner-left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 140%;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer
  }

  .film-pro-details .prints-details-banner #detailsBannder-next:hover {
    background-image: url(../images/banner-left-w.png)
  }

  .film-pro-details .prints-details-text {
    width: 100%;
    height: auto;
    float: right;
    padding: 30px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .2rem
  }

  .film-pro-details .prints-details-text h2 {
    font-size: .14rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px
  }

  .film-pro-details .prints-details-text .text-con {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: auto;
    overflow: hidden
  }

  .film-pro-details .prints-details-text .text-con-scrool {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .film-pro-details .prints-details-text .text-con-scrool div {
    margin-bottom: .1rem
  }

  .film-pro-details .prints-details-text .text-con-scrool P {
    font-size: .115rem;
    color: #666666;
    line-height: .15rem
  }

  .film-pro-details .prints-details-text .text-con-scrool h1 {
    font-size: .125rem;
    color: #333333;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600
  }

  .film-pro-details .back-to-list {
    display: inline-block;
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: .1rem;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .film-pro-details .back-to-list:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro-details .case-details {
    margin-bottom: 40px
  }

  .film-pro-details .case-details p {
    margin-bottom: 20px
  }

  .film-pro-details .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .film-pro-details .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .film-pro-details .case-details .case-details-con {
    width: 100%
  }

  .film-pro-details .case-details .case-details-con:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  .film-pro-details .case-details .case-details-con>.case-details-single:nth-child(2n) {
    margin-left: 2%
  }

  .film-pro-details .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .film-pro-details .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .film-pro-details .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro-details .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .film-pro-details .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .film-pro-details .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.area-project .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.area-project .pro {
  font-size: 14px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 28px
}

.area-project .buttoms {
  min-height: 100px;
  margin-bottom: 40px;
  overflow: hidden
}

.area-project .buttoms a {
  display: inline-block;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #eeeeee;
  color: #333333;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  float: left
}

.area-project .buttoms a:hover {
  background-color: #15499a;
  color: white
}

.area-project .buttoms .buttoms-action {
  background-color: #15499a;
  color: white
}

.area-project .case-details {
  margin-bottom: 40px
}

.area-project .case-details p {
  margin-bottom: 20px
}

.area-project .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.area-project .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.area-project .case-details .case-details-con {
  width: 100%
}

.area-project .case-details .case-details-con:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.area-project .case-details .case-details-con>.case-details-single:nth-child(2n) {
  margin-left: 2%
}

.area-project .case-details .case-details-con .case-details-single {
  display: none;
  float: left;
  width: 49%;
  position: relative;
  padding-top: 36.52809%;
  overflow: hidden;
  float: left;
  margin-bottom: 2%;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.area-project .case-details .case-details-con .case-details-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.area-project .case-details .case-details-con .case-details-single:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px 0 #666666
}

.area-project .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.area-project .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.area-project .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.area-project .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.area-project .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.area-project .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .area-project .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .area-project .pro {
    font-size: .125rem;
    color: #333333;
    margin-bottom: .15rem;
    line-height: .2rem
  }

  .area-project .buttoms {
    min-height: 50px;
    margin-bottom: .2rem
  }

  .area-project .buttoms a {
    display: inline-block;
    width: 47%;
    height: .3rem;
    text-align: center;
    line-height: .3rem;
    background-color: #eeeeee;
    color: #333333;
    margin-right: 3%;
    margin-bottom: 3%;
    font-size: .11rem
  }

  .area-project .buttoms a:hover {
    background-color: #15499a;
    color: white
  }

  .area-project .buttoms .buttoms-action {
    background-color: #15499a;
    color: white
  }

  .area-project .case-details {
    margin-bottom: 40px
  }

  .area-project .case-details p {
    margin-bottom: 20px
  }

  .area-project .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .area-project .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .area-project .case-details .case-details-con {
    width: 100%
  }

  .area-project .case-details .case-details-con:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  .area-project .case-details .case-details-con>.case-details-single:nth-child(2n) {
    margin-left: 2%
  }

  .area-project .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .area-project .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .area-project .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .area-project .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .area-project .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .area-project .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.brand-project .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.brand-project .pro {
  white-space: pre-wrap;
  font-size: 14px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 28px
}

.brand-project .buttoms {
  min-height: 100px;
  margin-bottom: 100px
}

.brand-project .buttoms .buttoms-pc {
  width: 98%;
  margin: 0 auto
}

.brand-project .buttoms .buttoms-pc ul {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  overflow: hidden
}

.brand-project .buttoms .buttoms-pc ul li {
  display: inline-block;
  position: relative;
  width: 25%;
  padding-top: 12%;
  float: left;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer
}

.brand-project .buttoms .buttoms-pc ul li:hover span {
  opacity: 1
}

.brand-project .buttoms .buttoms-pc ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.brand-project .buttoms .buttoms-pc a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.brand-project .buttoms .buttoms-pc span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #15499a;
  opacity: 0;
  z-index: 3
}

.brand-project .buttoms .buttoms-pc .span-action span {
  opacity: 1
}

.brand-project .case-details {
  margin-bottom: 40px
}

.brand-project .case-details p {
  margin-bottom: 20px
}

.brand-project .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.brand-project .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.brand-project .case-details .case-details-con {
  width: 100%
}

.brand-project .case-details .case-details-con:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ' '
}

.brand-project .case-details .case-details-con>.case-details-single:nth-child(2n) {
  margin-left: 2%
}

.brand-project .case-details .case-details-con .case-details-single {
  display: none;
  float: left;
  width: 49%;
  position: relative;
  padding-top: 36.52809%;
  overflow: hidden;
  float: left;
  margin-bottom: 2%;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.brand-project .case-details .case-details-con .case-details-single img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.brand-project .case-details .case-details-con .case-details-single:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px 0 #666666
}

.brand-project .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.brand-project .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.brand-project .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.brand-project .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.brand-project .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.brand-project .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .brand-project .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .brand-project .pro {
    font-size: .125rem;
    color: #333333;
    margin-bottom: .15rem;
    line-height: .2rem
  }

  .brand-project .buttoms {
    min-height: 100px;
    margin-bottom: .3rem
  }

  .brand-project .buttoms .buttoms-pc {
    display: block;
    width: 98%;
    margin: 0 auto
  }

  .brand-project .buttoms .buttoms-pc ul {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    overflow: hidden
  }

  .brand-project .buttoms .buttoms-pc ul li {
    display: inline-block;
    position: relative;
    width: 33.33333%;
    padding-top: 16%;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer
  }

  .brand-project .buttoms .buttoms-pc ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .brand-project .buttoms .buttoms-pc .span-action {
    opacity: 1
  }

  .brand-project .buttoms .buttoms-pc span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #15499a;
    opacity: 0
  }

  .brand-project .buttoms .buttoms-pc .span-action span {
    opacity: 1
  }

  .brand-project .case-details {
    margin-bottom: 40px
  }

  .brand-project .case-details p {
    margin-bottom: 20px
  }

  .brand-project .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .brand-project .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .brand-project .case-details .case-details-con {
    width: 100%
  }

  .brand-project .case-details .case-details-con:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
  }

  .brand-project .case-details .case-details-con>.case-details-single:nth-child(2n) {
    margin-left: 2%
  }

  .brand-project .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .brand-project .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .brand-project .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .brand-project .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .brand-project .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .brand-project .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.window-display .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.window-display .uv-prints-content>.display-single:last-child {
  border-bottom: none
}

.window-display .uv-prints-content>.display-single:nth-child(2n)>.single-img {
  float: right
}

.window-display .uv-prints-content>.display-single:nth-child(2n)>.single-text {
  float: left;
  padding: 20px 25px 20px 0
}

.window-display .uv-prints-content .display-single {
  display: inline-block;
  width: 100%;
  height: 290px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden
}

.window-display .uv-prints-content .display-single:hover .select-show-color {
  width: 25px !important
}

.window-display .uv-prints-content .display-single:hover .select-show-text {
  color: #15499a !important
}

.window-display .uv-prints-content .display-single:hover .img-black {
  opacity: 1 !important
}

.window-display .uv-prints-content .single-img {
  display: inline-block;
  width: 37%;
  height: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.window-display .uv-prints-content .single-img .img-black {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.window-display .uv-prints-content .single-img .img-black span {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  font-size: 18px;
  color: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #15499a;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-family: "SimSun";
  font-weight: 600
}

.window-display .uv-prints-content .single-text {
  width: 63%;
  height: 100%;
  display: inline-block;
  padding: 20px 0px 20px 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right
}

.window-display .uv-prints-content .single-text .single-title {
  margin-bottom: 27px
}

.window-display .uv-prints-content .single-text .single-title .select-show-color {
  display: inline-block;
  width: 0;
  height: 4px;
  background: -webkit-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
  background: -moz-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
  background: linear-gradient(to right, #f14601, #ebff00, #00eed3, #0e17ed);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
  margin-right: 8px
}

.window-display .uv-prints-content .single-text .single-title .select-show-text {
  font-size: 26px;
  color: #333333;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  vertical-align: middle
}

.window-display .uv-prints-content .single-con {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  height: 145px;
  overflow: hidden;
  word-wrap: break-word
}

@media screen and (max-width: 768px) {
  .window-display .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .window-display .uv-prints-content>.display-single:last-child {
    border-bottom: none
  }

  .window-display .uv-prints-content>.display-single:nth-child(2n)>.single-img {
    float: right
  }

  .window-display .uv-prints-content>.display-single:nth-child(2n)>.single-text {
    float: left;
    padding: 0 .125rem .1rem 0
  }

  .window-display .uv-prints-content .display-single {
    display: inline-block;
    width: 100%;
    height: 1.1rem;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden
  }

  .window-display .uv-prints-content .display-single:hover .select-show-color {
    width: 25px !important
  }

  .window-display .uv-prints-content .display-single:hover .select-show-text {
    color: #15499a !important
  }

  .window-display .uv-prints-content .display-single:hover .img-black {
    opacity: 1 !important
  }

  .window-display .uv-prints-content .single-img {
    display: inline-block;
    width: 37%;
    height: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
  }

  .window-display .uv-prints-content .single-img .img-black {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .window-display .uv-prints-content .single-img .img-black span {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    font-size: 18px;
    color: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #15499a;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-family: "SimSun";
    font-weight: 600
  }

  .window-display .uv-prints-content .single-text {
    width: 63%;
    height: 100%;
    display: inline-block;
    padding: 0 0 .1rem .125rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right
  }

  .window-display .uv-prints-content .single-text .single-title {
    margin-bottom: .125rem
  }

  .window-display .uv-prints-content .single-text .single-title .select-show-color {
    display: inline-block;
    width: 0;
    height: 4px;
    background: -webkit-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
    background: -moz-linear-gradient(left, #f14601, #ebff00, #00eed3, #0e17ed);
    background: linear-gradient(to right, #f14601, #ebff00, #00eed3, #0e17ed);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    vertical-align: middle;
    margin-right: 8px
  }

  .window-display .uv-prints-content .single-text .single-title .select-show-text {
    font-size: .14rem;
    color: #333333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    vertical-align: middle
  }

  .window-display .uv-prints-content .single-con {
    font-size: .11rem;
    color: #666666;
    line-height: .175rem;
    height: .35rem;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
  }
}

.project-dynamic .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px;
  overflow: hidden
}

.project-dynamic .uv-prints-content .p-d-list>.p-d-single:nth-child(3n-1) {
  margin: 0 3.5%
}

.project-dynamic .p-d-single {
  display: inline-block;
  width: 31%;
  height: 466px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  float: left;
  margin-bottom: 35px
}

.project-dynamic .p-d-single:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.project-dynamic .p-d-single:hover .single-go {
  background-color: #15499a
}

.project-dynamic .p-d-single .title {
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px
}

.project-dynamic .p-d-single .times {
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px
}

.project-dynamic .p-d-single .single-img {
  display: inline-block;
  width: 100%;
  height: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px
}

.project-dynamic .p-d-single .single-text {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin-bottom: 25px
}

.project-dynamic .p-d-single .single-go {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #696969;
  border-radius: 30px
}

.project-dynamic .up-down-pages {
  width: 100%;
  height: 52px;
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.project-dynamic .up-down-pages .up-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.project-dynamic .up-down-pages .up-page:hover {
  background-color: #15499a;
  color: white
}

.project-dynamic .up-down-pages .down-page {
  display: inline-block;
  background-color: #eeeeee;
  width: 50%;
  float: left;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333333
}

.project-dynamic .up-down-pages .down-page:hover {
  background-color: #15499a;
  color: white
}

.project-dynamic .up-down-pages .up-down-pages-line {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 22px;
  background-color: #d4d4d4
}

@media screen and (max-width: 768px) {
  .project-dynamic .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .project-dynamic .uv-prints-content .p-d-list>.p-d-single:nth-child(3n-1) {
    margin: 0
  }

  .project-dynamic .uv-prints-content .p-d-list>.p-d-single:nth-child(2n) {
    margin: 0 0 16px 4%
  }

  .project-dynamic .p-d-single {
    display: inline-block;
    width: 48%;
    height: 2.9rem;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    float: left;
    margin-bottom: 16px
  }

  .project-dynamic .p-d-single:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
  }

  .project-dynamic .p-d-single:hover .single-go {
    background-color: #15499a
  }

  .project-dynamic .p-d-single .title {
    font-size: .125rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 8px
  }

  .project-dynamic .p-d-single .times {
    font-size: .11rem;
    color: #999999;
    margin-bottom: 8px
  }

  .project-dynamic .p-d-single .single-img {
    display: inline-block;
    width: 100%;
    height: .93rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .125rem
  }

  .project-dynamic .p-d-single .single-text {
    font-size: .09rem;
    color: #666666;
    line-height: .15rem;
    height: .3rem;
    overflow: hidden;
    margin-bottom: .125rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all
  }

  .project-dynamic .p-d-single .single-go {
    display: inline-block;
    width: .9rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .08rem;
    color: #ffffff;
    background-color: #696969;
    border-radius: 30px
  }

  .project-dynamic .up-down-pages {
    width: 100%;
    height: .36rem;
    overflow: hidden;
    border-radius: 8px;
    position: relative
  }

  .project-dynamic .up-down-pages .up-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .project-dynamic .up-down-pages .up-page:hover {
    background-color: #15499a;
    color: white
  }

  .project-dynamic .up-down-pages .down-page {
    display: inline-block;
    background-color: #eeeeee;
    width: 50%;
    float: left;
    line-height: .36rem;
    text-align: center;
    font-size: .13rem;
    color: #333333
  }

  .project-dynamic .up-down-pages .down-page:hover {
    background-color: #15499a;
    color: white
  }

  .project-dynamic .up-down-pages .up-down-pages-line {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px;
    height: 22px;
    background-color: #d4d4d4
  }
}

.project-dynamic-details .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px;
  overflow: hidden
}

.project-dynamic-details .title {
  color: #333333;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px
}

.project-dynamic-details .times-time {
  text-align: center;
  margin-bottom: 40px
}

.project-dynamic-details .times-time>span {
  margin-right: 10px
}

.project-dynamic-details .times-time span {
  font-size: 14px;
  color: #999999
}

.project-dynamic-details .content {
  border-top: 1px dashed #dadada;
  padding-top: 40px;
  padding-bottom: 20px
}

.project-dynamic-details .content div {
  margin: 15px 0
}

.project-dynamic-details .content p {
  font-size: 14px;
  color: #666666;
  line-height: 30px
}

.project-dynamic-details .case-details {
  margin-bottom: 40px
}

.project-dynamic-details .case-details .case-title {
  margin-bottom: 20px
}

.project-dynamic-details .case-details .pro {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px
}

.project-dynamic-details .case-details .case-details-color {
  display: inline-block;
  width: 5px;
  height: 25px;
  vertical-align: middle;
  background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
  margin-right: 15px
}

.project-dynamic-details .case-details .case-details-title {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
  vertical-align: middle
}

.project-dynamic-details .case-details .case-details-con {
  width: 100%
}

.project-dynamic-details .case-details .case-details-con img {
  max-width: 100%;
  height: auto !important
}

.project-dynamic-details .last-and-next {
  height: 50px;
  position: relative;
  margin-bottom: 50px
}

.project-dynamic-details .last-and-next a,
.project-dynamic-details .last-and-next span {
  font-size: 14px;
  color: #666666
}

.project-dynamic-details .last-and-next .last,
.project-dynamic-details .last-and-next .next {
  display: block;
  line-height: 25px;
  width: 70%
}

.project-dynamic-details .last-and-next .last:hover,
.project-dynamic-details .last-and-next .next:hover {
  color: #15499a
}

.project-dynamic-details .last-and-next .last:hover span,
.project-dynamic-details .last-and-next .next:hover span {
  color: #15499a
}

.project-dynamic-details .last-and-next .back-to-list-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 164px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background-color: #eeeeee
}

.project-dynamic-details .last-and-next .back-to-list-small:hover {
  color: white;
  background-color: #15499a
}

@media screen and (max-width: 768px) {
  .project-dynamic-details .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .project-dynamic-details .last-and-next {
    height: .75rem;
    position: relative;
    margin-bottom: .25rem
  }

  .project-dynamic-details .last-and-next a,
  .project-dynamic-details .last-and-next span {
    font-size: .1rem;
    color: #666666
  }

  .project-dynamic-details .last-and-next .last,
  .project-dynamic-details .last-and-next .next {
    display: block;
    line-height: .2rem;
    width: 100%
  }

  .project-dynamic-details .last-and-next .back-to-list-small {
    position: absolute;
    bottom: 0;
    left: 0;
    width: .82rem;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    border-radius: 8px;
    background-color: #eeeeee
  }

  .project-dynamic-details .last-and-next .back-to-list-small:hover {
    color: white;
    background-color: #15499a
  }

  .project-dynamic-details .case-details {
    margin-bottom: .2rem
  }

  .project-dynamic-details .case-details p {
    margin-bottom: 20px
  }

  .project-dynamic-details .case-details .pro {
    font-size: .12rem;
    color: #666666;
    margin-bottom: .1rem;
    line-height: .175rem
  }

  .project-dynamic-details .case-details .case-details-color {
    display: inline-block;
    width: 3px;
    height: .15rem;
    vertical-align: middle;
    background: -webkit-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: -moz-linear-gradient(top, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    background: linear-gradient(to bottom, #ff5b00, #f6fc00, #0cef23, #0a1fed);
    margin-right: 15px
  }

  .project-dynamic-details .case-details .case-details-title {
    font-size: .15rem;
    color: #333333;
    font-weight: 600;
    vertical-align: middle
  }

  .project-dynamic-details .case-details .case-details-con {
    width: 100%
  }

  .project-dynamic-details .title {
    color: #333333;
    font-size: .14rem;
    text-align: center;
    margin-bottom: 10px
  }

  .project-dynamic-details .times-time {
    text-align: center;
    margin-bottom: .2rem
  }

  .project-dynamic-details .times-time>span {
    margin-right: 10px
  }

  .project-dynamic-details .times-time span {
    font-size: .09rem;
    color: #999999
  }

  .project-dynamic-details .content {
    border-top: 1px dashed #dadada;
    padding-top: .2rem;
    padding-bottom: .1rem
  }

  .project-dynamic-details .content div {
    margin: 15px 0
  }

  .project-dynamic-details .content p {
    font-size: .12rem;
    color: #666666;
    line-height: .19rem
  }

  .project-dynamic-details .content img {
    margin: .05rem 0;
    width: 100%
  }
}

.about-us .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.about-us .uv-prints-content .title {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px
}

.about-us .uv-prints-content .content {
  font-size: 16px;
  color: #666666;
  line-height: 28px
}

.about-us .uv-prints-content .con-imgs {
  width: 100%;
  margin: 50px 0
}

.about-us .uv-prints-content .con-imgs img {
  width: 50%;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .about-us .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .about-us .uv-prints-content .title {
    font-size: .16rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
    margin-bottom: .1rem
  }

  .about-us .uv-prints-content .content {
    font-size: .11rem;
    color: #666666;
    line-height: .25rem
  }

  .about-us .uv-prints-content .con-imgs {
    width: 100%;
    margin: .25rem 0
  }

  .about-us .uv-prints-content .con-imgs img {
    width: 50%;
    cursor: pointer
  }
}

.contact-us .uv-prints-content {
  margin: 0 auto;
  width: 98%;
  padding-top: 50px
}

.contact-us .uv-prints-content .map {
  width: 100%;
  height: 440px;
  border: 2px solid #e8e8e8;
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.contact-us .uv-prints-content .address-wechat {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 50px
}

.contact-us .uv-prints-content .address-wechat .addres {
  width: 60%;
  height: 100%;
  padding: 0 10px 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left
}

.contact-us .uv-prints-content .address-wechat .addres .title {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px
}

.contact-us .uv-prints-content .address-wechat .addres .other-p {
  font-size: 14px;
  color: #666666;
  line-height: 30px
}

.contact-us .uv-prints-content .address-wechat .addres .other-p span {
  font-size: 14px;
  color: #666666
}

.contact-us .uv-prints-content .address-wechat .wechat {
  float: right;
  width: 208px;
  height: 100%;
  padding: 10px 42px 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.contact-us .uv-prints-content .address-wechat .wechat span {
  display: inline-block;
  width: 142px;
  height: 142px;
  background: center no-repeat;
  background-size: cover;
  margin-bottom: 10px
}

.contact-us .uv-prints-content .address-wechat .wechat p {
  font-size: 14px;
  color: #333333;
  text-align: center
}

.contact-us .uv-prints-content .conpany-address {
  width: 100%;
  padding: 50px 2% 0;
  height: auto;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px
}

.contact-us .uv-prints-content .conpany-address>div:nth-child(2n) {
  margin-left: 4%
}

.contact-us .uv-prints-content .conpany-address div {
  width: 48%;
  height: auto;
  min-height: 180px;
  padding: 30px 15px 15px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  float: left
}

.contact-us .uv-prints-content .conpany-address div .title {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px
}

.contact-us .uv-prints-content .conpany-address div .other-p {
  font-size: 14px;
  color: #666666;
  line-height: 30px
}

.contact-us .uv-prints-content .conpany-address div .other-p span {
  font-size: 14px;
  color: #666666;
  margin-right: 15px
}

@media screen and (max-width: 768px) {
  .contact-us .uv-prints-content {
    margin: 0 auto;
    width: 98%;
    padding-top: .25rem
  }

  .contact-us .uv-prints-content .map {
    width: 100%;
    height: 1.9rem;
    border: 2px solid #e8e8e8;
    background: center no-repeat;
    background-size: cover;
    margin-bottom: .15rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .contact-us .uv-prints-content .address-wechat {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: .25rem
  }

  .contact-us .uv-prints-content .address-wechat .addres {
    width: 100%;
    height: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .15rem
  }

  .contact-us .uv-prints-content .address-wechat .addres .title {
    font-size: .16rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px
  }

  .contact-us .uv-prints-content .address-wechat .addres .other-p {
    font-size: .11rem;
    color: #666666;
    line-height: .2rem
  }

  .contact-us .uv-prints-content .address-wechat .addres .other-p span {
    font-size: .11rem;
    color: #666666
  }

  .contact-us .uv-prints-content .address-wechat .wechat {
    float: right;
    width: 100%;
    height: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }

  .contact-us .uv-prints-content .address-wechat .wechat span {
    display: inline-block;
    width: 142px;
    height: 142px;
    background: center no-repeat;
    background-size: cover;
    margin-bottom: 10px
  }

  .contact-us .uv-prints-content .address-wechat .wechat p {
    font-size: 14px;
    color: #333333;
    text-align: center
  }

  .contact-us .uv-prints-content .conpany-address {
    width: 100%;
    padding: 50px 2% 0;
    height: auto;
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px
  }

  .contact-us .uv-prints-content .conpany-address>div:nth-child(2n) {
    margin-left: 0
  }

  .contact-us .uv-prints-content .conpany-address div {
    width: 100%;
    height: auto;
    min-height: 1rem;
    padding: 20px 15px 15px;
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    float: left
  }

  .contact-us .uv-prints-content .conpany-address div .title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px
  }

  .contact-us .uv-prints-content .conpany-address div .other-p {
    font-size: 14px;
    color: #666666;
    line-height: 30px
  }

  .contact-us .uv-prints-content .conpany-address div .other-p span {
    font-size: 14px;
    color: #666666;
    margin-right: 15px
  }
}