﻿.myw {
  max-width: 1200px;
  margin: 0 auto;
}

.text-ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.in_solution {
  margin-top: 60px;
  background: url(../image/in_solution_bg.jpg) center top no-repeat;
}

.in_solution .list {
  overflow: hidden;
}

.in_solution .list ul {
  width: 100%;
  overflow: hidden;
}

.in_solution .list ul li {
  display: block;
  float: left;
  width: 20%;
}

@media (max-width: 668px) {
  .in_solution .list ul li {
    display: block;
    float: left;
    width: 50%;
  }
}

.in_solution .list ul li a {
  display: block;
  width: 100%;
  height: 330px;
  position: relative;
}

.in_solution .list ul li a span {
  display: block;
  position: absolute;
}

.in_solution .list ul li a span.ico {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}

.in_solution .list ul li a span.txt {
  left: 30px;
  right: 30px;
  top: 30px;
  z-index: 3;
  color: #fff;
}

.in_solution .list ul li a span.txt b {
  display: block;
  font-size: 18px;
}

.in_solution .list ul li a span.txt p {
  display: block;
  font-size: 14px;
  color: #f4f4f4;
}

.in_solution .list ul li a span.bg {
  width: 100%;
  height: 330px;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  left: 0px;
  top: 0px;
  z-index: 2;
}


.in_solution .list ul li a span.thumb {
  width: 100%;
  overflow: hidden;
}
.in_solution .list ul li a span.thumb img {
  width: 100%;
  overflow: hidden;
  display: block;
}

.in_solution .list ul li a:hover span.bg {
  background: #009493;

  opacity: 1;
  filter: alpha(opacity=100);
}

.index_news {
  overflow: hidden;
  margin-bottom: 60px;
}

@media (max-width: 668px) {
  .index_news {
    margin-bottom: 20px;
  }
}

.index_news ul li {
  list-style: none;
}

.index_news ul li a {
  cursor: pointer;
}

.index_news ul li a:hover h3.title {
  color: #006e75;
}

.index_news ul li .img_box {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.index_news ul li .img_box img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.index_news ul li a .img_txt {
  padding: 20px 0;
  border-bottom: 2px solid #ededed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index_news ul li a:hover .img_txt {
  border-bottom: 2px solid #006e75;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.index_news ul li h3.title {
  color: #006e75;
  font-size: 18px;
  margin-bottom: 10px;
}

.ft_btm {
  background: #222;
  color: #cecece;
  padding: 20px 0;
}

.ft_btm a {
  color: #cecece;
}

.ft_btm a:hover {
  color: #fff;
}

.footer_t1 {
  background: #333333;
  color: #fff;
  padding: 40px 0;
  line-height: 24px;
}

.footer_t1 .logo_w {
  display: block;
  width: 159px;
  overflow: hidden;
  margin-bottom: 10px;
}

.footer_t1 .ft_des .t {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}

.footer_t1 .ft_des .txt {
  font-size: 14px;
}

.footer_t1 .ft_des .txt {
  color: #fff;
}

.footer_t1 .ft_des .txt a {
  color: #fff;
}

.footer_t1 .ft_des .img_text span {
  display: block;
  font-size: 16px;
  color: #fff;
}

.footer_t1 .ft_des .img_text img {
  float: right;
}

.footer_t1 .ft_des .img_text span em {
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
}

.contact_title {
  margin-bottom: 20px;
}

.contact_joinus .w {
  padding-top: 50px;
}

.contact_joinus .list ul {
  width: 100%;
  overflow: hidden;
}

.contact_joinus .list ul li {
  display: block;
  float: left;
  margin: 0 0 36px 0;
}

.contact_joinus .list02 {
  padding: 0 15px;
}

.contact_joinus .list03 {
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
}

.contact_joinus .list03 span {
  display: block;
  float: left;
}

.contact_joinus .list03 input {
  display: block;
  float: left;
  width: 70px;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
}

.contact_joinus .submit {
  width: 100%;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #333;
  border: none;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_joinus .submit:hover {
  background: #009493;
}

.contact_us {
  margin: 60px auto;
}

@media (max-width: 668px) {
  .contact_us {
    margin: 20px auto;
  }

  .contact_joinus {
    margin: 0 auto;
  }
  .contact_info .info {
    margin-top: 20px;
  }
  .img_text {
    display: none;
  }
}

.contact_us .contact_title {
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
}

.contact_info {
  overflow: hidden;
}

.contact_info .contact_info_title {
  font-size: 20px;
  color: #006e75;
  margin-bottom: 20px;
}

.contact_info .info {
  padding: 30px 20px;
  background-color: #f1f2f3;
}

.p_title {
  margin-top: 90px;
}

.p_title h1 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #006e75;
  margin-bottom: 10px;
}

.p_title h1 em.search_keyword {
  color: #f60;
  font-style: normal;
}

.p_title span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}

.p_title i {
  display: block;
  width: 36px;
  height: 2px;
  line-height: 2px;
  font-size: 2px;
  margin: 10px auto;
  background: #dbdbdb;
}

.list_pro ul {
  /*width: 1236px;*/
  overflow: hidden;
}

.list_pro ul li {
  display: block;
  float: left;
  width: 30.4%;
  margin: 0 2.9% 20px 0;
}

.list_pro ul li a {
  display: block;
}

.list_pro ul li a .thumb {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.list_pro ul li a .thumb .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
  background: #009493;
  opacity: 0;
  filter: alpha(opacity=0);
  webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.list_pro ul li a .thumb .txt{
  width: 200px;

  position: absolute;
text-align: center;
  left:50%;
  top: 50%;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
  transform: translate(-50%,-50%);
  display: block;
  z-index: 10;
  color: #ffffff;
}
.list_pro ul li a  span.txt b{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  
}
.list_pro ul li a  span.txt i{
  display: block;
  width: 36px;
  height: 0px;
  line-height: 2px;
  font-size: 2px;
  background: #fff;
  margin: 20px auto 0px;
}
.list_pro ul li a span.txt em{
  display: block;
  width: 75px;
  height: 27px;
  margin: 0 auto;
  background: url(../image/c.png) -500px 0 no-repeat;
}

.list_pro ul li a:hover .thumb .txt {
  opacity: 1;
  filter: alpha(opacity=100);

}

.list_pro ul li a:hover .thumb .bg {
  opacity: .7;
  filter: alpha(opacity=70);
}

.list_pro ul li a .thumb img {
  width: 100%;
  height: 430px;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.list_pro ul li a > .txt {
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.list_pro ul li a:hover .thumb img {
  /*-webkit-transform: scale(1.1, 1.1);*/
  /*-moz-transform: scale(1.1, 1.1);*/
  /*-o-transform: scale(1.1, 1.1);*/
  transform: scale(1, 1);
}

.list_pro ul li a:hover .txt {
  color: #009493;
}

#dituContent img{
  max-width: none;
}