/**
    it61官网公用样式
****/
/*pc端落地页轮子*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
form,
select,
input,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  font-family: 'Microsoft YaHei', sans-serif;
}
ul,
ol {
  list-style: none;
  text-indent: 0;
  list-style-position: outside;
}
img {
  border: 0;
  vertical-align: bottom;
}
b,
i,
em {
  font-style: normal;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.page-tit{
    font-size: 14px;
    color:#333;
    margin-top: 16px;
}
.page-tit a{
    color: #333;
}




/* link : style */
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
input,
button {
  outline: none;
  border: 0 none;
}
button {
  cursor: pointer;
}
/*360浏览器下拉按钮问题*/
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: none;
}
/*clear*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0{margin-right: 0 !important;}
.dn {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  /* padding-top: 88px; */
}
.page{width: 100%;}
.min{
    width: 1200px;
    margin:0 auto;
    padding-top: 0.1px;
    position: relative;
}
a.btn{
    display:block;
    text-align: center;
}
.mouse_default {
  cursor: default;
}
/*客服样式*/
#div_company_mini {
  z-index: 101 !important;
}
#div_company_mini .header-company {
 /* color: #333 !important;*/
}
#div_company_mini.on {
  display: block !important;
}
#mini-btn {
  display: none !important;
}

#jesong_chat_layout{
  z-index: 101 !important;
  width: 390px !important;
  right: 108px !important;
}
#jesong_chat_min{
  display: none !important;
}
/*客服样式*/
/*公用头部样式*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
header .min {
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
  width: 1154px;
  margin: 0px auto 0;
  color: #333333;
  box-sizing: border-box;
}
header .min .tit_h1 {
  width: 173px;
  height: 44px;
  font-size: 12px;
  text-indent: -9999px;
  position: relative;
}
header .min .tit_h1 img {
  position: absolute;
  left: 0;
  top: 0;
}
header .min .navs {
  display: flex;
  padding-left: 25px;
  height: 70px;
  align-items: center;
}
header .min .navs li {
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
}
header .min .navs li:hover {
  font-weight: bold;
}
header .min .navs li:hover .menu {
  display: block;
  animation: navMenu 0.3s ease-in 1 forwards;
}
header .min .navs a {
  color: #333333;
  font-size: 16px;
  margin-left: 17px;
  position: relative;
  box-sizing: border-box;
}
header .min .navs a:hover {
  font-weight: bold;
}
header .min .navs a.on {
  font-weight: bold;
}
header .min .navs a.on:after {
  position: absolute;
  content: '';
  width: 70%;
  height: 3px;
  left: 50%;
  background-color: #ffc616;
  transform: translateX(-50%);
  bottom: -10px;
}
header .min button {
  font-size: 16px;
  font-weight: bold;
  width: 175px;
  height: 38px;
  background-color: #ffe02a;
  border-radius: 38px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.15);
  margin-left: 35px;
}
header .min button:hover {
  background-color: #ffc000;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
}
header .min .menu {
  position: absolute;
  background-color: #fff;
  left: -28px;
  top: 70px;
  padding: 15px 10px 5px;
  width: 140px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
}
header .min .menu a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 16px;
  color: #333;
}
header .head-hot {
  position: absolute;
  right: -8px;
  top: -17px;
}
/*公用底部样式*/
footer {
  background-color: #333333;
}
footer .min {
  padding-top: 50px;
  padding-bottom: 20px;
}
footer .conpany_info {
  display: flex;
}
footer .conpany_info .contact_way {
  border-right: 1px solid #686868;
  padding-right: 37px;
  padding-bottom: 5px;
}
footer .conpany_info .contact_way p {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
footer .conpany_info .contact_way p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
footer .conpany_info .contact_way p.phone:after {
  width: 25px;
  height: 36px;
  background: url(../images/kf.png) no-repeat;
}
footer .conpany_info .contact_way p.email {
  margin-top: 15px;
}
footer .conpany_info .contact_way p.email:after {
  width: 28px;
  height: 23px;
  background: url(../images/email.png) no-repeat;
  top: 10px;
}
footer .conpany_info .contact_way p span:nth-child(1) {
  font-size: 12px;
  color: #999999;
}
footer .conpany_info .contact_way p span:nth-child(2) {
  font-size: 20px;
  color: #fff;
}
footer .conpany_info .contact_way a {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  background-color: #ffe02a;
  border-radius: 40px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
footer .conpany_info .info {
  display: flex;
  width: 570px;
  justify-content: space-between;
  margin-left: 30px;
}
footer .conpany_info .info dl {
  font-size: 13px;
}
footer .conpany_info .info dl dt {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
footer .conpany_info .info dl dt:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 1px;
  background-color: #ffe02a;
  left: 0;
  bottom: 0;
}
footer .conpany_info .info dl dd {
  margin-top: 16px;
}
footer .conpany_info .info dl dd a {
  color: #999;
}
footer .conpany_info .qrcode {
  margin-left: 45px;
}
footer .conpany_info .qrcode .dt {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
footer .conpany_info .qrcode .imgBox div{
  width: 90px;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
footer .conpany_info .qrcode .imgBox div .img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -170px;
  width: 150px;
  height: 150px;
  background-color:#fff;
  border-radius: 5px;
  box-shadow: 0 15px 40px 0 rgba(0,0,0,0.3);
  display: none;
}
footer .conpany_info .qrcode .imgBox div .img:after{
  content: "";
  position: absolute;
  border:10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
footer .conpany_info .qrcode .imgBox div .img img{
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}
footer .conpany_info .qrcode .imgBox div:hover .img{
  display: block;
}
footer .conpany_info .qrcode .dt:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 1px;
  background-color: #ffe02a;
  left: 0;
  bottom: 0;
}
footer .conpany_info .qrcode .imgBox {
  margin-top: 26px;
  display: flex;
  width: 210px;
  justify-content: space-between;
}
footer .conpany_info .qrcode .imgBox p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 3px;
}
footer .friendly_link {
  display: flex;
  font-size: 12px;
  margin-top: 35px;
  padding-bottom: 20px;
}
footer .friendly_link .name {
  color: #939393;
  margin-left: 20px;
}
footer .friendly_link .links {
  width: 980px;
}
footer .friendly_link .links a {
  margin-right: 18px;
  white-space: nowrap;
  color: #939393;
  line-height: 1.5;
}
footer .adress {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #292929;
}
footer .adress span {
  margin-right: 15px;
  font-size: 12px;
  color: #939393;
}
/*公用底部表单*/
.footer_form {
  display: none;
  z-index: 20;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 147px;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.7); */
}
.footer_form .bac {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  margin-top: 48px;
  z-index: 1;
}
.footer_form .min {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 1060px;
}
.footer_form .min:after {
  position: absolute;
  content: "";
  width: 153px;
  height: 143px;
  bottom: 0;
  left: 0;
  background: url('../images/tdw.png') no-repeat;
}
.footer_form .min p {
  margin-left: 175px;
  font-size: 24px;
  color: #fff;
  margin-right: 25px;
}
.footer_form .min p span {
  color: #ffe02a;
  font-size: 30px;
  margin: 0 2px;
}
.footer_form .min .inputBox {
  position: relative;
  margin-right: 25px;
}
.footer_form .min .inputBox:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background: url(../images/mobile.png) no-repeat;
  top: 12px;
  left: 10px;
}
.footer_form .min .inputBox input {
  width: 300px;
  height: 42px;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  text-indent: 30px;
}
.footer_form .min .inputBox input {
  width: 300px;
  height: 42px;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  text-indent: 30px;
}
.footer_form .min button {
  margin-right: 25px;
  width: 170px;
  height: 42px;
  font-size: 16px;
  color: #333;
  background-color: #ffe02a;
  border-radius: 10px;
  font-weight: bold;
}
.footer_form .min .close {
  width: 21px;
  height: 21px;
  background: url(../images/close_lit.png) no-repeat;
  cursor: pointer;
}
.fix_right {
  position: fixed;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.fix_right ul {
  width: 76px;
  border-radius: 76px;
  background-color: #fff;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.fix_right li {
  position: relative;
}
.fix_right li:hover span {
  display: block;
  animation: rightMenu 0.3s ease-in 1 forwards;
}
.fix_right li span {
  position: absolute;
  width: 178px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  left: -210px;
  top: 8px;
  border-radius: 10px;
  display: none;
}
.fix_right li span:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  top: 17px;
  right: -18px;
}
.fix_right li:nth-child(1) span {
  background-color: #ff9229;
}
.fix_right li:nth-child(1) span:before {
  border-left: 10px solid #ff9229;
}
.fix_right li:nth-child(2) span {
  background-color: #3484ff;
}
.fix_right li:nth-child(2) span:before {
  border-left: 10px solid #3484ff;
}
.fix_right li:nth-child(3) span {
  background-color: #ffe12b;
  color: #333;
}
.fix_right li:nth-child(3) span:before {
  border-left: 10px solid #ffe12b;
}
.fix_right a {
  font-size: 12px;
  color: #333;
  position: relative;
}
.fix_right a img {
  display: block;
  margin: 0px auto 0;
}
.fix_right a p {
  text-align: center;
}
#backTop {
  position: fixed;
  width: 70px;
  height: 70px;
  background: url(../images/bakTop.png);
  z-index: 21;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
}


