/*
	--------------------------
	间距清除
	--------------------------
*/

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0;
}
/*img{*/
/*transition: all .8s;*/
/*}*/
/*img:hover {*/
/*z-index: 11;*/
/*transform: scale(1.1);*/
/*-webkit-transform: scale(1.1);*/
/*-moz-transform: scale(1.1);*/
/*-o-transform: scale(1.1);*/
/*-ms-transform: scale(1.1);*/
/*}*/
body {
  font-family: 微软雅黑;
  background-color: #ffffff;
}
/*****首页******************************************************************/
.dryx_body {
  width: 100%;
  height: auto;
}
.dryx_head {
  width: 1200px;
  height: 112px;
  margin: 0 auto;
}
.dryx_head .head_logo {
  margin-top: 21px;
}
.dryx_head .dryx_head_left {
  width: 350px;
  height: 112px;
  float: left;
}
.dryx_head .dryx_head_left .logo_images {
  width: 70px;
  height: 70px;
  float: left;
}
.dryx_head .dryx_head_left .logo_images img {
  width: 70px;
  height: 70px;
}
.dryx_head .dryx_head_left .logo_text {
  width: 254px;
  height: 40px;
  float: left;
}
.dryx_head .dryx_head_left .logo_text .logo_t1 {
  width: 254px;
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(18, 18, 18, 1);
  line-height: 22px;
  margin-top: 14px;
}
.dryx_head .dryx_head_left .logo_text .logo_t2 {
  width: 254px;
  height: 9px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(18, 18, 18, 1);
  line-height: 22px;
  margin-top: 7px;
}
.dryx_head .dryx_head_right {
  width: 440px;
  height: 50px;
  float: right;
}
.dryx_head .dryx_head_right .head_phone {
  margin-top: 15px;
  float: right;
}
.dryx_head .dryx_head_right .phone {
  width: auto;
  height: auto;
  float: left;
  margin-left: 8px;
  text-align: right;
  margin-right: 10px;
}
.dryx_head .dryx_head_right .phone .phone_text {
  width: auto;
  height: auto;
  font-size: 13px;
  font-family: SimSun, sans-serif;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 16px;
}
.dryx_head .dryx_head_right .phone .phone_text2 {
  width: auto;
  height: auto;
  font-size: 18px;
  font-family: Microsoft YaHei, sans-serif;
  font-weight: bold;
  color: rgba(184, 29, 24, 1);
  line-height: 24px;
  margin-top: 4px;
  white-space: nowrap;
}
.dryx_head .dryx_head_right .phone_logo {
  width: 42px;
  height: 42px;
  float: right;
}
.dryx_head .dryx_head_right .phone_logo img {
  width: 42px;
  height: 42px;
}
/*导航*/
.dh_nav {
  width: 100%;
  height: 60px;
  background-color: #b81d18;
}
.dh_nav .nav {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
/* common styling */
.menu {
  font-family: arial, sans-serif;
  background: transparent;
  width: auto;
  float: left;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: auto;
}
.menu ul li {
  float: left;
  width: 130px;
  height: 60px;
  line-height: 60px;
  background-color: #b81d18;
  text-align: center;
}
.menu ul li .nav_t {
  margin: 0 auto;
  width: 130px;
  height: 60px;
}
.menu ul li a,
.menu ul li a:visited {
  display: block;
  float: left;
  width: 130px;
  text-decoration: none;

  color: #ffffff;
}
.menu ul li ul {
  display: none;
  margin-top: 110px;
}
/* specific to non IE browsers */
.menu ul li:hover a {
  height: 60px;
  color: #121212;
  background: #ffffff;
}
.menu ul li:hover ul {
  display: block;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  background: #fff;
  color: #fff;
  z-index: 123;
}
.menu ul li:hover ul.right_side li {
  float: right;
  border: 0;
  border-left: 1px solid #eee;
}
.menu ul li:hover ul.left_side li {
  float: left;
  border: 0;
  border-left: 1px solid #eee;
}
.menu ul li:hover ul li a.hide {
  color: #121212;
  background: #ffffff;
}
.menu ul li:hover ul li:hover a.hide {
  color: #121212;
  background: #ffffff;
}
.menu ul li:hover ul li ul {
  display: none;
}
.menu ul li:hover ul li a {
  display: block;
  color: #000;
  background: #ffffff;
}
.menu ul li:hover ul li a:hover {
  background: #b81d18;
  color: #ffffff;
}
.menu ul li:hover ul li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  color: #b81d18;
  background: #ffffff;
}
.menu ul li:hover ul.right li {
  float: right;
}
.menu ul li:hover ul li:hover a.hide {
  /* background: #dfc184; */
  color: #000;
}
.menu ul li:hover ul li:hover ul li a {
  /* background: #dfc184; */
  color: #000;
}
.menu ul li:hover ul li:hover ul li a:hover {
  /* background: #bd8d5e; */
  color: #fff;
}
.sousuo {
  width: 300px;
  height: 60px;
  float: right;
}
.sousuo input {
  width: 240px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  margin-top: 10px;
  font-size: 14px;
  padding-left: 10%;
  border: 1px solid #fff;
}
.sousuo a {
  width: 32px;
  height: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 60px;
  margin-left: 43%;
  border: 1px solid #fff;
  border-radius: 0.3rem;
}
/***轮播*/
.dryx_content #banner {
  position: relative;
  width: 1200px;
  height: 326px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dryx_content #banner_list img {
  width: 1200px;
  height: 326px;
  border: 0px;
}

.dryx_content #banner_bg {
  position: absolute;
  bottom: 0;
  background-color: #000;
  height: 30px;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 1000;
  cursor: pointer;
  width: 478px;
}

.dryx_content #banner_info {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 22px;
  color: #fff;
  z-index: 1001;
  cursor: pointer;
}

.dryx_content #banner_text {
  position: absolute;
  width: 120px;
  z-index: 1002;
  right: 3px;
  bottom: 3px;
}

.dryx_content #banner ul {
  position: absolute;
  list-style-type: none;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 1002;
  margin: 0;
  padding: 0;
  bottom: 3px;
  right: 5px;
}

.dryx_content #banner ul li {
  padding: 0px 8px;
  float: left;
  display: block;
  color: #fff;
  background: #b81d18;
  cursor: pointer;
}

.dryx_content #banner ul li.on {
  background-color: #fff;
  color: #b81d18;
}

.dryx_content #banner_list a {
  position: absolute;
}
/*主页内容*/
.dryx_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.dryx_content_left {
  width: 590px;
  height: auto;
  float: left;
  margin-bottom: 30px;
}
.dryx_content_left .content_left_up {
  width: 590px;
  height: 100px;
  border: 1px solid #bbbbbb;
}
.dryx_content_left .content_left_up .content_left_up2 {
  width: 570px;
  height: 80px;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../../Images/grdl.png) no-repeat;
}
.dryx_content_left .content_left_up .content_left_up2 .p1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  padding-top: 13px;
  padding-left: 19px;
}
.dryx_content_left .content_left_up .content_left_up2 .p2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 0.9;
  padding-top: 5px;
  padding-left: 19px;
}
.content_left_down {
  width: 590px;
  min-height: 450px;
  height: auto;
  border: 1px solid #bbbbbb;
  margin-top: 16px;
  padding-bottom: 15px;
}
.content_left_down .left_down_title {
  width: 570px;
  height: 40px;
  margin: 10px;
  background: url(../../Images/zxgg.png) no-repeat;
  background-size: 100% 100%;
}
.content_left_down .left_down_title .down_title_text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 10px;
  float: left;
}
.content_left_down .left_down_title .down_title_btn a {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin: 10px;
}
.content_left_down .left_down_list {
  width: 570px;
  height: auto;
  min-height: 370px;
  margin: 10px;
}
.content_left_down .left_down_list ul li {
  width: 570px;
  height: 25px;
  margin-top: 25px;
}
.content_left_down .left_down_list ul li .list_text {
  width: 520px;
  margin-top: 10px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../../Images/new_w.png) left 50% no-repeat;
}
.content_left_down .left_down_list ul li .list_text span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-left: 5%;
}

