@charset "utf-8";

/**

深圳市国人伟业信息技术有限公司

*/

/*头部*/

.header {
  height: 80px;
}

.headerLogo {
  width: 410px;
}

.headerLogo img {
  height: 80px;
  display: block;
}

.headerNav {
  width: 555px;
  overflow: hidden;
}

.headerNav .menu1 {
  width: 600px;
}

.headerNav .menu1 > li {
  float: left;
  height: 80px;
  line-height: 110px;
  margin-right: 38px;
}

.headerNav .menu1 > li > a {
  display: block;
  width: 100%;
  text-align: center;
}

.headerNav .menu1 > li b {
  display: block;
  transition: all 0.5s;
  font-size: 12px;
  color: #bababa;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: normal;
}

.headerNav .menu1 > li span {
  display: block;
  font-size: 16px;
  color: #333333;
  margin-top: -3px;
  transition: all 0.5s;
}

.headerNav .menu1 > li > :hover span {
  color: #4863b4;
}

/*.headerNav .menu1>li>a:hover span,.headerNav .menu1>li>.current span{transform:translateY(-80%);color: #4765b2}

.headerNav .menu1>li>a:hover b,.headerNav .menu1>li>.current b{transform:translateY(60%);color: #4765b2;}*/

.headerNav .menu1 > li:nth-child(1) > a:hover b,
.headerNav .menu1 > li:nth-child(1) > a:hover span {
  transform: none;
}

.headerNav .menu1 > li > .curr span,
.headerNav .menu1 > li > .curr b {
  color: #4765b2;
}

.headerTel {
  height: 65px; /*background: url(/themes/Home/default/Public/images/telIco-a.png) no-repeat 30px center;*/
  padding-left: 80px;
  font-size: 14px;
  color: #bababa;
  line-height: 104px;
}

.headerTel .lagcn {
  font-size: 16px;
  color: #000;
}
.headerTel .lagen {
  font-size: 16px;
  color: #adabab;
}
.headerTel .lagen:hover {
  color: #303e69;
  transition: 0.5s all;
}
.headerTel em {
  margin: 0 10px;
}

/*广告*/

