@charset 'utf-8';

.wrap {
  width: 100%;
  min-width: 1200px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, .56);
  transition: .2s;
  -webkit-transition: .2s;
}

.leftlogo {
  width: 180px;
  height: 70px;
  line-height: 70px;
}

.leftlogo img {
  max-width: 115px;
  margin-top: 10px;
}

.centernav {
  width: 700px;
  height: 70px;
}

.centernav .nava {
  display: block;
  width: 96px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 16px;
  transition: .2s;
  -webkit-transition: .2s;
  text-align: center;
}

.centernav .nava:hover {
  border-bottom: 4px solid #f8896a;
}

.centernav .hot_box {
  position: relative !important;
  font-size: 19px;
  font-weight: 700;
}

.centernav .hot_box .hot_img {
  position: absolute !important;
  top: 14px !important;
  right: -24px !important;
}

.centernav .nava:hover {
  color: #f8896a;
}

.rightaccount {
  width: 260px;
  height: 70px;
  line-height: 70px;
}

.rightaccount .btn {
  padding: 6px 36px;
  color: #fff;
  border: 1px solid #f8896a;
}

.rightaccount .btn-register {
  color: #fff;
  background-color: #f8896a;
}

.rightaccount .btn-register:hover {
  background-color: #f8896a;
  border-color: #f8896a;
}

.rightaccount .btn-login {
  color: #f8896a;
  background-color: transparent;
}

.rightaccount .btn-login:hover {
  color: #fff;
  background-color: #f8896a;
}

/* 鼠标滚动所有样式 start */
.header-scroll {
  background-color: #fff;
  box-shadow: 0px 1px 9px 1px #cfcfcf;
}

.centernav .nava-scroll {
  color: #444;
}

.centernav .nava-scroll:hover {
  color: #444786;
}

/* 鼠标滚动所有样式 end */
.bannerbox {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.bannerbox .bannerimg {
  position: relative;
  max-width: 100%;
}

.bannerbox .bannerotherbox {
  z-index: 10;
  position: absolute;
  top: 56%;
  /* left: 50%; */
  right: 0;
  /* width: 1200px; */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.bannerbox .bannerotherbox .lefttext {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin-top: 10%;
}

.bannerbox .bannerotherbox .lefttext h1 {
  width: 100%;
  font-size: 43px;
  color: #fff;
  letter-spacing: 4px;
}

.bannerbox .bannerotherbox .lefttext h4 {
  position: relative;
  width: 68%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}

.bannerbox .bannerotherbox .lefttext h4:before,
.bannerbox .bannerotherbox .lefttext h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 76px;
  height: 2px;
  background-color: rgba(255, 255, 255, .6);
}

.bannerbox .bannerotherbox .lefttext h4:after {
  content: '';
  position: absolute;
  right: 0;
  left: unset;
  top: 12px;
}

.btn-join {
  display: block;
  width: 180px;
  margin: 0 auto;
  margin-top: 56px;
  font-size: 24px;
  color: #23c7f6;
  background-color: transparent;
  border: 1px solid #23c7f6;
  border-radius: 2px;
}

.btn-join:hover {
  color: #fff;
  background-color: #23c7f6;
}

.bannerbox .bannerotherbox .rightloginbox {
  width: 390px;
  /* height: 420px; */
  background-color: rgba(255, 255, 255, .62);
  border-radius: 10px;
  display: none;
}

.rs-title {
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 24px;
}

.bannerbox .bannerotherbox .rightloginbox .form-group {
  width: 84%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.bannerbox .bannerotherbox .rightloginbox .form-group .form-control {
  height: 40px;
  color: #444;
  border: none;
}

.bannerbox .bannerotherbox .rightloginbox .form-group .form-control:focus {
  border: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 71, 134, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(68, 71, 134, .6);
}

.captcha {
  width: 100px;
}

.captcha-input {
  width: 200px;
  text-transform: uppercase;
}

#captchacode {
  width: 100%;
  height: 40px;
  color: #444786;
  font-size: 18px;
  letter-spacing: 8px;
  font-weight: bold;
  background-color: #e3e3e3;
  border: none;
}

.bannerbox .bannerotherbox .rightloginbox .submit-group {
  margin-bottom: 15px;
}

.bannerbox .bannerotherbox .rightloginbox .btn-submit {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  background-color: #6252a6;
  transition: .2s;
  -webkit-transition: .2s;
}

/* .bannerbox .bannerotherbox .rightloginbox .btn-submit:hover {
  background-color: #6252a6;
} */

.loginlink {
  color: #444786;
}

.loginlink:hover {
  color: #232771;
}

.titlebox {
  width: 340px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 42px;
  margin-bottom: 30px;
}

.titlebox h2 {
  position: relative;
  font-size: 28px;
  color: #444;
}

.titlebox h2:before,
.titlebox h2:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  width: 240px;
  height: 2px;
  background-color: #ddd;
}