.dryx_content_centre {
  width: 590px;
  height: auto;
  float: left;
  margin-left: 20px;
}
.dryx_content_centre .content_centre_up {
  width: 590px;
  height: 100px;
  border: 1px solid #bbbbbb;
}
.dryx_content_centre .content_centre_up .content_centre_up2 {
  width: 570px;
  height: 80px;
  margin: 0 auto;
  margin-top: 10px;
  background: url(../../Images/qydl.png) no-repeat;
}
.dryx_content_centre .content_centre_up .content_centre_up2 .p1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  padding-top: 13px;
  padding-left: 19px;
}
.dryx_content_centre .content_centre_up .content_centre_up2 .p2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 0.9;
  padding-top: 5px;
  padding-left: 19px;
}
.content_centre_down {
  width: 590px;
  min-height: 450px;
  height: auto;
  border: 1px solid #bbbbbb;
  margin-top: 16px;
  padding-bottom: 15px;
}
.content_centre_down .centre_down_title {
  width: 570px;
  height: 40px;
  margin: 10px;
  background: url(../../Images/zxgg.png) no-repeat;
  background-size: 100% 100%;
}
.content_centre_down .centre_down_title .down_title_text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin: 10px;
  float: left;
}
.content_centre_down .centre_down_title .down_title_btn a {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin: 10px;
}
.content_centre_down .centre_down_list {
  width: 570px;
  height: auto;
  min-height: 370px;
  margin: 10px;
}
.content_centre_down .centre_down_list ul li {
  width: 570px;
  height: 25px;
  margin-top: 25px;
}
.content_centre_down .centre_down_list ul li .list_text {
  width: 520px;
  margin-top: 10px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../../Images/new_w.png) left 50% no-repeat;
}
.content_centre_down .centre_down_list ul li .list_text span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-left: 5%;
}
.dryx_content_right {
  display: none;
  width: 230px;
  height: 431px;
  float: right;
}
.dryx_content_right .content_right_up {
  width: 210px;
  height: 40px;
  margin: 10px;
  padding: 8px;
  background: url(../../Images/rmzt.png) no-repeat;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.dryx_content_right .content_right_up .crp {
  width: 100px;
  height: 20px;
}
.dryx_content_right ul {
  width: 210px;
  height: 360px;
  padding-top: 10px;
  margin: 0 auto;
}
.dryx_content_right ul li {
  margin-top: 10px;
  width: 210px;
  height: 110px;
}

footer {
  width: 100%;
  height: 146px;
  position: relative;
  display: flex;
  background-color: #333333;
  margin-top: 30px;
  /* position: fixed;
    bottom: 0px;
    left: 0px; */
}
.foot_t {
  width: 1200px;
  height: 146px;
  margin: 0 auto;
}
.foot_t .footer_tit {
  width: 1050px;
  height: 90px;
  margin: 0 auto;
  border-bottom: 1px solid #bbbbbb;
}
.foot_t .footer_tit .foot_left {
  width: 260px;
  height: 20px;
  /*float: left;*/
  margin-top: 36px;
}
.foot_t .footer_tit .foot_left2 {
  width: 280px;
  height: 20px;
  /*float: left;*/
  /*margin-left: 150px;*/
  margin-top: 36px;
}
.foot_t .footer_tit .foot_left3 {
  width: 150px;
  height: 20px;
  float: left;
  margin-left: 210px;
  margin-top: 36px;
}
.foot_t .footer_tit .foot_left3 .fl3 {
  float: left;
}
.foot_t .footer_tit .foot_left3 .fl4 {
  width: 34px;
  height: 43px;
  float: left;
  margin-left: 10px;
}
.foot_t .footer_tit .foot_left3 img {
  width: 34px;
  height: 43px;
  margin-top: -10px;
}
.foot_t .footer_tit .f1 {
  font-size: 16px;
  color: #666666;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.foot_t .footer_tit .f2 {
  font-size: 20px;
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.foot_t .foot_down {
  width: 1050px;

  font-size: 14px;
  font-family: SimSun;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
/*****关于我们******************************************************************/
.about_us_body {
  width: 100%;
  height: auto;
}
.about_us_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  overflow: auto;
}
.about_us_content .about_us_title {
  width: 1200px;
  height: 40px;
  border-bottom: 1px solid #bbbbbb;
}
.about_us_content .about_us_title .about_us_tit_left {
  float: left;
  width: 400px;
  height: 30px;
}
.about_us_content .about_us_title .about_us_tit_left .s1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}
.about_us_content .about_us_title .about_us_tit_left .s2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.about_us_content .about_us_title .about_us_tit_right {
  float: right;
  width: 200px;
  height: 30px;
  margin-top: 15px;
}
.about_us_content .about_us_title .about_us_tit_right a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.about_us_content .about_us_cont {
  width: 1200px;
  height: auto;
  margin-top: 30px;
}
.about_us_content .about_us_cont .about_us_cont_left {
  width: 200px;
  height: 45px;
  background: url(../../Images/left.png) no-repeat;
  margin-top: 10px;
  float: left;
}
.about_us_content .about_us_cont .about_us_cont_left .about_us_cont_left_tit {
  width: 100px;
  height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  padding-top: 10px;
  padding-left: 20px;
}
.about_us_content .about_us_cont .about_us_cont_right {
  float: right;
  width: 970px;
  height: auto;
}
.about_us_content .about_us_cont .about_us_cont_right .about_us_cont_r_img {
  width: 970px;
  height: 265px;
}
.about_us_content .about_us_cont .about_us_cont_right .about_us_cont_r_content {
  width: 970px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.about_us_content
  .about_us_cont
  .about_us_cont_right
  .about_us_cont_r_content
  h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_us_content
  .about_us_cont
  .about_us_cont_right
  .about_us_cont_r_content
  h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  margin-top: 30px;
  margin-bottom: 10px;
}
/*****客服中心******************************************************************/
.service_body {
  width: 100%;
  height: auto;
}
.service_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.service_content .about_us_title {
  width: 1200px;
  height: 40px;
  border-bottom: 1px solid #bbbbbb;
}
.service_content .about_us_title .about_us_tit_left {
  float: left;
  width: 400px;
  height: 30px;
}
.service_content .about_us_title .about_us_tit_left .s1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}
.service_content .about_us_title .about_us_tit_left .s2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.service_body .service_content .about_us_title .about_us_tit_right {
  float: right;
  width: 120px;
  height: 30px;
  margin-top: 15px;
}
.service_content .about_us_title .about_us_tit_right a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.service_body .service_cont {
  width: 1200px;
  height: 1165px;
}
.service_body .service_cont .service_cont_question {
  width: 1200px;
  height: 300px;
  margin-top: 30px;
  border: 1px solid #bbbbbb;
  background: url(../../Images/kfzx.png) no-repeat;
}
.service_body .service_cont .service_cont_question .question_bj {
  width: 700px;
  height: 220px;
  margin: 0 auto;
  margin-top: 40px;
  background:rgba(0,0,0,1);
  opacity:0.7;
  border-radius: 4px;
}
.service_body .service_cont .service_cont_question .question_bj .question_tit {
  margin-left: 50px;
  width: 250px;
  height: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, 1);
  padding-top: 20px;
}
.service_body .service_cont .service_cont_question .question_bj .question_inpt {
  width: 600px;
  height: 80px;
  margin: 0 auto;
  margin-top: 30px;
}
.service_body
  .service_cont
  .service_cont_question
  .question_bj
  .question_inpt
  input {
  width: 600px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
}
.service_body .service_cont .service_cont_question .question_bj .question_btn {
  float: right;
  width: 220px;
  height: 50px;
  margin-top: 25px;
  margin-right: 50px;
}
.service_body
  .service_cont
  .service_cont_question
  .question_bj
  .question_btn
  .question_btn_tit {
  float: left;
  width: 120px;
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
}
.service_body
  .service_cont
  .service_cont_question
  .question_bj
  .question_btn
  .question_btn_b {
  float: right;
  width: 95px;
  height: 40px;
}
.service_body
  .service_cont
  .service_cont_question
  .question_bj
  .question_btn
  .question_btn_b
  input {
  width: 95px;
  height: 40px;
  vertical-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #b81d18;
  border: 1px solid #b81d18;
  border-radius: 4px;
}
.service_body .service_cont .service_call {
  width: 1200px;
  height: 240px;
  margin-top: 30px;
  border: 2px solid #e6e6e6;
}
.service_call_tit {
  width: 1200px;
  height: 60px;
  border-bottom: 2px solid #e6e6e6;
}
.sct {
  width: 130px;
  height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
  margin-left: 20px;
  border-bottom: 5px solid #b81d18;
  text-align: center;
  float: left;
}
.service_body .service_cont .service_call .service_call_cont_left {
  width: 350px;
  height: 56px;
  float: left;
  margin-left: 5%;
  margin-top: 60px;
}
.service_cont .service_call .service_call_cont_left .call_cont_left_img {
  width: 56px;
  height: 56px;
  float: left;
}
.service_cont .service_call .service_call_cont_left .call_cont_left_img img {
  width: 56px;
  height: 56px;
}
.service_cont .service_call .service_call_cont_left .call_cont_left_txt {
  width: 160px;
  height: 44px;
  float: left;
  margin-top: 7px;
  margin-left: 20px;
}
.service_cont .service_call .service_call_cont_left .call_cont_left_txt h1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.service_cont .service_call .service_call_cont_left .call_cont_left_txt h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.service_body .service_cont .service_call .service_call_cont_right {
  width: 230px;
  height: 90px;
  float: right;
  margin-right: 5%;
  margin-top: 50px;
}
.service_call .service_call_cont_right .call_cont_right_img {
  width: 90px;
  height: 90px;
  float: left;
}
.service_call .service_call_cont_right .call_cont_right_img img {
  width: 70px;
  height: 70px;
}

