html {
  width: 100%;
  font-family: "微软雅黑";
}
html body {
  width: 100%;
}
html body#index .header {
  height: 90px;
  background-color: #fff;
  position: fixed;
}
html body#index .header .mainCon .logo {
  display: inline-block;
}
html body#index .header .mainCon .logo h1 {
  width: 250px;
  height: 90px;
  line-height: 90px;
  font-size: 34px;
  font-weight: 500;
  text-indent: 100px;
  background: url(../images/logo.png) no-repeat left center;
}
html body#index .header .mainCon .menu {
  display: inline-block;
  float: right;
}
html body#index .header .mainCon .menu ul li {
  position: relative;
  display: inline-block;
}
html body#index .header .mainCon .menu ul li a {
  position: relative;
  display: block;
  padding: 0 25px;
  font-size: 16px;
  color: #333;
  line-height: 90px;
  width: 64px;
  text-align: center;
}
html body#index .header .mainCon .menu ul li a.active {
  color: #e5322c;
}
html body#index .header .mainCon .menu ul li a.active:after {
  content: "";
  width: 60px;
  height: 5px;
  background-color: #e5322c;
  position: absolute;
  bottom: -5px;
  left: 28px;
}
html body#index .header .mainCon .menu ul li a:hover {
  color: #e5322c;
}
html body#index .header .mainCon .menu ul li .slide {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 99;
  width: 100%;
  font-size: 0;
}
html body#index .header .mainCon .menu ul li .slide .slideCon {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  padding: 10px;
}
html body#index .header .mainCon .menu ul li .slide .slideCon a {
  display: block;
  padding: 0;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  width: 94px;
}
html body#index .header .mainCon .menu ul li .slide .slideCon a.active {
  color: #e5322c;
}
html body#index .header .mainCon .menu ul li .slide .slideCon a.active:after {
  display: none;
}
html body#index .header .mainCon .menu ul li .slide .slideCon:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/sj.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 40px;
  top: -1px;
}
html body#index .imgshow {
  width: 100%;
  height: 150px;
  padding-top: 98px;
}
html body#index .imgshow img {
  width: 100%;
  height: 150px;
}
html body#index .contentShow {
  background: url(../images/tbg.png) no-repeat left -240px;
  padding-top: 18px;
}
html body#index .contentShow .leftMenu {
  width: 230px;
  height: 100%;
  border: 1px solid #eeeeee;
  font-size: 0;
  text-align: center;
}
html body#index .contentShow .leftMenu h4 {
  font-size: 24px;
  color: #422874;
  line-height: 70px;
  border-bottom: 1px solid #c0c2e1;
}
html body#index .contentShow .leftMenu a {
  display: block;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
html body#index .contentShow .leftMenu a.active {
  color: #8d65d8;
}
html body#index .contentShow .rightCon {
  width: 930px;
}
html body#index .contentShow .rightCon .brand .title {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 70px;
  font-size: 0;
  line-height: 30px;
}
html body#index .contentShow .rightCon .brand .title .en {
  font-size: 24px;
  font-weight: normal;
  color: #c3ccda;
}
html body#index .contentShow .rightCon .brand .title .ch {
  font-size: 20px;
  color: #3b206e;
}
html body#index .contentShow .rightCon .brand .title:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #35196a;
  position: absolute;
  bottom: -2px;
  left: 0;
}
html body#index .contentShow .rightCon .brand .brands {
  font-size: 14px;
  color: #828282;
  line-height: 70px;
}
html body#index .contentShow .rightCon .brand .brands .to {
  padding: 0 20px;
}
html body#index .contentShow .rightCon .article h3 {
  margin-top: 30px;
  height: 37px;
  font-size: 36px;
  line-height: 37px;
}
html body#index .contentShow .rightCon .article img {
  /*width: 930px;*/
  /*max-width: 395px;*/
  margin-top: 28px;
}
html body#index .contentShow .rightCon .article p span img{
  max-width: 100%;
}
html body#index .contentShow .rightCon .article .treeManage {
  display: block;
  width: 611px;
  margin: 45px auto;
}
html body#index .contentShow .rightCon .article .content {
  margin-top: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
