/**
    it61官网公用样式
****/
/*pc端落地页轮子*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
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: 110px;
}
.page{width: 100%;}
.min{
    width: 1202px;
    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;
  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: 108px;
  display: flex;
  align-items: center;
  min-width: 1250px;
  margin: 0px auto 0;
  color: #333333;
  box-sizing: border-box;
}
header .min .tit_h1 {
  /* height: 100%; */
  font-size: 12px;
  text-indent: -9999px;
  position: relative;
  margin: 0;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: center;
}
header .min .tit_h1 img {
  width: 150px;
  height: 56px;
}
header .min .tit_h1 .logo-2 {
  width: 100px;
  height: 45px;
  border-left: 2px solid;
  padding-left: 10px;
}
/* header .min .tit_h1 img {
  width: 173px;
  position: absolute;
  left: 0;
  top: 15px;
} */
header .min .tit-top {
  padding-left: 26px;
  font-size: 30px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  /* color: #333333; */
  color: red;
  line-height: 25px;
  margin-top: 23px;
}
header .min .navs {
  display: flex;
  padding-left: 10px;
  /* 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 .btnbtns {
  font-size: 16px;
  font-weight: bold;
  width: 164px;
  height: 38px;
  background-color: #ffe02a;
  border-radius: 38px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.15);
  margin-left: 26px;
}
header .min .btnbtns:hover {
  background-color: #ffc000;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
}
header .min .contact {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #333;
}
header .min .contact p{
  color: #333;
  font-size: 14px;
}
header .min .contact p span{
  color: red;
}
header .min .to-class {
  font-size: 16px;
  color: #FF8528;
  font-weight: bold;
  margin-left: 35px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
  width: 164px;
  height: 38px;
  background: #FFFFFF;
  border: 2px solid #FF8528;
  border-radius: 19px;
}
header .min .to-class:hover {
  background-color: #ffe02a;
  border: none;
}
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/index/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/index/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 img {
  width: 50px;
}
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;
  width: 130px;
  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: 10px;
}
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: 70px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.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/index/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/index/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 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/index/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/index/bakTop.png);
  z-index: 21;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
@keyframes navMenu {
  0% {
    top: 40px;
    opacity: 0;
  }
  100% {
    top: 70px;
    opacity: 1;
  }
}
@keyframes rightMenu {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*公用弹框*/
.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/index/success_y.png);
}
.pop_success .content.t {
  background: url(../images/index/success_t.png);
}
.pop_success .content.t span.close {
  display: block;
}
.pop_success .content.m {
  background: url(../images/index/success_m.png);
}
.pop_success .content.m span.close {
  display: block;
}
.pop_success .content.c {
  background: url(../images/index/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/index/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/index/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;
}

/*公共弹框end*/
/*提示样式*/
#_remin {
  position: fixed;
  left: 50%;
  top: 75%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 8px 15px;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  z-index: 99999;
}
/*提示样式end*/


/*分页*/
.page-nav{
    padding:30px 0 50px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}
.page-nav ul li{
    margin-right:7px;
    line-height:28px;
    float:left;
}
.page-nav ul li.act a{
    color:#ffffff;
    background:#0079d7;
    border:1px solid #0079d7;
}
.page-nav ul li:hover a{
    color:#ffffff;
    background:#0079d7;
    border:1px solid #0079d7;
}
.page-nav ul li a{
    padding:0 12px;
    height:28px;
    font-size:16px;
    line-height:28px;
    display:block;
    border:1px solid #cccccc;
}
.page-nav ul li p{
    height:28px;
    line-height:28px;
    color:#b3b3b3;
}
.page-nav ul li p span{
    height:28px;
    line-height:28px;
    color:#b3b3b3;
}
.page-nav ul li p input.text{
    margin:0 5px;
    width:38px;
    height:28px;
    line-height:28px;
    text-align:center;
    border:1px solid #cccccc;
}
.page-nav ul li input.jump{
    margin:0 5px;
    width:62px;
    height:28px;
    line-height:28px;
    cursor:pointer;
    border:1px solid #cccccc;
    background:none;
}

/*头部*/
    .mreporttitle a{
        color: #333;
    }
    .mreporttitle h1{
        float: left;
        font-size:14px;
    }
    .mreporttitle p{
        float: left;
    }
    .title-left{
        display:flex;
        justify-content:center;
        align-items:center;
        height:84px;
    }
    .page .title-h1{
       font-size: 21px;
        color:#323232;
        margin-left: 12px;
        width: 356px;
        text-align: justify;
        height: 55px;
        text-indent: -9999px;
    }
    .page .title-h1:after {
        display: inline-block;
        width: 100%;
        content: '';
    }
    
/*头部end*/
/*你关心的问题*/
/*你关心的问题*/
  .y_question{
    padding-top: 70px;
  }
  .y_question .question{
    width: 1060px;
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
  }
  #question_swiper{
    padding-bottom: 35px;
  }
  #question_swiper .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }
  #question_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #999;
    background: none;
    opacity: 1;
  }
  #question_swiper .swiper-pagination{
    bottom: 10px;
  }
  #question_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ffe02a;
    border: 2px solid #ffe02a;
  }
  .y_question .question_box{
    display: flex;
    width: 500px;
    height: 118px;
    background-color: #fff;
    font-size: 12px;
    align-items: center;
    margin-bottom: 20px;
  }
  .y_question .question_box img{
    margin-left: 20px;
  }
  .y_question .question_txt{
    width: 380px;
    margin-left: 12px;
  }
  .y_question .question_txt .name a{
    font-size: 16px;
    color: #333;
  }
  .y_question .question_txt .name a:hover{
    color:#357dcf;
  }
  .y_question .question_txt .txt{
    margin-top: 12px;
    color: #666;
  }
/*你关心的问题*/
  .download-content{
    margin:0 auto;
    padding-top: 0.1px;
    position: relative;
  }