.service_call .service_call_cont_right .call_cont_left_txt {
  width: 130px;
  height: 70px;
  float: right;
  margin-top: 7px;
}
.service_call .service_call_cont_right .call_cont_left_txt h1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
}
.question_choose {
  width: 1200px;
  height: 186px;
  margin-top: 30px;
  border: 2px solid #e6e6e6;
}
.question_choose ul {
  width: 1120px;
  height: 130px;
  margin: 0 auto;
}
.question_choose ul li {
  width: 250px;
  height: 30px;
  float: left;
  margin-left: 30px;
  margin-top: 25px;
}
.question_choose ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  text-decoration: none;
}
.faq {
  width: 1200px;
  height: 320px;
  margin-top: 30px;
  border: 2px solid #e6e6e6;
}
.faq ul {
  width: 1200px;
  height: 320px;
}
.faq ul li {
  width: 540px;
  height: 30px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.faq ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  text-decoration: none;
}
/*****客服中心-类型******************************************************************/
.service_body {
  width: 100%;
  height: auto;
}
.question_type_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.question_type_content .about_us_title {
  width: 1200px;
  height: 40px;
  border-bottom: 1px solid #bbbbbb;
}
.question_type_content .about_us_title .about_us_tit_left {
  float: left;
  width: 400px;
  height: 30px;
}
.question_type_content .about_us_title .about_us_tit_left .s1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}
.question_type_content .about_us_title .about_us_tit_left .s2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.question_type_content .about_us_title .about_us_tit_right {
  float: right;
  width: 250px;
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.question_type_content .about_us_title .about_us_tit_right a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.question_type_content .question_type_cont {
  width: 1200px;
  height: 520px;
  margin-top: 30px;
}
.question_type_cont .question_type_choose {
  width: 200px;
  height: 270px;
  float: left;
  display: block;
}
.question_type_cont .question_type_choose ul {
  overflow: hidden;
}
.question_type_cont .question_type_choose ul li {
  width: 200px;
  height: 45px;
  display: block;
  list-style: none;
}
.question_type_cont .question_type_choose ul li.active {
  background: url(../../Images/left.png) no-repeat;
}
.question_type_cont .question_type_choose ul li.active span {
  color: #ffffff;
}
.question_type_cont .question_type_choose ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  display: block;
  line-height: 45px;
  margin-left: 20px;
}
.qtc_a{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  display: block;
  line-height: 45px;
  margin-left: 20px;
  text-decoration: none;
}
.question_type_cont .content {
  width: 968px;
  height: 424px;
  float: left;
  margin-left: 30px;
  border: 1px solid #bbbbbb;
}
.question_type_cont .content .tab {
  width: 968px;
  height: 424px;
  display: none;
}
.question_type_cont .content .tab.selected {
  display: block;
}
.content .tab .service_call_tit {
  width: 968px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.content .tab .sct {
  width: 130px;
  height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
  margin-left: 20px;
  border-bottom: 5px solid #b81d18;
  text-align: center;
  float: left;
}
.content .tab ul {
  width: 968px;
  height: auto;
  overflow: hidden;
}
.content .tab ul li {
  width: 900px;
  height: 60.6px;
  margin-left: 30px;
  border-bottom: 1px solid #bbbbbb;
}
.content .tab ul li .ssp1 {
  width: 700px;
  height: 60.6px;
  margin-left: 30px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .tab ul li .ssp1 a {
  text-decoration: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
}
.content .tab ul li .ssp1 a.sp1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
}
.content .tab ul li .sp2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 60px;
  float: right;
}
/*****资讯中心******************************************************************/
.service_body {
  width: 100%;
  height: auto;
}
.qtc_cont {
  width: 968px;
  height: auto;
  float: left;
  margin-left: 30px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.qtc_cont h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  text-align: center;
}
.qtc_cont .people_time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  text-align: center;
  margin: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.qtc_cont h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
}
/*****个人中心******************************************************************/
.service_body {
  width: 100%;
  height: auto;
}
.new_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.new_content .about_us_title {
  width: 1200px;
  height: 40px;
  border-bottom: 1px solid #bbbbbb;
}
.new_content .about_us_title .about_us_tit_left {
  float: left;
  width: 400px;
  height: 30px;
}
.new_content .about_us_title .about_us_tit_left .s1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}
.new_content .about_us_title .about_us_tit_left .s2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.new_content .about_us_title .about_us_tit_right {
  float: right;
  width: 250px;
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_content .about_us_title .about_us_tit_right a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.peo_cer_cont {
  width: 1200px;
  height: auto;
  margin-top: 30px;
}
.peo_cer_cont .peo_cer_cont_left {
  width: 220px;
  height: 510px;
  float: left;
  border: 1px solid #bbbbbb;
  margin-bottom: 37px;
}
.peo_cer_cont .peo_cer_cont_left .avater {
  width: 160px;
  height: 200px;
  padding-top: 30px;
  margin: 0 auto;
}
.peo_cer_cont .peo_cer_cont_left .avater .avater_img {
  width: 76px;
  height: 76px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.peo_cer_cont .peo_cer_cont_left .avater .avater_img img {
  width: 76px;
  height: 76px;
}
.peo_cer_cont .peo_cer_cont_left .avater .avater_txt {
  width: 160px;
  height: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  text-align: center;
}
.avater_list {
  /* margin-top: 30px; */
}
.avater_list .moy_mag {
  width: 150px;
  height: 30px;
  margin-left: 25px;
}
.avater_list .moy_mag .mm_img {
  width: 20px;
  height: 20px;
  float: left;
}
.avater_list .moy_mag .mm_img img {
  width: 20px;
  height: 20px;
}
.avater_list .moy_mag .mm_txt {
  float: left;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  margin-left: 22px;
  text-align: center;
}
.avater_list .moy_mag_list {
  width: 220px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.avater_list .moy_mag_list ul {
  overflow: hidden;
}
.avater_list .moy_mag_list ul li {
  width: 220px;
  height: 30px;
  list-style: none;
  display: block;
  margin-top: 5px;
}
.avater_list .moy_mag_list ul li.active {
  border-left: 2px solid #b81d18;
}
.avater_list .moy_mag_list ul .mml1 {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 38px;
  text-decoration: none;
}
.avater_list .moy_mag_list ul a {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
  text-decoration: none;
}
.avater_list .moy_mag_list ul .active .mml_m {
  color: #b81d18;
  width: 80px;
  height: 30px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
}
.avater_list .moy_mag_list ul .active .mml_m a {
  color: #b81d18;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
}
.mml_content {
  width: 965px;
  height: 600px;
  margin-left: 15px;
  margin-bottom: 30px;
  float: left;
}
.mml_content .mml_tab {
  display: none;
}
.mml_content .mml_tab.selected {
  display: block;
}
.mml_content .mml_tab .ts_top {
  width: 965px;
  height: 180px;
  border: 1px solid #bbbbbb;
}
.ts_top .ts_top_left {
  width: 380px;
  height: 120px;
  margin-left: 30px;
  margin-top: 30px;
  float: left;
  border-right: 1px solid rgba(220, 220, 220, 1);
}
.ts_top .ts_top_left .ttl_img {
  width: 76px;
  height: 76px;
  float: left;
  margin-top: 24px;
}
.ts_top .ts_top_left .ttl_img img {
  width: 76px;
  height: 76px;
}
.ts_top .ts_top_left ul {
  width: 220px;
  height: 100px;
  float: left;
  margin-top: 24px;
  margin-left: 30px;
}
.ts_top .ts_top_left ul li {
  width: 220px;
  height: 50px;
}
.ts_top .ts_top_left ul li .tex1 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 27px;
}
.ts_top .ts_top_left ul li .tex2 {
  font-size: 14px;
  font-family: SimSun;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 27px;
}
.ts_top .ts_top_left ul li input {
  width: 94px;
  height: 24px;
  background: rgba(184, 29, 24, 1);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  margin-top: 10px;
}

.ts_top .ts_top_right {
  width: 550px;
  height: 120px;
  margin-top: 30px;
  float: left;
}
.ts_top .ts_top_right ul {
  width: 580px;
  height: 60px;
  margin-top: 24px;
  margin-left: 30px;
}
.ts_top .ts_top_right ul li {
  width: 190px;
  height: 30px;
  float: left;
}
.ts_top .ts_top_right ul li .ttr1 {
  font-size: 16px;
  color: #999999;
  font-family: Microsoft YaHei;
  line-height: 30px;
}
.ts_top .ts_top_right ul li .ttr2 {
  font-size: 16px;
  color: #121212;
  font-family: Microsoft YaHei;
  line-height: 30px;
}
.ts_top .ts_top_right .zhuyi {
  margin-left: 30px;
}
.ts_top .ts_top_right ul li .ttr3 {
  font-size: 14px;
  color: #b81d18;
  font-family: Microsoft YaHei;
  line-height: 30px;
}
.ts_top .ts_top_right ul li .ttr4 {
  font-size: 14px;
  color: #999999;
  font-family: Microsoft YaHei;
  line-height: 30px;
}
.ts_top .ts_top_right input {
  width: 94px;
  height: 24px;
  background: rgba(184, 29, 24, 1);
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  margin-left: 15px;
}
.ts_down {
  width: 965px;
  height: 325px;
  border: 1px solid #bbbbbb;
  margin-top: 15px;
}
.ts_down ul {
  width: 905px;
  height: 325px;
  margin: 0 auto;
}
.ts_down ul li {
  width: 905px;
  height: 65px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}
.ts_down ul li .tsd_left {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.ts_down ul li .tsd_left .tlp1 {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 65px;
}
.ts_down ul li .tsd_left .tlp2 {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #121212;
  line-height: 65px;
}
.ts_down ul li .tsd_left .tlp3 {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b81d18;
  line-height: 65px;
}
.tlp44 {
  float: left;
  width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ts_down ul li .tsd_left .tlp4 {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 65px;
  margin-left: 20px;
}
.ts_down ul li .tsd_left .tlp5 {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #15b309;
  line-height: 65px;
}
.ts_down ul li .tsd_right {
  float: right;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.ts_down ul li .tsd_right span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 65px;
}
.ts_down ul li .tsd_right input {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b81d18;
  border: 1px solid #fff;
  background-color: #fff;
  margin-top: 20px;
}
.mml_kk {
  width: 965px;
  height: 510px;
  border: 1px solid #bbbbbb;
  margin-left: 30px;
}
.peo_msg {
  width: 965px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.peo_msg .sct {
  width: 130px;
  height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
  margin-left: 20px;
  border-bottom: 5px solid #b81d18;
  text-align: center;
  float: left;
}
.mml_kk .mml_kk_ul1 {
  width: 600px;
  height: 300px;
  margin-left: 60px;
  margin-top: 50px;
}
.mml_kk .mml_kk_ul1 li {
  width: 600px;
  height: 50px;
  margin-top: 20px;
}
.mml_kk .mml_kk_ul1 li .sp {
  float: left;
  width: 80px;
}
.mml_kk .mml_kk_ul1 li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 50px;
}
.mml_kk .mml_kk_ul1 li input {
  width: 400px;
  height: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
  padding-left: 15px;
}
.mml_kk button {
  width: 135px;
  height: 40px;
  background: rgba(184, 29, 24, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
  margin-left: 140px;
}
.peo_email {
  width: 965px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.peo_email .sct {
  width: 130px;
  height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
  margin-left: 20px;
  border-bottom: 5px solid #b81d18;
  text-align: center;
}
.p_e {
  width: 500px;
  height: 50px;
  margin-top: 60px;
  margin-left: 60px;
}
.p_e span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 50px;
}
.p_e input {
  width: 400px;
  height: 36px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 230, 230, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  padding-left: 20px;
}
.e_btn {
  width: 134px;
  height: 40px;
  background: rgba(184, 29, 24, 1);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-top: 30px;
  margin-left: 130px;
  border: 1px solid #fff;
}
.pay_msg2 {
  width: 965px;
  height: 30px;
}
.pay_msg2 .sct2 {
  width: 100px;
  height: 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 30px;
  text-align: center;
}
.pay_list_g {
  width: 965px;
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.mml_kk_ul2 {
  width: 965px;
  height: 40px;
  background-color: #e6e6e6;
  color: #999999;
}
.mml_kk_ul2 li {
  width: 241px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 40px;
  float: left;
  text-align: center;
}
.mml_kk_ul3 {
  width: 965px;
  height: 430px;
}
.mml_kk_ul3 li {
  width: 965px;
  height: 40px;
}
.mml_kk_ul3 li ul {
  width: 965px;
  height: 40px;
}
.mml_kk_ul3 li ul li {
  width: 241px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mml_kk_ul3 li ul .kk_ul1 {
  color: #666666;
}
.mml_kk_ul3 li ul .kk_ul2 {
  color: #b81d18;
}
.mtmk1 {
  width: 965px;
  height: 265px;
  border: 1px solid #bbbbbb;
  margin-left: 15px;
}
.mtmk1 .shou_ip {
  width: 965px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.mtmk1 .shou_ip_cont1 {
  width: 800px;
  height: 100px;
  margin-left: 60px;
  margin-top: 50px;
}
.mtmk1 .shou_ip_cont1 .shou_ip2 {
  width: 800px;
  height: 50px;
}
.mtmk1 .shou_ip_cont1 .shou_ip2 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 50px;
}
.mtmk1 .shou_ip_cont1 .shou_ip2 input {
  width: 400px;
  height: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  padding-left: 20px;
  margin-left: 20px;
}
.mtmk1 .shou_ip_cont1 button {
  width: 134px;
  height: 40px;
  background: rgba(184, 29, 24, 1);
  margin-left: 85px;
  margin-top: 30px;
  border: 1px solid #fff;
  color: #fff;
}
.shou_ip_cont2 {
  width: 965px;
  height: 300px;
  border: 1px solid #bbbbbb;
  margin-left: 15px;
  margin-top: 15px;
}
.shou_ip_cont2 .shou_ip_cont2_h {
  width: 965px;
  height: 60px;
  border-bottom: 1px solid #bbbbbb;
}
.shou_ip_cont2_h .sct3 {
  width: 130px;
  height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
  margin-left: 20px;
  border-bottom: 5px solid #b81d18;
  text-align: center;
}
.shou_ip_cont2 ul {
  width: 965px;
  height: 240px;
  overflow-y: auto;
}
.shou_ip_cont2 ul li {
  width: 900px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shou_ip_cont2 ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 60px;
  margin-left: 30px;
}
.shou_ip_cont2 ul li input {
  width: 32px;
  height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  border: 1px solid #fff;
  background-color: #fff;
  float: right;
  margin-right: 30px;
  margin-top: 15px;
}
/*****vip******************************************************************/
.vip_type_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 80px;
}
.vip_type_content .vip_type_cont {
  width: 1200px;
  height: 520px;
  margin-top: 30px;
}
.vip_type_cont .vip_type_choose {
  width: 200px;
  height: 270px;
  float: left;
  display: block;
}
.vip_type_cont .vip_type_choose ul {
  overflow: hidden;
}
.vip_type_cont .vip_type_choose ul li {
  width: 200px;
  height: 45px;
  display: block;
  list-style: none;
}
.vip_type_cont .vip_type_choose ul li.active {
  background: url(../../Images/left.png) no-repeat;
}
.vip_type_cont .vip_type_choose ul li.active span {
  color: #ffffff;
}
.vip_type_cont .vip_type_choose ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  display: block;
  line-height: 45px;
  margin-left: 20px;
}
.vip_content {
  width: 968px;
  height: auto;
  float: left;
  margin-left: 30px;
}
.vip_content .vip_tab {
  width: 968px;
  height: auto;
  display: none;
}
.vip_content .vip_tab.selected {
  display: block;
}
.vip_content .vip_tab .vip_tab_img {
  width: 968px;
  height: 263px;
}
.vip_content .vip_tab .vip_tab_img img {
  width: 968px;
  height: 263px;
}
.vip_content .vip_tab .cont_title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #bbbbbb;
}
.vip_content .vip_tab .cont_title h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 22px;
}
.vip_content .vip_tab .cont_title h2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
  margin-top: 10px;
}
.vip_content .vip_tab .cont_text {
  width: 963px;
  height: auto;
  overflow: hidden;
  white-space: normal;
  padding-bottom: 30px;
}
.vip_content .vip_tab .cont_text h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
/*****注册******************************************************************/

.reg_content {
  width: 968px;
  height: auto;
  float: left;
  margin-left: 30px;
  border: 1px solid #bbbbbb;
  margin-bottom: 30px;
}
.reg_content .tab_zc {
  width: 968px;
  height: auto;
  display: none;
}
.reg_content .tab_zc.selected {
  display: block;
}
.reg_content .tab_zc .service_call_tit {
  width: 968px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.reg_content .tab_zc .sct {
  width: 130px;
  height: 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
  margin-left: 20px;
  border-bottom: 5px solid #b81d18;
  text-align: center;
  float: left;
}
.reg_content .tab_zc ul {
  width: 968px;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.ques_type_tit2 {
  float: right;
  width: 200px;
  height: 20px;
  margin-top: 40px;
}
.ques_type_tit2 span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.ques_type_tit2 a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  text-decoration: none;
}
.ques_type_list {
  width: 1000px;
  height: auto;
}
.ques_type_list ul {
  margin-top: 30px;
}
.ques_type_list ul li {
  width: 1000px;
  height: 40px;
  margin-top: 10px;
}
.ques_type_list ul li .qtl_n {
  width: 120px;
  float: left;
  display: block;
}
.ques_type_list ul li .qtl_n2 {
  width:200px;
  float: left;
  display: block;
  margin-left: 100px;
}
.ques_type_list ul li .qtl_i4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 42px;
  margin-left: 30px;
}
.ques_type_list ul li .qtl_n2 img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  /* margin-left: 200px; */
}
.ques_type_list ul li .qtl_n2 h1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);



}
.ques_type_list ul li .qtl_i {
  width: 400px;
  height: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 36px;
  margin-left: 45px;
  padding-left: 20px;
}
.yz-tu{
  width: 120px;
  margin-left: 165px;
}
.ques_type_list ul li .qtl_i2 {
  width: 15px;
  height: 15px;
  margin-left: 16.5%;
}
.ques_type_list ul li .qtl_i3 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 40px;
}
.ques_type_list ul li .btn button {
  width: 134px;
  height: 40px;
  background: rgba(184, 29, 24, 1);
  margin-left: 16.5%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  border: 1px solid #fff;
}
/*****积分兑换******************************************************************/
.integral_content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.integral_content .content_top {
  width: 1200px;
  height: 346px;
}
.integral_content .content_top .cont_top_left {
  width: 190px;
  height: 346px;
  float: left;
}
.cont_top_left .top_left_tit {
  width: 190px;
  height: 44px;
  background: rgba(184, 29, 24, 1);
}
.cont_top_left .top_left_tit span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 44px;
  text-align: center;
  margin-left: 56px;
}
.cont_top_left ul {
  width: 190px;
  height: 300px;
}
.cont_top_left ul li {
  width: 190px;
  height: 65px;
  margin-top: 10px;
}
.cont_top_left ul li a {
  text-decoration: none;
  color: #121212;
}
.cont_top_left ul li a .top_left_img {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-left: 14px;
  float: left;
}
.cont_top_left ul li a .top_left_img img {
  width: 45px;
  height: 45px;
}
.cont_top_left ul li a .top_left_tit1 {
  float: left;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  margin-top: 25px;
  margin-left: 20px;
}
.integral_content .it_banner {
  margin-left: 15px;
  width: 738px;
  height: 346px;
  float: left;
}
.it_banner #banner {
  position: relative;
  width: 738px;
  height: 346px;
  overflow: hidden;
}