html body#index .contentShow .rightCon .article .content p {
  /*margin-bottom: 16px;*/
}
html body#index .contentShow .rightCon .article .content .honor {
  width: 933px;
  height: 589px;
  background: url(../images/showbg.png) no-repeat center;
}
html body#index .contentShow .rightCon .article .content .honor .list {
  margin: 0 115px;
  padding: 45px 0;
}
html body#index .contentShow .rightCon .article .content .honor .list ul li {
  display: inline-block;
  width: 200px;
  height: 130px;
  padding: 5px 0;
  font-size: 0;
  background-color: #fff;
  margin: 16px 0 0 24px;
  text-align: center;
}
html body#index .contentShow .rightCon .article .content .honor .list ul li img {
  width: 100%;
  margin-top: 0;
}
html body#index .contentShow .rightCon .article .content .newsList dl {
  padding: 35px 0 30px;
  border-bottom: 1px solid #ddd;
}
html body#index .contentShow .rightCon .article .content .newsList dl dt {
  width: 88px;
  height: 88px;
  background-color: #422874;
}
html body#index .contentShow .rightCon .article .content .newsList dl dt span {
  color: #fff;
  text-align: right;
}
html body#index .contentShow .rightCon .article .content .newsList dl dt span:first-child {
  display: inline-block;
  float: right;
  margin-right: 8px;
  font-size: 32px;
  line-height: 38px;
  padding: 4px 4px 0 0;
  border-bottom: 2px solid #fff;
}
html body#index .contentShow .rightCon .article .content .newsList dl dt span:last-child {
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 8px 8px 0 0;
}
html body#index .contentShow .rightCon .article .content .newsList dl dd {
}
html body#index .contentShow .rightCon .article .content .newsList dl dd.title a {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
html body#index .contentShow .rightCon .article .content .newsList dl dd.desc {
  font-size: 14px;
  color: #999;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
