@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #0b419f;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  /* font-size: 14px; */
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0068a8;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap,
.wrap2 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after,
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1820px) {
  .wrap2 {
    width: 100%;
  }
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(/template/default/cn/pc/skin/images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #0b419f;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(/template/default/cn/pc/skin/images/mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-moz-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-webkit-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-moz-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
.header {
  width: 100%;
  position:initial; display: block;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff; box-shadow:0 5px 10px rgba(0,0,0,.1);
}
.header .logo {
  float: left;
  overflow: hidden; padding:20px 0px;
}
.header .logo img {
  height: 100%;
}
.header .search-box {
  float: left;
  margin-top: 25px;
  position: relative;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(/template/default/cn/pc/skin/images/search.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 1000px;
  height: 89px;
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 95;
  background: #fff;
  padding: 20px 10px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(/template/default/cn/pc/skin/images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(/template/default/cn/pc/skin/images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .language {
  float: left;    background: url(/template/default/cn/pc/skin/images/top_bg3_on.png) left 15px center no-repeat;
  background-size: 16px 16px;
  position: relative;
  margin-left: 15px;
  padding:8px 15px; padding-left:30px;
    border: #666 solid 1px;
    border-radius: 30px;
    margin-top:45px;
    transition-duration: 0.8s; position: relative; z-index: 99999;
}

.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 14px 0 12px;
  cursor: pointer;
  background: url(/template/default/cn/pc/skin/images/arrow1.png) no-repeat right 0 center;
  font-size: 16px;
  color: #666;
}
.header .language .tit.on {
  background-image: url(/template/default/cn/pc/skin/images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top:40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #ddd;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #333;
}
.header .language li a:hover {
  background: #0b419f; color: #fff;
}
.header .nav { display: flex; width: 100%; background:#0b419f; position: relative; z-index: 99;}
.header .nav ul{margin: 0px auto; max-width: 1400px; width: 100%; width: 95%;}
.header .nav > ul > li {
  float: left;
  position: relative; padding-right:1px;
}
.header .nav > ul > li > a {
  height:60px;
  line-height:60px;
  display: block;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 0 40px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::after,
.header .nav > ul > li > a::before {
  content: ""; display: none;
  width: 0;
  height: 2px;
  background: #69f2fe;
  position: absolute;
  left: 34px;
  bottom: 20px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::after {
  bottom: 14px;
  background: #1cade2;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav > ul > li.on > a {
  color: #fff; background: #ed3f05;
}
.header .nav > ul > li.on > a::before {
  width: 15px;
}
.header .nav > ul > li.on > a::after {
  width: 23px;
}
.header .nav > ul > li:hover > a{background: #ed3f05;}
.header .nav > ul > li.on:hover > a::before,
.header .nav > ul > li:hover > a::before {
  animation: headline1 .5s infinite alternate;
  -moz-animation: headline1 .5s infinite alternate;
  -webkit-animation: headline1 .5s infinite alternate;
  -o-animation: headline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav > ul > li.on:hover > a::after,
.header .nav > ul > li:hover > a::after {
  animation: headline2 .6s infinite alternate;
  -moz-animation: headline2 .6s infinite alternate;
  -webkit-animation: headline2 .6s infinite alternate;
  -o-animation: headline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav .sub {
  min-width: 140px; width: 100%;
  position: absolute;
  top:58px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  padding-top: 2px;
  display: none;
}
.header .nav .sub li {border-bottom: #184cc3 solid 1px;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background: #143c95;
  padding: 0 20px;
}
.header .nav .sub li a:hover {
  background: #143684;
}
.header .menu-btn {
  display: none;
}
.tops_c{display: inline-block; float: left;  margin-top:42px; padding-right: 20px; position: relative;}
.tops_c .tsch_txt{background: #f1f1f1; width:300px; padding:7px 25px; padding-left:50px; font-size: 16px; line-height: 30px; display: inline-block; border-radius: 90px;}
.tops_c .tsch_txt:focus{border-color: #143684;}
.tops_c .tsch_btn{ position:absolute; width:24px; height:24px; top:50%; margin-top: -12px; left:15px; cursor: pointer; background:url(/template/default/cn/pc/skin/images/tsch_btn.png) left center no-repeat; background-size:24px auto;}
@media only screen and (max-width: 1820px) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    /* padding: 0 20px; */
  }
  .header .nav > ul > li > a::after,
  .header .nav > ul > li > a::before {
    left: 20px;
  }
  .header .search-box .search-bar {
    width: 740px;
  }
}
.footer {
  background: #f2f2f2;
  padding-top:50px;
}
.footer .footer_logo{float: left; width: 27%;}
.footer_logo_img img{height:45px;}
.footer_logo_txt{display: block; color: #999; padding-top: 20px; font-size: 16px;}
.footer_logo_txt b{font-size: 26px; display: block; color: #333; font-weight:400; padding-top: 5px;}
.footer .link-list {
  width:55%;
  float: left;
}
.footer .link-list .list {
  float: left;
  padding-right: 15%;
}
.footer .link-list .list:nth-last-child(1){padding-right: 0px;}
.footer .link-list .tit {
  font-size: 16px;
  font-weight: 600;
}
.footer .link-list ul {
  margin-top: 25px;
}
.footer .link-list .list_two{padding-left: 40px;}
.footer .link-list .list_two ul{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer .link-list .list_two ul li{padding-right:40px;}
.footer .link-list .list_two ul li:nth-child(2n){padding-right: 0px;}

.footer .link-list li {
  line-height: 20px;
  margin-bottom:12px;
}
.footer .link-list li a {
 opacity: .6;
}
.footer .link-list li a:hover {
 opacity: 1;
} 
.footer .right {
  float: right; width:17%;
  overflow: hidden;
  text-align: right;
}
.footer .tel {
  display: inline-block;
}
.footer .address {
  text-align: right;
  line-height: 20px;
  color: #777777;
  margin: 28px 0 22px 0;
}
.footer .address p {
  margin-bottom: 6px;
}
.footer .friendship {
  color: #777;
  text-align: left;
  display: inline-block;
}
.footer .friendship:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .friendship .txt {
  min-width: 90px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: #333;
  text-align: center;
  float: left;
}
.footer .friendship .list {
  float: left;
  position: relative;
}
.footer .friendship .tit {
  min-width: 200px;
  height: 38px;
  line-height: 36px;
  border: solid 1px #333;
  padding: 0 30px 0 14px;
  cursor: pointer;
  background: url(/template/default/cn/pc/skin/images/arrow3.png) no-repeat right 14px center;
}
.footer .friendship .tit.on {
  background-image: url(/template/default/cn/pc/skin/images/arrow4.png);
}
.footer .friendship ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 38px;
  z-index: 2;
  background: #333;
  overflow: auto;
  max-height: 300px;
  display: none;
}
.footer .friendship ul::-webkit-scrollbar {
  width: 4px;
}
.footer .friendship ul::-webkit-scrollbar-button {
  display: none;
}
.footer .friendship ul::-webkit-scrollbar-thumb {
  background: #000;
}
.footer .friendship ul li {
  border-top: solid 1px #222;
}
.footer .friendship ul li a {
  display: block;
  line-height: 20px;
  color: #222;
  padding: 6px 10px;
  color: #777;
}
.footer .friendship ul li a:hover {
  color: #fff;
}
.footer .bottom {
  border-top: solid 1px #ddd; text-align: center;
  padding: 20px 0; color: #666;
  line-height: 24px;
  margin-top: 40px;
}
.footer .bottom a{margin-left:10px; opacity: .5;}
.footer .bottom .copy {
  color: #fff; opacity: .6;
  float: left;
}
.footer .bottom .copy a {
  color: #fff; opacity: .6;
}
.footer .bottom .support {
  float: left;
  color: #fff; opacity: .6;
  margin-left: 16px;
}
.footer .bottom .support a {
  color: #fff; opacity: .6;
}
.footer .bottom .support a:hover {
  color: #fff;
}
.footer .bottom .social-share {
  float: right;
}
.footer .bottom .social-share a {
  width: 23px;
  height: 23px;
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  background: no-repeat center;
  background-size: 100% 100%;
}
.footer .bottom .social-share a:hover {
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
}
.footer .bottom .social-share .icon-qq {
  background-image: url(/template/default/cn/pc/skin/images/share1.png);
}
.footer .bottom .social-share .icon-wechat {
  background-image: url(/template/default/cn/pc/skin/images/share2.png);
}
.footer .bottom .social-share .icon-weibo {
  background-image: url(/template/default/cn/pc/skin/images/share3.png);
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner .swiper-pagination {
  bottom: 24px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px; border-radius: 100%;
  margin: 0px 6px !important;
  border: solid 2px #fff; background: #fff;

  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #0b419f; border-color: #0b419f;
}
@keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
.dtline span {
  width: 2px;
  height: 16px;
  background: #fff;
  margin-right: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.dtline span:nth-child(1) {
  height: 16px;
}
.dtline span:nth-child(2) {
  height: 12px;
}
.dtline span:nth-child(3) {
  height: 8px;
}
.dtline.dh span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  font-size:38px; position: relative; padding-bottom: 15px;
  /* font-weight: bold; */
  color: #000;
}
.main .pctitle .title::after{content:""; width:60px; height:5px; left: 0px; right: 0px; position: absolute; margin: 0px auto; display: block; background: #0b419f; bottom: 0px;}
.main .pctitle .title span {
  position: relative;
  display: inline-block;
}
.main .pctitle .title span::before,
.main .pctitle .title span::after {
  content: " ";
  position: absolute;
  z-index: 2;
  background: no-repeat;
  background-size: 100% auto;
}
.main .pctitle .slogan_left{text-align: left; line-height: 1.8;}

.main .pctitle .slogan {
  font-size:18px;
  color: #666;
  margin-top: 18px;
}
.main .profession {
  padding: 60px 0 60px 0;
}
.main .profession ul {
  margin: 70px -11px 0 -11px;
}
.main .profession ul li {
  width: 25%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
}

.more_ct{display: block; text-align: center; padding: 50px 0px;}
.more_ct a{padding: 13px 50px; border: #959595 solid 1px; border-radius: 90px; font-size:18px;}
.more_ct a:hover{background: #0b419f; color: #fff; border-color: #0b419f;}
.about_img{display: block; text-align: center;}
.main .profession ul li a {
  display: block;
  position: relative;
}
.main .profession ul li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .profession ul li a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 66px 54px;
}
.main .profession ul li .icon {
  height: 55px;
  line-height: 69px;
}
.main .profession ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.main .profession ul li .txt {
  font-size: 24px;
  /* font-weight: bold; */
  color: #fff;
  margin:18px 0;
}
.main .about .content { margin-top: 70px; margin-bottom:70px;
  position: relative;
  overflow: hidden;
}
.main .about .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.main .about .pic:hover span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .about .pic::after {
  content: " ";
  width: 71px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 20;display: none;
  background: url(/template/default/cn/pc/skin/images/video.png) no-repeat;
  background-size: 100% auto;
}
.main .about .pic span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .pic img {
  width: 100%;
  display: none;
}
.main .about .cont {
  width: 50%;
  float: right;
  padding: 70px 64px;
}
.main .about .pctitle {
  text-align: left;
}
.main .about .pctitle .entit {
  line-height: 42px;
  font-size:42px; color: #0b419f;
  opacity:1;
  text-transform: uppercase;
}
.main .about .pctitle .slogan {
  margin-top: 2px;
}
.main .about .text {
  line-height: 26px;
  font-size: 18px;
  color: #666;
  margin:40px 0 30px 0;
}
.main .about ul {
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.main .about ul li {
  width: 25%\9;
  float: left;
  font-size: 16px;
}
.main .about ul li:nth-child(4n+1) {
  clear: left;
}
.main .about ul li:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.main .about ul li img {
  width: 100%;
  display: block;
}
.main .about ul li i {
  width: 104px;
  margin: 0 auto 14px auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .more {
  margin-top: 50px;
}
.main .about .more a {
  padding:15px 50px; line-height: 1;
  background: linear-gradient(to right, #0b419f, #0b419f);
  font-size: 18px; border-radius:90px; display: inline-block;
  color: #fff;
}
.main .about .more a:hover span {
  width: 50px;
}
.main .about .more span {
  width: 0;
  overflow: hidden;
  float: left;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .production {
  padding: 80px 0;
}
.main .production img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .production a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.main .production a > img {
  opacity: .4;
  filter: alpha(opacity=40);
}
.main .production a:hover > img {
  opacity: .8;
  filter: alpha(opacity=80);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .production a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production .text.table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .production .text.table .td {
  width: 100%;
  display: block;
}
.main .production .text.table .icon {
  width: 81px;
  margin: 0 auto;
}
.main .production .text.table .txt {
  font-size: 30px;
  color: #fff;
  margin: 22px 0;
}
.main .news {
  padding:60px 0; background:#f0f7fb;
}
.main .news .content {
  margin-top: 54px;
}
.main .news .swiper-container {
  padding-bottom: 96px;
}
.main .news .swiper-slide a {
  display: block;
}
.main .news .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .swiper-slide a:hover .tit {
  color: #0b419f;
}
.main .news .swiper-slide .date {
  display: inline-block;
  border-radius: 4px;
  background: #e4f5ff;
  padding: 0 16px;
  color: #666;
  line-height: 35px;
  margin:20px 0 16px 0;
}
.main .news .swiper-slide .tit,
.main .news .swiper-slide .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .swiper-slide .tit {
  font-size: 16px;
  font-weight: bold;
}
.main .news .swiper-slide .txt {
  color: #888;
}
.main .news .swiper-pagination {
  bottom: 10px;
}
.main .news .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #999;
  opacity: 1;
  border-radius: 0;
}
.main .news .swiper-pagination-bullet-active {
  background: #0b419f;
}
.main .maintain {
  background: url(/template/default/cn/pc/skin/images/maintain_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 90px 0 100px 0;
}
.main .maintain .wrap {
  max-width: 1310px;
}
.main .maintain .pctitle .title,
.main .maintain .pctitle .slogan {
  color: #fff;
  font-weight: normal;
}
.main .maintain .content {
  margin: 60px -5px 0 -5px;
  overflow: hidden;
}
.main .maintain .content .col {
  padding: 5px;
}
.main .maintain .content textarea,
.main .maintain .content input[type="text"] {
  width: 100%;
  border: solid 1px #e7e6e5;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  line-height: 22px;
  padding: 18px 15px;
}
.main .maintain .content textarea::-webkit-input-placeholder,
.main .maintain .content input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-moz-placeholder,
.main .maintain .content input[type="text"]:-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea::-moz-placeholder,
.main .maintain .content input[type="text"]::-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-ms-input-placeholder,
.main .maintain .content input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.main .maintain .content .rbtn {
  background: #0b419f;
}
.main .maintain .content .rbtn::after {
  background: #0068a8;
}
.main .maintain .content .rbtn input[type="button"],
.main .maintain .content .rbtn input[type="submit"],
.main .maintain .content .rbtn button,
.main .maintain .content .rbtn a {
  width: 100%;
  line-height: 22px;
  padding: 19px 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.column-menu {
  border-bottom: solid 1px #eeeeee;
  position: relative;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  margin-left: 48px;
  float: left;
}
.column-menu .menu li:first-child {
  margin-left: 0;
}
.column-menu .menu li.on a {
  color: #0b419f;
  border-bottom: solid 2px #0b419f;
}
.column-menu .menu li a {
  height: 68px;
  line-height: 68px;
  display: block;
  font-size: 18px;
}
.column-menu .menu li a:hover {
  color: #0b419f;
}
.column-menu .crumbs {
  float: left;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #999;
  padding-left: 24px;
  background: url(/template/default/cn/pc/skin/images/crumbs.png) no-repeat 0 center;
}
.column-menu .crumbs span{font-size: 12px; padding: 0px 5px;}
.column-menu .crumbs span i{font-size: 12px; }
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #0b419f;
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: none;
  margin: 0 8px;
  float: left;
}
.paging li a {
  display: block;
  width:50px;
  height: 50px;
  line-height: 50px;
  background-color: #eee;
  font-family: "Arial", arial;
  color: #999;
}
.paging li.on a,
.paging li a:hover {
  background-color: #0b419f;
  color: #fff;
}
.paging li.prev a,
.paging li.next a {
  width: 60px;
  background: no-repeat center #eeeeee;
}
.paging li.prev a {
  background-image: url(/template/default/cn/pc/skin/images/arrow6.png);
}
.paging li.prev a:hover {
  background-image: url(/template/default/cn/pc/skin/images/arrow8.png);
  background-color: #0b419f;
}
.paging li.next a {
  background-image: url(/template/default/cn/pc/skin/images/arrow7.png);
}
.paging li.next a:hover {
  background-image: url(/template/default/cn/pc/skin/images/arrow9.png);
  background-color: #0b419f;
}
.prevnext {
  overflow: hidden;
}
.prevnext .prev,
.prevnext .next,
.prevnext .return {
  height: 24px;
  line-height: 24px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
  color: #555;
}
.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
  color: #0b419f;
}
.prevnext .prev,
.prevnext .next {
  width: 280px;
  float: left;
}
.prevnext .next {
  margin-left: 34px;
}
.prevnext .return {
  float: right;
}
.prevnext .return a {
  padding-left: 36px;
  background: url(/template/default/cn/pc/skin/images/return1.png) no-repeat 0 center;
}
.prevnext .return a:hover {
  background-image: url(/template/default/cn/pc/skin/images/return2.png);
}
.gray {
  background: #f8f8f8;
}
.about-page .introduction {
  overflow: hidden;
  margin: 54px 0 45px 0;
}
.about-page .introduction .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .introduction .cont {
  width: 41.17647059%;
  float: left;
  margin-bottom: 30px;
}
.about-page .introduction .pic {
  width: 50%;
  float: right;
}
.about-page .introduction img {
  width: 100%;
  display: block;
}
.about-page .introduction .entit {
  line-height: 1.4;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .introduction .title {
  font-size: 32px;
  font-weight: bold;
  color: #0b419f;
  margin: 10px 0 40px 0;
}
.about-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .features {
  margin: 45px 0 70px 0;
}
.about-page .features ul {
  overflow: hidden;
  margin: 0 -4px;
}
.about-page .features li {
  width: 25%;
  float: left;
  padding: 4px;
  text-align: center;
}
.about-page .features li:nth-child(4n+1) {
  clear: left;
}
.about-page .features li .box {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 60px 30px;
}
.about-page .features li img {
  width: 100%;
  display: block;
}
.about-page .features li .icon {
  width: 69px;
  margin: 0 auto;
}
.about-page .features li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}
.about-page .features li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .team,
.about-page .honor {
  padding: 50px 0;
}
.about-page .team .title,
.about-page .honor .title {
  text-align: center;
  font-size: 32px;
  padding-bottom: 10px;
  font-weight: 500;
}
.about-page .team .paging,
.about-page .honor .paging {
  margin-top: 30px;
}
.honor-list {
  margin-top: 42px;
}
.honor-list ul {
  overflow: hidden;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
}
.honor-list li {
  width: 25%;
  float: left;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding-top: 22px;
}
.honor-list li:nth-child(4n+1) {
  clear: left;
}
.honor-list li a {
  display: block;
}
.honor-list li a:hover .txt {
  color: #0b419f;
  border-bottom: solid 3px #0b419f;
}
.honor-list li .pic {
  height: 185px; padding: 0px 20px;
}
.honor-list li img {
  max-height: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.honor-list li .txt {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  border-bottom: solid 3px #fff;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.team-list {
  margin-top: 42px;
}
.team-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.team-list li {
  width: 20%;
  padding: 10px;
  float: left;
}
.team-list li:nth-child(5n+1) {
  clear: left;
}
.team-list li span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.team-list li span img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.team-list li span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.team-list li span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-list li span::after {
  pointer-events: none;
  content: " ";
  width: 27px;
  height: 28px;
  background: url(/template/default/cn/pc/skin/images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-page {
  padding: 60px 0 60px 0;
}
.news-page .paging {
  margin-top: 16px;
}
.news-list ul {
  overflow: hidden;
  margin: 0 -13px;
}
.news-list li {
  width: 25%;
  float: left;
  padding: 0 13px;
  margin-bottom: 64px;
}
.news-list li a {
  display: block;
}
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .tit {
  color: #0b419f;
}
.news-list li .date {
  display: inline-block;
  border-radius: 4px;
  background: #e4f5ff;
  padding: 0 16px;
  color: #666;
  line-height: 36px;
  margin: 20px 0 15px 0px;
}
.news-list li .tit,
.news-list li .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .tit {
  font-size: 16px;
  font-weight: bold;
}
.news-list li .txt {
  color: #888;
}
.news-page .details .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.news-page .details .date {
  color: #0b419f;
  text-align: center;
  margin-top: 12px;
}
.news-page .details .article {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 54px 0;
  margin: 30px 0 70px 0;
}
.produce-page .introduction {
  padding: 70px 0;
}
.produce-page .introduction img {
  width: 100%;
  display: block;
}
.produce-page .introduction .pic {
  width: 50%;
  vertical-align: top;
}
.produce-page .introduction .cont {
  width: 50%;
  padding-left: 96px;
}
.produce-page .introduction .entit {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.produce-page .introduction .title {
  font-size:32px;
  font-weight: bold;
  color: #0b419f;
  margin:0px 0 30px 0;
}
.produce-page .introduction .text {
  line-height: 1.6;
  font-size: 18px;
  color: #666;
}
.produce-page .introduction .address {
  border-top: solid 1px #eee;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
.produce-page .introduction .address .txt {
  background: url(/template/default/cn/pc/skin/images/address_icon.png) no-repeat 0 0;
  padding: 6px 0 6px 46px;
  line-height: 24px;
  font-size: 16px;
  color: #888;
}
.produce-page .introduction .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.produce-page .surroundings {
  padding: 90px 0;
  background: #f8f8f8;
}
.produce-page .surroundings .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.produce-page .surroundings .swiper-container {
  margin-top: 50px;
  padding-bottom: 80px;
}
.produce-page .surroundings .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.produce-page .surroundings .swiper-slide span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.produce-page .surroundings .swiper-slide span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.produce-page .surroundings .swiper-slide span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.produce-page .surroundings .swiper-slide span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(/template/default/cn/pc/skin/images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.produce-page .surroundings .swiper-pagination {
  bottom: 0;
}
.produce-page .surroundings .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
}
.produce-page .surroundings .swiper-pagination-bullet-active {
  background: #0b419f;
}
.equipment-page,
.product-page {
  padding: 50px 0 50px 0;
}
.equipment-page .paging,
.product-page .paging {
  margin-top: 50px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list li {
  width: 33.3333333%;
  float: left;
  padding: 0 14px;
  margin-bottom: 26px;
  text-align: center;
}
.product-list li a {
  display: block;
}
.product-list li a:hover .picc {
  border: solid 1px #0b419f;
}
.product-list li a:hover .picc span {
  opacity: .2;
  filter: alpha(opacity=20);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a:hover .picc::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list li a:hover .text {
  background: #0b419f;
}
.product-list li a:hover .tit,
.product-list li a:hover .txt {
  color: #fff;
}
.product-list li .picc {
  border: solid 1px #eee;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  height:248px;
}
@media screen and (max-width: 768px) {
    .product-list li .picc {
        height:140px;
    }
}
.product-list li .picc::after {
  content: "Learn more";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  display: inline-block;
  padding: 0 40px 0 20px;
  font-family: "Arial", arial;
  color: #fff;
  white-space: nowrap;
  background: url(/template/default/cn/pc/skin/images/arrow10.png) no-repeat right 20px center #0b419f;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .text {
  background: #f8f8f8;
  padding: 24px 6px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit,
.product-list li .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit {
  font-size: 18px;
}
.product-list li .txt {
  color: #666;
}
.product-page .introduction {
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.product-page .introduction .photo {
  width: 50%;
  max-width: 700px;
  padding-right: 114px;
  float: left;
  position: relative;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block; 
}
.swiper-container-thumbs .swiper-slide img{border: #ddd solid 1px;}
.swiper-container-thumbs .swiper-slide-thumb-active img{border:#0b419f solid 1px;}
.product-page .introduction .photo .gallery-top {
  border: solid 1px #eee;
}
.product-page .introduction .photo .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  z-index: 2;
  padding: 38px 0;
}
.product-page .introduction .photo .gallery-thumbs {
  height: 100%;
  overflow: hidden;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {
  height: 97px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
  border: solid 1px #eee;
  display: block;
  cursor: pointer;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
  border: solid 1px #0b419f;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
  width: 100%;
  height: 28px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  background: no-repeat center #e8e8e8;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {
  background-color: #0b419f;
}
.product-page .introduction .photo .swiper-button-prev {
  top: 0;
  background-image: url(/template/default/cn/pc/skin/images/arrow11.png);
}
.product-page .introduction .photo .swiper-button-prev:hover {
  background-image: url(/template/default/cn/pc/skin/images/arrow13.png);
}
.product-page .introduction .photo .swiper-button-next {
  bottom: 0;
  background-image: url(/template/default/cn/pc/skin/images/arrow12.png);
}
.product-page .introduction .photo .swiper-button-next:hover {
  background-image: url(/template/default/cn/pc/skin/images/arrow14.png);
}
.product-page .introduction .cont {
  width: 46%;
  float: right;
}
.product-page .introduction .cont .model {
  font-size: 24px;
}
.product-page .introduction .cont .title {
  font-size: 40px;
  font-weight: bold;
}
.product-page .introduction .cont .text {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin:40px 0;
  padding:30px 0;
}
.product-page .introduction .cont .text ul {
  overflow: hidden;
}
.product-page .introduction .cont .text li {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.product-page .introduction .cont .text li:nth-child(2n+1) {
  clear: left;
}
.product-page .introduction .cont .rbtn {
  display: inline-block;
  background: #0b419f;
  border-radius: 42px;
}
.product-page .introduction .cont .rbtn::after {
  background: #0068a8;
}
.product-page .introduction .cont .rbtn span {
  padding: 0 20px 0 44px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: url(/template/default/cn/pc/skin/images/contact_btn.png) no-repeat 20px center;
}
.product-page .details {
  margin-top: 25px;
  padding: 50px;
  background: #fff;
}
.product-page .details .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding-bottom: 12px;
}
.product-page .details .article {
  padding: 32px 0;
}
.equipment-page .product-list .tit {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.contact-page .contact {
  padding: 80px 0;
  margin: 0 -38px;
}
.contact-page .contact .title {
  font-size: 24px;
  color: #222;
}
.contact-page .contact .entit {
  color: #888;
  font-size: 18px;
  margin-top: 6px;
}
.contact-page .address,
.contact-page .message {
  width: 50%;
  padding: 0 38px;
  float: left;
}
.contact-page .address .text {
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  padding: 4px 0;
  margin: 38px 0 26px 0; font-size: 16px;
}
.contact-page .address .txt {
  margin: 26px 0;
  line-height: 24px;
  padding: 3px 0 3px 58px;  padding-left: 0;
  background: no-repeat 0 0;
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt a {
  font-size: 16px;
  color: #888;
}
.contact-page .address  p {
  padding: 3px 0;
  display: flex;
  margin: 26px 0;
}
.contact-page .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}
.contact-page .address p strong{ font-weight: bold;}
.contact-page .address .qrcode {
  text-align: center;
  display: inline-block;
}
.contact-page .address .qrcode i {
  width: 110px;
  display: block;
  margin: 0 auto;
  border: solid 1px #dddddd;
}
.contact-page .address .qrcode p {
  font-size: 16px;
  color: #888;
  margin-top: 14px;
}
.contact-page .message .inputbox {
  margin-top: 34px;
}
.contact-page .message .inputbox .row {
  margin: 0 -8px;
}
.contact-page .message .inputbox .col {
  padding: 0 8px;
  margin-bottom: 15px;
}
.contact-page .message .inputbox .tit {
  line-height: 34px;
  font-size: 16px;
  color: #999;
}
.contact-page .message .inputbox .tit span {
  color: #fe1212;
  margin-right: 5px;
}
.contact-page .message .inputbox input,
.contact-page .message .inputbox textarea {
  width: 100%;
  line-height: 26px;
  padding: 15px 12px;
  font-size: 16px;
  color: #333;
  background: #f8f8f8;
  border: solid 1px #eee;
}
.contact-page .message .inputbox textarea {
  height: 184px;
}
.contact-page .message .btn {
  margin-top: 10px;
}
.contact-page .message .btn .rbtn {
  /* display: inline-block; */
  color: #fff;
  background: #0b419f;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
}
.contact-page .message .btn .rbtn::after {
  background: #0068a8;
}
.contact-page .message .btn .rbtn input,
.contact-page .message .btn .rbtn button,
.contact-page .message .btn .rbtn a {
  display: block;
  padding: 0 25px;
  color: #fff;
  cursor: pointer;
}
.contact-page .map #allmap {
  height: 516px;
}
.single-page {
  padding: 50px 0;
}
.single-page .title {
  text-align: center;
  font-size: 24px;
}
.single-page .article {
  padding: 30px 0;
}
.recruitment-page {
  padding: 80px 0;
}
.recruitment-page .entit {
  font-size: 36px;
  color: #e1e1e1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.recruitment-page .title {
  text-align: center;
  font-size: 36px;
  color: #222;
}
.recruitment {
  margin-top: 42px;
}
.recruitment li {
  border: solid 1px #eee;
  margin-bottom: 20px;
  background: #fff;
  border-left: solid 4px #fff;
}
.recruitment li.on {
  border-left: solid 4px #0b419f;
}
.recruitment li.on .top {
  background-image: url(/template/default/cn/pc/skin/images/arrow16.png);
}
.recruitment li.on .top .tit {
  color: #0b419f;
}
.recruitment .top {
  background: url(/template/default/cn/pc/skin/images/arrow15.png) no-repeat right 29px top 20px;
  cursor: pointer;
  padding: 40px 70px 40px 30px;
}
.recruitment .top .tit {
  font-size: 18px;
  line-height: 30px;
}
.recruitment .top .info {
  line-height: 24px;
  color: #999;
  margin-top: 8px;
}
.recruitment .cont {
  padding: 0 40px 30px 40px;
  display: none;
}
.recruitment .cont .text {
  line-height: 30px;
  color: #888;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.recruitment .cont .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .btn {
  color: #fff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #0b419f;
}
.recruitment .cont .btn::after {
  background: #0068a8;
}

.main .about .text {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
  }

.news .picc{overflow: hidden;}
.picc img{width: 100%; -o-transition:1s ease 0s;transition:1s ease 0s;}
.news .swiper-slide:hover .picc img{transform:scale(1.08);-o-transform:scale(1.08);}
.product-list li:hover .picc img{transform:scale(1.08);-o-transform:scale(1.08);}
.news-list li:hover .picc img{transform:scale(1.08);-o-transform:scale(1.08);}
.product-list li:hover .picc{position: relative;}
.product-list li:hover .picc::before{background: #000; z-index: 2; display: block; opacity: 0.3; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: "";}

.product-show-buttom{position: relative;}
.skin_type_thumbs{position:relative;}
.product-show-buttom .swiper-button-next, .swiper-button-prev{width: 85px; height: 46px; background: #0b419f; margin-top: -23px;}
.product-show-buttom .swiper-button-next{background: url(/template/default/cn/pc/skin/images/right_icon.png) center center no-repeat #0b419f; background-size: auto 100%;}
.product-show-buttom .swiper-button-prev{background: url(/template/default/cn/pc/skin/images/left_icon.png) center center no-repeat #0b419f; background-size: auto 100%;}
.product-show-buttom .swiper-button-prev, .product-show-buttom .swiper-container-rtl .swiper-button-next{left: -20px;}
.product-show-buttom .swiper-button-next, .product-show-buttom .swiper-container-rtl .swiper-button-prev{right: -20px;}

.news_home{padding-top:50px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:20px;}
.news_home_li{display: block; padding: 20px; background: #fafafa; text-align: left; transition-duration: 0.5s;}
.news_home_li:hover{box-shadow:0 5px 10px rgba(0,0,0,.3);}
.news_home_li_title{display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;}
.news_home_li_title a{font-size: 18px; font-weight: 600;}
.news_home_li_txt{margin: 15px 0px 20px; display: -webkit-box; font-size: 14px; line-height: 1.6; opacity: .8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;}
  .news_home_li_date{overflow: hidden; opacity: .6;}
  .news_home_li_date i{float: right;}
  .news_home_li_date img{height: 16px;}

.foot_contact_us{display:block; text-align: left; font-size: 16px;}
.foot_contact_us a{ font-size: 16px;}
.foot_contact_us .title{font-size: 16px;font-weight: 600;}
.foot_contact_us .item{overflow: hidden; padding: 10px 0px; display: block;}
.foot_contact_us .item_tel{font-size: 24px; font-weight: bold; padding-top:20px;}
.foot_contact_us .item .picbox{float: left; margin-right: 10px; width: 30px;}
.foot_contact_us .item .picbox img{height:26px;}
.icon-wechat{position: relative; cursor: pointer;}
.icon-wechat-box{position: absolute; bottom: 160%; padding: 5px;display: none; background: #fff; width: 120px; left: -55px; text-align: center;}
.icon-wechat-box span{display: block; color: #333;}
.icon-wechat:hover .icon-wechat-box{display: block;}

.itemlist_er{display:table; width: 100%; padding: 10px; background: #fff;  border-radius: 10px; margin-top: 20px;}
.itemlist_er_img{display: table-cell; vertical-align: top; width: 50%;}
.itemlist_er_img img{width: 100%;}
.itemlist_er_txt{display: table-cell; vertical-align: middle; text-align: center; font-size: 14px;}


.main .skin_type_thumbs ul{ margin: 0px; padding-top: 50px;}
.main .skin_type_thumbs ul li{display: block; width: 100%; padding: 0px;}
.main .skin_type_thumbs ul li a{border-radius: 20px; overflow: hidden;}
.pctitle_width .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

transform: scale(0.85);
}
.pctitle_width .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1); padding: 0px 15px;
}

.main .skin_type_thumbs ul li .text {
  width: 100%;
  height: 100%; opacity: 0;   background: rgba(36,74,161,.5);  display:flex; align-items: center;
  position: absolute;transition-duration: 0.2s;
  left: 0;
  top: 0;
  z-index: 2;
  padding:30px 20px;
}
.main .skin_type_thumbs ul li:hover  .text{opacity: 1;}

.case_width{background: url(/template/default/cn/pc/skin/images/case_bg.jpg) center center no-repeat; background-size:100% auto;}
.case_swiper{padding:10px 0px 30px; margin-top:50px;}
.main .case_width .title{color: #fff;}
.case_width_li{background: #fff;overflow: hidden;}
.case_width .slogan{color: #fff;}
.case_width_li_img{overflow: hidden;}
.case_width_li_img img{width:100%;}
.case_width_li_title{font-size: 20px; padding: 15px 20px; font-weight: 600;}
.case_width_li_txt{padding: 0px 20px; font-size: 16px; padding-bottom: 20px; color: #666;}
.case_width .pctitle .slogan{color: #fff;}

.project_search{margin-bottom: 20px;position: relative;}
.project_search .input_class{padding: 15px 20px; padding-right: 80px;}
.search_icon{position: absolute; right: 0px; top:0px; height: 100%; width:70px; cursor: pointer; background: url(/template/default/cn/pc/skin/images/search_icon.png) center center no-repeat #0b419f; background-size: auto 55%; }
.project_nav{display: block; border: 1px solid #e8e8e8;}
.project_nav_li{border-bottom: 1px solid #e8e8e8; display: table; width: 100%;}
.project_nav_li_title{display: table-cell;     background: #f5f5f5; padding: 10px; width: 100px; vertical-align: middle; text-align: center; font-weight: bold;}
.project_nav_li_txt{display: table-cell;     background: #fff; padding: 15px;  vertical-align: middle;}
.project_nav_li_txt a{margin:10px 15px; display: inline-block; font-size: 16px;}
.project_nav_li_txt a.on{color: #0b419f;}
.project_nav_li:nth-last-child(1){border-bottom: none;}

.project_table{padding:50px 0px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:30px;}
.project_table_li{border: 1px solid #e8e8e8; padding: 20px; display: block; transition-duration: 0.5s;}
.project_table_li_title{font-size:18px; font-weight:600; overflow: hidden; display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;}
.project_table_li_txt{ width: 100%; display: block; text-align: left; margin:10px 0px;}
.project_table_li_txt span{color: #999; padding-right: 10px;}
.project_table_li_td{display: -webkit-box; color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;}
  .project_table_li_but{overflow: hidden;display: block; text-align: right; background: #f5f5f5; margin:0px -20px -20px; padding:10px 20px; margin-top: 20px;}
  .project_table_li_but span{display: inline-block; padding: 5px 10px; float: left; border: #01a04b solid 1px; color: #01a04b;}
  .project_table_li_but b{float: right; font-weight:500; padding-top: 5px; color: #999;}
  .project_table_li:hover{box-shadow:0 5px 10px rgba(0,0,0,.3); border-color: #0b419f;}
  .project_table_li_but span.on{border-color: #fe1212; color:#fe1212;}
.details_but{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap:20px;} 
.details_but_li{display: block;}
.details_but_li a{padding:15px 20px; display: block; color: #0b419f; font-size: 18px; text-align: center; border: #0b419f solid 2px;}
.details_but_li.on a{background: #0b419f; color: #fff;}

.expert_width{padding:0px 0px 50px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:30px;}
.expert_li{display: block; text-align: center; background: #f5f5f5;}
.expert_li a{transition:all .5s;}
.expert_li_img{overflow: hidden; padding:0px;}
.expert_li_img img{-o-transition:1s ease 0s;transition:1s ease 0s; width:100%;object-fit: cover;  aspect-ratio:3/2;}
.expert_li:hover .expert_li_img img{transform:scale(1.08);-o-transform:scale(1.08);}
.expert_li_name{font-size: 18px; font-weight: 600; padding: 20px; padding-bottom:10px; }
.expert_li_txt{padding:20px; padding-top: 0px; color: #666; font-size: 16px; line-height: 1.6;}
.expert_li:hover{background: #0b419f;}
.expert_li:hover a{color: #fff;}
.expert_li:hover .expert_li_txt{opacity: .6; color: #fff;}
.produce-page .introduction .pic_30{width: 30%; min-width: 400px;}
.expert_li_but {display: block; padding-bottom: 20px;}
.expert_li_but span{padding: 10px 30px; display: inline-block; color: #ffff; font-size: 16px; background:#0b419f ; border-radius: 5px;}
.expert_li:hover .expert_li_but span{background: #fff; color:#0b419f ;}


.regular-radio{display:none;}
.regular-radio + label {background: url(/template/default/cn/pc/skin/images/checkout1.jpg) no-repeat top left; display: inline-block; line-height:20px; position: relative;min-height: 20px;padding: 0;cursor:pointer; padding-left:25px; margin:0; font-weight:normal;color:#333; text-align:left;}
.regular-radio + label a{ display:inline-block; text-decoration: underline;color:#0b419f; display: inline-block;}
.Privacy_Policy{font-size:12px;}
.regular-radio:checked + label{background:url(/template/default/cn/pc/skin/images/checkout2.jpg) no-repeat top left;}

.login_bg{ width:100%; background:url(/template/default/cn/pc/skin/images/login_bg.jpg) center center no-repeat; background-size:cover; padding:100px 20px; min-height:480px;}
.login_table{max-width:560px; width:100%; margin:0 auto; background:#FFF;}
.login_table .tabs{display:inline-block; width:100%;}
.login_table .tabs li{ list-style:none; float:left; width:50%; position:relative;}
.login_table .tabs li a{ padding:20px 0; font-weight:bold; background:#f0f0f0;color:#333; text-align:center; font-size:18px;display:block;}
.login_table .tabs li.active a{ background:#FFF; }
.login_table .login_table_top{text-align:center; padding:20px 0px;}
.login_table .login_content{ padding:40px;}
.login_button{display:block; overflow:hidden; padding-bottom:25px;}
.login_button button{font-size:18px; cursor: pointer; background:#0b419f; border:none; color:#FFF; font-weight:bolder; display:block; text-align:center; padding:12px 0px; display:block; width:100%;text-transform:uppercase;}
.login_button button:hover{background:#0265a9;}
.login_button a{font-size:18px; background:#0b419f; border:none; color:#FFF; font-weight:bolder; display:block; text-align:center; padding:12px 0px; display:block; width:100%; text-transform:uppercase;}
.login_Facebook{ text-align:center;}
.login_Facebook a{ background:#0a7fec; color:#FFF; display:block; padding:12px 0; font-size:18px; font-weight:bold;}
.login_Facebook a span{display:inline-block;}
.login_Facebook i{ display:inline-block; height:24px; width:24px; border:#fff solid 2px; overflow:hidden; border-radius:100%; font-weight:100; line-height:24px; float:left; margin-right:10px;}
.login_or{display:block; text-align:center; height:20px; line-height:40px; border-bottom:#e0e0e0 solid 1px; margin:20px 0px 38px;}
.login_or span{display:inline-block; padding:0px 20px; background:#FFF;}
.login_table_li{display: inline-block; width:100%; margin-bottom:20px; position:relative;}
.login_table_li .login_table_5{width: 50%; float: left}
.login_table_li .login_table_6{width: 33.333333%; float: left;}
.login_table_li .login_table_5 +.login_table_5{padding-left: 10px;}
.login_table_li .login_table_6 +.login_table_6{padding-left: 10px;}
.input_class{ padding:14px 30px 14px 60px;color:#333; display:block; width:100%; border:#e0e0e0 solid 1px; line-height:1.3; font-size:14px;}
.login_icon{ position:absolute; left:0; top:1px;  width:48px; text-align:center; height: 46px; padding:15px 0; border-right:1px solid #e0e0e0;}
.input_class:focus{border:#0b419f solid 1px;}
.form-control{padding:10px 15px; height: auto; color:#333;border:#e0e0e0 solid 1px; font-size:14px; border-radius:0;}
.qtypara .form-control{padding:10px 15px; border-radius: 90px; border-color: #e0e0e0;}
.qtypara .form-control:focus{ border-color:#1fab39;}
.Sign_password i{width:30px; height:30px; position:absolute; right:10px; top:8px;  line-height:30px; font-size:20px; cursor:pointer; color:#666}
.password_icon_n:before{content: "\f070";}
.login_table_correct{display:block; color:#f4536a;text-align: left; padding-top:8px;}
.login_table_li .payment_radio{ margin:5px 0; text-align:left;}
.login_table_3{float:left; width:35%; padding-right:10px;}
.login_table_7{float:left; width:65%;}
.login_table_2{float:left; width:40%; }
.login_table_8{float:left; width:60%;padding-right:10px;}
.Sign_bac{text-align:center; overflow:hidden;}
.login_table_li .but_class{border-radius: 0px; width: 100%; line-height: 42px; padding: 0px; background: #000}
.login_table_li .but_class_no{background: #ddd; color: #999}

.Sign_bac span{color:#999; padding:0px 15px;}
.Sign_bac a.Sign_bac_red{ color:#f4536a;}
.Sign_bac a .fa{margin-right:6px;}
.login_margin0{margin:-10px 0 10px;}
.signup_btn a{ border:1px solid #333; background:#FFF; color:#333;}
.padding-t-b{padding-top:10px!important; padding-bottom:20px !important;}
.padding_bottom0{padding-bottom:0 !important;}
.login_sent{padding-top:10px;}
.login_table_b{font-size: 24px; padding: 30px 0px; text-align: center; font-weight: bold;}
.form-control{width: 100%;}
.form-control:focus{border-color: #0068a8;}

.case_nav{display: block; text-align: center; padding-bottom:50px;}
.case_nav_li{display: inline-block; padding:5px;}
.case_nav_li a{padding: 10px 20px; font-size: 18px; display: inline-block; background: #e9f0ff; }
.case_nav_li.on a{background: #0068a8; color: #fff;}

.news-page .title{font-size: 32px; text-align: center;}

@media only screen and (max-width: 1600px) {
  .header .nav > ul > li > a{/* padding: 0px 20px; */}
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a{/* padding: 0px 40px; */}
}
  @media only screen and (max-width: 1200px) {
    .main .about .text {
      height: 72px;
    }
  }
  @media only screen and (max-width: 500px) {
    .login_table .login_content{padding: 20px;}
    .login_bg{padding:40px 20px;}
    .login_table .tabs li a{padding: 15px 0px;}

    .case_nav{padding-bottom: 30px;}
    .case_nav_li{display: inline-block; padding:2px;}
    .case_nav_li a{font-size: 16px; padding: 8px 15px;}

  }  


  /*account*/
.my_account{display:table; width:100%; padding:30px 0;}
.personal_left{width:287px;}
.personal_left .profile-img{ background:url(/template/default/cn/pc/skin/images/my_account_bg.jpg) center center no-repeat; overflow: hidden; background-size: cover; padding:20px 25PX; color:#FFF; border-radius: 10px; width:285PX;}
.personal_left .profile-img .name{ font-size:24px; color:#fff; padding-top: 10px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;}
.personal_left .personal_c{background:#FFF; margin-bottom:20px;}
.drop_mobile{display: block; overflow: hidden; font-size: 16px;}
.drop_mobile li{ border-bottom: #ddd solid 1px; padding: 20px 0px; overflow: hidden;}
.drop_mobile li i{float: right;}
.drop_mobile li.active a{font-weight: 600; color: #0068a8;}

.personal_center{ display:table-cell;width:100%; padding-left:60px;vertical-align: top;}
.Dashboard_c{padding: 20px;min-height:auto !important;}
.Account_right_title{ font-size:26px; padding-bottom: 25px;border-bottom: 1px solid #e1e1e1;color:#333; margin-bottom:25px;overflow: hidden;}
.Account_right_title a{font-size: 14px; float: right; padding: 10px 15px; background: #0068a8; color: #fff; border-radius: 5px;}
.table_right_c{ border-bottom:5px solid #f5f5f5; margin-bottom:20px;}
.table_right_c_b{border:1px solid #e0e0e0;}
.table_right_title{padding:12px 15px; font-weight:bold; font-size: 16px; border-bottom:1px solid #e0e0e0; text-transform:uppercase; overflow: hidden;}
.table_right_title a{float: right; font-weight: 400; background: #0068a8; font-size: 12px; padding: 5px 10px; color: #fff; border-radius: 5px;}
.Dashboard_c .p-info{display: block; padding:20px 0px; border-bottom: 1px solid #e1e1e1;}
.Dashboard_c .p-info span{color: #999; padding-right: 10px;display: inline-block; width:80px;}

.drop_mobile .sign_out{border: #0068a8 solid 1px; font-size: 16px; margin-top: 30px; color:#0068a8 ; padding: 12px; text-align: center;}
.drop_mobile .sign_out a{color:#0068a8 ;}
.drop_mobile .sign_out i{float: none; margin-right: 5px;}

.Dashboard_c_li{display: table; width: 100%; padding:15px 0px;}
.Dashboard_c_li_title{display: table-cell;width: 100px;vertical-align: middle;}
.Dashboard_c_li_txt{display: table-cell;vertical-align: middle;}
.Dashboard_c_li_txt .input_class{padding: 12px 20px;}
.Dashboard_c_buttons{display: block;  border-top:1px solid #e0e0e0; margin-top:20px; text-align: center; padding:30px 20px;}
.Dashboard_c_buttons a{padding:8px 20px; font-size: 16px; color: #0068a8; border: #0068a8 solid 1px; margin: 0px 10px; display: inline-block; font-size: 16px;}
.Dashboard_c_buttons .class_but{ border: #0068a8 solid 1px; color: #fff; background: #0068a8; cursor: pointer; margin: 0px 10px; padding:8px 20px; font-size: 16px;}
.expert_table{display: block;}
.expert_table_li{display: table; width: 100%; border-bottom:1px solid #e0e0e0;}
.expert_table_li:nth-last-child(1){border: none;}
.expert_th{font-size: 16px; font-weight: 600; background: #f0f9ff;}
.expert_td{display: table-cell; vertical-align: middle; padding: 15px 20px;}
.expert_td_1{width:120px;}
.expert_td_2{width:200px;}
.expert_td_5{width:150px;}
.expert_td_ed a{padding: 5px 10px; background: #0068a8; color: #fff; border-radius: 3px;} 
.expert_td_ed a.date_class{padding: 5px 10px; background: #f3031f; color: #fff;} 
.Dashboard_c_li_txt .payment_radio{display: inline-block; margin:8px 0px; margin-right:16px;}
.textarea_class{height: 180px;}
.Dashboard_c_li_txt .layui-upload-list{max-width: 120px; display: inline-block; margin: 0px;}

.project_td{display: table-cell; vertical-align: middle; padding: 15px 20px;}

.project_td_2{width:15%;}
.project_td_3{width:12%;}
.project_td_4{width:12%;}
.project_td_5{width:14%;}
.project_td_6{width:15%;}
.project_td_7{width:150px;}

.Dashboard_c_li_txt .layui-btn-container .layui-btn{margin-bottom: 0px;}
.Dashboard_c_li_txt .layui-upload-choose{font-size: 12px;}

.reward-QR-box{position: fixed; overflow-y: auto; left: 0px;top: 0px; z-index: 99999;width: 100%;height: 100%;background:rgba(0, 0, 0, 0.5)!important;}
.reward-QR-box-width{display:flex; overflow-y: auto; padding: 20px 0px; justify-content: center; min-height: 100%; align-items: center; width: 100%;}
.reward-QR-box-width .box_class_table{max-width:700px; padding:30px; position: relative; border-radius:0px; text-align: center; width: 90%; background: #fff;}
.reward-QR-box-width .box_class_table .title{font-size: 28px;}
.reward-QR-box-width .reward_QR_close{position: absolute; right:15px; top: 10px; cursor: pointer; color:#000; font-size: 28px;}
.personal_box_title{font-size: 24px; font-weight: 600;}

.project_box_txt{display: block; background: #f0f9ff;  text-align: left; padding:20px 20px 10px; margin: 20px 0px;}
.project_box_ds{display: block; border:1px solid #e0e0e0;}
.project_box_ds_li{display: table; width: 100%; padding: 20px; text-align: left;}
.project_box_ds_li{border-bottom:1px solid #e0e0e0;}
.project_box_ds_li:nth-last-child(1){border: none;}
.project_box_ds_li_img{display: table-cell; width:120px; vertical-align: middle;}
.project_box_ds_li_txt{display: table-cell; padding-left: 20px;  vertical-align: middle; font-size: 16px;}
.project_box_ds_li_txt b{font-size: 18px; display: block; padding-bottom: 10px;}
.project_box_ds_li_txt span{display: block; padding: 5px 0px;}

.mechanism{background: #e6eeff;}
.mechanism_table{padding:50px 0px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-gap:20px;}
.mechanism_li{display: block; background: #fff; text-align: center;}
.mechanism_li_img{padding: 20px;}
.mechanism_li_name{font-size: 18px; padding:10px 15px 30px;}

.product_right_li{display: table; width: 100%; margin-bottom:30px;}
.product_right_li_img{display: table-cell;min-width:250px;width: 30%;overflow: hidden;}
.product_right_li_img img{border-radius:0px; width: 100%;}
.product_right_li_txt{padding-left:40px;display: table-cell;vertical-align: middle;padding: 20px; padding-left: 30px; background: #f5f5f5;}
.product_right_li_txt_title{font-size: 24px; font-weight: bold; padding-bottom: 20px;}
.product_right_li_txt_date{display: block; color: #999; padding-top: 10px;}
.product_right_li_txt_ut{overflow: hidden; font-size: 16px; color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;}
  @media only screen and (max-width:1000px) {
    .product_right_li_txt_title{font-size: 18px;}
    .product_right_li_txt_ut{font-size: 14px;}
  }
  .project_width{padding: 30px 0px;}
  .mechanis_width .mechanism_li{border: #ddd solid 1px;}

  .news_home_width{overflow: hidden; padding-top:40px; padding-bottom:20px;}
  .news_home_width_img{width: 45%; float: left;}
  .news_home_width_img img{width: 100%;}
  .news_home_width_img .swiper-slide{position: relative;}
  .news_home_width_img .swiper-slide a{display: block;}
  .news_home_width_img .swiper-slide span{position: absolute; font-size: 18px; background: rgba(0,0,0,0.5); left: 0px; bottom: 0px; width: 100%; padding:20px; padding-bottom:35px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; color: #fff; display: block;}
  .main .news .swiper-container{padding-bottom: 0px;}
  .news_home_width_right{float: right; width:55%; padding-left:40px;}
  .news_home_width_right ul{margin: 0px !important;}
  .news_home_width_right .layui-tab{margin: 0px;}
  .main .profession .news_home_width_right ul li{width: initial; font-size: 22px; padding: 0px 20px; line-height:40px;}
  .news_home_width_right .layui-tab-title{height:55px;}
  .news_home_width_right .layui-tab-title .layui-this:after{height: 55px;     border-bottom: 2px solid #0b419f;}
  .layui-tab-brief>.layui-tab-title .layui-this{color: #0b419f;}
  .layui-tab-content{padding: 0px 0px; padding-top:20px;}
  .news_li_width{display: block; position: relative;  border-bottom: #ddd solid 1px; padding:15px 0px; padding-right: 100px;}
  .news_li_width a{font-size: 18px; background:url(/template/default/cn/pc/skin/images/arrow7.png) left center no-repeat; display: block; padding-left: 20px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
  .news_date{position: absolute; right: 0px; top:17px; opacity: .5;}


  .home_about_mub{display:table; width: 100%; padding:60px 0px 20px;}
.home_about_mub_li{display: table-cell; text-align: center; width:25%; padding:0px 15px; font-size: 18px;}
.home_about_mub_li_title b{display: inline-block; position: relative;}
.home_about_mub_li_title h2{font-size:66px; font-weight: 300; font-family:fantasy; display: inline-block; color:#0b419f;}
.home_about_mub_li_title span{ display: inline-block; padding: 5px 0px; font-size:24px; color: #0b419f; font-weight: 300;}

.login_content_but{padding: 10px 0px;}
.login_content_but a{background:#0b419f; padding: 30px 0px; display: block; text-align: center; color: #fff; font-size: 20px;}
.login_content_but:nth-child(2) a{background:#d87500; }
.login_content_but:nth-child(3) a{background:#d83d00; }
.login_content_title{font-size: 24px; font-weight: 600; text-align: center; padding-bottom: 30px;}
@media only screen and (max-width:1600px) {
  .news_home_width_img{width: 50%;}
  .news_home_width_right{width: 50%;}

}
@media only screen and (max-width:767px) {
  .login_content_title{font-size: 20px; padding-bottom:20px;}
  .login_content_but a{font-size: 18px; padding: 20px 0px;}
  .news-page .title{font-size:24px;}
  .my_account{display:block; width:100%; padding:30px 0;}
  .personal_left{width: 100%;}
  .personal_left .profile-img{width: 100%;}
  .personal_center{display: block; width: 100%; padding: 0px;}
  .Account_right_title{font-size: 24px; padding-bottom: 20px;}
  .Dashboard_c_li{padding: 10px 0px;}
  .Dashboard_c_li_txt .input_class{padding: 10px 15px;}
  .Dashboard_c_buttons{padding:20px 15px 10px;}
  .expert_table_li{display: block; overflow: hidden; padding: 5px;}
  .expert_th{display: none;}
  .expert_td{display: inline-block; padding:8px; float: left;}
  .expert_td_1{width:40%;}
  .expert_td_2{width:60%; padding-top: 15px;}
  .expert_td_3{width:60%;}
  .expert_td_4{width:60%;}
  .Dashboard_c{padding: 10px 15px;}

  .mechanism_table{padding:20px 0px; display: grid; grid-template-columns: repeat(2 , minmax(0, 1fr)); grid-gap:10px;}
  .mechanism_li_img{padding: 10px;}
  .mechanism_li_name{font-size: 16px; padding: 5px 10px 20px;}

  .project_td{display: block; width: 100%; padding:8px 10px;}
  .project_td_7{display: block; padding-bottom: 20px;}

  .reward-QR-box-width .reward_QR_close{right: 10px; top: 5px;}
  .reward-QR-box-width .box_class_table{padding: 20px; padding-top:40px;}
  .personal_box_title{font-size: 18px;}
  .project_box_txt{padding: 15px; padding-bottom: 5px;}
  .project_box_ds_li{padding: 10px;}
  .project_box_ds_li_txt b{font-size: 16px; padding-bottom: 5px;}
  .project_box_ds_li_txt{font-size: 14px; padding-left: 10px;}
  .project_box_ds_li_txt span{padding:1px 0px;}
  .project_box_ds_li_img{width: 85px;}

  .news_home_width{padding-top: 20px;}
  .news_home_width_img{width:100%; float: none;}
  .main .news .swiper-container{padding-bottom: 0px !important;}
  .news_home_width_right{display: block; padding: 0px; padding-top: 20px; width: 100%; float: none;}
  .news_li_width a{font-size: 16px;}
  .layui-tab-content{padding: 10px 0px;}

  .home_about_mub{display: block; overflow: hidden; padding:20px 0px 0px;}
    .home_about_mub_li{width:50%; display: inline-block; float: left; padding: 10px; font-size: 12px;}
    .home_about_mub_li_title h2{font-size:36px;}
    .home_about_mub_li_title span{font-size: 14px;}
    .more_ct{padding: 30px 0px;}
    .more_ct a{font-size: 16px; padding: 10px 30px; display: inline-block;}
    .more_ct a i{font-size: 14px;}
}

@media only screen and (max-width:500px) {
  .product_right_li{display: block; margin-bottom: 15px;}
  .product_right_li_img{width: 100%; min-width: auto; display: block;}
  .product_right_li_txt{display: block; width: 100%; padding: 15px;}
  .product_right_li_txt_title{padding-bottom: 10px;}

  .project_nav_li_txt a{font-size: 14px;}
  .project_search{margin-bottom:15px; position: relative;}
.project_search .input_class{padding: 12px 15px; padding-right: 80px;}
.search_icon{position: absolute; right: 0px; top:0px; height: 100%; width:60px; cursor: pointer; background: url(/template/default/cn/pc/skin/images/search_icon.png) center center no-repeat #0b419f; background-size: auto 55%; }

}


.page_index .fangan {
	position:relative;
	height: 800px;
	box-sizing:border-box;
	padding:80px 0 115px 0;
	background-color:#333333;
}
.page_index .fangan .container-xl {
	position:relative; max-width: 1300px;
	z-index:5
}
.page_index .fangan .pctitle {
	position:relative;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
.page_index .fangan .pctitle .title{color: #fff;}
.main .fangan  .pctitle .title::after{background: #fff;opacity: .5;}
.page_index .fangan .container-xl .titlebox::after {
	content:'';
	width:36px;
	height:5px;
	position:absolute;
	left:50%;
	bottom:-25px;
	transform:translateX(-50%);
	background:linear-gradient(270deg,#00CC8F 0%,#1e6fc1 100%)
}
.page_index .fangan .container-xl .titlebox .atitle {
	max-width:100%;
  display: block; width: 100%;
	overflow:hidden; 
	font-size:32px;
	font-weight:600;
	color:#fff;
	line-height:1.5;
	text-align:center
}
.page_index .fangan .container-xl .details .itemlist {
	width: 220px;
	border-radius: 10px;
	background-color:rgba(255,255,255,0.85);
}
.page_index .fangan .container-xl .details .itemlist .item {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height: 65px;
	border-radius:4px;
	padding:0 24px;
	padding-right: 10px;
	transition:all .5s;
	cursor:pointer;
}
.page_index .fangan .container-xl .details .itemlist .item.active {
	width: 240px; 
	background:linear-gradient(270deg,#faa231 0%,#ed3f05 100%);
}

.page_index .fangan .container-xl .details .itemlist .item.active .item_main .txt {
	font-weight:600;color: #fff;
}
.page_index .fangan .container-xl .details .itemlist .item.active .arrow {
	opacity:1;
	visibility:visible
}
.page_index .fangan .container-xl .details .itemlist .item .picbox {
	width:28px;
	height:28px;
	overflow:hidden
}
.page_index .fangan .container-xl .details .itemlist .item .picbox .pic {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	transition:all .6s
}
.page_index .fangan .container-xl .details .itemlist .item .item_main {
	display:flex;
	align-items:center
}
.page_index .fangan .container-xl .details .itemlist .item .item_main .icon {
	flex:none
}
.page_index .fangan .container-xl .details .itemlist .item .item_main .txt {
	max-width:100%;
	height:26px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	font-size:18px;
	font-weight:normal;
	color:#000;
	line-height:26px;
	padding:0 16px
}
.page_index .fangan .container-xl .details .itemlist .item .arrow {
	flex:none;
	opacity:0;
	visibility:hidden;
	margin-left:10px
}
.page_index .fangan .container-xl .details .item_detail {
	display:none;
	flex-direction:column;
	justify-content:center;
	padding-left: 100px;
}
.page_index .fangan .container-xl .details .item_detail.active {
	display:flex
}
.page_index .fangan .container-xl .details .item_detail .d1 {
	max-width:100%;
	/* height:80px; */
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size:26px;
	font-weight:600;
	color:#fff;
	line-height:40px;
	margin-bottom:24px;
}
.page_index .fangan .container-xl .details .item_detail .d2 {
	max-width:100%;
	height:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	font-size: 18px;
	font-weight:normal;
	color:#fff;
	line-height:1.8;
	margin-bottom:40px;
}
.page_index .fangan .container-xl .details .item_detail .btns {
	display:flex
}
.page_index .fangan .container-xl .details .item_detail .btns .more,.page_index .fangan .container-xl .details .item_detail .btns .tiyan {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	font-size:16px;
	font-weight:normal;
	width:136px;
	height:44px;
	border-radius:5px;
	line-height:22px;
	overflow:hidden
}

.page_index .fangan .bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0
}
.page_index .fangan .bg .picbox {
	width:100%;
	height:100%;
	overflow:hidden
}
.page_index .fangan .bg .picbox .pic {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	transition:all .6s
}
.page_index .fangan .bg .picbox {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
	transition:all .4s
}
.page_index .fangan .bg .picbox .wap {
	display:none
}
.page_index .fangan .bg .picbox.active {
	opacity:1;
	visibility:visible
}
.btns{display: block;}
.btns a{padding: 10px 20px; border: #fff solid 1px; border-radius: 10px; color: #fff;}
.btns a i{font-size: 14px; padding-left: 10px;}
.btns a:hover{background: #fff; color: #0b419f;}

.case_table .swiper-container{padding: 10px;}
.in_swiper{ margin-top:50px; }
.in_swiper_li{padding: 10px;display: block; text-align: center; border-radius: 10px; box-shadow: 0px 0px 10px 2px rgba(85, 98, 151, 0.11);}
.in_swiper_li img{padding: 10px; }
.in_swiper_li span{display: block; padding-bottom: 10px;}

/*ÁªÏµ*/
.i_contact{overflow:hidden; padding: 50px 0px; margin-bottom:60px; background-repeat:no-repeat; background-position:center center; background-size:cover; text-align:center; color:#fff;}
.i_contact .img{ display:block; margin:0 auto; height:70px; margin-top:80px;}
.i_contact .p{ margin:0 auto; margin-top:20px; max-width:900px; overflow:hidden; font-size:20px; color: #000;}
.i_contact .p b{display: block; font-size: 32px; padding-bottom: 20px;}
.i_contact .a{ position:relative; max-width:280px; width: 90%; height:70px; font-size: 20px; line-height:70px; display:block; margin:0 auto; margin-top:40px; background:#0b419e; color:#ffffff;}
.i_contact .a:after{ content:""; display: none; position:absolute; left:50%; top:0; width:2px; height:50px; background:#fff; margin-top:-35px; margin-left:-1px;transition:all 0.3s;}
.i_contact .a:hover{ background:#01338b;}
.i_contact .a:hover:after{ height:0;}

@media only screen and (max-width:767px) {
.page_index .fangan .container-xl .titlebox {
	margin-bottom:55px
}
.page_index .fangan .container-xl .details .itemlist {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:40px
}
.page_index .fangan .container-xl .details .itemlist .item {
	width:50%
}
.page_index .fangan .container-xl .details .itemlist .item.active {
	width:50%
}
.page_index .fangan .container-xl .details .item_detail{padding: 0px;}
.page_index .fangan{padding: 50px 0px;}
.page_index .fangan .pctitle{margin-bottom: 30px; }
.page_index .fangan{height: initial;}

.i_contact{margin-bottom: 30px; padding: 20px 0px;}
.i_contact .p{font-size: 16px;}
.i_contact .p b{font-size: 24px;}
.i_contact .a{line-height: 60px; height: 60px; font-size: 18px; margin-top: 30px;}
}

@media only screen and (max-width:500px) {
  .main .news .more_ct{padding:10px 0px;}
  .page_index .fangan .container-xl .details .itemlist{margin-bottom: 20px;}
  .page_index .fangan .container-xl .details .itemlist .item{height: 50px;}
  .page_index .fangan .container-xl .details .itemlist .item .item_main .txt{font-size: 16px;}
  .page_index .fangan .container-xl .details .item_detail .d1{font-size: 20px; margin-bottom: 10px;}
  .page_index .fangan .container-xl .details .item_detail .d2{font-size: 16px; margin-bottom: 20px;}
  .page_index .fangan .container-xl .details .item_detail .btns .more, .page_index .fangan .container-xl .details .item_detail .btns .tiyan{font-size: 14px;}
  .tops_c{display: none;}
  
}



.joinbottom{display: block;
}
.joinbottom .joinmain{
  background-color: #fff;
  padding-top:40px;
}
.joinbottom .joinmain .joinul{

}
.joinbottom .joinmain .joinul .joinlist{
  padding: 0 50px;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}
.joinbottom .joinmain .joinul .joinlist .partone{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #ddd;
}
.joinbottom .joinmain .joinul .joinlist .partone .leftbox{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-left: 44px;
  background: url(/template/default/cn/pc/skin/images/rentou.png) left center no-repeat;
}
.joinbottom .joinmain .joinul .joinlist .partone .rightbox{
  font-size: 15px;
  color: #999;
  position: relative;
}
.joinbottom .joinmain .joinul .joinlist .partone .rightbox:hover{
  color: #333;
}
.joinbottom .joinmain .joinul .joinlist.on .partone .rightbox:after{
  transform: translateY(-50%) rotateZ(-90deg);
}

.joinbottom .joinmain .joinul .joinlist .parttwo{
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 26px 0;
}
.shenqing.on .layui-icon-down:before{content: "\e619";}
.joinbottom .joinmain .joinul .joinlist .parttwo>div{
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.joinbottom .joinmain .joinul .joinlist .parttwo>div>div{
  padding-right: 120px;
  font-size: 16px;
  color: #777;
  line-height: 32px;
}
.joinbottom .joinmain .joinul .joinlist .partthree{
  display: none;
  border-top: 1px solid #ddd;
}
.joinbottom .joinmain .joinul .joinlist .partthree .main{
  padding: 30px 0; position: initial; width: 100%;
  line-height: 2;
  font-size: 16px;
  color: #777;
}
.joinbottom .joinmain .joinul .joinlist .partthree .main h4{
  color: #333;
  font-weight: normal;
}
.joinbottom .joinmain .joinul .joinlist .partthree .submitmail{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.joinbottom .joinmain .joinul .joinlist .partthree .submitmail a{
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 15px 44px;
  border-radius: 5px;
  background: var(--main-color);
  background: -webkit-gradient(linear, 0 100%, 100% 0, from(#086bb9), to(#0b318f));
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.top_20{padding-top: 10px;}

.pctitle{text-align: center; padding-top: 40px; padding-bottom: 10px; }
.pctitle .title {font-size: 36px;}

.policy_width{padding:50px 0px; font-size: 16px;}
.policy_width .pctitle{padding: 0px; padding-bottom: 50px;} 
.policy_width_top{display: block; overflow: hidden;}
.policy_width_top_l{float:left; padding-right:5%; width:45%; padding-top: 20px;}
.policy_width_top_r{float:left; width: 55%;}
.policy_width_top_l_title{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap:20px;}
.policy_width_top_li{color: #999;}
.policy_width_top_li b{display: block; color: #000; font-size:20px; padding-bottom: 5px;}

.policy_width_top_l_tab{padding-top: 20px;}
.policy_width_top_l_tab_li{display: table; width: 100%; padding: 15px 0px;}
.policy_width_top_l_tab_l{display: table-cell; vertical-align: middle; color: #999; width: 100px; }
.policy_width_top_l_tab_r{display: table-cell; vertical-align:middle;}
.policy_width_top_l_tab_r b{font-size: 26px; color: #ed3f05;}
.policy_width_top_l_tab_er{display: inline-block; text-align: center; font-size: 14px;}
.policy_width_top_l_tab_er img{height:120px; border: #ddd solid 1px;}
.policy_width_top_l_tab_er span{display: block; padding-top: 5px;}

.skin_type_product{display: block;}
.policy_width_top_l{float:left; padding-right:5%; width:45%;}
.skin_type_product img{width: 100%;}

.policy_thumbs{padding-top: 20px;}
.policy_thumbs .policy_img{position: relative; cursor: pointer;}
.policy_thumbs .policy_img span{position:absolute; padding: 10px; left: 0px; bottom: 0px; width: 100%; text-align: center;  background-color: rgba(0, 0, 0, .5); color: #fff;}
.policy_thumbs .swiper-slide img{border:none;  }

.policy_li{ padding: 30px 0px;}
.policy_li_title{font-size: 24px; font-weight: 600; padding-bottom:20px; margin-bottom:20px; border-bottom: #ddd solid 2px;}
.policy_li_tab{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:20px;}
.policy_li_tab_td{color: #000;}
.policy_li_tab_td span{display:inline-block; width:90px; color: #999;}

.policy_li_tabs{ display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-gap:30px; padding-top: 20px;}
.policy_li_tabs_td{display: block; color: #666; text-align: center; padding: 10px;}
.policy_li_tabs_td img{display: block; height:40px; margin: 0px auto;}
.policy_li_tabs_td span{display: block; padding-top:10px;}

@media (max-width:800px) {
  .policy_width{padding: 20px 0px; font-size: 14px;}
  .policy_width .pctitle{padding-bottom: 20px;}
  .policy_width_top_l{width: 100%; padding: 0px;}
  .policy_width_top_li b{font-size: 18px;}
  .policy_width_top_l_tab_li{padding:8px 0px;}
  .policy_width_top_l_tab_l{width: 80px;}
  .policy_width_top_l_tab{padding-top: 10px;}
  .policy_width_top_l_tab_r b{font-size: 22px;}
  .policy_width_top_r{width: 100%; padding-top: 10px; padding-bottom:10px;}
  .policy_thumbs{padding-top: 10px;}
  .policy_thumbs .policy_img span{font-size: 12px; padding: 5px;}
  .policy_li_title{font-size: 20px; padding-bottom: 5px; margin-bottom:15px;}
  .policy_li_tab{grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 10px;}
  .policy_li_tabs{grid-template-columns: repeat(4, minmax(0, 1fr)); grid-gap: 10px; padding-top:0px;}
  .policy_li_tabs_td img{height: 30px;}
  .policy_li{padding:15px 0px;}
}
@media (max-width:640px) {
  .pctitle .title {font-size:24px;}
    .joinbottom .joinmain .joinul .joinlist .partone{height: 60px;}
    .joinbottom .joinmain .joinul .joinlist{padding: 0px 20px;}
    .joinbottom .joinmain .joinul .joinlist .partone .leftbox{font-size: 18px; padding-left: 30px;}
    .joinbottom .joinmain .joinul .joinlist .parttwo>div{display: block; overflow: hidden;}
    .joinbottom .joinmain .joinul .joinlist .parttwo{padding: 10px 0px;}
    .joinbottom .joinmain .joinul .joinlist .parttwo>div>div{padding:2px 0px; width:100%; float: left; margin: 0px;}
    .joinbottom .joinmain .joinul .joinlist .partthree .main{padding: 20px 0px;}

    .policy_li_tab{grid-template-columns: repeat(1, minmax(0, 1fr)); grid-gap: 10px;}
}

.product_list_width{position: relative;  display: flex; padding:10px 0px 50px;  -webkit-box-pack: justify; justify-content: space-between;}
#column_left{ float:left; width:20%; padding:30px 0px;     flex: 0 0 250px;  position: sticky; top: calc(85px); align-self: flex-start;}
#column_center{padding:30px 0 0 40px; max-width: calc((100% - 250px));
  position: sticky;
  top: calc(0px);
  align-self: flex-start;
  flex: 0 0 calc((100% - 250px));
}
#column_center .expert_li_txt{text-align: left;}
.product_list_nav{display:block;}
.product_list_nav_title{background: #0b419f; color: #fff; font-size: 24px; padding: 15px;}
.product_list_nav_li{display: block; border-bottom: #ddd solid 1px;}
.product_list_nav_li a{font-size: 18px; padding:20px 15px; display: block;}
.product_list_nav_li.on a{background: #dbecff; color:#0b419f ;}

.visible-xs{display: none;}

.but_no{display: none;}
.text_tel{width: 100%; text-align: left; padding: 10px 0px; display: flex; align-items: center; color:#333 ; font-size: 24px; font-weight: 600;}
.text_tel span{font-size: 16px; color: #999;}
.produce-page .text_tel img{width: 150px; border: #ddd solid 1px;}
@media (max-width:1200px) {
  .product_list_width{display:block;}
  #column_left{display: none;}
  #column_center{display: block; position: initial; max-width: initial; padding: 0px;}
}