.it_banner #banner_list img {
  width: 738px;
  height: 346px;
  border: 0px;
}

.it_banner #banner_bg {
  position: absolute;
  bottom: 0;
  background-color: #000;
  height: 30px;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 1000;
  cursor: pointer;
  width: 478px;
}

.it_banner #banner_info {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 22px;
  color: #fff;
  z-index: 1001;
  cursor: pointer;
}

.it_banner #banner_text {
  position: absolute;
  width: 120px;
  z-index: 1002;
  right: 3px;
  bottom: 3px;
}

.it_banner #banner ul {
  position: absolute;
  list-style-type: none;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 1002;
  margin: 0;
  padding: 0;
  bottom: 3px;
  right: 5px;
}

.it_banner #banner ul li {
  padding: 0px 8px;
  float: left;
  display: block;
  color: #fff;
  background: #b81d18;
  cursor: pointer;
}

.it_banner #banner ul li.on {
  background-color: #fff;
  color: #b81d18;
}

.it_banner #banner_list a {
  position: absolute;
}
.integral_content .top_right {
  float: right;
  width: 240px;
  height: 346px;
}
.integral_content .top_right .tr_top {
  width: 240px;
  height: 140px;
  border: 1px solid #bbbbbb;
}
.tr_top .tr_top_title {
  width: 240px;
  height: 20px;
  border-left: 2px solid #b81d18;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tr_top .tr_top_title .ttt_dh {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 20px;
  margin-left: 13px;
}
.top_down {
  width: 240px;
  height: 190px;
  border: 1px solid #bbbbbb;
  margin-top: 20px;
}
.top_down .tr_top_title {
  width: 240px;
  height: 20px;
  border-left: 2px solid #b81d18;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tr_top_title .ttt_dh {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 20px;
  margin-left: 13px;
}
.tr_top #ttt_slide {
  position: absolute;
  height: 86px;
  width: 200px;
  color: #fa8e93;
  overflow: hidden;
  margin-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}