html body#index .contentShow .rightCon .article .content .newsList dl:last-child {
  border: none;
}
html body#index .contentShow .rightCon .article .content.newsDet {
  color: #333333;
  padding-bottom: 50px;
}
html body#index .contentShow .rightCon .article .content.newsDet img{
  display: block;
  width: inherit !important;
  margin: 0 auto !important;
}
html body#index .contentShow .rightCon .article .content.newsDet h2 {
  font-size: 26px;
}
html body#index .contentShow .rightCon .article .content.newsDet p {
  margin-bottom: 0;
  margin-top: 10px;
}
html body#index .contentShow .rightCon .article .content.newsDet .time {
  padding: 10px 0;
  font-size: 12px;
  color: #bbbbbb;
}
html body#index .contentShow .rightCon .article .content.newsDet img {
  margin: 15px 0;
}
html body#index .contentShow .rightCon .article .content .page {
  margin: 30px 0;
  font-size: 0;
}
html body#index .contentShow .rightCon .article .content .page .left span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
html body#index .contentShow .rightCon .article .content .page .left span a{
  display: block;
}
html body#index .contentShow .rightCon .article .content .page .right span a{
  display: block;
}
html body#index .contentShow .rightCon .article .content .page .left span.active {
  background-color: #333333;
  color: #fff;
}
html body#index .contentShow .rightCon .article .content .page .right span {
  display: inline-block;
  width: 90px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  color:#a8a8a8 ;
}
html body#index .contentShow .rightCon .article .content .showImg {
  text-align: center;
}
html body#index .contentShow .rightCon .article .content .showImg img {
  width: 770px;
  margin-top: 0;
}
html body#index .contentShow .rightCon .article .content .about {
  margin-left: 95px;
}
html body#index .contentShow .rightCon .article .content .about ul {
  padding: 40px 0;
}
html body#index .contentShow .rightCon .article .content .about ul li {
  font-size: 24px;
  font-weight: lighter;
  color: #333;
  line-height: 48px;
  list-style-image: url(../images/li.jpg);
}
html body#index .contentShow .rightCon .article .content .staffList {
  font-size: 0;
}
html body#index .contentShow .rightCon .article .content .staffList .item {
  display: inline-block;
  width: 292px;
  margin: 10px 0 0 27px;
}
html body#index .contentShow .rightCon .article .content .staffList .item a {
  display: block;
}
html body#index .contentShow .rightCon .article .content .staffList .item a img {
  width: 292px;
  height: 248px;
  margin-top: 0;
}
html body#index .contentShow .rightCon .article .content .staffList .item a .desc {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
}
html body#index .contentShow .rightCon .article .content .staffList .item:first-child {
  margin-left: 0;
}
html body#index .contentShow .rightCon .article .content.estate {
  padding: 10px 0 100px 0;
}
html body#index .contentShow .rightCon .article .content.estate .line {
  font-size: 0;
  width: 100%;
  height: 315px;
  margin-bottom: 10px;
}
html body#index .contentShow .rightCon .article .content.estate .line .imgBox {
  display: inline-block;
  width:465px;
}
html body#index .contentShow .rightCon .article .content.estate .line .imgBox img {
  width: 465px;
  height: 315px;
  margin-top: 0;
}
html body#index .contentShow .rightCon .article .content.estate .line .infoBox {
  vertical-align: top;
  display: inline-block;
  padding: 35px 30px 0 35px;
  width: 400px;
  height: 280px;
  background-color: #f2f3f4;
  overflow-y: scroll;
  font-size:16px;
}
html body#index .contentShow .rightCon .article .content.estate .line .infoBox .name {
  display: inline-block;
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #333;
}
html body#index .contentShow .rightCon .article .content.estate .line .infoBox .name:after{
  clear: both;
  display: block;
  content: '';
}
html body#index .contentShow .rightCon .article .content.estate .line .infoBox p {
  font-size: 16px;
  margin: 14px 0 0 0;
}
html body#index .contentShow .rightCon .article .content.estate .line .infoBox .desc {
  font-size: 16px;
  line-height: 30px;
}
html body#index .contentShow .rightCon .article .content.hr-1 {
  padding: 10px 0 100px 0;
}
html body#index .contentShow .rightCon .article .content.hr-1 img {
  width: 930px;
  margin: 0 0 30px 0;
}
.contentShow .rightCon .article .content.hr-2 .hrList ul li {
  margin-top: 10px;
}
.contentShow .rightCon .article .content.hr-2 .hrList ul li.active {
  background-color: #f7f7f7;
}
.contentShow .rightCon .article .content.hr-2 .hrList .title {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #ddd;
  text-indent: 20px;
  position: relative;
}
.contentShow .rightCon .article .content.hr-2 .hrList .title .sel{
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 22px;
  height: 12px;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all .3s;
}
.contentShow .rightCon .article .content.hr-2 .hrList ul li.active .title .sel{
  transform: rotate(180deg);
            transition: all .3s;
}
.contentShow .rightCon .article .content.hr-2 .hrList .det {
  padding: 30px 20px;
  display: none;
}
.contentShow .rightCon .article .content.hr-2 .hrList .det dl {
  margin-bottom: 20px;
}
.contentShow .rightCon .article .content.hr-2 .hrList .det dl dt {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.contentShow .rightCon .article .content.hr-2 .hrList .det dl dd {
  font-size: 14px;
  line-height: 30px;
  color: #808080;
}
.contentShow .rightCon .article .content.hr-2 .hrList .det .td a {
  display: block;
  width: 100px;
  height: 30px;
  background-color: #e5322c;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.contentShow .rightCon .article .content.hr-2 .hrList ul li.active .det {
  display: block;
}
html body#index .contentShow .rightCon .article .content.hr-det {
  color: #333333;
}
html body#index .contentShow .rightCon .article .content.hr-det h5 {
  font-size: 18px;
  font-weight: bold;
}
html body#index .contentShow .rightCon .article .content.hr-det dl {
  margin-top: 30px;
}
html body#index .contentShow .rightCon .article .content.hr-det dl dt {
  border-bottom: 1px solid #ececec;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
}
html body#index .contentShow .rightCon .article .content.hr-det dl dd {
  line-height: 32px;
}
html body#index .contentShow .rightCon .article .content.hr-det .moreInfo {
  width: 930px;
  box-sizing: border-box;
  padding: 30px 45px 30px 35px;
  margin: 40px 0;
  background-color: #e6e6e6;
}
html body#index .contentShow .rightCon .article .content.hr-det .moreInfo p {
  margin-bottom: 0;
}
html body#index .contentShow .rightCon .article .content.online {
  padding: 10px 0 300px 0;
}
html body#index .contentShow .rightCon .article .content.online input,
html body#index .contentShow .rightCon .article .content.online textarea {
  width: 428px;
  height: 48px;
  border: 1px solid #d7dfe6;
  margin-left: 8px;
}
html body#index .contentShow .rightCon .article .content.online input[type='submit'],
html body#index .contentShow .rightCon .article .content.online textarea[type='submit'] {
  border: none;
  width: 118px;
  height: 50px;
  margin-top: 30px;
  background-color: #e5322c;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
