.h1000 {
  min-height: 2000px
}
.img-hover:hover img {
  opacity: .8
}
.font-light {
  font-family: PingFangSC-Light;
  font-weight: 300
}
.font-bold {
  font-family: PingFangSC-Medium, PingFang SC !important;
  font-weight: 500 !important
}
#login {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1000;
  top: 0
}
.login_table {
  background: #fff;
  border-radius: 10px;
  width: 286px;
  padding: 69px 52px 32px 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  border: 1px solid #979797;
  box-sizing: content-box
}
.login_table .icon {
  position: absolute;
  left: 50%;
  top: -12.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: #f3f6fa;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: #bcc7d3
}
.login_table .icon .iconfont {
  font-size: 40px
}
.login_table .close {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px
}
.login_table .close .iconfont {
  font-size: 15px
}
.login_table .form-info {
  width: 288px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  box-sizing: content-box
}
.login_table .login_content .verify {
  position: relative
}
.login_table .login_content .verify .tishi {
  position: absolute;
  top: 45px;
  display: none;
  height: 17px;
  font-size: 12px;
  color: #e02020;
  line-height: 17px;
  padding-left: 12px
}
.login_table .login_content input {
  width: 266px;
  height: 43px;
  line-height: 43px;
  padding-left: 12px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px
}
.login_table .login_content #verification {
  display: none
}
.login_table .login_content #verification input {
  width: 170px;
  vertical-align: top
}
.login_table .login_content #verification #verification_img {
  display: inline-block;
  width: 90px;
  height: 35px;
  margin-top: 5px;
  background: #d8d8d8
}
.login_table .login_content #verification #verification_img img {
  width: 90px;
  height: 35px
}
.login_table .login_content .register {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.login_table .login_content .register button {
  width: 130px;
  height: 45px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  background: #276bb1;
  cursor: pointer
}
.login_table .login_content .register button:first-child {
  color: #276bb1;
  border: 1px solid #276bb1;
  background: #fff
}
.header {
  height: 100px
}
.header .link-box {
  padding: 25px 0 0 70px
}
.header .link-box img {
  height: 50px
}
.header .link-box .link-fangan:hover img {
  opacity: .8
}
.header .link-box .link-fangan:hover .link-btn {
  background-color: #e65600
}
.header .link-box .link-btn {
  width: 70px;
  line-height: 28px;
  height: 28px;
  background: #fa6400;
  border-radius: 15px;
  margin: 11px 0 0 10px;
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff
}
.header .link-box .link-img {
  margin-left: 70px
}
.header .link-box .link-img img {
  border-radius: 25px
}
.header .logo {
  width: 230px;
  height: 100px
}
.header .logo #logo {
  width: 262px;
  height: 100px
}
.header .logo a {
  display: block;
  font-size: 0;
  line-height: 100px
}
.header .logo a img {
  height: 45px;
  display: inline-block;
  max-width: 105%
}
.header .enter-jigou {
  height: 45px;
  width: 60px;
  text-align: center;
  border: 1px solid #276bb1;
  border-radius: 10px;
  color: #888;
  margin: 28px 0 0 20px;
  font-size: 12px;
  box-sizing: border-box
}
.header .enter-jigou .iconfont {
  color: #276bb1;
  font-size: 20px;
  line-height: 16px;
  padding: 6px 0 4px
}
.header .enter-jigou .info {
  color: #333;
  line-height: 12px
}
.header .enter-jigou:hover {
  background: #fa6400;
  border-color: #fa6400
}
.header .enter-jigou:hover .iconfont, .header .enter-jigou:hover .info {
  color: #fff
}
.header .search {
  padding-left: 102px
}
.header .search div {
  padding-top: 20px;
  position: relative
}
.header .search div .iconfont {
  position: absolute;
  left: 12px;
  bottom: 8px;
  font-size: 20px;
  color: #999
}
.header .search div input {
  height: 40px;
  width: 340px;
  padding-left: 42px;
  background-size: 14px 14px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-right: none;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  font-size: 14px;
  box-sizing: border-box
}
.header .search div button {
  height: 40px;
  width: 100px;
  background: #276bb1;
  cursor: pointer
}
.header .search div button:hover {
  background: #fa6400
}
.header .search div button a {
  display: block;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px
}
.header .search ul {
  height: 17px;
  font-size: 12px;
  color: #999;
  line-height: 17px;
  padding-top: 3px
}
.header .search ul li {
  float: left;
  padding-right: 10px
}
.header .search ul li a {
  display: block;
  height: 17px;
  font-size: 12px;
  color: #999;
  line-height: 17px
}
.header .search ul li:nth-child(2) a, .header .search ul li a:hover {
  color: #fa6400
}
.header .icon {
  margin-top: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f3f6fa;
  text-align: center;
  line-height: 60px;
  margin-right: 17px;
  font-size: 0
}
.header .icon .iconfont {
  font-size: 30px;
  color: #bcc7d3
}
.header .icon img {
  width: 28px;
  height: 30px;
  display: inline-block
}
.header .log_in, .header .log_out {
  display: none
}
.header .log_in .icon img {
  display: inline-block;
  width: 38px;
  height: 35px
}
.header .log_in .login p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 7px
}
.header .log_in .login div {
  border: 0;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  height: 25px
}
.header .log_in .login div, .header .log_in .login div:hover {
  background: #f9f9f9;
  color: #666
}
.header .login {
  margin-top: 23px;
  display: inline-block
}
.header .login div {
  display: block;
  text-align: center;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  border-radius: 5px;
  border: 1px solid #276bb1;
  color: #276bb1;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box
}
.header .login div:hover {
  background: #276bb1;
  color: #fff
}
.nav {
  width: 100%;
  height: 60px;
  background-color: #276bb1;
  position: relative
}
.nav .nav_f .drop-down {
  float: left;
  position: relative
}
.nav .nav_f .drop-down:hover .item {
  background: #114e8c
}
.nav .nav_f .drop-down:hover .menu-item {
  display: block
}
.nav .nav_f .drop-down img {
  height: 20px;
  display: inline-block
}
.nav .nav_f .drop-down .menu-item {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 228px;
  background: #fff;
  border: 1px solid #114e8c;
  z-index: 100
}
.nav .nav_f .drop-down .down-item {
  padding-left: 18px;
  position: relative;
  display: block;
  line-height: 45px;
  font-size: 16px;
  color: #276bb1
}
.nav .nav_f .drop-down .down-item:after {
  content: "";
  position: absolute;
  width: 161px;
  border: 1px dashed #d8d8d8;
  bottom: 0;
  left: 18px
}
.nav .nav_f .drop-down .down-item:last-child:after {
  border: none
}
.nav .nav_f .drop-down .down-item.active, .nav .nav_f .drop-down .down-item:hover {
  background: #114e8c;
  color: #fff
}
.nav .nav_f .drop-down .item {
  display: block;
  color: #fff;
  padding: 0 18px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  font-size: 16px;
  line-height: 60px
}
.nav .nav_f .drop-down a {
  display: block;
  color: #fff;
  padding: 0 18px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  font-size: 16px;
  line-height: 60px
}
.nav .nav_f .drop-down a:hover{
  background: #114e8c
}