.tr_top #ttt_slide li {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  /* text-align: center; */
}
.tr_top #ttt_slide .ttt_name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  line-height: 20px;
}
.tr_top #ttt_slide .ttt_name2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #121212;
  line-height: 20px;
}
.it_banner2 {
  width: 220px;
  height: 120px;
  margin: 0 auto;
}
.it_banner2 #banner2 {
  position: relative;
  width: 220px;
  height: 120px;
  overflow: hidden;
}

.it_banner2 #banner_list2 img {
  width: 220px;
  height: 120px;
  border: 0px;
}

.it_banner2 #banner_bg {
  position: absolute;
  bottom: 0;
  background-color: #000;
  height: 30px;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 1000;
  cursor: pointer;
  width: 478px;
}

.it_banner2 #banner_info2 {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 22px;
  color: #fff;
  z-index: 1001;
  cursor: pointer;
}

.it_banner2 #banner_text2 {
  position: absolute;
  width: 120px;
  z-index: 1002;
  right: 3px;
  bottom: 3px;
}

.it_banner2 #banner2 ul {
  position: absolute;
  list-style-type: none;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 1002;
  margin: 0;
  padding: 0;
  bottom: 3px;
  right: 5px;
}

.it_banner2 #banner2 ul li {
  padding: 0px 8px;
  float: left;
  display: block;
  color: #fff;
  background: #b81d18;
  cursor: pointer;
}

