@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
body {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  min-width: 1200px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -10%;
  width: 160%;
  height: 100%;
  z-index: 666;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
  opacity: 0;
}
.pic img {
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .pic:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    opacity: 1;
    visibility: initial;
  }
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#container {
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #0f8ce9;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top {
  font-size: 20rem;
  color: #333;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #0f8ce9;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 20rem;
  color: #454545;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #0f8ce9;
}
.header {
  height: 120rem;
  background-color: rgba(253, 252, 250, 0.7);
  width: 100%;
  z-index: 9999;
  transition: 0.7s;
  position: fixed;
  top: 0;
  left: 0;
}
.header .logo {
  padding: 0;
  float: left;
  margin-top: 23rem;
}
.header .logo a {
  display: block;
  position: relative;
}
.header .logo a img {
  display: inline-block;
  vertical-align: top;
  width: 175rem;
  z-index: 5;
  transition: 0.5s;
}
.header .logo a .logo1 {
  display: none;
}
.header .header-right {
  float: right;
}
.header .header-right .header-search {
  float: right;
  margin-right: 15rem;
  /*搜索*/
}
.header .header-right .header-search .pull-right {
  position: relative;
  z-index: 778;
}
.header .header-right .header-search .pull-right a {
  display: block;
  width: 56rem;
  overflow: hidden;
  height: 120rem;
  position: relative;
  background: url(../images/search.png) no-repeat center center;
  background-size: 22rem;
}
.header .header-right .header-search .pull-right a:after {
  content: '';
  display: block;
  width: 1px;
  height: 26rem;
  background-color: #333333;
  position: absolute;
  top: 50%;
  margin-top: -13rem;
  right: 0;
}
.header .header-right .header-search .search .search-main {
  top: 120rem;
  right: 100px;
  z-index: 777;
  width: 500px;
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .header-right .header-search .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 18rem;
  color: #666;
  height: 85rem;
  vertical-align: top;
  padding: 0 30rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .header-search .btn {
  top: 0;
  border: 0;
  right: 0;
  color: #fff;
  width: 85rem;
  height: 85rem;
  line-height: 85rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 22rem;
}
.header .header-right .phone {
  float: right;
  padding-left: 29rem;
  background: url(../images/phone.png) no-repeat left center;
  background-size: 20rem;
}
.header .header-right .phone a {
  font-family: Roboto-Bold;
  font-size: 29rem;
  letter-spacing: 1px;
  line-height: 120rem;
  color: #333333;
  display: block;
}
.nav {
  float: right;
  margin-right: 33rem;
  position: relative;
  z-index: 44444;
}
.nav ul li {
  text-align: center;
  float: left;
  margin-left: 56rem;
  position: relative;
}
.nav ul li a {
  display: inline-block;
  font-size: 20rem;
  color: #333333;
  line-height: 120rem;
  text-align: center;
  position: relative;
}
.nav ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  background: #0f8ce9;
}
.nav ul li .subnav {
  display: none;
  position: absolute;
  top: 120rem;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  padding: 15px 0;
  background-color: rgba(253, 252, 250, 0.7);
}
.nav ul li .subnav ul li {
  float: none;
  margin: 0;
  padding: 0;
}
.nav ul li .subnav ul li a {
  font-size: 18rem;
  font-weight: normal;
  line-height: 40rem;
  transition: 0.5s;
  color: #333;
  overflow: hidden;
  padding-right: 5px;
  height:40px;
}
.nav ul li .subnav ul li a:after {
  display: none;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    padding-left: 10rem;
  }
}
.nav ul li:hover a {
  font-weight: bold;
  color: #0f8ce9;
}
.nav ul li:hover a:after {
  width: 100%;
}
.nav ul .active a {
  font-weight: bold;
  color: #0f8ce9;
}
.nav ul .active a:after {
  width: 100%;
}
.headerFixed {
  background-color: #0f8ce9;
}
.headerFixed .logo a {
  /* .logo1 {
				display: block;
			}
			.logo0 {
				display: none;
			} */
}
.headerFixed .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 22rem;
}
.headerFixed .header-right .header-search .pull-right a:after {
  background-color: #fff;
}
.headerFixed .header-right .phone {
  background: url(../images/phone1.png) no-repeat left center;
  background-size: 20rem;
}
.headerFixed .header-right .phone a {
  color: #fff;
}
.headerFixed .nav ul li a {
  color: #fff;
}
.headerFixed .nav ul li a:after {
  background: #fff;
}
.headerFixed .nav ul li .subnav {
  background-color: #0f8ce9;
}
.headerFixed .nav ul li:hover a {
  color: #fff;
}
.headerFixed .nav ul .active a {
  color: #fff;
}
.header1 {
  background-color: #0f8ce9;
}
.header1 .logo a {
  /* .logo1 {
				display: block;
			}
			.logo0 {
				display: none;
			} */
}
.header1 .header-right .header-search .pull-right a {
  background: url(../images/search1.png) no-repeat center center;
  background-size: 22rem;
}
.header1 .header-right .header-search .pull-right a:after {
  background-color: #fff;
}
.header1 .header-right .phone {
  background: url(../images/phone1.png) no-repeat left center;
  background-size: 20rem;
}
.header1 .header-right .phone a {
  color: #fff;
}
.header1 .nav ul li a {
  color: #fff;
}
.header1 .nav ul li a:after {
  background: #fff;
}
.header1 .nav ul li .subnav {
  background-color: #0f8ce9;
}
.header1 .nav ul li:hover a {
  color: #fff;
}
.header1 .nav ul .active a {
  color: #fff;
}
.banner {
  color: #fff;
  text-align: left;
  position: relative;
}
.banner .item {
  position: relative;
}
.banner .img {
  position: relative;
  z-index: 1;
}
.banner .img1 {
  display: none;
}
.banner .custom_paging {
  position: absolute;
  bottom: 65rem;
  width: 1440rem;
  transform: translateX(-50%);
  left: 50%;
  text-align: left;
}
.banner .custom_paging li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 20rem;
  cursor: pointer;
  font-size: 21rem;
  letter-spacing: 1rem;
  font-weight: lighter;
  color: #ffffff;
}
.banner .custom_paging .slick-active {
  text-decoration: underline;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 666;
}
.home-title {
  text-align: center;
  font-weight: bold;
}
.home-title p {
  font-size: 60rem;
  line-height: 60rem;
  color: rgba(49, 49, 49, 0.09);
}
.home-title h3 {
  font-size: 32rem;
  line-height: 36rem;
  font-weight: bold;
  letter-spacing: 3rem;
  margin-top: -39rem;
  color: #313131;
}
.home-about {
  padding: 122rem 0px 116rem 0;
}
.home-about .home-title {
  text-align: left;
  margin-bottom: 23rem;
  padding-bottom: 33rem;
  padding-right: 17rem;
  position: relative;
  display: inline-block;
}
.home-about .home-title:after {
  content: '';
  display: block;
  width: 476rem;
  height: 12rem;
  background: url(../images/line.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-about .text {
  float: left;
  width: 48%;
}
.home-about .text .span {
  font-size: 25rem;
  line-height: 36rem;
  margin-bottom: 16rem;
  color: #313131;
}
.home-about .text .jsh {
  font-size: 20rem;
  line-height: 30rem;
  /* height: 272rem; */
  margin-bottom: 15rem;
  overflow: hidden;
  color: #333333;
}
.home-about .img {
  float: right;
  width: 48%;
  padding-top: 8rem;
}
.shuzi {
  padding-top: 24rem;
}
.shuzi li {
  width: 20%;
  float: left;
  text-align: center;
}
.shuzi li .num {
  color: #0f8ce9;
  font-size: 18rem;
  font-weight: bold;
}
.shuzi li .num .counter {
  font-size: 61rem;
  display: inline-block;
  vertical-align: top;
}
.shuzi li .h3 {
  font-size: 18rem;
  line-height: 20rem;
  color: #4a4a4a;
}
.more a,
.more p {
  display: block;
  width: 200rem;
  line-height: 60rem;
  font-size: 20rem;
  padding: 0 28rem;
  background: #0f8ce9;
  color: #fff;
  transition: 0.5s;
}
.more a span,
.more p span {
  float: right;
  width: 38rem;
  height: 60rem;
  background: url(../images/more1.png) no-repeat center center;
  background-size: 100%;
  display: block;
}
@media (min-width: 1025px) {
  .more a:hover {
    background: linear-gradient(90deg, #1e90ff 0%, #00d4ff 100%);
  }
}
.home-product {
  padding: 53rem 0 0 0;
  background: #f8f8f8 url(../images/bg.jpg) no-repeat top center;
  background-size: 100%;
}
.home-product .classlist {
  padding-top: 44rem;
  padding-bottom: 56rem;
}
.home-product .show {
  padding: 65rem 0 85rem 0;
  background: #fff;
}
.home-product .show .info {
  display: none;
}
.classlist {
  text-align: center;
  font-size: 0;
}
.classlist ul li {
  padding: 0 10rem;
  margin-bottom: 10rem;
  display: inline-block;
  vertical-align: top;
  position:relative;
}
.classlist ul li>a {
  display: block;
  width: 140rem;
  line-height: 51rem;
  text-align: center;
  border: solid 1rem #d9d9d9;
  font-size: 20rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
  color: #666666;
}
@media (min-width: 1025px) {
  .classlist ul li:hover>a {
    background-color: #0f8ce9;
    border: solid 1px #0f8ce9;
    color: #fff;
  }
}
.classlist ul .active>a {
  background-color: #0f8ce9;
  border: solid 1px #0f8ce9;
  color: #fff;
}
.classlist .classlist1 {
  margin-top: 21rem;
}
.classlist .classlist1 li>a {
  line-height: 40rem;
  border-radius: 30rem;
}
.productlist {
  margin: 0 -9rem;
}
.productlist li {
  width: 20%;
  float: left;
  padding: 0 9rem;
}
.productlist li .pic {
  border: solid 1px #e1e1e1;
}
.productlist li .bt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18rem;
  color: #666666;
  line-height: 52rem;
  padding: 0 5px;
  text-align: center;
  border: solid 1px #e1e1e1;
  border-top: 0;
}
@media (min-width: 1025px) {
  .productlist li:hover .pic {
    border: solid 1px #0f8ce9;
  }
  .productlist li:hover .pic img {
    transform: scale(1.04);
  }
  .productlist li:hover .bt {
    color: #0f8ce9;
    border: solid 1px #0f8ce9;
    border-top: 0;
  }
}
.home-cases {
  padding: 67rem 0 100rem 0;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: cover;
}
.home-cases .home-bottom {
  padding-top: 72rem;
}
.caselist {
  margin: 0 -12rem;
}
.caselist li {
  width: 25%;
  float: left;
  padding: 0 12rem;
}
.caselist li .pic:after {
  padding-bottom: 88.9212828%;
}
.caselist li .text {
  padding: 22rem 26rem;
  background: #fff;
}
.caselist li .text .bt {
  text-align: center;
  font-size: 22rem;
  line-height: 36rem;
  color: #313131;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.caselist li .text .bt:after {
  content: '';
  display: block;
  transition: 0.5s;
  width: 27rem;
  height: 3rem;
  background-color: #0f8ce9;
  margin: 0 auto;
  margin-top: 11rem;
  margin-bottom: 38rem;
}
.caselist li .text .jsh {
  font-size: 18rem;
  line-height: 32rem;
  overflow: hidden;
  height: 64rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .caselist li:hover .pic img {
    transform: scale(1.05);
  }
  .caselist li:hover .text .bt:after {
    width: 37rem;
  }
}
.home-news {
  padding: 49rem 0 109rem 0;
  background: #fff;
}
.home-news .home-bottom {
  padding-top: 33rem;
}
.home-news .home-bottom .classlist ul li a {
  line-height: 43rem;
}
.home-news .home-bottom .list {
  margin: 0 -20rem;
  padding-top: 54rem;
}
.home-news .home-bottom .list .item {
  float: left;
  width: 32.8%;
  padding: 0 20rem;
}
.home-news .home-bottom .list .item .box {
  position: relative;
}
.home-news .home-bottom .list .item .date {
  font-size: 18rem;
  margin-bottom: 15rem;
  color: #999999;
}
.home-news .home-bottom .list .item .date:after {
  content: '';
  display: block;
  width: 25rem;
  height: 3rem;
  margin-top: 16rem;
  background-color: #0f8ce9;
}
/* .home-news .home-bottom .list .item .bt { */
  /* font-size: 24rem; */
  /* font-weight: bold; */
  /* line-height: 36rem; */
  /* height: 0; */
  /* overflow: hidden; */
  /* color: #ffffff; */
/* } */

.home-news .home-bottom .list .item .bt {
  font-size: 18rem;
  line-height: 28rem;
  height: 84rem;

  overflow: hidden;
  color: #333333;
}
.home-news .home-bottom .list .item .jsh {
  font-size: 18rem;
  line-height: 28rem;
  height: 0;
  margin-bottom: 18rem;
  overflow: hidden;
  color: #333333;
}
.home-news .home-bottom .list .item .pic:after {
  padding-bottom: 98.1981982%;
}
.home-news .home-bottom .list .item .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 17rem 17rem 32rem 17rem;
  background: #f5f5f5;
}
.home-news .home-bottom .list .item .more p {
  width: 129rem;
  line-height: 38rem;
  font-size: 18rem;
  padding: 0 7rem 0 17rem;
  background-color: #0f8ce9;
}
.home-news .home-bottom .list .item .more p span {
  width: 24rem;
  height: 38rem;
}
@media (min-width: 1025px) {
  .home-news .home-bottom .list .item:hover .date {
    color: #fff;
    margin-bottom: 37rem;
  }
  .home-news .home-bottom .list .item:hover .date:after {
    background-color: #fff;
  }
  .home-news .home-bottom .list .item:hover .bt {
    height: auto;
    margin-bottom: 10rem;
	  font-size: 24rem;
	  font-weight: bold;
	  line-height: 36rem;
	  overflow: hidden;
	  color: #ffffff;	
  }
  .home-news .home-bottom .list .item:hover .jsh {
    height: 84rem;
    color: #fff;
    margin-bottom: 15rem;
  }
  .home-news .home-bottom .list .item:hover .pic img {
    transform: scale(1.05);
  }
  .home-news .home-bottom .list .item:hover .hover {
    background: rgba(15, 140, 233, 0.8);
    height: 100%;
    padding: 43rem 37rem 32rem 37rem;
  }
  .home-news .home-bottom .list .item:hover .more p {
    color: #0f8ce9;
    background-color: #fff;
  }
  .home-news .home-bottom .list .item:hover .more p span {
    background: url(../images/more1h.png) no-repeat center center;
    background-size: 100%;
  }
}
.home-news .home-bottom .list .right {
  width: 34%;
  float: right;
}
.home-news .home-bottom .list .right .mySwiper {
  height: 434rem;
  overflow: hidden;
  padding-left: 38rem;
  position: relative;
}
.home-news .home-bottom .list .right .mySwiper:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #e4e4e4;
  position: absolute;
  top: 0;
  left: 3px;
}
.home-news .home-bottom .list .right .swiper-slide {
  border-bottom: solid 1px #bbbbbb;
  padding-bottom: 15rem;
  padding-top: 15rem;
  height: 145rem;
}
.home-news .home-bottom .list .right .swiper-slide:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #0f8ce9;
  border-radius: 20px;
  position: absolute;
  top: 23rem;
  left: -38rem;
}
.home-news .home-bottom .list .right .swiper-slide span {
  font-family: 'Roboto-Regular';
  font-size: 28rem;
  line-height: 30rem;
  color: #999999;
  position: absolute;
  top: 0;
  left: 0;
}
.home-news .home-bottom .list .right .swiper-slide h3 {
  position: relative;
  padding-left: 30rem;
  margin-bottom: 5rem;
  overflow: hidden;
  line-height: 30rem;
  font-size: 18rem;
  height: 60rem;
}
.home-news .home-bottom .list .right .swiper-slide p {
  position: relative;
  padding-left: 30rem;
  font-size: 14rem;
  line-height: 30rem;
  height: 60rem;
  overflow: hidden;
  letter-spacing: 1rem;
  color: #555555;
}
.home-news .home-bottom .list .right .swiper-slide-active::before {
  content: '';
  display: block;
  width: 3px;
  height: 50%;
  background: #0f8ce9;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: -36rem;
}
.home-news .home-bottom .list .right .swiper-slide-active:after {
  display: none;
}
/* 底部 */
.footer {
  background: #191919;
  padding-top: 52rem;
}
.footer .footer-top .footer-left {
  width: 25%;
  padding-bottom: 60rem;
  padding-right: 5%;
}
.footer .footer-top .footer-list {
  width: 44%;
}
.footer .footer-top .footer-contact {
  width: 19%;
}
.footer .footer-top .footer-left .profile {
  font-size: 18rem;
  color: #999999;
  line-height: 30rem;
}
.footer .footer-top .footer-left .phone {
  font-size: 30rem;
  line-height: 30rem;
  color: #ffffff;
}
.footer .footer-top .footer-left .phone a {
  color: #fff;
}
.footer-top .link {
  margin-top: 20rem;
}
.footer-top .link .item {
  float: left;
  margin-right: 14rem;
  position: relative;
}
.footer-top .link .item span,
.footer-top .link .item a {
  display: block;
  width: 40rem !important;
  height: 40rem !important;
  float: right;
  cursor: pointer;
  border-radius: 50%;
  border: 1rem solid #616161;
  background-size: 40rem !important;
}
.footer-top .link .item span.pdd {
  background: url(../images/pdd.png) no-repeat center;
}
.footer-top .link .item span.jd {
  background: url(../images/jd.png) no-repeat center;
}
.footer-top .link .item span.jd {
  background: url(../images/jd.png) no-repeat center;
}
.footer-top .link .item span.tm {
  background: url(../images/tm.png) no-repeat center;
}
.footer-top .link .item span.wx {
  background: url(../images/xw.png) no-repeat center;
}
.footer-top .link .item span.wx:hover {
  background-color: #004098;
}
.footer-top .link .item a.qq {
  display: block;
  background: url(../images/qq.png) no-repeat center;
}
.footer-top .link .item .qq:hover {
  background-color: #004098;
}
.footer-top .link .item .jd:hover {
  background-color: #004098;
}
.footer-top .link .item .tm:hover {
  background-color: #004098;
}
.footer-top .link .item .pdd:hover {
  background-color: #004098;
}
.footer-top .link .item .hover {
  display: none;
  position: absolute;
  bottom: -177rem;
  left: 30%;
  padding: 10rem;
  width: 275rem;
  margin-left: -65rem;
  z-index: 77;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.08);
  font-size: 13rem;
  line-height: 23rem;
}
.footer-top .link .item .hover img {
  float: left;
  width: 50%;
}
.footer-top .link .item .hover p {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 130.5rem;
}
.footer-top .link .item:hover .hover {
  display: block;
}
.footer-top .link .item .hover .arrow,
.footer-top .link .item .hover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.footer-top .link .item .hover .arrow {
  left: 50%;
  margin-left: -75rem;
  bottom: 140rem;
  width: 0;
  height: 0;
  border-width: 0 10rem 10rem;
  border-style: solid;
  border-color: transparent transparent #333;
  /*透明 透明  灰*/
}
.footer-top .footer-list > ul > li:first-child {
  padding-left: 0;
}
.footer-top .footer-list > ul > li {
  float: left;
  position: relative;
  padding: 0 40rem;
  max-width: 170rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer-top .footer-list > ul > li::after {
  content: '';
  display: block;
  height: 180rem;
  width: 1rem;
  border-right: 1rem solid #333333;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-top .footer-list > ul > li:last-child::after {
  display: none;
}
.footer-top .footer-list > ul > li > a {
  display: block;
  height: 38rem;
  font-size: 18rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer-top .footer-list .fooeter-two li a {
  display: block;
  color: #949494;
  font-size: 14rem;
  line-height: 28rem;
  color: #b7b7b7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer-top .footer-list .fooeter-two li a:hover {
  color: #fff;
}
.footer .footer-contact .footer-contact-content div {
  margin-bottom: 10rem;
}
.footer .footer-contact .footer-contact-content p {
  color: #c3c3c3;
  line-height: 2;
}
.footer .footer-contact .footer-contact-content p img {
  vertical-align: middle;
  margin-right: 15rem;
}
.footer .footer-contact .footer-contact-content p a {
  color: #c3c3c3;
  line-height: 2;
}
.footer .copyright {
  font-size: 14rem;
  color: #c3c3c3;
  text-align: center;
}
.footer .copyright .container {
  border-top: 1px solid #313131;
  padding: 25rem 0;
  margin-top: 13rem;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
}
.inbanner .item {
  position: relative;
}
.inbanner .banner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-54%);
  padding-top: 107rem;
}
.inbanner .banner-hover .info {
  transition: 2s;
  animation: fadeInLeft2 2s;
}
.inbanner .banner-hover .bt {
  font-size: 44rem;
  font-weight: bold;
  color: #fff;
}
.inbanner .banner-hover .p {
  font-size: 20rem;
  color: #ffffff;
}
.inmain {
  padding-top: 120rem;
}
.inmain .container {
  width: 1360rem;
}
.current {
  padding: 15rem 0;
  background: #eaeaea;
}
.current img {
  width: 17rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6rem;
}
.current h2 {
font-size: 20rem;
    color: #333333;
}
.current h2 a {
  color: #333333;
}
.current h2 span,.current h2 .item1 {
  color: #333333;
}
.content {
  padding: 58rem 0;
  min-height: 500px;
}
.product {
  padding: 77rem 0;
}
.product .product-top {
  text-align: center;
}
.product .product-top .h3 {
  float: none;
  margin-right: 0;
  margin-bottom: 46rem;
}
.product .product-top .classlist {
	margin-bottom: 6rem;
  position: relative;
  z-index: 999;
}
.product .product-top .list {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 32rem;
  position: relative;
  z-index:1;
}
.product .product-top .psearch {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.product .productlist {
  margin-bottom: 40rem;
}
.product .productlist li {
  width: 25%;
  margin-bottom: 16rem;
}
.product-top {
  margin-bottom: 47rem;
}
.product-top .h3 {
  float: left;
  font-size: 32rem;
  line-height: 40rem;
  margin-right: 83rem;
  letter-spacing: 3rem;
  color: #333333;
}
.product-top .psearch {
  float: left;
  margin-top: 16rem;
}
.product-top .psearch input {
  width: 200rem;
  height: 30rem;
  border-radius: 10rem;
  padding: 0 10rem;
  float: left;
  border: solid 1rem #666666;
}
.product-top .psearch .sub {
  width: 40rem;
  height: 30rem;
  display: block;
  float: left;
  background: url(../images/search.png) no-repeat center center;
  background-size: 24rem;
}
.product-top .list {
  float: right;
  margin-top: 16rem;
}
.product-top .list ul li {
  float: left;
  margin-left: 22rem;
  position:relative;
}
.product-top .list ul li a {
  line-height: 21rem;
  font-size: 20rem;
  max-width: 170rem;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666666;
}
@media (min-width: 1025px) {
  .product-top .list ul li:hover a {
    color: #0f8ce9;
  }
}
.product-top .list ul .active a {
  color: #0f8ce9;
}
.page {
  clear: both;
  font-size: 0;
  color: #947d58;
  text-align: center;
}
.page em {
  font-style: normal;
  font-size: 12px;
}
.page a,
.page span {
  color: #999;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  min-width: 38px;
  line-height: 36px;
  height: 38px;
  border: 1px solid #e1e1e1;
  margin: 0 2px;
  padding: 0 5px;
  vertical-align: middle;
  font-weight: normal;
}
.page a.cur,
.page a.cpb,
.page a.active,
.page a:hover {
  background: #0f8ce9;
  color: #ffffff;
}
.page a.prev,
.page a.next {
  color: #666666;
  border: 0 !important;
}
.page a.prev {
  background: 0;
}
.page a.prev:hover {
  color: #0f8ce9;
}
.page a.next {
  background: 0;
}
.page a.next:hover {
  color: #0f8ce9;
}
.caselist1 {
  margin: 0 -12rem;
  padding-bottom: 20rem;
}
.caselist1 li {
  width: 33.33333333%;
  float: left;
  padding: 0 12rem;
}
.caselist1 li .pic:after {
  padding-bottom: 88.9212828%;
}
.caselist1 li .text {
  padding: 22rem 0 25rem 0;
}
.caselist1 li .text .bt {
  font-size: 20rem;
  line-height: 36rem;
  margin-bottom: 7rem;
  color: #313131;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.caselist1 li .text .more {
  font-size: 14rem;
  color: #999999;
}
@media (min-width: 1025px) {
  .caselist1 li:hover .pic img {
    transform: scale(1.05);
  }
  .caselist1 li:hover .text .bt {
    color: #0f8ce9;
  }
}
.downloadlist {
  margin: 0 -29rem;
  padding-bottom: 8rem;
}
.downloadlist li {
  width: 50%;
  float: left;
  padding: 0 29rem;
  margin-bottom: 40rem;
}
.downloadlist li .box {
  background: #f5f5f5 url(../images/zip.png) no-repeat 25rem center;
  background-size: 25rem;
  line-height: 71rem;
  padding: 0 69rem;
  font-size: 18rem;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.downloadlist2 li{
	width:33.3333333333%
}
.downloadlist2 li .box {
    background-image: none;
    padding: 0;
    text-align: center;
    line-height: 50rem;
}

.downloadlist2 li  .pic:after {
  padding-bottom: 56.69697%;
}

.downloadlist li .box span {
  width: 27rem;
  height: 27rem;
  position: absolute;
  z-index: 1;
  display: block;
  background-color: rgba(15, 140, 233, 0.6);
  border-radius: 50%;
  top: 50%;
  right: 26rem;
  margin-top: -13rem;
}
.downloadlist li .box span:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  background: url(../images/down.png) no-repeat center center;
  background-size: 5rem;
}
.downloadlist li .box span:before {
  width: 21rem;
  height: 21rem;
  background-color: #0f8ce9;
  border-radius: 50%;
  position: absolute;
  top: 3rem;
  left: 3rem;
  content: '';
  display: block;
  z-index: 0;
}
@media (min-width: 1025px) {
  .downloadlist li:hover .box {
    background-color: #eee;
  }
}
.newslist li {
  margin-bottom: 65rem;
}
.newslist li .box {
  position: relative;
  height: 276rem;
  padding-left: 458rem;
  padding-top: 22rem;
}
.newslist li .pic {
  width: 396rem;
  position: absolute;
  top: 0;
  left: 0;
}
.newslist li .pic:after {
  padding-bottom: 69.6969697%;
}
.newslist li .bt {
  font-size: 32rem;
  line-height: 40rem;
  max-height: 80rem;
  margin-bottom: 24rem;
  color: #333333;
  overflow: hidden;
}
.newslist li .jsh {
  font-size: 20rem;
  line-height: 28rem;
  height: 56rem;
  margin-bottom: 24rem;
  overflow: hidden;
  color: #666666;
}
@media (min-width: 1025px) {
  .newslist li:hover .pic img {
    transform: scale(1.05);
  }
  .newslist li:hover .bt {
    color: #0f8ce9;
  }
}
.news-show {
  background: #f7f7f7;
}
.neleft {
  float: left;
  width: 70.3%;
  background: #fff;
  padding: 71rem 57rem;
}
.h1 {
  font-size: 26rem;
  line-height: 28rem;
  color: #333333;
  margin-bottom: 19rem;
}
.h2 {
  font-size: 14rem;
  margin-bottom: 44rem;
  color: #999999;
}
.njsh {
  font-size: 20rem;
  line-height: 28rem;
  color: #666666;
}
.njsh p {
  margin-bottom: 15rem;
}
.neright {
  float: right;
  width: 28%;
}
.neright .list ul li {
  background: #fff;
  padding: 36rem 30rem;
  margin-bottom: 19rem;
}
.neright .list ul li a {
  display: block;
}
.neright .list ul li span {
  font-size: 20rem;
  color: #333333;
  margin-bottom: 14rem;
  display: block;
}
.neright .list ul li .h3 {
  font-size: 18rem;
  margin-bottom: 9rem;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.neright .list ul li .date {
  font-size: 18rem;
  color: #999999;
}
.neright .list ul li .share {
  padding-top: 10rem;
  padding-bottom: 30rem;
}
.neright .list ul li .share a {
  width: 38rem;
  height: 38rem;
  border: solid 1rem #6a6a6a;
  display: block;
  float: left;
  margin-right: 6rem;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .neright .list ul li .share a:hover {
    background: #f5f5f5;
  }
}
.neright .list ul li .btn a {
  line-height: 50rem;
  background-color: #ffffff;
  border: solid 1px #333333;
  display: block;
  text-align: center;
  font-size: 20rem;
  color: #333333;
}
@media (min-width: 1025px) {
  .neright .list ul li .btn a:hover {
    background: #0f8ce9;
    color: #fff;
    border: solid 1px #0f8ce9;
  }
}
@media (min-width: 1025px) {
  .neright .list ul li:hover .h3 {
    color: #0f8ce9;
  }
}
.contact {
  padding-top: 0 !important;
}
#allmap,
#allmap2 {
  width: 100%;
  height: 600rem;
  background-color: #f3f9ff;
}
#allmap img,
#allmap2 img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL,
#allmap2 .anchorBL {
  display: none;
}
#allmap .mapInfo {
  width: 300rem;
  text-align: left;
  padding: 0;
  overflow: hidden;
}
#allmap .title {
  margin: 0;
  line-height: 1.5;
  color: #222;
  font-size: 20rem;
}
#allmap .info2 {
  margin: 0;
  line-height: 1.5;
  font-size: 14rem;
  color: #999;
}
.contact01 {
  padding: 62rem 0;
  background-color: #f7f7f7;
}
.contact01 ul {
  margin: 0 -13rem;
}
.contact01 ul li {
  width: 33.33333333%;
  float: left;
  padding: 0 13rem;
}
.contact01 ul li .box {
  padding: 21rem 32rem;
  position: relative;
  min-height: 197rem;
  background: #fff;
}
.contact01 ul li .box .span {
  text-align: right;
  font-size: 14rem;
  color: #cccccc;
}
.contact01 ul li .box .pic {
  width: 70rem;
  position: absolute;
  top: 64rem;
  left: 30rem;
}
.contact01 ul li .box .text {
  padding-top: 31rem;
}
.contact01 ul li .box .text .bt {
  font-size: 20rem;
  margin-bottom: 8rem;
  color: #333;
  font-weight: bold;
}
.contact01 ul li .box .text .p {
  font-size: 20rem;
  color: #333333;
    height: 120rem;
    overflow: hidden;  
}
.contact01 ul li .box .text .p a {
  color: #333333;
}
.contact02 {
  padding: 51rem 0;
  position: relative;
}
.contact02 .contact-title h1 {
  font-size: 28rem;
  letter-spacing: 3rem;
  margin-bottom: 9rem;
  color: #333333;
}
.contact02 .contact-title p {
  font-size: 20rem;
  color: #999999;
}
.contact02 ul {
  margin: 0 -28rem;
  padding-top: 51rem;
  position: relative;
}
.contact02 ul li {
  width: 50%;
  float: left;
  padding: 0 28rem;
  margin-bottom: 22rem;
}
.contact02 ul li .box {
  position: relative;
}
.contact02 ul li .box font {
  color: #ff0000;
  position: absolute;
  top: 10px;
  left: 9px;
}
.contact02 ul li .input-form,
.contact02 ul li textarea {
  width: 100%;
  height: 48rem;
  border: none;
  height: 52rem;
  background-color: #f7f7f7;
  font-size: 20rem;
  padding: 0 26rem;
  color: #ccc;
  border-radius: 3px;
}
.contact02 ul li .input-form::-webkit-input-placeholder,
.contact02 ul li textarea::-webkit-input-placeholder {
  color: #ccc;
}
.contact02 ul li .input-form:-moz-placeholder,
.contact02 ul li textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.contact02 ul li .input-form::-moz-placeholder,
.contact02 ul li textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.contact02 ul li .input-form:-ms-input-placeholder,
.contact02 ul li textarea:-ms-input-placeholder {
  color: #ccc;
}
.contact02 ul li textarea {
  height: 146rem;
  padding: 14rem 26rem;
}
.contact02 ul li .submit {
  width: 174rem;
  height: 52rem;
  font-size: 24rem;
  color: #ffffff;
  background-color: #0f8ce9;
  border: 0;
}
.contact02 ul li .submit:hover {
  background: linear-gradient(90deg, #1e90ff 0%, #00d4ff 100%);
}
.contact02 ul li .verifyDiv {
  margin-bottom: 20rem;
}
.contact02 ul .agree {
  font-size: 20rem;
  color: #555555;
}
.verify-wrap .fix-tips, .verify-msg{
	font-size: 20rem!important;
}
.case-show .h1 {
  text-align: center;
}
.case-show .h2 {
  font-size: 14rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 23rem;
  border-bottom: 1px solid #e1e1e1;
}
.case-show .case-jsh {
  font-size: 14rem;
  line-height: 28rem;
  padding: 38rem 0 63rem 0;
  color: #666666;
}
.case-show .share {
  padding: 47rem 0;
  line-height: 47rem;
  color: #999999;
  border-top: #cdcdcd 1px solid;
}
.case-show .share a {
  margin-right: 10rem;
  display: inline-block;
}
.case-show .share span {
  display: inline-block;
  vertical-align: top;
  line-height: 43rem;
  margin-right: 10rem;
}
.case-show .share ul {
  display: inline-block;
  vertical-align: top;
}
.case-show .share ul li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 43rem;
  height: 43rem;
  border-radius: 50%;
  background: #efefef;
}
@media (min-width: 1025px) {
  .case-show .share ul li:hover img {
    opacity: 0.5;
  }
}
.case-show .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.prev-next {
  overflow: hidden;
  color: #fff;
  font-size: 18rem;
}
.prev-next .return {
  line-height: 50rem;
  overflow: hidden;
  position: relative;
  padding-left: 95rem;
  float: left;
  margin-bottom: 0;
  width: 16%;
  color: #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #999999 url(../images/mumu.png) no-repeat 50rem center;
  background-size: 20rem;
}
.prev-next .news-prev {
  line-height: 50rem;
  overflow: hidden;
  position: relative;
  padding-left: 85rem;
  float: left;
  margin-bottom: 0;
  width: 42%;
  background: #999999;
  padding-right: 70rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next .news-next {
  line-height: 50rem;
  overflow: hidden;
  position: relative;
  padding-right: 85rem;
  float: left;
  margin-bottom: 0;
  width: 42%;
  background: #999999;
  padding-left: 70rem;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next .news-prev span {
  position: absolute;
  left: 30rem;
  color: #fff;
  top: 0;
  display: inline-block;
  width: 60rem;
  font-family: 宋体;
  text-align: center;
}
.prev-next .news-next span {
  position: absolute;
  right: 30rem;
  top: 0;
  display: inline-block;
  width: 60rem;
  font-family: 宋体;
  text-align: center;
}
.prev-next li a {
  color: #fff;
  display: block;
}
.prev-next li p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-next li:hover {
  background-color: #0f8ce9;
}
.related-title {
  font-size: 24rem;
  line-height: 32rem;
  letter-spacing: 2rem;
  color: #0f8ce9;
  background: url(../images/jiao.png) no-repeat left 10rem;
  background-size: 15rem;
  padding-left: 29rem;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50rem;
  padding-bottom: 14rem;
}
.related {
  padding-top: 55rem;
}
.related .productlist li {
  width: 25%;
}
.job-title {
  text-align: center;
  font-size: 32rem;
  line-height: 40rem;
  color: #333333;
}
.job-title:after {
  content: '';
  display: block;
  width: 34rem;
  height: 3rem;
  background-color: #0f8ce9;
  margin: 0 auto;
  margin-top: 18rem;
}
.job01 .job-bottom {
  padding-top: 48rem;
  padding-bottom: 58rem;
}
.job01 .job-bottom .text {
  float: left;
  width: 48%;
  padding-top: 38rem;
}
.job01 .job-bottom .text .bt {
  font-size: 22rem;
  margin-bottom: 18rem;
  color: #333333;
}
.job01 .job-bottom .text .jsh {
  font-size: 14rem;
  line-height: 28rem;
  color: #999999;
}
.job01 .job-bottom .img {
  float: right;
  width: 46%;
}
.job02 {
  padding: 57rem 0;
  background: #f7f7f7;
}
.job02 .list {
  padding-bottom: 47rem;
}
.job02 .info {
  padding-top: 59rem;
}
.job02 .span-01 {
  display: block;
  width: 41%;
  float: left;
  padding-left: 35rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.job02 .span-02 {
  display: block;
  width: 11%;
  float: left;
  text-align: center;
}
.job02 .span-03 {
  display: block;
  width: 36%;
  float: left;
  text-align: center;
}
.job02 .span-04 {
  display: block;
  width: 11%;
  float: left;
  text-align: center;
}
.job02 .span-05 {
  display: block;
  width: 32rem;
  height: 32rem;
  line-height: 32rem;
  position: absolute;
  top: 19rem;
  right: 21rem;
}
.job02 .title {
  color: #fff;
  line-height: 70rem;
  background-color: #0f8ce9;
  font-size: 14rem;
  overflow: hidden;
  position: relative;
  padding-right: 75rem;
  margin-bottom: 15rem;
}
.job02 dl {
  margin-bottom: 15rem;
  background: #fff;
}
.job02 dt {
  background: #fff;
  overflow: hidden;
  line-height: 70rem;
  cursor: pointer;
  font-size: 14rem;
  color: #333333;
  padding-right: 75rem;
  position: relative;
  transition: all 0.5s;
}
.job02 dt .span-05 {
  border-radius: 50%;
  background: #0f8ce9;
}
.job02 dt .span-05:after {
  content: '';
  display: block;
  width: 2px;
  height: 13rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job02 dt .span-05:before {
  content: '';
  display: block;
  width: 13rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job02 dd {
  height: 0;
  font-size: 14rem;
  color: #666666;
  overflow: hidden;
}
.job02 dd .nr {
  padding: 37rem 30rem 70rem 40rem;
  position: relative;
}
.job02 .cur dt {
  border-bottom: 2px solid #f7f7f7;
}
.job02 .cur dt .span-01 {
  color: #333;
}
.job02 .cur dt .span-05:after {
  display: none;
}
.job02 .cur dd {
  height: auto;
}
.job02 .p-01 {
  font-weight: 700;
  color: #333;
  font-size: 20rem;
  margin-bottom: 21rem;
}
.job02 .red {
  color: #ff0000;
}
.job03 {
  padding: 59rem 0;
}
.job03 .list {
  padding-top: 50rem;
}
.job03 .list ul li {
  width: 25%;
  float: left;
  text-align: center;
  border-top: 1px solid #f7f4f4;
  border-right: 1px solid #f7f4f4;
}
.job03 .list ul li .box {
  padding: 46rem 20rem 31rem 20rem;
}
.job03 .list ul li .pic {
  width: 73rem;
  height: 73rem;
  background-color: #0f8ce9;
  border-radius: 8rem;
  margin: 0 auto;
}
.job03 .list ul li .bt {
  margin-top: 20rem;
}
.job03 .list ul li:nth-child(4n) {
  border-right: 0;
}
.job03 .list ul li:nth-child(1),
.job03 .list ul li:nth-child(2),
.job03 .list ul li:nth-child(3),
.job03 .list ul li:nth-child(4) {
  border-top: 0;
}
.case-show {
  padding: 43rem 0;
}
.pro-top {
  padding: 27rem 45rem 45rem 45rem;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 30rem;
}
.pro-top .pro-title {
  font-size: 22rem;
  line-height: 30rem;
  letter-spacing: 2rem;
  padding-left: 18rem;
  margin-bottom: 28rem;
  color: #333333;
  border-left: 3px solid #0f8ce9;
}
.pro-top .pro-bottom .pro-img {
  float: left;
  width: 48%;
  position: relative;
  border: 1px solid #ededed;
  background: #fff;
}

.pro-top .pro-bottom .pro-img .pic img{
	padding:20px;
}

.pro-top .pro-bottom .pro-img .pic:after {
  padding-bottom: 92.14402619%;
}
.pro-top .pro-bottom .pro-img .slick-next,
.pro-top .pro-bottom .pro-img .slick-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 16rem;
  z-index: 55;
}
@media (min-width: 1025px) {
  .pro-top .pro-bottom .pro-img .slick-next:hover,
  .pro-top .pro-bottom .pro-img .slick-prev:hover {
    background-color: #ccc;
  }
}
.pro-top .pro-bottom .pro-img .slick-next:before,
.pro-top .pro-bottom .pro-img .slick-prev:before {
  content: '';
}
.pro-top .pro-bottom .pro-img .slick-prev {
  left: 30px;
  background: #f2f2f2 url(../images/left.png) no-repeat center center;
  background-size: 10px;
}
.pro-top .pro-bottom .pro-img .slick-next {
  right: 30px;
  background: #f2f2f2 url(../images/right.png) no-repeat center center;
  background-size: 10px;
}
.pro-top .pro-bottom .pro-video {
  float: right;
  width: 48.1%;
}
.pro-top .pro-bottom .pro-video a {
  display: block;
  position: relative;
}
.pro-top .pro-bottom .pro-video .pic:after {
  padding-bottom: 91.65302782%;
}
.pro-top .pro-bottom .pro-video .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17) url(../images/play.png) no-repeat center center;
  background-size: 70rem;
}
.pro-list dl {
  margin-bottom: 30rem;
}
.pro-list dt {
  overflow: hidden;
  line-height: 60rem;
  background-color: #606060;
  cursor: pointer;
  font-size: 20rem;
  letter-spacing: 2rem;
  color: #fefefe;
  padding: 0 21rem;
  padding-right: 75rem;
  position: relative;
  transition: all 0.5s;
}
.pro-list dt span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60rem;
  height: 60rem;
}
.pro-list dt span:after {
  content: '';
  display: block;
  width: 2px;
  height: 23rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-list dt span:before {
  content: '';
  display: block;
  width: 23rem;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-list dd {
  height: 0;
  font-size: 20rem;
  line-height: 40rem;
  color: #666666;
  overflow: hidden;
}
.pro-list .pt {
  text-align: center;
  font-size: 26rem;
  letter-spacing: 3rem;
  margin-top: 30rem;
  margin-bottom: 15rem;
  color: #333333;
}
.pro-list dd .nr {
  padding: 23rem 44rem 22rem 40rem;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
.pro-list .cur dt span:after {
  display: none;
}
.pro-list .cur dd {
  height: auto;
}
.about {
  padding: 0 !important;
}
.height {
  position: absolute;
  top: -120rem;
  left: 0;
  width: 100%;
  height: 1px;
}
.about01 {
  padding: 58rem 0 55rem 0;
  background: url(../images/bg3.jpg) no-repeat top center;
  background-size: cover;
}
.about01 .about-bottom {
  font-size: 20rem;
  line-height: 40rem;
  color: #666666;
  margin-top: 43rem;
}
.about02 {
  padding: 54rem 0 104rem 0;
  background: #f5f5f5;
  position: relative;
}
.about02 .about-bottom {
  padding-top: 42rem;
}
.about02 .about-list {
  position: relative;
  text-align: center;
  padding: 0 20rem;
  z-index: 1;
}
.about02 .about-list:after {
  width: 1920px;
  height: 1px;
  background: #ededed;
  position: absolute;
  top: 48rem;
  left: 50%;
  margin-left: -960px;
  content: '';
  display: block;
  z-index: -1;
}
.about02 .about-list ul li {
  text-align: center;
  font-size: 14rem;
  line-height: 28rem;
  color: #999999;
  position: relative;
  padding-top: 61rem;
  cursor: pointer;
  transition: 0.2s;
}
.about02 .about-list ul li:after {
  content: '';
  display: block;
  width: 10rem;
  height: 10rem;
  background-color: #0f8ce9;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: 45rem;
  left: 50%;
  margin-left: -5rem;
}
.about02 .about-list ul .slick-current {
  font-weight: bold;
  font-size: 100rem;
  line-height: 90rem;
  color: #0f8ce9;
  padding-top: 0;
}
.about02 .about-list ul .slick-current:after {
  display: none;
}
.about02 .about-list .slick-next,
.about02 .about-list .slick-prev {
  width: 46rem;
  height: 46rem;
  margin-top: -19rem;
  border-radius: 30rem;
  z-index: 55;
}
@media (min-width: 1025px) {
  .about02 .about-list .slick-next:hover,
  .about02 .about-list .slick-prev:hover {
    background-color: #ccc;
  }
}
.about02 .about-list .slick-next:before,
.about02 .about-list .slick-prev:before {
  content: '';
}
.about02 .about-list .slick-prev {
  left: -50px;
  background: #e8e8e8 url(../images/left.png) no-repeat center center;
  background-size: 17px;
}
.about02 .about-list .slick-next {
  right: -50px;
  background: #e8e8e8 url(../images/right.png) no-repeat center center;
  background-size: 17px;
}
.about02 .slider-for {
  margin-top: 93rem;
  position: relative;
}
.about02 .slider-for .pic {
  display: inline-block;
  vertical-align: middle;
  width: 52%;
}
.about02 .slider-for .pic:after {
  padding-bottom: 72.59684362%;
}
.about02 .slider-for .bt {
  display: inline-block;
  vertical-align: middle;
  font-size: 22rem;
  color: #666666;
  width: 40%;
  text-align: left;
  padding-left:40rem;
}
.about02 .slider-for .bt p {
    background: url(../images/his-yuan.png) no-repeat 0px 10px;
    padding-left: 20px;
}
.about03 {
  padding: 83rem 0 76rem 0;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.about03 .info {
  padding: 48rem 41rem 59rem 41rem;
}
.about03 .job-en {
  text-align: center;
  text-transform: uppercase;
  font-size: 30rem;
  color: #333333;
}
.about03 .job-title {
  color: #333333;
}
.about03 .job-title:after {
  background-color: #0f8ce9;
}
.about03 .about-bottom {
  font-size: 20rem;
  line-height: 40rem;
  color: #555;
  margin-top: 35rem;
  text-align: center;
}
.about04 {
  padding: 55rem 0;
  background: #f5f5f5;
  position: relative;
}
.about04 .about-bottom {
  padding-top: 50rem;
}
.about04 ul {
  margin: 0 -27rem;
}
.about04 ul li {
  width: 25%;
  float: left;
  padding: 0 27rem;
  margin-bottom: 15rem;
}
.about04 ul li .box {
  padding: 10rem;
  background-color: #fff;
}
.about04 ul li .pic:after {
  padding-bottom: 71.42857143%;
}
.about04 ul li .bt {
  text-align: center;
  line-height: 79rem;
  font-size: 18rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .about04 ul li:hover .pic img {
    transform: scale(1.04);
  }
}
.faqlist {
  padding-bottom: 40rem;
}
.faqlist li {
  margin-bottom: 17rem;
}
.faqlist li .box {
  padding: 24rem 26rem 19rem 26rem;
  background: #f6f6f6;
}
.faqlist li .box .bt {
  font-size: 20rem;
  margin-bottom: 5rem;
  color: #232323;
}
.faqlist li .box .jsh {
  font-size: 18rem;
  color: #232323;
  line-height: 30rem;
}
@media (min-width: 1025px) {
  .faqlist li:hover .box {
    box-shadow: 0 0 17px 0 rgba(35, 35, 35, 0.16);
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0 15px;
  }
  .inmain .container {
    width: 1200px;
  }
  .home-news .home-bottom .list .right .mySwiper {
    height: 360px;
  }
  .home-news .home-bottom .list .right .swiper-slide {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 120px;
  }
  .home-news .home-bottom .list .right .swiper-slide p {
    font-size: 14px;
    line-height: 22px;
    height: 48px;
  }
  .home-news .home-bottom .list .right .swiper-slide h3 {
    line-height: 25px;
    font-size: 16px;
    height: 50px;
  }
  .home-news .home-bottom .list .right .swiper-slide span {
    font-size: 16px;
    line-height: 25px;
  }
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.woff2') format('woff2'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.eot') format('embedded-opentype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dots {
  position: absolute;
  bottom: 46px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}

.pro-list dd .nr table{
	width:80%;
	margin: 0 auto;
}

.pro-list dd .nr table tr:nth-child(2n){
	background:#fff;
}
.pro-list dd .nr table td{
	padding: 0 20px;
}


.third_class .box{
	display:none;
    vertical-align: top;
	margin-top: 16rem;
}

.third_class .box a {
    margin-left: 37rem;	
    line-height: 21rem;
    font-size: 18rem;
    max-width: 170rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666666;
}
.product-top .list ul .san_class{
	display:none;
	position: absolute;
    text-align: left;
    padding: 10px 10px 10px 10px;
	z-index:2;
	background: #fff;
    left: -10px;
	border: solid 1px #e1e1e1;
}
.product-top .list ul li:hover .san_class{
	display:block;
}
.product-top .list ul li .san_class a{
	color:#666666;
	margin-bottom:5px;
	line-height:1.5;
}
.product-top .list ul li .san_class a.active,.product-top .list ul li .san_class a:hover{
	color:#0f8ce9;
}


.classlist ul li #san_class {
    display: none;
    position: absolute;
    text-align: left;
    text-align: center;
	padding: 10px;
	background: rgb(1 46 86 / 70%);
    width: 100%;
	margin-left: -10px;
}

.classlist ul li #san_class a {
    line-height: 21rem;
    font-size: 20rem;
    max-width: 170rem;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-align:center;
    color: #fff;
	line-height:1.5;
	border-radius: 20rem;
}


.classlist ul li:hover #san_class {
    display: block;
}