﻿.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: .5s;
  transition: .5s;
}
a:hover{
  text-decoration: none;
}
.top {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.righta {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.dx {
  text-transform: uppercase;
}

.left {
  float: left;
}

.right {
  float: right;
  text-align: left;
}

.clearboth {
  clear: both;
}

.content-1 {
  width: 1200px;
  margin: 0 auto;
}

.content-all {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/*pagebanner*/
.pagebanner {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.pagebanner img {
  width: 100%;
  height: 280px;
  display: block;
}

/*crumbs*/
.crumbs {
  width: 100%;
  background: #fff;
  padding: 15px 0;
}

.crumbs img {
  vertical-align: text-top;
  padding-right: 5px;
  margin-top: 2px;
  width: unset;
  height: unset;
}

/*caseList*/
.caseList {
  overflow: hidden;
  background-color: #fff;
}

.caseList .caseListL {
  width: 20%;
  margin-top: 56px;
}

.caseList .caseListL .caseBoxcon {
  margin-bottom: 1px;
  overflow: hidden;
}

.caseListTitle {
  color: #333;
  background: #333;
  height: auto;
  overflow: hidden;
  padding: 12px 0;
}


.caseList .caseListL .caseListLbox ul li a.oneTitle {
  display: block;
  line-height: 40px;
  font-size: 16px;
  width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  transition: .5s;

  position: absolute;
  font-weight: normal;
  top: 0;
  left: 0;
  z-index: 2;
}

.caseList .caseListL .caseListLbox ul li b {
  width: 14%;
  float: right;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
  position: relative;
  z-index: 9;
}

.caseList .caseListL .caseListLbox ul li a.oneTitle::before {
  display: inline-block;
  content: "|";
  margin-left: 5%;
  margin-right: 5%;
  font-weight: bold;
  color: #dedede;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListL .caseListLbox ul li:hover i {
  top: 0;
}

.caseList .caseListL .caseListLbox ul li:hover a.oneTitle {
  color: #fff;
}

.caseList .caseListL .caseListLbox ul li:hover a.oneTitle::before {
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
} 




.caseTelcon .teltest{
  background: url(../images/tellbg.jpg) no-repeat;
  padding: 15px 0;
}
.caseTelcon h4{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  padding-left: 15px;
  width: 60%;
  line-height: 40px;
  height: 64px;
  background: rgba(33, 33, 33, 0.5);
}
.caseList .caseListL .caseTel ul li {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #252424;
  line-height: 25px;
}

.caseListTitle .caseListT p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  position: relative;
}
.caseListLbox {
  position: relative;
  /* padding: 0 10px; */
  margin-bottom: 20px;
  background: #f6f6f6;
}

.caseListLbox li {
  position: relative;
}

.caseListLbox li:last-child {
  margin-bottom: 0
}

.caseListLbox li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  transition: .5s;
}
.caseListLbox li a .icon {
  width: 46px;
  height: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #E8EAEC;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0C2957;
}
.caseListLbox li:hover a .icon {
  background: #FD4A36;
  color: #fff;
}
.caseListT {
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseListT span {
  display: block;
}
.caseListLbox li.current a,.caseListTitle .caseListT p:before {
  position: absolute;
  height: 3px;
  width: 231px;
  border-bottom: 1px solid #2d2929;
  bottom: 0;
  left: 0;
  background-image: url(../images/shape-3.png);
  background-repeat: no-repeat;
}
.caseList .caseListL .caseTel ul li i{
  font-style: normal;
  font-size: 14px;
  margin-top: 4px;
  color: #333;
}
.caseList .caseListL .caseTel ul li img {
  height: 21px;
  display: inline-block;
  padding-right: 5px;
}
.caseTel {
  box-sizing: border-box;
  background:url(../images/member-9.jpg) no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  padding-bottom: 30px;
}
.caseTel:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .85;
  background: #ffffff;
  z-index: -1;
}
.caseList .caseListL .caseTel a {
  display: block;
  width: 130px;
  height: 40px;
  background: #eda906;
  margin-left: 20px;
  text-align: center;
  margin-top: 20px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListL .caseTel a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.caseList .caseListR {
  width: 880px;
  margin-top: 50px;
}

.caseList .caseListR .caseListTop {
  width: 860px;
  border: 10px solid #f8f8f8;
  background: #fff;
  overflow: hidden;
}

.caseList .caseListR .caseListTop .hd {
  padding: 20px 20px 10px;
  position: relative;
  overflow: hidden;
}

.caseList .caseListR .caseListTop .hd ul li {
  float: left;
  width: 45px;
  height: 30px;
  margin-right: 6px;
  background: #f8f8f8;
  text-align: center;
  line-height: 30px;
}

.caseList .caseListR .caseListTop .hd ul li.on {
  background: #2d2929;
  color: #fff;
}

.caseList .caseListR .caseListTop .hd .caseListP {
  float: right;
}

.caseList .caseListR .caseListTop .hd .caseListP .case-next {
  width: 50px;
  height: 30px;
  float: left;
  background: url(../images/case-next.png) no-repeat center;
  margin-right: 10px;
  cursor: pointer;
}

.caseList .caseListR .caseListTop .hd .caseListP .case-prev {
  width: 50px;
  height: 30px;
  float: left;
  background: url(../images/case-prev.png) no-repeat center;
  cursor: pointer;
}

.caseList .caseListR .caseListTop .bd {
  width: 820px;
  padding: 0 20px 20px;
  overflow: hidden;
}

.caseList .caseListR .caseListTop .bd ul li .caseListImg {
  width: 535px;
  height: 375px;
  position: relative;
  overflow: hidden;
  float: left;
}

.caseList .caseListR .caseListTop .bd ul li .caseListImg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.caseList .caseListR .caseListTop .bd ul li .caseListText {
  width: 195px;
  height: 305px;
  background: #f8f8f8;
  padding: 35px;
  position: relative;
}

.caseList .caseListR .caseListTop .bd ul li .caseListText h4 a {
  display: block;
  font-size: 16px;
  line-height: 46px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListR .caseListTop .bd ul li .caseListText p {
  margin-top: 20px;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 182px;
}

.caseList .caseListR .caseListTop .bd ul li .caseListText i {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #2d2929;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListR .caseListTop .bd ul li:hover .caseListText i {
  width: 100%;
}

.caseList .caseListR .caseListTop .bd ul li .caseListText .caseListMore {
  margin-top: 30px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  color: #666;
}

.caseList .caseListR .caseListTop .bd ul li:hover .caseListText .caseListMore {
  color: #999999;
  margin-left: 110px;

}

.caseList .caseListR .caseListTop .bd ul li:hover .caseListText h4 a {
  padding-left: 10px;
  color: #2d2929;
}

.caseList .caseListR .caseListBottom ul li {
  margin-top: 20px;
  width: 396px;
  border: 5px solid #f8f8f8;
  overflow: hidden;
  padding: 10px;
  float: left;
  margin-right: 28px;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListR .caseListBottom ul li:nth-child(2n) {
  margin-right: 0;
}

.caseList .caseListR .caseListBottom ul li .caseImg {
  width: 200px;
  height: 150px;
  float: left;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListR .caseListBottom ul li .caseImg a {
  display: block;
  width: 200px;
  height: 150px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.caseList .caseListR .caseListBottom ul li .caseImg a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListR .caseListBottom ul li .caseListTextd {
  float: left;
  width: 180px;
  margin-left: 10px;
}

.caseList .caseListR .caseListBottom ul li .caseListTextd h4 a {
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.caseList .caseListR .caseListBottom ul li .caseListTextd p {
  font-size: 14px;
  color: #999999;
}

.caseList .caseListR .caseListBottom ul li .caseListTextd a.caseMore {
  display: block;
  float: left;
  margin-top: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #666;
}

.caseList .caseListR .caseListBottom ul li:hover .caseListTextd a.caseMore {
  color: #2d2929;
  margin-left: 100px;
}

.caseList .caseListR .caseListBottom ul li:hover {
  border: 5px solid #2d2929;
  width: 394px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2)
}

.caseList .caseListR .caseListBottom ul li:hover .caseImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p_xgxx .p_sgxx_ul li:hover .caseList .caseListR .caseListBottom ul li:hover .caseListTextd h4 a {
  color: #2d2929;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.caseList .caseListR .caseListBottom ul li:hover .caseListTextd a.caseMore {
  color: #2d2929;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.neirong p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
}

.neirong div {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
}



.danye {
  margin-top: 50px;
}

.danye .danye_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.danye .danye_title h3 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.danye .danye_title .other {
  text-align: center;
  color: #999;
  padding-top: 20px;
}

.danye .danye_title .other span {
  padding: 0 15px;
}

.danye .neirong {
  padding-top: 20px;
  line-height: 2;
}

.danye .neirong img {
  max-width: 100%;
  padding: 10px 0;
}

.danye .fenxiang {
  display: inline-block;
}

.danye .zy {
  clear: both;
  margin-top: 50px;
  background: url("../images/fenge.jpg") no-repeat center bottom;
  height: 55px;
}

.bshare-custom .bshare-share-count {
  background: transparent url(http://static.bshare.cn/frame/images/counter_box_18.gif) no-repeat !important;
  padding: 0 !important;
}

.danye .zy li {
  float: left;
  line-height: 14px;
  height: 14px;
  color: #666;
  width: 400px;
}

.danye .zy li:nth-child(2) {
  float: right;
}

.danye .zy li:nth-child(2) a {
  text-align: right;
  float: left;
}

.danye .zy li:nth-child(1) a {
  text-align: left;
  float: right;

}

.danye .zy li a {
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 14px;
  height: 14px;
  color: #666;
}

.danye .zy li a:hover {
  color: #2d2929;
}

/*锟斤拷锟斤拷锟斤拷锟斤拷*/
.abuot {
  width: 870px;
  margin-top: 50px;
}

.abuot h3 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.abuot .abuot_t {
  height: 48px;
  background: url("../images/fenge.jpg") no-repeat center bottom;
  margin-top: 10px;
  /* text-align: right; */
  line-height: 30px;
  color: #999;
  text-align: center;
}

.abuot .fenxiang {
  height: 40px;
  /* float: right; */
  margin-left: 20px;
  display: inline-block;
  text-align: center;
}

.abuot .neirong {
  margin-top: 20px;
  line-height: 2;
}

.a_tuijian {
  height: 300px;
  border: 10px solid #f8f8f8;
  margin-top: 35px;
  padding: 0 30px;
}

.a_tuijian h3 {
  padding: 23px 0 0 0px;
  font-size: 16px;
  display: block;
}

.a_tuijian .a_tuijian_c {
  margin: 16px 0 0 0;
}

.a_tuijian .a_tuijian_c li {
  width: 260px;
  text-align: center;
  float: left;
  cursor: url(../images/curpo.png),
    default;
}

.a_tuijian .a_tuijian_c li .atuijianImg>a {
  width: 240px;
  height: 170px;
  border: 10px solid #f8f8f8;
  transition: 0.5s;
  position: relative;
  display: block;
  cursor: url(../images/curpo.png),
    default;
}

.a_tuijian .a_tuijian_c li .atuijianImg>a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.a_tuijian .a_tuijian_c li p a {
  display: block;
  line-height: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
  ;
}

.a_tuijian .a_tuijian_c li:hover .atuijianImg>a {
  border: 10px solid #2d2929;
}

.a_tuijian .a_tuijian_c li:hover p a {
  color: #2d2929;
}

/*锟斤拷品页锟斤拷*/
.productListR {
  width: 77%;
  margin-top: 50px;
  background: #fff;
  margin-bottom: 50px;
}

.productListR .p_c .p_c_1 {
  overflow: hidden;
  margin-top:11px;
}


.productListR .p_c .p_c_1 .p_c_1_t a.more {
  float: right;
  color: #999;
  transition: 0.3s;
}

.productListR .p_c .p_c_1 .p_c_1_t a.more:hover {
  color: #2d2929;
}
.productListR .p_c .p_c_1 .p_c_1_t h4{
  margin-bottom: 20px;
}
.productListR .p_c .p_c_1 .p_c_1_t h4 span {
  font-size: 27px;
  color: #000000;
  font-weight: bold;
  position: relative;
  width: 100%;
  font-family: 'noto serif',serif;
}




.team-carousel .owl-carousel.owl-theme .item{
  height: 300px !important;
}
.productListR .box_01 .pro_list,.xgtjBox .box_01 .pro_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-top: 10px;
}

.productListR .box_01 .pro_list li,.xgtjBox .box_01 .pro_list li {
  width: 32%;
  margin: 0 5px;
  margin-bottom: 20px;
  position: unset !important;
}

.productListR .box_01 .pro_list li .img,.xgtjBox .box_01 .pro_list li .img {
  width: 100%;
}

.productListR .box_01 .pro_list li .txt,.xgtjBox .box_01 .pro_list li .txt {
  width: 100%;
}


.productListR .box_01,.xgtjBox .box_01 {
  padding-top: 0;
}
.p_xgxx {
  margin-top: 50px;
  height: 450px;
  background: #f8f8f8;
}

.p_xgxx .p_xgxx_t {
  height: 80px;
  padding-top: 50px;
  background: url("../images/fenge.jpg") no-repeat center 107px;
  text-align: center;
}

.p_xgxx .p_xgxx_t p {
  font-size: 30px;
  color: #cccccc;
  text-transform: uppercase;
}

.p_xgxx .p_xgxx_t h3 {
  font-size: 26px;
  width: 150px;
  background: #f8f8f8;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}

.p_xgxx .p_sgxx_ul {
  margin-top: 50px;
}

.p_xgxx .p_sgxx_ul ul {
  width: 1280px;
}

.p_xgxx .p_sgxx_ul li {
  width: 355px;
  float: left;
  margin-right: 70px;
}

.p_xgxx .p_sgxx_ul li .p_sgxx_ul_t {
  height: 60px;
}

.p_xgxx .p_sgxx_ul li .p_sgxx_ul_t span {
  float: right;
  color: #999;
  line-height: 60px;
}

.p_xgxx .p_sgxx_ul li .p_sgxx_ul_t h4 {
  width: 290px;

}

.p_xgxx .p_sgxx_ul li .p_sgxx_ul_t h4 span {
  width: 26px;
  height: 5px;
  background: #2d2929;
  margin-right: 263px;
}

.p_xgxx .p_sgxx_ul li .p_sgxx_ul_t h4 a {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  display: block;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 290px;
}

.p_xgxx .p_sgxx_ul li:hover .p_sgxx_ul_t h4 a {
  transition: 0.3s;
  color: #2d2929;
}

.p_xgxx .p_sgxx_ul li p {
  line-height: 30px;
  color: #666;
  height: 85px;
  overflow: hidden;
}

.p_xgxx .p_sgxx_ul li .more a {
  display: block;
  width: 60px;
  height: 30px;
  background: #999;
  text-align: center;
  margin-top: 30px;
  transition: 0.3s;
}

.p_xgxx .p_sgxx_ul li:hover .more a {
  width: 110px;
  background: #2d2929;
}

/*锟斤拷锟斤拷通锟斤拷页锟斤拷*/
.zizhiListR {
  width: 860px;
  float: right;
  margin-top: 50px;
}

.zizhiListR .zz_r .zz_ul ul {
  width: 900px;
}

.zizhiListR .zz_r .zz_ul li {
  width: 270px;
  height: 245px;
  float: left;
  margin: 0 30px 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.zizhiListR .zz_r .zz_ul li img {
  width: 270px;
  height: 200px;
}

.zizhiListR .zz_r .zz_ul li p {
  background: url("../images/jt.png") no-repeat right;
  height: 35px;
}

.zizhiListR .zz_r .zz_ul li p a {
  display: block;
  overflow: hidden;
  text-align: left;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 210px;
}

.zizhiListR .zz_r .zz_ul li p i {
  width: 0px;
  height: 1px;
  z-index: 1;
  display: block;
  position: relative;
  transition: 0.4s;
  top: 39px;
}

.zizhiListR .zz_r .zz_ul li:hover p i {
  width: 100%;
  background: #2d2929;
}

.zizhiListR .zz_r .zz_ul li:hover p a {
  color: #2d2929;
}

.zizhiListR .zz_r .zz_ul li span {
  position: absolute;
  width: 100%;
  height: 200px;
  top: -300px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.zizhiListR .zz_r .zz_ul li span img {
  width: auto;
  height: auto;
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -20px;
  transition: 0.3s;
}

.zizhiListR .zz_r .zz_ul li:hover span img {
  top: 35%;
  transition-delay: 0.2s;
}

.zizhiListR .zz_r .zz_ul li:hover span {
  top: 0;
}

.zizhiListR .zz_r .fenye {
  text-align: center;
}

.zizhiListR .zz_r .fenye li {
  display: inline-block;
  padding: 5px 15px;
  background: #f8f8f8;
  margin: 0 5px;
}



/*锟斤拷锟斤拷锟窖讹拷萍锟酵拷锟�*/
.caseList .zxtj {
  height: 400px;
  border: 10px solid #f8f8f8;
  margin-bottom: 10px;
}

.caseList .zxtj h3 {
  width: 250px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 18px;
}

.caseList .zxtj li {
  width: 250px;
  margin: 0 auto 18px;
  height: 65px;
}

.caseList .zxtj li .zxtj_r {
  width: 155px;
  float: right;
}

.caseList .zxtj li .zxtj_r a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 5px;
  transition: 0.3s;
}

.caseList .zxtj li:hover .zxtj_r a {
  color: #2d2929;
}

.caseList .zxtj li img {
  width: 85px;
  height: 65px;
  float: left;
}

.caseList .zxtj li p {
  height: 40px;
  overflow: hidden;
  color: #666;
}

.prorc {
  height: auto;
}

.prorc .proc {
  padding-top: 25px;
}

.prorc .proc .proc_t {
  text-align: center;
  /* width: 800px; */
  margin: auto;
}

.prorc .proc .proc_t h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.prorc .proc .proc_t .other {
  line-height: 30px;
  color: #999;
  margin-top: 10px;
  border-bottom: 1px dashed #dedede;
}

.prorc .proc .proc_t .other span {
  display: inline-block;
  margin: 0 15px;
}

.xgtjBox {
  padding: 0 20px;
}

.prorc .proc .proc_b {
  padding: 15px;
  line-height: 2;
}

.prorc .proc .fenxiang {

  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

.prorc .proc .bshare-custom .bshare-share-count {
  background: transparent url(http://static.bshare.cn/frame/images/counter_box_18.gif) no-repeat 0 !important;

}


.proc_b p {
  margin-bottom: 10px;
}

.proc_b div {
  margin-bottom: 10px;
}

.prorc .proc .yemian {
  clear: both;
  height: 50px;
  line-height: 50px;
  color: #666;
}

.prorc .proc .yemian li:nth-child(1) {
  float: left;
  margin-left: 15px;
}

.prorc .proc .yemian li:nth-child(1) a {
  float: right;
}

.prorc .proc .yemian li:nth-child(2) {
  float: right;
  margin-right: 15px;
}

.prorc .proc .yemian li:nth-child(2) a {
  float: right;
  text-align: right;
}

.prorc .proc .yemian li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  transition: 0.3s;
}

.prorc .proc .yemian li:hover a {
  color: #2d2929;
}
.tagg {
  /* margin: 10px 0; */
  margin: 15px;
  border-bottom: 1px solid #e2e1e1;
  padding-bottom: 10px;
}

.addpage {
  display: table;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addpage span,
.addpage a {
  display: inline-block;
  padding: 5px 15px;
  background: #000;
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff !important;
}

.addpage span:hover,
.addpage a:hover {
  background: #424b75;
  color: #fff;
}

.caseList .p_xgxx {
  margin-top: 0;
}



.caseList .caseListL .caseListLbox1 ul li {
  display: block;
  color: #15287d;
}

.BusinessShow{
  margin-top:0
}

.caseList .caseListL .caseListLbox1 ul li a{
  position: relative;
  z-index:2;
  display: block;
  line-height: 46px;
  height: 46px;
  border-bottom: 1px dashed #d6d6d6;
  text-decoration: none;
  margin: 0 10px;
  padding-left: 21px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  font-size: 14px;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.caseList .caseListL .caseListLbox1 ul li a:after {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 0px;
  left: -7px;
  cursor: pointer;
  content: "▶";
}
.caseList .caseListL .caseListLbox1 ul li:last-child a {
  border-bottom: none;
}
.caseList .caseListL .caseListLbox1 ul li:hover{
  background: #ffc500;
}
.caseList .caseListL .caseListLbox1 ul li:hover a{
  color: #fff;
  border-bottom: 1px dashed #ffc500;
}
span.icon-right-arrow {
  float: right;
  padding-right: 18px;
  line-height: 40px;
}
.caseList .caseListL .caseListLbox ul li p {
  line-height: 30px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #ddd;
  height: 36px;
  line-height: 36px;
  background: url(../images/caseListIco.png) no-repeat 6px center;
}



.caseList .caseListL .caseListLbox ul li p a {
  color: #333;
  display: block;
  width: 220px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.caseList .caseListL .caseListLbox ul li p a:hover {
  color: #2d2929;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.caseList .caseListL .caseListLbox ul li p a.erjifenlei {
  display: block;
  color: #2d2929;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.xgtj {
  height: auto;
  margin-top: 13px;
  padding-top: 0px;
}

.xgtj h4 {
  padding: 0 20px;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.xgtjImg>a {
  width: 240px;
  height: 170px;
  border: 2px solid #f5f5f5!important;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}






.conactTitle {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}

.conactTitle span {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}


.conactL {
  width: 580px;

}


.ly_d1 {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ly_d1.png) no-repeat 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.webq_bd_2 {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: none;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px 0 50px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
}


.lqy_jia .webq_bd_2 {
  padding: 0 50px 0 10px;
}

.lqy_jia .ly_d1 {
  left: 201px;
}

.lqy_jia .ly_d2 {
  left: 201px;
}

.lqy_jia .webq_bd_1 {
  padding: 0 50px 0 10px;
}

.lqy_jia .ly_d3 {
  left: 462px;
}

.conactText1 i {
  display: inline-block;
  height: 18px;
  background: url(../images/ly_d1.png) no-repeat center left;
  font-size: 14px;
  color: #999;
}

.conactText2 i {
  display: inline-block;
  height: 18px;
  background: url(../images/ly_d2.png) no-repeat center left;
  font-size: 14px;
  color: #999;
}

.conactText3 i {
  display: inline-block;
  height: 18px;
  background: url(../images/ly_d3.png) no-repeat center left;
  font-size: 14px;
  color: #999;
}

.conactText4 i {
  display: inline-block;

  height: 18px;
  background: url(../images/ly_d4.png) no-repeat center left;
  font-size: 14px;
  color: #999;

}

.conactText i {
  width: 48px;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;

}


.conactText {
  background: #f8f8f8;
  padding-left: 20px;
  margin-top: 16px;
}

.conactText input {
  width: 80%;
  display: inline-block;
  background: #f8f8f8;
  height: 40px;
  line-height: 40px;
  color: #999;
}

.conactText4 i {
  display: block;
}

.conactText4 input {
  line-height: 30px;
  width: 96%;
}

.conactL {
  margin-top: 30px;
}

.conactText4 textarea {
  width: 96%;
  height: 80px;
  background: #f8f8f8;
}

.conactBottom {
  width: 100%;
  height: 40px;
  background: #999999;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  color: #fff;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}


.conactR {
  width: 480px;
}

.conactR h4 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 70px;
  margin-bottom: 20px;
}

.conactR ul li.conact1 {
  padding-left: 35px;
  background: url(../images/conactImg1.png) no-repeat center left;
}

.conactR ul li.conact2 {
  padding-left: 35px;
  background: url(../images/conactImg2.png) no-repeat center left;
}

.conactR ul li.conact3 {
  padding-left: 35px;
  background: url(../images/conactImg3.png) no-repeat center left;
}

.conactR ul li.conact4 {
  padding-left: 35px;
  background: url(../images/conactImg4.png) no-repeat center left;
}

.conactR ul li.conact5 {
  padding-left: 35px;
  background: url(../images/conactImg5.png) no-repeat center left;
}

.conactR ul li {
  margin-top: 30px;
  color: #999;
}

.conactConter {
  padding: 50px 0 20px;
  background: #fff;
  line-height: 2;
  font-size: 14px;
}

.conactBox {
  width: 100%;
  height: auto;
}
.newsListBox {
  padding: 0 25px 25px;
}
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #292e39;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #292e39;
}


.newsBottom {
  width: 100%;
  height: 500px;
  background: #f8f8f8;
  margin-top: 50px;
  overflow: hidden;
}
.crumbs {
  padding: 12px 0px;
  background: #f8f8f8;
  font-size: 15px;
}
.crumbs a{
  color:#2d2929
}
.newsBottom ul li {
  width: 270px;
  margin-top: 40px;
}

.newsBottom ul li a.newsBottomImg {
  display: block;
  position: relative;
  width: 270px;
  height: 200px;
  overflow: hidden;
}

.newsBottom ul li a.newsBottomImg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.newsBottom ul li i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBottom ul li .newsBottomText a .newsBottomTextA {
  display: block;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  position: absolute;
  top: 10px;
  width: 230px;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBottom ul li .newsBottomText {
  width: 250px;
  padding: 0 10px;
  height: 150px;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBottom ul li .newsBottomText p {
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  margin-top: 20px;
  text-align: center;
  height: 42px;
  top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 250px;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBottomText {
  position: relative;
}

.newsBottom ul li:hover .newsBottomImg i {
  top: 0;
}

.newsBottom ul li:hover .newsBottomText a.newsBottomTextA {
  position: absolute;
  top: -120px;
  color: #fff;
  width: 250px;
  text-align: center;
}

.newsBottom ul li:hover .newsBottomText {
  background: #7f7f7f;
}

.newsBottom ul li .newsBottomText a.newsBottomTextA {
  width: 250px;
  position: absolute;
  top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsBottom ul li .newsBottomText a.newsBottomTextA b {
  width: 40px;
  height: 2px;
  display: block;
  margin: 0 auto;
  background: #f8f8f8;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 10px;
}



.newsBottom ul li:hover .newsBottomText p {
  color: #fff;
}

.newsBottom ul li:hover .newsBottomText p {
  top: 10px;
}

.newsMore {
  width: 150px;
  height: 30px;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 60px;
  top: 90px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  display: none;
}

.newsBottom ul li:hover .newsBottomText .newsMore {
  display: block;
}


.newsBottom ul li {
  float: left;
  margin: 0 15px;

}



.newsBCenter ul li {
  width: 350px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBcenterTop {
  width: 330px;
  height: 60px;
  padding: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBcenterTopL {
  font-size: 30px;
  color: #999;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBcenterTopL i {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: .5s;
  transition: .5s;
}


.newsBcenterTopR {
  width: 50px;
  height: 45px;
  background: url(../images/newsBcenterTopR.png) no-repeat center;
  margin-top: 8px;
  -webkit-transition: .5s;
  transition: .5s;
}


.newsBcenterButtomLine {
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 81px;
  -webkit-transition: .5s;
  transition: .5s;
}

.newsBcenterTopText a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 3;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: .5s;
  transition: .5s;

}

.newsBcenterTopText p {
  font-size: 14px;
  color: #999;
  line-height: 1.8;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: .5s;
  transition: .5s;

}

.newsBcenterTopText {
  position: absolute;
  top: 80px;
  -webkit-transition: .5s;
  transition: .5s;
}


.newsBCenter ul li:hover .newsBcenterTop {
  background:#f8c80f;
}

.newsBCenter ul li:hover .newsBcenterTop .newsBcenterTopL {
  color: #fff;
}

.newsBCenter ul li:hover .newsBcenterTop .newsBcenterTopL i {
  color: #fff;
}

.newsBCenter ul li:hover .newsBcenterTop .newsBcenterTopR {
  background: url(../images/newsBcenterTopR2.png) no-repeat center;
}


.newsBCenter ul li {
  margin-top: 20px;
  height: 180px;
  float: left;
  margin-right: 75px;
  margin-bottom: 50px;
}

.newsBCenter ul li:nth-child(3) {
  margin-right: 0;
}

.newsBCenter ul li:hover .newsBcenterButtomLine {
  top: 0;
}


.newsBCenter ul li:hover .newsBcenterTop {
  top: 110px;
  ;
}


.newsBCenter ul li:hover .newsBcenterTopText a {
  top: 0;
}

.newsBCenter ul li:hover .newsBcenterTopText {
  top: 0;
}



.serviceBox {
  margin-top: 40px;
  position: relative;
  height: 450px;
  overflow: hidden;
}

.serviceTlImg {
  width: 780px;
  height: 450px;
  position: relative;
}

.serviceTlImg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.serviceTlText {
  position: relative;
  width: 390px;
}

.serviceTlText a.serviceTitle {
  width: 340px;
  padding-right: 40px;
  display: block;
  line-height: 80px;
  font-size: 18px;
  background: url(../images/serviceIco1.png) no-repeat center right;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.serviceTlText .serviceTlTextd {
  width: 380px;
  height: 230px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 80px;
  padding: 35px;
  background: #f8f8f8;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);

}

.serviceTlTextd p {

  line-height: 2;
  font-size: 14px;
  color: #666;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.serviceTlText .serviceTlTextd a {
  width: 110px;
  height: 30px;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  color: #666;
  border-radius: 5px;
  margin-top: 20px;
  line-height: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceTlText .serviceTlTextd a:hover {
  background:#f8c80f;
  color: #fff;
  border: 1px solid#f8c80f;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.newsBottom ul li:hover .newsBottomText a.newsBottomTextA b {
  width: 100px;
}

.serviceBox .hd {
  position: absolute;
  z-index: 9;
  width: 410px;
  right: 0;
  top: 328px;
}

.serviceL {
  width: 90px;
  height: 11px;
  background: url(../images/serviceL.png) no-repeat center;
  cursor: pointer;
  float: left;
}

.serviceR {
  width: 90px;
  height: 11px;
  background: url(../images/serviceR.png) no-repeat center;
  cursor: pointer;
  float: left;
  margin-left: 20px;
}

.serviceTlText a.serviceTitle:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  color:#f8c80f;
}

.serviceList {
  margin-top: 40px;
}

.serviceListImg {
  width: 370px;
  height: 270px;
  overflow: hidden;
  display: block;
  position: relative;
}

.serviceList ul li {
  width: 370px;
  height: 330px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-bottom: 50px;
  margin-right: 10px;
}

.serviceList ul li:nth-child(3n) {
  margin-right: 0;
}

.serviceListImg img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.gesture {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/gesture.png) no-repeat center rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceListText {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #e5e5e5;
}

.serviceListText a {
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 60px;

  color: #333;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceListText p {
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

.serviceList ul li:hover .serviceListImg img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.serviceList ul li:hover .gesture {
  top: 0;
}

.serviceList ul li:hover .serviceListText {
  height: 80px;
  background: #f8f8f8;
}

.serviceList ul li:hover a {
  line-height: 36px;
}

.serviceListText i {
  width: 0;
  height: 4px;
  background:#f8c80f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceList ul li:hover .serviceListText i {
  width: 100%;
}

.serviceNews {
  width: 100%;
  height: 540px;
  background: #fbfbfb;
}

.serviceList .addpage {
  margin: 0 auto 70px;
}

.serviceTitle1 {
  padding-top: 50px;
}

.serviceTitle1 i {
  width: 15px;
  height: 3px;
  background: #999;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  float: left;
  margin-top: 9px;
}

.serviceTitle1 h4 {
  font-size: 18px;
  color: #333;
  line-height: 1;
}

.serviceTitle1 span {
  color: #999;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 5px;
  display: block;
}

.serivceNewsBox {
  margin-top: 36px;
}

.serivceNewsBoxL {
  width: 330px;
  height: 370px;
  -webkit-transition: .5s;
  transition: .5s;
  background: #fff;
}

.serivceNewsBoxL>a {
  width: 330px;
  position: relative;
  height: 230px;
  display: block;
  overflow: hidden;
}

.serivceNewsBoxL>a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.serviceNewsTime {
  width: 125px;
  height: 75px;
  background: url(../images/serviceNewsTime.png) no-repeat center rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceNewsTime span {
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 10px;
  margin-top: 15px;
  color: #fff;
}

.serviceNewsTime i {
  color: #fff;
  margin-top: 46px;
  float: right;
  margin-right: 14px;
  display: block;
}

.serviceNewsLtext {
  width: 330px;
  height: 140px;
  background: #ffffff;
}

.serviceNewsLtext a {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 4;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceNewsLtext p {
  font-size: 14px;
  line-height: 2;
  color: #666;
  padding: 0 10px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.serivceNewsBoxL:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.02);
}

.serivceNewsBoxL:hover a {
  color:#f8c80f;
}

.serivceNewsBoxL:hover .serviceNewsTime {
  background: url(../images/serviceNewsTime.png) no-repeat center rgba(14, 126, 230, 0.5);
  left: 205px;
}

.serviceNewsBoxR ul li {
  width: 820px;

  position: relative;
  padding: 20px 0 32px;
  overflow: hidden;
}

.serviceNewsBoxR ul li i {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0px;
  height: 1px;
  background:#f8c80f;
  -webkit-transition: .5s;
  transition: .5s;
}

.serviceNewsBoxR ul li b {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
  -webkit-transition: .5s;
  transition: .5s;
}

.seviceNewsBoxImg {
  display: block;
  width: 170px;
  height: 130px;
  position: relative;
}

.serviceNewsBoxR ul li:hover i {
  width: 100%;
}

.seviceNewsBoxImg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.seviceNewsBoxRtxt {
  width: 406px;
  padding: 0 54px 0 30px;
}

.seviceNewsBoxRtxt a {
  line-height: 4;
  font-size: 16px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seviceNewsBoxRtxt p {
  font-size: 14px;
  color: #666;
  line-height: 2;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}


.serviceNewsBoxR ul li:hover .seviceNewsBoxRtxt a {
  color:#f8c80f;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.seviceNewsBoxRTime {
  width: 150px;
  height: 130px;
  border-left: 1px solid #dedede;
}

.seviceNewsBoxRTime span {
  font-size: 30px;
  font-weight: 100;
  color: #999;
  display: block;
  text-align: center;
  line-height: 3;
  position: relative;
}

.seviceNewsBoxRTime span i {
  position: absolute;
  top: 0;
  left: 0;
}

.seviceNewsBoxRTime a {
  width: 8px;
  height: 18px;
  overflow: hidden;
  display: block;
  margin-left: 44px;
  animation: proll linear 2s infinite alternate;
}

.seviceNewsBoxRTime a img {
  width: 8px;
  height: 18px;

}

.seviceNewsBoxRTime:hover img {
  border-left: 180px solid transparent;
  -webkit-filter: drop-shadow(-180px 0 0px#f8c80f);
  filter: drop-shadow(-180px 0 0px#f8c80f);
}

.serviceNewsBoxR {
  border-bottom: 1px solid #dedede;
}

.serviceDetailed {
  margin-top: 26px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  padding-bottom: 30px;
}


.serviceDetaildedText p {
  font-size: 14px;
  line-height: 2;
  padding: 28px 0;
  text-indent: 2em;
  color: #333;
}

.serviceDetailedBox ul li {
  float: left;
  margin-top: 30px;
  width: 240px;
  padding: 0 80px;
}


.serviceDetailedBox ul li:nth-child(2) {
  width: 238px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;

}

.serviceDetailedBox ul li i {
  width: 72px;
  height: 72px;
}

.serviceDetailedBox ul li i img {
  display: block;
  margin: 0 auto;
}

.serviceDetailedBox ul li h5 {
  font-size: 20px;
  text-align: center;
  margin-top: 24px;

}

.serviceDetailedBox ul li p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  color: #666;
  line-height: 2
}

.serviceMessagTitle h3 {
  font-size: 20px;
  text-align: center;
  padding-top: 52px;
}

.serviceMessagTitle p {
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  color: #666;
  line-height: 2;
}

.serviceMessageBox {
  width: 1036px;
  margin: 0 auto
}

.serviceMessageBox input {
  padding-left: 30px;
  width: 302px;
  line-height: 2.5;
  border-bottom: 1px solid #dedede;
  margin-right: 20px;
  float: left;
  color: #999;
}

.serviceMessageBox input:nth-child(3) {
  margin-right: 0;
}

.MessageBox1 {
  background: url(../images/MessageBox1.png) no-repeat center left;
}

.MessageBox2 {
  background: url(../images/MessageBox2.png) no-repeat center left;
}

.MessageBox3 {
  background: url(../images/MessageBox3.png) no-repeat center left;
}

.serviceMessageBox textarea {
  background: url(../images/MessageBox4.png) no-repeat center left;
  padding-left: 30px;
  width: 1006px;
  line-height: 34px;
  border-bottom: 1px solid #dedede;
  height: 34px;
  color: #999;
  display: block;
  overflow: hidden;
  margin-top: 20px;
}

.serviceMessageBox input.messageBox4 {
  cursor: pointer;
  width: 140px;
  height: 36px;
  border: 1px solid #dedede;
  float: none;
  padding-left: 0;
  background: #fff;
  margin: 30px auto 0;
  display: block;
  color: #333;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.serviceMessageBox input.messageBox4::before {
  width: 140px;
  height: 36px;
  background:#f8c80f;
}

.serviceMessageBox input.messageBox4:hover {
  background:#f8c80f;
  color: #fff;
  border: 1px solid#f8c80f;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.servoceMap {
  width: 1036px;
  height: 570px;
  margin: 54px auto 0;
}

.teamImg {
  display: block;
  width: 380px;
  height: 280px;
  position: relative;
}

.teamImg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.team ul li {
  float: left;
  margin-top: 40px;
  border: 1px solid #dedede;
  margin-right: 27px;
  -webkit-transition: .5s;
  transition: .5s;
}

.team ul li:nth-child(3n) {
  margin-right: 0;
}

.team ul li .teamText {
  width: 340px;
  margin: 0 auto;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.team ul li .teamText .TeamMore {
  font-size: 16px;
  line-height: 3;
  display: block;
  border-bottom: 1px dashed #dedede;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}


.TeamMd {
  width: 0;
  height: 13px;
  background: url(../images/TeamMd.png) no-repeat center;
  padding-right: 11px;
  display: block;
  overflow: hidden;
  margin: 18px 0;
  text-indent: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  color: #666;
}

.team ul li:hover {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border: 1px solid#f8c80f;
}

.team ul li .teamImg img {
  -webkit-transition: .5s;
  transition: .5s;
}

.team ul li:hover .teamImg img {
  padding: 1%;
  max-width: 98%;
  max-height: 98%;
}


.team ul li:hover .teamText .TeamMore {
  color:#f8c80f;
}

.team ul li:hover .TeamMd {
  width: 40%;
  text-indent: 0;
}










@keyframes proll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  25% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  75% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

}

.more img {
  width: 30px;
  height: 5px;
  display: block;
  margin: 0px auto;
  padding: 12px 0;
}


.danye {
  margin-bottom: 50px;
}

.caseListL {
  margin-bottom: 50px;
}

.prodcts {
  margin-bottom: 50px;
  width: 73%;
  background: #fff;
  margin-top: 50px;
}

.p_xgxx {
  margin-top: 0;
}


.a_tuijian {
  margin-bottom: 50px;
}

.newsBCenter {
  margin-bottom: 30px;
}

.wjdh-map {
  margin-bottom: 50px;
}


.wjdh-map #wmap {
  border: 10px solid #e8e8e8;
  padding: 0 20px;
}




.caseList .caseListL .caseListLbox ul li.product1 a.oneTitle::before {
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.caseList .caseListL .caseListLbox ul li.product1 i {
  top: 0;
}

.newsrel {
  line-height: 35px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.newsrel .newsItem {
  width: 48%;
  margin-right: 1%;
  display: flex;
  border-bottom: 1px dotted #b3b1b1;
}
.newsrel .newsItem a {
  display: block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 9px;
}
.newsItem:before {
  display: inline-block;
  content: "|";
  margin-right: 1%;
  font-weight: bold;
  color: #dedede;
  -webkit-transition: .5s;
  transition: .5s;
  color:#333;
}

.newsrel .newsItem span {
  float: right;
  margin-right: 5px;
}
.webinfo {
  margin: 0 25px 0px;
  line-height: 25px;
  font-size: 14px;
}
.main_case .case_list .item ul li{
  width: 33.3333%;
}
.main_case,.main_case .case_list{
  padding:0
}
.map .map_item {
  margin-bottom:10px;
}
.map .map_item span {
  line-height:30px;
  font-size:16px;
}
.map .map_item ul {
  display:flex;
  flex-wrap: wrap;
}
.map .map_item ul li {
  padding: 10px;
  width: unset !important;
  margin: 0 !important;
}
.map a{
  color:#333
}
.map .map_item ul li a {
  height: unset !important;
  width: unset !important;
}
.footer-nav {
border-radius: 80px 80px 0px 0px;
}
.caseTelcon h4 p {
  font-family: Arial;
  font-weight: 100;
  line-height: 10px;
}

.caseList .caseListL .caseTel ul {
  background: #f6f6f6;
  padding: 10px;
}
.caseList .caseListL .caseTel ul li div {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.productListR .box_01 .pro_list li .txt::before,.xgtjBox .box_01 .pro_list li .txt::before {
  width: 100%;
}

.productListR .box_01 .pro_list li .txt .name{
  width: 170px;
}
.xgtjBox .box_01 .pro_list li .txt .name{
  width: 113px;
}

.caseList .caseListL .caseTel ul li div i {
    font-size: 16px;
    color: #000000;
    margin-right: 8px;
    margin-top: 0;
}

.p_ul {
  line-height: 30px;
  font-size: 15px;
}
.p_ul p{
  line-height: 30px;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.caseListTitle .caseListT p span {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  display: block;
  text-transform: capitalize;
}

.xypg-product-list {
  font-size: 0;
  margin-top: 20px;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 29.333%;
  margin: 0 0.5% 20px 0.5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
}
.xypg-product-list li .img img{
  display: block;
  width:100%;
  height: 250px;
  margin:0 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-product-list li:hover {
  border-color: #292e39;
}
.xypg-product-list li .img:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}
.footer{
  padding-bottom: 20px;
}