.nav .nav_f .drop-down .item.active, .nav .nav_f .drop-down .item:hover {
  background: #114e8c
}
.nav .nav_f .search {
  line-height: 60px;
  color: #fff;
  cursor: pointer
}
.nav .nav_f .search .iconfont {
  font-size: 18px
}
.nav .home-search-box {
  display: none;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 530px;
  z-index: 11
}
.nav .home-search-box .search-hd {
  height: 40px;
  background: #f3f6fa;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 40px
}
.nav .home-search-box .search-hd .search-btn, .nav .home-search-box .search-hd .search-close {
  color: #276bb1;
  cursor: pointer
}
.nav .home-search-box .search-hd .search-btn .iconfont, .nav .home-search-box .search-hd .search-close .iconfont {
  line-height: 40px
}
.nav .home-search-box .search-hd .search-btn {
  padding: 0 15px
}
.nav .home-search-box .search-hd .search-btn .iconfont {
  font-size: 18px
}
.nav .home-search-box .search-hd .search-close {
  padding: 0 20px 0 15px;
  font-size: 16px
}
.nav .home-search-box .search-hd .search-input input {
  border: none;
  background: transparent;
  width: 400px;
  font-size: 14px;
  height: 40px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #888
}
.nav .home-search-box-bd {
  width: 530px;
  background: #fff;
  box-shadow: 0 0 8px 2px hsla(0, 0%, 81%, .3);
  border-radius: 16px;
  padding: 30px;
  box-sizing: border-box
}
.nav .home-search-box .item-hd {
  font-size: 16px;
  line-height: 22px
}
.nav .home-search-box .item-bd {
  line-height: 18px
}
.nav .home-search-box .item-bd .num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-right: 8px
}
.nav .home-search-box .item-bd .txt {
  width: 194px;
  color: #333;
  font-size: 14px;
  display: block
}
.nav .home-search-box .item-bd .txt:hover {
  color: #fa6400
}
.nav .home-search-box .item-bd .list {
  padding-top: 16px
}
.nav .home-search-box .item-bd .fl .list:first-child .num {
  background: #ef3636
}
.nav .home-search-box .item-bd .fl .list:nth-child(2) .num {
  background: #fa6400
}
.nav .home-search-box .item-bd .fl .list:nth-child(3) .num {
  background: #f7a100
}
.nav_c {
  width: 100%;
  height: 95px;
  background: #f9f9f9
}
.nav_c .content {
  padding: 21px 0;
  text-align: center
}
.nav_c .content li {
  float: left
}
.nav_c .content li:nth-child(2) .circle {
  background: #39c
}
.nav_c .content li:nth-child(3) .circle {
  background: #ffb53b
}
.nav_c .content li:nth-child(4) .circle {
  background: #aed800
}
.nav_c .content .circle {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  background: #ff7b5e;
  border-radius: 50%;
  margin: 0 5px 0 21px
}
.nav_c .content .circle a {
  color: #fff;
  display: block
}
.nav_c .content .nav2 {
  width: 220px
}
.nav_c .content .nav2 li {
  padding: 3px 10px;
  border-right: 1px solid #d5d5d5
}
.nav_c .content .nav2 li a {
  display: block;
  width: 56px;
  height: 20px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  font-size: 14px;
  color: #333
}
.nav_c .content .nav2 li a:hover {
  color: #fa6400;
  text-decoration: underline
}
.nav_c .content .nav2 li:nth-child(3), .nav_c .content .nav2 li:nth-child(6) {
  border-right: 0;
  padding-right: 0
}
.title_h2 {
  color: #276bb1;
  background: #f9f9f9;
  line-height: 49px;
  height: 49px;
  padding: 0 15px;
  position: relative
}
.title_h2 h2 {
  font-size: 18px
}
.title_h2 a {
  font-size: 14px
}
.title_h2 a:hover {
  color: #fa6400
}
.title_h2:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 50px;
  background: #276bb1;
  left: 0;
  top: -1px
}
.tool {
  width: 300px;
  height: 310px;
  background: #f9f9f9
}
.tool .tool_title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #ebecf0
}
.tool .tool_content {
  padding: 20px 20px 0
}
.tool .link {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  position: relative;
  margin-bottom: 10px
}
.tool .link img {
  height: 60px
}
.tool .link:after {
  position: absolute;
  font-size: 16px;
  color: #276bb1;
  left: 103px
}
.tool .link:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}
.tool .link:hover:after {
  color: #114e8c
}
.tool .link:first-child:after {
  content: "积分模拟查询"
}
.tool .link:nth-child(2):after {
  content: "落户条件自测"
}
.tool .link:nth-child(3):after {
  content: "资料在线下载"
}
.tool .link:nth-child(4) img {
  height: 50px
}
.tool .link:nth-child(4):after {
  content: "服务指南纸质版"
}
.remen {
  margin-top: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.remen ul {
  padding-top: 19px
}
.remen li {
  padding-bottom: 10px
}
.remen li a {
  display: block;
  width: 315px;
  padding-left: 15px;
  line-height: 20px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei;
  font-size: 14px
}
.remen li:hover a {
  color: #fa6400
}
.ol_content {
  padding-top: 19px
}
.ol_content a {
  display: block;
  width: 254px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  background: url(../../images/trigon2.png) no-repeat 15px 5px;
  padding-bottom: 10px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei
}
.ol_content a:hover {
  color: #fa6400
}
.advertising {
  height: 90px;
  padding: 30px 0
}
.advertising img {
  height: 90px;
  width: 100%
}
.more {
  padding: 20px 15px 9px
}
.fr_ad {
  padding: 30px 0
}
.fr_ad, .fr_ad img {
  width: 300px;
  height: 195px
}
.one_news {
  padding-top: 10px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei
}
.one_news li {
  width: 389px;
  padding-left: 15px;
  float: left;
  background: url(../../images/trigon.png) no-repeat 0
}
.one_news li, .one_news li a {
  height: 30px;
  line-height: 30px
}
.one_news li a {
  display: block;
  width: 303px;
  font-size: 14px
}
.one_news li a:hover {
  color: #fa6400
}
.one_news li span {
  font-size: 14px;
  line-height: 30px
}
.one_news li:nth-child(odd) {
  padding-right: 30px
}
.xinwen {
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei
}
.xinwen .imgs {
  overflow: hidden
}
.xinwen .imgs, .xinwen .imgs img {
  width: 104px;
  height: 65px
}
.xinwen .more_news {
  width: 154px;
  padding-left: 10px;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei
}
.xinwen .more_news a {
  display: block;
  width: 154px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px
}
.xinwen .more_news a:hover {
  color: #fa6400
}
.xinwen .more_news p {
  width: 154px;
  font-size: 14px;
  line-height: 20px
}
.xinwen li {
  border-bottom: 1px dashed #d8d8d8;
  padding: 20px 0
}
.xinwen li:first-child {
  padding-top: 0
}
.xinwen li:last-child {
  padding-bottom: 11px;
  border: 0
}
.message {
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px
}
.message .more {
  padding-bottom: 0
}
.message .box:last-child, .message .box:nth-child(5) {
  padding-right: 0
}
.message .box {
  width: 218px;
  padding-bottom: 20px;
  padding-right: 20px
}
.message .box:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}
.message .box:hover a {
  color: #fa6400
}
.message .box .box-imgs {
  height: 122px;
  overflow: hidden
}
.message .box img {
  width: 218px;
  height: 122px
}
.message .box .title {
  padding-top: 10px
}
.message .box .title a {
  display: block;
  text-align: center;
  width: 218px;
  height: 22px;
  font-size: 14px;
  line-height: 22px
}
.footer, .message .box .title a {
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei
}
.footer {
  height: 180px;
  background: #384047;
  color: #ccc;
  padding: 28px 0;
  box-sizing: border-box
}
.footer .area-1 {
  padding-bottom: 10px;
  line-height: 1;
  font-size: 14px;
  color: #ccc
}
.footer .area-1 p {
  padding-right: 20px
}
.footer .area-1 a {
  color: #ccc
}
.footer .area-1 a:hover {
  color: #ff7b5e
}
.footer .area-2 {
  font-size: 0
}
.footer .area-2 .footer-link {
  display: inline-block;
  border: 1px solid #979797;
  border-radius: 12px;
  padding: 0 7px;
  line-height: 22px;
  margin-right: 10px
}
.footer .area-2 .footer-link .iconfont {
  font-size: 12px;
  padding-left: 4px
}
.footer .area-2 .footer-link:hover {
  text-decoration: none;
  border-color: #979797;
  background: #979797;
  color: #384047
}
.footer li {
  border-right: 1px solid #666;
  width: 136px;
  float: left;
  height: 116px;
  padding-left: 19px;
  padding-top: 3px;
  box-sizing: border-box
}
.footer li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  font-family: PingFangSC-Light, Microsoft YaHei
}
.footer li a:hover {
  color: #ff7b5e
}
.footer li .link {
  display: block;
  line-height: 20px;
  padding-bottom: 10px
}
.footer li .link:last-child {
  padding: 0
}
.footer li:first-child {
  width: 319px;
  padding: 0
}
.footer li:first-child img {
  height: 40px;
  margin: 4px 0 24px;
  box-sizing: border-box
}
.footer li:last-child {
  width: auto;
  padding: 0;
  padding-left: 3px;
  border: 0
}
.footer .area-3 {
  padding-left: 50px;
  text-align: center;
  line-height: 1;
  color: #fff
}
.footer .area-3 .foot-chat {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff
}
.footer .area-3 .foot-chat img {
  width: 100%;
  height: 100%
}
.footer .area-3 img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto
}
.footer .area-3 .tit {
  padding: 10px 0 6px;
  font-size: 14px
}
.footer .area-3 .txt {
  font-size: 12px
}
.wrong {
  background: #f1fcfe;
  text-align: center;
  padding-bottom: 90px;
  box-sizing: border-box
}
.wrong img {
  padding-top: 78px;
  width: 505px
}
.wrong p {
  height: 73px;
  font-size: 52px;
  color: #666;
  line-height: 73px;
  padding: 40px 0
}
.wrong a {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 70px;
  background: #276bb1;
  border-radius: 39px;
  color: #fff;
  font-size: 24px;
  line-height: 70px
}
.wrong a:hover {
  background: #114e8c
}
.fix-box {
  position: fixed;
  right: 0;
  top: 450px;
  z-index: 900
}
.fix-box .code1, .fix-box .top1 {
  width: 50px;
  height: 50px;
  background: #999;
  position: relative;
  margin-bottom: 2px
}
.fix-box .code1 img, .fix-box .top1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
.fix-box .code, .fix-box .top {
  position: relative;
  color: #b5b5b5
}
.fix-box .code:hover .code2, .fix-box .code:hover .code3, .fix-box .top:hover .top2 {
  display: block
}
.fix-box .code3 {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  display: none;
  top: 0;
  right: 55px;
  padding: 6px;
  background: #fff
}
.fix-box .code3 img {
  width: 145px;
  height: 145px
}
.fix-box .code3 span {
  height: 14px;
  font-size: 12px;
  color: #b5b5b5;
  line-height: 14px;
  text-align: center
}
.fix-box .code2, .fix-box .top2 {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #fff
}
.fix-box .code2 a, .fix-box .top2 a {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  color: #b5b5b5;
  font-size: 12px;
  width: 24px;
  display: block;
  text-align: center;
  padding: 8px 12px
}
.seo-btn-box {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px
}
.seo-btn-box .seo-btn-item {
  display: inline-block;
  vertical-align: top;
  padding: 20px 17px;
  box-sizing: border-box;
  display: none
}
.seo-btn-box .seo-btn-item:first-child, .seo-btn-box .seo-btn-item:nth-child(2) {
  display: inline-block
}
.seo-btn-box .seo-btn-item-bd {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 16px;
  padding: 0 20px;
  line-height: 38px;
  border-radius: 28px;
  border: 1px solid transparent;
  display: block
}
.seo-btn-box .seo-btn-item .seo-btn-item-first {
  color: #276bb1;
  border-color: #276bb1;
  background: #fff
}
.seo-btn-box .seo-btn-item .seo-btn-item-second {
  color: #fff;
  border-color: #276bb1;
  background: #276bb1
}
.seo-btn-box .seo-btn-item .seo-btn-item-bd:hover {
  color: #fff;
  border-color: #114e8c;
  background: #114e8c;
  text-decoration: none
}
.home-form {
  margin: 30px auto;
  height: 90px;
  background: url(../img/home-tit.jpg) no-repeat top;
  background-size: 100%
}
.home-form .form {
  padding-left: 415px;
  padding-top: 23px;
  height: 90px;
  box-sizing: border-box
}
.home-form .form input {
  box-sizing: border-box;
  width: 225px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  color: #888;
  padding: 0 20px;
  margin-right: 30px;
  font-size: 16px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300
}
.home-form .form input:hover {
  border-color: #fa6400
}
.home-form .form input:focus {
  border-color: #fa6400 !important;
  box-shadow: inset 0 0 0 3px rgba(250, 100, 0, .3) !important
}
.home-form .form .input-error {
  border-color: #c01734;
  box-shadow: inset 0 0 0 3px rgba(192, 23, 52, .3)
}
.home-form .form .input-error:hover {
  border-color: #c01734
}
.home-form .form .form-input-error {
  color: #fff;
  padding-top: 4px;
  font-size: 12px;
  line-height: 17px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300
}
.home-form .form .submit {
  width: 225px;
  height: 45px;
  line-height: 45px;
  background: #fa6400;
  border-radius: 28px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
.home-form .form .submit:hover {
  background: #e24305
}
.home-form .success {
  display: none;
  padding-left: 577px;
  line-height: 90px;
  height: 90px;
  color: #fff;
  font-size: 0
}
.home-form .success p {
  font-size: 18px;
  display: inline-block
}
.home-form .success .iconfont {
  font-size: 32px;
  padding-right: 18px;
  vertical-align: top
}
.home-mask {
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999
}
.home-mask, .home-service {
  position: fixed;
  display: none
}
.home-service {
  width: 400px;
  min-height: 340px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  z-index: 1000
}
.home-service .form {
  display: none;
  background: url(../../images/form_tit.jpg) no-repeat top;
  background-size: 100%;
  border-radius: 10px
}
.home-service .form .form-close {
  color: #4f6dff;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 0 0;
  cursor: pointer
}
.home-service .form .form-close:hover {
  color: #fa6400
}
.home-service .form .home-tit {
  color: #fff;
  padding-top: 34px;
  line-height: 24px;
  height: 78px;
  font-size: 0;
  box-sizing: border-box;
  text-align: center
}
.home-service .form .home-tit p {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600
}
.home-service .form .home-tit .round {
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 8px 10px;
  border-radius: 50%
}
.home-service .form-bd {
  padding: 30px 90px 0;
  position: relative
}
.home-service .form-bd .form-list {
  position: relative;
  padding-bottom: 16px
}
.home-service .form-bd .form-list input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  padding: 0 20px;
  color: #888;
  font-size: 14px;
  box-sizing: border-box;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300
}
.home-service .form-bd .form-list input:hover {
  border-color: #fa6400
}
.home-service .form-bd .form-list input:focus {
  border-color: #fa6400 !important;
  box-shadow: inset 0 0 0 3px rgba(250, 100, 0, .3) !important
}
.home-service .form-bd .form-list input::-webkit-input-placeholder {
  color: #888;
  font-size: 14px
}
.home-service .form-bd .form-list .input-error {
  border-color: #c01734;
  box-shadow: inset 0 0 0 3px rgba(192, 23, 52, .3)
}
.home-service .form-bd .form-list .input-error:hover {
  border-color: #c01734
}
.home-service .form-bd .form-list .code-i {
  height: 24px;
  position: absolute;
  right: 10px;
  top: 6px
}
.home-service .form-bd .form-list .code-i img {
  display: block;
  height: 100%
}
.home-service .form-bd .form-list .form-input-error {
  position: absolute;
  font-size: 12px;
  color: #c01734;
  left: 0;
  bottom: 0;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300
}
.home-service .form-bd .zjtrain-button {
  width: 100%;
  display: block;
  margin: 0 auto 40px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  background-color: #fa6400;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.home-service .form-bd .zjtrain-button:hover {
  background: #e24305
}
.home-service .success {
  display: none;
  text-align: center
}
.home-service .success-intro {
  color: #fa6400;
  padding: 60px 0 20px
}
.home-service .success-intro .zjtrain-iconfont {
  font-size: 50px;
  line-height: 50px
}
.home-service .success-intro .desc {
  font-size: 18px;
  padding-top: 10px
}
.home-service .success .info {
  width: 350px;
  height: 40px;
  border-radius: 2px;
  border: 1px dashed #fa6400;
  font-size: 14px;
  margin: 0 auto;
  color: #333;
  line-height: 40px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300
}
.home-service .success .zjtrain-button {
  width: 220px;
  margin: 40px auto 0;
  font-size: 14px;
  height: 36px;
  background: #fa6400;
  line-height: 36px;
  border-radius: 18px;
  color: #fff;
  cursor: pointer
}
.home-service .success em {
  font-style: normal
}
.crumbs {
  padding-top: 15px !important;
  font-weight: 400 !important;
  font-family: PingFangSC-Regular\, PingFang SC !important
}
.crumbs a {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333
}
.crumbs a.blue, .crumbs a.txt, .crumbs a:hover, .crumbs a:last-child {
  color: #276bb1
}
#privacy-agreement .crumbs {
  padding-bottom: 30px
}
.button {
  height: 45px;
  line-height: 45px;
  border-radius: 28px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.button, .button:hover {
  color: #fff
}
.button-danger {
  background: #ff534f
}
.button-danger:hover {
  background: #c01734
}
.button-warning {
  background: #ff843d
}
.button-warning:hover {
  background: #db5a00
}
.button-primary {
  background: #c01734
}
.button-primary:hover {
  background: #d03751
}
.chang-service {
  display: none;
  width: 500px;
  min-height: 350px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 50%;
  margin-top: -200px;
  border-radius: 10px;
  background: #fff;
  z-index: 101
}
.chang-service *, .chang-service :after, .chang-service :before {
  box-sizing: border-box
}
.chang-service .form-close {
  color: #e5e5e5;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 0 0;
  cursor: pointer
}
.chang-service .form {
  display: none;
  background: url(../../images/chang-n-form-bg.png) no-repeat top
}
.chang-service .form .service-tit {
  color: #273742;
  font-size: 20px;
  padding: 70px 0 35px
}
.chang-service .form-bd {
  padding: 10px 80px 0;
  position: relative
}
.chang-service .form-bd .form-list {
  padding: 20px 32px
}
.chang-service .form-bd .form-list-hd {
  font-size: 16px;
  color: #474e53;
  line-height: 22px;
  padding-right: 16px;
  width: 80px
}
.chang-service .form-bd .form-list-bd {
  width: 195px;
  position: relative
}
.chang-service .form-bd .form-list-bd .selete-box {
  font-size: 16px;
  position: relative;
  z-index: 2
}
.chang-service .form-bd .form-list-bd .selete-box strong {
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC
}
.chang-service .form-bd .form-list-bd .selete-box-hd {
  color: #666;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding-bottom: 6px
}
.chang-service .form-bd .form-list-bd .selete-box-hd strong {
  padding-left: 30px
}
.chang-service .form-bd .form-list-bd .selete-box-hd .iconfont {
  color: #555;
  font-size: 20px;
  position: absolute;
  right: 12px
}
.chang-service .form-bd .form-list-bd .selete-box-bd {
  color: #444;
  line-height: 40px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 32px;
  background: #fff;
  box-shadow: 0 2px 9px 0 hsla(0, 10%, 79%, .28);
  border-radius: 5px;
  display: none;
  z-index: 3
}
.chang-service .form-bd .form-list-bd .selete-box-bd strong {
  display: block;
  padding: 0 30px;
  cursor: pointer
}
.chang-service .form-bd .form-list-bd .selete-box-bd strong:hover {
  background: #f4f0f0
}
.chang-service .form-bd .form-list-bd .selete-box-bd strong.is-seleted {
  background: #fae2e0
}
.chang-service .form-bd .form-list-bd .address, .chang-service .form-bd .form-list-bd .name, .chang-service .form-bd .form-list-bd .phone {
  width: 100%;
  border: 0;
  font-size: 16px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 6px;
  line-height: 20px
}
.chang-service .form-bd .form-list-bd .form-input-error {
  position: absolute;
  font-size: 12px;
  color: #c01734;
  left: 0;
  bottom: -20px
}
.chang-service .form-bd .img-code {
  border-bottom: 1px solid #e3e3e3;
  height: 30px;
  width: 195px;
  position: relative
}
.chang-service .form-bd .img-code .code-in {
  border: 0;
  width: 92px;
  float: left;
  font-size: 16px
}
.chang-service .form-bd .img-code .code-i {
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 5px
}
.chang-service .form-bd .img-code .code-i img {
  display: block;
  height: 100%
}
.chang-service .form-bd .button {
  width: 300px;
  display: block;
  margin: 30px auto 0
}
.chang-service .form-ft {
  padding-bottom: 45px
}
.chang-service .form-ft .trip {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  padding: 10px 45px 0
}
.chang-service .form-ft .trip a {
  color: #ff534f
}
.chang-service .form-ft .trip a:hover {
  color: #c01734;
  text-decoration: underline
}
.chang-service .form .form-code {
  display: none
}
.chang-service .form.gongju-form {
  background: none
}
.chang-service .form.gongju-form .service-tit {
  padding: 0
}
.chang-service .form.gongju-form .title-inner {
  background: #fefbfb;
  border: 1px solid #ffd2c9;
  width: 410px;
  border-radius: 10px;
  margin: 44px auto 0;
  padding: 14px;
  text-align: center
}
.chang-service .form.gongju-form .title-inner .info {
  line-height: 28px;
  font-size: 20px;
  color: #c01734
}
.chang-service .form.gongju-form .title-inner .info .iconfont {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
  display: inline-block
}
.chang-service .form.gongju-form .title-inner .info .txt {
  font-weight: 700
}
.chang-service .form.gongju-form .title-inner .desc {
  font-size: 14px;
  line-height: 20px;
  color: #474e53;
  padding-top: 10px
}
.chang-service .success {
  display: none
}
.chang-service .success-intro {
  color: #c01734;
  padding: 48px 0 20px
}
.chang-service .success-intro .iconfont {
  font-size: 36px;
  line-height: 36px
}
.chang-service .success-intro .desc {
  font-size: 20px;
  padding-top: 10px;
  font-weight: 700
}
.chang-service .success .info {
  width: 410px;
  border-radius: 10px;
  background: #fefbfb;
  border: 1px solid #ffd2c9;
  font-size: 16px;
  margin: 0 auto;
  color: #474e53;
  padding: 18px 0;
  line-height: 24px
}
.chang-service .success .timer {
  width: 42px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background: #f2f2f2;
  text-align: center;
  margin: 28px auto 0;
  font-size: 14px;
  color: #888
}
.chang-service .success .button {
  width: 300px
}
.chang-service .success .success-back-wrap {
  margin-top: 30px;
  padding-bottom: 48px
}
.chang-service .success .success-back-wrap .timer, .chang-service .success .success-calc-wrap .timer {
  background: transparent;
  color: #fff
}
.chang-service .success .success-calc-wrap {
  padding: 60px 0
}
.chang-service .success .success-calc-wrap .success-img {
  padding-bottom: 40px
}
.chang-service .success .success-calc-wrap .success-img img {
  display: block;
  margin: 0 auto;
  width: 136px
}
.chang-service .success .success-calc-wrap .success-info {
  color: #c01734;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px
}
.cooperate-box .cooperate-form .item {
  display: block
}
#zjtrain-calc *, #zjtrain-calc :after, #zjtrain-calc :before {
  box-sizing: border-box
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 13;
  display: none
}
.jifen-main-box .entry-box .radio-con li.active {
  color: #fa6400;
  border-color: #fa6400
}
.jifen-main-box .entry-box .radio-con li.active .radios {
  border-color: #fa6400
}
.jifen-main-box .entry-box .radio-con li.active .radios .radios-bd {
  background: #fa6400
}
.jifen-main-box .entry-box .cooperate-btn {
  background: #276bb1
}
.jifen-main-box .entry-box .cooperate-btn:hover {
  background: #114e8c
}
.ziliao-fixbox {
  position: fixed;
  right: 0;
  bottom: 463px;
  z-index: 2;
  width: 165px;
  font-size: 0;
  height: 220px;
  display: block
}
.ziliao-fixbox img {
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1
}
.zixun {
  position: fixed;
  right: 20px;
  top: auto !important;
  bottom: 400px;
  z-index: 10;
  width: 170px
}
.zixun .chat-img {
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 30px;
  top: 107px;
  z-index: 10
}
.chang-service-wechat {
  position: fixed;
  width: 1002px;
  background: #fff;
  border-radius: 5px;
  height: 648px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 142;
  padding-top: 46px;
  box-sizing: border-box;
  display: none;
  background: url(../../images/form-chat-bg.jpg) no-repeat top;
  background-size: cover
}
.chang-service-wechat.link-wechart {
  padding: 0;
  width: 926px;
  height: 500px
}
.chang-service-wechat.link-wechart .link-hide {
  display: none
}
.chang-service-wechat.link-wechart .link-show {
  display: block
}
.chang-service-wechat .link-show {
  display: none
}
.chang-service-wechat .service-wechat-hd {
  height: 110px;
  padding-top: 48px;
  line-height: 32px;
  color: #fff;
  font-size: 32px;
  text-align: center
}
.chang-service-wechat .service-wechat-card {
  width: 856px;
  height: 358px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #6e8dff;
  margin: 0 auto
}
.chang-service-wechat .service-wechat-card .wechat-img-bd {
  padding-left: 56px
}
.chang-service-wechat .service-wechat-card .wechat-img-bd .wechat-desc {
  width: 250px;
  height: 70px;
  padding-top: 32px;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.chang-service-wechat .service-wechat-card .wechat-img-bd .wechat-desc .num {
  font-size: 28px;
  padding-left: 10px;
  color: #fa6400
}
.chang-service-wechat .service-wechat-card .wechat-img-bd .imgs {
  width: 250px;
  height: 250px;
  border: 1px solid #b5c5ff;
  padding: 4px
}
.chang-service-wechat .service-wechat-card .wechat-img-bd .imgs img {
  width: 100%;
  height: 100%
}
.chang-service-wechat .service-wechat-card .chat-service-box {
  width: 480px;
  height: 338px;
  background: #fff -webkit-linear-gradient(top, #f3f6ff, #cfdaff);
  background: #fff linear-gradient(180deg, #f3f6ff, #cfdaff);
  border-radius: 20px;
  margin: 6px
}
.chang-service-wechat .service-wechat-card .chat-service-box .chat-service-hd {
  height: 63px;
  padding-top: 27px
}
.chang-service-wechat .service-wechat-card .chat-service-box .chat-service-hd img {
  height: 20px;
  margin: 0 auto;
  display: block
}
.chang-service-wechat .service-wechat-card .chat-service-box .chat-service-bd {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 15px
}
.chang-service-wechat .service-wechat-card .chat-service-box .chat-service-bd .service-item {
  width: 220px;
  height: 120px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  margin-bottom: 10px
}
.chang-service-wechat .service-wechat-card .chat-service-box .chat-service-bd .service-item img {
  height: 86px
}
.chang-service-wechat .service-wechat-card .chat-service-box .chat-service-bd .service-item-info {
  padding-top: 7px;
  font-size: 16px;
  line-height: 1
}
.chang-service-wechat .form-close {
  font-size: 20px;
  line-height: 20px;
  color: #e5e5e5;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}
.chang-service-wechat .service-wechat-info {
  text-align: center;
  margin: 0 auto
}
.chang-service-wechat .service-wechat-info .ren-submit {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  display: none;
  padding-bottom: 20px
}
.chang-service-wechat .service-wechat-info .no-submit-info {
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.chang-service-wechat .service-wechat-info .no-submit-info .no-submit-info-json {
  width: 54px;
  height: 54px
}
.chang-service-wechat .service-wechat-info .no-submit-info .no-submit-info-bd {
  padding-left: 20px
}
.chang-service-wechat .service-wechat-info .no-submit-info .sao-info {
  color: #fff;
  font-size: 24px;
  line-height: 24px
}
.chang-service-wechat .service-wechat-info .no-submit-info .desc {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 0 30px
}
.chang-service-wechat .service-wechat-info .submit-desc {
  display: none
}
.chang-service-wechat .service-wechat-info .submit-desc .submit-tit {
  line-height: 24px
}
.chang-service-wechat .service-wechat-info .submit-desc .submit-tit .iconfont {
  font-size: 24px
}
.chang-service-wechat .service-wechat-info .submit-desc .submit-tit .tit {
  padding-left: 10px;
  font-size: 24px
}
.chang-service-wechat .service-wechat-info .submit-desc .submit-info {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 14px 0 30px
}
.chang-service-wechat .service-wechat-info .submit-desc.submit-success .submit-tit {
  color: #fff
}
.chang-service-wechat .service-wechat-info .submit-desc.submit-fail .submit-tit {
  color: #2130b7
}
.chang-service-wechat .service-wechat-bd .chat-service-box {
  height: 214px;
  background: #fff -webkit-linear-gradient(top, #f3f6ff, #cfdaff);
  background: #fff linear-gradient(180deg, #f3f6ff, #cfdaff);
  border-radius: 20px
}
.chang-service-wechat .service-wechat-bd .chat-service-box .chat-service-hd {
  padding: 30px 0 20px
}
.chang-service-wechat .service-wechat-bd .chat-service-box .chat-service-hd img {
  display: block;
  height: 24px
}
.chang-service-wechat .service-wechat-bd .chat-service-box .chat-service-bd {
  padding: 0 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.chang-service-wechat .service-wechat-bd .chat-service-box .chat-service-bd .service-item {
  width: 220px;
  max-width: 220px;
  min-width: 220px;
  height: 120px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 4px 4px 0
}
.chang-service-wechat .service-wechat-bd .chat-service-box .chat-service-bd .service-item .service-item-img img {
  display: block;
  width: 212px;
  height: 86px;
  border-radius: 8px
}
.chang-service-wechat .service-wechat-bd .chat-service-box .chat-service-bd .service-item .service-item-info {
  padding-top: 7px;
  font-size: 16px;
  line-height: 1;
  color: #333
}
.chang-service-wechat .service-wechat-bd {
  width: 930px;
  height: 454px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #6e8dff;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 30px
}
.chang-service-wechat .service-wechat-bd .wechat-img-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  background: #fff;
  text-align: center
}
.chang-service-wechat .service-wechat-bd img {
  display: block
}
.chang-service-wechat .service-wechat-bd .wechat-tit {
  font-size: 0;
  padding: 10px 0
}
.chang-service-wechat .service-wechat-bd .wechat-tit p {
  font-size: 16px;
  color: #ff5200;
  line-height: 1;
  display: inline-block;
  vertical-align: top
}
.chang-service-wechat .service-wechat-bd .wechat-tit p.iconfont {
  padding-right: 6px
}
.chang-service-wechat .service-wechat-bd .wechat-txt {
  font-size: 12px;
  color: #333
}
.chang-service-wechat .service-wechat-bd .wechat-code {
  width: 180px;
  height: 180px;
  padding: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.chang-service-wechat .service-wechat-bd .wechat-code img {
  width: 100%;
  height: 100%
}
.chang-service-wechat .service-wechat-bd .wechat-arrow {
  height: 50px;
  margin-top: 65px
}
.chang-service-wechat .service-wechat-bd .wechat-guw {
  height: 210px;
  padding: 0 50px 0 140px
}
.chang-service-wechat .service-wechat-ft {
  margin: 0 auto;
  height: 45px;
  padding-top: 8px;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.chang-service-wechat .service-wechat-ft .icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0
}
.chang-service-wechat .service-wechat-ft .info {
  padding-left: 6px;
  color: #fff;
  font-size: 20px
}
#IntegralCalculator .calc-adv-box .consultant-tit.step-red {
  color: #e02020;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600
}
.flex-center-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}
.flex, .flex-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}
.code-list-box {
  margin-top: 30px;
  background: #f5f6fb;
  width: 300px
}
.code-list-box .code-list-hd {
  height: 40px;
  line-height: 40px;
  background: #ebecf0;
  text-align: center;
  font-size: 0
}
.code-list-box .code-list-hd p {
  font-size: 18px;
  color: #276bb1;
  display: inline-block;
  vertical-align: top
}
.code-list-box .code-list-hd p.iconfont {
  padding-right: 6px
}
.code-list-box .code-list-bd {
  padding-top: 16px;
  height: 200px;
  background: url(../../images/tool8.jpg) no-repeat top;
  background-size: cover;
  text-align: center;
  box-sizing: border-box
}
.code-list-box .code-list-bd .code-chat {
  background: #fff;
  padding: 5px;
  margin: 0 auto;
  display: inline-block
}
.code-list-box .code-list-bd img {
  width: 110px;
  height: 110px;
  display: block
}
.code-list-box .code-list-bd .code-icon {
  font-size: 16px;
  color: #333;
  padding: 10px 0
}
.code-list-box .code-list-bd .code-txt {
  font-size: 12px;
  line-height: 1;
  color: #333
}
.sidebar-box {
  width: 160px;
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3
}
.sidebar-box .area-1 {
  width: 160px;
  height: 240px;
  background: url(../img/home-img9.jpg) no-repeat top;
  background-size: cover;
  padding: 92px 10px 0;
  box-sizing: border-box;
  border-radius: 10px
}
.sidebar-box .area-1 .sidebar-chat {
  width: 140px;
  height: 140px;
  padding: 5px;
  background: #fff;
  box-sizing: border-box
}
.sidebar-box .area-1 .sidebar-chat img {
  width: 100%;
  height: 100%
}
.sidebar-box .area-2 {
  width: 70px;
  background: #fff;
  border: 1px solid #e7eff6;
  margin: 20px auto
}
.sidebar-box .area-2 .left-box {
  position: absolute;
  left: -140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  background: #fff;
  border: 1px solid #e7eff6;
  padding: 10px 0;
  display: none;
  box-sizing: border-box
}
.sidebar-box .area-2 .left-box img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto
}
.sidebar-box .area-2 .left-box p.blue {
  padding: 5px 0 4px;
  font-size: 14px;
  line-height: 14px
}
.sidebar-box .area-2 .left-box p.gray {
  font-size: 12px;
  line-height: 12px;
  color: #888
}
.sidebar-box .area-2 .left-box .tel-box {
  font-size: 0;
  padding-top: 4px
}
.sidebar-box .area-2 .left-box .tel-box > p {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #276bb1
}
.sidebar-box .area-2 .left-box .tel-box .iconfont {
  padding-right: 5px
}
.sidebar-box .area-2 .item {
  height: 70px;
  text-align: center;
  padding-top: 12px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box
}
.sidebar-box .area-2 .item:hover, .sidebar-box .area-2 .item:hover:after {
  background: #276bb1
}
.sidebar-box .area-2 .item:hover > p {
  color: #fff !important
}
.sidebar-box .area-2 .item:hover .left-box {
  display: block
}
.sidebar-box .area-2 .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 56px;
  height: 1px;
  background: #e7eff6
}
.sidebar-box .area-2 .item:last-child:after {
  height: 0
}
.sidebar-box .area-2 .item:last-child .iconfont {
  color: #ccc
}
.sidebar-box .area-2 .item:last-child .txt {
  color: #888
}
.sidebar-box .area-2 .txt {
  font-size: 14px;
  padding-top: 8px;
  line-height: 14px;
  color: #333
}
.sidebar-box .area-2 .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #276bb1
}
#IntegralCalculator .reporting-results .reporting-table .base-border:after {
  width: 956px !important
}