.it_banner2 #banner2 ul li.on2 {
  background-color: #fff;
  color: #b81d18;
}

.it_banner2 #banner_list2 a {
  position: absolute;
}
.content_down {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}
.content_down .cd_left {
  width: 945px;
  height: auto;
  float: left;
}
.cd_left .exchange_title {
  width: 945px;
  height: 40px;
  background-color: #f5f5f5;
}
.cd_left .exchange_title .et_left {
  width: 200px;
  height: 40px;
  float: left;
}
.et_left .el_img {
  width: 20px;
  height: 18px;
  margin-top: 11px;
  margin-left: 10px;
  float: left;
}
.et_left .el_img img {
  width: 20px;
  height: 18px;
}
.el_text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 40px;
  margin-left: 10px;
  float: left;
}
.et_right {
  float: right;
  width: 300px;
  height: 40px;
}
.et_right .er_text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 40px;
  float: left;
}
.et_right .er_content {
  float: left;
}
.et_right .er_content ul li {
  width: 80px;
  height: 40px;
  float: left;
  text-align: center;
  margin-left: 5px;
}
.et_right .er_content ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 40px;
  text-decoration: none;
}
.et_right .er_content ul li a:hover {
  color: rgba(184, 29, 24, 1);
}
.er_tab {
  width: 925px;
  height: auto;
  margin: 0 auto;
}
.er_tab ul li {
  width: 225px;
  height: 330px;
  float: left;
  margin-top: 15px;
  margin-right: 16px;
  border:1px solid rgba(238,238,238,1);
  margin-bottom: 30px;
}
.er_tab ul li .products_img {
  width: 205px;
  height: 205px;
  margin-left: 10px;
  background-color: #fa8e93;
  margin-top: 10px;
}
.er_tab ul li .products_img img {
  width: 205px;
  height: 205px;
}
.er_tab ul li .products_mon {
  width: 200px;
  height: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  line-height: 30px;
}
.er_tab ul li .products_baoyou {
  width: 200px;
  height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  margin-top: 15px;
  margin-left: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.er_tab ul li .products_baoyou .products_by {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: rgba(184, 29, 24, 1);
  float: left;
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
}
.er_tab ul li .products_baoyou .products_name {
  width: 100px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
}
.products_money {
  width: 220px;
  height: 30px;
  margin-top: 5px;
}
.products_money .products_qcz {
  width: 110px;
  height: 30px;
  float: left;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
.products_money .products_qcz a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}
.products_money .products_qcz .products_q_img {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.products_money .products_qcz .products_q_img img {
  width: 14px;
  height: 14px;
}
.products_money .products_qcz .products_q_pay {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  line-height: 22px;
  margin-left: 10px;
}
.cd_right {
  width: 240px;
  height: auto;
  float: right;
  margin-top: 15px;
  border: 1px solid #bbbbbb;
}
.cd_right .cd_r_tit {
  width: 240px;
  height: 30px;
}
.cd_right .cd_r_tit .cdrt {
  width: 180px;
  height: 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 30px;
  border-left: 2px solid #b81d18;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cd_r_cont {
  width: 240px;
  height: auto;
}
.cd_r_cont ul {
  width: 240px;
  height: auto;
  overflow: hidden;
  margin-top: 15px;
}
.cd_r_cont ul li {
  width: 240px;
  height: 80px;
  margin-bottom: 10px;
}
.cd_r_cont ul li .cdrc_num {
  width: 20px;
  height: 26px;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}

.cd_r_cont ul li .cdrc_num p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.cd_r_cont ul li:nth-child(1) .sdn {
  background: url(../../Images/f1.png) no-repeat;
}
.cd_r_cont ul li:nth-child(1) .sdn p{color: #fff;}
.cd_r_cont ul li:nth-child(2) .sdn {
  background: url(../../Images/s2.png) no-repeat;
}
.cd_r_cont ul li:nth-child(2) .sdn p{color: #fff;}
.cd_r_cont ul li:nth-child(3) .sdn {
  background: url(../../Images/3.png) no-repeat;
}
.cd_r_cont ul li:nth-child(3) .sdn p{color: #fff;}
.cdrc_num2 {
  width: 80px;
  height: 80px;
  float: left;
  margin-left: 10px;
}
.cdrc_num2 img {
  width: 80px;
  height: 80px;
}
.cdrc_num3 {
  float: left;
  width: 80px;
  height: 50px;
  margin-left: 10px;
  margin-top: 20px;
}
.cdrc_num3 .c_num1 {
  width: 80px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cdrc_num3 .c_num1 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 20px;
}
.cdrc_num3 .c_num2 {
  width: 80px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cdrc_num3 .c_num2 #dh1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 30px;
}
.cdrc_num3 .c_num2 #dh2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b81d18;
  line-height: 30px;
}
.dhlc {
  width: 1200px;
  height: 90px;
  margin-top: 400px;
  overflow: hidden;
}
.dhlc img {
  width: 1200px;
  height: 90px;
}
/*****积分兑换-详情******************************************************************/
.integral_cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.integral_cont .ict_tit {
  width: 1200px;
  height: 60px;
  margin-top: 10px;
  border-bottom: 1px solid #bbbbbb;
}
.integral_cont .ict_tit .ict_tit1 {
  float: left;
  margin-left: 10px;
}
.integral_cont .ict_tit .ict_tit1 .it_p1 {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 60px;
}
.integral_cont .ict_tit .ict_tit1 .it_p2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
}
.integral_cont .ict_tit .ict_tit2 {
  float: right;
  margin-right: 10px;
  width: 200px;
  height: 60px;
}
.integral_cont .ict_tit .ict_tit2 a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 80px;
  text-decoration: none;
}
.it_cont_top {
  width: 1200px;
  height: auto;
  margin-top: 20px;
  overflow: auto;
}
.it_cont_top .ictl_left {
  float: left;
  width: 202px;
  height: auto;
}
.it_cont_top .it_cont_top_left {
  width: 202px;
  height: 190px;
  display: block;
}
.it_cont_top .it_cont_top_left ul {
  overflow: hidden;
}
.it_cont_top .it_cont_top_left ul li {
  width: 202px;
  height: 45px;
  list-style: none;
  display: block;
}
.it_cont_top .it_cont_top_left ul li.active {
  background: url(../../Images/left.png) no-repeat;
}
.it_cont_top .it_cont_top_left ul li.active span {
  color: #fff;
}
.it_cont_top .it_cont_top_left ul li span {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 45px;
  margin-left: 15px;
}
.it_cont_top .kefu {
  width: 180px;
  height: 80px;
  margin-top: 15px;
  border: 1px solid #bbbbbb;
}
.it_cont_top .kefu .kefu_img {
  width: 32px;
  height: 34px;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.it_cont_top .kefu .kefu_img img {
  width: 32px;
  height: 34px;
}
.it_cont_top .kefu .kefu_txt {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  width: 120px;
}
.it_cont_top .kefu .kefu_txt .kt_tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}
.it_cont_top .kefu .kefu_txt a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  text-decoration: none;
}
.it_cont_top .kefu .kefu_time {
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  margin-left: 10px;
}
.kf_lb {
  width: 180px;
  height: 278px;
  margin-top: 15px;
  border: 1px solid #bbbbbb;
}
.kf_lb .kf_lb_tit {
  width: 180px;
  height: 50px;
}
.kf_lb .kf_lb_tit .kf_lb_tit_t {
  width: 180px;
  height: 40px;
  border-left: 2px solid #b81d18;
  padding-left: 20px;
}
.kf_lb .kf_lb_tit .kf_lb_tit_t span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 50px;
}
.kf_lb #banner {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.kf_lb #banner_list img {
  width: 140px;
  height: 140px;
  border: 0px;
}