html body#index .contentShow .rightCon .article .content.online input.code,
html body#index .contentShow .rightCon .article .content.online textarea.code {
  width: 150px;
}
html body#index .contentShow .rightCon .article .content.online textarea {
  width: 425px;
  height: 95px;
  vertical-align: top;
}
html body#index .contentShow .rightCon .article .content.online label {
  display: block;
  margin-bottom: 10px;
}
html body#index .contentShow .rightCon .article .content.online label span {
  font-size: 16px;
  color: #333;
}
html body#index .contentShow .rightCon .article .content.online label .zxnr {
  position: relative;
}
html body#index .contentShow .rightCon .article .content.online label .zxnr:before {
  content: '*';
  display: block;
  position: absolute;
  right: -8px;
  color: #ff0000;
}
html body#index .contentShow .rightCon .article .content.online .codeImg {
  width: 120px;
  height: 30px;
  margin-left: 8px;
  border: 1px solid #d7dfe6;
  vertical-align: top;
  margin-top: 9px;
}
html body#index .contentShow .rightCon .article .content.online .change {
  margin-left: 12px;
  font-size: 12px;
  color: #0997ff;
  cursor: pointer;
  text-decoration: underline;
}
html body#index .contentShow .rightCon .article .content.connect {
  padding: 10px 0 140px 0;
}
html body#index .contentShow .rightCon .article .content.connect p {
  font-size: 16px;
  color: #808080;
  line-height: 38px;
  margin-bottom: 0;
}
html body#index .contentShow .rightCon .article .content.connect p.title {
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
}
html body#index .contentShow .rightCon .article .content.connect p .icon {
  display: inline-block;
  margin-right: 8px;
}
html body#index .contentShow .rightCon .article .content.connect p .icon img {
  width: 100%;
  margin-top: 0;
  vertical-align: middle;
}
html body#index .contentShow .rightCon .article .content.connect #allmap {
  width: 930px;
  height: 500px;
  margin-top: 30px;
}
html body#index .contentShow .rightCon .article .content.connect #allmap img {
  margin-top: 0;
}
html body#index .contentShow .rightCon .article .content.connect .t {
  color: #ff0000;
  font-size: 14px;
}
html body#index .contentShow .rightCon .article .content.connect .det {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
}
html body#index .contentShow .rightCon .article .steps {
  padding: 40px 0 50px;
}
html body#index .contentShow .rightCon .article .steps .step {
  position: relative;
  line-height: 48px;
  font-size: 0;
  margin-top: 10px;
}
html body#index .contentShow .rightCon .article .steps .step span {
  display: inline-block;
  vertical-align: middle;
}
html body#index .contentShow .rightCon .article .steps .step .time {
  font-size: 16px;
  color: #333333;
}
html body#index .contentShow .rightCon .article .steps .step .circle {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 30px;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
}
html body#index .contentShow .rightCon .article .steps .step:before {
  display: block;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #cfcfcf;
  position: absolute;
  left: 121px;
  bottom: -15px;
}
html body#index .contentShow .rightCon .article .steps .step:after {
  display: block;
  content: '';
  width: 1px;
  height: 50%;
  background-color: #cfcfcf;
  position: absolute;
  left: 121px;
  top: -15px;
}
html body#index .contentShow .rightCon .article .steps .step .desc {
  width: 560px;
  margin-left: 18px;
  background-color: #efefef;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 30px;
}
/*
html body#index .footer {
  width: 100%;
  padding: 40px 0 80px;
  background: #888888;
  color: #fff;
}
html body#index .footer .con {
  width: 730px;
  margin: 0 auto;
}
html body#index .footer .con .connect .box {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-left: 145px;
}
html body#index .footer .con .connect .box span {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
*/
/*
html body#index .footer .con .connect .box span.i1 {
  background-image: url(../images/i1.png);
}
html body#index .footer .con .connect .box span.i2 {
  background-image: url(../images/i2.png);
}
html body#index .footer .con .connect .box span.i3 {
  background-image: url(../images/i3.png);
}
html body#index .footer .con .connect .box span.i4 {
  background-image: url(../images/i4.png);
}
html body#index .footer .con .connect .box p {
  font-size: 18px;
  line-height: 38px;
  margin: 10px 0;
}
html body#index .footer .con .connect .box:nth-child(1) {
  margin: 0;
}
html body#index .footer .con .connect .box:after {
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  background-color: #888888;
  position: absolute;
  left: 21px;
  top: 40px;
}
html body#index .footer .copyright {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}
html body#index .footer .copyright a {
  color: #fff;
  margin: 0 8px;
}
*/
.newsDet p span {
  white-space: inherit !important;
}
html body#index .contentShow .rightCon .article .content.online label span.subBtn {
  display: inline-block;
  width: 110px;
  height: 50px;
  margin-left: 8px;
  background-color: #e5322c;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}


