/*头部*/

/*内容*/



.section .mask {
  background: #222325;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section .main {
  position: relative;
}

.sec-title {
  text-align: center;
  padding-bottom: 3%;
}






/*第二屏*/

.project-item img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.project-item:hover img {
  transform: scale(1.2, 1.2);
}

.project-item .txt {
  height: 50px;
  width: 100%;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  background: #3e3e3e;
  position: relative;
}

.project-item .txt::after {
  width: 0%;
  height: 50px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #74c3ec;
}

.project-item:hover .txt::after {
  width: 100%;
}

.project-item .txt .wrap {
  position: absolute;
  left: 0;
  top: 0;
   height: 50px;
  width: 100%;
  z-index: 1;
}

.project-item .txt .p1 {
  font-size: 16px;
  color: #e6e6e6;
  padding:15px 0px 5px;
  transition: all ease-out .3s;
}

.project-item:hover .txt .p1 {
  color: #fff;
}

.project-item .txt .p2 {
  color: #7B7B7B;
}

.section2 .bx-wrapper .bx-pager {
  bottom: -9%;
}

.btn-more {
  display: block;
  width: 360px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border: #dfdfdf 1px solid;
  margin: 3% auto;
  color: #74c3ec;
  border-color: #444;
  text-align: center;
  text-indent: 0px;
  transition: all ease-out .3s;
}

.btn-more:hover {
  border-color: #74c3ec;
  text-indent: 0px;
  text-align: center;
  background-color: #74c3ec;
  color: #474747;
}

.btn-more i {
  display: inline-block;
  opacity: 0;
  text-indent: 0px;
  transition: all ease-out .3s;
  color: #474747;
}

.btn-more:hover i {
  opacity: 1;
  text-indent: 18px;
}


/*第三屏*/

.section3-list li {
  padding: 0 20px;
  position: relative;
}

.section3-list .item {
  display: block;
  text-align: center;
  padding-top: 30px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section3-list .item img {
  margin: 0 auto;
  width: 55%;
  /*border-radius: 50%;*/
  border: 1px solid #D4D0D0;
  padding: 5px;
}

.section3-list .item:hover {
  transform: translateY(-30px);
}

.section3-list li::before {
  width: 0px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  font-size: 30px;
  top: 0px;
  left: 20px;
  color: #222;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  text-align: left;
}

.section3-list li.l1::before {
  content: "01";
}

.section3-list li.l2::before {
  content: "02";
}

.section3-list li.l3::before {
  content: "03";
}

.section3-list li:hover::before {
  width: 35px;
  height: 1px;
  background-color: #fff;
  color: #fff300;
}

.section3-list .item .txt {
  margin-top: 20px;
}

.section3-list .item .txt .p1 {
  color: #DDD;
  height: 50px;
  font-size: 16px;
  line-height: 40px;
  transition: all ease-out .2s;
}

.section3-list .item .txt .p2 {
  color: #848484;
  font-size: 13px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  width: 100%;
}


/*第四屏*/

.section4-img {
  float: left;
  width: 50%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section4-right {
  float: right;
  width: 50%;
  padding-top: 15%;
}

.section4-right .sec-title::after {
  position: inherit;
  content: "";
  height: 1px;
  background: #474747;
  margin: 28px 48% 0;
  width: 4%;
  float: right;
}

.section4-right .txt {
  width: 60%;
  max-height: 108px;
  line-height: 26px;
  margin: 20px auto 40px;
  font-size: 13px;
  color: #848484;
  overflow: hidden;
}

.section4-right .btn-more {
  width: 30%;
}


/*第五屏*/

.section5 .mask {
  background: url(../images/opa5.png);
}

.section5 .slider dl dt img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto 24px auto;
  border-radius: 50%;
}

.section5 .slider dl dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background: #74c3ec;
  left: 50%;
  margin: 60px 0;
}

.section5 .slider dl dd.d1 {
  color: #474747;
  font-size: 24px;
  text-align: center;
}

.section5 .slider dl dd.d2 {
  color: #a5a5a5;
  text-align: center;
  margin-bottom: 30px;
}

