@charset "utf-8";
.banner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.container {
  width: 100%;
  margin: 0 auto;
}
/* .sidebar { float:left; width:210px; } */
.main {
  padding-top: 50px;
}
.wrapBt {
  height: 0;
  background: none;
  overflow: hidden;
  clear: both;
}
.insideheader {
  position: relative;
}
.innerbanner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

/* 左侧栏目标题 */
.leftTitle {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 0;
  color: #333;
}
.leftTitle i,
.leftTitle s {
  display: block;
  text-align: center;
}
.leftTitle i {
  font-size: 38px;
  line-height: 58px;
  font-weight: normal;
}
.leftTitle s {
  color: #888;
  font: 12px/18px arial;
  text-decoration: none;
  text-transform: uppercase;
}

/* 二级、三级菜单 */
.menu ul {
  zoom: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddddddc2;
  text-align: center;
}
.menu ul:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.menu ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 2px 12px;
  vertical-align: top;
}
.menu ul li a {
  display: inline-block;
  padding: 9px 28px;
  border-bottom: 1px solid #cfcfcf;
  background: #efefef;
  color: #666;
  font-size: 14px;
}
.menu ul li a:hover,
.menu ul li .current {
  border-bottom: 1px solid #ec2b2b;
  background: #ec2b2b;
  color: #fff;
  text-decoration: none;
}
.menu dl {
  zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.menu dl:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.menu dl dt {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 2px 12px;
  vertical-align: top;
}
/* .menu dl dt a { display:inline-block; padding:10px 20px; border-bottom:1px solid #cfcfcf; background:#efefef; color:#666; font-size:14px; } */
.menu dl dt a:hover,
.menu dl dt .current {
  border-bottom: 1px solid #ec2b2b;
  background: #ec2b2b;
  color: #fff;
  text-decoration: none;
}

.menu dl dt a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  font-size: 16px;
  color: #303030;
  padding: 7px 15px;
}
.menu dl dt a:after {
  position: absolute;
  right: -10px;
  top: 10px;
  content: '';
  height: 15px;
  border-right: 1px solid #cbcbcb;
}
.menu dl dt .current,
.menu dl dt a:hover {
  background-color: #ec2b2b;
  color: #fff;
}
.m-rdm {
  padding: 25px 0 10px;
  text-align: center;
}
.m-rdm a {
  display: inline-block;
  margin: 0 8px 10px;
  padding: 3px 20px;
  border: 1px solid #ddd;
  line-height: 24px;
}
.m-rdm a:hover,
.m-rdm .current {
  border: 1px solid #999;
  background: #999;
  color: #fff;
}

/* 面包屑 */
.location {
  float: right;
  font-size: 14px;
  color: #999;
  background: url(../images/location.png) left center no-repeat;
  padding-left: 28px;
}
.location a {
  color: #999;
}
.location a:hover {
  color: #ec2b2b;
}
.share {
  position: absolute;
  right: 10px;
  bottom: 36px;
}
.g-in2 {
  width: 70%;
}

/* 内容模式 */
.article {
  padding: 30px 20px 40px;
  line-height: 2;
  font-size: 14px;
  word-wrap: break-word;
  position: relative;
  box-shadow: 0 1px 10px #eee;
  margin-bottom: 20px;
  margin-top: 30px;
}
.article1 {
  padding: 0 0 40px;
}
.article .hd {
  margin: 0 0 20px;
  text-align: center;
}
.article .hd h1 {
  color: #000;
  font-size: 20px;
}
.article .hd .titBar {
  color: #797979;
  font-size: 12px;
}
.article .bd {
  padding-bottom: 40px;
}
.article .ft {
  padding: 20px 10px 0;
  border-top: 1px solid #ddd;
}