/*循环图片*/
.line-img{
  width: 100%;
  height:140px;
  font-size:0;
  cursor: pointer;
}
.line-img  img{
  /*display: inline-block;*/
  width:180px;
  height: 140px;
  font-size:0;
}
.line-img img{
  float:left;
  margin-left:7px;
}
.line-img img:first-child{
  margin-left:0px;
}

/*企业荣耀*/
.content .list .show_big{
  width:600px;
  height:400px;
  position: absolute;
  top: 60px;
  left: 54px;
  display: none;
}
.content .list .show_big img{border:1px solid #808080;}
.content .list ul li img{
  cursor:pointer;
}
.content .list{
  position: relative;
}
/*企业资质*/
html body#index .contentShow .rightCon #page .page .left span{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
html body#index .contentShow .rightCon #page .page .right span{
  display: inline-block;
  width: 90px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  color: #a8a8a8;
}
/*.article{text-align: center;}*/
/*html body#index .contentShow .rightCon .article .content .honor1{*/
  /*width:930px;*/
  /*height:1500px;*/
/*}*/
/*.article-show{*/
  /*height: 1500px;*/
  /*overflow-x: hidden;*/
  /*width: 950px;*/
/*}*/

html body#index .contentShow .rightCon .article .content .logoMean {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
html body#index .contentShow .rightCon .article .content .logoMean h4,
html body#index .contentShow .rightCon .article .content .qyln h4 {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 40px;
}
html body#index .contentShow .rightCon .article .content .logoMean .desc .thumb {
  width: 255px;
  height: 165px;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  line-height: 145px;
  background-image: url(../images/logobg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body#index .contentShow .rightCon .article .content .logoMean .desc .thumb img {
  margin-top: 0;
  vertical-align: middle;
}
html body#index .contentShow .rightCon .article .content .logoMean .desc .words p {
  margin-left: 300px;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.contentShow .rightCon .article .content .qyln ul li {
  width: 50%;
  height: 100px;
  float: left;
  margin-bottom: 60px;
}
.contentShow .rightCon .article .content .qyln ul li .icon {
  position: relative;
  width: 90px;
  height: 73px;
  float: left;
}
.contentShow .rightCon .article .content .qyln ul li .icon img {
  margin-top: 0px !important;
}
.contentShow .rightCon .article .content .qyln ul li .icon:after {
  display: block;
  content: '';
  width: 2px;
  height: 75px;
  background-color: red;
  position: absolute;
  right: 0;
  top: -1px;
}
.contentShow .rightCon .article .content .qyln ul li .det {
  float: left;
  margin-left: 15px;
  line-height: 32px;
  color: #333333;
}
.contentShow .rightCon .article .content .qyln ul li .det p:nth-child(1) {
  font-size: 18px;
}
.contentShow .rightCon .article .content .qyln ul li .det p:nth-child(2) {
  font-size: 16px;
  margin-top: 10px;
}
.introcompany .content {
  padding-left: 70px;
  box-sizing: border-box;
}
.introcompany .content p {
  margin-bottom: 30px;
  display: inline-block;
}
.introcompany .content p .title {
  display: inline-block;
    height: 37px;
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 50px;
}
html body#index .contentShow .rightCon .article.introcompany img {
  margin-top: 0;
}