body {
  font: 14px "microsoft yahei", arial, helvetica, clean, sans-serif;
  text-align: center;
  color: #333;
}

table {
  font-size: inherit;
  font: 100%;
}

body,
form,
fieldset,
p,
ol,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
img {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

legend {
  display: none;
}

img,
fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.clear {
  /*line-height: 0; height: 0px; clear: both; font-size: 0px;*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.none {
  display: none;
}

.white {
  color: #FFF;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.gray {
  color: gray;
}

.b {
  font-weight: bold;
}

.new {
  background: url(new.gif) right no-repeat;
  padding-right: 32px;
}

.hand {
  cursor: pointer;
}

.img_area {
  text-align: center;
}

.align_center {
  text-align: center;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.fdz {
  float: left;
}

.fdy {
  float: right;
}

/* go top
   ================================================================================ */
.gotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: none;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 60));
}

.gotop a {
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  background: url(backtop.png) no-repeat;
  text-indent: -9999em;
  outline: none;
}

/* qq dialog
   ================================================================================ */
#qq_box {
  padding-left: 26px;
  background: url(qq_box.png) left top no-repeat;
  _background: url(qq_box.png) left top no-repeat;
  width: 98px;
  height: 138px;
  overflow: hidden;
  right: 0px;
}

#qq_box_main {
  width: 98px;
  height: 138px;
  display: block;
  background: url(qq_box_right.png) no-repeat right top;
  float: right;
  visibility: hidden;
  padding-top: 10px;
}

#qq_box_main ul {
  padding-bottom: 5px;
}

#qq_box_main ul li {
  display: block;
  padding: 3px 0px 3px 8px;
}

/* countdown
   ================================================================================ */
.count_area {
  margin: 0px auto;
  z-index: 999;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: 170px;
}

#triangle-up {
  float: left;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-bottom: 39px solid #fff;
  margin-left: -23px;
}

.countdown:before {
  display: block;
  width: 0;
  height: 0;
  border-bottom: 100px solid red;
  border-left: 100px solid transparent;
}

.countdown {
  width: 430px;
  height: 39px;
  line-height: 39px;
  background: #fff;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #666;
}

.countdown .c_tit {
  color: #E16903;
  font-size: 16px;
}

.countdown #day_num,
.countdown #hour_num,
.countdown #minute_num,
.countdown #second_num {
  font-size: 20px;
  font-weight: bold;
  padding: 3px;
}

/* form
   ================================================================================ */
.post_error {
  color: red;
}

.tab_form {
  background: #D4D0C8;
}

.tab_form td {
  background: #FFFFFF;
  padding: 5px;
  color: #3D3D3D;
}

.tab_form td.b {
  background: #EEEEEE;
  font-weight: bold;
}

.tab_form .input_txt {
  border-top: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  background: #FFF;
}

.tab_form .input_txt:hover {
  border: 1px #0099CC solid;
  background: #F5F9FD;
}

.tab_list td {
  padding: 7px;
  border-bottom: 1px #ccc dotted;
}

/* disjoin page
   ================================================================================ */
.pagination {
  text-align: left;
  padding: 2px 0;
}

.pagination em {
  float: left;
  padding-right: 5px;
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 5px;
  font-style: normal;
  line-height: 26px;
}

.pagination a,
.pagination strong {
  float: left;
  padding: 0 6px;
  margin-right: 2px;
  height: 26px;
  border: 1px solid;
  line-height: 26px;
  overflow: hidden;
  text-decoration: none;
}

.pagination a {
  border-color: #E8E8E8;
  background-color: #FFF;
  color: #069;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination strong {
  border-color: #069;
  background-color: #069;
  color: #FFF;
  font-weight: 700;
}

.pagination a.prev,
.pagination a.next {
  background-repeat: no-repeat;
}