.banner {
  width: 100%;
  height: 920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner .bd {
  height: 920px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .hd {
  width: 100%;
  position: absolute;
  z-index: 999;
  left: 0;
  height: 16px;
  bottom: 20px;
}

.banner .hd ul {
  text-align: center;
}

.banner .hd ul li {
  display: inline-block;
  width: 25px;
  height: 5px;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}

.banner .hd ul li.on,
.banner .hd ul li:hover {
  background: #4765b2;
}

.banner .prev,
.banner .next {
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
}

.banner .prev {
  background: url(/themes/Home/default/Public/images/banner-pn.png) no-repeat left bottom;
  left: 5%;
}

.banner .next {
  background: url(/themes/Home/default/Public/images/banner-pn.png) no-repeat right bottom;
  right: 5%;
}

/*产品*/

.homeProd-hot {
  padding: 70px 0;
  background: url(/themes/Home/default/Public/images/hProd-bg1.jpg) no-repeat center center;
  height: 695px;
}

.homeProd-hot h3 {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 60px;
}

.homeProd-hot h3 span {
  display: block;
  font-size: 36px;
  color: #2c3b62;
  font-weight: normal;
  margin-top: 10px;
  position: relative;
}

.homeProd-hot h3 span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2c3b62;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
}

.homeProd-hot li {
  transition: all 0.5s;
  width: 380px;
  height: 264px;
  background-color: #fff;
  float: left;
}

.homeProd-hot li .hImg {
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  margin-top: 20px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.homeProd-hot li .txt {
  width: 150px;
  float: right;
  margin-top: 30px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.homeProd-hot li .txt h4 {
  color: #333333;
  font-weight: normal;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}

.homeProd-hot li .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.homeProd-hot li p:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #ababab;
  left: 0;
  top: -15px;
  transition: all 0.5s;
}

.homeProd-hot li .txt .more {
  display: block;
  width: 70px;
  height: 24px;
  border: 1px solid #c0c0c0;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  font-weight: 600;
  color: #aaaaaa;
  position: relative;
}

.homeProd-hot li a {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.homeProd-hot .li1 {
  width: 380px;
  height: 560px;
  background-color: #2c3b62;
  text-align: center;
  margin-right: 30px;
}

.homeProd-hot .li1 .pic {
  width: 100%;
  height: 340px;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.homeProd-hot li:hover:nth-child(1) .pic {
  transform: translateX(-10px);
}

.homeProd-hot .li1 h4 {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: 0;
  transition: all 0.5s;
  font-weight: normal;
}

.homeProd-hot .li1 p {
  width: 290px;
  margin: 20px auto;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.homeProd-hot .li1 p:after {
  background-color: #fff;
  left: 50%;
  margin-left: -17px;
  top: -10px;
}

.homeProd-hot .li1 .more {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  background: #ee772d;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: relative;
}

.homeProd-hot .li2 {
  margin-right: 30px;
  margin-bottom: 30px;
}

.homeProd-hot .li4 {
  margin-right: 30px;
}

.homeProd-hot li:hover .txt h4,
.homeProd-hot li:hover .txt p,
.homeProd-hot li:hover .txt .more {
  color: #fff;
}

.homeProd-hot li:hover .hImg,
.homeProd-hot li:hover .txt {
  top: -10px;
}

.homeProd-hot li:hover .txt .more {
  border: none;
}

.homeProd-hot li:hover .txt p:after {
  background-color: #fff;
}

.homeProd-hot li .more:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  transition: all 0.5s;
  opacity: 0;
}

.homeProd-hot li:hover .more:after {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
}

.homeProd-hot li:hover {
  background-color: #ee772d;
}

.homeProd-hot .li1:hover h4,
.homeProd-hot .li1:hover p {
  top: -10px;
}

.homeProd-bgA,
.homeProd-bgB {
  position: relative;
  height: 390px;
  text-align: center;
}

.homeProd-bgA img,
.homeProd-bgB img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

/*其他产品*/

.homeSwitch,
.homeProd-else {
  padding: 70px 0;
}

.homeSwitch .wrap,
.homeProd-else .wrap {
  position: relative;
}

.homeSwitch .wrap:before {
  content: "";
  position: absolute;
  width: 332px;
  height: 324px;
  background: url(/themes/Home/default/Public/images/hProd-pic1.jpg) no-repeat center center;
  left: -360px;
  top: 140px;
}

.homeProd-else .wrap:before {
  content: "";
  position: absolute;
  width: 317px;
  height: 346px;
  background: url(/themes/Home/default/Public/images/hProd-pic2.jpg) no-repeat center center;
  right: -360px;
  top: 70px;
}

.homeSwitch h3,
.homeProd-else h3 {
  font-weight: normal;
  font-size: 30px;
  color: #333333;
  margin-bottom: 30px;
}

.homeSwitch h3 span,
.homeProd-else h3 span {
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
  margin-bottom: 30px;
}

.homeSwitch h3 .more,
.homeProd-else h3 .more {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #ee772d;
  float: right;
  transition: all 0.5s;
}

.homeSwitch h3 .more:hover,
.homeProd-else h3 .more:hover {
  background-color: #2c3b62;
}

.homeSwitch-menu {
  overflow: hidden;
  margin-bottom: 30px;
}

.homeSwitch-menu a {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  float: left;
  text-align: center;
  transition: all 0.5s;
}

.homeSwitch-menu a:hover,
.homeSwitch-menu .on {
  background-color: #ee772d;
  color: #fff;
}

.hSwitch-left,
.hProdelse-left {
  display: block;
  width: 360px;
  height: 490px;
  float: left;
}

.hSwitch-right,
.hProdelse-right {
  width: 840px;
  float: left;
  height: 490px;
  overflow: hidden;
}

.hSwitch-wrap {
  height: 490px;
  overflow: hidden;
}

.hSwitch-right li,
.hProdelse-right li {
  width: 278px;
  height: 243px;
  border: 1px solid #e2e2e2;
  float: left;
  text-align: center;
  margin-left: -1px;
  margin-bottom: -1px;
}

.hSwitch-right li a,
.hProdelse-right li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hSwitch-right li .pic,
.hProdelse-right li .pic {
  height: 170px;
  margin: 20px 0 5px;
  position: relative;
  transition: all 0.5s;
}

.hSwitch-right li h4,
.hProdelse-right li h4 {
  font-weight: normal;
  font-size: 14px;
  color: #888888;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
}

.hSwitch-right li a:after,
.hProdelse-right li a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/themes/Home/default/Public/images/view-case.png) no-repeat center center;
  top: 20%;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.5s;
}

.hSwitch-right li a:before,
.hProdelse-right li a:before {
  content: attr(data-title);
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40px;
  color: #2c3b62;
  opacity: 0;
  transition: all 0.5s;
}

.hSwitch-right li:hover a:before,
.hProdelse-right li:hover a:before {
  bottom: 10px;
  opacity: 1;
}

.hSwitch-right li:hover a:after,
.hProdelse-right li:hover a:after {
  top: 35%;
  opacity: 1;
}

.hSwitch-right li:hover h4,
.hProdelse-right li:hover h4 {
  opacity: 0;
  top: 10px;
}

.hSwitch-right li:hover .pic,
.hProdelse-right li:hover .pic {
  transform: scale(1.2);
}

/*关于*/

.homeAbout {
  padding: 80px 0;
  background: url(/themes/Home/default/Public/images/habout-bg.jpg) no-repeat center center;
  height: 684px;
}

.homeAbout h3 {
  text-align: center;
  margin-bottom: 50px;
}

.homeAbout-main {
  padding: 40px;
  background-color: #fff;
  width: 1120px;
  margin: 0 auto;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}

.homeAbout-left {
  width: 560px;
  height: 330px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

/*.homeAbout-left:after{position: absolute;content: "";width: 64px;height: 64px;background: url(/themes/Home/default/Public/images/video-ico.png) no-repeat center center;left: 50%;margin-left: -32px;top: 50%;margin-top: -32px;}*/

.homeAbout-left img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.homeAbout-left:hover img {
  transform: scale(1.2);
}

.homeAbout-right {
  width: 520px;
}

.homeAbout-right h2 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 25px;
}

.homeAbout-right h2 span {
  display: block;
  font-size: 14px;
  color: #c4b6ad;
  text-transform: uppercase;
}

.homeAbout-right .txt {
  font-size: 14px;
  color: #888888;
  line-height: 30px;
  margin-bottom: 30px;
  height: 180px;
  overflow: hidden;
}

.homeAbout-right .more {
  display: block;
  width: 162px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #bbbbbb;
  text-align: center;
  font-size: 14px;
  color: #888888;
  transition: all 0.5s;
}

.homeAbout-right .more:hover {
  background-color: #ee772d;
  color: #fff;
  border-color: #ee772d;
}

.homeAbout-bot {
  clear: both;
  padding-top: 40px;
}

.homeAbout-bot ul {
  width: 1220px;
}

.homeAbout-bot li {
  width: 222px;
  height: 112px;
  float: left;
  border: 1px solid #e4e4e4;
  margin-left: -1px;
  padding-left: 120px;
  padding-right: 30px;
  position: relative;
  transition: all 0.5s;
}

.homeAbout-bot li:before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  height: 3px;
  background-color: #ee772d;
  top: -1px;
  transition: all 0.5s;
}

.homeAbout-bot li i {
  display: block;
  width: 74px;
  height: 74px;
  float: left;
  margin-left: -90px;
  background-position: center center;
  background-repeat: no-repeat;
}

.homeAbout-bot li a {
  display: block;
  width: 100%;
  height: 54px;
  font-size: 12px;
  color: #888888;
  line-height: 18px;
  padding-top: 20px;
  transition: all 0.5s;
}

.homeAbout-bot li h5 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.homeAbout-bot .li1 i {
  background-image: url(/themes/Home/default/Public/images/hAbout-ico1.png);
}

.homeAbout-bot .li2 i {
  background-image: url(/themes/Home/default/Public/images/hAbout-ico2.png);
}

.homeAbout-bot .li3 i {
  background-image: url(/themes/Home/default/Public/images/hAbout-ico3.png);
}

.homeAbout-bot li:hover a,
.homeAbout-bot li:hover a h5 {
  color: #ee772d;
}

.homeAbout-bot li:hover:before {
  left: 0;
  width: 100%;
}

.homeAbout-bot li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/*新闻*/

.homeNews {
  padding: 70px 0;
}

.homeNews .wrap {
  position: relative;
}

.homeNews .wrap:before {
  content: "";
  position: absolute;
  width: 307px;
  height: 382px;
  background: url(/themes/Home/default/Public/images/hProd-pic3.jpg) no-repeat center center;
  left: -360px;
  top: 0px;
}

.homeNews h3 {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 60px;
}

.homeNews h3 span {
  display: block;
  font-size: 36px;
  color: #2c3b62;
  font-weight: normal;
  margin-top: 10px;
  position: relative;
}

.homeNews h3 span:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #2c3b62;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
}

