#banner {
  height: 660px;
  background: url("http://xiangyingsy.oss-cn-shanghai.aliyuncs.com/bg_banner_index.jpg") no-repeat center;
  margin-top: -5px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

#banner .textBox {
  width: 491px;
  height: 313px;
  background-image: url("../images/bg_banner_text.png");
  margin: 55px 0 0 10px;
  color: #fff;
  position: relative;
}

#banner .textBox .text {
  padding: 25px 25px 0 25px;
}

#banner .text {
  height: 240px;
  overflow: auto;
  text-overflow: ellipsis;
}

#banner .text h2 {
  font-size: 35px;
  text-align: center;
  line-height: 60px;
}

#banner .text h3 {
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}

#banner .text p {
  font-size: 14px;
  line-height: 22px;
}

#banner .textBox .action {
}

#banner .textBox .readmore {
  margin: 0 auto;
  width: 137px;
  height: 37px;
  color: #fff;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bolder;
  letter-spacing: 2px;
  font-family: "\9ED1\4F53";
}

#banner .textBox .readmore:hover {
  background: #aad1f7;
  color: #333;
}

#product {
  position: relative;
}

/*#product .pListPanel {
        width: 1100px;
        position: absolute;
        top: -211px;
        left: 50%;
        margin-left: -550px;
        z-index: 11;
        overflow: hidden;
    }*/

#product .pList {
  width: 99999px;
  width: 1100px;
  position: absolute;
  top: -211px;
  left: 50%;
  margin-left: -550px;
  z-index: 11;
  overflow: hidden;
}

#colee_left1:after,
#colee_left2:after {
  content: "\20";
  display: block;
  clear: both;
}

#product .pList:after {
  content: "\20";
  display: block;
  clear: both;
}

#product .pList .pNode {
  width: 220px;
  height: 260px;
  background: url("../images/bg_product_style.png") center;
  float: left;
  position: relative;
  cursor: pointer;
}

#product .pList .pNode .pImg {
  width: 176px;
  height: 170px;
  overflow: hidden;
  position: absolute;
  top: 13px;
  left: 20px;
}

#product .pList .pNode .pImg img {
  width: 176px;
  height: 170px;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

#product .pList .pNode p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  width: 190px;
  top: 195px;
  left: 14px;
  letter-spacing: 5px;
}

#product .pList .pNode:hover img {
  transform: scale(1.2);
}

#product .pList .pNode:hover p {
}

#product .bar {
  height: 95px;
  background: url("../images/bg_index_bar_product.png") no-repeat center;
  position: relative;
  z-index: 9;
  margin-top: -5px;
}

#technology {
  height: 705px;
  /*position: relative;*/
}

#technology .tImg {
  width: 284px;
  height: 198px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

#technology .tImg span {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  left: 0;
  bottom: 0;
  font-size: 14px;
  background: url("/images/bg_tImg_span.png");
}

#technology .tImg .mask {
  position: absolute;
  width: 100%;
  height: 198px;
  left: 0;
  top: 0;
  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  filter: alpha(opacity=40) \9;
  z-index: 1;
  transition: 0.3s all linear;
  border-radius: 4px 4px 0 0;
}

#technology .tImg .mask p {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  -ms-word-break: break-all;
  word-break: break-all;
  width: 264px;
  height: 178px;
}

#technology .tImg.lg {
  width: 506px;
  height: 198px;
  position: absolute;
  left: 0;
  top: 0;
}

#technology .tImg.lg .mask {
  width: 506px;
  height: 198px;
}

#technology .tImg.lg .mask p {
  width: 484px;
  height: 178px;
}

#technology .tImg.lg span {
  width: 506px;
}

#technology .tImg img {
  width: 100%;
  height: 100%;
}

#team {
  background: #f2f2f2;
}

#team .title {
  padding: 15px 0;
}

#team .title h2 {
  font-size: 36px;
  line-height: 60px;
  text-align: center;
}

#team .title p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 3px;
}

#team .faceList {
  width: 1200px;
  margin: 10px auto 0 auto;
}

#team .faceList:after {
  clear: both;
  content: "\20";
  display: block;
}

#team .faceList .prev,
#team .faceList .next {
  width: 50px;
  height: 180px;
  cursor: pointer;
  display: block;
  float: left;
}

#team .faceList .prev {
  background: url("/images/icon_nav_left01.png") no-repeat left center;
}

#team .faceList .next {
  background: url("/images/icon_nav_right01.png") no-repeat right center;
}