.pagination a.prev {
  background-image: url(../arrow_left.html);
  background-position: 30% 50%;
  padding: 0;
  width: 22px;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination a.next {
  padding-right: 16px;
  background-image: url(../arrow_right.html);
  background-position: 90% 50%;
}

.pageback a {
  padding-left: 16px;
  background: #FFF url(../arrow_left.html) no-repeat 0 50%;
}

.pagination a:hover,
.pagination a.next {
  border-color: #069;
}

/* table default style
   ================================================================================ */
table.tab {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  color: #666;
  font-size: 12px;
}

table.tab td,
table.tab th {
  padding: 8px;
  border: 1px solid #DDD;
}

table.tab th {
  text-align: center;
  border-top: 2px solid #BBB;
  background-color: #F7F7F7;
  font-weight: bold;
}

/* tab card
   ================================================================================ */
.tab_card_tit {
  height: 30px;
  overflow: hidden;
  background: #F0F0F0;
  padding-left: 10px;
}

.tab_card_txt {
  padding: 10px 10px;
  border: 1px #C2C2C2 solid;
  line-height: 25px;
}

.tab_card_tit ul li {
  float: left;
  display: block;
  width: 83px;
  height: 25px;
  line-height: 25px;
  margin: 6px 5px 0px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000002;
}

.tab_card_tit .active {
  background: url(../tab_tit_bg.html) no-repeat;
}

.tab_card_tit .normal {
  background: url(../tab_tit_bg.html) -83px 0px no-repeat;
}

.tab_card_tit .active a {
  color: #000002;
}

.tab_card_tit .normal a {
  color: #000002;
}

/* pic player
   ================================================================================ */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(../prev.html) left 48% no-repeat;
  cursor: pointer;
}

.lb-next:hover {
  background: url(../next.html) right 48% no-repeat;
  cursor: pointer;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

/* text select
   ========================================================================== */
::-moz-selection,
::selection {
  background: #327012;
  color: white;
}

/* scrollbar
   ========================================================================== */
::-webkit-scrollbar {
  height: 10px;
  width: 10px
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-clip: padding-box;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, .2);
  min-height: 28px;
  padding-top: 100;
}

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
  background-color: rgba(0, 0, 0, .4);
}

::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35);
  background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
  background-color: rgba(0, 0, 0, .05);
}

::-webkit-scrollbar-track:active {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07);
  background-color: rgba(0, 0, 0, .05);
}

/* test
   ================================================================================ */
.test {
  color: red;
  font-weight: bold;
}

/**/
.more {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  text-align: right;
  padding: 0px 0px 15px 0px;
}

.more:hover {
  color: #f00;
  opacity: 0.5;
}

.more02 {
  float: right;
  margin-top: 8px;
}

.root_div {
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

.header {
  width: 100%;
  height: 160px;
  margin: 0px auto;
  position: relative;
}

.banner {
  margin: 0px 0px 0px 0px;
  position: relative;
}

.ul_reg {
  float: left;
  width: 210px;
  margin: 0px auto;
}

.ul_reg li {
  font-size: 16px;
  margin-bottom: 16px;
  list-style-type: none;
}

.ul_reg li a {
  display: block;
  width: 210px;
  height: 72px;
  line-height: 72px;
  font-size: 19px;
  margin: 0px;
  padding-left: 75px;
  color: #fff;
  text-align: left;
}

.ul_reg li a:hover {
  color: #fff;
}

.main {
  clear: both;
  width: 1200px;
  margin: 0px auto;
  padding: 10px 0px 10px 0px;
  text-align: left;
  background: #f0f5ff;
  margin: 0px auto 15px auto;
}

.box {
  clear: both;
  width: 1160px;
  margin: 0px auto 15px auto;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 20px 20px 20px;
  background: #f0f5ff;
}

/*nav*/
.nav_area {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    padding: 0px 0px;
    background: #0c83a0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.nav {
  width: 1200px;
  font-size: 14px;
  margin: 0px auto;
}

.nav li {
  float: left;
  position: relative;
  z-index: 99;
}

.father_nav span.en {
  display: block;
}

.father_nav a {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 0px 10px;
  text-align: center;

}

.father_nav a:hover,
.father_nav .active {
  color: #fff;
}

.sub_nav {
  display: none;
  position: absolute;
  top: 49px;
  left: 0px;
  z-index: 999;
  line-height: 30px;
  list-style-type: none;
  text-align: left;
  width: 160px;
  z-index: 1000;
  /*filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;*/

  background-color: #f0f0f0
}

.sub_nav a {
  display: block;
  text-decoration: none;
  color: #555;
  font-size: 14px;
  line-height: 37px;
  padding: 0px 0px 0px 20px;
  color: #0c83a0;
  border-bottom: 1px #ddd solid;
}

.sub_nav a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  background: #0c83a0;
}

/*----------------------------------------------------------------*/
.bg1 {
  width: 100%;
  background: #f6f7f9;
  padding: 20px 0px;
}

.bg1_main {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  clear: both;
}

.nr1_p1 {
  float: left;
  width: 210px;
}

.nr1_p1 a {
  display: block;
  margin-bottom: 16px;
  width: 210px;
  height: 72px;
}

