.wrapper{max-width:1200px;margin-left:auto;margin-right:auto;margin-bottom: 35px;}
.module {
	    padding: 85px 0 80px;
}
.module-title {
	  margin-bottom: 25px;
    text-align: center;
}
.module-title .title h2 {
	  font-size: 38px;
    font-weight: 700;
}
.module-title .title h2 span {
	  color: rgba(16,187,184,1);
}
.module-title .desc {
	    margin-top: 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.8;
}
.service-item {
	    overflow: hidden;
}

.service-item ul li {
	float: left;
  width: 20%;
}
.service-item ul li .item {
	  margin: 0 35px;
    text-align: center;
}
.service-item ul li .more {
	margin-top: 20px;
	
}
.service-item .info {
		min-height: 180px;
    margin-top: 30px;
}
.service-item .info .title {
		font-size: 20px;
		font-weight: 600;
    line-height: 1.55;
    color: rgba(16,187,184,1);
}
.service-item .info .intro {
		margin-top: 15px;
    font-size: 16px;
    color: #666;
}
.more {
	transition: all .3s ease;
    display: inline-block;
    width: 115px;
    max-width: 100%;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    background-color: rgba(255,108,0,1);
    color: #fff;
}
.more:hover {
	background-color: rgba(16,187,184,1);
	color: #fff;
}
.desc strong {
	font-weight: 600;
	font-size: 18px;
}






.ipt-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.banner{
  position: relative;
}
.linear {
  background-color: #10bbb8;
  background-image: linear-gradient(0deg, #10bbb8, #28cbc8);
  background-image: -webkit-linear-gradient(0deg, #10bbb8, #28cbc8);
  background-image: -moz-linear-gradient(0deg, #10bbb8, #28cbc8);
  background-image: -o-linear-gradient(0deg, #10bbb8, #28cbc8);
}
.module-title {
  text-align: center;
  padding: 52px 0 35px;
}
.module-title h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 8px;
}
.module-title h3::after,
.module-title h3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  width: 11px;
  height: 11px;
  /* background: url(../images/common/tit_left1.png) no-repeat 0 0; */
}
.module-title h3::before {
  left: auto;
  right: -22px;
  /* background: url(../images/common/tit_right1.png) no-repeat 0 0; */
}
.module-title p {
  color: #888888;
}
.mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}
.dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 51;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.dialog .dialog-main {
  padding: 16px 32px;
}
.dialog .dialog-main .dialog-form-item {
  margin-bottom: 16px;
}
.dialog .dialog-main .dialog-form-item label {
  display: block;
  color: #666666;
  margin-bottom: 8px;
}
.dialog .dialog-main .dialog-form-item .ipt-wrap {
  width: 374px;
  height: 42px;
  border: 1px solid #e5e5e5;
}
.dialog .dialog-main .dialog-form-item .ipt-wrap input {
  width: 100%;
  height: 42px;
  padding: 0 16px;
  background-color: #f9f9f9;
}
.dialog .dialog-main .dialog-code-item input {
  width: 263px !important;
}
.dialog .dialog-main .dialog-code-item button {
  position: relative;
  width: 112px;
  height: 42px;
  background-color: #f9f9f9;
  color: #10bbb8;
  margin-left: -6px;
}
.dialog .dialog-main .dialog-code-item button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: #d2d2d2;
}
.dialog .dialog-main .save-text {
  color: #10bbb8;
  line-height: 30px;
  text-indent: 16px;
}
.dialog .dialog-main .apply-btn {
  display: block;
  width: 260px;
  height: 52px;
  background: #10bbb8;
  font-size: 16px;
  color: #ffffff;
  margin: 24px auto 0;
}
.dialog .dialog-title {
  position: relative;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: url(../images/outbound/apply_bg.jpg) no-repeat 0 0;
}
.dialog .dialog-title .dialog-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  background: url(../images/outbound/close_icon.png) no-repeat 0 0;
}
.dialog.on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
@keyframes hot {
  0% {
    top: -20px;
  }
  100% {
    top: -15px;
  }
}
@keyframes sechot {
  0% {
    top: -5px;
  }
  100% {
    top: 0px;
  }
}