.section5 .slider .p {
  background: url(../images/opa05.png);
  padding: 36px;
  border-radius: 8px;
  width: 60%;
  height: 122px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
}


/*第六屏*/

.section6 .sec-title {
  padding-bottom: 5%;
}

.section6-left .img::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -25px;
  width: 76px;
  height: 2px;
  background: #74c3ec;
}

.section6-left .p1 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section6-left .date {
  color: #868686;
}

.section6-left .p2 {
  line-height: 22px;
  color: #a7a7a7;
  height: 42px;
  overflow: hidden;
  margin-top: 20px;
}

.section6-left .btn-more {
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin: 30px 0 0 0;
  font-size: 12px;
}

.section6-left:hover .p1 {
  color: #74c3ec;
}

.section6-left:hover .btn-more {
  border-color: #74c3ec;
  text-indent: 0px;
  text-align: center;
  background-color: #74c3ec;
  color: #474747;
}

.section6-right {
  margin-top: -10px;
}

.section6-right li {
  height: 35px;
  line-height: 35px;
  margin-bottom: 2px;
  position: relative;
}

.section6-right li .date {
  float: left;
  padding: 0 20px;
  color: #757575;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section6-right li .p {
  float: left;
  width: 66%;
  height: 35px;
  color: #c9c9c9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.section6-right li a {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.section6-right li:hover .date,
.section6-right li:hover .p {
  color: #000;
}

.section6-right li::after {
  width: 100%;
  height: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #74c3ec;
}

.section6-right li:hover::after {
  height: 38px;
}


/*第七屏*/

.section7 .mauto {
  max-width: 920px;
  padding: 0 10px;
}

.section7-list li {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: translateY(0px);
  padding: 10px;
}

.section7-list li:hover {
  box-shadow: 0px 10px 26px rgba(0, 0, 0, .5);
  background-color: #1e1f21;
  transform: translateY(-10px);
}


/*第八屏*/

.section8 .mask {
  background: url(../images/opa5.png);
}

.section8 .sec-title {
  text-align: left;
}

.section8-left {
  margin-left: 10%;
}

.section8-left dl dt {
  color: #74c3ec;
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 16px;
}

.section8-left dl dd {
  line-height: 24px;
  font-size: 13px;
  height: 24px;
}

.section8-left .list {
  margin-top: 30px;
}

.section8-left .list a {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #484848;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
}

.section8-left .list a img {
  width: 60%;
}

.section8-right {
  background: #fff;
  padding: 40px 20%;
  margin-left: 10%;
}

.section8-right li {
  border-bottom: 1px solid #dddddd;
  padding-top: 5px;
}

.section8-right li .inputtext {
  margin-bottom: 5px;
  color: #444;
  width: 100%;
  height: 40px;
  line-height: 20px;
  padding: 10px 0 10px 20px;
  font-size: 14px;
}

.section8-right li .textarea {
  height: 80px;
  overflow: hidden;
}

.section8-right li .inputsub {
  width: 100%;
  margin-top: 10px;
  padding: 8px 0;
  color: #74c3ec;
  background-color: #424242;
  font-size: 16px;
  cursor: pointer;
}

.section3-list li,
.section4-right .txt,
.section4-right .btn-more,
.section6-left,
.section6-right,
.section7-list,
.section8-left,
.section8-right,
.vbhidden {
  visibility: hidden;
}


/*内页*/

.content1 {
  background-color: #1d1e20;
  padding-bottom: 160px;
  position: relative;
}

.content2 {
  padding-top: 80px;
  min-height: 750px;
}

.project-wrap {
  margin-left: -5px;
  margin-right: -5px;
}

.project-wrap li {
  padding: 0 5px;
  margin-bottom: 20px;
}

.project-menu {
  text-align: center;
  margin: 50px 0;
}

.project-menu a {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 30px;
  color: #999;
  border: 1px solid #242424;
  transition: all 0.3s ease-out 0s;
}

.project-menu a.active,
.project-menu a:hover {
  background: #74c3ec;
  color: #333;
  border: 1px solid #74c3ec;
}



.content1 .sec-title {
  padding-top: 60px;
}

.about-main .box1-right {
  padding-left: 5%;
}

.about-main {
  color: #aaa;
  line-height: 24px;
  font-size: 13px;
  padding: 0 10px;
}

.about-main .ttl {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.about-main .box3-list {
  margin-left: -20px;
  margin-right: -20px;
}

.about-main .box3-list li {
  padding: 0 20px;
  margin-bottom: 30px;
}

.about-main .box3-list li img {
  width: 100%;
}

.about-main .box3-list li .p {
  margin-top: 20px;
  height: 120px;
  overflow: hidden;
}

hr {
  height: 1px;
  margin: 20px 0;
  border: none;
  border-top: 1px dotted #505657;
}

.team-list {
  margin-left: -3%;
  margin-right: -3%;
}

.team-list li {
  padding: 0 3%;
}

.team-list li img {
  width: 100%;
}

.team-list li .img:hover .wrap {
  transform: translate(0, -50px);
}

.team-list li .wrap {
  height: 50px;
  width: 100%;
  background: #171717;
  position: absolute;
  bottom: -50px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: translate(0, 0px);
}

.team-list li .wrap div {
  width: 14px;
  height: 14px;
  margin: 18px auto;
  position: relative;
}

.team-list li .wrap span {
  display: block;
  position: absolute;
  background: #74c3ec;
}

.team-list li .wrap span.s1 {
  width: 14px;
  height: 2px;
  top: 6px;
}

.team-list li .wrap span.s2 {
  width: 2px;
  height: 14px;
  left: 6px;
}

.team-list li .txt {
  line-height: 24px;
}

.team-list li .txt .p {
  line-height: 20px;
  max-height: 60px;
  margin-top: 10px;
  overflow: hidden;
}

.about-list1 {
  margin: 60px 0 20px;
}

.about-list1 li {
  float: left;
  width: 25%;
  padding: 15px 0;
  text-align: center;
  border-right: #303030 1px solid;
  font-size: 12px;
}

.about-list1 li span {
  display: block;
  font-size: 34px;
  color: #74c3ec;
}

.news-menu {
  margin: 10px 0 20px;
}

.about-list1 li:last-child {
  border-right: none;
}

.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #333;
}

.news-list li img {
  padding-right: 50px;
}

.news-list li .txt .p1 {
  height: 25px;
  color: #74c3ec;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news-list li .txt .date {
  color: #868686;
}

.news-list li .txt .p2 {
  line-height: 22px;
  color: #a7a7a7;
  height: 42px;
  overflow: hidden;
  margin-top: 17px;
}

.news-list li .txt .btn {
  width: 122px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
  color: #74c3ec;
  border: 1px solid #333;
  position: relative;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news-list li .txt .btn span {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
}

.news-list li .txt .btn::after {
  width: 0%;
  height: 30px;
  position: absolute;
  content: "";
  bottom: 1px;
  left: 1px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #74c3ec;
}

.news-list li:hover .txt .btn::after {
  width: 100%;
}

.news-list li:hover .txt .btn {
  color: #474747;
}

.news-list li:hover .txt .p1 {
  color: #74c3ec;
}

.service-list li {
  padding: 0 20px;
  margin-bottom: 100px;
  text-align: center;
}

.service-list li img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.service-list li:hover img {
  transform: translateY(-10px);
}

.service-list li .txt {
  margin-top: 20px;
}

.service-list li .txt .p1 {
  color: #DDD;
  height: 50px;
  font-size: 16px;
  line-height: 40px;
  transition: all ease-out .2s;
}

.service-list li .txt .p2 {
  color: #848484;
  font-size: 13px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}

.service-list li:hover .txt .p1 {
  color: #74c3ec;
}


.prodetail-right { color:#FFFFFF;line-height:25px;font-size:14px}
.prodetail-right table td{ color:#74c3ec; border:1px solid #fff}

.prodetail-left .txt .p1 {
  color: #EAEAEA;
  font-size: 26px;
  position: relative;
}

.prodetail-left .txt .p1::after {
  position: absolute;
  content: "";
  top: 12px;
  left: -50px;
  width: 30px;
  height: 3px;
  background: #74c3ec;
}

.prodetail-left .txt .p2 {
  color: #656565;
}

.prodetail-left .txt .p3 {
  font-size: 13px;
  line-height: 24px;
  margin: 30px 0;
}

.prodetail-btn {
  float: left;
  color: #B0B0B0;
  background-color: #333;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 13px;
  transition: all 0.3s 0s;
}

.prodetail-btn:hover {
  color: #474747;
  background: #74c3ec;
}

.prodetail-left-list {
  margin-left: -5px;
  margin-right: -5px;
}

.prodetail-left-list li {
  padding: 0 5px;
  margin-bottom: 15px;
}

.prodetail-left-list li .p1 {
  color: #A5A5A5;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prodetail-left-list li:hover .p1 {
  color: #74c3ec;
}

.prodetail-left-list li .p2 {
  color: #505050;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.teamd-main {
  padding-left: 50px;
}

.teamd-main .p1 {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
}

.teamd-main .p2 {
  color: #626262;
  font-size: 14px;
}


/*弹窗*/

.online-lx {
  width: 180px;
  background: url(../images/opa8.png);
  position: fixed;
  right: -200px;
  bottom: 40px;
}

.online-lx .top {
  color: #74c3ec;
  background: #000;
  padding: 20px;
  font-size: 14px;
  line-height: 16px;
}

.online-lx .top i {
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.online-lx .top i:hover {
  transform: rotate(180deg);
}

.online-lx .list li a {
  display: block;
  color: #666;
  padding: 12px 30px;
  border-bottom: #333 1px solid;
  transition: all ease-out .3s;
}

.online-lx .list li a:hover {
  background: #74c3ec;
  color: #363636;
  padding: 15px 30px;
}

.online-lx .list li i,
.online-lx .bottom .p1 i {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.online-lx .bottom {
  padding: 12px 30px;
}

.online-lx .bottom .p1 {
  margin-bottom: 10px;
}

.online-lx .bottom .p2 {
  font-size: 16px;
  color: #fff;
}

.bx-wrapper .bx-loading {
  display: 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;
  }
}

@keyframes mymove {
  0% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}


/*----------产品多图-----------*/

.sort-main {
  min-height: 590px;
  background: #3e3e3e url(../images/pro_leftbg.jpg) no-repeat;
  margin-right: 20px;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 9;
}

.sort-main li {
  /* height: 35px;*/
}

.sort-main li .ttl {
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

.sort-main li .ttl i {
  margin: 0 10px;
  font-family: serif;
}

.sort-main li:hover {
  background: rgba(231, 231, 231, 0.1);
}


/*.sort-main li:hover .subbox {
  display: block;
}*/

.sort-main li .subbox {
  /* position: absolute;*/
  left: 100%;
  /* top: 0;*/
  background: url(../images/prouul.png) repeat;
  ;
  /*width: 600px;*/
  /*min-height:590px;*/
  padding: 20px 5px;
  display: none;
  filter: alpha(opacity=80);
  /*for IE*/
  opacity: 0.8;
  /*非IE*/
  ;
}

.sub-item {
  color: #555;
  font-size: 12px;
  overflow: hidden;
}

.sub-item .sub-ttl {
  float: left;
  font-weight: bold;
  width:100%;
  line-height: 35px;

 
}


.sub-item .sub-ttl a {
  color: #ffffff;
  width:100%;
 
}

.sub-item .sub-ttl i {
  margin-left: 5px;
  font-family: serif;
  color: #fff;
}




.sub-item .sub-ttl a:hover {
 
  color:#fff;
  width:100%;
  height:35px;
 text-decoration: none;
  text-indent:10px;
 display: block;
 transition: width 4s;
-moz-transition: width 4s; /* Firefox 4 */
-webkit-transition: width 4s; /* Safari 和 Chrome */
-o-transition: width 4s; /* Opera */
  background-color: #74c3ec;
   
}

.sub-item .sub-list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.sub-item .sub-list a {
  float: left;
  width: 85px;
  line-height: 12px;
  border-left: 1px solid #a7a7a7;
  margin-bottom: 10px;
  padding-left: 10px;
}

.sub-item .sub-list a:hover {
  text-decoration: underline;
  text-indent:10px;
 color:#ffffff;

 display: block;
   background: rgba(41, 41, 41,.8); 
  transition: all 0.2s ease-out 0s; 
}

.pro-wrap {
  padding: 0px 0;
}

@media (max-width: 991px) {
  .pro-wrap {
    padding: 0 10px;
  }
  .sort-main {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: initial;
  }
  .sort-main li {
    height: auto;
  }
  .sort-main li .subbox {
    position: initial;
    width: 100%;
    min-height: initial;
    padding: 15px;
  }
  .sub-item .sub-ttl {
    margin-bottom: 10px;
  }
  .sub-item .sub-list {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .sort-main li:hover .subbox {
    display: none;
  }
  .backbb {
    right: 50px;
  }
}

.prodqw {
  padding: 10px;
  border: 1px solid #31363A;
  margin-bottom: 20px;
  background-color: #2D2F31;
}

.backbb {
  position: absolute;
  right: -6%;
  top: 50px;
  background: #f6a221;
  transition: all .5s;
}

.backbb a:hover {
  filter: alpha(opacity=50);
  /*for IE*/
  opacity: 0.5;
  /*非IE*/
}


/**/

.pro-detail-slider li {
  /*height: 300px;*/
}

.pro-detail-slider li img {
  width: 100%;
  /*height: 300px;*/
  max-width: 100%;
}

.po-auto {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 95%;
  max-height: 95%;
  margin: auto;
}

.pro-info-w .bx-pager-wrap {
  position: relative;
  width: 85%;
  /*width: 334px;*/
  height: 76px;
  margin: 20px auto 0;
  overflow: hidden;
}

.pro-info-w .bx-pager-wrap .bx-pager {
  width: 1000%;
  position: absolute;
}

.pro-info-w .bx-pager-wrap .bx-pager a {
  float: left;
  margin-right: 10px;
  width: 76px;
  height: 76px;
  border: 1px solid #434343;
  position: relative;






}

.bx-pager-wrap .bx-pager a.active {
  border-color: #74c3ec;
}

.sl-control div {
  width: 20px;
  height: 76px;
  position: absolute;
  bottom: 0;
  background-image: url(../images/pager3.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.sl-prev {
  left: 0;
  background-position: left center;
}

.sl-next {
  right: 0;
  background-position: right center;
}

@media (max-width: 991px) {
  .bx-pager-wrap,
  .sl-control {
    display: none;
  }
  .pro-info-w{
    margin-bottom: 25px;
  }
  .pro-detail-slider li,
  .pro-detail-slider li img {
    height: auto;
  }
  .pro-info-w .bx-wrapper .bx-pager{
    position: absolute;
    bottom: 5%;
  }

.pro-info-w .bx-wrapper .bx-pager.bx-default-pager a.active,
.pro-info-w .bx-wrapper .bx-pager.bx-default-pager a:focus,
.pro-info-w .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #74c3ec;
}

.pro-info-w .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
  margin-top: -20px;
	background-repeat: no-repeat;
	background-size: 200%;
	background-image: url(../images/pager01.png);
}
.pro-info-w .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	background-position: left center;
}
.pro-info-w .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	background-position: right center;
}


}


/**/

.zoomDiv {
  z-index: 999;
  position: absolute;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

.zoomDiv .bigimg {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: initial;
}

.zoomMask {
  position: absolute;
  background: #fff;
  opacity: .5;
  cursor: move;
  z-index: 1;
  width: 230px !important;
  height: 200px !important;
}

.article-ttl {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccaca;
}

.article-ttl h1 {
  font-size: 32px;
  margin-bottom: 10px;
}