[class*=am-u-] {
  width: 25%;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
body {
  overflow-x: hidden;
}
.orange {
  color: #FFAC31;
}
.logoutcolor {
  color: #F8B102;
}
.red {
  color: #FC6267;
}
.black {
  color: #262626;
}
.white {
  color: #fff;
}
.font40 {
  font-size: 40px;
}
.graybg {
  background: #fafafa;
}
.graybg1 {
  background: #F5F5F5;
}
.blueBack {
  background: #2c3746;
}
.whiteBack {
  background: #fff;
}
.mb10 {
  margin-bottom: 10px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr0 {
  margin-right: 0px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #666;
  border-bottom: 5px solid transparent;
  display: inline-block;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #666;
  border-bottom: 5px solid transparent;
  display: inline-block;
}
.dot {
  font-size: 0;
  line-height: 0;
  border-width: 10px;
  border-color: #FFAC31;
  border-right-width: 0;
  border-style: dashed;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.btn {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 112px;
  border: none;
  border-radius: 3px;
  background: #FAA600;
}
.btn:hover {
  background: #FAA700;
}
.minWid {
  max-width: 1190px;
  margin: 0px auto;
}
.fixedWid {
  width: 1190px;
  margin: 0px auto;
}
.headerWrap {
  font-size: 12px;
}
.headerWrap .welcomeWrap {
  height: 28px;
  line-height: 28px;
}
.headerWrap .info {
  color: #ffffff;
}
.welcomeWrap .link {
  color: #fff;
}
.welcomeWrap .link:hover {
  text-decoration: underline;
}
.welcomeWrap .linkcolor {
  color: #F8B102;
}
.navWrap {
  height: 75px;
}
.navWrap .logo {
  background: #fff;
  margin-right: 61px;
}
.navWrap .logo .logoimg {
  margin-top: 12px;
  width: 130px;
  height: 50px;
}
.navWrap .link {
  font-size: 14px;
  padding: 0px 17px;
  height: 75px;
  line-height: 102px;
  color: #2c3746;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  /* transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;	!* Firefox 4 *!
  -webkit-transition: all 0.6s ease;	!* Safari 和 Chrome *!
  -o-transition: all 0.6s ease;	!* Opera *!*/
}
.navWrap .link:last-child {
  padding-right: 0px;
  padding-left: 0px;
  width: 90px;
  text-align: center;
}
.navWrap .link:first-child {
  padding-left: 14px;
}
.navWrap .link {
  position: relative;
}
.navWrap .on {
  background: #f8b102;
}
.navWrap .cont {
  position: absolute;
  display: none;
  z-index: 100;
  color: #fff;
  background: #f8b102;
  top: 74px;
  left: 0px;
  width: 100%;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.6s ease;
  /* Opera */
}
.navWrap .cont .linka {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #2c3746;
}
.navWrap .cont .linka:hover {
  background: #FFCC4E;
}
.fixedNavWrap {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 75px;
  display: block;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 8px #ccc;
  -webkit-box-shadow: 0px 0px 8px #ccc;
  -moz-box-shadow: 0px 0px 8px #ccc;
}
.bannerWrap {
  height: 500px;
  position: relative;
}
.bannerWrap .bannerScroll {
  height: 100%;
  overflow: hidden;
}
.bannerWrap .bannerScroll .imgbg {
  background: url("../assets/banner.png") no-repeat center center;
  height: 500px;
  position: absolute;
  right: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: opacity 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: opacity 0.8s linear;
  /* Opera ease*/
}
.bannerWrap .bannerScroll .imgbg:nth-child(2) {
  background: url("../assets/banner002.jpg") no-repeat center center;
}
.bannerWrap .bannerScroll .banneranimationshow {
  opacity: 1;
  transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: opacity 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: opacity 0.8s linear;
  /* Opera ease*/
}
.bannerWrap .dotcontrol {
  position: absolute;
  bottom: 62px;
  width: 100%;
  text-align: center;
}
.bannerWrap .dotcontrol .dotli {
  width: 10px;
  height: 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.bannerWrap .dotcontrol .dotli:last-child {
  margin-right: 0px;
}
.bannerWrap .dotcontrol .dotli:hover {
  background: orange;
}
.bannerWrap .dotcontrol .on {
  background: orange;
}
.bannerWrap .dotcontrol ul {
  height: 10px;
  margin: 0px auto;
}
.bannerWrap .news {
  background: url(../assets/news.png) no-repeat left center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  padding-left: 25px;
  margin-right: 55px;
  display: block;
  float: left;
}
@media only screen and (min-width: 2460px) {
  .bannerWrap .news {
    background: url(../assets/news2x.png) no-repeat left center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
  }
}
.bannerWrap .link {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 284px;
  display: inline-block;
  margin-right: 25px;
}
.bannerWrap .link:hover {
  text-decoration: underline;
}
.bannerWrap .more {
  color: #f8b102;
  width: 77px;
}
.bannerWrap .fixedWidWrap {
  width: 100%;
  position: absolute;
  bottom: 0px;
  color: #fff;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}
.bannerWrap .fixedWidWrap .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  background: #000;
}
.bannerWrap .fixedWidWrap .fixedWid {
  position: relative;
}
.bigtitle {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
}
.logistiContent {
  background: url("../assets/bigdatabac.jpg") center bottom no-repeat;
  padding-bottom: 98px;
}
.logistiContent .title {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
}
.logistiContent .rollDiv {
  height: 81px;
  overflow: hidden;
}
.logistiContent .listDiv {
  width: 95%;
  margin: 70px auto;
}
.logistiContent .listani {
  transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: top 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: top 0.6s ease;
  /* Opera */
}
.logistiContent .list {
  border-right: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 25%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  top: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.logistiContent .list .unit {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: super;
}
.logistiContent .list .num {
  display: block;
  font-size: 40px;
}
.logistiContent .list .smimg {
  float: left;
  margin-right: 10px;
  margin-top: 22px;
  margin-right: 16px;
  height: 46px;
  width: 50px;
}
.logistiContent .list:last-child {
  border-right: none;
}
@media only screen and (max-width: 1024px) {
  .logistiContent .list:nth-child(2) {
    border-right: 0;
  }
}
.logistiContent .listone {
  position: relative;
  margin: 0px auto;
}
.corebusiness_change {
  transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: background 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: background 0.6s ease;
  /* Opera */
}
.corebusiness {
  height: 500px;
  position: relative;
}
.corebusiness .title {
  font-weight: normal;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  padding: 30px;
  padding-top: 55px;
}
.corebusiness .content {
  width: 95%;
  margin: 0px auto;
  padding: 60px 0px;
}
.corebusiness .content .btngroup {
  width: 182px;
  border-right: 1px solid #fff;
  padding: 30px 0px 0px;
  height: 323px;
}
.corebusiness .content .btngroup .link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  height: 46px;
  line-height: 46px;
  margin-bottom: 25px;
}
.corebusiness .content .btngroup .on {
  background-size: auto 46px;
  font-size: 22px;
  background: url("../assets/orange_on.png") no-repeat;
}
.corebusiness .content .btngroup .dot {
  display: none;
  position: absolute;
  right: -10px;
  bottom: 12px;
  opacity: 1;
}
.corebusiness .content .infocont {
  display: none;
  color: #fff;
  width: 75%;
  padding-left: 37px;
}
.corebusiness .content .infocont .linkgroup {
  margin-top: 71px;
}
.corebusiness .content .infocont .linkgroup .link {
  padding-top: 74px;
  width: 67px;
  color: #fff;
  margin-right: 75px;
  position: relative;
  top: 0px;
  width: 70px;
  display: inline-block;
  text-align: center;
}
.corebusiness .content .infocont .linkgroup .link:nth-child(1) {
  background: url(../assets/cpfw.png) no-repeat center -9px;
  background-size: 70px 70px;
}
.corebusiness .content .infocont .linkgroup .link:nth-child(2) {
  background: url("../assets/tczy.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}
.corebusiness .content .infocont .linkgroup .link:nth-child(3) {
  background: url("../assets/kjwl.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}
.corebusiness .content .infocont .linkgroup .link:last-child {
  margin-right: 0px;
}
.corebusiness .content .infocont .linkgroup .link:hover {
  top: -10px;
}
.corebusiness .content .infocont .linkgroup .linkon {
  transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: top 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: top 0.6s ease;
  /* Opera */
}
.corebusiness .content .infocont:nth-child(2) .link:nth-child(1) {
  background: url(../assets/rys.png) no-repeat center -9px;
  background-size: 70px 70px;
}
.corebusiness .content .infocont:nth-child(2) .link:nth-child(2) {
  background: url("../assets/szyt.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}
.corebusiness .content .infocont:nth-child(2) .link:nth-child(3) {
  background: url("../assets/jcfw.png") no-repeat;
  background-size: 100% auto;
  background-size: 70px 70px;
}
.corebusiness .content .infocont:nth-child(2) .link:hover {
  top: -10px;
}
.corebusiness .content .infocont .tabcont .smtile {
  font-size: 24px;
  margin-bottom: 10px;
}
.corebusiness .content .infocont .tabcont .info {
  line-height: 22px;
}
.slab .slabContWrap {
  background-color: #2B2D39;
}
.slab .slabCont {
  max-width: 1440px;
  margin: 0px auto;
  max-height: 460px;
}
.slab .slabCont .link {
  width: 116px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  margin: 0px auto;
  display: block;
  margin-top: 30px;
  background: url(../assets/play.png) no-repeat 90px 15px;
}
.slab .slabCont .link:hover {
  color: orange;
  background: #fff;
  border-color: #fff;
  background: url(../assets/play_over.png) no-repeat 90px 15px #fff;
}
.slab .slabCont .wrap .infomation {
  display: none;
}
.slab .slabCont .wrapActbg {
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.6s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.6s ease;
  /* Opera */
}
.slab .slabCont .wrapAct {
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.8s ease;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s ease;
  /* Opera */
}
.slab .title {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 32px;
}
.slab .title .info {
  background: url("../assets/s.png") no-repeat left center;
  padding-left: 32px;
}
.slab .listDiv {
  position: relative;
  width: 25%;
  text-align: center;
  float: left;
  color: #fff;
  padding: 0px 15px;
  overflow: hidden;
}
.slab .listDiv:hover .infomation {
  display: block;
}
.slab .listDiv:hover .wrapAct {
  margin-top: -100px;
}
.slab .listDiv:hover .maskbg {
  background: orange;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.slab .listDiv:hover .fixbg {
  width: 108%;
  height: 108%;
}
.slab .listDiv:hover .line {
  display: none;
}
.slab .listDiv .fixbg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
}
.slab .listDiv .maskbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slab .listDiv .smimg {
  margin-top: 150px;
}
.slab .listDiv .smtitle {
  font-size: 26px;
}
.slab .listDiv .smimg,
.slab .listDiv .smtitle,
.slab .listDiv .info,
.slab .listDiv .link {
  position: relative;
  margin-bottom: 10px;
}
.slab .listDiv .line {
  width: 30px;
  border-bottom: 3px solid #fff;
  position: relative;
  text-align: center;
  margin: 13px auto;
  margin-top: 2px;
}
.partner {
  margin-bottom: 82px;
}
.partner .title {
  margin: 65px auto;
  font-size: 40px;
  height: 56px;
  line-height: 56px;
  font-weight: normal;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 30px;
}
.partner .link {
  float: left;
  padding-right: 40px;
  padding-bottom: 15px;
}
.partner .link:nth-child(7n) {
  padding-right: 0px;
}
.footer {
  background: #3E414B !important;
}
.footer .customer {
  color: #fff;
  margin: 40px 20px 37px 0px;
  background: url(../assets/customer.png) no-repeat left 6px;
  padding-left: 66px;
  border-right: 1px solid #575A65;
  padding-right: 56px;
  padding-bottom: 29px;
  margin-right: 0px;
}
.footer .customer .info {
  display: block;
  font-size: 20px;
}
.footer .customer .tel {
  font-size: 36px;
}
.footer .customer .timer {
  font-size: 14px;
  color: #C1C1C1;
}
.footer .linkgroup {
  width: 65px;
  padding: 40px 52px;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.footer .linkgroup .link {
  color: #9CA2A4;
  display: block;
  line-height: 24px;
  font-size: 12px;
}
.footer .linkgroup .link:nth-child(1) {
  color: #fff;
  margin-bottom: 13px;
}
.footer .linkgroup:first-child {
  margin-left: 100px;
}
.footer .linkgroup:nth-child(4) {
  width: 100px;
}
.footer .linkgroup:last-child {
  width: 104px;
  text-align: center;
  margin-right: 0px;
}
.footer .linkgroup .smcode {
  width: 104px;
  height: 104px;
}
.footerbottom {
  background-color: #282828;
  color: #A6A7AB;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
}
.footerbottom .smimg {
  line-height: 48px;
  margin-top: 14px;
  margin-right: 13px;
}
.fixed {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 48px;
  visibility: hidden;
}
.fixed .fixedright {
  position: relative;
}
.fixed .fixedright:last-child {
  margin-top: 10px;
}
.fixed .fixedright:last-child .link {
  border-bottom: 0px;
}
.fixed .fixedright:nth-child(3) .hoverwrap {
  display: block;
  height: 156px;
  text-align: center;
}
.fixed .fixedright:nth-child(3) .hoverwrap img {
  margin: 11px;
  width: 104px;
  height: 104px;
}
.fixed .fixedright:nth-child(3) .hoverwrap .info {
  padding: 0px;
}
.fixed .fixedright .link {
  width: 48px;
  position: relative;
  display: block;
  /*border-bottom:1px solid #fff;*/
  margin-bottom: 1px;
}
.fixed .fixedright .link:hover .title {
  background: #FE980B;
  width: 49px;
  left: -1px;
}
.fixed .fixedright .link .title {
  box-sizing: border-box;
  width: 48px;
  background: #f8b102;
  text-align: center;
  margin-bottom: 1px;
  color: #fff;
  padding: 0px;
  font-size: 12px;
  cursor: pointer;
  line-height: 16px;
  display: block;
  padding: 8px;
  margin: 0px;
  position: relative;
  z-index: 2;
}
.fixed .fixedright .link .hoverwrap {
  position: absolute;
  padding: 5px;
  display: none;
  background: #FE980B;
  width: 139px;
  height: 98px;
  top: 0px;
  right: 48px;
  z-index: 0;
  /*border-right: 1px solid #fff;*/
  margin-right: 1px;
}
.fixed .fixedright .link .hoverwrap .linka {
  color: #fff;
  padding: 4px;
  float: left;
  font-size: 12px;
}
.fixed .fixedright .link .hoverwrap .linka:hover {
  color: #FFF662;
}
.fixed .fixedright .link .hoverwrap .info {
  color: #fff;
  display: block;
  font-size: 12px;
  padding-left: 10px;
}
.fixed .fixedright .link .hoverwrap .info:first-child {
  font-size: 36px;
}
.fixed .fixedright .link .hoverwrap .info:nth-child(2) {
  position: relative;
  top: -5px;
}
.fixed .fixedright .link .hoverwrap .info:nth-child(3) {
  position: relative;
  top: -5px;
}
.fixed .backtop {
  /* visibility:hidden;*/
}
.videoplayWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s linear;
  /* Opera ease*/
  background: #000;
  z-index: 2;
}
.videoplayWrap video {
  width: 100%;
  height: 100%;
}
.videoplayWrap .closebtn {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  background: url(../assets/close.png) no-repeat;
  width: 32px;
  height: 32px;
  text-indent: 1000000px;
}
.videoplayWrap .btngroup {
  height: 40px;
  text-align: center;
  margin: 0px auto;
  position: fixed;
  bottom: 50px;
  width: 100%;
}
.videoplayWrap .btngroup .bg {
  background: #343434;
  opacity: .4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.videoplayWrap .btngroup .enterbtn {
  background: url(../assets/btnBG.png) no-repeat;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: 0px auto;
  cursor: pointer;
}
.videoplayWrap .logo {
  position: fixed;
  top: 0px;
}
.videoplayWrap .logo .smlogo {
  margin-top: 25px;
  margin-left: 50px;
}
.fixed .fixedright .link .hoverwrap:nth-child(3) {
  height: 156px;
}
.twolevelWrap .t_content .title {
  padding: 50px 0px 7px 0px;
  font-size: 40px;
  text-align: center;
}
.twolevelWrap .t_content .subhead {
  margin-bottom: 15px;
}
.twolevelWrap .t_content .twotitle {
  font-size: 34px;
}
.twolevelWrap .t_content .info {
  line-height: 24px;
  width: 980px;
  margin: 0px auto;
  text-align: center;
  color: #666;
}
.twolevelWrap .t_content .flowInfo {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 78px;
}
.twolevelWrap .t_content .flowInfo .list {
  width: 178px;
  display: inline-block;
  text-align: center;
  padding: 0px 35px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.twolevelWrap .t_content .flowInfo .list .info {
  width: 100%;
  font-size: 12px;
  line-height: 17px;
  display: block;
  margin-top: 16px;
  color: #666;
}
.twolevelWrap .t_content .flowInfo .list .dot-right {
  position: absolute;
  right: 0px;
  top: 35px;
}
.twolevelWrap .t_content .flowInfo .list .dot-right:after {
  content: "";
  position: relative;
  top: 0px;
  right: 0px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
}
.twolevelWrap .t_banner {
  height: 350px;
  background: url("../assets/supplychain/banner.jpg") no-repeat center center;
  color: #fff;
}
.twolevelWrap .t_banner .title {
  padding-top: 90px;
  text-shadow: 0px 2px 3px #333;
}
.twolevelWrap .t_banner .info {
  color: #fff;
  text-shadow: 0px 1px 3px #333;
}
.twolevelWrap .t_cpfw .title {
  padding-top: 50px;
}
.twolevelWrap .t_cpfw .flowInfo .list img {
  width: 105px;
  height: 80px;
}
.twolevelWrap .t_hyjjfa .flowInfo .list img {
  width: 60px;
  height: 60px;
}
.twolevelWrap .t_hyjjfa,
.twolevelWrap .t_kjfw {
  background: #f5f5f5;
}
.twolevelWrap .t_hyjjfa .flowInfo,
.twolevelWrap .t_kjfw .flowInfo {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 65px;
}
.twolevelWrap .t_hyjjfa .flowInfo .list,
.twolevelWrap .t_kjfw .flowInfo .list {
  width: 285px;
  width: 283px\9;
  height: 225px;
  padding: 27px 25px 21px;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #fff;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  transition: all .3s ease;
}
.twolevelWrap .t_hyjjfa .flowInfo .list:nth-child(4),
.twolevelWrap .t_kjfw .flowInfo .list:nth-child(4) {
  margin-right: 0px;
}
.twolevelWrap .t_hyjjfa .flowInfo .list:nth-child(2),
.twolevelWrap .t_kjfw .flowInfo .list:nth-child(2) {
  margin-right: 16px;
}
.twolevelWrap .t_hyjjfa .flowInfo .list .title,
.twolevelWrap .t_kjfw .flowInfo .list .title {
  font-size: 16px;
  display: block;
  margin: 10px 0px 8px 0px;
  padding: 0px;
}
.twolevelWrap .t_hyjjfa .flowInfo .list .info,
.twolevelWrap .t_kjfw .flowInfo .list .info {
  margin: 0px;
  color: #999;
}
.twolevelWrap .t_hyjjfa_trans .flowInfo .list {
  cursor: pointer;
}
.twolevelWrap .t_hyjjfa_trans .flowInfo .list:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  box-shadow: 0 26px 40px -24px rgba(77, 77, 77, 0.4);
  -webkit-box-shadow: 0 26px 40px -24px rgba(77, 77, 77, 0.4);
  -moz-box-shadow: 0 26px 40px -24px rgba(77, 77, 77, 0.4);
}
.twolevelWrap .t_tczyfw .info {
  width: 600px;
  margin-bottom: 49px;
}
.twolevelWrap .t_tczyfw .contWrap {
  margin: 0 9%;
}
.twolevelWrap .t_tczyfw .contWrap .typeInfo {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #F8A502;
  width: 80px;
  margin: 0px auto;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
.twolevelWrap .t_tczyfw .contWrap .imggroup {
  margin-right: 102px;
}
.twolevelWrap .t_tczyfw .contWrap .imggroup img {
  width: 350px;
  height: 310px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .smimg {
  float: left;
  margin-right: 13px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .smimg img {
  width: 50px;
  height: 50px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxdl {
  float: left;
  width: 522px;
  margin-bottom: 38px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxdl:last-child {
  margin-bottom: 0px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxdl:first-child {
  margin-top: 30px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxdd {
  font-size: 12px;
  line-height: 17px;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxdd:last-child {
  color: #999;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxddtit {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}
.twolevelWrap .t_tczyfw .contWrap .threehx .hxdt {
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
  font-weight: bold;
}
.twolevelWrap .t_tczyfw .contWrap2 {
  margin: 0 13%;
  margin-top: 72px;
  margin-bottom: 55px;
}
.twolevelWrap .t_tczyfw .contWrap2 .typeInfo {
  width: 86px;
}
.twolevelWrap .t_tczyfw .contWrap2 .threehx {
  width: 228px;
}
.twolevelWrap .t_tczyfw .contWrap2 .threehx .hxdl {
  margin-bottom: 20px;
}
.twolevelWrap .t_tczyfw .contWrap2 .threehx .link {
  color: #438AEB;
  font-size: 12px;
}
.twolevelWrap .t_tczyfw .contWrap2 .imggroup {
  margin-right: 0px;
  position: relative;
  right: -61px;
}
.twolevelWrap .t_tczyfw .contWrap2 .imggroup img {
  width: 600px;
  height: 440px;
}
.twolevelWrap .t_kjfw {
  background: #f5f5f5;
}
.twolevelWrap .t_kjfw .info {
  width: 960px;
}
.twolevelWrap .t_kjfw .flowInfo {
  padding-bottom: 60px;
}
.twolevelWrap .t_kjfw .flowInfo .list {
  width: 379px;
  height: 242px;
  margin-right: 26px;
}
.twolevelWrap .t_kjfw .flowInfo .list img {
  width: 80px;
  height: 80px;
}
.twolevelWrap .t_kjfw .flowInfo .list .title {
  font-weight: bold;
}
.twolevelWrap .t_kjfw .flowInfo .list:nth-child(2) {
  margin-right: 26px;
}
.twolevelWrap .t_kjfw .flowInfo .list:last-child {
  margin-right: 0px;
}
.twolevelWrap .t_kjfw_info .flowInfo .list .info {
  width: 229px;
  margin: 0px auto;
}
.suningcourier .t_banner {
  background: url("../assets/suningcourier/banner.jpg") no-repeat center center;
}
.suningcourier .t_tczyfw .contWrap .threehx .hxdl {
  width: 256px;
  margin-right: 59px;
}
.suningcourier .t_tczyfw .contWrap .threehx .hxdl:first-child {
  margin-bottom: 0px;
  margin-top: 0px;
}
.suningcourier .t_tczyfw .contWrap .threehx .hxdl:nth-child(2n) {
  margin-right: 0px;
}
.suningcourier .t_szyt .twotitle {
  padding-bottom: 40px;
}
.suningcourier .t_szyt .cont {
  width: 1032px;
  margin: 0px auto;
}
.suningcourier .t_szyt .contWrap {
  margin: 0 7%;
  padding-bottom: 60px;
  margin-top: 104px;
}
.suningcourier .t_szyt .contWrap .imggroup {
  margin-right: 0px;
}
.suningcourier .t_szyt .contWrap .imggroup img {
  width: 360px;
  height: 280px;
}
.suningcourier .t_szyt .contWrap .smmap {
  margin-right: 60px;
  position: relative;
  top: -50px;
}
.suningcourier .t_szyt .contWrap .smmap img {
  width: 467px;
  height: 344px;
}
.suningcourier .t_szyt .contWrap .info {
  margin-top: 60px;
  width: 505px;
}
.suningcourier .t_szyt .threehx {
  font-size: 14px;
  line-height: 28px;
  width: 529px;
  margin-right: 100px;
}
.suningcourier .t_szyt .flowInfo {
  margin-top: 0px;
}
.suningcourier .t_szyt .flowInfo .list {
  width: 350px;
  height: 130px;
  background: none;
  border-right: 1px solid #D8D8D8;
  padding: 0px;
  padding: 0px 60px;
  margin: 0px;
}
.suningcourier .t_szyt .flowInfo .list:last-child {
  border-right: 0;
}
.suningcourier .t_szyt .flowInfo .list:first-child {
  margin-left: 70px;
}
.suningcourier .t_szyt .flowInfo .list .title {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 9px;
}
.suningcourier .t_szyt .flowInfo .list .info {
  font-size: 16px;
  line-height: 25px;
}
.suningcourier .t_jcfw {
  background: none;
}
.suningcourier .t_jcfw .flowInfo .list {
  border: 1px solid #E0E0E0;
  margin-right: 26px;
  margin-bottom: 26px;
}
.suningcourier .t_jcfw .flowInfo .list img {
  width: 80px;
  height: 80px;
}
.suningcourier .t_jcfw .flowInfo .list:nth-child(n) {
  margin-right: 26px;
}
.suningcourier .t_jcfw .flowInfo .list:nth-child(3n) {
  margin-right: 0px;
}
.suningcourier .t_rys .twotitle {
  padding-bottom: 37px;
}
.suningcourier .t_rys .contWrap {
  margin-bottom: 73px;
}
.suningcourier .t_rys .contWrap .threehx .hxdl {
  margin-bottom: 30px;
}
.suningcourier .t_rys .contWrap .threehx .hxdt {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
}
.suningcourier .t_rys .link {
  color: #4B96FC;
  display: inline-block;
  margin-top: 10px;
}
.suningcourier .t_rys .flowInfo {
  margin-top: 0px;
}
.suningcourier .t_rys .flowInfo .list {
  padding-top: 60px;
  height: 225px;
}
.suningcourier .t_rys .flowInfo .list img {
  width: 130px;
  height: 50px;
}
.suningcourier .t_rys .flowInfo .list .title {
  font-size: 20px;
}
.financial .t_banner {
  background: url('../assets/financial/banner.jpg') no-repeat center center;
}
.financial .t_banner2 {
  height: 375px;
  background: url('../assets/financial/banner2.png') no-repeat center center;
}
.financial .t_banner2 .title {
  padding-top: 41px;
  padding-bottom: 8px;
}
.financial .t_banner2 .bold {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 12px;
}
.financial .t_banner2 .linegroup {
  width: 112px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  margin-top: 12px;
}
.financial .t_banner2 .linegroup .line {
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  top: 12px;
  width: 35px;
}
.financial .t_banner2 .linegroup .right {
  right: 0px;
}
.financial .t_banner2 .linegroup .left {
  left: 0px;
}
.financial .t_banner2 .linegroup .info {
  width: 42px;
  position: relative;
}
.t_qyrz .listdiv {
  margin: 25px auto 65px;
  margin-top: 0px;
}
.t_qyrz .list {
  width: 33%;
  float: left;
  padding: 0 4%;
}
.t_qyrz .list .smimg {
  display: block;
  text-align: center;
  margin: 0px auto;
}
.t_qyrz .list .info {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 21px;
}
.t_qyrz .list .bold {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 15px auto 7px;
}
.t_qyrz .list .linegroup {
  position: relative;
  width: 112px;
  margin: 0px auto;
}
.t_qyrz .list .linegroup .line {
  border-bottom: 1px solid #E0E0E0;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
}
.t_qyrz .list .linegroup .info {
  width: 42px;
  position: relative;
  background: #fff;
}
.t_qyrz .list:first-child {
  /*padding-left:0px;*/
}
.t_qyrz .list:last-child {
  /*padding-right:0px;*/
  width: 34%;
}
.t_qybx .contwrap {
  width: 74%;
  margin: 0px auto;
}
.t_qybx .list:nth-child(n) {
  width: 50%;
}
.t_qybx .list:first-child {
  padding-right: 8%;
}
.t_qybx .list:last-child {
  padding-left: 8%;
}
.countrylogistics .t_banner {
  background: url(../assets/countrylogistics/banner.jpg) no-repeat center center;
}
.countrylogistics .t_content .contdl {
  margin: 0px auto;
  margin-bottom: 40px;
  width: 80%;
  margin-left: 10%;
}
.countrylogistics .t_content .contdl:last-child {
  width: 490px;
}
.countrylogistics .t_content .listdiv {
  margin-left: 10%;
}
.countrylogistics .t_content .contdt {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: bold;
  border-left: 8px solid #FAA600;
  padding-left: 15px;
}
.countrylogistics .t_content .contdd {
  font-size: 14px;
  line-height: 28px;
  padding-left: 25px;
}
.countrylogistics .t_content .group {
  margin-right: 82px;
}
.countrylogistics .t_content .group dl {
  margin-bottom: 40px;
  margin-left: 0px;
}
.countrylogistics .t_xcwl {
  margin: 46px auto 78px;
}
.cloud .t_banner {
  background: url(../assets/cloud/bg.png) no-repeat top center;
  height: 1500px;
}
.cloud .t_banner .subhead {
  width: 842px;
}
.cloud .lineGroup {
  width: 322px;
}
.cloud .subtitle {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 20px;
}
.cloud .subtitle .line {
  display: inline-block;
  height: 1px;
  width: 316px;
  background: #334B68;
  position: relative;
  top: -11px;
}
.cloud .subtitle .txt {
  padding: 0px 28px;
}
.cloud .subtitle .linev {
  display: inline-block;
  height: 24px;
  width: 6px;
  background: #A9DCEF;
}
.cloud .contwrap {
  width: 67%;
  margin: 0px auto;
}
.cloud .list:nth-child(n) {
  width: 300px;
  text-align: center;
  padding: 46px;
  padding: 46px 33px;
}
.bigmarket .t_banner {
  background: url(../assets/bigmarket/banner.jpg) no-repeat center center;
}
.bigmarket .t_wldsc .link {
  height: 36px;
  line-height: 36px;
  color: #FAA600;
  text-align: center;
  font-size: 14px;
  border: 1px solid #FAA600;
  display: inline-block;
  margin: 19px auto 32px;
  background: url(../assets/play_over.png) no-repeat 90px 14px;
  padding: 0px 35px;
  padding-left: 29px;
}
.bigmarket .t_wldsc .list img {
  width: 70px;
  height: 70px;
}
.bigmarket .t_wldsc .list:nth-child(n) {
  width: 379px;
  border: 1px solid #E6E6E6;
  padding-top: 48px;
  padding-bottom: 78px;
  margin-right: 25px;
}
.bigmarket .t_wldsc .list:nth-child(3) {
  margin-right: 0px;
}
.samecityserver .t_banner {
  background: url(../assets/samecity/banner.jpg) no-repeat center center;
}
.samecityserver .t_tcps .cont {
  margin-top: 30px;
  margin-bottom: 28px;
  width: 942px;
  margin: 43px auto 28px;
}
.samecityserver .t_tcps .imggroup {
  margin-right: 152px;
}
.samecityserver .t_tcps .imggroup img {
  width: 370px;
  height: 280px;
}
.samecityserver .t_tcps .threehx {
  width: 420px;
}
.samecityserver .t_tcps .hxdl:first-child {
  margin-bottom: 42px;
}
.samecityserver .t_tcps .hxdt {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}
.samecityserver .t_tcps .hxdd {
  font-size: 14px;
  line-height: 24px;
}
.samecityserver .t_sqfw .flowInfo {
  padding-bottom: 40px;
  margin-top: 40px;
}
.samecityserver .t_sqfw .flowInfo .list {
  height: 210px;
}
.samecityserver .t_sqfw .title {
  padding-top: 38px;
}
.samecityserver .t_ztfw {
  background: #fff;
}
.samecityserver .t_ztfw .flowInfo .list {
  width: 575px;
  margin-right: 40px;
  border: 1px solid #E6E6E6;
  height: 173px;
  padding-top: 42px;
  padding: 42px 60px 0px;
}
.samecityserver .t_ztfw .flowInfo .list .smimg {
  float: left;
  margin-right: 20px;
}
.samecityserver .t_ztfw .flowInfo .list .info {
  text-align: left;
}
.samecityserver .t_ztfw .flowInfo .list .title {
  text-align: left;
}
.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 101;
}
.popup .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.popup .cont {
  width: 755px;
  height: 300px;
  background: #fff;
  margin: 0px auto;
  padding: 11px 22px 30px;
  position: relative;
}
.popup .cont .title {
  padding: 15px 0px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.popup .cont .close {
  background: url("../assets/close1.png") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  cursor: pointer;
}
.popup .cont .info {
  display: inline-block;
  padding: 6px 0px;
  float: left;
  margin-right: 10px;
  line-height: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 93px;
  text-align: center;
}
.popup .cont .info:nth-child(7n) {
  margin-right: 0px;
}
.popup .cont .info:hover {
  background: orange;
  color: #fff;
}
.popup .cont .content {
  padding-top: 16px;
}
.popup .cont .twolevel {
  display: none;
  position: absolute;
  top: 69px;
  background: #fff;
  height: 168px;
}
.popup .cont .btngroup {
  display: none;
  width: 92px;
  margin: 0px auto;
}
.popup .cont .backbtngroup {
  width: 92px;
  height: 38px;
  position: absolute;
  bottom: 26px;
}
.popup .cont .backbtn {
  height: 38px;
  line-height: 38px;
  width: 92px;
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 0px;
  cursor: pointer;
}
.popup .cont .backbtn:hover {
  border: 1px solid orange;
  color: #fff;
  background: orange;
}
.popup #twolevelc .info:hover {
  background: none;
  color: #333;
}
.twolevelWrap .t_content .subhead {
  margin-bottom: 20px;
}
.t_qllwly {
  width: 1108px;
  margin: 0px auto;
  margin-top: 207px;
}
.t_qllwly .listdiv {
  width: 900px;
}
.t_qllwly .list img {
  width: 108px;
  height: 124px;
}
.t_qllwly .list .info:last-child {
  color: #A9DCEF;
}
.t_lxcloud {
  margin-top: 87px;
}
.t_lxcloud .subtitle {
  margin-bottom: 87px;
}
.t_lxcloud .listDiv .smtitle {
  font-size: 22px;
}
.t_lxcloud .listDiv .infomation .info {
  font-size: 12px;
  width: auto;
  padding: 0px 13px;
}
.t_lxcloud .listDiv .maskbg {
  background: #0F548A;
}
.t_lxcloud .listDiv:hover .maskbg {
  background: #0F548A;
}
.t_lxcloud .smimg {
  width: 60px;
  height: 60px;
}
.gradient {
  width: 100%;
  height: 108px;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(rgba(0, 0, 0, 0)));
}
.verifycont .title {
  font-size: 32px;
  margin: 56px auto 38px;
  font-weight: bold;
  text-align: center;
}
.verifycont .logincont {
  background: url('../assets/tt/bg.png') no-repeat center bottom;
  padding-bottom: 153px;
}
.verifycont .logincont .info {
  width: 50px;
  text-align: right;
  float: left;
}
.verifycont .logincont .inputtxt {
  width: 307px;
  padding: 0px 10px;
  border: 1px solid #E0E0E0;
  height: 36px;
  line-height: 36px;
}
.verifycont .logincont .a_group {
  width: 360px;
  margin: 0px auto;
  margin-bottom: 34px;
  height: 36px;
  line-height: 36px;
}
.verifycont .logincont .a_group:last-child {
  margin-top: 40px;
}
.verifycont .logincont .a_group .btn {
  margin-left: 64px;
}
.customerInfocont {
  font-size: 12px;
  padding-bottom: 20px;
}
.customerInfocont .title {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0px 15px;
}
.customerInfocont .seachgroup {
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 15px 0px;
  margin-bottom: 55px;
}
.customerInfocont .seachgroup .labelgroup {
  height: 30px;
  line-height: 30px;
  float: left;
}
.customerInfocont .seachgroup .labelgroup:first-child {
  margin-left: 17px;
}
.customerInfocont .seachgroup .inputtxt {
  border: 1px solid #E0E0E0;
  height: 30px;
  line-height: 30px;
  width: 120px;
  background: #fff;
  padding: 0px 10px;
  float: left;
  margin-right: 12px;
}
.customerInfocont .seachgroup .inputtxt:nth-child(2) {
  background: #f7f7f7;
  color: #BFBFBF;
}
.customerInfocont .seachgroup .btn {
  width: 74px;
  padding: 0px;
  height: 30px;
}
.customerInfocont .tablegroup .table {
  width: 100%;
  border: 1px solid  #E0E0E0;
}
.customerInfocont .tablegroup .table th,
.customerInfocont .tablegroup .table td,
.customerInfocont .tablegroup .table tr {
  padding: 6px 10px;
  border: 1px solid  #E0E0E0;
}
.customerInfocont .tablegroup .table th td {
  border-color: #E0E0E0;
  background: #E0E0E0;
  font-weight: bold;
}
.customerInfocont .tablegroup .table tr td {
  background: #fff;
}
.customerInfocont .tablegroup .table tr td:last-child {
  text-align: center;
}
.customerInfocont .tablegroup .table .link {
  cursor: pointer;
}
.customerInfocont .tablegroup .btngroup {
  font-weight: bold;
  padding: 20px 0px;
  text-align: right;
  border: 1px solid #E0E0E0;
  border-top: none;
  background: #fafafa;
}
.customerInfocont .tablegroup .btngroup .btn {
  border: 1px solid  #E0E0E0 ;
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #101010;
  padding: 0px;
  cursor: pointer;
}
.customerInfocont .tablegroup .btngroup .btn:hover {
  background: #FAA600;
  color: #fff;
  border-color: #faa600;
}
.customerInfocont .tablegroup .btngroup .btn:nth-child(n+1) {
  margin-left: -1px;
}
.customerInfocont .pageselect {
  height: 24px;
  width: 50px;
  border: 1px solid #E0E0E0;
}
.popup_customerInfo .cont_hei_auto {
  height: auto;
}
.popup_customerInfo .cont {
  padding: 0px;
}
.popup_customerInfo .cont .title {
  padding: 15px 22px;
}
.popup_customerInfo .cont .close {
  right: 20px;
}
.popup_customerInfo .cont .btngroupbg {
  padding: 24px;
  background: #F9F9F9;
  border-top: 1px solid #DDDDDC;
  margin-top: 40px;
}
.popup_customerInfo .cont .btngroup {
  display: block;
  height: 32px;
  width: 210px;
}
.popup_customerInfo .cont .btngroup .btn {
  width: 88px;
  height: 32px;
}
.popup_customerInfo .cont .btngroup .btn:first-child {
  margin-right: 22px;
}
.popup_customerInfo .cont .btngroup .cancel {
  color: #666;
  background: #fff;
  border: 1px solid #E0E0E0;
}
.popup_customerInfo .commitcont {
  padding: 0px 22px;
}
.popup_customerInfo .mt27 {
  margin-top: 27px;
}
.popup_customerInfo .a_group {
  height: 34px;
  line-height: 34px;
  margin-bottom: 8px;
}
.popup_customerInfo .a_group .infomation {
  font-size: 12px;
  margin: 0px;
  margin-right: 4px;
  width: 92px;
  text-align: right;
  display: inline-block;
}
.popup_customerInfo .a_group .inputtxt {
  border: 1px solid  #DDDDDC;
  height: 34px;
  line-height: 34px;
  padding: 0px 10px;
  width: 160px;
}
.popup_customerInfo .a_group .address,
.popup_customerInfo .a_group .comment {
  width: 430px;
}
.popup_customerInfo .a_group:first-child .inputtxt {
  background: #f7f7f7;
  color: #BFBFBF;
}
.popup_customerInfo .a_group .level {
  width: 160px;
  margin-right: 93px;
}
.popup_customerInfo .a_group .dzmd {
  width: 104px;
  margin-left: 57px;
}
.popup_customerInfo .a_group .mr0 {
  margin-right: 0px;
}
.popup_customerInfo .a_group .inputradio {
  position: relative;
  top: 2px;
}
.popup_customerInfo .a_group_t .a_group .inputtxt {
  background: none;
  color: #333;
}
.popup_customerInfo .mt0 {
  margin-top: 0px !important;
}
.popup_customerInfo .posirelative {
  position: relative;
  overflow: hidden;
}
.popup_customerInfo .select {
  border: 1px solid  #DDDDDC;
  line-height: 34px;
  width: 100px;
  padding-left: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击去除高亮的颜色*/
  background: url(../assets/tt/down.png) no-repeat 82px center #fff;
  padding-right: 0 \9;
  background: none \9;
}
.popup_customerInfo .selectdiv {
  width: 100px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.popup_customerInfo .selectdiv .selectedinput {
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid  #DDDDDC;
  padding: 0px 10px;
  background: url("../assets/tt/down.png") no-repeat 78px center;
  cursor: pointer;
  display: block;
}
.popup_customerInfo .selectdiv .optiondiv {
  background: #fff;
  display: block;
  border: 1px solid  #DDDDDC;
  border-top: none;
  width: 100%;
  position: absolute;
  display: none;
}
.popup_customerInfo .selectdiv .optiondiv .opt {
  height: 28px;
  line-height: 28px;
  display: block;
  width: 100%;
  padding: 0px 10px;
  cursor: pointer;
}
.popup_customerInfo .selectdiv .optiondiv .opt:hover {
  background: #dadada;
}
.popup_customerInfo .province_group {
  position: relative;
  z-index: 2;
}
.popup_customerInfo .province_group .userProvinceCode {
  left: 96px;
}
.popup_customerInfo .province_group .userCityCode {
  left: 206px;
}
.popup_customerInfo .province_group .userCountyCode {
  left: 316px;
}
.popup_customerInfo .level {
  background: url(../assets/tt/down.png) no-repeat 140px center;
}
.popup_customerInfo .address,
.popup_customerInfo .comment {
  width: 430px;
}
@media only screen and (min-width: 1400px) {
  .corebusiness .content .infocont .linkgroup .link:nth-child(1) {
    background: url(../assets/cpfw.png) no-repeat center -9px;
    background-size: 70px 70px;
  }
}
.wid1190 {
  width: 1190px;
  margin: 0px auto;
}
.videoplayWrap .logo.smlogo {
  position: fixed;
  top: 20px;
  background: #000;
  left: 20px;
  padding: 10px;
}
.videoplayWrap .btngroup .enterbtn1 {
  background: #a3a6aa;
  border: 1px solid #fff;
}
.ttwrapper .banner {
  height: 140px;
  background: url("../assets/tt/banner.jpg") no-repeat center center;
}
.popup .wid285 {
  width: 285px;
}
.popup .wid180 {
  width: 180px;
}
.popup .comfirmdiv .detail {
  padding: 40px 20px 0px;
}
.popup .comfirmdiv .btngroupbg {
  padding: 34px 0px;
  background: none;
  border-top: none;
  margin-top: 0px;
}
.popup .comfirmdiv .sucinfo {
  padding: 26px;
  text-align: center;
  background: url(../assets/tt/gou.png) no-repeat center 20px;
  padding-top: 63px;
  font-size: 12px;
}
select::-ms-expand {
  display: none;
}
/*footer 3列*/
.footer .linkgroup {
  width: 98px;
}
.error404 {
  width: 812px;
  margin: 170px auto 197px;
}
.error404 .txtgroup {
  width: 276px;
  margin-top: 50px;
}
.error404 .txtgroup .info {
  display: block;
  color: #808080;
}
.error404 .txtgroup .error {
  font-size: 75px;
  font-weight: bold;
  color: #333;
  line-height: 86px;
}
.error404 .txtgroup .sorry {
  font-size: 34px;
  line-height: 48px;
}
.error404 .txtgroup .nofind {
  font-size: 20px;
  line-height: 48px;
}
.error404 .txtgroup .btn {
  padding: 0px;
  height: 32px;
  line-height: 32px;
  width: 81px;
  margin-top: 14px;
}
.error404 .txtgroup .btn:hover {
  background: #F37E40;
}
.ctrgraybg {
  background: #f7f7f7 !important;
  color: #BFBFBF !important;
}
.adbannerWrap {
  height: 60px;
}
.adbannerWrap .bannerScroll .imgbg {
  height: 60px;
  -webkit-background-size: auto 60px;
  background-size: auto 60px ;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  /* Firefox 4 */
  -webkit-transition: all 0.8s linear;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s linear;
  /* Opera ease*/
  cursor: pointer;
}
.adbannerWrap .bannerScroll .imgbg:nth-child(2) {
  -webkit-background-size: auto 60px;
  background-size: auto 60px ;
}
.adbannerWrap .bannerScroll .imgbg:nth-child(3) {
  -webkit-background-size: auto 60px;
  background-size: auto 60px ;
}
.adbannerWrap .dotcontrol {
  bottom: 13px;
}
.move {
  cursor: move;
}
#serveRange .cont {
  position: absolute;
}