#team .faceList .pics {
  position: relative;
  width: 1100px;
  float: left;
  height: 180px;
  overflow: hidden;
}

#team .faceList .pics .filter_left,
#team .faceList .pics .filter_right {
  width: 86px;
  height: 150px;
  display: block;
  position: absolute;
  top: 18px;
  z-index: 8;
}

#team .faceList .pics .filter_left {
  left: 0;
  background: url("../images/filter_index_face_left.png");
}

#team .faceList .pics .filter_right {
  right: 0;
  background: url("../images/filter_index_face_right.png");
}

#team .faceList .face {
  width: 180px;
  height: 150px;
  position: absolute;
  top: 18px;
  opacity: 0.5;
  cursor: pointer;
}

#team .faceList .face.active {
  /*width: 216px;
                height: 180px;
                top: 0;
                opacity: 1;*/
}

#team .faceList .face img {
  width: 100%;
  height: 100%;
}

#team .teamUser {
  width: 1100px;
  margin: 0 auto;
}

#team .teamUser .name {
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 76px;
}

#team .teamUser .name span {
  color: #10a14a;
}

#team .teamUser .info {
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  height: 100px;
  overflow: hidden;
}

.news {
  width: 1100px;
  margin: 0 auto;
}

.news:after {
  clear: both;
  content: "\20";
  display: block;
}

.news .mTT {
  font-size: 36px;
  line-height: 66px;
  color: #333;
  font-weight: bolder;
  text-align: center;
}

.news .newsCate {
  width: 545px;
  float: left;
}

.news .newsCate .cTT {
  font-size: 24px;
  color: #1076a1;
  font-weight: bolder;
  background: url("../images/bg_news_ctt.jpg") no-repeat bottom;
  text-indent: 33px;
  height: 35px;
  line-height: 35px;
}

.news .newsCate .cTT .more {
  float: right;
  font-size: 18px;
  color: #1fade2;
}

.news .newsCate .newsList {
  margin: 0 33px 33px 33px;
}

.news .newsCate .newsList .hotNews {
  margin-top: 10px;
}

.news .newsCate .newsList .hotNews:after {
  display: block;
  content: "\20";
  clear: both;
}

.news .newsCate .newsList .hotNews .img {
  width: 170px;
  height: 135px;
  float: left;
  text-align: center;
}

.news .newsCate .newsList .hotNews .img img {
  width: 100%;
  height: 100%;
}

.news .newsCate .newsList .hotNews .img .fa {
  line-height: 135px;
  font-size: 80px;
}

.news .newsCate .newsList .hotNews .info {
  width: 280px;
  float: left;
  padding: 10px;
  height: 110px;
  overflow: hidden;
}

.news .newsCate .newsList .hotNews .info .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.news .newsCate .newsList .hotNews .info .title a:hover {
  text-decoration: underline;
}

.news .newsCate .newsList .hotNews .info .bd {
  font-size: 13px;
  line-height: 18px;
}

.news .newsCate .newsList .genNews {
  margin: 10px 0 0 5px;
}

.news .newsCate .newsList .genNews li {
  height: 25px;
  line-height: 25px;
}

.news .newsCate .newsList .genNews li a {
  font-size: 15px;
}

.news .newsCate .newsList .genNews li a:hover {
  text-decoration: underline;
}

.news .newsCate .newsList .genNews li a .time {
  float: right;
}