.titlebox h2:after {
  content: '';
  width: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  background-color: #444786;
}

.titlebox h4 {
  font-size: 14px;
  color: #444786;
  text-transform: uppercase;
}

.dealtable thead {
  color: #fff;
  background-color: #444786;
}

.dealtable thead tr th {
  font-size: 16px;
  font-weight: normal;
}

.dealtable thead tr th img {
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.dealtable>thead>tr>th,
.dealtable>tbody>tr>td {
  padding: 14px;
}

.btn-counsel {
  padding: 6px 22px;
  color: #fff;
  background-color: #444786;
}

.btn-counsel:hover {
  color: #fff;
  background-color: #232771;
}

.usebox {
  background-color: #f7f7f7;
}

.useinfobox {
  width: 29%;
  height: 200px;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 3%;
  background-color: #dee4ea;
}

.uselogobox {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.uselogobox img {
  display: inline-block;
}

.useinfobox h5 {
  margin-top: 24px;
  line-height: 1.8;
}

.about-info {
  font-size: 16px;
  line-height: 1.6;
  text-indent: 2rem;
}

.newsclassify {
  width: 100%;
  height: 24px;
}

.newsclassify .classifytext {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #444;
}

.newsclassify .classifytext:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 24px;
  background-color: #444786;
}

.newsclassify .morebtn {
  display: block;
  padding: 2px 18px;
  font-size: 14px;
  color: #444786;
  background-color: transparent;
  border: 1px solid #444786;
  border-radius: 16px;
}

.newsclassify .morebtn:hover {
  color: #fff;
  background-color: #444786;
}

.newsinfo {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.newsinfo li {
  width: 100%;
  height: 120px;
}

.newsinfo .newsimg {
  display: block;
  max-width: 162px;
  /* height: auto; */
}

.newsinfo .newstext {
  position: relative;
  width: 386px;
  height: 120px;
}

.newsinfo .newstext h3 {
  font-size: 18px;
}

.newsinfo .newstext h4 {
  font-size: 14px;
  color: #888;
  line-height: 1.4;
}

.newsinfo .newstext p {
  color: #888;
}

.newsinfo .newstext .author {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.adbox {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url('../images/adbg.jpg') center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.adbox h3 {
  color: #fff;
  font-size: 26px;
}

.btn-adcounsel {
  display: block;
  width: 110px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 6px;
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}

.btn-adcounsel:hover {
  color: #444786;
  background-color: #fff;
  border-color: #fff;
}

.footer {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #272727;
}

.businessbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}

.telbox {
  color: #c6c6c6;
  font-size: 18px;
}

.telbox img {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.workdate {
  font-size: 18px;
  color: #c6c6c6;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #3c3c3d;
}

.footernavbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ft-navlist ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ft-navlist ul li {
  line-height: 1.8;
  color: #8e8d8d;
}

.ft-navlist ul li:first-child {
  font-size: 16px;
  color: #cacaca;
  margin-bottom: 6px;
}

.wechatbox {
  color: #fff;
}

.wechatbox img {
  display: block;
  margin: 0 auto;
}

.wechatbox .wechattext {
  display: block;
  margin-top: 8px;
}

.copyrighttext {
  color: #eee;
}

.ys-img .ys-pic {
  position: relative;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
}

.ys-img:hover .ys-pic {
  top: -10px;
}

/* 2018.6.6 add */
.logintab {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 34px;
}

.logintab li a {
  display: block;
  width: 50%;
  float: left;
  padding-bottom: 8px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.logintab li a:focus {
  text-decoration: none;
  outline: none;
}

.logintab li a:hover {
  color: #444786;
}

.logintab li a.active {
  color: #444786;
  border-bottom: 2px solid #444786;
}

/* 2018.6.15 add start */
.new-newsbox {
  width: 1200px;
  height: auto;
  overflow: hidden;
}

.new-newsbox li {
  width: 590px;
  height: auto;
  float: left;
  padding: 18px 0 24px 10px;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px dashed #dedede;
}

.new-newsbox li:nth-child(even) {
  margin-left: 20px;
}

.new-newsbox li:nth-child(1),
.new-newsbox li:nth-child(2) {
  border-top: none;
}

.new-newsbox li .leftimg {
  display: block;
  float: left;
  width: 130px;
  height: 98px;
  overflow: hidden;
}

.new-newsbox li .leftimg img {
  width: 100%;
}

.new-newsbox li .rightinfo {
  width: 450px;
  height: 98px;
  float: right;
  padding: 0 10px 0 14px;
  box-sizing: border-box;
}

.new-newsbox li .rightinfo h2 {
  font-size: 20px;
}

.new-newsbox li .rightinfo h2 a {
  color: #333;
  font-size: 16px;
}

.new-newsbox li .rightinfo h2 a:hover {
  color: #6252a6;
}

.new-newsbox li .rightinfo p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
}

/* 2018.6.15 add end */
/* 新闻页分类导航 */
.newstype {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.newstype li {
  float: left;
  margin-right: 10px;
}

.newstype li a {
  display: block;
  padding: 6px 14px;
  color: #333;
  font-size: 16px;
  background-color: #f1f1f1;
  border-radius: 2px;
}

.newstype li a.active {
  background-color: #6252a6;
  color: #fff;
}

.newstype li.active a {
  color: #fff;
  background-color: #6252a6;
}

/* 新的尾部 */
.footer_box {
  width: 850px;
  margin: 0 auto;
}

.footer_ul {
  overflow: hidden;
  padding-top: 20px;
  text-align: center;
}

.footer_ul li {
  display: inline-block;
  border-right: 1px solid #333333;
  margin: 10px 0;
  padding: 0 10px;
  width: 122px;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}

.footer_ul li a {
  color: #c1c1c1;
}

.contact {
  overflow: hidden;
  margin: 10px 0px;
  text-align: center;
}

.contact div {
  display: inline-block;
  overflow: hidden;
}

.contact div img {
  float: left;
}

.contact div p {
  float: left;
  margin-top: -2.5px;
  margin-left: 5px;
  font-size: 14px;
  color: #c1c1c1;
}

.copy {
  text-align: center;
  color: #c1c1c1;
  font-size: 14px;
}

/* 新的联系我们 */
.contactus {
  width: 100%;
}

.contactus_box {
  width: 1200px;
  margin: 0 auto;
}

.contactus_box .imgandintro {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  overflow: hidden;
}

.contactus_box .imgandintro .leftimg {
  width: 470px;
  float: left;
}

.contactus_box .imgandintro .leftimg img {
  max-width: 100%;
}

.contactus_box .imgandintro .rightintro {
  width: 700px;
  padding-left: 36px;
  float: left;
}

.contactus_box .imgandintro .rightintro h3 {
  line-height: 1.8;
}

.contactus_box .imgandintro .rightintro p {
  margin-top: 10px;
  line-height: 1.8;
}

.contact_tit {
  display: block;
  margin: 50px auto;
}

.contactus_ul {
  overflow: hidden;
}

.contactus_ul li {
  width: 266px;
  height: 220px;
  box-shadow: 0px 0px 10px 5px #ededed;
  float: left;
  margin: 17px;
  text-align: center;
  padding: 30px 0px;
}

.contactus_ul li h3 {
  font-size: 22px;
  line-height: 60px;
  color: #444786;
}

/* 常见问题 */
.commonprobox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}

.commonprobox .leftbox {
  width: 210px;
  height: auto;
  float: left;
  overflow: hidden;
  background-color: #f8f8f8;
}

.commonprobox .leftbox ul li {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}

.commonprobox .leftbox ul li a {
  display: block;
  padding-left: 40px;
  border-left: 2px solid #f8f8f8;
}

.commonprobox .leftbox ul li a:hover {
  background-color: #6252a6;
  color: #fff;
}

.commonprobox .leftbox ul li.title {
  font-size: 16px;
  color: #fff;
  background-color: #6252a6;
}

.commonprobox .leftbox ul li.title a {
  color: #fff;
  border-left: 2px solid #6252a6;
}

.commonprobox .leftbox ul li.title a:hover {
  color: #fff;
  background-color: #6252a6;
  border-left: 2px solid #6252a6;
}

.commonprobox .rightbox {
  width: 955px;
  height: auto;
  float: left;
  padding-left: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

/* 列表 */
.commonprobox .rightbox .list li {
  height: 30px;
  line-height: 30px;
  list-style-type: initial;
}

/* 详情页 */
.commonprobox .rightbox .headertext {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  font-size: 16px;
  background-color: #f8f8f8;
}

.commonprobox .rightbox .content {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-top: 20px;
  overflow: hidden;
}

.commonprobox .rightbox .content p {
  line-height: 2;
  /* text-indent: 2rem; */
}

/* 产品说明单页面 */
.pro-instructions,
.instrucionsbox {
  width: 100%;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
  background-color: #fff;
}

.instructions-title {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #dedede;
}

.instructions-title h3 {
  line-height: 40px;
  font-size: 20px;
}

.instructions-title h3>div {
  position: relative;
  display: inline;
}

.instructions-title h3>div:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #444786;
}

.instrucionsbox {
  margin-top: 30px;
}

.instrucionsbox .leftbox {
  width: 500px;
  float: left;
}

.instrucionsbox .leftbox img {
  max-width: 100%;
}

.instrucionsbox .rightbox {
  width: 596px;
  float: right;
}

.instrucionsbox .rightbox h4 {
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.instrucionsbox .rightbox .systembox {
  margin-top: 40px;
}

.instrucionsbox .rightbox .systemboxtext {
  display: inline-block;
  width: 240px;
  height: 42px;
  margin-top: 20px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  background-color: #444786;
  border-radius: 4px;
}

.pro-instructions .pro-content {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.pro-instructions .pro-content li {
  width: 25%;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  overflow: hidden;
}

.pro-instructions .pro-content li img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.pro-instructions .pro-content li h4 {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 20px;
  color: #444786;
  font-weight: 500;
}

.pro-instructions .pro-content li p {
  line-height: 1.6;
}

.pro-instructions .systemmainbox {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.pro-instructions .systemmainbox h3 {
  position: relative;
  text-align: center;
  color: #444786;
  font-size: 20px;
  font-weight: bold;
}

.pro-instructions .systemmainbox h3:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 72px;
  height: 2px;
  border-bottom: 2px solid #444786;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.pro-instructions .systemmainbox .youshitext {
  width: 100%;
  height: auto;
  margin-top: 40px;
  /* margin-bottom: 20px; */
  overflow: hidden;
}

.pro-instructions .systemmainbox .youshitext li {
  width: 50%;
  height: 66px;
  padding-right: 20px;
  margin-bottom: 16px;
  float: left;
}

.pro-instructions .systemmainbox .youshitext li img {
  display: block;
  float: left;
}

.pro-instructions .systemmainbox .youshitext li div {
  width: 488px;
  float: right;
  font-size: 16px;
}

.jiameng-instructions {
  width: 100%;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
  background-color: #fff;
}

.jiameng-instructions .firstbox,
.jiameng-instructions .secondbox,
.jiameng-instructions .thirdbox,
.jiameng-instructions .fourthbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.jiameng-instructions .firstbox .leftimg {
  max-width: 100%;
  float: left;
}

.jiameng-instructions .firstbox .rightbox {
  width: 488px;
  float: left;
  margin-left: 50px;
}

.jiameng-instructions .firstbox .rightbox h4 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 20px;
}

.jiameng-instructions .firstbox .rightbox p {
  margin-top: 80px;
  font-size: 26px;
  font-weight: bold;
}

.jiameng-instructions .firstbox .rightbox p span {
  color: #444786;
}

.jiameng-instructions .secondbox {
  margin-top: 20px;
}

.jiameng-instructions .secondbox img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.jiameng-instructions .thirdbox {
  margin-top: 40px;
  margin-bottom: 20px;
}

.jiameng-instructions .thirdbox .leftbox {
  float: left;
  margin-left: 40px;
}

.jiameng-instructions .thirdbox .leftbox .titleimg {
  margin-left: 50px;
}

.jiameng-instructions .thirdbox .leftbox .tgptbox {
  position: relative;
  width: 512px;
  height: 226px;
  margin-top: 60px;
  padding: 30px;
  background-color: #f8f8fa;
}

.jiameng-instructions .thirdbox .leftbox .tgptbox p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1px;
}

.jiameng-instructions .thirdbox .leftbox .tgptbox .jmquotesimg {
  position: absolute;
  right: 30px;
  bottom: 20px;
  max-width: 100%;
}

.jiameng-instructions .thirdbox .leftbox .tgptbox h3,
.jiameng-instructions .thirdbox .rightbox .zygxbox h3 {
  position: absolute;
  left: 30px;
  top: -20px;
  width: 132px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #444786;
}

.jiameng-instructions .thirdbox .rightbox {
  float: left;
  margin-left: 80px;
}

.jiameng-instructions .thirdbox .rightbox .zygxbox {
  position: relative;
  width: 400px;
  height: 180px;
  padding: 30px;
  margin-top: 30px;
  background-color: #f8f8fa;
}

.jiameng-instructions .thirdbox .rightbox .zygxbox p {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 1px;
}

.jiameng-instructions .thirdbox .rightbox .zygxbox .jmquotesimg {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 36px;
  max-width: 100%;
}

.jiameng-instructions .thirdbox .rightbox .zyfw {
  height: 154px;
}

.jiameng-instructions .fourthbox {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.jiameng-instructions .fourthbox .titleimg {
  display: block;
  margin: 0 auto;
}

.jiameng-instructions .fourthbox .ystextbox {
  position: relative;
  width: 968px;
  height: 300px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px;
  background-color: #f8f8fa;
  box-shadow: 0 0 10px #444786;
}

.jiameng-instructions .fourthbox .ystextbox .ystextimg1 {
  position: absolute;
  left: -20px;
  top: 20px;
  max-width: 100%;
}

.jiameng-instructions .fourthbox .ystextbox .ystextimg2 {
  position: absolute;
  right: -20px;
  bottom: 30px;
}

.jiameng-instructions .fourthbox .ystextbox .ystext1 {
  margin-left: 374px;
}

.jiameng-instructions .fourthbox .ystextbox .ystext1 li {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 16px;
  font-size: 16px;
}

.jiameng-instructions .fourthbox .ystextbox .ystext1 li img,
.jiameng-instructions .fourthbox .ystextbox .ystext1 li div {
  display: block;
}

.jiameng-instructions .fourthbox .ystextbox .ystext2 {
  width: 500px;
  margin-top: 120px;
}

.jiameng-instructions .fourthbox .ystextbox .ystext2 li {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.jiameng-instructions .fourthbox .ystextbox .ystext2 li img {
  float: left;
}

.jiameng-instructions .fourthbox .ystextbox .ystext2 li div {
  width: 450px;
  float: left;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.news-btn-more {
  display: block;
  width: 100px;
  height: 30px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #6252a6;
  line-height: 30px;
  text-align: center;
  border: 1px solid #6252a6;
  border-radius: 35px;
}

.news-btn-more:hover {
  background-color: #6252a6;
  color: #fff;
}

/* 2018.7.23 add  */
.scrollinfo {
  position: relative;
  z-index: -1;
  top: -1px;
  width: 1140px;
  height: 290px;
  overflow: hidden;
  border: 1px solid #dedede;
}

.scrollinfo ul li {
  width: 100%;
  height: 58px;
}

.scrollinfo ul li:nth-child(odd) {
  background-color: #fcfcfd;
}

.scrollinfo ul li div {
  height: 58px;
  float: left;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.scrollinfo ul li div.sortinfo {
  width: 272px;
}

.scrollinfo ul li div.subjectname {
  width: 198px;
}

.scrollinfo ul li div.subjecttype {
  width: 198px;
}

.scrollinfo ul li div.priceinfo {
  width: 198px;
}

.scrollinfo ul li div.dateinfo {
  width: 272px;
}

/* 增加代理人 start */
.article-agent {
  padding-bottom: 35px;
  background-color: #fbfbfb;
}

.article-agent .agentbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.article-agent .agentbox .list {
  display: block;
  width: 23%;
  height: 530px;
  float: left;
  margin: 10px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 6px;
  transition: box-shadow .4s;
  -webkit-transition: box-shadow .4s;
  -moz-transition: box-shadow .4s;
  -o-transition: box-shadow .4s;
}

.article-agent .agentbox .list:hover {
  box-shadow: 0 0 20px #a1a3c2;
}

.article-agent .agentbox .list h5 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 18px;
}

.article-agent .agentbox .list p {
  margin-top: 16px;
  padding: 0 10px;
  line-height: 1.4;
  color: #333;
}

.article-agent .agentbox .list p.desc {
  margin-top: 10px;
  font-size: 12px;
  color: #888;
  line-height: 2;
}

.article-agent .agentbox .list .free-consult {
  display: block;
  width: 92px;
  height: 28px;
  margin: 10px auto;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #444786;
  border-radius: 4px;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
}

/* 增加代理人 end */
.product_service {
  width: 110px;
}

.product_extend {
  display: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, .56);
}

.product_extend a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.product_extend a:hover {
  background-color: #6252a6;
  cursor: pointer;
}

.product_extend a:last-child {
  border: none;
}