.hot ul li {
  float: left;
  border: 1px solid #f0f0f0;
  width: 30%;
  overflow: hidden;
  margin-right: 2%;
}
.hot ul li:last-child {
  margin-right: 0;
}
.hot ul li .hotpic {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  height: 248px;
  overflow: hidden;
}
.hot ul li .hotpic img {
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.hot ul li .hotpic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.hot ul li .hotpic a img {
  width: 100%;
  height: 100%;
}
.hotcon {
  margin: 0 17px;
}
.hotcon .htct {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.htcintro {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 25px;
  padding: 20px 0;
}
.newline {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 50px 0 10px;
}
.newlist li {
  padding: 30px 0;
}
.newlist li .newpic {
  float: left;
  width: 250px;
  border: 1px solid #e5e5e5;
  height: 172px;
  overflow: hidden;
}
.newlist li .newpic img {
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.newlist li .newpic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newlist li .newpic a img {
  width: 100%;
}
.newlist li a {
  padding: 0;
}
.newlist li .innewcon {
  float: left;
  width: calc(100% - 276px);
  margin-left: 24px;
}
.newlist li .innewcon .nct {
  font-size: 16px;
  padding-top: 16px;
}
.newlist li .innewcon .ncdate {
  padding: 16px 0 20px;
}
.newlist1 li .innewcon .ncdate {
  padding: 10px 0 !important;
  font-size: 12px;
}
.newlist1 .more-1 {
  padding-top: 16px;
}
.newlist li .innewcon .ncintro {
  color: #a5a5a5;
  line-height: 25px;
}

/* 头部新闻 */
.hotNews {
  margin-bottom: 30px;
  background: #848484;
  overflow: hidden;
}
.hotNews .pic {
  float: left;
  width: 390px;
  height: 250px;
  margin-right: 5px;
}
.hotNews .pic img {
  width: 100%;
  height: 100%;
}
.hotNews dl {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 25px 20px 0 15px;
  line-height: 22px;
}
.hotNews dl dt {
  margin-bottom: 13px;
  padding-left: 10px;
  background: url(../images/o_ico_05.jpg) no-repeat 0 13px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.hotNews dl dt a {
  color: #fff;
}
.hotNews dl dt a:hover {
  color: #000;
}
.hotNews dl .i {
  min-height: 110px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #eee;
}
.hotNews dl .m {
  width: 84px;
  height: 24px;
  margin-left: 10px;
  background: #fff;
  line-height: 24px;
  text-align: center;
}
.hotNews dl .m a {
  display: block;
  color: #333;
}
.hotNews dl .m a:hover {
  background: #666;
  color: #fff;
}

/* 新闻列表 */
.news {
  padding: 0 0 40px;
}
.newsTable th {
  border: 1px solid #fff;
  background: #c8cacb;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.newsTable td {
  padding: 8px 10px;
  border-bottom: 1px solid #dcd9d4;
  line-height: 20px;
}
.list {
  padding: 0 0 40px;
}
.list li {
  padding: 9px 0;
  border-bottom: 1px dashed #e0e0e0;
  background: url(../images/o_ico_18.gif) no-repeat 2px 17px;
  font-size: 14px;
  line-height: 20px;
  clear: both;
}
.list li span {
  float: right;
  color: #999;
  font-size: 12px;
}
.list li a {
  padding-left: 15px;
}
.list li a:hover {
  text-decoration: underline;
}

/* 图文新闻 */
.pothoItem {
  margin: 20px auto 40px;
  width: 1200px;
}
.pothoItem .item {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d3d3d3;
  overflow: hidden;
}
.pothoItem .item .pic {
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 20px;
  padding: 4px;
  border: 1px solid #e7e7e7;
}
.pothoItem .item .pic img {
  width: 200px;
  height: 150px;
}
.pothoItem .item dl {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 0;
  line-height: 20px;
}
.pothoItem .item dl dt {
  font-size: 16px;
  line-height: 32px;
  padding-top: 16px;
}
.pothoItem .item dl .d,
.pothoItem .item dl .m {
  display: none;
}
.pothoItem .item dl .i {
  padding: 5px 0 0;
  color: #999;
  font-size: 14px;
  line-height: 25px;
  width: 750px;
}

.picsm {
  position: relative;
  width: 1000px;
  margin: 10px auto 0;
  text-align: center;
}
.picsm .hd {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 12px;
  z-index: 4;
}
.picsm .hd ul {
  width: 1000px;
  height: 21px;
  margin: 0 auto;
  text-align: center;
}
.picsm .hd ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-radius: 20px;
  background: #000000;
  line-height: 20px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
}
.picsm .hd ul .on {
  background: #b42624;
}
/* 图片列表 */
/*.pic-item-list { margin:0 0 20px; }
.pic-item-list .pic-item { display:block; float:left; width:130px; margin-bottom:10px; padding:0; }
.pic-item-list .list-pic { display:block; width:100px; height:100px; margin:0 auto; padding:4px; border:1px solid #919090; line-height:100px; text-align:center; }
.pic-item-list dl { padding:0 5px; line-height:26px; text-align:center; }
.piList { padding:0 0 20px; overflow:hidden; }
.piList .pic-item-list { width:1028px; margin:0; padding:0; }
.piList .pic-item { position:relative; width:230px; margin:0 27px 23px 0; padding:0; display:inline; }
.piList .list-pic { display:block; width:230px; height:172px; margin-bottom:0; padding:0; border:0; line-height:148px; }
.piList .list-pic img { width:230px; height:172px; }
.piList dl { padding:4px 5px; line-height:20px; }
.piList dl dt { height:30px; font-size:12px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }

/* 图片列表 */
.plist {
  padding-bottom: 40px;
}
.plist li {
  width: 33.333%;
  float: left;
  text-align: center;
  margin-top: 30px;
}
.plist li .cc {
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}
.plist li .cc:hover {
  box-shadow: 0 1px 10px #8c7f7f;
}
.plist li .cc .t {
  height: 80px;
  background: #fff;
}
.plist li .cc .t h2 {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  line-height: 80px;
}
.plist li .cc h2 em {
  font-family: Arial;
}
.plist li .cc p {
  font-size: 13px;
  color: #999;
}
.plist li .cc .bg {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: -100%;
  background: #ec2b2b;
  transition: all 0.5s;
}
.plist li .cc img {
  transition: all 0.5s;
  width: 85%;
  height: 360px;
}
.plist li .cc:hover img {
  transform: scale(1.08);
  opacity: 0.8;
}
.plist li .cc .bg a {
  display: block;
  color: #fff;
}
.plist li .cc .bg-img {
  overflow: hidden;
  position: relative;
}
.plist li .cc .tm {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 155px 0 0 130px;
  transition: all 0.5s;
}
.plist li .cc .tm a {
  float: left;
  width: 49px;
  height: 49px;
  background: url(../images/c1.png);
  margin-left: 20px;
}
.plist li .cc .tm i {
  float: left;
  width: 49px;
  height: 49px;
  background: url(../images/c2.png);
  cursor: pointer;
}
.plist li .cc:hover .bg {
  bottom: 0;
}
.plist li .cc:hover .tm {
  top: 0;
}
.plist li .cc .t p {
  line-height: 30px;
}

/* 分页 */
.page {
  padding: 0 0 40px;
  line-height: 24px;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 8px;
  border: 1px solid #ddd;
  background: #ddd;
  color: #333;
  vertical-align: top;
}
.page a:hover,
.page .current {
  border: 1px solid #ec2b2b;
  background: #ec2b2b;
  color: #fff;
}

/* 人才招聘 */
.hrTop {
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}
.hrTop li {
  padding-left: 16px;
  background: url(../images/ico_05.gif) no-repeat 0 8px;
  font-weight: bold;
  line-height: 24px;
}
.hrTable .hrTableTh {
  height: 32px;
  background: #666;
  color: #fff;
}
.hrTable th {
  color: #fff;
  font-weight: normal;
}
.hrTable td {
  padding: 0 8px;
}
.hrTable .bg td {
  background: #eee;
}
.hr {
  position: relative;
  padding: 0 0 40px;
}
.hr h3 {
  padding-left: 0;
  border-bottom: 1px dotted #ccc;
  color: #0063be;
  font-size: 20px;
  line-height: 55px;
}
.hr h3 s {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 17px;
  cursor: pointer;
}
.hr h3 .off {
  background: url(../images/hr_down.gif) no-repeat center;
}
.hr h3 .on {
  background: url(../images/hr_up.gif) no-repeat center;
}
.hrItem {
  margin-bottom: 5px;
}
.hrItem .title {
  border-bottom: 1px dotted #ccc;
  color: #999;
  font-weight: bold;
  line-height: 36px;
}
.hrItem .title span {
  float: right;
  font-weight: 100;
}
.hrItem .title span a {
  color: #88000c;
}
.hrItem .con {
  margin-bottom: 10px;
  padding: 15px 0;
  line-height: 24px;
}
.hrItem .con h4 {
  font-size: 14px;
  line-height: 36px;
}
.hrItem .apply {
  width: 95px;
  height: 25px;
  padding: 0;
  background: #01286f;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
.hrItem .apply a {
  color: #fff;
}
.hr-list {
  margin-bottom: 5px;
  padding: 5px 5px 15px;
  border-bottom: 1px dotted #777;
}
.hr-list .title {
  padding: 0;
  color: #0063be;
  font-weight: bold;
  line-height: 20px;
}
.hr-list .title span {
  float: right;
  font-weight: 100;
}
.hr-list .info {
  padding: 5px 0;
  line-height: 24px;
}
.hr-list .apply {
  height: 24px;
  line-height: 24px;
  text-align: right;
}

/* 新闻列表 */
.message {
  padding: 0 0 30px;
}
.message-list {
  margin-bottom: 5px;
  padding: 5px 5px 15px;
  border-bottom: 1px dotted #ddd;
}
.message-list .m-title {
  padding: 0;
  color: #0063be;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.message-list .m-title span {
  float: right;
  color: #01286f;
  font-size: 12px;
  font-weight: 100;
}
.message-list .m-info {
  padding: 5px 0;
  line-height: 24px;
}
.message-list .r-title {
  padding: 0;
  line-height: 20px;
}
.message-list .r-info {
  padding: 5px 0;
  line-height: 24px;
}

/* 人才招聘 */
.form-panel {
  padding: 0 0 30px;
}
.form-panel h4 {
  margin-bottom: 10px;
  padding: 0 20px;
  background: #666;
  color: #fff;
  line-height: 30px;
}
.form-panel .tips {
  padding: 10px 0 10px 100px;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}
.form-panel .field {
  clear: both;
}
.form-panel li.field label {
  display: block;
  float: left;
  width: 100px;
  line-height: 24px;
  text-align: right;
}
.form-panel .input {
  padding: 5px 0;
  zoom: 1;
}
.form-panel .field:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.form-panel .text {
  height: 20px;
  padding: 2px 3px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
}
.form-panel .textarea {
  width: 450px;
  height: 100px;
  padding: 1px 3px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
}
.form-panel .submit-field {
  padding: 0 10px 20px 100px;
  _padding: 0 10px 20px 100px;
  clear: both;
}
.form-panel .submit-field input {
  margin-right: 10px;
}
.form-panel .submit-field .btn-submit,
.form-panel .submit-field .btn-reset {
  width: 93px;
  height: 29px;
  border: none;
  background: #666;
  color: #fff;
  cursor: pointer;
}

/* 产品详细页 */
.m-detail {
  margin-bottom: 30px;
}
.m-detail .m-property {
  float: left;
  width: 100%;
}
.m-detail .property {
  margin-left: 350px;
}
.m-detail .property h1 {
  font-weight: 100;
  font-size: 18px;
  line-height: 34px;
}
.m-detail .property .m-i-a {
  margin-bottom: 8px;
  padding: 8px 0 15px;
  border-bottom: 1px dotted #d9d9d9;
  color: #888;
  font-size: 14px;
  line-height: 25px;
}
.m-detail .gallery {
  position: relative;
  float: left;
  width: 350px;
  margin-left: -100%;
}
.m-detail .gallery .bigPic {
  width: 300px;
  height: 224px;
}
.product-detail {
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}
.product-detail .hd {
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  background: #f6f6f6;
}
.product-detail .hd h2 {
  float: left;
  width: 136px;
  height: 46px;
  margin: -2px 0 -1px;
  border-top: 2px solid #0058af;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  font-size: 22px;
  font-weight: 100;
  line-height: 46px;
  text-align: center;
}
.product-detail .bd {
  padding: 25px;
  line-height: 28px;
  font-size: 14px;
}
/* 分页 */
.page {
  padding: 30px 0 40px;
  line-height: 24px;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 8px;
  border: 1px solid #ddd;
  background: #ddd;
  color: #333;
  vertical-align: top;
}
.page a:hover,
.page .current {
  border: 1px solid #ec2b2b;
  background: #ec2b2b;
  color: #fff;
}
.page span {
  margin-right: 6px;
}

/* webmap */
.webmap {
  padding: 20px;
  margin: 0 auto;
}
.webmap dl dt {
  margin: 5px 0;
  padding-left: 18px;
  background: url(../images/ico_05.gif) 3px center no-repeat;
  font-size: 16px;
  line-height: 2;
}
.webmap dl dt a {
  color: #000;
  font-weight: bold;
}
.webmap dl dd {
  padding-left: 18px;
}
.webmap dl dd a {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 0 10px;
  background: #ccc;
  color: #333;
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
}
.webmap dl dd a:hover {
  background: #555;
  color: #fff;
  text-decoration: none;
}
.webmap dl dd p.thd a {
  background: #eee;
}
.webmap dl dd p.thd a:hover {
  background: #999;
}

.contact-map {
  margin-bottom: 30px;
}

/* 人才招聘 */
.hrTop {
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}
.hrTop li {
  padding-left: 16px;
  background: url(../images/ico_05.gif) no-repeat 0 8px;
  font-weight: bold;
  line-height: 24px;
}
.hrTable .hrTableTh {
  height: 32px;
  background: #666;
  color: #fff;
}
.hrTable th {
  color: #fff;
  font-weight: normal;
}
.hrTable td {
  padding: 0 8px;
}
.hrTable .bg td {
  background: #eee;
}
.hr {
  position: relative;
  padding: 0 0 35px;
}
.hr h3 {
  padding-left: 0;
  border-bottom: 1px dotted #ccc;
  color: #32a237;
  font-size: 20px;
  line-height: 55px;
}
.hr h3 s {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 17px;
  cursor: pointer;
}
.hr h3 .off {
  background: url(../images/hr_down.gif) no-repeat center;
}
.hr h3 .on {
  background: url(../images/hr_up.gif) no-repeat center;
}
.hrItem {
  margin-bottom: 5px;
}
.hrItem .title {
  border-bottom: 1px dotted #ccc;
  color: #999;
  font-weight: bold;
  line-height: 36px;
}
.hrItem .title span {
  float: right;
  font-weight: 100;
}
.hrItem .title span a {
  color: #88000c;
}
.hrItem .con {
  margin-bottom: 10px;
  padding: 15px 0;
  line-height: 24px;
}
.hrItem .con h4 {
  font-size: 14px;
  line-height: 36px;
}
.hrItem .apply {
  width: 95px;
  height: 25px;
  padding: 0;
  background: #01286f;
  color: #fff;
  line-height: 25px;
  text-align: center;
}
.hrItem .apply a {
  color: #fff;
}
.hr-list {
  margin-bottom: 5px;
  padding: 5px 5px 15px;
  border-bottom: 1px dotted #777;
}
.hr-list .title {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ec2b2b;
  line-height: 20px;
}
.hr-list .title span {
  float: right;
  font-weight: 100;
}
.hr-list .info {
  padding: 5px 0;
  line-height: 24px;
}
.hr-list .apply {
  height: 24px;
  line-height: 24px;
  text-align: right;
}

/* 新闻列表 */
.message {
  padding: 0 0 30px;
}
.message-list {
  margin-bottom: 5px;
  padding: 5px 5px 15px;
  border-bottom: 1px dotted #ddd;
}
.message-list .m-title {
  padding: 0;
  color: #32a237;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.message-list .m-title span {
  float: right;
  color: #01286f;
  font-size: 12px;
  font-weight: 100;
}
.message-list .m-info {
  padding: 5px 0;
  line-height: 24px;
}
.message-list .r-title {
  padding: 0;
  line-height: 20px;
}
.message-list .r-info {
  padding: 5px 0;
  line-height: 24px;
}

/* 人才招聘 */
.form-panel {
  padding: 0 0 30px;
}
.form-panel h4 {
  margin-bottom: 10px;
  padding: 0 20px;
  background: #666;
  color: #fff;
  line-height: 30px;
}
.form-panel .tips {
  padding: 10px 0 10px 100px;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}
.form-panel .field {
  clear: both;
}
.form-panel li.field label {
  display: block;
  float: left;
  width: 100px;
  line-height: 24px;
  text-align: right;
}
.form-panel .input {
  padding: 5px 0;
  zoom: 1;
}
.form-panel .field:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.form-panel .text {
  height: 20px;
  padding: 2px 3px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
}
.online .text:focus {
  border: 1px solid #333;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.form-panel .textarea {
  width: 450px;
  height: 100px;
  padding: 1px 3px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
}
.form-panel .submit-field {
  padding: 0 10px 20px 100px;
  _padding: 0 10px 20px 100px;
  clear: both;
}
.form-panel .submit-field input {
  margin-right: 10px;
}
.form-panel .submit-field .btn-submit,
.form-panel .submit-field .btn-reset {
  width: 93px;
  height: 29px;
  border: none;
  background: #666;
  color: #fff;
  cursor: pointer;
}

/* 产品详细页 */
.m-detail {
  margin-bottom: 30px;
}
.m-detail .m-property {
  float: left;
  width: 100%;
}
.m-detail .property {
  margin-left: 350px;
}
.m-detail .property h1 {
  font-weight: 100;
  font-size: 18px;
  line-height: 34px;
}
.m-detail .property .m-i-a {
  margin-bottom: 8px;
  padding: 8px 0 15px;
  border-bottom: 1px dotted #d9d9d9;
  color: #888;
  font-size: 14px;
  line-height: 25px;
}

.m-detail .gallery {
  position: relative;
  float: left;
  width: 350px;
  margin-left: -100%;
}
.m-detail .gallery .bigPic {
  width: 300px;
  height: 224px;
}

.product-detail {
  border: 1px solid #e5e5e5;
}
.product-detail .hd {
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  background: #f6f6f6;
}
.product-detail .hd h2 {
  float: left;
  width: 136px;
  height: 46px;
  margin: -2px 0 -1px;
  border-top: 2px solid #e26c17;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  font-size: 22px;
  font-weight: 100;
  line-height: 46px;
  text-align: center;
}
.product-detail .bd {
  padding: 25px;
  line-height: 28px;
  font-size: 14px;
}

/* sform */
.sform {
}
.sform li {
  height: 30px;
  padding: 8px 0;
  line-height: 30px;
}
.sform li label {
  float: left;
  width: 80px;
  height: 30px;
  padding-right: 5px;
  font-size: 14px;
  text-align: right;
}
.sform input[type='text'],
.sform input[type='password'] {
  width: 200px;
  height: 28px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
.sform textarea {
  width: 190px;
  height: 98px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
}
.sform select {
  width: 212px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.sform input[type='radio'],
.sform input[type='checkbox'] {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 30px;
  vertical-align: middle;
}
.sform input[name='code'] {
  width: 70px;
}
.sform input[type='submit'],
.sform input[type='reset'] {
  float: left;
  width: 80px;
  height: 30px;
  margin: 10px 15px 0 0;
  background: #ddd;
  border: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.sform input[type='submit']:hover {
  background: #777;
  color: #fff;
}
.sform input[type='reset']:hover {
  background: #bbb;
}
.Validform_checktip {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  vertical-align: top;
}
.Validform_right {
  background: url(../images/success.png) 5px center no-repeat;
  color: #00d100;
}
.Validform_wrong {
  background: url(../images/error.png) 5px center no-repeat;
  color: #f00;
}

/* 新建样式 */
.prolist li {
  background: #f5f5f5;
  margin-bottom: 43px;
}
.prolist li:last-child {
  margin-bottom: 0;
}
.prolist li .propic {
  float: left;
  border: 1px solid #e5e5e5;
  width: 335px;
}
.prolist li .procon {
  float: left;
  width: calc(100% - 337px);
}
.prolist li .procon .pct {
  padding-left: 45px;
  font-size: 20px;
  color: #000;
  padding-top: 45px;
  padding-bottom: 40px;
}

.prolist li .procon .pcc {
  padding-left: 45px;
  padding-right: 36px;
  font-size: 14px;
  line-height: 25px;
}

.proli {
  margin-bottom: 43px;
}
.proli:hover .pic {
  border: 1px solid #ec2b2b;
}
.proli:hover .procon {
  background: #ec2b2b;
}
.proli:hover .procon .pct a {
  color: #fff;
}
.proli:hover .procon .pcc {
  color: #fff;
}
.proli .pic {
  float: left;
  width: 335px;
  height: 246px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.proli .pic img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: auto;
}
.proli:hover .pic img {
  transform: scale(1.2);
}
.proli .procon {
  width: calc(100% - 337px);
  float: left;
  background: #f5f5f5;
  height: 248px;
}
.proli .procon div[class^='pc'] {
  padding-left: 45px;
}
.proli .procon .pct {
  font-size: 20px;
  color: #000;
  padding: 40px 0;
}
.proli .procon .pcc {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 25px;
}

.popro {
  padding-top: 70px;
}

.menu {
  padding-top: 2.4rem;
}
.job_part1 {
  border-bottom: 1px dashed #b2b2b2;
  padding-bottom: 16px;
}
.conditionlist {
  position: relative;
}
.conditionlist ul li {
  float: left;
  font-size: 14px;
  color: #000;
}
.conditionlist ul li:not(:first-child) {
  line-height: 28px;
}
.conditionlist ul li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  color: #ec2b2b;
  margin-right: 120px;
}
.conditionlist ul li:nth-child(2) {
  margin-right: 108px;
}
.conditionlist ul li:nth-child(2) span {
  font-weight: bold;
  padding: 0 2px;
}
.conditionlist ul li:nth-child(3) {
  margin-right: 89px;
}

.conditionlist .apply {
  position: absolute;
  right: 0;
  width: 107px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ec2b2b;
  top: 50%;
  margin-top: -14px;
}
.conditionlist .apply a {
  font-size: 14px;
  color: #fff;
}

.job_part2 {
  background: #f9f9f9;
  border-bottom: 1px solid #b2b2b2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.jbp {
  padding: 20px 0;
}
.jbp .zz {
  float: left;
  width: 80px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.require {
  float: left;
  width: calc(100% - 80px);
  line-height: 20px;
  color: #9d9d9d;
}

.jobmore {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.jobmore a {
  color: #9d9d9d;
}

.hot ul li {
  float: left;
  border: 1px solid #f0f0f0;
  width: 31%;
  overflow: hidden;
  margin-right: 3.1%;
}
.hot ul li:last-child {
  margin-right: 0;
}
.hot ul li .hotpic {
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
  height: 248px;
  overflow: hidden;
}
.hot ul li .hotpic img {
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.hot ul li .hotpic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.hot ul li .hotpic a img {
  width: 100%;
  height: 100%;
}
.hotcon {
  margin: 0 17px;
}
.hotcon .htct {
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.htcintro {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 25px;
  padding: 20px 0;
}
.newline {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 50px 0 10px;
}
.newlist li {
  padding: 30px 0;
}
.newlist li .newpic {
  float: left;
  width: 250px;
  border: 1px solid #e5e5e5;
  height: 172px;
  overflow: hidden;
}
.newlist li .newpic img {
  transition: All 0.4s linear;
  -webkit-transition: All 0.4s linear;
  -moz-transition: All 0.4s linear;
  -o-transition: All 0.4s linear;
}
.newlist li .newpic:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newlist li .newpic a img {
  width: 100%;
}
.newlist li a {
  padding: 0;
}
.newlist li .innewcon {
  float: left;
  width: calc(100% - 276px);
  margin-left: 24px;
}
.newlist li .innewcon .nct {
  font-size: 16px;
  padding-top: 16px;
}
.newlist li .innewcon .ncdate {
  padding: 16px 0 20px;
}
.newlist li .innewcon .ncintro {
  color: #a5a5a5;
  line-height: 25px;
}

.about {
  position: relative;
  height: 860px;
  margin-top: 70px;
  position: relative;
  background: url(../images/2.jpg) no-repeat;
  background-size: cover;
}
.about_l {
  float: left;
}
.about_r {
  float: right;
}
.about_r h2 {
  font-weight: normal;
  font-size: 18px;
}
.about_r p {
  width: 800px;
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
}

.s1 {
  position: absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%,-50%); 
  width: 1140px;
  height: 658px;
  background: #e4e9ed;
}
.s1 .box {
  width: 750px;
  height: 560px; /*background:url(../images/bg5.png) left center no-repeat;*/ /*margin:0 auto;*/
  box-sizing: border-box;
  padding: 30px 30px 0;
}
.s1 .bd {
  width: 1100px;
  float: left;
}
.s1 .bd .company {
  position: relative;
}
.s1 .bd .company span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  color: #8c8b8b;
}
.s1 .bd .company h2 {
  font-size: 20px;
  color: #222;
  padding-bottom: 10px;
}
.about-img {
  margin-top: 25px;
  width: 74%;
}
.s1 .bd .company .i {
  font-size: 15px;
  color: #000;
  line-height: 32px;
}
.s1 .bd .company .i-1 {
  font-size: 13px;
  line-height: 32px;
}
.s1 .hd {
  box-sizing: border-box;
}
.s1 .hd .company {
  position: absolute;
  left: 34px;
  top: 180px;
}
.s1 .hd .company {
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
  display: block;
  margin-top: 14px;
}
.s1 .hd li:nth-child(1) {
  margin-top: 0;
}
.s1 .hd li em {
  width: 16px;
  height: 5px;
  background: url(../images/em.png);
  position: absolute;
  left: -9px;
  top: 17px;
  display: none;
}
.s1 .hd li i {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #aaa;
  border-radius: 8px;
}
.s1 .hd li.on {
  font-weight: bold;
  color: #eb1111;
}
.s1 .hd li.on em {
  display: block;
}
.s1 .hd li.on i {
  background: #eb1111;
  border: 1px solid #eb1111;
}
.s1 .btn {
  width: 100px;
  height: 300px;
  margin-top: 38px;
  position: absolute;
  left: 920px;
  top: 125px;
}
.s1 .btn .prev {
  width: 42px;
  height: 42px;
  background: url(../images/prev1.png);
  cursor: pointer;
  display: block;
}
.s1 .btn .next {
  width: 42px;
  height: 42px;
  background: url(../images/next1.png);
  cursor: pointer;
  display: block;
  margin-top: 30px;
}

.notice {
  box-shadow: 0 0 10px #ddd;
  margin-top: 70px;
  background-color: #000;
  opacity: 0.9;
}
.notice .g-in {
  height: 53px;
  line-height: 53px;
}
.notice .gz {
  float: left;
  font-size: 14px;
  color: #999;
}
.notice .gz span {
  float: left;
  background: url(../images/notice.png) left center no-repeat;
  padding-left: 25px;
}
.notice .gz ul {
  float: left;
}
.notice .gz ul li a {
  color: #999;
}
.notice .gz ul li a:hover {
  color: #ec2b2b;
}

.contact .b1 {
  background: url(../images/b1.jpg) center no-repeat;
  overflow: hidden;
  padding-bottom: 60px;
}
.contact .b1 h2 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  height: 48px;
  line-height: 48px;
  margin-top: 52px;
}
.contact .b1 em {
  color: #ec2b2b;
}
.contact .b1 span {
  margin: 0 20px;
}
.contact .b1 .hd {
  text-align: center;
  margin: 34px 0 40px;
}
.contact .b1 .hd li {
  width: 123px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.contact .b1 .hd li.on {
  background: url(../images/on.png);
  font-weight: bold;
}
.contact .b1 .bd {
  width: 1200px;
  height: 498px;
  margin: 0 auto;
}
.contact .addmes {
  width: 1200px;
  margin: 60px auto 0;
  color: #fff;
}
.contact .addmes li {
  float: left;
  width: 400px;
  height: 158px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
}
.contact .addmes li:hover {
  background: rgb(255, 255, 255, 0.2);
}
.contact .addmes li:nth-child(3):hover {
  color: #fff;
}
.contact .addmes li:nth-child(2) {
  border-left: 1px solid #2b221e;
  border-right: 1px solid #2b221e;
}
.contact .addmes li h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 12px 0;
}
.contact .addmes li p {
  opacity: 0.5;
  font-size: 13px;
}
.contact .addmes li:nth-child(3) p {
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
.contact .addme {
  width: 1200px;
  margin: 60px auto 0;
  color: #fff;
}
.contact .addme li {
  float: left;
  width: 400px;
  height: 358px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
}
.contact .addme li h3 {
  text-align: left;
}
.contact .addme li div {
  font-size: 18px;
}
.contact .addme li p {
  float: left;
  font-size: 14px;
}
.contact .addme li .content {
  padding: 0px 30px;
  font-size: 14px;
  text-align: left;
}

.contact .b2 {
  background: url(../images/b2.jpg) bottom center no-repeat;
  padding-bottom: 40px;
}
.contact .b2 h2 {
  font-size: 26px;
  text-align: center;
  color: #fff;
  height: 44px;
  line-height: 44px;
  padding-top: 20px;
}
.contact .b2 span {
  margin: 0 20px;
}
.contact .b2 h3 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  text-align: center;
  margin-top: 12px;
}

.contact .b2 .bd {
  width: 1200px;
  height: 547px;
  background: url(../images/form.png);
  margin: 20px auto 0;
  box-shadow: 0 0 10px #cccccc6b;
}
.contact .b2 .bd form {
  width: 459px;
  height: 502px;
  float: left;
  margin-left: 231px;
  position: relative;
  font-size: 14px;
}
.contact .b2 .bd form .t1 {
  width: 439px;
  height: 54px;
  position: absolute;
  top: 33px;
  left: 0;
  padding-left: 20px;
  border: 1px solid #e6e6e6;
}
.contact .b2 .bd form .t2 {
  width: 439px;
  height: 54px;
  position: absolute;
  top: 107px;
  left: 0;
  padding-left: 20px;
  border: 1px solid #e6e6e6;
}
.contact .b2 .bd form .t3 {
  width: 439px;
  height: 54px;
  position: absolute;
  top: 181px;
  left: 0;
  padding-left: 20px;
  border: 1px solid #e6e6e6;
}
.contact .b2 .bd form textarea {
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  top: 255px;
  left: 0;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}
.contact .b2 .bd form input[type='submit'] {
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 56px;
  cursor: pointer;
  bottom: 0;
  position: absolute;
  left: 0;
  background: none;
}

.contact .b2 .txt {
  width: 380px;
  float: right;
  margin: 0 36px 0 0;
}
.contact .b2 .txt h4 {
  font-size: 16px;
  color: #ec2b2b;
  text-align: center;
  height: 64px;
  line-height: 74px;
  overflow: hidden;
}
.contact .b2 .txt .tit {
  font-size: 15px;
  margin-top: 20px;
  padding-bottom: 6px;
}
.contact .b2 .txt .con {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.contact .b2 .txt .con a {
  color: #999;
}
.map-1 {
  width: 1200px;
  margin: 40px auto 0;
}

/*产品中心*/
.pro-1 {
  height: 40px;
  padding: 40px 0;
  background: #d61111;
  width: 100%;
  position: relative;
  margin-top: 70px;
}
.pro-1 ul {
  margin: 0 auto;
  display: table;
}
.pro-1 ul li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding: 0 120px;
  border-right: 1px dotted rgba(255, 255, 255, 0.4);
  position: relative;
}
.pro-1 ul li .line {
  width: 114px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 82px;
  bottom: -22px;
  transition: ease 0.65s;
  transform: scaleX(0);
}
.pro-1 ul li.current .line,
.pro-1 ul li:hover .line {
  display: block;
  transform: scaleX(1);
}
.pro-1 ul li dl {
  display: none;
  position: absolute;
  top: 112px;
  left: -52%;
}
.pro-1 ul li dl dt {
  float: left;
  margin-left: 30px;
}
.pro-1 ul li dl dt:nth-child(1) {
  margin-left: 0;
}
.pro-1 ul li dl dt a {
  color: #000;
  font-size: 15px;
}
.pro-1 ul li dl dt a.current {
  font-weight: bold;
  color: #d61111;
}
.pro-1 ul li.current dl {
  display: block;
}
.pro-1 ul li a {
  color: #fff;
}
.pro-1 ul li:nth-child(1) {
  background: url(../images/ico-meng.png) no-repeat left center;
  background-position: 30px 0;
  background-position: 86px 6px;
}
.pro-1 ul li:nth-child(2) {
  background: url(../images/ico-chuang.png) no-repeat left center;
  background-position: 86px 6px;
}
.pro-1 ul li:nth-child(3) {
  background: url(../images/ico-huace.png) no-repeat left center;
  background-size: 32px;
  background-position: 75px 4px;
}
.pro-1 ul li:nth-child(4) {
  background: url(../images/ico-meng.png) no-repeat left center;
  background-position: 30px 0;
  background-position: 86px 6px;
}
.pro-1 ul li:last-child {
  border: none;
}

#PRODUCT {
  background: #f2f2f2;
}
#PRODUCT .main {
  padding: 80px 0 40px;
}
#PRODUCT .plist {
  width: 1200px;
  margin: 0 auto;
}

.containera {
  margin-top: 70px;
  background: #f2f2f2;
  padding: 0 0 30px;
}
.containera .article {
  margin-top: 0;
}
.pic-con {
  margin-bottom: 20px;
}
.pic-con-l {
  float: right;
}
.pic-con-l .picFocus {
  width: 580px;
  position: relative;
}
.pic-con-l .picFocus .bd {
  padding: 0;
  position: relative;
  border: 1px solid #f5f5f5;
}
.pic-con-l .picFocus .bd ul li {
  height: 436px;
  overflow: hidden;
}
.pic-con-l .picFocus .bd img {
  width: 60%;
  height: 100%;
}
.pic-con-l .picFocus .hd ul li {
  float: left;
}
.pic-con-l .picFocus .bd:hover .next,
.pic-con-l .picFocus .bd:hover .prev {
  display: block;
}
.pic-con-l .picFocus .bd .next {
  position: absolute;
  right: 30%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow1.png) no-repeat;
  z-index: 100;
  display: none;
}
.pic-con-l .picFocus .bd .prev {
  position: absolute;
  left: -12%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow2.png) no-repeat;
  z-index: 100;
  display: none;
}
.pic-con-r {
  float: left;
  width: 550px;
  margin: 50px 0 0 50px;
}
.pic-con-r h2 {
  font-size: 28px;
}
.pic-con-r .buut {
  margin-top: 50px;
}
.pic-con-r .buut a {
  font-size: 12px;
  padding: 8px 12px 8px 36px;
  background: #d61111 url(../images/zixun.png) no-repeat;
  color: #fff;
  background-size: 20px;
  background-position: 10px 7px;
}
.pic-con-r .line {
  width: 30px;
  height: 4px;
  background: #d61111;
  margin: 6px 0 16px;
}
.pic-con-l .picFocus .hd {
  margin-top: 20px;
  overflow: hidden;
}
.pic-con-l .picFocus .hd ul li {
  width: 100px;
  height: 60px;
  margin-left: 10px;
}
.pic-con-l .picFocus .hd ul li.on {
  border: 1px solid #d61111;
}
.pic-con-l .picFocus .hd ul li:nth-child(1) {
  margin-left: 0;
}
.pic-con-l .picFocus .hd ul li img {
  width: 60%;
  height: 100%;
}
.wrapa {
  width: 1300px;
  margin: 40px auto 0;
}
.wrapa .article {
  background: #fff;
  margin-bottom: 0;
}
.jies {
  position: relative;
}
.jies h2 {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid rgb(0, 0, 0, 0.08);
  padding: 0 0 20px;
}
.jies .line1 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 55px;
  background: #000;
}

.brand-1 {
  /* width: 1400px; */
  margin: 0 auto;
  padding: 80px 0;
}
.brand-1 ul li {
  width: 25%;
  text-align: center;
  float: left;
}
.brand-1 ul li .lic {
  margin: 0 20px;
}
.brand-1 ul li .img1 {
  background: #d61111;
  border-radius: 100%;
  display: table;
  margin: 0 auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transition: 1s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
}
.brand-1 ul li .img1 img {
  width: 50px;
  height: 50px;
  padding: 30px;
}
.brand-1 ul li:hover .img1 {
  transform: translateZ(30px) rotateY(360deg) scale(1);
  -webkit-transform: translateZ(30px) rotateY(360deg) scale(1);
  -ms-transform: translateZ(30px) rotateY(360deg) scale(1);
  -moz-transform: translateZ(30px) rotateY(360deg) scale(1);
}
.brand-1 ul li h2 {
  line-height: 50px;
  font-size: 16px;
}
.brand-1 ul li p {
  width: 80%;
  margin: 0 auto;
  line-height: 24px;
  font-size: 13px;
}

.brand-2 {
  height: 680px;
}
.brand-2 .brand-2-l {
  float: left;
  background: #4a4a4a;
  width: 50%;
  height: 680px;
  text-align: left;
}
.brand-2 .brand-2-l .tit h2 {
  color: #fff;
  font-size: 28px;
}
.brand-2 .brand-2-l .tit em {
  color: #fff;
  font-style: normal;
  line-height: 26px;
}
.brand-2 .brand-2-l .line {
  width: 20px;
  height: 3px;
  background: #d61111;
  margin: 20px 0 40px;
}
.brand-2 .brand-2-l p {
  color: #eee;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 60px;
}
.brand-2 .brand-2-l p span {
  font-size: 16px;
}
.brand-2 .brand-2-l .cc {
  width: 500px;
  margin: 170px auto 0;
}
.brand-2 .brand-2-l .cc .detil a {
  font-size: 12px;
  color: #eee;
  padding: 6px 24px;
  border: 1px solid #838383;
}
.brand-2 .brand-2-l .cc .detil:hover a {
  background: #eb1111;
  border: 1px solid #d61111;
}
.brand-2 .brand-2-r {
  float: right;
  width: 50%;
}
.brand-2 .brand-2-r ul li {
  float: left;
}
.brand-2 .brand-2-r ul li img {
}

.huace {
  /* background: url(../images/huace-bg.jpg) no-repeat; */
  background-color: #f4f4f4;
  height: 1000px;
}
.huace .tit {
  text-align: center;
  padding: 40px 0;
  padding: 90px 0 50px;
}
.huace .tit h2 {
  font-size: 28px;
  color: #000;
}
.huace .tit p {
  font-size: 12px;
  line-height: 30px;
  color: #a0a0a0;
}
.huace .huace-c {
  width: 1200px;
  margin: 0 auto;
}
.huace .huace-c .second {
  margin-top: 80px;
}
.huace .huace-c ul li {
  float: left;
  width: 372px;
  margin-left: 40px;
  position: relative;
}
.huace .huace-c ul li .img {
  width: 372px;
  height: 280px;
  overflow: hidden;
}
.huace .huace-c ul li img {
  transition: all 0.6s ease-in-out;
  transform: scale(1);
  width: 100%;
  height: 280px;
}
.huace .huace-c ul li:hover img {
  transform: scale(1.1);
}
.huace .huace-c ul li:nth-child(1) {
  margin-left: 0;
}
.huace .huace-c ul li .lic {
  width: 308px;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 32px;
  top: 240px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
}
.huace .huace-c ul li .lic h2 {
  margin-bottom: 8px;
}