.kf_lb #banner_bg {
  position: absolute;
  bottom: 0;
  background-color: #000;
  height: 30px;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 1000;
  cursor: pointer;
  width: 478px;
}

.kf_lb #banner_info {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 22px;
  color: #fff;
  z-index: 1001;
  cursor: pointer;
}

.kf_lb #banner_text {
  position: absolute;
  width: 120px;
  z-index: 1002;
  right: 3px;
  bottom: 3px;
}

.kf_lb #banner ul {
  position: absolute;
  list-style-type: none;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 1002;
  margin: 0;
  padding: 0;
  bottom: 3px;
  right: 5px;
}

.kf_lb #banner ul li {
  padding: 0px 8px;
  float: left;
  display: block;
  color: #fff;
  background: #b81d18;
  cursor: pointer;
}

.kf_lb #banner ul li.on {
  background-color: #fff;
  color: #b81d18;
}

.kf_lb #banner_list a {
  position: absolute;
}
.kf_content {
  width: 968px;
  height: auto;
  float: left;
  margin-left: 15px;
  margin-bottom: 30px;
}
.kf_content .kf_tab {
  display: none;
  width: 968px;
  height: auto;
}
.kf_content .kf_tab.selected {
  display: block;
  width: 968px;
  height: auto;
}
.kf_content .kf_tab .jksh {
  width: 968px;
  height: 40px;
}
.kf_content .kf_tab .jksh .jksh_h {
  float: left;
  width: 200px;
  height: 40px;
}
.jksh_h_img {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
}
.jksh_h_img img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}
.jksh_tit {
  float: left;
  margin-left: 10px;
}
.jksh_tit span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 40px;
}
.kf_tabnav {
  float: right;
  width: 380px;
  height: 40px;
}
.kf_tabnav ul li {
  float: left;
  width: 70px;
  height: 40px;
  text-align: center;
}
.kf_tabnav ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 40px;
  text-decoration: none;
}
.kf_tabnav ul li a:hover {
  color: #b81d18;
}
.itc_content {
  width: 948px;
  height: auto;
  margin-top: 10px;
  margin: 0 auto;
}
/*****积分兑换-详情-详情******************************************************************/
.integral_body {
  width: 100%;
  height: auto;
}
.integral_cont_cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.integral_cont_cont .icc_top {
  width: 1200px;
  height: 420px;
}
.integral_cont_cont .icc_top .icc_top_img {
  width: 520px;
  height: 420px;
  float: left;
}
.m {
  width: 520px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}

.integral_cont_cont .icc_top .icc_top_txt {
  width: 650px;
  height: 420px;
  float: left;
  margin-left: 30px;
}
.icc_top_txt .icc_top_txt1 {
  width: 650px;
  height: 110px;
}
.icc_top_txt .icc_top_txt1 .itt1 {
  width: 650px;
  height: 40px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
  line-height: 110px;
}
.icc_top_txt .icc_top_txt2 {
  width: 650px;
  height: 96px;
  background: url(../../Images/jgbj.png) no-repeat;
  border: 1px dashed #999;
}
.icc_top_txt .icc_top_txt2 .tt2_t1 {
  width: 500px;
  height: 30px;
  margin-left: 15px;
  padding-top: 20px;
  line-height: 30px;
}
.icc_top_txt .icc_top_txt2 .tt2_t1 #tt2_s1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}
.icc_top_txt .icc_top_txt2 .tt2_t1 #tt2_s2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
  margin-left: 10px;
}
.icc_top_txt .icc_top_txt2 .tt2_t1 #tt2_s3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(184, 29, 24, 1);
  line-height: 32px;
  margin-left: 10px;
}
.btn-numbox {
  width: 500px;
  height: 40px;
  margin-top: 50px;
  overflow: hidden;
}
.btn-numbox,
li {
  list-style: none;
}

.btn-numbox li {
  float: left;
}

.btn-numbox li .number,
.kucun {
  display: inline-block;
  font-size: 12px;
  color: #808080;
  vertical-align: sub;
}

