@charset "UTF-8";
/*css 初始化 */
body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img div,
legend,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  color: #000;
}
button,
fieldset,
img,
input {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ol,
ul {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}
input,
select {
  vertical-align: middle;
}
input,
select,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
/*防止拖动*/
img {
  border: 0;
  vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
  border-collapse: collapse;
}
body {
  font: 14px/150% Microsoft Yahei, Verdana, "\5b8b\4f53";
  color: #000;
  background: #fff;
  /*min-width: 480px!important;*/
  /* overflow: hidden;*/
  width: 100%;
  font-family: Microsoft Yahei, "Helvetica Neue", Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
a {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
em,
i,
s {
  font-style: normal;
  text-decoration: none;
}
.col-red {
  color: #C81623 !important;
}
/*公共类*/
.w {
  /*版心 提取 */
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.hide {
  display: none;
}
section {
  width: 100%;
  height: 100px;
  margin-bottom: 50px;
  background-color: pink;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header > .topnav {
  height: 110px;
  overflow: hidden;
}
.header > .topnav > .logn {
  float: left;
  width: 481px;
  height: 110px;
}
.header > .topnav > .logn img {
  width: 100%;
  height: 110px;
}
.header > .topnav > .nav-list {
  float: right;
  line-height: 110px;
}
.header > .topnav > .nav-list li {
  float: left;
  margin-left: 32px;
  text-align: center;
}
.header > .topnav > .nav-list li a {
  display: inline-block;
  height: 73px;
  border-bottom: 2px solid transparent;
}
.header > .topnav > .nav-list li:hover a {
  color: #887ebf;
  border-color: #887ebf;
}
.header > .topnav > .nav-list li.active a {
  color: #887ebf;
  border-color: #887ebf;
}
.header > .topnav > .nav-list li.en a {
  width: 40px;
  height: 25px;
  background-color: #887ebf;
  color: #fff;
  line-height: 28px;
  border-radius: 20px;
}
.banner {
  height: 700px;
}
.banner .swiper-container {
  width: 100%;
  height: 700px;
  color: #fff;
  text-align: center;
  min-width: 1200px;
}
.banner .swiper-container .title > div {
  display: block;
  width: 100%;
  background-position: top center;
  height: 700px;
}
.banner .swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-bottom: 0;
  line-height: 45px;
}
.banner .swiper-slide p {
  font-style: italic;
  font-size: 25px;
}
.banner .pagination {
  position: absolute;
  z-index: 20;
  left: 47%;
  bottom: 30px;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 25px;
  height: 8px;
  background: #fff;
  margin-right: 10px;
  opacity: 0.8;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #7061b3;
}
.banner .swiper-dynamic-links {
  text-align: center;
}
.banner .swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}
.about {
  margin-top: 55px;
  padding-bottom: 59px;
  border-bottom: 1px solid #ccc;
}
.about .title {
  text-align: center;
  margin-bottom: 40px;
}
.about .title h3 {
  font-size: 36px;
  font-weight: bold;
  color: #666666;
  font-family: "Aparajita";
  margin-bottom: 5px;
}
.about .title span {
  font-size: 22px;
  color: #c1c1c1;
  font-family: simsun;
}
.about .content > .content-fl {
  float: left;
  width: 575px;
}
.about .content > .content-fl > .title-s1 {
  color: #333333;
  font-size: 20px;
}
.about .content > .content-fl > .title-s1 span {
  display: inline-block;
  border-bottom: 3px solid #7061b3;
  height: 50px;
}
.about .content > .content-fl > .section {
  margin: 22px 0;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}
.about .content > .content-fl > .section p {
  text-indent: 2em;
}
.about .content > .content-fl > .more {
  display: block;
  width: 159px;
  height: 37px;
  color: #7061b3;
  border: 1px solid #7061b3;
  line-height: 37px;
  text-align: center;
}
.about .content > .content-fl > .more:hover {
  color: #000;
}
.about .content > .content-fl > .more > span {
  font-family: simsun;
  margin: 0 5px;
}
.about .content > .content-fr {
  float: right;
}
.about .content > .content-fr img {
  width: 530px;
  height: 330px;
}
.introduce {
  height: 70px;
  padding: 60px 0;
}
.introduce li {
  float: left;
  width: 25%;
  text-align: center;
}
.introduce li > .title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.introduce li > .title > i {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 4px;
  margin-top: 18px;
  background-color: #7061b3;
}
.introduce li > p {
  color: #666666;
  font-size: 14px;
}
.product-show {
  width: 100%;
  height: 840px;
  min-width: 1200px;
  background: url("");
  background-position: top center;
  padding-top: 60px;
  text-align: center;
}
.product-show .title {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.product-show .title h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Aparajita";
  height: 32px;
}
.product-show .title span {
  font-size: 22px;
  font-family: simsun;
}
.product-show .li-list {
  width: 100%;
  overflow: hidden;
}
.product-show .li-list ul {
  width: 110%;
}
.product-show .li-list li {
  float: left;
  width: 282px;
  height: 249px;
  border-bottom: 1px solid #ccc;
  margin-right: 24px;
  margin-bottom: 40px;
  overflow: hidden;
  color: #ccc;
}

.product-show .li-list li > .img {
  margin-bottom: 10px;
  position: relative;
}
.product-show .li-list li > .img .fixed {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7061b3;
  background-color: rgba(122, 79, 179, 0.5);
  filter: alpha(opacity=50);
}
.product-show .li-list li > .img .fixed > .fang-da {
  display: block;
  width: 54px;
  height: 48px;
  border: 1px solid #fff;
  background: url("../img/fangda.png") no-repeat center center;
 margin: 98px 115px;
}
.product-show .li-list li .name {
  line-height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.product-show .li-list li > .date {
  font-size: 12px;
}
.product-show .li-list li > .date > i {
  font-size: 14px;
  font-family: simsun;
  margin-left: 208px;
}
.product-show .li-list li img {
  width: 100%;
 height: 251px;
}
.product-show .li-list li:hover {
  border-color: #7061b3;
}
.product-show .li-list li:hover > .img > .fixed {
  display: block!important;
}
.product-show .more {
  display: inline-block;
  width: 159px;
  height: 36px;
  border: 1px solid #fff;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.product-show .more > i {
  font-family: simsun;
  margin-left: 10px;
}
.inspection {
  width: 100%;
  min-width: 1200px;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 80px;
}
.inspection .title {
  text-align: center;
  margin-bottom: 40px;
  color: #666666;
}
.inspection .title h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Aparajita";
  margin-bottom: 5px;
  text-transform: uppercase;
}
.inspection .title span {
  font-size: 22px;
  font-family: simsun;
}
.inspection .li-list {
  width: 100%;
  overflow: hidden;
}
.inspection .li-list ul {
  width: 110%;
}
.inspection .li-list li {
  float: left;
  width: 380px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 25px;
}
.inspection .li-list li p {
  line-height: 35px;
  color: #333333;
  font-size: 16px;
}
.inspection .li-list li img {
  width: 100%;
  height: 240px;
}
.inspection .more {
  display: inline-block;
  width: 159px;
  height: 36px;
  border: 1px solid #999999;
  line-height: 36px;
  color: #999999;
}
.inspection .more:hover {
  color: #000;
}
.inspection .more > i {
  font-family: simsun;
  margin-left: 10px;
}
.footer {
  width: 100%;
  height: 265px;
  min-width: 1200px;
  background-color: #2c3035;
  padding-top: 60px;
}
.footer .main-fl {
  float: left;
}
.footer .main-fl dt.title {
  font-size: 36px;
  color: #fff;
  height: 60px;
}
.footer .main-fl dd {
  color: #909192;
  height: 28px;
}
.footer .main-fr {
  float: right;
  width: 570px;
  position: relative;
}
.footer .main-fr .p1,
.footer .main-fr .p2,
.footer .main-fr .p3,
.footer .main-fr .p4 {
  color: #cccccc;
  position: absolute;
}
.footer .main-fr .p1 {
  top: 7px;
  left: 0;
}
.footer .main-fr .p2 {
  top: 7px;
  left: 195px;
}
.footer .main-fr .p3 {
  top: 7px;
  left: 390px;
}
.footer .main-fr .p4 {
  top: 98px;
  left: 0;
}
.footer .main-fr .s1 {
  float: left;
  width: 150px;
  margin-right: 15px;
  height: 36px;
  border-bottom: 1px solid #fff;
  color: #ccc;
  font-size: 14px;
  background-color: #2c3035;
  padding-left: 30px;
  line-height: 36px;
}
.footer .main-fr .active {
  margin-right: 0;
}
.footer .main-fr .xu-qiu {
  margin-top: 55px;
  margin-bottom: 45px;
  width: 540px;
  height: 36px;
  border-bottom: 1px solid #fff;
  color: #ccc;
  font-size: 14px;
  background-color: #2c3035;
  padding-left: 30px;
}
.footer .main-fr .btn {
  width: 158px;
  height: 38px;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 38px;
  color: #ccc;
  font-size: 14px;
  background-color: #2c3035;
}
.bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #212427;
  text-align: center;
  color: #fff;
  min-width: 1200px;
}
/*------------banner背景开始--------------*/
.banner-bg {
  width: 100%;
  height: 350px;
  background-position: top center;
  margin-top: 110px;
  min-width: 1200px;
}
/*------------banner背景结束--------------*/
/*------------公共部分--------------*/
.page {
  text-align: center;
}
.page li {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #cccccc;
  font-size: 12px;
}
.page li.active {
  background-color: #695baa;
}
.page li.active a {
  color: #fff;
}
.page li:hover {
  background-color: #695baa;
}
.page li:hover > a {
  color: #fff;
}
.page li > a {
  color: #fff;
}
.wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}
.wrap > .w > .main-fl {
  float: left;
  width: 250px;
}
.wrap > .w > .main-fl > strong {
  display: block;
  text-align: right;
  color: #695baa;
  font-size: 12px;
  height: 13px;
}
.wrap > .w > .main-fl > .title {
  width: 100%;
  height: 65px;
  padding-top: 15px;
  border-bottom: 1px solid #eeeeee;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  background: url("../img/num_img1.jpg") no-repeat top left;
  color: #695baa;
}
.wrap > .w > .main-fl > .nav-fl {
  margin-top: 20px;
  margin-bottom: 30px;
}
.wrap > .w > .main-fl > .nav-fl > ul > li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  line-height: 34px;
}
.wrap > .w > .main-fl > .nav-fl > ul > li:hover {
  background: #b2abd4;
}
.wrap > .w > .main-fl > .nav-fl > ul > li:hover > a {
  background: #b2abd4 url("../img/icon_sj_hover.jpg") no-repeat right center;
  color: #fff;
}
.wrap > .w > .main-fl > .nav-fl > ul > li > a {
  display: block;
  width: 230px;
  height: 33px;
  color: #aaaaaa;
  background: url("../img/icon_sj.jpg") no-repeat right center;
}
.wrap > .w > .main-fl > .nav-fl > ul > li.active {
  background-color: #b2abd4;
}
.wrap > .w > .main-fl > .nav-fl > ul > li.active > a {
  background: url("../img/icon_sj_hover.jpg") no-repeat right center;
  color: #fff;
}
.wrap > .w > .main-fl > .icon-list {
  width: 100%;
  overflow: hidden;
}
.wrap > .w > .main-fl > .icon-list > ul {
  width: 110%;
}
.wrap > .w > .main-fl > .icon-list > ul > li {
  float: left;
  width: 123px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding-left: 20px;
  margin: 0 4px 4px 0;
  color: #695baa;
  background-repeat: no-repeat;
}
.wrap > .w > .main-fl > .nav-li {
  width: 100%;
  height: 56px;
  padding-top: 18px;
  border-bottom: 1px dashed #eeeeee;
  background: url("../img/cl.jpg") no-repeat right center;
  cursor: pointer;
}
.wrap > .w > .main-fl > .nav-li:hover {
  background-image: url("../img/cl_active.jpg");
}
.wrap > .w > .main-fl > .nav-li > a >  .name {
  color: #695baa;
  height: 22px;
  line-height: 22px;
}
.wrap > .w > .main-fl > .nav-li > a > .text {
  font-size: 12px;
  color: #666666;
}
.wrap > .w > .main-fr {
  width: 900px;
  float: right;
  padding-top: 30px;
}
.wrap > .w > .main-fr > .path {
  height: 39px;
  border-bottom: 1px solid #eeeeee;
  background: url("../img/home.jpg") no-repeat top left;
  color: #666666;
  padding-left: 30px;
}
.wrap > .w > .main-fr > .path > a {
  color: #666666;
}
/*------------公共部分结束--------------*/
/*------------关于我们页--------------*/
#about > img {
  margin: 20px 0;
}
#about > p {
  line-height: 30px;
  text-indent: 30px;
  color: #333333;
}
/*------------关于我们页结束--------------*/
/*------------产品中心页--------------*/
#products {
  overflow: hidden;
}
#products > ul {
  width: 110%;
}
#products > ul > li {
  float: left;
  width: 282px;
  height: 304px;
  border-bottom: 1px solid #ccc;
  margin-right: 24px;
  margin-bottom: 40px;
  overflow: hidden;
}
#products > ul > li > a {
  display: block;
  color: #ccc;
}
#products > ul > li > a > .img {
  position: relative;
}
#products > ul > li > a > .img .fixed {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7061b3;
  background-color: rgba(122, 79, 179, 0.5);
  filter: alpha(opacity=50);
}
#products > ul > li > a > .img .fixed > .fang-da {
  display: block;
  width: 54px;
  height: 48px;
  border: 1px solid #fff;
  background: url("../img/fangda.png") no-repeat center center;
  margin: 104px 115px;
}
#products > ul > li > a > .name {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: #666666;
}
#products > ul > li > a > .name > i {
  float: right;
  font-family: simsun;
  font-weight: bold;
}
#products > ul > li img {
  width: 282px;
  height: 260px;
}
#products > ul > li:hover {
  border-color: #7061b3;
}
#products > ul > li:hover a > .img > .fixed {
  display: block!important;
}
/*------------产品中心页结束--------------*/
/*------------设备页开始--------------*/
#shebei {
  overflow: hidden;
}
#shebei > ul {
  width: 110%;
}
#shebei > ul > li {
  float: left;
  width: 280px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 20px;
}
#shebei > ul > li p {
  line-height: 35px;
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#shebei > ul > li img {
  width: 100%;
  height: 177px;
}
/*------------设备页结束--------------*/
/*------------新闻列表页--------------*/
#news > .news-main > .news-main-content {
  margin-top: 20px;
}
#news > .news-main > .news-main-content > img {
  width: 290px;
  height: 155px;
  float: left;
}
#news > .news-main > .news-main-content > .introduce {
  display: inline-block;
  width: 570px;
  padding: 0;
  float: right;
}
#news > .news-main > .news-main-content > .introduce > h4 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #222222;
  font-weight: bold;
}
#news > .news-main > .news-main-content > .introduce > .date {
  display: block;
  height: 30px;
  color: #808080;
  font-size: 12px;
}
#news > .news-main > .news-main-content > .introduce > .text {
  width: 100%;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  overflow: hidden;
  margin-bottom: 13px;
}
#news > .news-main > .news-main-content > .introduce > .more {
  color: #808080;
}
#news > .news-main > .news-main-content > .introduce > .more:hover {
  color: #695baa;
}
#news > .news-main > .news-main-ul {
  padding: 0 10px 30px 15px;
}
#news > .news-main > .news-main-ul > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 45px;
  font-size: 14px;
  color: #383838;
  border-bottom: 1px dashed #ccc;
}
#news > .news-main > .news-main-ul > ul > li > a:hover {
  color: #695baa;
}
#news > .news-main > .news-main-ul > ul > li > a:hover > i {
  background-color: #695baa;
  border-color: #695baa;
}
#news > .news-main > .news-main-ul > ul > li > a > .text {
  display: inline-block;
  width: 680px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news > .news-main > .news-main-ul > ul > li > a > i {
  position: relative;
  display: inline-block;
  top: -44%;
  width: 5px;
  height: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  margin-right: 8px;
}
#news > .news-main > .news-main-ul > ul > li > a > .date {
  float: right;
}
#news > .news-main > .news-main-ul > ul > li.active > a {
  color: #695baa;
}
#news > .news-main > .news-main-ul > ul > li.active > a > i {
  background-color: #695baa;
  border-color: #695baa;
}
/*------------新闻列表页结束--------------*/
/*------------人力资源页--------------*/
#rencai > .title {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#rencai > .title > ul > li {
  float: left;
  width: 128px;
  height: 40px;
  background-color: #857cb5;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
