
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-family: 'Microsoft YaHei';
  vertical-align: baseline;

  font: inherit;
  font-size: 100%;
}
/* 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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.mb_show {
  display: none;
}
@keyframes arrowMove {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  70% {
    transform: translateX(230px);
    opacity: 0;
  }
  71% {
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
#root {
  padding-top: 123px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .mb_show {
    display: block;
  }
  .mb_hidden {
    display: none !important;
  }
  #root {
    padding-top: 0.8rem;
  }
}
.active {
  color: #0096da;
}
.info_text {
  display: block;
}
.nav_head.headMini .top_nav {
  display: none;
}
.nav_head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 15px 0 rgba(41, 12, 15, 0.2);
}
.nav_head .top_nav {
  font-size: 14px;
  color: #adadad;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
}
.nav_head .top_nav .container > a {
  margin-right: 45px;
}
.nav_head .top_nav .fr > a {
  margin-left: 50px;
}
.nav_head .top_nav .fr > a .leidi {
  font-size: 18px;
  margin-right: 10px;
}
.nav_head .nav {
  line-height: 80px;
  background: #fff;
  color: #333;
}
.nav_head .nav .logo_box {
  float: left;
  display: flex;
  height: 80px;
  align-items: center;
  width: 180px;
}
.nav_head .nav .logo_box img {
  max-width: 100%;
}
.nav_head .nav .container > ul > li {
  float: left;
  position: relative;
}
.nav_head .nav .container > ul > li:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  border: 1.2px solid transparent;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}
.nav_head .nav .container > ul > li > a {
  padding: 0 30px;
  border-right: 1px solid #eee;
}
.nav_head .nav .container > ul > li:hover > a {
  color: #0096da;
}
.nav_head .nav .container > ul > li:hover .child {
  display: block;
}
.nav_head .nav .container > ul > li:hover:before {
  width: 100%;
  border-color: #2d77ee;
}
.nav_head .nav .container > ul > li:last-child a {
  border-right: none;
}
.nav_head .nav .child {
  display: none;
  box-shadow: 0 0 15px 0 rgba(41, 12, 15, 0.1);
  background: #fff;
  padding: 0 12px;
  font-size: 12px;
  line-height: 40px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  white-space: nowrap;
}
.nav_head .nav .child:before {
  content: " ";
  display: block;
  width: 12px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  box-sizing: border-box;
}
.nav_head .nav .child:after {
  content: " ";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}
.nav_head .nav .child li {
  border-bottom: 1px solid #ddd;
}
.nav_head .nav .child li:last-child {
  border: none;
}
.nav_head .nav .child li:hover a {
  color: #0096da;
}
.nav_head .nav .search_box {
  position: relative;
  top: -5px;
}
.nav_head .nav .search_box input {
  border: 1px solid #e6e6e6;
  height: 34px;
  border-radius: 17px;
  width: 214px;
  padding: 0 40px 0 15px;
}
.nav_head .nav .search_box .leidi {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .nav_head .top_nav {
    display: none;
  }
  .nav_head .nav {
    height: 0.8rem;
    line-height: 0.8rem
    ;
  }
  .nav_head .nav .logo_box {
    height: 0.8rem;
    line-height: 0.8rem;
    width: auto;
    padding: 0.05rem 0.2rem;
  }
  .nav_head .nav .logo_box img {
    height: 100%;
    max-width: none;
  }
  .nav_head .nav ul {
    display: none;
  }
  .nav_head .nav .search_box {
    display: none;
  }
  .nav_head .nav .mb_chose {
    height: 0.8rem;
    display: flex;
    font-size: 0;
    padding: 0.15rem;
    width: 2.38rem;
    justify-content: space-between;
  }
  .nav_head .nav .mb_chose img {
    height: 100%;
    display: block;
    width: 0.5rem;
  }
}
.footer_index {
  background: rgba(0, 0, 0, 0.06);
  background-size: cover;
  padding: 58px 0 24px 0;
}
.footer_index .pre,
.footer_index .next {
  position: absolute;
  font-size: 30px;
  top: 50%;
  font-weight: 500;
  transform: translateY(-50%);
  color: #999;
  cursor: pointer;
}
.footer_index .pre {
  left: -50px;
  transform: rotate(180deg);
}
.footer_index .next {
  right: -50px;
}
.footer_index dl {
  color: #666;
  margin-right: 60px;
  float: left;
}
.footer_index dl dd {
  font-size: 12px;
  margin-top: 20px;
}
.footer_index .erweima {
  float: right;
  display: flex;
}
.footer_index .erweima .erweima_item {
  margin-left: 42px;
}
.footer_index .erweima .erweima_item img {
  width: 108px;
  height: 108px;
}
.footer_index .erweima .erweima_item p {
  text-align: center;
  color: #333;
  font-size: 12px;
  margin-top: 15px;
}
.footer_index .hezuo {
  width: 1140px;
  position: relative;
  margin: 70px auto 0 auto;
}
.footer_index .hezuo .swiper-slide {
  width: 150px;
  height: auto;
}
.footer_index .copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .footer_index {
    padding-top: 0.5rem;
    overflow: hidden;
    position: relative;
  }
  .footer_index dl {
    margin: 0;
  }
  .footer_index dl dt {
    font-size: 0.28rem;
  }
  .footer_index dl dd {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .footer_index dl dd:first-child {
    margin-top: 0.3rem;
  }
  .footer_index .hezuo {
    width: 100%;
    padding: 0 0.35rem;
    margin: 0.75rem 0 0 0;
  }
  .footer_index .hezuo .swiper-slide {
    width: 1.5rem;
    height: 0.54rem;
  }
  .footer_index .hezuo img {
    margin: 0 0.14rem;
    vertical-align: middle;
  }
  .footer_index .hezuo img:nth-child(even) {
    display: none;
  }
  .footer_index .erweima {
    position: absolute;
    float: none;
    left: 0.15rem;
    top: 4.25rem;
    width: 100%;
    justify-content: center;
  }
  .footer_index .erweima .erweima_item {
    margin-left: 0.8rem;
    text-align: center;
  }
  .footer_index .erweima .erweima_item:first-child {
    margin-left: 0;
  }
  .footer_index .erweima .erweima_item img {
    width: 1.02rem;
    height: 1.02rem;
  }
  .footer_index .erweima .erweima_item p {
    margin-top: 0.15rem;
  }
  .footer_index .container.clearfix {
    display: flex;
    justify-content: space-between;
    padding: 0 0.15rem;
  }
  .footer_index .container.clearfix:before {
    display: none;
  }
  .footer_index .container.clearfix:after {
    display: none;
  }
  .footer_index .copyright {
    margin-top: 2rem;
    line-height: 1.5em;
    text-align: center;
  }
}
.Crumbs {
  width: 1200px;
  margin: 24px auto 0 auto;
  font-size: 14px;
  color: #999;
  display: flex;
}
.Crumbs li {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .Crumbs {
    display: none;
  }
}
h1.titBig {
  font-size: 26px;
  padding-bottom: 12px;
  position: relative;
  color: #003333;
}
h1.titBig:before {
  content: " ";
  position: absolute;
  width: 50px;
  border: 1px solid #0096da;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  h1.titBig {
    display: none;
  }
}
.pagination_contaienr {
  text-align: center;
  margin-top: 40px;
}
.pagination {
  display: inline-block;
}
.pagination div {
  float: left;
  padding: 14px 16px;
  border: 1px solid #c8c8c8;
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
}
.pagination div.active {
  color: #fff;
  background: #0096da;
}
@media (max-width: 768px) {
  .pagination_contaienr {
    display: none;
  }
}
.pro_type {
  width: 258px;
  border: 1px solid #ddd;
  padding: 34px 20px 25px 15px;
  color: #666;
  font-size: 14px;
}
.pro_type li {
  margin-bottom: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.pro_type li > a {
  border-left: 2px solid #ddd;
  padding-left: 15px;
}
.pro_type li .leidi:before {
  display: inline-block;
  transition: all .6s;
}
.pro_type li .child_type {
  padding-left: 20px;
  margin-top: 20px;
}
.pro_type li .child_type li {
  margin-bottom: 18px;
}
.pro_type li:hover > a {
  color: #0096da;
}
@media (max-width: 768px) {
  .type_container {
    display: none;
  }
}
@media (min-width: 768px) {
  .child_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .child_banner img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .layer_mb_gray,
  .mb_nav {
    display: none!important;
  }
}
.layer_mb_gray {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 999998;
  display: none;
}
.mb_nav {
  position: fixed;
  transition: all .3s;
  transform: translateX(100%);
  left: 0.8rem;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 999999;
  overflow: auto;
}
.show_nav {
  display: block;
  transform: translateX(0%);
}
.ul_nav {
  font-size: 0.3rem;
  color: #333;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}
.ul_nav > li div {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  height: 0.9rem;
  line-height: 0.9rem;
  justify-content: space-between;
}
.ul_nav > li div a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 1.5rem;
  display: inline-block;
}
.ul_nav > li div i.before {
  width: 1rem;
  text-align: right;
  font-size: 0.36rem!important;
  z-index: 99;
  color: #999999;
}
.ul_nav > li div i.before:before {
  display: inline-block;
  transition: all .6s;
}
.mb_nav_head {
  height: 3.5rem;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  flex-direction: column;
  position: relative;
}
.mb_nav_head i.close {
  position: absolute;
  left: 0.34rem;
  top: 0.26rem;
  font-size: 0.5rem;
  background-image: linear-gradient(270deg, #3d90fd 0%, #2eb4e7 100%), linear-gradient(#a7815d, #a7815d);
  -webkit-background-clip: text;
  color: transparent;
}
.mb_nav_head .headImg {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
}
.mb_nav_head .login_nav {
  margin-top: 0.3rem;
  color: #0096da;
}
.mb_nav_head .login_nav a:first-child {
  margin-right: 0.3rem;
}
.child {
  font-size: 0.28rem;
}
.child a {
  padding-left: 0.2rem!important;
  color: #555;
}
.child-child {
  font-size: 0.24rem;
}
.child-child a {
  padding-left: 0.4rem!important;
  color: #999;
}
.child-child a:before {
  display: none!important;
}
.ro180:before {
  transform: rotate(-90deg);
}
.service > .img_box {
  margin-top: 25px;
  margin-bottom: 35px;
}
.service .service_main {
  padding: 20px 0 70px 0;
  display: flex;
}
.service .service_main .service_list {
  flex: 1;
  float: left;
  padding-left: 40px;
}
.service .service_main .service_list ul {
  display: flex;
  margin-bottom: 119px;
  flex-wrap: wrap;
}
.service .service_main .service_list li {
  width: 290px;
  margin-bottom: 20px;
  margin-right: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  padding-bottom: 20px;
  cursor: pointer;
}
.service .service_main .service_list li:nth-child(3n) {
  margin-right: 0;
}
.service .service_main .service_list li > .img_box {
  height: 235px;
  overflow: hidden;
  position: relative;
}
.service .service_main .service_list li > .img_box .mb_timer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  padding-left: 0.2rem;
  font-size: 0.24rem;
}
.service .service_main .service_list li > .img_box img {
  display: block;
}
.service .service_main .service_list li .info_text {
  text-align: center;
}
.service .service_main .service_list li .info_text h3 {
  font-size: 16px;
  margin: 30px 0 18px 0;
}
.service .service_main .service_list li .info_text p {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}
.service .service_main .service_list li .info_text .btn {
  height: 24px;
  display: inline-block;
  border-radius: 12px;
  line-height: 24px;
  color: #ff0000;
  font-size: 16px;
}
.service .service_main .qes_container {
  padding-left: 40px;
  flex: 1;
}
.service .service_main .qes_container .qes_main {
  border: 1px solid #ddd;
  padding: 30px 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.service .service_main .qes_container .search_box {
  padding-bottom: 25px;
  border-bottom: 1px solid #0096da;
}
.service .service_main .qes_container .search_box input {
  width: 336px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #666666;
  line-height: 40px;
  color: #666;
  padding-left: 24px;
}
.service .service_main .qes_container .search_box .search_btn {
  width: 60px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: #236ffb;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.service .service_main .qes_container .qes_online {
  color: #666;
  padding: 33px 26px;
  border-bottom: 1px solid #0096da;
}
.service .service_main .qes_container .qes_online h3 {
  margin-bottom: 33px;
}
.service .service_main .qes_container .qes_online .inputGroup {
  margin-bottom: 23px;
}
.service .service_main .qes_container .qes_online .inputGroup label {
  width: 73px;
  display: inline-block;
}
.service .service_main .qes_container .qes_online .inputGroup input {
  width: 400px;
  height: 34px;
  border: solid 1px #d3d3d3;
  line-height: 34px;
  padding: 0 14px;
}
.service .service_main .qes_container .qes_online .inputGroup .v_input {
  width: 140px;
  margin-bottom: 42px;
}
.service .service_main .qes_container .qes_online .inputGroup .yanzhenma {
  display: inline-block;
  width: 112px;
  height: 34px;
  background-color: #666666;
  vertical-align: middle;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.service .service_main .qes_container .qes_online .submit_btn {
  width: 260px;
  height: 36px;
  border-radius: 18px;
  color: #0096da ;
  border: solid 1px #0096da;
  line-height: 36px;
  margin-left: 100px;
  text-align: center;
  cursor: pointer;
}
.service .service_main .qes_container .qes_list {
  padding: 20px 15px;
}
.service .service_main .qes_container .qes_list .qes_item {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.service .service_main .qes_container .qes_list .qes_item .qes_w {
  line-height: 1.5em;
  padding: 11px 6px;
  color: #666;
  font-size: 14px;
}
.service .service_main .qes_container .qes_list .qes_item .qes_w span {
  color: #0096da;
}
.service .service_main .qes_container .qes_list .qes_item .qes_w span .leidi {
  color: #0096da;
}
.service .service_main .qes_container .qes_list .qes_item .qes_w div {
  cursor: pointer;
  text-align: right;
}
.service .service_main .qes_container .qes_list .qes_item .qes_d {
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .service > .img_box {
    width: 100%;
    margin: 0 0 0.2rem 0;
  }
  .service > .img_box img {
    width: 100%;
  }
  .service .service_main {
    padding: 0;
  }
  .service .service_main .type_container {
    display: none;
  }
  .service .service_main .service_list {
    padding: 0.2rem;
  }
  .service .service_main .service_list ul {
    margin-bottom: 0.4rem;
    justify-content: space-between;
  }
  .service .service_main .service_list ul li {
    width: 3.44rem;
    height: auto;
    padding-bottom: 0;
    box-shadow: none;
    border: none;
    margin: 0 0 0.2rem 0;
  }
  .service .service_main .service_list ul li .img_box {
    height: 2.4rem;
    text-align: center;
  }
  .service .service_main .service_list ul li .img_box img {
    height: 100%;
  }
  .service .service_main .service_list ul li .info_text {
    padding: 0.2rem 0.2rem 0.2rem 0;
  }
  .service .service_main .service_list ul li .info_text p {
    display: none;
  }
  .service .service_main .service_list ul li .info_text h3 {
    margin: 0;
    text-align: left;
    color: #333;
    font-size: 0.3rem;
  }
  .service .service_main .service_list ul li .info_text .btn {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
    margin-top: 0.15rem;
    line-height: 1em;
    height: auto;
    font-size: 0.28rem;
  }
  .service .service_main .qes_container {
    padding: 0;
    width: 100%;
    background: #f7f7f7;
  }
  .service .service_main .qes_container .qes_main {
    border: none;
    padding: 0;
    box-shadow: none;
    font-size: 0.3rem;
  }
  .service .service_main .qes_container .qes_main .search_box {
    display: flex;
    padding: 0.2rem;
    justify-content: space-between;
    background: #fff;
    border: none;
  }
  .service .service_main .qes_container .qes_main .search_box input {
    width: 5.28rem;
    border-radius: 0.04rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-left: 0.4rem;
    border-color: #eee;
  }
  .service .service_main .qes_container .qes_main .search_box .search_btn {
    width: 1.6rem;
    height: 0.8rem;
    background-color: #236ffb;
    border-radius: 0.04rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    margin: 0;
  }
  .service .service_main .qes_container .qes_main .qes_online {
    background: #fff;
    margin-top: 0.2rem;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  .service .service_main .qes_container .qes_main .qes_online h3 {
    margin: 0 0 0.3rem 0;
    padding: 0.25rem 0.3rem;
    border-bottom: 1px solid #eee;
  }
  .service .service_main .qes_container .qes_main .qes_online .inputGroup {
    display: flex;
  }
  .service .service_main .qes_container .qes_main .qes_online .inputGroup label {
    width: 1.3rem;
    text-align: right;
    line-height: 0.8rem;
    height: 0.8rem;
    padding-right: 0.1rem;
  }
  .service .service_main .qes_container .qes_main .qes_online .inputGroup input {
    width: 5.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-color: #e6e6e6;
  }
  .service .service_main .qes_container .qes_main .qes_online .inputGroup .v_input {
    width: 3.9rem;
    margin-bottom: 1rem;
  }
  .service .service_main .qes_container .qes_main .qes_online .inputGroup .yanzhenma {
    width: 1.61rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.04rem;
    background: #fff;
    color: #236ffb;
    margin-left: 0.2rem;
    border: solid 1px #236ffb;
  }
  .service .service_main .qes_container .qes_main .qes_online .submit_btn {
    width: 7.1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #236ffb;
    color: #fff;
    border-radius: 0.05rem;
    border: none;
    padding: 0;
    margin: 0 auto 0.8rem auto;
  }
  .service .service_main .qes_container .qes_main .qes_list {
    border-radius: 0.1rem;
  }
  .service .service_main .qes_container .qes_main .qes_list .qes_item {
    border: none;
    width: 7.1rem;
    margin: 0.2rem auto;
    background: #fff;
  }
  .service .service_main .qes_container .qes_main .qes_list .qes_item .qes_w {
    padding: 0.28rem 0.32rem;
  }
  .service .service_main .qes_container .qes_main .qes_list .qes_item .qes_d {
    border-top-color: #eee;
    padding: 0.37rem 0.32rem;
  }
}
.service_detail {
  padding-left: 30px;
  flex: 1;
}
.service_detail .service_detail_main {
  border: solid 1px #e6e6e6;
  padding: 20px 30px;
}
.service_detail .service_detail_main .service_info_block {
  display: flex;
  align-items: center;
}
.service_detail .service_detail_main .service_info_block .img_box {
  width: 452px;
  height: 315px;
}
.service_detail .service_detail_main .service_info_block .img_box img {
  width: 100%;
  height: 100%;
}
.service_detail .service_detail_main .service_info_block .info_text {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 255px;
}
.service_detail .service_detail_main .service_info_block .info_text h3 {
  font-size: 22px;
  color: #333;
}
.service_detail .service_detail_main .service_info_block .info_text p {
  color: #666666;
}
.service_detail .service_detail_main .service_info_block .info_text .btn {
  width: 179px;
  height: 37px;
  border-radius: 18px;
  border: solid 1px #d3d3d3;
  text-align: center;
  line-height: 37px;
  color: #666;
}
.service_detail .service_detail_main .service_info_block .info_text .price {
  color: #ff0000;
  height: 60px;
  line-height: 60px;
}
.service_detail .service_detail_main .service_text_block {
  color: #666;
  font-size: 16px;
  margin-top: 97px;
}
.service_detail .service_detail_main .service_text_block h3 {
  color: #333;
  padding-left: 28px;
  border-left: 2px solid #236ffb;
}
.service_detail .service_detail_main .service_text_block .info {
  margin-top: 54px;
}
.service_detail .service_detail_main .service_text_block .info p {
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .service_detail {
    padding: 0;
    background: #f7f7f7;
  }
  .service_detail .service_detail_main {
    padding: 0.2rem 0 0 0;
    border: none;
  }
  .service_detail .service_detail_main .service_info_block {
    background: #fff;
    padding: 0.25rem 0.2rem;
    flex-direction: column;
  }
  .service_detail .service_detail_main .service_info_block .img_box {
    width: 7rem;
    height: 5.05rem;
  }
  .service_detail .service_detail_main .service_info_block .info_text {
    height: auto;
    font-size: 0.3rem;
    padding-left: 0;
    width: 7rem;
    display: block;
    margin-top: 0.2rem;
  }
  .service_detail .service_detail_main .service_info_block .info_text h3 {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .service_detail .service_detail_main .service_info_block .info_text p {
    margin-bottom: 0.15rem;
  }
  .service_detail .service_detail_main .service_info_block .info_text .price {
    height: auto;
    line-height: 1em;
    margin: 0;
  }
  .service_detail .service_detail_main .service_info_block .info_text .btn {
    width: 4.62rem;
    height: 0.68rem;
    text-align: center;
    line-height: 0.68rem;
    color: #00a0e9;
    border-radius: 0.35rem;
    margin: 0.5rem auto 0 auto;
    border: solid 1px #0096da;
  }
  .service_detail .service_detail_main .service_text_block {
    padding: 0.3rem 0.2rem;
    font-size: 0.3rem;
    margin-top: 0.2rem;
    background: #fff;
  }
  .service_detail .service_detail_main .service_text_block h3 {
    padding-left: 0.25rem;
  }
  .service_detail .service_detail_main .service_text_block .info {
    margin-top: 0.5rem;
  }
}
.preview_block {
  margin-top: 100px;
  text-align: center;
}
.preview_block h3 {
  font-size: 22px;
  color: #333;
}
.preview_block .preview_mark {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.preview_block .preview_mark span {
  color: #0a87bf;
}
.preview_block .pdf_container {
  height: 800px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.preview_block .caozuo {
  text-align: right;
  color: #0a87bf;
  padding: 20px;
}
@media (max-width: 768px) {
  .preview_block {
    margin-top: 0.4rem;
  }
  .preview_block .preview_mark {
    padding: 0.2rem 0;
  }
  .preview_block .pdf_container {
    height: 11.5rem;
  }
}
/*# sourceMappingURL=service.css.map */