.ititle {
  position: relative;
  margin-bottom: 30px;
}

.ititle h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  margin-top: 0;
  font-family: 'Montserrat-Light',Microsoft Yahei,PingFang SC,Verdana, Helvetica Neue,Hiragino Sans GB,Microsoft Sans Serif,Arial;
}

.ititle .line {
  width: 80px;
  height: 4px;
  background: #0052D9;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .ititle h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .ititle h2 {
    font-size: 34px;
    line-height: 40px;
  }
}

.viewmore-btn {
  font-size: 0;
  display: inline-block;
  position: relative;
}

.viewmore-btn a {
  display: block;
  border: 1px solid #ccc;
  padding: 15px 30px;
}

.viewmore-btn a::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0052D9;
  z-index: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.viewmore-btn a:hover::before {
  width: 100%;
}

.viewmore-btn span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  z-index: 3;
  position: relative;
}

.viewmore-btn a:hover span {
  color: #fff;
}

.viewmore-btn i {
  width: 9px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/right2.png);
  background-size: 100% 100%;
  margin-top: 3px;
  position: relative;
  z-index: 3;
  opacity: .5;
}

.viewmore-btn a:hover i {
  background: url(../images/right3.png);
  background-size: 100% 100%;
  opacity: 1;
}

.iproduct-area {
  margin-bottom: 100px;
  padding: 90px 0 70px;
  background: url(../images/home_product_bg.jpg) no-repeat top center;
}

.iproduct-area .iproduct-list {
  display: block;
  width: 100%;
  height: 100%;
}