#rencai > .main > ul > li {
  width: 100%;
  text-align: center;
}
#rencai > .main > ul > li > ul > li {
  color: #383838;
  float: left;
  width: 128px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#rencai > .main > ul > li > ul > li.icon-s1 {
  cursor: pointer;
  background: url("../img/jia.png") no-repeat center;
}
#rencai > .main > ul > li > ul > li.conter {
  background-image: url("../img/jian.png");
}
#rencai > .main > ul > li > .main-content {
  padding: 20px 40px;
  color: #383838;
  text-align: left;
  display: none;
  background-color: #fff;
}
#rencai > .main > ul > li > .main-content dt {
  color: #000;
}
#rencai > .main > ul > li > .main-content dd,
#rencai > .main > ul > li > .main-content dt {
  height: 30px;
  line-height: 30px;
}
#rencai > .main > ul > li > .main-content dd {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
}
#rencai > .main > ul > li > .main-content dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #c7c7c7;
}
#rencai > .main > ul > li:nth-child(2n+1) {
  background-color: #e5e4ee;
}
/*------------人力资源页结束--------------*/
/*------------联系我们页--------------*/
#contact > .ding-wei {
  width: 900px;
  height: 300px;
  margin: 20px 0 30px 0 ;
}
#contact > .ding-wei > img {
  width: 100%;
}
#contact > .contact-box > .list {
  float: left;
  width: 500px;
  padding-top: 15px;
}
#contact > .contact-box > .list > h4 {
  font-size: 24px;
  color: #695baa;
  line-height: 40px;
  font-weight: bold;
}
#contact > .contact-box > .list > dl {
  color: #383838;
}
#contact > .contact-box > .list > dl > dt {
  line-height: 25px;
  margin-bottom: 18px;
}
#contact > .contact-box > .list > dl > dd {
  line-height: 30px;
}
#contact > .contact-box > .form {
  float: right;
  width: 370px;
}
#contact > .contact-box > .form label {
  display: block;
  margin-bottom: 15px;
}
#contact > .contact-box > .form label > input {
  width: 360px;
  height: 40px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
  color: #808080;
}
#contact > .contact-box > .form label > textarea {
  width: 360px;
  height: 115px;
  border: 1px solid #ccc;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: #808080;
}
#contact > .contact-box > .form #btn {
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: #695baa;
  font-size: 14px;
  cursor: pointer;
}
/*------------联系我们页结束--------------*/
/*------------图片放大效果结束--------------*/

.fiximg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0,0,0,.5);
  z-index: 999999;
  display: none;
  

}
.fiximg > img {
    position:absolute;
	top: 41%;
    left: 50%;
    width: 600px;
    height: 600px;    
    margin-top: -200px;
    margin-left: -300px;
  }
/*------------图片放大效果结束--------------*/
/*------------图片放大效果结束--------------*/

.fiximg1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0,0,0,.5);
  z-index: 999999;
  display: none;
  

}
.fiximg1 > img {
    position:absolute;
	top: 50%;
    left: 50%;
    width: 600px;
    height: 400px;    
    margin-top: -200px;
    margin-left: -300px;
  }
/*------------图片放大效果结束--------------*/