/* #footer {
  background: #1f1f24;
  padding-bottom: 10px;
}
#footer div {
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
#footer .footer-item-wrap,
.footer-center a:hover {
  color: #10bbb8 !important;
}
#footer .footer {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
#footer .footer a {
  color: #777777;
  line-height: 24px;
  font-size: 14px;
}
.bei_an {
  font-size: 12px !important;
}
.bei_an:hover {
  color: #777777 !important;
}
.footer-top {
  width: 100%;
  height: 180px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.footer-item-wrap {
  float: left;
  width: 652px;
  height: 180px;
}
.footer-item-wrap ul:first-child {
  margin-left: 0;
}
.footer-item-wrap ul {
  float: left;
  margin: 20px 22px;
  text-align: left;
  max-width: 84px;
  overflow: hidden;
}
.footer-item-wrap img {
  width: 87px;
  height: 87px;
  float: right;
  margin-top: 50px;
}
.footer-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #e8e8e8;
}
.footer-map-wrap {
  width: 490px;
  height: 136px;
  float: left;
  margin-top: 30px;
  margin-left: 56px;
  border-left: 1px solid #444;
}
#footer .footer-map-img {
  width: 130px;
  height: 107px;
  float: left;
  margin: 0 0 0 56px;
}
.footer-info {
  width: 280px;
  float: left;
  color: #E8E8E8;
  margin: 0 0 0 20px;
}
.footer-tel {
  font-size: 14px;
  line-height: 30px;
}
.footer-tel strong {
  font-weight: 700;
}
.footer-cover {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 4px;
}
.footer-cover-info {
  color: #777;
  font-size: 14px;
  line-height: 22px;
}
.footer-center {
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  line-height: 5px;
  color: #E8E8E8;
  font-size: 14px;
}
.footer-center > div {
  line-height: 32px;
}
.footer-center a {
  margin: 0 8px;
  color: #E8E8E8 !important;
}
.footer-bottom {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
}
.footer-bottom p {
  line-height: 24px;
  color: #7E7E7E;
}
.footer-certificate {
  margin-bottom: 10px;
  margin-top: 5px;
}
.footer-certificate img {
  margin: 0 10px;
  width: 80px;
  height: 30px;
}
#footer .foot-img {
  text-align: center;
  margin-top: 20px;
}
#footer .foot-img li {
  display: inline-block;
  margin-right: 7px;
} */
.footer-warp{min-width:1200px;background-color:#1d2323}
.footer-main{position:relative;width:1200px;margin:0 auto;padding:30px 0;overflow:hidden;border-bottom:1px rgba(245,245,246,.1) solid}
.footer-main:after{content:'';display:block;position:absolute;top:30px;bottom:30px;right:512px;width:1px;background:rgba(245,245,246,.1)}
.footer-link{float:left;width:690px}
.footer-link>li{display:block;float:left;width:25%;text-align:left;line-height:26px}
.footer-link>li>h5{font-weight:700;color:#d7d8d9}
.footer-link>li a{color:#9b9ea0;font-size:12px}
.footer-link>li a:hover{color:#10bbb8}
.footer-other{float:right;width:510px;line-height:26px}
.footer-code{float:left;margin-left:150px;color:#9b9ea0;text-align:center}
.footer-code .img-warp{margin:0 auto 5px;width:106px;height:106px}
.footer-code img{width:100%;height:100%}
.footer-info{float:right;text-align:right}
.footer-info>h1{display:inline-block;width:108px;margin-bottom:5px}
.footer-info>h1 img{width:100%}
.footer-info>p{color:#d7d8d9}
.footer-info .hot-tel{display:block;padding-top:15px;color:#9b9ea0}
.footer-info .hot-tel b{display:block;color:#d7d8d9;font-size:24px;line-height:30px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:170px}
.footer-copyright{width:1200px;text-align: center; margin:0 auto;padding:20px 0 30px;line-height:26px;color:#5f6367}
.footer-copyright>ul>li{display:inline-block;vertical-align:middle;margin-right:36px;color:#9b9ea0}
.footer-img-wrap{width:1200px;margin:0 auto;padding-bottom:36px}
.footer-img-wrap a{display:inline-block;width:101px;height:38px;margin-right:8px}
.footer-img-wrap a img{width:100%;height:100%}
.footer-img-wrap a .s-img{display:none}
.footer-img-wrap a:hover .s-img{display:inline-block}
.footer-img-wrap a:hover .n-img{display:none}
.footer-warp{text-align:left}
.foot-pre-sales{position:relative;width:180px;float:left;color:#fff;line-height:30px;margin-right:100px}
.foot-pre-sales:after{content:'';display:block;position:absolute;right:0;top:0;bottom:0;width:1px;background-color:#4b5054}
.foot-pre-sales>p{font-size:16px}
.foot-pre-sales>big{font-size:20px}
.foot-pre-sales .consult-text{font-size:14px;letter-spacing:.44px}
.foot-pre-sales .consult-text a{color:#9b9ea0}
.foot-pre-sales .consult-text a:hover{color:#10bbb8}
.foot-pre-sales+.footer-link{width:920px}
.foot-pre-sales+.footer-link>li{width:20%;margin:0 6px}
.foot-pre-sales+.footer-link>li>h5{font-size:16px;font-weight:400;margin-bottom:15px}
.foot-pre-sales+.footer-link>li.code{width:120px}
.foot-pre-sales+.footer-link>li.code img{display:none;width:78px;height:78px;margin-top:10px;margin-bottom:5px}
.foot-pre-sales+.footer-link>li.code>div>p{cursor:pointer}
.foot-pre-sales+.footer-link>li.code>div>p:hover a{color:#10bbb8}
.foot-pre-sales+.footer-link>li.code>div>p:last-child img{display:block}
.foot-pre-sales+.footer-link+.footer-other{width:115px;float:right}
.dgg-product{width:1200px;margin:0 auto;border-top:1px rgba(245,245,246,.1) solid;padding:10px 0;line-height:25px}
.dgg-product>li{position:relative;display:block;color:#9b9ea0;font-size:12px;min-height:25px}
.dgg-product>li>label{position:absolute;left:0;display:block;width:70px}
.dgg-product-list{margin-left:70px}
.dgg-product-list:after{content:'';display:block;font-size:0;height:0;visibility:hidden;clear:both}
.dgg-product-list>li{display:block;float:left;width:89px;margin:0 12px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.dgg-product-list>li a{color:#73777a}
.dgg-product-list>li a:hover{color:#10bbb8}
.dgg-about-container{width:1200px;margin:0 auto;padding:10px 0;line-height:30px;border-top:1px rgba(245,245,246,.1) solid}
.about-link-wrap>a{margin-right:35px;font-size:16px;color:#9b9ea0}
.about-link-wrap>a:hover{color:#10bbb8}
.friend-link-wrap>a{margin-right:20px;font-size:14px;color:#73777a}
.friend-link-wrap>a:hover{color:#10bbb8}
.footer-copyright{line-height:30px;padding:10px 0 30px;border-top:1px rgba(245,245,246,.1) solid;color:#9b9ea0}
.footer-main{border-bottom:0}
.footer-main:after{display:none}








.middle{
  position: relative;
  top:-1px;
}
.header-warp {
  position: relative;
  z-index: 100;
  min-width: 1200px;
  background-color: #fff;
  font-size: 12px
}

.header-top {
  height: 36px;
  line-height: 36px;
  background-color: #f5f5f5;
  color: #979c9b;
  border-bottom: 1px #f5f5f6 solid
}

.header-top .mr-gap {
  margin-right: 24px
}

.header-top a {
  color: #979c9b
}

.header-top .top-cont {
  width: 1200px;
  margin: 0 auto
}

.header-top ul {
  font-size: 0
}

.header-top .left {
  float: left
}

.header-top .right {
  float: right
}

.header-top .left>li:first-child:hover {
  background: #fff;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1
}

.header-top .left>li:first-child:hover::before {
  display: none
}

.header-top .right li:first-child::before {
  display: none
}

.header-top li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: transparent solid;
  border-width: 0 1px;
  font-size: 12px;
  padding-left: 12px;
  position: relative
}

.header-top li .font14 {
  font-size: 14px !important
}

.header-top li .iconfont {
  margin-right: 6px;
  font-size: 12px
}

.header-top li .iconfont.iconnav_ic_pointnormal {
  margin-right: 0;
  position: relative;
  left: 4px
}

.header-top li:last-child {
  padding-right: 0
}

.header-top li::before {
  position: absolute;
  left: -4px;
  content: '|';
  color: #e1e1e1
}

.header-top li.down-menu:hover {
  border: #f5f5f6 solid;
  border-width: 0 1px;
  background-color: #fff
}

.header-top li.down-menu:hover+li::before {
  display: none
}

.header-top li.down-menu:hover::before {
  display: none
}

.header-top li.down-menu:hover>a {
  color: #10bbb8
}
.bar-expand {
  display: none;
  position: absolute;
  top: 50px;
  background: #e9e9ea;
  z-index: 997;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  line-height: 20px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 9px 0 rgba(0,0,0,.15);
}
.header-top li.down-menu:hover .bar-expand {
  display: block;
  border-bottom: 1px #e5e5e5 solid;
  line-height: 1;
  color: #f60
}

.header-top li>a:hover {
  color: #10bbb8
}

.header-top li .user-name {
  display: inline-block;
  max-width: 150px;
  line-height: normal;
  vertical-align: text-bottom;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.header-top li.user {
  padding-left: 12px
}

.header-top .dot {
  position: absolute;
  right: 6px;
  top: 8px;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #10bbb8
}

.header-top .color-orange {
  color: #10bbb8
}

.header-top .bar-expand {
  top: 36px;
  border: 1px #f5f5f6 solid;
  border-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.header-top .bar-expand:before {
  display: none
}

.header-top .bar-expand-dingcloud {
  width: 100%;
  left: 0;
  background-color: #fff;
  text-align: center
}

.header-top .bar-msg-inner>a>span {
  color: #10bbb8
}

.header-top .bar-msg-inner>a {
  color: #292e2e
}

.header-top .bar-msg-inner>a:hover {
  color: #10bbb8
}

.header-top .bar-expand-msg .look-msg {
  color: #10bbb8
}

.header-top .bar-expand-msg .look-msg:hover {
  text-decoration: none
}

.header-top .bar-msg-inner>a>span {
  color: #10bbb8
}

.header-top .bar-dingcloud-inner>a {
  display: block;
  padding: 10px 0;
  color: #292e2e
}

.header-top .bar-dingcloud-inner>a+a {
  border-top: 1px #f5f5f6 solid
}

.header-top .bar-dingcloud-inner>a:hover {
  color: #10bbb8
}

.header-top .bar-dingcloud-inner>a>span {
  color: #10bbb8
}

.header-top .bar-expand-decode {
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  text-align: center
}

.header-top .bar-expand-decode img {
  width: 80px;
  height: 80px
}

.header-top .bar-expand-decode p {
  margin-top: 10px;
  color: #979c9b
}

.header-top .bar-expand-exit {
  width: 100%;
  width: 120px;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border-top: 1px #f5f5f6 solid
}

.header-top .bar-expand-exit img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px
}

.header-top .bar-expand-exit a {
  color: #979c9b
}

.header-top .bar-expand-exit a:hover {
  color: #f60
}

.header-top .bar-exit-inner {
  line-height: 36px
}

.city-change {
  position: relative;
  cursor: pointer;
  z-index: 100
}

.city-change .address-icon {
  width: 11px;
  height: 14px;
  vertical-align: text-bottom
}

.city-change>a {
  position: relative;
  line-height: 36px;
  font-size: 12px;
  color: #979c9b
}


.city-change .city-down {
  display: none;
  position: absolute;
  top: 36px;
  left: -13px;
  width: 210px;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  line-height: 28px;
  text-align: left
}

.city-change .city-down::before {
  content: '';
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  right: 0;
  top: 0;
  background: #eee
}

.city-change .city-down label {
  display: block;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 16px;
  margin-bottom: 8px;
  line-height: 1;
  color: #10bbb8
}

.city-change .city-down ul:after {
  content: '';
  display: block;
  height: 0;
  clear: both
}

.city-change .city-down li {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  width: calc(100%/3);
  width: -moz-calc(100%/3);
  width: -webkit-calc(100%/3)
}

.city-change .city-down li>a {
  color: #252525
}

.city-change .city-down li>a:hover {
  color: #10bbb8
}

.city-change .city-down li:nth-child(3n) {
  text-align: right
}

.city-change .city-down li:nth-child(3n-1) {
  text-align: center
}

.city-change .city-down li::before {
  display: none
}

.header-bar {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  text-align: left
}

.header-bar>.logo {
  float: left;
  width: 210px;
  height: 60px;
  position: relative;
  top: -6px
}

.header-bar>.logo a {
  display: block;
  width: 100%;
  height: 100%
}

.header-bar>.logo img {
  width: 100%;
  height: 100%
}

.header-bar>.search {
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  margin-left: 87px
}

.header-bar>.search label {
  position: relative;
  display: block
}

.header-bar>.search label:after {
  content: '';
  display: block;
  height: 0;
  clear: both
}

.header-bar>.search label .iconfont {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: #bcbaba;
  line-height: 40px
}
.header-bar>.search label .iconfont.iconhuaban3{
  width: 18px;
  height:18px;
  background-size:cover;
}
.header-bar>.search input {
  display: block;
  float: left;
  width: 365px;
  padding: 0 16px 0 35px;
  line-height: 36px;
  height: 36px;
  border: 2px #10bbb8 solid;
  border-right: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 14px
}

.header-bar>.search input::-webkit-input-placeholder {
  color: #bababa
}

.header-bar>.search input::-moz-placeholder {
  color: #bababa
}

.header-bar>.search input:-ms-input-placeholder {
  color: #bababa
}

.header-bar>.search .btn {
  float: left;
  width: 102px;
  line-height: 40px;
  background-color: #10bbb8;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer
}

.header-bar>.search .btn:hover {
  color: #fff;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6
}

.header-bar>.search .hot-push {
  font-size: 0;
  margin: 10px -8.5px 0;
  height: 16px
}

.header-bar>.search .hot-push>a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10.5px;
  font-size: 12px;
  color: #979c9b
}

.header-bar>.search .hot-push>a:hover {
  color: #10bbb8
}

.header-bar>.search .hot-push>a:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #eee
}

.header-bar>.search .hot-push>a:first-child:before {
  display: none
}

.header-bar>.search .hot-push>a.recommend {
  color: #10bbb8
}

.header-bar>.bar {
  float: right
}

.header-bar>.bar ul {
  font-size: 0
}

.header-bar>.bar li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  font-size: 14px;
  position: relative;
  line-height: 40px
}

.header-bar>.bar li:hover .bar-expand {
  display: block
}

.header-bar>.bar li>a {
  position: relative;
  color: #292e2e
}

.header-bar>.bar li>a>.dot {
  position: absolute;
  right: -6px;
  top: 0;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #10bbb8
}

.header-bar>.bar li>a>.num {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-left: 3px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #10bbb8
}

.header-bar>.bar li>a:hover {
  color: #10bbb8
}

.header-bar>.bar li .iconfont {
  color: #292e2e;
  margin-right: 5px
}

.header-bar>.bar li:first-child {
  margin-left: 0
}

.header-bar>.bar li:last-child {
  margin-right: 0
}

.header-bar>.bar li.user {
  max-width: 120px
}

.header-bar>.bar li.user a {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #10bbb8
}

.header-bar>.bar li.user .bar-expand {
  font-size: 12px;
  background-color: #fff;
  padding: 10px 15px;
  line-height: 26px;
  width: 90px;
  right: 0
}

.header-bar>.bar li.user .bar-expand a {
  color: #292e2e
}

.header-bar>.bar li.user .bar-expand a:hover {
  color: #10bbb8
}

.header-bar>.bar li.user:hover .bar-expand:before {
  display: none
}

.header-bar>.bar .guagua-btn {
  min-width: 90px;
  color: #fff
}

.header-bar>.bar .guagua-btn:hover {
  color: #fff
}

.header-bar>.bar .bar-expand {
  top: 40px
}

.header-bar>.bar .bar-expand .bar-msg-inner>a:hover {
  color: #10bbb8
}

.header-bar>.bar .bar-expand .bar-msg-inner>a>span {
  color: #10bbb8
}

.header-bar>.bar .bar-expand>a {
  color: #10bbb8
}

.header-bar>.bar .bar-expand>a:hover {
  text-decoration: underline
}

.header-bar>.adver-box {
  display: inline-block;
  width: 280px;
  height: 62px;
  float: right
}

.header-bar>.adver-box img {
  width: 100%;
  height: 100%
}


.main-menu {
  margin: 0 auto;
  width: 100%;
  min-height: 25px;
  background: #fff;

}

.main-menu:after {
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
  clear: both
}

.main-menu ul {
  width: 1200px;
  /* overflow: hidden; */
  margin: 0 auto;
  position: relative;
}

.main-menu ul>li {
  display: block;
  float: left;
  margin: 0 16px
}

.main-menu ul>li:first-child {
  margin-left: 40px;
  color: red;
}
.main-menu ul>li:first-child a{
  color: red;
}
.main-menu ul>li:last-child {
  margin-right: 0
}

.main-menu ul>li>a {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  color: #292e2e;
  font-size: 16px
}

.main-menu ul>li>a:hover {
  color: #10bbb8
}

.main-menu ul>li:hover>a {
  color: #10bbb8
}
.active_top>a{
  color: #10bbb8!important
}
.main-menu ul>li:hover .two_menu{
  display: block;
}

.two_menu{
  display: none;
  position: absolute;
  width: 1200px;
  height:58px;
  background:rgba(255,255,255,1);
  box-shadow:0px 3px 9px 1px rgba(214,214,219,0.3);
  z-index: 1;
  padding: 0 25px;
  box-sizing: border-box;
  padding-right:40px;
  line-height: 58px;
  left: 0;
  transition: all .3s;
  top:50px;


}
.two_menu a{
  color: #333;
  font-size: 14px;
  margin-right: 30px;
}
.one_menu a i,.two_menu a i{
  color: #FC0617;
  font-size: 10px;
}



.fiexd_box{
  /* width:60px; */
  height: auto;
  position: fixed;
  right: 7px;
  margin-left: 640px;
  bottom: 20%;
  cursor: pointer;
  z-index: 9999;
  box-shadow:0px 4px 9px 0px rgba(60,62,73,0.16);
}
.box_item{
  width:60px;
  height:90px;
  background:rgba(255,255,255,1);
  font-size:12px;
  font-weight:400;
  color:rgba(86,86,86,1);
  text-align: center;
  border-bottom: 1px solid #F0F2F5;
  overflow: hidden;
  position: relative;
  transition: all .3s;
}
.box_item:hover{
  background: #10BBB8;
  color: #ffffff;
}
.box_item p{
  text-align: center;
  line-height: 1.2;
}
.box_item img{
  width:24px;
  height:24px;
  margin:10px auto 8px;
}
.box_item:hover .hot{
  display: block;
}
.box_item:hover .cur{
  display: none;
}
.fiexd_box .cur{
  display: block;
}
.fiexd_box .hot{
  display: none;
  text-align: center;
}
.er_code{
  width:60px;
  height:60px;
  overflow: hidden;
  background:rgba(255,255,255,1);
}
.er_code:hover{
  background: #10BBB8;
  color: #ffffff;
}
.er_code:hover .hot{
  display: block;
}
.er_code:hover .cur{
  display: none;
}
.go_top:hover{
  background: #10BBB8;
  color: #ffffff;
}
.go_top:hover .hot{
  display: block;
  text-align: center;
}
.go_top:hover .cur{
  display: none;
}
.er_code img{
  display: block;
  width:28px;
  height:28px;
  margin:16px auto 0;
}
.go_top{
  width:60px;
  height:60px;
  display: block;
  line-height: 60px;
  margin-top: 4px;
  text-align: center;
  overflow: hidden;
  background:rgba(255,255,255,1);
  font-size:14px;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:1.2;
  text-decoration: none;
  transition: all .3s;
}
.go_top img{
  margin: 25px auto 0;
}
.go_top p{
  margin-top: 12px;
}
.zixun_box{
  width:387px;
  /*height:267px;*/
  height:145px;
  background:rgba(255,255,255,1);
  box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 24px;
  box-sizing: border-box;
  position: absolute;
  right: 70px;
  top: 0;
  display: none;
}
.zixun_box .title{
  font-size:14px;
  font-weight:400;
  color:rgba(86,86,86,1);
  line-height: 16px;
  margin:  18px 0 10px;
}
.zixun_box .phone{
  font-size:20px;
  font-weight:bold;
  color:rgba(16,187,184,1);
  line-height:22px;
  margin-bottom: 10px;
}
.zixun_box .num{
  font-size:12px;
  font-weight:400;
  color:rgba(184,184,184,1);
  line-height:14px;
  margin-bottom: 20px;
}
.zixun_box .line{
  width:100%;
  height:1px;
  background:rgba(240,242,245,1);
  margin-bottom: 14px;
}
.zixun_box .label{
  font-size:14px;
  font-weight:500;
  color:#565656;
  line-height:16px;
  margin-bottom: 12px;
}
.input_box{
  height: 40px;
}
.zixun_box input{
  width:calc(100% - 100px);
  float: left;
  height:40px;
  background:#fff;
  font-size:14px;
  font-weight:500;
  color:#565656;
  text-align: center;
  line-height:40px;
  float: left;
  border: none;
  outline: none;
  color: #565656;
  border:1px solid rgba(221,221,221,1);
  box-sizing: border-box;
  padding-left: 12px;
  text-align: left;
}

.zixun_box .btn{
  width:100px;
  height:40px;
  background:rgba(16,187,184,1);
  font-size:14px;
  font-weight:500;
  color:#fff;
  text-align: center;
  line-height:40px;
  float: left;
}
.zixun_box .tip{
  font-size:12px;
  margin-top: 12px;
  font-weight:400;
  color:rgba(255,102,0,1);
  line-height:14px;
  display: inline-block;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #979C9B;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #979C9B;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #979C9B;
  font-size: 14px;
}
.er_code_box{
  width:184px;
  height:206px;
  background:rgba(255,255,255,1);
  box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 70px;
  bottom: 6px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.er_code_box img{
  width:140px;
  height:140px;
  margin: 0 auto;
}
.er_code_box .name{
  font-size:14px;
  font-weight:400;
  color:rgba(37,37,37,1);
  line-height:16px;
  margin-top: 12px;
}
.module-strength .container{
  background: url(../images/index/map-bg.png) no-repeat 187px 255px
}
.module-strength .str-list li{
  background-color: transparent !important;
  margin-bottom: 32px !important;
}
.module-strength .str-list{
  margin-top: 20px !important;
}
.module-strength .img-list .fl::after{
  top: 32px !important;
}
.module-strength .str-list li div{
  margin: 21px 0 24px !important;
}
.module-strength .str-list li:nth-child(4) div{
  margin-bottom: 9px !important;
}
.module-strength .str-list li div{
  width: 230px !important;
  height: 47px !important;
  line-height: 47px !important;
  background: url(../images/company_reg/str-ico-01.png) no-repeat 0 0 !important;
  text-indent: 72px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  font-weight: bold;
}
.module-strength .str-list li:nth-child(2) div {
  background: url(../images/company_reg/str-ico-02.png) no-repeat 0 0 !important;
}
.module-strength .str-list li:nth-child(3) div {
  background: url(../images/company_reg/str-ico-03.png) no-repeat 0 center !important;
  line-height: 48px !important;
}
module-strength .str-list li:nth-child(4) div {
  background: url(../images/company_reg/str-ico-04.png) no-repeat 0 0 !important;
}
select {
  border: 1px solid #8c8c8c;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
select::-ms-expand { display: none; }
.banner_swiper{
    width: 100%;
    height: 517px;
}
.banner_swiper .swiper-slide{
    width: 100%;
    height: 460px;
}




.silde-box{
    position: fixed;
    width: 60px;
    right: 0;
    top:50%;
    margin-top: -182px;
    z-index: 9;
    box-shadow: 0px 4px 9px 0px rgba(60,62,73,0.16);
  }
  .silde-box ul li{
    width: 60px;
    /* height: 89px; */
    border-bottom: 1px solid #F2F2F3;
    text-align: center;
    padding: 13px 18px;
    box-sizing: border-box;
    position: relative;
     background: #fff;
     cursor: pointer;
     
  }
  .silde-box ul li img{
    width: 24px;
    height: 24px;
    text-align: center;
  }
  .silde-box ul li p{
    line-height: 15px;
    font-size:12px;
    padding-top: 13px;
    box-sizing: border-box;
  }
  .slide-active{
  background: #10bbb8;
  color: #fff;
  }
  .silde-box ul li:hover .img2{
  display: block;
  }
  .silde-box ul li:hover .img1{
  display: none;
  }
  .silde-box ul li:hover{
    background: #10bbb8;
    border-bottom: 1px solid #10bbb8;
  
  }
  .silde-box ul li:hover .tel-zx{
    display: block;
  }
  .silde-box ul li:hover .xcx-code{
    display: block;
  }
  .silde-box ul li:hover .zxcounsel{
    display: block;
  }
  .silde-box ul li:hover >p{
    color: #fff;
  }
  .img2{
  display: none;
  }

  .silde-box ul li:hover .tel-zx{
    display: block;
  }
  .xcx-code{
     display: none;
      width: 164px;
      height:206px;
      position: absolute;
      top:0;
      right: 68px;
  }
  .tel-zx{
    display: none;
    position: absolute;
    top:0;
    right: 68px;
    width: 387px;
    height: 184px;
    padding:32px 24px;
    background: #fff;
    box-sizing: border-box;
    z-index: 9;
    text-align: left;
    box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  
  }
  .zx-p1{font-size: 14px!important;color: #565656;line-height: 14px;}
  .zx-p2{font-size: 20px!important;color: #10bbb8;font-weight: bold;line-height: 20px;padding-top: 11px}
  .zx-p3{font-size: 12px!important; color: #B8B8B8;line-height: 12px;padding-top: 11px}
  .tel-zx h2{
  height: 42px;
  line-height: 46px;
  margin-top: 24px;
  color: #565656;
  font-size: 14px;
  border-top: 1px solid #F0F2F5;
  }
  .mf-phone{
  width: 340px;
  height: 40px;
  }
  .mf-phone >input{
  width: 240px;
  height: 40px;
  border:1px solid #DDDDDD;
  box-sizing: border-box;
  padding-left: 12px;
  
  }
  .mf-phone >button{
  width: 100px;
  height: 40px;
  background:#10bbb8;
  color: #fff;
  font-size: 14px;
  border:none
  }
  .zx-p4{
  font-size: 12px; color: #FF6F18;line-height: 12px;padding-top: 11px;
  }
  .back-top{
  width: 60px;
  height: 60px;
  background: #fff url(./sidebar_back.png) no-repeat center center;
  margin-top: 4px;
  cursor: pointer;
  
  }
  .back-top p{
      display: none;
      width: 100%;
      height:100%;
      background: #10bbb8;
      text-align: center;
      padding-top: 10px;
      box-sizing: border-box;
      color: #fff;
  }
  .back-top:hover p{
      display: block;
      color: #fff;
     
  }

.xcx-code img{
    width:100%!important;
    height: 100%!important;
}
  
.zxcounsel{
    display: none;
    width: 280px;
    height: 180px;
    background: #fff;
    position: absolute;
    top:0;
    right: 68px;
    padding:4px 24px;
    box-sizing: border-box;
    z-index: 9;
    text-align: left;
    box-shadow:0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  }
  .zxc-li{
    padding: 23px 0;
    border-bottom: 1px solid #F0F2F5;
    overflow: hidden;
    cursor: pointer;
  }
  .zxc-li:hover .zx-desc h3{
    color: #204CBF;
  }
  .zxc-li:last-child{border-bottom: 0px;}
  .zxc-li img{
    display: block;
    width: 28px;
    height: 28px;
    float: left;
  }
  .zxc-li .zx-desc{
    float: left;
    margin-left: 12px;
  }
  .zxc-li .zx-desc h3{
    color: #565656;
    font-size: 16px;
    line-height: 16px;
    padding-top: 4px;
  }
  .zxc-li .zx-desc p{
    color: #999;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
  }

#full_tc{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    display: none;
}
.full_tc_inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.full_tc_inner .inner{
    position: absolute;
    display: block;
    width: 450px;
    height: 448px;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -224px;
}
#full_tc .full_tc_inner>a{
    position: absolute;
    display: block;
    width: 450px;
    height: 448px;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -224px;
}
#full_tc .full_tc_inner>a img{
    width: 100%
}
#full_tc .full_tc_inner #close{
    position: absolute;
    right: 28px;
    top: 18px;
    cursor: pointer;
}