.btn-numbox .count {
  overflow: hidden;
  margin: 0 16px 0 20px;
}
.btn-numbox .count .num-jia:hover {
  background-color: #b81d18;
  color: #fff;
}
.btn-numbox .count .num-jian:hover {
  background-color: #b81d18;
  color: #fff;
}
.btn-numbox .count .num-jian,
.input-num,
.num-jia {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #999;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}
.btn-numbox .count .input-num {
  width: 58px;
  height: 28px;
  color: #333;
  border-left: 0;
  border-right: 0;
}
.icc_top_txt .icc_top_txt3 .tt2_t1 {
  width: 500px;
  height: 30px;
  padding-top: 20px;
  line-height: 30px;
}
.icc_top_txt .icc_top_txt3 .tt2_t1 #tt2_s1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
}
.icc_top_txt .icc_top_txt3 .tt2_t1 #tt2_s2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
  margin-left: 10px;
}
.icc_top_txt4 {
  width: 430px;
  height: 66px;
  margin-top: 20px;
}
.icc_top_txt4 #itt_bm1 .itt_by1 {
  width: 210px;
  height: 66px;
  background: url(../../Images/ljgm.png) no-repeat;
  float: left;
}
.icc_top_txt4 #itt_bm2 .itt_by2 {
  width: 210px;
  margin-left: 10px;
  height: 66px;
  float: left;
  background: url(../../Images/sc.png) no-repeat;
}
.icc_top_left {
  width: 240px;
  height: auto;
  float: left;
  margin-top: 15px;
  margin-bottom: 30px;
}
.icc_top_left .kefu {
  width: 240px;
  height: 80px;
  border: 1px solid #bbbbbb;
}
.icc_top_left .kefu .kefu_img {
  width: 32px;
  height: 34px;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.icc_top_left .kefu .kefu_img img {
  width: 32px;
  height: 34px;
}
.icc_top_left .kefu .kefu_txt {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
  width: 110px;
}
.icc_top_left .kefu .kefu_txt .kt_tit {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}
.icc_top_left .kefu .kefu_txt a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  text-decoration: none;
}
.icc_top_left .kefu .kefu_time {
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  margin-left: 5px;
  margin-top: 15px;
}
.icc_top_right {
  width: 945px;
  height: auto;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  float: left;
}
.icc_top_right .itr_tabnav {
  width: 945px;
  height: 60px;
  border: 1px solid #bbbbbb;
  display: block;
}
.icc_top_right .itr_tabnav ul {
  width: 280px;
  height: 60px;
  display: block;
  overflow: hidden;
}
.icc_top_right .itr_tabnav ul li {
  width: 140px;
  height: 60px;
  text-align: center;
  list-style: none;
  display: block;
  float: left;
}
.icc_top_right .itr_tabnav ul li.active {
  border-bottom: 1px solid #b81d18;
}
.icc_top_right .itr_tabnav ul li.active span {
  color: #b81d18;
  border-bottom: #b81d18;
}
.icc_top_right .itr_tabnav ul li span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #121212;
  line-height: 60px;
}
.icc_top_right .tab {
  width: 945px;
  height: auto;
  display: none;
}
.icc_top_right .tab.selected {
  display: block;
}
.icc_top_right .tab .spxq {
  width: 945px;
  height: auto;
  border: 1px solid #bbbbbb;
  margin-top: 15px;
}
.icc_top_right .tab .spxq .spxq_tit {
  width: 100px;
  height: 40px;
  margin-left: 15px;
}
.icc_top_right .tab .spxq .spxq_tit h1 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  line-height: 40px;
}
.icc_top_right .tab .spxq ul {
  width: 925px;
  height: 95px;
  margin: 0 auto;
}
.icc_top_right .tab .spxq ul li {
  width: 280px;
  height: 30px;
  float: left;
  margin-left: 20px;
  margin-right: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icc_top_right .tab .spxq ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
}
.icc_top_right .tab .spxq_img {
  margin-top: 10px;
  width: 945px;
  height: 500px;
}
.icc_top_right .tab .spxq_img img {
  margin-top: 10px;
  width: 945px;
  height: 500px;
}
.gmyh_tit {
  width: 945px;
  height: 40px;
  background-color: #e6e6e6;
  margin-top: 15px;
}
.gmyh_tit ul li {
  width: 315px;
  height: 40px;
  float: left;
  background-color: #e6e6e6;
  text-align: center;
}
.gmyh_tit ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 40px;
}
.gmyh_tit2 {
  width: 945px;
  height: auto;
}
.gmyh_tit2 ul {
  width: 945px;
  height: 400px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.gmyh_tit2 ul .gmyh_li {
  width: 945px;
  height: 40px;
}
.gmyh_tit2 ul .gmyh_li ul {
  width: 945px;
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.gmyh_tit2 ul .gmyh_li ul li {
  width: 314px;
  height: 40px;
  float: left;
  text-align: center;
}
.gmyh_tit2 ul .gmyh_li ul li #gmy_b1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 40px;
}
.gmyh_tit2 ul .gmyh_li ul li #gmy_b2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b81d18;
  line-height: 40px;
}
.fy {
  width: 520px;
  height: 35px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.fy.box {
  width: 520px;
  height: 35px;
}

.fy.page {
  width: 600px;
}

.fy.info {
  width: 200px;
  height: 34px;
  line-height: 34px;
}

.fy .fl {
  float: left;
}
/*****弹出框******************************************************************/
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  filter: alpha(opacity=20);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.mask .course_registration {
  width: 600px;
  height: 440px;
  background-color: #e6e6e6;
  position: absolute;
  top: 10%;
  left: 36%;
}
.course_er {
  width: 580px;
  height: 420px;
  margin: 0 auto;
  position: absolute;
  margin: 10px;
  background-color: #fff;
}
.mask .course_registration .course_er .sign_up {
  width: 150px;
  height: 30px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.mask .course_registration .course_er .sign_up span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(184, 29, 24, 1);
  line-height: 30px;
  text-align: center;
}
.mask .course_registration .course_er .close {
  width: 19px;
  height: 19px;
}
.mask .course_registration .course_er .close img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 5%;
  right: 5%;
}
.mask .course_registration .course_er .name {
  width: 400px;
  height: 124px;
  /*background: pink;*/
  margin: 0 auto;
  margin-top: 28px;
  overflow: visible;
}
.mask .course_registration .course_er .name .mask_txt {
  width: 400px;
  height: 50px;
  border: 1px solid #e6e6e6;
}
.mask .course_registration .course_er .name .mask_txt2 {
  width: 400px;
  height: 50px;
  border: 1px solid #e6e6e6;
  margin-top: 24px;
}
.mask .course_registration .course_er .name .mask_txt .mask_txt_img {
  width: 36px;
  height: 28px;
  border-right: 1px solid #e6e6e6;
  float: left;
  margin-top: 14px;
  margin-left: 14px;
}
.mask .course_registration .course_er .name .mask_txt .mask_txt_img img {
  width: 22px;
  height: 22px;
}
.mask .course_registration .course_er .name .mask_txt input {
  width: 200px;
  height: 28px;
  outline: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  box-sizing: border-box;
  margin-top: 11px;
  margin-left: 15px;
}
.mask .course_registration .course_er .name .mask_txt2 .mask_txt_img {
  width: 36px;
  height: 28px;
  border-right: 1px solid #e6e6e6;
  float: left;
  margin-top: 14px;
  margin-left: 14px;
}
.mask .course_registration.course_er .name .mask_txt2 .mask_txt_img img {
  width: 22px;
  height: 22px;
}
.mask .course_registration .course_er .name .mask_txt2 input {
  width: 200px;
  height: 28px;
  outline: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  box-sizing: border-box;
  margin-top: 11px;
  margin-left: 15px;
}
.mask .course_registration .course_er a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.mask .course_registration .course_er a .wjmm {
  width: 100px;
  height: 20px;
  margin-top: 20px;
  margin-left: 100px;
}
.mask .course_registration .course_er .confirm {
  width: 400px;
  height: 50px;
  margin-left: 100px;
  margin-top: 30px;
}
.mask .course_registration .course_er .confirm input {
  width: 400px;
  height: 50px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  background: rgba(184, 29, 24, 1);
  border: 1px solid #fff;
  border-radius: 5px;
}
.mask .course_registration .course_er .ljzc {
  width: 150px;
  height: 30px;
  margin-top: 30px;
  margin: 0 auto;
}
.mask .course_registration .course_er .ljzc span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
}
.mask .course_registration .course_er .ljzc a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b81d18;
  line-height: 30px;
  text-decoration: none;
}
.dlzh{
  height: 50px;
 padding-top: 55px;
  margin-left: 12px;
}
.dlzh span{
  font-size: 14px;
  font-family: SimSun;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
}.dlzh a{
   font-size: 14px;
   font-family: SimSun;
   font-weight: 400;
   color: rgba(153, 153, 153, 1);
   line-height: 22px;
  text-decoration: none;
 }
 .c-banner{
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.c-banner img{
  width: 100%;
}
.c-banner .banner{
  width: 100%;
  height: 350px;
  position: relative;
}
.c-banner .banner ul{
  width: 100%;
  height: 350px;
  position: relative;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.c-banner .banner ul li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  display: none;
}
.c-banner .banner ul li img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
.c-banner .nexImg,.c-banner .preImg{
  padding: 25px 10px 25px 10px;
  position: absolute;
  top: 50%;
  margin-top: -53px;
  background: #000000;
  opacity: 0.5;
  border-radius: 5px;
  z-index: 10;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
  opacity: 0.8;
}
.c-banner .nexImg{
  right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{

}
.c-banner .jumpBtn{
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  z-index: 10;
}
.c-banner .jumpBtn ul{
  margin-bottom: 0px;
  padding: 0px;
}
.c-banner .jumpBtn ul li{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  opacity: 0.9;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-banner .jumpBtn ul li:first-child{
  margin-left: 0px;
}