.banner {
  margin-top: -5px;
}
/*.banner{
    padding: 0px;
    position: relative;
    height:320px;
}
.banner .picItem{
    height:320px;
    width:480px;
    background-color:#ccc;
    text-align:center;
    cursor:pointer;
    position: absolute;
    left: 437px;
    top: 85px;
    width: 219.504px;
    height: 146.336px;
    opacity: 0.46;
    z-index: 117;
    font-size: 5.5px;
}
.banner .picItem.roundabout-in-focus{
    cursor:default;

}
.banner .picItem img{
    display:block;
    padding-top:50px;

}*/
.bannerBtm {
  height: 13px;
  background: url("../images/bg_inside_banner_btm.png") no-repeat;
}

.MSPage {
  width: 1100px;
  margin: 0 auto;
  padding: 24px 0;
}

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

.mPage {
  width: 300px;
  float: left;
}

.mPage .npName {
  width: 100%;
  height: 56px;
  margin-top: 50px;
  background: url("../images/bg_npname.png") no-repeat;
  position: relative;
}

.mPage .npName .icon {
  font-size: 50px;
  position: absolute;
  left: 26px;
  top: -6px;
  font-weight: bolder;
}

.mPage .npName .name {
  position: absolute;
  left: 110px;
  top: 5px;
}

.mPage .npName .name i {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  display: block;
}

.mPage .npName .name span {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  display: block;
  color: #000000;
  /*font-family: '\9ED1\4F53';*/

  display: block;
}

.mPage .nav {
  padding: 25px 30px;
}

.mPage .nav li {
  color: #6c6c6c;
  font-size: 22px;
  text-indent: 20px;
  margin: 15px 0;
  cursor: pointer;
}

.mPage .nav li a {
  display: block;
  width: 100%;
  color: #6c6c6c;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.mPage .nav li:hover a {
  background: #7eb1dc;
  color: #fff;
}

.mPage .nav li.active a {
  background: #3180c4;
  color: #ffffff;
}

.sPage {
  width: 720px;
  padding: 10px 30px 30px 30px;
  margin-left: 15px;
  float: left;
  border: 1px solid #a4a4a4;
  max-height: 700px;
  overflow-y: auto;
}

.sPage .pageTT {
  font-size: 36px;
  border-bottom: 5px solid #000;
  margin-bottom: 12px;
}

.sPage .description {
  color: #333;
  line-height: 25px;
  font-size: 13px;
}

.sPage .description img {
  max-width: 100%;
}
/*NEWS*/
.sPage .newsList {
}

.sPage .newsList .row {
  height: 36px;
  line-height: 36px;
  padding-top: 8px;
  border-bottom: 1px dashed #9b9b9b;
}

.sPage .newsList .row .title {
  font-size: 16px;
  display: block;
  max-width: 500px;
  padding-right: 10px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.sPage .newsList .row .title:hover {
  text-decoration: underline;
}

.sPage .newsList .row .time {
  font-size: 12px;
  float: right;
  margin-right: 5px;
}

.sPage .newsInfo {
}

.sPage .newsInfo .newsMTT {
  font-size: 22px;
  border-bottom: 1px solid #9b9b9b;
  margin-top: 10px;
  padding-bottom: 8px;
  color: #1e5288;
  background: url("../images/bg_newsMTT.png") no-repeat 0px 5px;
  text-indent: 15px;
}

.sPage .newsInfo .newsMTT small {
  font-size: 12px;
  padding-left: 8px;
  font-weight: normal;
}

.sPage .newsInfo .info {
}

.sPage .newsInfo .info .title {
  font-size: 27px;
  padding: 10px 0;
  border-bottom: 1px dashed #9b9b9b;
}

.sPage .newsInfo .info .title h2 {
  text-align: center;
}

.sPage .newsInfo .info .title .note {
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 25px;
  height: 25px;
}

.sPage .newsInfo .info .description {
  border-bottom: 1px solid #a4a4a4;
  padding: 20px 0;
}

.sPage .newsInfo .info .action {
  padding: 15px 0 0px 0;
}

.sPage .newsInfo .info .action:after {
  content: "\20";
  display: block;
  clear: both;
}

.sPage .newsInfo .info .action .prev,
.sPage .newsInfo .info .action .next {
  width: 50%;
  float: left;
  color: #666666;
}

.sPage .newsInfo .info .action .prev:hover,
.sPage .newsInfo .info .action .next:hover {
  text-decoration: underline;
}

.sPage .newsInfo .info .action .next {
  text-align: right;
}
/*product*/
.sPage .productTT {
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 5px;
}

/*technical*/
.technical {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}

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

.technical .node {
  width: 350px;
  float: left;
  margin: 5px;
  position: relative;
}

.technical .node img {
  width: 100%;
  height: 300px;
  cursor: pointer;
}

.technical .node .name {
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 350px;
  background: url("../images/bg_technical_name.png");
  letter-spacing: 3px;
}

/*Talents*/
.talents {
}

#team {
  background: #f2f2f2;
}

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

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

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