/*公用弹框*/
.pop_form,
.pop_success {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 8888;
  display: none;
}
.pop_success .content {
  position: absolute;
  width: 500px;
  height: 590px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/success_y.png);
}
.pop_success .content.t {
  background: url(../images/success_t.png);
}
.pop_success .content.t span.close {
  display: block;
}
.pop_success .content.m {
  background: url(../images/success_m.png);
}
.pop_success .content.m span.close {
  display: block;
}
.pop_success .content.c {
  background: url(../images/success_c.png);
}
.pop_success .content.c .sec_btn {
  display: block;
}
.pop_success .content .sec_btn {
  width: 355px;
  height: 50px;
  position: absolute;
  top: 524px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.pop_success .content .sec_btn span {
  float: left;
  height: 50px;
  width: 157px;
  cursor: pointer;
}
.pop_success .content .sec_btn span.yes {
  margin-right: 27px;
}
.pop_success .content span.close {
  position: absolute;
  width: 220px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 520px;
  border-radius: 50px;
  cursor: pointer;
  display: none;
}
.pop_form .content {
  position: absolute;
  width: 450px;
  height: 280px;
  background-color: #fff;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pop_form .content .close {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/close_y.png);
  cursor: pointer;
  top: -18px;
  right: -18px;
}
.pop_form .content .tit {
  font-size: 26px;
  color: #333;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
}
.pop_form .content .phNB {
  width: 360px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.pop_form .content .phNB:after {
  content: "";
  width: 12px;
  height: 18px;
  top: 19px;
  left: 10px;
  position: absolute;
  background: url(../images/mobile.png);
}
.pop_form .content .phNB input {
  text-indent: 32px;
  width: 360px;
  height: 54px;
  font-size: 16px;
  color: #666;
  border-radius: 5px;
  background-color: #f1f1f1;
}
.pop_form .content .submit {
  width: 360px;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  background-color: #ffe02a;
  border-radius: 54px;
  text-align: center;
}


.form2-f {
  width: 993px;
  height: 198px;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  color: #fff;
  padding-top: 75px;
}
.form2-f #acode1 {
  display: inline-block;
  width: 54px;
  text-align: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.form2-f input {
  height: 55px;
  color: #fff;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  background: none;
}
.form2-f {
  background: url(../images/footer-bac.png) no-repeat;
}
.form2-f .form2-phone {
  margin-left: 136px;
}
.form2-f .form2-phone .phone-f{
  margin-left: 45px;
  margin-right: 50px;
}
.form2-f .phone-code {
  display: flex;
}
.footer_form .phone-code .send-code {
  height: 46px;
  width: 126px;
  text-align: center;
  line-height: 46px;
  background-color: #665afb;
  margin-left: -91px;
  margin-top: 5px;
  border-radius: 20px;
}
.footer_form .submit-f {
  width: 190px;
  height: 60px;
  margin-left: 25px;
  background: none;
}
.footer_form .userId1 {
  width: 300px;
  position: absolute;
}
.footer_form .span.select2-dropdown.select2-dropdown--above {
  /* margin-left: 100px; */
}