.news .newsCate .newsList .genNews li a span {
  display: block;
  max-width: 300px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.news .catesplit {
  width: 10px;
  height: 220px;
  content: "\20";
  background: url("../images/bg_newscate_split.png") no-repeat center;
  float: left;
}

.contacts {
  background: url("../images/bg_index_contact.png");
  padding-bottom: 80px;
}

.contacts:after {
  content: "\20";
  display: block;
  clear: both;
}

.contacts .mTT {
  text-align: center;
  height: 130px;
  color: #fff;
}

.contacts .leaveMsg {
  width: 450px;
  float: left;
}

.contacts .leaveMsg .row {
  margin-bottom: 6px;
  background: #fff;
  position: relative;
}

.contacts .leaveMsg .row.input {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.contacts .leaveMsg .row.input label {
  width: 100px;
  color: #808080;
  float: left;
  text-indent: 20px;
  cursor: pointer;
}

.contacts .leaveMsg .row.input input {
  width: 300px;
  height: 25px;
  border: none;
}

.contacts .leaveMsg .row.area {
  line-height: 40px;
  font-size: 14px;
}

.contacts .leaveMsg .row.area label {
  text-indent: 20px;
  cursor: pointer;
  color: #808080;
  width: 100%;
  display: block;
}

.contacts .leaveMsg .row.area textarea {
  margin: 0 20px;
  width: 410px;
  height: 80px;
  border: none;
  resize: none;
  overflow-y: auto;
}

.contacts .leaveMsg .row .error {
  position: absolute;
  right: 30px;
  top: 0;
  color: red;
}

.contacts .leaveMsg .action {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #f29400;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 8px;
}

.contacts .postions {
  margin-left: 180px;
  width: 450px;
  float: left;
}

.contacts .postions .row {
  color: #fff;
  margin: 2px;
}

.contacts .postions .row:after {
  content: "\20";
  display: block;
  clear: both;
}

.contacts .postions .row i {
  background: #10a14a;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 26px;
  display: block;
  float: left;
}

.contacts .postions .row span {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  margin-left: 25px;
  display: block;
  float: left;
}
/*********************************************修改样式*****************************************************/
#banner {
  margin-top: -1px;
  height: 752px;
  background: url(http://xiangyingsy.oss-cn-shanghai.aliyuncs.com/bg_banner_index.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 25px;
}

#banner .banner-top {
  height: 380px;
}

#banner .banner-bottom {
  /*overflow: hidden;*/
  /*width: 1100px;*/
  height: 400px;
  position: relative;
  margin: 10px auto;
}

#banner .banner-bottom .proContainer {
  width: 99999px;
  height: 100%;
}

.product .proList {
  /*width: 1100px;
    float: left;*/
}
.proList:after {
  content: "\20";
  display: block;
  clear: both;
}
.product .proList .proItem {
  width: 171px;
  min-height: 218px;
  float: left;
  margin: 0 25px;
}

#scroll_left2 .proItem:first-child {
  margin-left: 0px;
}

.product .proList .proItem .proPic {
  width: 165px;
  height: 218px;
  border-radius: 24px;
  border: 3px #fff solid;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /*background-image: url('../images/bg_indexProNode.png');*/
}

.product .proList .proItem .proPic .proCover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}

.product .proList .proItem .proPic img {
  width: 165px;
  height: 218px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.product .proList .proItem .proPic:hover img {
  width: 199px;
  height: 262px;
  left: -17px;
  top: -22px;
  /*transform: scale(1.1);*/
}

.product .proList .proItem .proPic:hover .proCover {
  display: none;
}

.product .proList .proItem .proName {
  width: 98%;
  height: 75px;
  margin: 0 auto;
  background: url(../images/bg-proName-top.png) no-repeat;
  padding-top: 27px;
  margin-top: 12px;
}

.product .proList .proItem .proName p {
  width: 100%;
  font-size: 24px;
  color: #012335;
  font-weight: bold;
  text-align: center;
}

#product {
  display: none;
}

#technology {
  height: 705px;
  /*background: url(/images/实验室_index_bg.png) no-repeat center;*/
}

.bottomContainer {
  width: 100%;
  position: relative;
}

.bottomContainer .contacts {
  background: none;
  background-color: rgba(120, 120, 120, 0.8);
}

.bottomContainer #map {
  position: absolute;
  width: 100%;
  height: 536px;
  top: 0;
  left: 0;
  z-index: -10;
}

.contacts .leaveMsg .row {
  margin-bottom: 0;
  background: #fff;
  position: relative;
  border-bottom: 1px #ddd solid;
}

.contacts .postions .row {
  color: #fff;
  margin: 1px;
}

.contacts .w1100 .bd {
  width: 100%;
  height: 305px;
}

.contacts .w1100 .mTT p:first-child {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 32px;
}

.contacts .w1100 .mTT p:last-child {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
#technology .tImg:nth-of-type(1) {
  top: 10px;
  left: 0px;
}
#technology .tImg:nth-of-type(2) {
  top: 10px;
  left: 300px;
  width: 484px;

}
#technology .tImg:nth-of-type(3) {
  top: 10px;
  left: 820px;
}
#technology .tImg:nth-of-type(4) {
  top: 220px;
  left: 0px;
}
#technology .tImg:nth-of-type(5) {
  top: 220px;
  left: 300px;
  width: 484px;

}
#technology .tImg:nth-of-type(6) {
  top: 220px;
  left: 820px;
}
#technology .tImg:nth-of-type(7) {
  top: 430px;
  left: 0px;
}
#technology .tImg:nth-of-type(8) {
  top: 430px;
  left: 300px;
  width: 484px;

}
#technology .tImg:nth-of-type(9) {
  top: 430px;
  left: 820px;
}