#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 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 72px;
}

#team .faceList .face.active {
  /*-moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                transform: scale(1.2);*/
}

#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;
}

.talents .recruitment {
}

.recruitment .title {
  padding: 15px 0;
}

.recruitment .title h2 {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.recruitment .title p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
}

.recruitment .row {
  /* background: #75d2f5; */
  width: 1000px;
  margin: 25px auto;
  padding: 20px 50px;
  color: #000;
}

.recruitment .row .jobName {
  font-size: 24px;
  line-height: 40px;
}

.recruitment .row .Description {
  line-height: 25px;
  font-size: 15px;
}
/*contact*/
#baiduMap {
  width: 100%;
  height: 450px;
}

.contacts {
  padding-bottom: 80px;
  background: #3986aa;
}

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

.contacts .mTT {
  font-size: 40px;
  text-align: center;
  line-height: 130px;
  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;
}

.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;
}

.footTBar {
  width: 100%;
  height: 13px;
  background-image: url("../images/bg_inside_foot_btm.png");
  margin-bottom: -3px;
  margin-top: -1px;
}
/**********************************************修改样式********************************************/
/*联系我们*/
.contacts .leaveMsg .row {
  margin-bottom: 0px;
  border-bottom: 1px #ddd solid;
  background: #fff;
  position: relative;
}
.contacts .mTT {
  line-height: 0px;
}
.contacts .w1100 .bd {
  width: 100%;
  height: 305px;
}
.contacts .w1100 .mTT p:first-child {
  width: 100%;
  padding-top: 45px;
  height: 30px;
  text-align: center;
  font-size: 32px;
}
.contacts .w1100 .mTT p:last-child {
  width: 100%;
  text-align: center;
  font-size: 20px;
}
/*关于公司*/
.mPage .nav li {
  height: 30px;
  line-height: 30px;
  color: #6c6c6c;
  font-size: 20px;
  text-indent: 0px;
  text-align: center;
  margin: 15px 0;
  cursor: pointer;
}
.sPage .pageTT {
  font-size: 28px;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  font-family: "YouYuan";
}
/*产品中心*/
.mPage .nav li a {
  display: block;
  width: 100%;
  color: #6c6c6c;
  font-size: 17px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.sPage .productTT {
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 5px;
  font-family: "YouYuan";
  text-shadow: 5px 10px 40px #51a0c9;
}
.sPage .description {
  color: #333;
  line-height: 25px;
  font-size: 16px;
}
/*人才中心*/
#team .title {
  padding: 15px 0;
  background-color: #fff;
}
#team .title h2 {
  /*font-size: 36px; 
     line-height: 50px; 
     background: none; 
    text-align: center;
    padding: 6px;
    font: bold 39px/100% "Lucida Sans";
    text-transform: uppercase;
    color: #eee;
    text-shadow: 3px 3px 0 #ccc, 5px 5px 0 #eee;*/
  text-shadow: 5px -5px black, 4px -4px white;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
}
#team .title p {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
}
.recruitment .title h2 {
  /*font-size: 36px; 
     line-height: 50px; 
     background: none; 
    text-align: center;
    padding: 6px;
    font: bold 39px/100% "Lucida Sans";
    text-transform: uppercase;
    color: #eee;
    text-shadow: 3px 3px 0 #ccc, 5px 5px 0 #eee;*/
  text-shadow: 5px -5px black, 4px -4px white;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
}
.recruitment .title p {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  /*color: #ddd;*/
  color: #000;
}
