@import "http://at.alicdn.com/t/font_1286594_tnir6scsag.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Microsoft YaHei" !important;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 769px) {
  .container {
    width: 1180px;
    margin: 0 auto;
  }
  .pc_show {
    display: block;
  }
  .pc_flex {
    display: flex;
  }
  .pc_hide {
    display: none!important;
  }
}
@media screen and (max-width: 769px) {
  .container {
    width: 100%;
    margin: 0;
  }
  .mb_show {
    display: block;
  }
  .mb_hide {
    display: none !important;
  }
  .mb_flex {
    display: flex;
  }
}
.clearFix:before,
.clearFix:after {
  display: table;
  content: " ";
}
.clearFix:after {
  clear: both;
}
.top_head {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_head .logo_box {
  height: 30px;
  width: 300px;
}
.top_head .logo_box img {
  max-width: 100%;
  max-height: 100%;
}
.top_head .right_info {
  display: flex;
  width: 420px;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.top_head .right_info .iconfont {
  font-size: 24px;
}
.top_head .right_info .img_box {
  width: 40px;
  height: 40px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_head .right_info .img_box .iconfont {
  color: #fff;
}
.PC_nav {
  box-shadow: 0 4px 4px 0 rgba(172, 172, 172, 0.24);
  position: relative;
}
.PC_nav .container {
  display: flex;
  height: 50px;
}
.PC_nav li {
  flex: 1;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.PC_nav li.cur,
.PC_nav li:hover {
  color: #0071fc;
}
.PC_nav .child_nav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  display: none;
  top: 100%;
  z-index: 99999;
  box-sizing: border-box;
}
.PC_nav .pro_nav {
  height: auto;
  padding-top: 20px;
  padding-bottom: 10px;
}
.PC_nav .pro_nav .container {
  justify-content: space-between;
  height: auto;
}
.PC_nav .pro_nav dl {
  color: #fff;
  line-height: 1em;
  text-align: left;
}
.PC_nav .pro_nav dl:last-child {
  margin-right: 0;
}
.PC_nav .pro_nav dl dt {
  font-size: 20px;
  margin-bottom: 22px;
}
.PC_nav .pro_nav dl dd {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 15px;
}
.PC_nav .pro_nav dl dd:hover {
  color: #2aa7ff;
}
.PC_nav .solution_nav {
  height: 293px;
  padding-top: 28px;
}
.PC_nav .solution_nav .container {
  justify-content: space-between;
}
.PC_nav .solution_nav .nav_item:hover p {
  color: #2aa7ff;
  text-decoration: underline;
}
.PC_nav .solution_nav .nav_item:hover p i.iconfont {
  display: inline;
}
.PC_nav .solution_nav .nav_item .img_box {
  width: 280px;
  height: 200px;
  overflow: hidden;
}
.PC_nav .solution_nav .nav_item .img_box img {
  display: block;
  max-width: 100%;
}
.PC_nav .solution_nav .nav_item p {
  color: #fff;
  font-size: 18px;
}
.PC_nav .solution_nav .nav_item p i.iconfont {
  display: none;
}
.PC_nav .pro_nav.type_2 .img_box_pic {
  width: 300px;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
}
.PC_nav .pro_nav.type_2 .img_box_pic img {
  max-width: 100%;
  max-height: 100%;
}
.PC_nav .pro_nav.type_2 .container {
  justify-content: flex-start;
}
.PC_nav .pro_nav.type_2 dl {
  margin-right: 40px;
}
.footer {
  background-color: #f5f5f5;
  padding: 20px 0;
}
.footer .nav_list {
  float: left;
  color: #333;
}
.footer .nav_list + .nav_list {
  margin-left: 65px;
}
.footer .nav_list dt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .nav_list dd {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .erweima_container {
  float: right;
}
@media screen and (max-width: 769px) {
  .footer {
    background-color: #f5f5f5;
    padding: 0.36rem 0.29rem;
  }
  .footer .nav_list {
    float: none;
    color: #333333;
    margin-bottom: 0.3rem;
    overflow: hidden;
  }
  .footer .nav_list + .nav_list {
    margin-left: 0;
  }
  .footer .nav_list dt {
    font-size: 0.28rem;
    margin-bottom: 0.06rem;
    color: #666666;
  }
  .footer .nav_list dd {
    font-size: 0.24rem;
    line-height: 0.5rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .footer .erweima_container {
    text-align: center;
    float: none;
  }
  .footer .erweima_container img {
    width: 6.5rem;
  }
  .mb_nav {
    height: 0.9rem;
    background-color: #ffffff;
    box-shadow: inset 0px -1px 0px 0px #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.26rem;
  }
  .mb_nav .logo_mb {
    width: 1.85rem;
  }
  .mb_nav .option {
    display: flex;
    align-items: center;
  }
  .mb_nav .option .iconfont {
    font-size: 0.36rem;
    color: #444;
    padding: 0.1rem 0.2rem;
    display: block;
    border-right: 1px solid #e5e5e5;
  }
  .mb_nav .option .icon-menu_self {
    width: 0.36rem;
    height: 0.36rem;
    position: relative;
    z-index: 0;
    margin: 0 0.2rem;
  }
  .mb_nav .option .icon-menu_self .bit-1::before {
    content: '';
    left: 0.06rem;
    top: 0.06rem;
    position: absolute;
    width: 0.12rem;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    height: 0.036rem;
    background: #2E313C;
    transition: -webkit-transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s;
  }
  .mb_nav .option .icon-menu_self .bit-1::after {
    content: '';
    position: absolute;
    right: 0.06rem;
    top: 0.06rem;
    width: 0.12rem;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    height: 0.036rem;
    background: #2E313C;
    transition: -webkit-transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s;
  }
  .mb_nav .option .icon-menu_self .bit-2 {
    position: absolute;
    width: 0.24em;
    top: 50%;
    left: 50%;
    height: 0.036em;
    background: #2E313C;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.3s 0.3s, width 0.3s 0.6s;
    transition: transform 0.3s 0.3s, width 0.3s 0.6s;
  }
  .mb_nav .option .icon-menu_self .bit-3::before {
    content: '';
    position: absolute;
    bottom: 0.06em;
    left: 0.06em;
    width: 0.12rem;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    height: 0.036em;
    background: #2E313C;
    transition: -webkit-transform 0.3s, bottom 0.3s;
    transition: transform 0.3s, bottom 0.3s;
  }
  .mb_nav .option .icon-menu_self .bit-3::after {
    content: '';
    position: absolute;
    bottom: 0.06rem;
    right: 0.06rem;
    width: 0.12rem;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    height: 0.036em;
    background: #2E313C;
    transition: -webkit-transform 0.3s, bottom 0.3s;
    transition: transform 0.3s, bottom 0.3s;
  }
  .mb_nav .option .icon-menu_self.open .bit-1:before {
    top: 0.048em;
    width: 0.144em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    transition: -webkit-transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
  }
  .mb_nav .option .icon-menu_self.open .bit-1:after {
    top: 0.048em;
    width: 0.144em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: -webkit-transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
  }
  .mb_nav .option .icon-menu_self.open .bit-2 {
    width: 0.036em;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: -webkit-transform 0.3s 0.3s, width 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s;
  }
  .mb_nav .option .icon-menu_self.open .bit-3:before {
    bottom: 0.048em;
    width: 0.144em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .mb_nav .option .icon-menu_self.open .bit-3:after {
    bottom: 0.048em;
    width: 0.144em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: -webkit-transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .mb_nav .mb_nav_detail {
    position: fixed;
    display: none;
    top: 0.9rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
  }
  .mb_nav .mb_nav_detail .nav_item {
    color: #333;
    font-size: 0.3rem;
  }
  .mb_nav .mb_nav_detail .nav_item .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    box-sizing: border-box;
    padding: 0 0.27rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .mb_nav .mb_nav_detail .nav_item .main i.iconfont {
    transition: all 0.3s;
    transform: rotate(-180deg);
  }
  .mb_nav .mb_nav_detail .nav_item.cur .main i {
    transform: rotate(0);
  }
  .mb_nav .mb_nav_detail .nav_item .nav_child {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 0.05rem 0 0.05rem 0.27rem;
  }
  .mb_nav .mb_nav_detail .nav_item .nav_child .child_item {
    font-size: 0.24rem;
    display: block;
    line-height: 0.54rem;
  }
  .mb_nav .mb_nav_detail .nav_item .nav_child .child_item i.iconfont {
    font-size: 0.22rem;
  }
  .login_btn {
    width: 6rem;
    height: 1rem;
    background-color: #2386ee;
    border-radius: 0.06rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    margin: 0.39rem auto;
  }
  .rich_catainer {
    font-size: 16px;
  }
}
.login_box .layer_gary {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
}
.login_box .main_block {
  position: fixed;
  z-index: 10000;
  width: 556px;
  height: 600px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(214, 214, 214, 0.65);
  border-radius: 6px;
  top: 50%;
  left: 50%;
  margin-left: -278px;
  margin-top: -300px;
  overflow: hidden;
  color: #333333;
}
.login_box .main_block.register {
  width: 538px;
  height: 600px;
}
.login_box .main_block .close {
  position: absolute;
  right: 34px;
  top: 19px;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.login_box .main_block .login_head {
  height: 60px;
  background-color: #f0f5fb;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
}
.login_box .main_block .login_form {
  width: 346px;
  margin: 0 auto;
}
.login_box .main_block .login_form .top_toggle {
  margin-top: 19px;
  font-size: 16px;
}
.login_box .main_block .login_form .top_toggle span.line {
  margin: 0 5px;
  border-left: 1px solid #333;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.login_box .main_block .login_form .form_item {
  margin-top: 20px;
}
.login_box .main_block .login_form .form_item .lab {
  font-size: 20px;
  margin-bottom: 10px;
}
.login_box .main_block .login_form .form_item input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  padding: 0 16px;
  box-sizing: border-box;
}
.login_box .main_block .login_form .form_item input:focus {
  outline: none;
}
.login_box .main_block .login_form .form_item_half {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.login_box .main_block .login_form .form_item_half input.half {
  width: 182px;
}
.login_box .main_block .login_form .form_item_half .get_code {
  width: 140px;
  height: 50px;
  background-color: #f2f8ff;
  border-radius: 4px;
  border: solid 1px #2386ee;
  text-align: center;
  color: #2386ee;
  line-height: 50px;
}
.login_box .main_block .check_box {
  margin-top: 10px;
}
.login_box .main_block .check_box input[type=checkbox] {
  display: none;
}
.login_box .main_block .check_box input[type=checkbox]:checked + label {
  border: solid 1px #2386ee;
}
.login_box .main_block .check_box input[type=checkbox]:checked + label:before {
  content: "\e601";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #2386ee;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login_box .main_block .check_box label {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: solid 1px #ddd;
  display: inline-block;
  vertical-align: sub;
  cursor: pointer;
  position: relative;
}
.login_box .main_block .login_btn_1 {
  height: 50px;
  background-color: #0071fc;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
}
.login_box .main_block .login_btn_1.mt100 {
  margin-top: 100px;
}
.login_box .main_block .login_btn_1.white {
  color: #0071fc;
  border: solid 1px #2386ee;
  background: #fff;
  margin-top: 10px;
}
.login_box .main_block .remark {
  margin-top: 10px;
  font-size: 16px;
}
.login_box .main_block .remark a {
  color: #2386ee;
}
.login_box .main_block .other_login {
  width: 346px;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  padding: 28px 30px 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.login_box .main_block .other_login > a {
  width: 60px;
  height: 60px;
  background-color: #cccccc;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
}
.login_box .main_block .other_login > a:hover {
  color: #cccccc;
  border: 1px solid #ccc;
  background: #fff;
}
.login_box .main_block .other_login > a i.iconfont {
  font-size: 28px;
}
.login_box .main_block .other_login span.ab_layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 8px;
  top: -8px;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .login_box .main_block {
    width: 5.38rem;
    height: 6.2rem;
    border-radius: 0.06rem;
    margin-left: -2.69rem;
    margin-top: -3.1rem;
    font-size: 0;
  }
  .login_box .main_block.register {
    width: 5.38rem;
    height: 6rem;
  }
  .login_box .main_block .close {
    position: absolute;
    right: 0.29rem;
    top: 0.19rem;
    font-size: 0.24rem;
  }
  .login_box .main_block .login_head {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .login_box .main_block .login_form {
    width: 3.46rem;
    font-size: 0.16rem;
  }
  .login_box .main_block .login_form .top_toggle {
    display: none;
  }
  .login_box .main_block .login_form .form_item {
    margin-top: 0.2rem;
  }
  .login_box .main_block .login_form .form_item .lab {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .login_box .main_block .login_form .form_item input {
    height: 0.5rem;
    padding: 0 0.16rem;
    font-size: 0.2rem;
  }
  .login_box .main_block .login_form .form_item_half {
    margin-top: 0.2rem;
  }
  .login_box .main_block .login_form .form_item_half input.half {
    width: 1.8rem;
  }
  .login_box .main_block .login_form .form_item_half .get_code {
    width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .login_box .main_block .check_box {
    margin-top: 0.1rem;
  }
  .login_box .main_block .check_box input[type=checkbox]:checked + label {
    border: solid 1px #2386ee;
  }
  .login_box .main_block .check_box input[type=checkbox]:checked + label:before {
    font-size: 0.12rem;
  }
  .login_box .main_block .check_box label {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.04rem;
  }
  .login_box .main_block .login_btn_1 {
    height: 0.5rem;
    border-radius: 0.04rem;
    line-height: 0.5rem;
    margin-top: 0.4rem;
    font-size: 0.2rem;
    cursor: pointer;
    width: 100%;
  }
  .login_box .main_block .login_btn_1.mt100 {
    margin-top: 1rem;
  }
  .login_box .main_block .login_btn_1.white {
    margin-top: 0.1rem;
  }
  .login_box .main_block .remark {
    margin-top: 10px;
    font-size: 16px;
  }
  .login_box .main_block .remark a {
    color: #2386ee;
  }
  .login_box .main_block .other_login {
    width: 3.46rem;
    margin-top: 0.24rem;
    padding: 0.28rem 0.3rem 0 0.3rem;
    box-sizing: border-box;
  }
  .login_box .main_block .other_login > a {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .login_box .main_block .other_login > a i.iconfont {
    font-size: 0.3rem;
  }
  .login_box .main_block .other_login span.ab_layer {
    padding: 0 0.1rem;
    top: -0.08rem;
    font-size: 0.16rem;
  }
}
.main_block.yanz {
  width: 400px;
  height: 255px;
  background: #e7e7e7;
  margin-left: -200px;
  margin-top: -150px;
  padding: 20px;
  box-sizing: border-box;
}
.main_block.yanz .img_box {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  background: #fff;
}
.main_block.yanz .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.main_block.yanz .input_contianer {
  display: flex;
  justify-content: space-between;
}
.main_block.yanz .input_contianer input {
  width: 150px;
  flex: 1;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  padding: 0 16px;
  height: 40px;
  box-sizing: border-box;
}
.main_block.yanz .input_contianer input:focus {
  outline: none;
}
.main_block.yanz .input_contianer .login_btn_1.gary {
  width: 100px;
  height: 40px;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 40px;
  margin-left: 20px;
  margin-top: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .main_block.yanz {
    width: 4rem;
    height: 2.55rem;
    margin-left: -2rem;
    margin-top: -1.5rem;
    padding: 0.2rem;
  }
  .main_block.yanz .img_box {
    width: 100%;
    height: 1.5rem;
    margin-bottom: 0.2rem;
  }
  .main_block.yanz .input_contianer input {
    width: 1.5rem;
    font-size: 0.26rem;
    padding: 0 0.16rem;
    height: 0.4rem;
  }
  .main_block.yanz .input_contianer input:focus {
    outline: none;
  }
  .main_block.yanz .input_contianer .login_btn_1.gary {
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-left: 0.2rem;
    margin-top: 0;
    font-size: 0.15rem;
  }
}
.container {
  color: #333;
}
.child_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 300px;
}
.child_banner img {
  display: block;
  height: 100%;
}
h3.tit {
  font-size: 34px;
  display: flex;
  align-items: center;
  line-height: 1em;
  justify-content: space-between;
  margin-bottom: 28px;
}
h3.tit a {
  font-size: 28px;
}
h3.tit a i.iconfont {
  font-size: 28px;
}
.TuiJian_block {
  padding-top: 68px;
  padding-bottom: 74px;
}
.TuiJian_block .success_swiper .item_forbanner {
  width: 380px;
  height: 285px;
  overflow: hidden;
  position: relative;
}
.TuiJian_block .success_swiper .item_forbanner .img_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TuiJian_block .success_swiper .item_forbanner .img_box img {
  max-height: 100%;
}
.TuiJian_block .success_swiper .item_forbanner p.remark {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 14px;
  line-height: 1.3em;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.TuiJian_block .gg_container .swiper-button-next,
.TuiJian_block .gg_container .swiper-button-prev {
  width: 42px;
  height: 42px;
  background-size: contain;
}
.TuiJian_block .gg_container .swiper-button-prev {
  background-image: url(../image/left_icon.png);
  left: -22px;
}
.TuiJian_block .gg_container .swiper-button-next {
  background-image: url(../image/right_icon.png);
  right: -22px;
}
.frist_type {
  display: flex;
}
.frist_type .item {
  flex: 1;
  height: 50px;
  background-color: #e6e6e6;
  border: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 20px;
}
.frist_type .item.cur {
  background-color: #2386ee;
  color: #fff;
}
.second_type {
  padding-left: 53px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 45px;
}
.second_type .item {
  width: 125px;
  line-height: 1.5em;
  cursor: pointer;
}
.second_type .item.cur {
  color: #2386ee;
}
.case_list {
  display: flex;
  flex-wrap: wrap;
}
.case_list .item {
  display: block;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.case_list .item:nth-child(4n) {
  margin-right: 0;
}
.case_list .item:hover .info_box {
  color: #fff;
  background-color: #0071fc;
}
.case_list .item .img_box {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}
.case_list .item .img_box img {
  max-width: 100%;
  display: block;
}
.case_list .item .info_box {
  padding: 8px;
  color: #333;
  background-color: #e6e6e6;
  height: 80px;
  box-sizing: border-box;
}
.case_list .item .info_box .info_p {
  font-size: 16px;
}
.case_list .item .info_box .big_font {
  font-size: 18px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Paginator {
  padding-top: 32px;
  padding-bottom: 80px;
}
.Paginator .container {
  display: flex;
  justify-content: center;
  line-height: 40px;
}
.Paginator .container .page_number_container {
  display: flex;
}
.Paginator .container .page_item {
  padding: 0 15px;
  height: 40px;
  background-color: #e6e6e6;
  border-radius: 4px;
  color: #333;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
}
.Paginator .container .page_item.cur {
  background-color: #2386ee;
  color: #fff;
}
.Paginator .container .page_item.sp {
  background-color: transparent;
  padding: 0;
  cursor: default;
}
.Paginator .container .text_cont {
  margin-right: 20px;
}
.Paginator .container .text_cont input[type=number] {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .child_banner {
    height: 3rem;
  }
  .child_banner img {
    display: block;
    max-height: 100%;
  }
  h3.tit {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    padding: 0 0.3rem;
  }
  h3.tit a {
    display: none;
  }
  .TuiJian_block {
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
  }
  .TuiJian_block .success_swiper .item_forbanner {
    width: 50.66%;
    height: 2.85rem;
  }
  .TuiJian_block .success_swiper .item_forbanner p.remark {
    padding: 0 0.14rem;
    line-height: 1.3em;
    font-size: 0.2rem;
  }
  .TuiJian_block .gg_container .swiper-button-next,
  .TuiJian_block .gg_container .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-size: contain;
  }
  .TuiJian_block .gg_container .swiper-button-prev {
    background-image: url(../image/left_icon.png);
    left: -22px;
  }
  .TuiJian_block .gg_container .swiper-button-next {
    background-image: url(../image/right_icon.png);
    right: -22px;
  }
  .frist_type {
    padding: 0 0.3rem;
  }
  .frist_type .item {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .second_type {
    padding: 0.34rem 0 0.08rem 0.3rem;
  }
  .second_type .item {
    width: 1.18rem;
    line-height: 1em;
    cursor: pointer;
    margin-bottom: 0.3rem;
    font-size: 0.2rem;
  }
  .case_list {
    justify-content: space-between;
    padding: 0 0.27rem;
  }
  .case_list .item {
    width: 3.37rem;
    margin-right: 0;
    margin-bottom: 0.23rem;
  }
  .case_list .item .img_box {
    height: 2.67rem;
  }
  .case_list .item .img_box img {
    max-width: none;
    height: 100%;
  }
  .case_list .item .info_box {
    padding: 0.1rem 0.23rem 0 0.1rem;
    color: #fff;
    background-color: #2386ee;
    height: 0.97rem;
    box-sizing: border-box;
  }
  .case_list .item .info_box .info_p {
    font-size: 0.18rem;
  }
  .case_list .item .info_box .big_font {
    font-size: 0.21rem;
  }
}
.menu_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.menu_box .menu {
  width: 200px;
  margin-top: -18px;
}
.menu_box .menu .bule_top {
  height: 85px;
  background-color: #2386ee;
  line-height: 50px;
  padding-left: 10px;
  font-size: 24px;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
}
.menu_box .list_option .item.cur .main i {
  transform: rotate(-180deg);
}
.menu_box .list_option .item .main {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 19px 0 12px;
  font-size: 18px;
  height: 43px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.menu_box .list_option .item .main i {
  transition: all 0.3s;
}
.menu_box .list_option .item ul {
  padding: 5px 0;
  padding-left: 19px;
  line-height: 40px;
}
.menu_box .list_option .item ul li.cur,
.menu_box .list_option .item ul li:hover {
  color: #3775fa;
}
.menu_box .content_info {
  width: 958px;
  padding-top: 38px;
}
.menu_box .content_info .category_title {
  font-size: 22px;
  line-height: 50px;
  color: #2386ee;
}
h4.tit {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  margin-bottom: 20px;
}
h4.tit .fir_tit {
  padding-bottom: 8px;
  border-bottom: 2px solid #2386ee;
}
h4.tit .Crumbs {
  color: #666666;
}
@media screen and (max-width: 769px) {
  .menu_box {
    display: block;
    margin-bottom: 0;
  }
  .menu_box .slider_nav {
    border-bottom: 1px solid #e5e5e5;
  }
  .menu_box .slider_nav .item_tab {
    font-size: 0.28rem;
    width: auto;
    height: 0.9rem;
    display: flex;
    align-items: center;
  }
  .menu_box .slider_nav .item_tab.cur i:before {
    content: " ";
    width: 100%;
    position: absolute;
    border-bottom: 2px solid #2386ee;
    bottom: -0.26rem;
  }
  .menu_box .slider_nav .item_tab span {
    border-left: 1px solid #e6e6e6;
    padding: 0 0.43rem;
  }
  .menu_box .slider_nav .item_tab span i {
    position: relative;
    white-space: nowrap;
  }
  .menu_box .content_info {
    padding-top: 0.33rem;
    width: 100%;
  }
  .menu_box .content_info .content_isMain {
    width: 100%;
    padding: 0 0.26rem;
    box-sizing: border-box;
  }
  .menu_box .content_info .content_isMain .category_title {
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
}
.resource_list {
  padding-bottom: 40px;
}
.resource_list .list_thead {
  background-color: #eef3f7;
  border: solid 1px #e5e5e5;
  border-left: none;
  display: flex;
}
.resource_list .list_thead .th {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #666666;
  font-size: 16px;
}
.resource_list .list_thead .th:nth-child(1) {
  width: 739px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.resource_list .list_thead .th:nth-child(2) {
  width: 119px;
  border-right: 1px solid #e5e5e5;
}
.resource_list .list_thead .th:nth-child(3) {
  width: 98px;
}
.resource_list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.resource_list ul li > div {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e5e5e5;
}
.resource_list ul li .name {
  width: 740px;
  border-left: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 14px;
  padding-right: 10px;
  box-sizing: border-box;
}
.resource_list ul li .name > P {
  font-size: 18px;
  width: 661px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.resource_list ul li .name .icon_box {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.resource_list ul li .name .icon_box.ppt {
  background-image: url(../image/file_icon/ppt_icon.png);
}
.resource_list ul li .name .icon_box.pptx {
  background-image: url(../image/file_icon/pptx_icon.png);
}
.resource_list ul li .name .icon_box.word {
  background-image: url(../image/file_icon/word_icon.png);
}
.resource_list ul li .name .icon_box.pdf {
  background-image: url(../image/file_icon/pdf_icon.png);
}
.resource_list ul li .type {
  width: 119px;
  font-size: 18px;
  overflow: hidden;
}
.resource_list ul li .btn_cont {
  width: 99px;
}
.resource_list ul li .down_load_btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background-color: #68a6fa;
}
.resource_list ul li .down_load_btn:hover {
  background-color: #2386ee;
}
.resource_list ul li .down_load_btn i.iconfont {
  font-size: 30px;
}
.resource_list .table_paginator {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.resource_list .table_paginator i.iconfont {
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.resource_list .table_paginator .now_page {
  height: 26px;
  line-height: 26px;
  background-color: #0071fc;
  border-radius: 4px;
  padding: 0 12px;
  margin: 0 12px;
  color: #fff;
}
.resource_list .table_paginator .jump {
  margin-left: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.resource_list .table_paginator .jump input[type=number] {
  width: 46px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  color: #333333;
  margin: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.resource_list .table_paginator .jump .btn_comfire {
  display: inline-block;
  width: 60px;
  height: 28px;
  border: solid 1px #e5e5e5;
  vertical-align: middle;
  text-align: center;
  line-height: 26px;
  color: #333;
  margin-left: 22px;
  cursor: pointer;
}
.resource_list .table_paginator .total_is {
  margin-left: 30px;
}
.resource_list .table_paginator .total_is select {
  width: 90px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  
  .resource_list {
    padding-bottom: 0.4rem;
  }
  .resource_list .list_thead .th {
    height: 0.4rem;
    font-size: 0.2rem;
    color: #333;
  }
  .resource_list .list_thead .th:nth-child(1) {
    width: 4.75rem;
    justify-content: flex-start;
    padding-left: 0.4rem;
  }
  .resource_list .list_thead .th:nth-child(2) {
    width: 1.24rem;
  }
  .resource_list .list_thead .th:nth-child(3) {
    width: 0.96rem;
  }
  .resource_list ul li > div {
    height: 0.6rem;
  }
  .resource_list ul li .name {
    width: 4.75rem;
    padding-left: 0.14rem;
    padding-right: 0.1rem;
  }
  .resource_list ul li .name > P {
    font-size: 0.2rem;
    width: 3.89rem;
  }
  .resource_list ul li .name .icon_box {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.16rem;
    background-size: contain;
  }
  .resource_list ul li .type {
    width: 1.24rem;
    font-size: 0.2rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  .resource_list ul li .btn_cont {
    width: 0.985rem;
    box-sizing: border-box;
  }
  .resource_list ul li .down_load_btn {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.08rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .resource_list ul li .down_load_btn i.iconfont {
    font-size: 0.3rem;
  }
  .resource_list .table_paginator {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  .resource_list .table_paginator i.iconfont {
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
  }
  .resource_list .table_paginator .now_page {
    height: 26px;
    line-height: 26px;
    background-color: #0071fc;
    border-radius: 4px;
    padding: 0 12px;
    margin: 0 12px;
    color: #fff;
  }
  .resource_list .table_paginator .jump {
    margin-left: 14px;
    color: #999999;
    display: flex;
    align-items: center;
  }
  .resource_list .table_paginator .jump input[type=number] {
    width: 46px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    color: #333333;
    margin: 0 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .resource_list .table_paginator .jump .btn_comfire {
    display: inline-block;
    width: 60px;
    height: 28px;
    border: solid 1px #e5e5e5;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    color: #333;
    margin-left: 22px;
    cursor: pointer;
  }
  .resource_list .table_paginator .total_is {
    margin-left: 30px;
  }
  .resource_list .table_paginator .total_is select {
    width: 90px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    margin-left: 10px;
  }
}
.news_center {
  padding-top: 40px;
}
.news_center h4.tit .fir_tit {
  font-size: 18px;
}
.news_center .news_list {
  padding: 0 25px;
}
.news_center .news_list .news_item {
  padding: 15px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.news_center .news_list .news_item .img_box {
  width: 280px;
  height: 210px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_center .news_list .news_item .right_info {
  width: 790px;
  padding-top: 16px;
}
.news_center .news_list .news_item .right_info > h1 {
  font-size: 22px;
  line-height: 1em;
}
.news_center .news_list .news_item .right_info span.timer {
  font-size: 14px;
  color: #666666;
  margin: 12px 0 15px 0;
  display: block;
  line-height: 1em;
}
.news_center .news_list .news_item .right_info .des_text {
  font-size: 16px;
  line-height: 28px;
  height: 90px;
  overflow: hidden;
}
.news_center .news_list .news_item .right_info .more_btn {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #0079e9;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news_center {
    padding-top: 0.3rem;
  }
  .news_center .news_list {
    padding: 0 0.25rem;
  }
  .news_center .news_list .news_item {
    padding: 0.16rem 0;
  }
  .news_center .news_list .news_item .img_box {
    width: 2rem;
    height: 1.5rem;
  }
  .news_center .news_list .news_item .img_box img {
    max-width: 100%;
  }
  .news_center .news_list .news_item .right_info {
    width: 4.74rem;
    padding-top: 0;
  }
  .news_center .news_list .news_item .right_info > h1 {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .news_center .news_list .news_item .right_info span.timer {
    font-size: 0.18rem;
    margin: 0.04rem 0 0.05rem 0;
  }
  .news_center .news_list .news_item .right_info .des_text {
    font-size: 0.2rem;
    line-height: 0.28rem;
    height: 0.52rem;
    overflow: hidden;
  }
}
.connect_us {
  padding-top: 40px;
  padding-bottom: 40px;
}
.connect_us h4.tit .fir_tit {
  font-size: 18px;
}
.connect_us .content {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}
.connect_us .content .map_container {
  width: 778px;
  height: 585px;
}
.connect_us .content .right_block {
  border-radius: 6px;
  border: 1px solid #0071fc;
  height: 585px;
  overflow: hidden;
  box-sizing: border-box;
  width: 380px;
}
.connect_us .content .right_block h2.tit_text {
  background-color: #0071fc;
  height: 43px;
  color: #ffffff;
  line-height: 43px;
  padding-left: 14px;
}
.connect_us .content .right_block .scroll_box {
  height: 539px;
  box-sizing: border-box;
  overflow-y: auto;
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.connect_us .content .right_block .scroll_box::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.connect_us .content .right_block .scroll_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #2386ee;
  background: #2386ee;
}
.connect_us .content .right_block .scroll_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: #ccc;
}
.connect_us .content .right_block .scroll_box .item_block {
  padding: 16px 14px;
}
.connect_us .content .right_block .scroll_box .item_block:hover {
  background-color: #f5f5f5;
}
.connect_us .content .right_block .scroll_box .item_block h5.tit_head {
  font-size: 22px;
  margin-bottom: 10px;
}
.connect_us .content .right_block .scroll_box .item_block .info_item {
  display: flex;
  line-height: 32px;
  font-size: 16px;
}
.connect_us .content .right_block .scroll_box .item_block .info_item .lab {
  width: 78px;
  font-size: 16px;
}
.connect_us .content .right_block .scroll_box .item_block .info_item .info {
  color: #666666;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .connect_us {
    padding-top: 0;
    padding-bottom: 0.45rem;
  }
  .connect_us .content {
    flex-direction: column;
    padding: 0.35rem 0.26rem 0;
  }
  .connect_us .content .tit_c {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.13rem;
  }
  .connect_us .content .right_block {
    border-radius: 0.06rem;
    height: auto;
    width: 100%;
  }
  .connect_us .content .right_block h2.tit_text {
    background-color: #0071fc;
    height: 0.43rem;
    line-height: 0.43rem;
    padding-left: 0.14rem;
    font-size: 0.18rem;
  }
  .connect_us .content .right_block .scroll_box {
    height: auto;
  }
  .connect_us .content .right_block .scroll_box .item_block {
    padding: 0.16rem 0.14rem;
  }
  .connect_us .content .right_block .scroll_box .item_block h5.tit_head {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }
  .connect_us .content .right_block .scroll_box .item_block .info_item {
    line-height: 0.4rem;
    font-size: 0.2rem;
  }
  .connect_us .content .right_block .scroll_box .item_block .info_item .lab {
    width: 1.3rem;
    font-size: 0.2rem;
  }
}
.demand_box {
  display: flex;
  padding-top: 40px;
  padding-bottom: 235px;
}
.demand_box .left_block {
  height: 600px;
  width: 600px;
  background: url("../image/bg_xuqiu.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px 25px;
}
.demand_box .left_block .phone_item {
  display: flex;
  line-height: 36px;
}
.demand_box .left_block .phone_item .lab {
  font-size: 20px;
  color: #e60012;
  font-weight: 600;
}
.demand_box .left_block .phone_item .name {
  font-size: 16px;
}
.demand_box .right_block {
  width: 580px;
  height: 600px;
  background-color: #2386ee;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #fff;
}
.demand_box .right_block > h3 {
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.demand_box .right_block .remark {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.demand_box .right_block .form_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.demand_box .right_block .form_block .form_item {
  width: 100%;
  margin-bottom: 15px;
}
.demand_box .right_block .form_block .form_item.half {
  width: 240px;
}
.demand_box .right_block .form_block .form_item .label {
  font-size: 18px;
  margin-bottom: 6px;
}
.demand_box .right_block .form_block .form_item input,
.demand_box .right_block .form_block .form_item select {
  height: 42px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 0 14px;
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  width: 100%;
  color: #333;
}
.demand_box .right_block .form_block .form_item textarea.des_text {
  height: 80px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  resize: none;
  padding: 8px 4px;
}
.demand_box .right_block .submit_btn {
  width: 200px;
  height: 44px;
  background-color: #ffc600;
  border-radius: 6px;
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
}
@media screen and (max-width: 768px) {
  .demand_box {
    flex-direction: column;
    padding: 0.26rem 0.26rem 0.51rem 0.26rem;
  }
  .demand_box .left_block {
    width: 100%;
    height: auto;
    background: none;
    box-sizing: border-box;
    padding: 0;
  }
  .demand_box .left_block .phone_item {
    display: flex;
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .demand_box .left_block .phone_item .lab {
    font-size: 0.3rem;
  }
  .demand_box .left_block .phone_item .name {
    font-size: 0.24rem;
  }
  .demand_box .right_block {
    width: 100%;
    height: auto;
    background-color: #2386ee;
    padding: 0.2rem 0.2rem 0.5rem 0.2rem;
  }
  .demand_box .right_block > h3 {
    font-size: 0.32rem;
    margin-bottom: 0.15rem;
  }
  .demand_box .right_block .remark {
    font-size: 0.22rem;
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .demand_box .right_block .form_block .form_item {
    font-size: 0;
    margin-bottom: 0.19rem;
  }
  .demand_box .right_block .form_block .form_item.half {
    width: 3.2rem;
  }
  .demand_box .right_block .form_block .form_item .label {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
    line-height: 1em;
  }
  .demand_box .right_block .form_block .form_item input,
  .demand_box .right_block .form_block .form_item select {
    height: 0.6rem;
    border-radius: 0.04rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
  .demand_box .right_block .form_block .form_item textarea.des_text {
    height: 1.8rem;
    border-radius: 0.04rem;
    padding: 0.08rem 0.04rem;
  }
  .demand_box .right_block .submit_btn {
    width: 4.8rem;
    height: 0.8rem;
    border-radius: 0.06rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
}
.pro_detail_btn {
  width: 258px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background: linear-gradient(0deg, #39a3f4 0%, #2ce4ff 100%);
  border-image-slice: 1;
  text-align: center;
  color: #fff;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 60px;
  border-radius: 40px;
}
.news_detail {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 85px;
}
.news_detail .success_case {
  width: 775px;
}
.news_detail .success_case .case_detail {
  margin-bottom: 50px;
}
.news_detail .success_case .case_detail .tit_case {
  text-align: center;
  font-size: 22px;
  margin-bottom: 44px;
  color: #333333;
}
.news_detail .success_case .case_detail .info_container {
  display: flex;
}
.news_detail .success_case .case_detail .info_container .img_box {
  width: 211px;
  height: 186px;
}
.news_detail .success_case .case_detail .info_container .img_box img {
  max-width: 100%;
  max-height: 100%;
}
.news_detail .success_case .case_detail .info_container .info_case {
  flex: 1;
  padding-left: 68px;
  padding-top: 22px;
}
.news_detail .success_case .case_detail .info_container .info_case .info_item {
  font-size: 20px;
  line-height: 40px;
  color: #666666;
}
.news_detail .rich_catainer {
  font-size: 16px;
  width: 775px;
}
.news_detail .right_nav {
  width: 300px;
}
.news_detail .right_nav .suggest_block {
  background-color: #f5f5f5;
  color: #333;
}
.news_detail .right_nav .suggest_block h3 {
  height: 60px;
  padding-left: 15px;
  line-height: 60px;
  font-size: 22px;
  border-bottom: 1px solid #e6e6e6;
}
.news_detail .right_nav .suggest_block ul {
  padding: 20px 35px;
}
.news_detail .right_nav .suggest_block ul li {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
.news_detail .right_nav .suggest_block ul li:last-child {
  margin-bottom: 0;
}
.news_detail .right_nav .suggest_block ul li:before {
  content: '·';
  font-size: 36px;
  position: absolute;
  left: -15px;
  color: #2386ee;
}
.news_detail .right_nav .color_block {
  margin-top: 18px;
  border: solid 1px #2386ee;
}
.news_detail .right_nav .color_block > h3 {
  height: 40px;
  background-color: #2386ee;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}
.news_detail .right_nav .color_block > P {
  padding: 12px 7px 15px 7px;
  font-size: 16px;
  line-height: 22px;
}
.news_detail .right_nav .color_block .item_nav {
  font-size: 16px;
  padding: 0 7px 14px 7px;
}
@media screen and (max-width: 768px) {
  .pro_detail_btn {
    width: 2.58rem;
    height: 0.6rem;
    margin: 0;
    font-size: 0.2rem;
    line-height: 0.6rem;
    border-radius: 0.4rem;
    display: block!important;
    position: fixed;
    bottom: 0.1rem;
    left: 50%;
    margin-left: -1.29rem;
  }
  .news_detail {
    padding-top: 0;
    display: flex;
    padding-bottom: 1.2rem;
    padding-left: 0.26rem;
    padding-right: 0.26rem;
    box-sizing: border-box;
  }
  .news_detail .success_case {
    width: 100%;
  }
  .news_detail .success_case .case_detail {
    margin-bottom: 0.55rem;
  }
  .news_detail .success_case .case_detail .tit_case {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .news_detail .success_case .case_detail .info_container .img_box {
    width: 2.11rem;
    height: 1.86rem;
  }
  .news_detail .success_case .case_detail .info_container .info_case {
    padding-left: 0.46rem;
    padding-top: 0;
  }
  .news_detail .success_case .case_detail .info_container .info_case .info_item {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666666;
  }
  .news_detail .rich_catainer {
    font-size: 16px;
    width: 100%;
  }
  .news_detail .right_nav {
    width: 300px;
  }
  .news_detail .right_nav .suggest_block {
    background-color: #f5f5f5;
    color: #333;
  }
  .news_detail .right_nav .suggest_block h3 {
    height: 60px;
    padding-left: 15px;
    line-height: 60px;
    font-size: 22px;
    border-bottom: 1px solid #e6e6e6;
  }
  .news_detail .right_nav .suggest_block ul {
    padding: 20px 35px;
  }
  .news_detail .right_nav .suggest_block ul li {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
  }
  .news_detail .right_nav .suggest_block ul li:last-child {
    margin-bottom: 0;
  }
  .news_detail .right_nav .suggest_block ul li:before {
    content: '·';
    font-size: 36px;
    position: absolute;
    left: -15px;
    color: #2386ee;
  }
  .news_detail .right_nav .color_block {
    margin-top: 18px;
    border: solid 1px #2386ee;
  }
  .news_detail .right_nav .color_block > h3 {
    height: 40px;
    background-color: #2386ee;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
  }
  .news_detail .right_nav .color_block > P {
    padding: 12px 7px 15px 7px;
    font-size: 16px;
    line-height: 22px;
  }
  .news_detail .right_nav .color_block .item_nav {
    font-size: 16px;
    padding: 0 7px 14px 7px;
  }
  .mb_bottom_nav {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    border-top: 1px solid #e5e5e5;
    font-size: 0.26rem;
    height: 1rem;
    justify-content: space-between;
    padding: 0 0.36rem;
    box-sizing: border-box;
    align-items: center;
  }
  .mb_bottom_nav a {
    width: 1.8rem;
    height: 0.6rem;
    background-color: #f2f8ff;
    border-radius: 4px;
    border: solid 1px #0071fc;
    display: block;
    line-height: 0.6rem;
    color: #0071fc;
    text-align: center;
  }
  .mb_bottom_nav a .iconfon {
    margin-left: 0.07rem;
  }
}
/*# sourceMappingURL=other.css.map */