.homeNews-left {
  width: 660px;
}

.homeNews-left li {
  height: 110px;
  transition: all 0.5s;
  margin-bottom: 40px;
}

.homeNews-left li .pic {
  display: block;
  width: 113px;
  height: 110px;
  float: left;
  margin-right: 25px;
  transition: all 0.5s;
}

.homeNews-left li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.homeNews-left li .txt {
  font-size: 14px;
  color: #888888;
  transition: all 0.5s;
  position: relative;
  left: 0;
}

.homeNews-left li .time {
  display: block;
  font-size: 30px;
  color: #333333;
  margin-bottom: 5px;
}

.homeNews-left li .time b {
  font-size: 16px;
  color: #888888;
  font-weight: normal;
}

.homeNews-left li h5 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 5px;
}

.homeNews-left li:hover {
  box-shadow: 0 0 22px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
}

.homeNews-left li:hover .pic,
.homeNews-left li:hover .txt {
  transform: scale(0.88);
}

.homeNews-left li:hover .txt {
  left: -30px;
}

.homeNews-left li:hover h5 {
  color: #2d3b5e;
}

.homeNews-right {
  width: 500px;
  height: 420px;
  overflow: hidden;
}

.homeNews-right li {
  width: 500px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.homeNews-right li img {
  display: block;
  width: 100%;
  height: 100%;
}

.homeNews-right li h5 {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  background: rgba(45, 59, 94, 0.9);
  color: #fff;
  font-size: 16px;
  color: #fff;
  bottom: 0;
  font-weight: normal;
  text-align: center;
}

.homeNews-right li .time {
  position: absolute;
  width: 70px;
  height: 50px;
  background-color: #ee772d;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 28px;
  padding: 20px 10px;
}

.homeNews-right li .time b {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}

.homeNews .more {
  display: block;
  width: 162px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #bbbbbb;
  text-align: center;
  font-size: 14px;
  color: #888888;
  transition: all 0.5s;
  clear: both;
  margin: 0 auto;
}

.homeNews .more:hover {
  background-color: #ee772d;
  color: #fff;
  border-color: #ee772d;
}

/*关于巅峰国际官网专题页*/

.pageTopic {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}

.pageTopic span {
  display: block;
  font-size: 12px;
  color: #888888;
  margin-top: 5px;
}

.pageAbout {
  padding: 80px 0;
}

.pageAbout .aboutPic {
  display: block;
  width: 600px;
  height: 350px;
  float: left;
}

.pageAbout .aboutTxt {
  width: 550px;
  float: right;
}

.pageAbout .aboutTxt h2 {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 20px;
}

.pageAbout .aboutTxt h2 span {
  text-transform: uppercase;
  font-size: 12px;
  color: #888888;
  display: block;
}

.pageAbout .aboutTxt .txt {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.pageAbout .aboutTxt .txt:first-letter {
  font-size: 26px;
}

.pageCult {
  padding: 80px 0;
  background-color: #f0f0f0;
}

.pageCult ul {
  width: 1240px;
}

.pageCult li {
  width: 380px;
  float: left;
  margin-right: 30px;
  transition: all 0.5s;
}

.pageCult li .pic {
  display: block;
  height: 250px;
  overflow: hidden;
}

.pageCult li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pageCult li .txt {
  background-color: #fff;
  padding: 25px 30px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  height: 90px;
}

.pageCult li .txt h5 {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 10px;
}

.pageCult li:hover img {
  transform: scale(1.2);
}

.pageCult li:hover h5 {
  color: #2c3b62;
}

.pageCult li:hover {
  box-shadow: 0 0 22px 10px rgba(0, 0, 0, 0.1);
}

.pageCult .cult4,
.pageCult .cult5 {
  width: 585px;
  margin-top: 30px;
}

.pageCult .cult4 .pic,
.pageCult .cult4 .pic {
  height: 250px;
}

.pageHonor {
  padding: 80px 0;
}

.pageHonor ul {
  width: 1500px;
}

.pageHonor .hot,
.pageHonor .list {
  overflow: hidden;
}

.pageHonor .hot li {
  width: 582px;
  height: 408px;
  margin-right: 40px;
  float: left;
  position: relative;
  margin-bottom: 40px;
}

.pageHonor .hot li img,
.pageHonor .list li img {
  display: block;
  width: 100%;
  height: 100%;
}

.pageHonor .hot li span {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  line-height: 50px;
  bottom: 0;
  color: #fff;
  background: rgba(45, 59, 94, 0.9);
  font-size: 16px;
  text-align: center;
  transition: all 0.5s;
}

.pageHonor .hot li:hover span {
  height: 50px;
}

.pageHonor .list li {
  width: 212px;
  height: 300px;
  margin-right: 35px;
  float: left;
  position: relative;
}

.pageHonor .list li span {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  line-height: 40px;
  bottom: 0;
  color: #fff;
  background: rgba(45, 59, 94, 0.9);
  font-size: 12px;
  text-align: center;
  transition: all 0.5s;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pageHonor .list li:hover span {
  height: 40px;
}

.pageSett {
  padding-bottom: 80px;
}

.pageSett ul {
  width: 1240px;
}

.pageSett li {
  width: 380px;
  margin-right: 30px;
  float: left;
}

.pageSett li .pic {
  display: block;
  height: 250px;
  overflow: hidden;
}

.pageSett li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.pageSett li:hover .pic img {
  transform: scale(1.2);
}

.pageSett li .tit {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  transition: all 0.5s;
}

.pageSett li:hover .tit {
  background-color: #2c3b62;
  color: #fff;
}

/*底部*/

.footer {
  background: #2c3b62;
  color: #979cac;
  padding: 60px 0 10px 0;
}

.footer .footLeft {
  width: 650px;
  overflow: hidden;
}

.footer .footLeft dl {
  text-align: left;
  float: left;
  width: 130px;
  margin-right: 30px;
}

.footer .footLeft dl dt {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: normal;
  position: relative;
}

.footer .footLeft dl dt:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -15px;
}

.footer .footLeft dl dd a {
  font-size: 14px;
  color: #979cac;
}

.footer .footLeft dl dd a:hover {
  color: #fff;
}

.footer .footCenter {
  width: 240px;
}

.footer .foot-tel {
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.footer .foot-tel:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 40px;
}

.footer .footLeft dl dd a {
  font-size: 14px;
  color: #979cac;
}

.footer .foot-tel span {
  display: block;
  font-size: 36px;
  margin-top: 30px;
}

.footer .footContact {
  font-size: 12px;
}

.footer .footRight {
  width: 100px;
  overflow: hidden;
  text-align: center;
  margin-left: 10px;
}

.footer .footRight img {
  width: 100px;
  height: 100px;
}

.footer .footRight span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.footBot {
  clear: both;
  height: 60px;
  line-height: 60px;
}

.footBot a {
  color: #979cac;
}

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

.foot-link {
  background: #26355c;
  color: #fff;
  padding: 10px 0 10px;
}

.foot-link a {
  color: #979cac;
  margin-right: 15px;
  font-size: 12px;
}

.foot-link a:hover {
  color: #fff;
}

/* 内页公用 */

.listBanner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 250px;
}

.listBanner img {
  display: block;
  height: 250px;
}

.listWrapper {
  padding: 40px 0 50px 0;
  overflow: hidden;
}

.pageWrapper {
  padding: 40px 0 50px 0;
}

.location {
  background: url(/themes/Home/default/Public/images/location_icon.png) no-repeat left center;
  padding-left: 20px;
  color: #666666;
}

.breadCrumb {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dadada;
  background: #fff;
}

.breadCrumb p {
  background: url("/themes/Home/default/Public/images/location_icon.png") no-repeat left center;
  padding-left: 20px;
}

.breadCrumb .back {
  float: right;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 5px;
  background: #999;
  color: #fff;
  margin-top: 10px;
}

.breadCrumb .back:hover {
  background: #2c3b64;
  transition: all 0.3s;
}

/* 内页公用菜单 */

.listMenu {
  height: 60px;
  line-height: 60px;
  background-color: #e7e7e7;
}

.listMenu .menuWrap a {
  display: block;
  float: left;
  font-size: 16px;
  position: relative;
  color: #333;
  width: 120px;
  text-align: center;
  z-index: 0;
}

.listMenu .menuWrap a:before {
  content: "";
  position: absolute;
  top: 0;

  left: 0;
  width: 100%;
  height: 100%;
  background: #2c3b64;
  z-index: -1;
  opacity: 0;

  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.listMenu .menuWrap a:hover:before,
.listMenu .menuWrap a.current:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.listMenu .menuWrap a.current,
.listMenu .menuWrap a:hover {
  color: #fff;
}

.menuSub {
  background: url(/themes/Home/default/Public/images/pNav-bg.jpg) repeat;
}

.menuSub .menuNav {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}

.menuSub .menuNav .grWidth {
  height: 180px;
  overflow: hidden;
}

.menuSub .menuNav ul {
  font-size: 0;
  text-align: center;
}

.menuSub .menuNav li {
  display: inline-block;
  width: 140px;
  margin-right: 50px;
}

.menuSub .menuNav li .pic {
  display: block;
  width: 100%;
  height: 140px;
}

.menuSub .menuNav li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.menuSub .menuNav li .tit {
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.menuSub .menuNav li:hover .tit {
  color: #2c3b64;
}

.menuSub .menuNav li:hover .pic img {
  transform: scale(1.1);
}

.menuSub .menuNav .prev,
.menuSub .menuNav .next {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #2c3b64;
  top: 50%;
  margin-top: -15px;
  transition: all 0.5s;
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
}

.menuSub .menuNav .prev {
  left: 0;
  background-image: url(/themes/Home/default/Public/images/navTab-icol.png);
}

.menuSub .menuNav .next {
  right: 0;
  background-image: url(/themes/Home/default/Public/images/navTab-icor.png);
}

.menuSub .menuNav .prev:hover,
.menuSub .menuNav .next:hover {
  background-color: #ed772d;
}

/*  案例列表 */

.caseList li {
  float: left;
  width: 385px;
  margin-right: 23px;
  margin-bottom: 25px;
  box-shadow: 0 0 4px 1px #ccc;
}

.caseList li .pImg {
  display: block;
  height: 294px;
  overflow: hidden;
  position: relative;
}

.caseList li .pImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.caseList li:hover .pImg img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.caseList li .txt {
  font-size: 12px;
  color: #fff;
  background: #2c3b64;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 294px;
  padding: 15px;
  line-height: 22px;
  transition: all 0.5s;
}

.caseList li:hover .txt {
  top: 190px;
}

.caseList li .txt span {
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

.caseList li h5 {
  height: 50px;
  line-height: 50px;
  text-indent: left;
  padding: 0 15px;
  color: #333;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: normal;
  background: url(/themes/Home/default/Public/images/see1.png) no-repeat 350px center;
}

/*  案例详情 */

.caseShow .main {
  width: 900px;
}

.caseShow .caseRight {
  width: 230px;
}

.caseShow .caseRight h3 {
  font-size: 18px;
  color: #444444;
  border-left: 4px solid #2c3b64;
  padding-left: 15px;
  margin: 15px 15px 15px -15px;
  font-weight: normal;
  line-height: 20px;
}

.caseShow .caseFont {
  font-size: 14px;

  color: #b0b0b0;

  border-top: 1px dotted #cdcdcd;

  padding: 10px 0;

  display: block;
}

.caseShow .caseFont span {
  display: block;

  font-weight: bold;

  color: #202020;

  padding-top: 20px;
}

.caseShow .caseFont .more {
  border: 1px solid #d4d4d4;

  text-align: center;

  color: #b0b0b0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

  font-size: 14px;

  line-height: 48px;

  display: block;

  margin-top: 20px;
}

.caseShow .caseFont .more:hover {
  background: #2c3b64;

  border-color: #2c3b64;

  color: #fff;
}

.caseShow .main h2 {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #cdcdcd;
}

.caseShow .main .pic {
  text-align: center;
}

.caseContent {
  padding-top: 30px;
}

.caseContent h6 {
  font-size: 16px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #2c3b64;
  margin-bottom: 20px;
}

.caseContent h6 span {
  display: block;
  width: 100px;
  text-align: center;
  background: #2c3b64;
}

/*相关案例*/

.recommend_case {
  margin-bottom: 15px;
}

.recommend_case .left_title {
}

.recommend_slide {
  height: 566px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #d4d4d4;
  background: #fff;
  margin-top: 20px;
}

.recommend_case li {
  width: 206px;
  overflow: hidden;
  margin-bottom: 5px;
}

.recommend_case li img {
  width: 198px;
  height: 144px;
  border: 1px solid #ddd;
  padding: 2px;
}

.recommend_case li span {
  height: 26px;
  line-height: 26px;
  position: relative;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend_case li:hover img {
  border: 1px solid #2c3b64;
}

/*案例广告*/

.mod18 {
  width: 840px;
  position: relative;
}

.mod18 .btn {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}

.mod18 .prev {
  left: 10px;
  background: url(/themes/Home/default/Public/images/prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop {
  top: 220px;
  width: 32px;
  height: 48px;
}

.mod18 #prev,
.mod18 #next {
  top: 570px;
  width: 10px;
  height: 16px;
}

.mod18 #prevTop {
  background: url(/themes/Home/default/Public/images/prevBtnTop.png) 0 0 no-repeat;
}

.mod18 #nextTop {
  background: url(/themes/Home/default/Public/images/nextBtnTop.png) 0 0 no-repeat;
}

.mod18 .next {
  right: 10px;
  background: url(/themes/Home/default/Public/images/nextBtn.png) no-repeat;
}

.mod18 li {
  float: left;
}

.mod18 .cf li {
  position: relative;
  color: #fff;
}

.mod18 .picBox {
  width: 687px;
  height: 515px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.mod18 .picBox ul {
  height: 515px;
  position: absolute;
  left: 0;
}

.mod18 .picBox li {
  width: 687px;
  height: 515px;
  text-align: center;
}

.mod18 .listBox {
  width: 760px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  padding-top: 15px;
  overflow: hidden;
}

.mod18 .listBox ul {
  height: 88px;
  position: absolute;
}

.mod18 .listBox li {
  width: 190px;
  height: 80px;
  cursor: pointer;
  position: relative;
  padding: 5px 0 0 0;
}

.mod18 .listBox li i {
  display: none;
}

.mod18 .listBox li a {
  display: block;
  width: 190px;
  height: 80px;
}

.mod18 .listBox img {
  border: 3px solid #dcdcdc;
  width: 170px;
  height: 80px;
}

.mod18 .listBox .on img {
  border: 3px solid #f59600;
}

.left {
  width: 840px;
  float: left;
  padding-bottom: 34px;
}

.left_top {
  font-family: Arial;
  font-size: 32px;
  color: #fff;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #333;
}

/* 风采展示 */

.partnerList,
.honorList,
.settingList,
.newsList,
.appList,
.newsList,
.downList {
  width: 1200px;
  overflow: hidden;
}

.caseList ul,
.partnerList ul,
.honorList ul,
.settingList ul,
.downList ul,
.clientList ul,
.newsList2 ul {
  width: 1240px;
}

.settingList ul li {
  width: 280px;
  float: left;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
}

.settingList ul li img {
  display: block;
  width: 270px;
  height: 190px;
  padding: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  transition: all 0.5s;
}

.settingList ul li img:hover {
  border: 1px solid #2c3b64;
  background: #2c3b64;
}

.settingList ul li span {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* 荣誉证书 */

.honorList li {
  width: 286px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 4px;
  transition: all 0.5s;
}

.honorList li img {
  height: 200px;
  max-width: 285px;
}

.honorList li:hover {
  border: 1px solid #2c3b64;
}

.honorList li span {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.honorList li:hover span {
  color: #ef762d;
}

/* 合作伙伴 */

.partnerList li {
  float: left;
  width: 220px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.partnerList li img {
  width: 210px;
  height: 90px;
  background: #e5e5e5;
  padding: 4px;
  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}

.partnerList li span {
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*实力列表*/

.strenList ul {
  width: 1250px;
}

.strenList li {
  width: 279px;
  margin-right: 28px;
  position: relative;
  margin-bottom: 30px;
  float: left;
  transition: all 0.5s;
}

.strenList li .pic {
  height: 154px;
  display: block;
  overflow: hidden;
  position: relative;
}

.strenList li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: block;
}

.strenList li:hover img {
  transform: scale(1.2);
}

.strenList li p {
  padding: 20px 10px;
  transition: all 0.5s;
  position: relative;
  left: 0;
}

.strenList li p .tit {
  font-size: 14px;
  color: #333333;
  display: block;
}

.strenList li p .time {
  font-size: 12px;
  color: #999999;
  display: block;
}

.strenList li:after {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  height: 2px;
  background-color: #ed772d;
  transition: all 0.5s;
  bottom: 0px;
}

.strenList li:hover:after {
  width: 100%;
  left: 0;
}

.strenList li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.strenList li:hover p {
  left: 15px;
}

/* 新闻列表 */

.newsList li {
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  height: 250px;
  overflow: hidden;
}

.newsList li .pic {
  width: 300px;
  height: 250px;
  float: left;
  position: relative;
  overflow: hidden;
}

.newsList li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.newsList li:hover img {
  transform: scale(1.2);
}

.newsList li .pic .time {
  position: absolute;
  width: 110px;
  height: 60px;
  right: 0;
  bottom: 0;
  background: #2c3b64;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
}

.newsList li .pic .time strong {
  display: block;
  font-size: 26px;
  border-top: 1px solid #fff;
  padding-top: 8px;
  margin-top: 5px;
}

.newsList li .txt {
  width: 860px;
  height: 170px;
  padding: 40px 0;
  float: right;
}

.newsList li .txt p {
  padding-bottom: 20px;
  border-bottom: 1px dotted #dadada;
  margin-bottom: 30px;
}

.newsList li .txt h4 {
  font-size: 18px;
  font-weight: normal;
  color: #343434;
  margin-bottom: 20px;
}

.newsList li:hover .txt h4 {
  color: #2c3b64;
}

.newsList li:hover .time {
  background: #ed772d;
}

.newsList li .txt .more {
  background: url(/themes/Home/default/Public/images/news-link-ico.png) no-repeat left center;
  padding-left: 25px;
}

.newsList li:hover .txt .more {
  color: #ed772d;
}

/* 常见问题 */

.faqList li {
  position: relative;
  margin-bottom: 30px;
  border-left: 3px solid #ed772d;
}

.faqList li:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
  background: #ed772d;
  pointer-events: none;
}

.faqList li h3:before,
.faqList li h3:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 23px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background: #fff;
}

.faqList li h3:before {
  width: 2px;
  height: 16px;
  top: 19px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faqList li.act h3:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: transparent\0;
}

.faqList li h3 {
  position: relative;
  padding: 0 60px;
  background-color: #f3f3f3;
  line-height: 54px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
  color: #333;
  background-image: url(/themes/Home/default/Public/images/faq.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
}

.faqList li div {
  display: none;
  padding: 25px 60px;
  line-height: 25px;
  color: #7c7c7c;
  -webkit-animation: fadeIn 0.5s ease-out 0.2s both;
  animation: fadeIn 0.5s ease-out 0.2s both;
}

.faqList li div {
  background: url(/themes/Home/default/Public/images/faq.png) no-repeat 20px -155px;
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 新闻详细样式 */

.articleShow {
  overflow: hidden;
}

.pictureShow {
  width: 890px;
}

.articleBox1 .title {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: normal;
}

.articleBox1 .p1 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  color: #333;
}

.detailLeft .p1,
.picShow .p1 {
  border-bottom: 1px dotted #adadad;
}

.articleBox1 .p1 span {
  margin-right: 15px;
}

.review {
  background: #f7f7f7 url(../images/nShow_icon.png) no-repeat left top;
  padding: 15px 15px 10px 15px;
  border: 1px dotted #adadad;
  border-right: none;
  border-left: none;
  text-indent: 2em;
  font-size: 14px;
  color: #333;
}

.fontResizer a {
  padding: 0 5px;
}

.article_key {
  background: #f7f7f7 url(../images/nShow_icon2.png) no-repeat 15px 7px;
  color: #adadad;
  margin-bottom: 20px;
  padding-left: 35px;
  line-height: 28px;
}

.fontsizebox {
  padding-bottom: 40px;
  border-bottom: 1px dotted #adadad;
  font-size: 13px;
  color: #424242;
}

.curFont {
  color: #0180d4;
}

.detailShare {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px dotted #adadad;
}

.detailShare span {
  border-left: 1px dotted #adadad;
  padding: 0 15px;
}

.detailShare span.date {
  margin-left: 15px;
}

.detail_fenx {
  font-size: 14px;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px dotted #adadad;
  padding-bottom: 10px;
}

.detail_fenx div {
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail_fenx div a:hover {
  color: #2c3b64;
}

.relatedNews_font {
  overflow: hidden;
  font-size: 13px;
  margin-top: 15px;
}

.relatedNews_font ul {
  width: 1220px;
}

.relatedNews_font ul li {
  float: left;
  padding-right: 50px;
  width: 558px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
}

.relatedNews_font ul li a {
  display: block;
  width: 400px;
  line-height: 40px;
  background: url(/themes/Home/default/Public/images/ly_li.png) no-repeat left center;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.relatedNews_font ul li a:hover {
  color: #2c3b64;
}

.relatedNews_font ul li span {
  float: right;
  color: #999;
}

.detailRight {
  width: 280px;
  overflow: hidden;
}

.rightDesign,
.rightRelated,
.rightCase,
.rightLabel {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.rTitle {
  height: 39px;
  line-height: 39px;
  background: url(/themes/Home/default/Public/images/r_title.jpg) repeat-x;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding-left: 10px;
}

.rightDesign .main {
  background: #fff;
  padding: 10px;
}

.rightDesign .main .p1 {
  font-size: 14px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}

.rightDesign .main input {
  display: block;
  height: 38px;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 0 10px;
  width: 238px;
  margin-bottom: 10px;
  font-size: 14px;
}

.rightDesign .main .sub {
  height: 40px;
  line-height: 40px;
  border: none;
  background: #02a2ee;
  color: #fff;
  text-align: center;
  transform: all 0.3s;
  cursor: pointer;
  width: 258px;
  padding: 0;
  margin-bottom: 5px;
  font-family: "微软雅黑";
}

.rightDesign .main input:focus {
  border: 1px solid #02a2ee;
}

.rightDesign .main .sub:focus,
.rightDesign .main .sub:hover {
  background: #333;
  border: none;
}

.rightRelated .main {
  padding: 10px;
}

.rightRelated .main img {
  width: 254px;
  padding: 2px;
  border: 1px solid #ececec;
  margin-bottom: 10px;
}

.rightRelated .main li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dotted #a7a7a7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rightRelated .main li a {
  background: url(/themes/Home/default/Public/images/ly_li.png) no-repeat 5px center;
  padding-left: 15px;
}

.rightRelated .main li:last-child {
  border-bottom: none;
}

.rightRelated .mainCp {
  padding: 10px;
}

.rightRelated .mainCp .bd {
  width: 258px;
  height: 579px;
  overflow: hidden;
}

.rightRelated .mainCp .bd li,
.rightDesign .mainCp .bd li a {
  display: block;
  width: 258px;
  height: 183px;
  overflow: hidden;
  position: relative;
}

.rightRelated .mainCp .bd li {
  margin-bottom: 10px;
}

.rightRelated .mainCp .bd li h3 {
  width: 228px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: url(/themes/Home/default/Public/images/tmb.png);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 0 15px;
}

.relatedTitle {
  height: 30px;
  border-bottom: 1px dotted #adadad;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
}

/* 人才招聘  */

.jobTop {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  height: 295px;
}

.jobTop .main {
  float: right;
  width: 560px;
}

.jobTop .main .font {
  height: 190px;
  overflow: hidden;
  line-height: 28px;
}

.jobTop .main .p1 {
  padding-top: 15px;
  font-size: 16px;
  color: #333;
}

.jobTop .main .p1 a {
  color: #ed772d;
}

.jobTop .main .p1 a:hover {
  text-decoration: underline;
}

.jobTop .more {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  background: #ed772d;
  margin-top: 15px;
  transition: all 0.5s;
}

.jobTop .more:hover {
  background: #2c3b64;
}

.jobList li {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 30px 0 28px;
}

.jobList li .icon {
  display: block;
  width: 35px;
  height: 35px;
  background: #434343 url("../images/gicon19.png") no-repeat center center;
  position: absolute;
  right: 28px;
  top: 36px;
  cursor: pointer;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50%;
}

.jobList li h3 {
  width: 158px;
  float: left;
  color: #2c3b64;
  font-size: 16px;
  font-weight: normal;
  background: url("/themes/Home/default/Public/images/jobIcon1.png") no-repeat;
  padding-top: 85px;
}

.jobList li .inner {
  padding-left: 158px;
  font-size: 14px;
  color: #888;
  line-height: 27px;
}

.jobList li .txt {
  padding-top: 30px;
  display: none;
}

.jobList li h4 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.jobList li h5 {
  color: #ed772d;
  font-size: 14px;
  margin-top: 30px;
  font-weight: normal;
}

.jobList .more {
  display: block;
  padding-left: 20px;
}

.jobList li.on .txt {
  display: block;
}

.jobList li.on .more {
  display: none;
}

.jobList li.on .icon {
  background: #ef762d url("../images/gicon18.png") no-repeat center center;
  border-radius: 50%;
}

/*  产品列表 */

.productList {
  overflow: hidden;
}

.productList ul {
  width: 1240px;
}

.productList li {
  float: left;
  width: 280px;
  margin-right: 24px;
  margin-bottom: 25px;
  border: 1px solid #d8d8d8;
  height: 300px;
  text-align: center;
}

.productList li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.productList li a .pic {
  height: 220px;
  margin: 20px 0 5px;
  position: relative;
  transition: all 0.5s;
}

.productList li h4 {
  font-weight: normal;
  font-size: 14px;
  color: #888888;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
}

.productList li a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/themes/Home/default/Public/images/view-case.png) no-repeat center center;
  top: 20%;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.5s;
}

.productList li a:before {
  content: attr(data-title);
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40px;
  color: #2c3b62;
  opacity: 0;
  transition: all 0.5s;
}

.productList li:hover a:before {
  bottom: 10px;
  opacity: 1;
}

.productList li:hover a:after {
  top: 35%;
  opacity: 1;
}

.productList li:hover h4 {
  opacity: 0;
  top: 10px;
}

.productList li:hover .pic {
  transform: scale(1.15);
}

/*  产品详情*/

.pageProbg {
  background: #fff;
  padding: 70px;
  width: 1060px;
  margin: 0 auto;
  box-shadow: 0 0 2px 1px #dadada;
}

.prodPic {
  width: 560px;
}

.prodPic .big {
  width: 435px;
  height: 435px;
  position: relative;
  z-index: 1;
  float: right;
  border: 1px solid #e3e3e3;
}

.prodPic .big a {
  width: 435px;
  height: 435px;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.prodPic .big a img {
  vertical-align: middle;
  max-width: 435px;
  max-height: 398px;
}

.prodPic .big a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomMask {
  position: absolute;
  background: url(/themes/Home/default/Public/images/mask.png);
  cursor: move;
  z-index: 1;
}

.prodPic .list {
  width: 112px;
  height: 436px;
  overflow: hidden;
  position: relative;
  float: left;
}

.prodPic .list a.prev,
.prodPic .list a.next {
  display: block;
  width: 107px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/themes/Home/default/Public/images/anus.jpg) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.prodPic .list a.next {
  top: auto;
  bottom: 0;
  background-position: 0 -50px;
}

.prodPic .list a.prev:hover {
  background-position: 0 -25px;
}

.prodPic .list a.next:hover {
  background-position: 0 -75px;
}

.prodPic .list .thumb {
  position: relative;
  width: 112px;
  height: 370px;
  overflow: hidden;
  top: 33px;
}

.prodPic .list .thumb ul {
  position: absolute;
  height: 99999px;
}

.prodPic .list .thumb ul li {
  background: none;
  float: left;
  width: 107px;
  height: 95px;
  position: relative;
}

.prodPic .list .thumb ul li a {
  display: block;
  width: 103px;
  height: 75px;
  border: 2px solid #e3e3e3;
  text-align: center;
  background: #fff;
}

.prodPic .list .thumb ul li img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.prodPic .list .thumb ul li a em {
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  right: -5px;
  top: 35px;
}

.prodPic .list .thumb ul li a.selected {
  border-color: #f59600;
}

.prodPic .list .thumb ul li a.selected em {
  background: url(/themes/Home/default/Public/images/jt.png) no-repeat;
}

/* 产品右侧简介样式 */

.proshow_synopsis {
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
  padding: 19px;
  width: 470px;
  color: #666;
  font-size: 13px;
  line-height: 30px;
  height: 396px;
  border-radius: 3px;
}

.proshow_synopsis .title {
  font-size: 24px;
  color: #2c3b64;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-weight: normal;
  padding-bottom: 10px;
}

.proshow_synopsis strong {
  color: #333;
  font-weight: normal;
}

.proshow_synopsis .font {
  line-height: 24px;
  overflow: hidden;
  height: 150px;
  margin-bottom: 15px;
}

.prodcut-tel {
  padding-left: 50px;
  margin-bottom: 20px;
  line-height: 26px;
  background: url("/themes/Home/default/Public/images/p_icon.png") no-repeat left center;
}

.prodcut-tel span {
  font-family: arial;
  font-size: 24px;
  color: #2c3b64;
  display: block;
}

.proshow_synopsis .btn a {
  display: inline-block;
  width: 170px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4b4b4b url(../images/proshow_icon1.png) no-repeat 20px 14px;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
}

.proshow_synopsis .btn .a02 {
  background: #f59600 url(../images/proshow_icon2.png) no-repeat 20px 13px;
  margin-left: 25px;
}

.proshow_synopsis .btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=50);
  transition: all 0.3s;
}

/* 产品说明标签切换样式 */

.gr-tab-list {
  overflow: hidden;
  margin-top: 40px;
}

.gr-tab-list .hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.gr-tab-list .hd li {
  width: 150px;
  float: left;
  text-align: center;
  background: #eee;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.gr-tab-list .hd li.on {
  background: #2c3b64;
  color: #fff;
}

.gr-tab-list .bd {
  overflow: hidden;
  padding-top: 15px;
}

.gr-tab-list .hd li.on::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 70px;
  border: 6px solid transparent;
  border-top-color: #2c3b64;
}

/* 相关产品样式 */

.relatedPro {
  margin-bottom: 30px;
  overflow: hidden;
}

.relatedPro .tie {
  height: 40px;
  line-height: 40px;
  background: #eee;
  color: #2c3b64;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0;
}

.relatedPro .tie span {
  padding: 0 30px;
  background: #2c3b64;
  display: inline-block;
  color: #fff;
}

.relatedPro ul {
  width: 1240px;
  margin-top: 20px;
}

.relatedPro li {
  float: left;
  width: 280px;
  margin-right: 24px;
  margin-bottom: 25px;
  border: 1px solid #d8d8d8;
  height: 300px;
  text-align: center;
}

.relatedPro li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.relatedPro li a .pic {
  height: 220px;
  margin: 20px 0 5px;
  position: relative;
  transition: all 0.5s;
}

.relatedPro li h4 {
  font-weight: normal;
  font-size: 14px;
  color: #888888;
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
}

.relatedPro li a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/themes/Home/default/Public/images/view-case.png) no-repeat center center;
  top: 20%;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.5s;
}

.relatedPro li a:before {
  content: attr(data-title);
  z-index: 2;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 40px;
  color: #2c3b62;
  opacity: 0;
  transition: all 0.5s;
}

.relatedPro li:hover a:before {
  bottom: 10px;
  opacity: 1;
}

.relatedPro li:hover a:after {
  top: 35%;
  opacity: 1;
}

.relatedPro li:hover h4 {
  opacity: 0;
  top: 10px;
}

.relatedPro li:hover .pic {
  transform: scale(1.15);
}

/* 采购表单样式 */

.orderBox {
  padding: 25px;
  width: 1140px;
  background: #f1f1f1;
  overflow: hidden;
  margin: 0 auto;
}

.orderBox h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  font-family: "微软雅黑";
}

.orderBox .table {
  padding-top: 20px;
  overflow: hidden;
}

.orderBox .table li {
  width: 520px;
  height: 215px;
  float: left;
  height: 35px;
  margin-bottom: 10px;
}

.orderBox .table li span {
  float: left;
  border: 1px solid #ddd;
  line-height: 33px;
  height: 33px;
  width: 98px;
  display: inline-block;
  text-align: center;
  background: #fff;
}

.orderBox .table li .iptTxt {
  float: right;
  width: 408px;
  border: 1px solid #ddd;
  border-left-width: 0;
  height: 33px;
  line-height: 33px;
  background: #fff;
  color: #666;
  padding-left: 10px;
}

.orderBox .table li .iptCode {
  float: left;
  width: 199px;
  border: 1px solid #ddd;
  border-left-width: 0;
  height: 33px;
  line-height: 33px;
  background: #fff;
  color: #666;
  padding-left: 10px;
}

.orderBox .table li .checkcode {
  float: left;
  border: 1px solid #ddd;
  border-left-width: 0;
  background: #eee;
  margin-left: 2px;
  padding: 6px;
}

.orderBox .table li .btn {
  width: 385px;
  height: 35px;
  line-height: 35px;
  background: #333;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
}

.orderBox .table li .btn:hover {
  background: #f59600;
  color: #fff;
}

.orderBox .table li.areLi {
  width: 570px;
  float: right;
  height: 215px;
  overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
  width: 528px;
  height: 183px;
  border: 1px solid #ddd;
  outline: none;
  resize: none;
  padding: 15px;
  color: #666;
  line-height: 18px;
  background: #fff;
}

/* 内页留言样式 */

.page-ditu {
  background: #f5f5f5;
  height: 400px;
}

#dituContent {
  width: 600px;
  height: 400px;
  float: left;
}

.contactFont {
  overflow: hidden;
  margin-bottom: 30px;
  float: right;
  width: 540px;
  height: 360px;
  padding: 20px 30px;
}

.page-contact-title {
  font-size: 26px;
  line-height: 50px;
  color: #333;
  text-align: center;
  padding: 10px 0 20px;
}

.page-contact {
}

.page-contact dl {
  width: 20%;
  height: 210px;
  float: left;
  text-align: center;
  position: relative;
}

.page-contact dl:before {
  content: "";
  overflow: hidden;
  position: absolute;
  background-color: #eee;
  left: 0px;
  top: 0;
  height: 100%;
  width: 1px;
}

.page-contact dl:nth-child(1):before {
  width: 0;
}

.page-contact dl dt {
  position: relative;
  padding-top: 120px;
  font-size: 12px;
  line-height: 20px;
  color: #888;
}

.page-contact dl dt span {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -45px;
}

.page-contact dl dd {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px 0;
}

.map {
  margin-top: 60px;
  overflow: hidden;
}

.map .title {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #333;
}

.map-left {
  width: 780px;
  height: 560px;
}

.map-line {
  margin-top: 0px;
}

.map-line d {
  margin: 25px 30px 0;
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 55px;
}

.map-line dl d {
  font-size: 18px;
  line-height: 30px;
  color: #eee;
}

.map-line dl dd {
  font-size: 14px;
  line-height: 24px;
  color: #bbb;
  padding: 5px 0 25px;
  border-bottom: 1px dotted #888;
}

.map-line dl:nth-last-child(1) dd {
  border: none;
}

.map-line dl.map-line-a {
  background-image: url(/themes/Home/default/Public/images/icon-cc-a.png);
}

.map-line dl.map-line-b {
  background-image: url(/themes/Home/default/Public/images/icon-cc-b.png);
}

.map-line dl.map-line-c {
  background-image: url(/themes/Home/default/Public/images/icon-cc-c.png);
  background-position: left 3px;
}

.feedback {
  margin-top: 50px;
  overflow: hidden;
}

.feedback .title {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 25px;
  color: #333;
}

.feedback .title span {
  background: #fff;
  padding: 0 30px;
  position: relative;
  top: -10px;
}

.feedback .title::before {
  content: "";
  border-bottom: 1px solid #e1e1e1;
  height: 12px;
  vertical-align: top;
  width: 100%;
  display: block;
}

#feedback_form {
  position: relative;
}