.nr1_p2 {
  float: right;
  background: url(tbg1.jpg_%3b%20filename_%3dutf-8%27%27tbg1.jpg) no-repeat left center #f0f0f0;
  width: 954px;
  padding: 15px 20px 15px 0px;
  height: 218px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

.chtit {
  width: 186px;
  height: 218px;
  float: left;
  color: #fff;
  padding-right: 30px;
  text-align: center;
}

.chtit p {
  font-size: 28px;
  font-weight: normal;
  padding-top: 75px;
}

.m_left {
  float: left;
  width: 360px;
  margin-right: 60px;
}

.m_right {
  float: right;
  width: 360px;
}

.nr2_p1 {
  width: 360px;
  height: 240px;
}

.nr2_p2 {
  padding: 20px;
  overflow: hidden;
  clear: both;
  padding-top: 10px;
  background: #f9f9f9;
}

.tit1 {
  color: #0c83a0;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}

.nr2_p3 {
  font-size: 14px;
  overflow: hidden;
  clear: both;
}

.nr2_p3 li {
  background: url(tub3.json) no-repeat left center;
  padding-left: 15px;
}

.more1 {
  padding-top: 8px;
  float: right;
  color: #999;
  font-size: 14px;
}

/*news area --------------------------------------------------------------*/
.news_area {
  width: 1200px;
  margin: 20px auto;
}

.news_area .row30 {
  margin-left: -30px;
  margin-right: -30px;
}

.news_area .w360 {
  float: left;
  width: 360px;
  padding: 0px 30px;
}

.news_area .tit {
  color: #0c83a0;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
}

.news_area .txt {
  padding: 20px;
  overflow: hidden;
  clear: both;
  line-height: 24px;
  padding-top: 10px;
  background: #f9f9f9;
}

.ul_news02 li {
  color: #666;
  font-size: 12px;
  background: url(point.png_%3b%20filename_%3dutf-8%27%27point.png) 0px 10px no-repeat;
  padding: 3px 0px 3px 15px;
}

.ul_news02 li a {
  clear: both;
  display: block;
  color: #333;
  font-size: 14px;

}

.ul_news02 li a:hover {
  color: #0c83a0;
}

.ul_news li {
  border-bottom: 1px #CFD0CF dotted;
  color: #666;
  padding: 6px 0px;
}

.ul_news li a {
  color: #584738;
}

.ul_news li a:hover {
  color: #97bc3e;
}

/*news area --------------------------------------------------------------*/
/*review-----------------------------------------------------------------*/
.bg2 {
  background: url(bg2.jpg_%3b%20filename_%3dutf-8%27%27bg2.jpg) no-repeat center bottom #0065b0;
  color: #FFF;
  padding: 40px 0px 20px 0px;
}

.tit2 {
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
}

.tit2 p {
  font-size: 30px;
}

.review .txt {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  clear: both;
}

/*.review .txt table{margin-left:-20px;margin-right:-20px;}*/
.review .txt table td {
  padding: 20px;
}

.review .txt .img_rev {
  display: block;
  border: 1px solid #e0ecf6;
  background: #5497cb;
  padding: 3px;
}

.review .txt img {
  width: 252px;
  height: 205px;
}

.review .txt p {
  font-size: 18px;
  padding-top: 15px;
  color: #fff;
  text-align: center;
}

/*review-----------------------------------------------------------------*/

/*media_area-----------------------------------------------------------------*/
.media_area {
  width: 1200px;
  margin: 20px auto;
}

.media_area .tit {
  width: 150px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 35px;
  background: #0c83a0;
  text-align: center;
  position: relative;
}

.me_tit1 {
  padding: 50px 0px;
  float: left;
}

.me_txt1 {
  padding: 33px 0px;
}

.me_tit2 {
  padding: 75px 0px;
  float: right;
}

.me_txt2 {
  padding: 0px 0px;
}

.media_area .tit a {
  color: #fff;
}

.media_area .tit:before {
  content: '';
  background: #fff;
  width: 45px;
  height: 3px;
  position: absolute;
  top: 40px;
  right: 23px;
}

.media_area .tit h2 {
  font-size: 24px;
  font-weight: normal;
}

.media_area .txt {
  float: left;
  overflow: hidden;
  width: 1040px;
  margin: 0px auto;

}

.img_media {
  display: block;
  border: 1px solid #eee;
}

/*media_area-----------------------------------------------------------------*/
/*foot-----------------------------------------------------------------------*/
.footer_area {
  width: 100%;
  background: #0c83a0;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.footer {
  clear: both;
  width: 1200px;
  line-height: 22px;
  padding: 20px 0px;
  font-size: 14px;
  margin: 0px auto;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.copyright {
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: left;
  width: 360px;
}

/*suspension-------------------------------------------------------*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}

.suspension-box {
  position: relative;
  float: right;
}

.suspension .ab {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #353535;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}

.suspension .ab.active,
.suspension .ab:hover {
  background: #F05352;
}

.suspension .ab .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(side_icon.png_%3b%20filename_%3dutf-8%27%27side_icon.png);
  background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(suspension-bg.png_%3b%20filename_%3dutf-8%27%27suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(suspension-bg.png_%3b%20filename_%3dutf-8%27%27suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}

.suspension .a-qrcode .i {
  background-position: -44px 0;
}

.suspension .a-cart .i {
  background-position: -88px 0;
}

.suspension .a-top .i {
  background-position: -132px 0;
}

.suspension .a-top {
  background: #D2D3D6;
  display: none;
}

.suspension .a-top:hover {
  background: #c0c1c3;
}

.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(side_bg_arrow.json) no-repeat;
  right: -8px;
  top: 31px;
}

.suspension .d-service {
  top: 0;
}

.suspension .d-service-phone {
  top: 34px;
}

.suspension .d-qrcode {
  top: 78px;
}

.suspension .d .inner-box {
  padding: 8px 22px 12px;
}

.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.suspension .d-service .d-service-item {
  border-bottom: none;
}

.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}

.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(side_con_icon03.png_%3b%20filename_%3dutf-8%27%27side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}

.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(side_con_icon02.json) no-repeat center center;
  display: block;
}

.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}

.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}

.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
  padding-top: 10px;
}

.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}

.suspension .d-service-intro i {
  background: url(side_con_icon01.json) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}

.suspension .d-qrcode {
  text-align: center;
}

.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}

.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}

/*suspension-------------------------------------------------------*/
/*sub page------------------------------------------------*/
.subBody {
  width: 100%;
  padding: 30px 0px 0px 0px;
}

.w960 {
  width: 960px;
  margin: 0px auto;
}

.subBody .subTitle {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
}

.subBody .subTitle .catname {
  font-size: 15px;
  font-weight: bold;
  float: left;
  font-family: "微软雅黑";
  color: #333;
}

.subBody .subTitle a {
  color: #666;
}

.subBody .subTitle span {
  color: #666;
}

.subBody .subTitle a.goback {
  float: left;
  margin-left: 10px;
}

/**/
.sub_right_area {
  display:none;
  float: right;
  width: 175px;
  background: #fff;
}

.sub_right_area .contact_tit {
  color: #6c6c6c;
  margin: 14px 0 15px 0;
}

.sub_right_area .contact_txt {
  color: #c6c5c5;
  margin: 14px 0 25px 0;
}

.search {
  float: right;
  width: 175px;
  height: 26px;
  margin-top: 6px;
  background: url(search_bg.gif_%3b%20filename_%3dutf-8%27%27search_bg.gif) no-repeat;
}

.search .key {
  width: 136px;
  height: 20px;
  line-height: 20px;
  margin: 1px 0 1px 5px;
  border: 0;
  float: left;
}

.search .key[type="text"]:focus {
  outline: none;
}

.search .sub {
  float: right;
  width: 28px;
  height: 24px;
  background: url(search_bg.gif_%3b%20filename_%3dutf-8%27%27search_bg.gif) no-repeat right 0;
  border: none;
  cursor: pointer;
}

.search .sub span {
  display: none;
}

/**/
.sub_left_area {
  float: left;
  width: 100%;
  background: #fff;
  padding: 0px 0px 20px 0px;
}

.sub_left_area .txt .cnt_cont img{
	width:auto !important;
  height:auto !important;
  max-width:100%;
  margin:10px auto;
}

.sub_left_area .tit {
  font-size: 16px;
  color: #0c83a0;
  text-align: left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #e6e6e6 solid;
}

.sub_left_area .tit span {
  display: inline-block;
  border-bottom: 1px #0c83a0 solid;
  padding: 0px 10px;
}

.sub_left_area .txt {
  min-height: 450px;
  padding: 0px 0px;
  line-height: 22px;
  color: #666;
}

.sub_left_area .txt h3 {
  font-size: 16px;
  line-height: 44px;
  color: #0c83a0;
  font-family: 'Microsoft YaHei';
  border-bottom: #ff9900 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.img_wrap{
    display: block;
    width: 200px;
    height: 100px;
    border: 1px solid #e0ecf6;
}
.img_wrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}