.iproduct-area .iproduct-list li {
  display: block;
  float: left;
  margin: 0 2% 2% 0;
  width: 31.9%;
  height: 225px;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.iproduct-area .iproduct-list li:nth-child(3n) {
  margin-right: 0;
}

.iproduct-area .iproduct-list li::after {
  display: block;
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #0052D9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.iproduct-area .iproduct-list li:hover::after {
  width: 100%;
}

.iproduct-area .iproduct-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.iproduct-area .iproduct-list .script {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.iproduct-area .iproduct-list .script .tit {
  display: block;
  margin: 135px 30px 0 30px;
  font-size: 20px;
  color: #fff;
  transition: margin-top 0.3s ease-out;
}

.iproduct-area .iproduct-list .script .txt {
  display: block;
  margin: 10px 30px 0 30px;
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translate(0px, 15px);
  transition: opacity 0.3s ease-out;
}

.iproduct-area .iproduct-list .script .icon {
  display: block;
  height: 20px;
  width: 64px;
  background: url(../images/icon_arrow_r_s.png) no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 65px;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.iproduct-area .iproduct-list li a:hover .script .tit {
  margin-top: 65px;
}

.iproduct-area .iproduct-list li a:hover .script .txt {
  opacity: 1;
  transform: translate(0, 0);
}

.iproduct-area .iproduct-list li a:hover .script .icon {
  animation: a_arrow_r 0.2s linear forwards;
}

@keyframes a_arrow_r {
  0% {
    opacity: 0;
    right: 70px;
  }
  100% {
    opacity: 1;
    right: 50px;
  }
}

@media (max-width: 768px) {
  .iproduct-area {
    margin-bottom: 40px;
    padding: 30px 0 20px;
  }
  .iproduct-area .iproduct-list li {
    margin: 0 5% 5% 0;
    width: 47.5%;
    height: 130px;
  }
  .iproduct-area .iproduct-list li:nth-child(3n) {
    margin-right: 5%;
  }
  .iproduct-area .iproduct-list li:nth-child(2n) {
    margin-right: 0;
  }
  .iproduct-area .iproduct-list .script {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  }
  .iproduct-area .iproduct-list .script .tit {
    margin: 15px 15px 0 15px;
    font-size: 16px;
  }
  .iproduct-area .iproduct-list .script .txt,
  .iproduct-area .iproduct-list .script .icon {
    display: none;
  }
  .iproduct-area .iproduct-list li a:hover .script .tit {
    margin-top: 15px;
  }
  .iproduct-area .iproduct-list li a:hover .script .txt,
  .iproduct-area .iproduct-list li a:hover .script .icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .iproduct-area {
    margin-bottom: 60px;
    padding: 50px 0 40px;
  }
  .iproduct-area .iproduct-list li {
    height: 180px;
  }
  .iproduct-area .iproduct-list .script .tit {
    margin: 125px 10px 0 10px;
    font-size: 16px;
  }
  .iproduct-area .iproduct-list .script .txt {
    margin: 5px 10px 0 10px;
    line-height: 1.4;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .iproduct-area .iproduct-list li {
    height: 200px;
  }
}

.icompany-area {
  margin-bottom: 100px;
  background: url(../images/icompany_bg.jpg) no-repeat center bottom;
}

.icompany-area .icompany {
  width: 50%;
  float: left;
}

.icompany-area .icompany p {
  font-size: 18px;
  text-indent: 2em;
  line-height: 40px;
  font-weight: 400;
  color: #5a5a5a;
}

.icompany-area .icompany-r {
  width: 100%;
  display: block;
  padding-left: 53%;
}

.icompany-area .icompany-pic {
  width: 100%;
  height: 400px;
  background: url(../images/iabout.jpg) center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .icompany-area {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .icompany-area .icompany {
    width: 100%;
    padding-top: 270px;
  }
  .icompany-area .icompany p {
    font-size: 16px;
    line-height: 30px;
  }
  .icompany-area .icompany-r {
    padding-left: 0;
  }
  .icompany-area .icompany-pic {
    height: 250px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .icompany-area {
    margin-bottom: 60px;
  }
  .icompany-area .icompany p {
    font-size: 16px;
    line-height: 28px;
  }
  .icompany-area .icompany .more {
    font-size: 18px;
    padding: 10px 40px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .icompany-area .icompany p {
    line-height: 32px;
  }
}

.inews-area {
  margin-bottom: 100px;
}

.inews-area .thumbnail {
  float: left;
  width: 23.46%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.inews-area .thumbnail:last-child {
  margin-right: 0;
}

.inews-area .thumbnail .img-thumbnail {
  width: 100%;
  height: 185px;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.inews-area .thumbnail .img-thumbnail:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.inews-area .thumbnail .img-thumbnail img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.inews-area .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
}

.inews-area .thumbnail a:hover {
  color: #fff;
  background-color: #F0F4FD;
  border-color: #F0F4FD;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.inews-area .thumbnail a:hover .img-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}

.inews-area .thumbnail a:hover .img-thumbnail:after {
  opacity: 1;
}

.inews-area .thumbnail .caption {
  padding: 0 10px 15px;
  color: #666;
}

.inews-area .thumbnail .caption h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
  color: #2A2E2E;
  overflow: hidden;
  margin: 0;
}

.inews-area .thumbnail .caption .date {
  font-size: 14px;
  color: #919797;
  letter-spacing: 0;
  line-height: 28.8px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .inews-area .thumbnail {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .inews-area .thumbnail .img-thumbnail {
    height: 110px;
  }
  .inews-area .thumbnail .caption h3 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .inews-area li:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .inews-area .thumbnail {
    margin-bottom: 60px;
  }
  .inews-area .thumbnail .img-thumbnail {
    height: 150px;
  }
  .inews-area .thumbnail .caption h3 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
}

.about {
  width: 75%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 16px;
  line-height: 32px;
}

.about p {
  margin-bottom: 24px;
  text-indent: 2em;
}

.about img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .about {
    width: 100%;
  }
}

.contact {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 180%;
  font-size: 20px;
  color: #666;
}

.contact h6 {
  color: #333;
  font-size: 40px;
  text-align: center;
  margin: 30px 0 0;
}

.contact .address {
  padding: 30px 0;
}

.contact .address .left {
  width: 1000px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

.contact .address .right {
  display: table-cell;
  vertical-align: top;
}

.baidumap {
  width: 100%;
  height: 600px;
  margin-bottom: 50px;
}

.programa {
  background-color: #FBFBFB;
}

.programa dl {
  display: block;
  padding: 30px 0;
}

.programa dl dt {
  font-size: 18px;
  margin: 0 0 30px 30px;
}

.programa dl dd {
  display: inline-block;
  margin: 0 0 30px 30px;
  box-sizing: border-box;
  position: relative;
}

.programa dl dd.block {
  display: block;
  margin: 0 30px 30px 30px;
}

.programa dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.programa dl dd .shadow {
  width: 100%;
  height: 100%;
  background: #F2F3F5;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 0;
}

@media (max-width: 767px) {
  .programa {
    background-color: transparent;
  }
  .programa dl {
    padding: 10px 0;
  }
  .programa dl dt {
    margin: 0 0 20px 0;
  }
  .programa dl dd {
    display: block;
    margin: 0 0 10px 0;
  }
  .programa dl dd a {
    padding: 15px 20px;
    border: 1px solid #f2f3f5;
    background-color: #f2f3f5;
  }
  .programa dl dd .shadow {
    display: none;
    height: 0;
  }
}

.news-list {
  padding: 30px 0;
  position: relative;
}

.news-list .li {
  margin-bottom: 32px;
  line-height: 25px;
  color: #5F6464;
  width: 100%;
  display: block;
  border-bottom: 1px solid #f4f4f4;
}

.news-list .li .text {
  width: 10000px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

.news-list .li .img {
  padding-left: 70px;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

.news-list .li .img img {
  width: 205px;
  height: 136px;
  background-size: cover;
  background-position: center;
}

.news-list .li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2a2e2e;
  line-height: 30px;
  margin-top: 0;
}

.news-list .li .tagline {
  font-family: 'custom-b';
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  height: 30px;
  display: inline-block;
  position: relative;
  border-top: 1px solid #0052D9;
  border-left: 1px solid #0052D9;
  padding: 0px 30px;
  color: #0052D9;
}

.news-list .li .tagline:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 12px);
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #0052D9;
  transform: rotate(-69deg) translate(-1px, 0px);
  transform-origin: 0px 0px;
}

.news-list .li .tagline:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 12px);
  border-top: 1px solid #0052D9;
}

@media (max-width: 768px) {
  .news-list .li {
    margin-bottom: 10px;
  }
  .news-list .li .text {
    width: 100%;
  }
  .news-list .li .img {
    padding-left: 20px;
  }
  .news-list .li .img img {
    width: 150px;
    height: 110px;
  }
  .news-list .li h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.news-main-cnt {
  width: 75%;
  margin: 50px auto;
  box-sizing: border-box;
  min-height: 600px;
}

.news-content .title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D9DC;
}

.news-content .title h1 {
  font-size: 40px;
  line-height: 66px;
  padding-bottom: 7px;
}

.news-content .title .date {
  line-height: 25px;
  color: #919797;
}

.news-content .data {
  line-height: 200%;
  padding-bottom: 40px;
  font-size: 16px;
}

.news-content .data p {
  margin-bottom: 24px;
}

.news-content .data img {
  max-width: 100%;
  margin: 0 auto 32px;
  overflow: hidden;
  text-align: center;
}

.news-content .data a {
  color: #194ac3;
  text-decoration: underline;
}

.news-content .goback {
  width: 160px;
  margin: 0 auto 40px;
  color: #194ac3;
  text-align: center;
  border: 1px solid #e5e5e5;
}

.news-content .goback a {
  display: block;
  padding: 10px 0;
  width: 100%;
}

.news-content .goback a:hover {
  color: #fff;
  background-color: #194ac3;
  border-color: #194ac3;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .news-main-cnt {
    width: 100%;
  }
  .news-content .title h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .news-content .data img {
    width: 100%;
    height: auto;
  }
}

.product-cnt h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
}

.product-cnt .text {
  line-height: 200%;
  color: #666;
  font-size: 16px;
}

.product-cnt .text p {
  margin-bottom: 24px;
}

.product-cnt .text dfn {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  border-left: 5px solid #004bad;
  position: relative;
  display: block;
  margin: 50px 0 20px;
  padding-left: 15px;
}

.product-cnt .text img {
  max-width: 100%;
  margin: 0 auto 32px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .product-cnt .text img {
    width: 100%;
    height: auto;
  }
}

.case-area {
  padding-top: 60px;
}

.case-area ul {
  margin-left: -2%;
}

.case-area .thumbnail {
  float: left;
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.case-area .thumbnail .img-thumbnail {
  width: 100%;
  height: 270px;
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.case-area .thumbnail .img-thumbnail:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.case-area .thumbnail .img-thumbnail img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.case-area .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.case-area .thumbnail a:hover .img-thumbnail img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: transform 0.3s ease-out;
}

.case-area .thumbnail a:hover .img-thumbnail:after {
  opacity: 1;
}

.case-area .thumbnail .caption {
  padding: 0;
  color: #666;
}

.case-area .thumbnail .caption h3 {
  font-size: 20px;
  font-family: DFPKingGothicGB-Medium;
  line-height: 30px;
  height: 30px;
  color: #2A2E2E;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.case-area .thumbnail .caption p {
  font-size: 16px;
  line-height: 29px;
  width: 100%;
  min-height: 58px;
  margin-bottom: 30px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .case-area ul {
    margin-left: -5%;
  }
  .case-area .thumbnail {
    width: 44.6%;
    margin-left: 5%;
  }
  .case-area .thumbnail .img-thumbnail {
    height: auto;
  }
  .case-area .thumbnail .caption h3 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .case-area .thumbnail .caption p {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .case-area .thumbnail .caption .btn {
    font-size: 14px;
    padding: 3px 15px;
  }
  .case-area li:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .case-area .thumbnail {
    margin-bottom: 60px;
  }
  .case-area .thumbnail .img-thumbnail {
    height: auto;
  }
  .case-area .thumbnail .caption h3 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
  }
  .case-area .thumbnail .caption p {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 20px;
  }
  .case-area .thumbnail .caption .btn {
    font-size: 14px;
  }
}