#feedback_form label {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-bottom: 30px;
  padding-left: 40px;
  background: url(/themes/Home/default/Public/images/contact.png) no-repeat;
  font-size: 14px;
}

#feedback_form label.name {
  background-position: 0 -32px;
}

#feedback_form label.email {
  background-position: 0 -64px;
}

#feedback_form label.city {
  background-position: 0 -96px;
}

#feedback_form label.msg_title {
  background-position: 0 -128px;
}

#feedback_form label.address {
  background-position: 0 -160px;
}

#feedback_form label.message {
  background-position: 0 -192px;
  margin-bottom: 10px;
}

#feedback_form input {
  width: 240px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin: 0 37px 30px 0;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
}

#feedback_form input.last {
  margin-right: 0;
}

#feedback_form .msg {
  border-top: 1px dotted #ccc;
  padding: 30px 0;
}

#feedback_form textarea {
  height: 125px;
  width: 1178px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  display: block;
}

#feedback_form i {
  font-style: normal;
  color: #ff1f19;
  position: absolute;
  font-size: 14px;
  left: 380px;
  top: 6px;
}

#feedback_form .f2 {
  left: 790px;
}

#feedback_form .f3 {
  left: auto;
  right: 0;
}

#feedback_form .f4 {
  left: 380px;
  top: 66px;
}

#feedback_form .btns {
  width: 120px;
  height: 40px;
  margin-right: 10px;
  background: #2c3b64;
  color: #fff;
  border: none;
  font-size: 15px;
  margin-bottom: 0;
  cursor: pointer;
}

#feedback_form .btns:hover {
  background: #333;
  transition: all 0.3s;
}

#feedback_form .reset {
  background: #ccc;
  cursor: pointer;
  margin-bottom: 0;
}

#feedback_form .tableRow {
  width: 100%;
  height: 32px;
}

#feedback_form .tableRow input {
  width: 150px;
  margin-right: 10px;
  color: #999;
  float: left;
}

#feedback_form .tableRow .checkcode {
  width: 50px;
  height: 22px;
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 4px 5px;
  display: block;
  float: left;
  background: #fff;
}

#feedback_form input:focus,
#feedback_form textarea:focus {
  border-color: #2c3b64;
}
<!--耗时1755546387.3776秒-->