@charset "utf-8";
.scaleImg {
  overflow: hidden;
}
.scaleImg img {
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
.scaleImg:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#insider_banner {
  height: 100%;
}
#insider_banner img{
  width: 100%;
}
#insider_banner h1 {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 185px;
  left: 0;
  z-index: 1006;
}
#insider {
  margin-bottom: 90px;
}
#insider h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-top: 75px;
}
#insider .line1,
#insider .line2 {
  height: 1px;
  background: #fda800;
  margin-left: auto;
  margin-right: auto;
}
#insider .line1 {
  width: 60px;
  margin-top: 15px;
}
#insider .line2 {
  width: 30px;
  margin-top: 5px;
}
#insider .summary {
  margin-top: 25px;
  width: 755px;
  text-align: center;
  color: #a9a9a9;
  margin-left: auto;
  margin-right: auto;
}
#insider .nav {
  text-align: center;
  overflow: hidden;
  margin-top: 55px;
  margin-bottom: 40px;
}
#insider .nav ul li {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  color: #646464;
  padding: 0 15px;
  display: inline-block;
  margin: 0 20px;
}
#insider .nav ul li.act,
#insider .nav ul li:hover {
  background: #fda800;
  color: #fff;
}
#insider #case_list li {
  width: 385px;
  height: 270px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
}
#insider #case_list li.last {
  margin-right: 0px;
}
#insider #case_list li h5 {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
#insider #news_list li {
  width: 365px;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
#insider #news_list li .img {
  height: 240px;
  overflow: hidden;
  position: relative;
}
#insider #news_list li .img img {
  -webkit-transition: all 600ms ease 0ms;
  transition: all 600ms ease 0ms;
}
#insider #news_list li .img .date {
  width: 70px;
  height: 70px;
  background: #fda800;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
#insider #news_list li .img .date .day {
  font-size: 28px;
  font-family: 'Arial';
  line-height: 1;
  margin-top: 15px;
}
#insider #news_list li h5 {
  height: 65px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-top: 23px;
}
#insider #news_list li p {
  height: 96px;
  color: #a3a3a3;
  margin-top: 23px;
  line-height: 24px;
  font-family: 'simsun';
}
#insider #news_list li span.more {
  display: inline-block;
  margin-top: 23px;
}
#insider #news_list li:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#insider #news_list li.last {
  margin-right: 0;
}
#insider .page .pagination {
  text-align: center;
  margin: 75px 0;
  color: #8e8e8e;
}
#insider .page .pagination span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
#insider .page .pagination span.prev,
#insider .page .pagination span.next {
  width: 60px;
}
#insider .page .pagination span a {
  display: block;
  width: 100%;
  height: 100%;
}
#insider .page .pagination span.current,
#insider .page .pagination span:hover {
  background: #fda800;
  color: #fff;
  border: 1px solid #fda800;
}
#insider .page .pagination span.current a,
#insider .page .pagination span:hover a {
  color: #fff;
}
#insider .page .pagination span a {
  color: #8e8e8e;
}
#baiduMap {
  height: 520px;
  background-repeat: no-repeat;
  background-position: top center;
}
#contact_us {
  margin-top: 130px;
  margin-bottom: 150px;
}
#contact_us h2 {
  font-size: 28px;
  font-weight: normal;
  color: #242424;
  line-height: 1;
  margin-bottom: 45px;
}
#contact_us .feedback {
  width: 645px;
  float: left;
}
#contact_us .feedback .input-small {
  width: 313px;
  height: 53px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
  text-indent: 25px;
  font-family: 'simsun';
  text-align: left;
}
#contact_us .feedback .input-normal {
  width: 100%;
  height: 53px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
  text-indent: 25px;
  font-family: 'simsun';
}
#contact_us .feedback textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #ececec;
  padding: 40px 25px;
  margin-bottom: 25px;
}
#contact_us .feedback .button {
  width: 120px;
  height: 50px;
  background: #9d9d9d;
  color: #fff;
  border: none;
  cursor: pointer;
}
#contact_us .feedback .button:hover {
  background: #fda800;
}
#contact_us .infos {
  width: 450px;
  float: right;
}
#contact_us .infos .summary {
  color: #8d8d8d;
  line-height: 24px;
  margin-bottom: 50px;
}
#contact_us .infos div {
  margin-bottom: 20px;
}
#contact_us .infos div:before {
  content: '';
  padding-left: 68px;
  height: 68px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-right: 23px;
}
#contact_us .infos div.addr:before {
  background-image: url(../images/icon1.png);
}
#contact_us .infos div.email:before {
  background-image: url(../images/icon2.png);
}
#contact_us .infos div.tel:before {
  background-image: url(../images/icon3.png);
}
#contact_us .infos div h5 {
  font-size: 16px;
  padding-top: 5px;
}
#contact_us .infos div span {
  font-size: 14px;
  color: #8e8e8e;
}
.text_wrap{ padding:50px 5px 0px 5px; }
.text_wrap h2.h2{ font-size:16px; text-align:center; line-height:24px; margin-bottom:10px; }
.text_wrap h4.h4{ font-size:12px; text-align:right; color:#999; margin-bottom:10px; font-weight:normal; }

.tn3-thumbs,.tn3-thumbs *:before,.tn3-thumbs *:after,.tn3-thumbs *{
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
     box-sizing: content-box; 
}