﻿/* 增对hanweb.css====问题的覆盖样式！ */
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  background: url(bt_top_bj.png) no-repeat #d6ecf9 center top;
  font-family: 'Microsoft Yahei';
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  font-size: 14px;
  text-align: center;
}

a {
  transition: all 0.2s ease-out 0s;
}

a:hover {
  transition: all 0.2s ease-out 0s;
  color: #F00
}

/*消除内边距/边框像素*/
ul, ol, li, dl, dt, dd, form, input, textarea, p, hr, blockquote, fieldset, span, a, h1, h2, h3, h4, iframe, div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -wekit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*覆盖样式==结束 *


/*外框*/
.lef {
  float: left
}

.rig {
  float: right
}

.m_l {
  margin-left: 20px;
}

.m_t {
  margin-top: 10px;
}

.m_r {
  margin-right: 10px;
}

.m_b {
  margin-bottom: 10px;
}

.margin_10 {
  margin: 10px;
}

.m_inline {
  display: inline
}

.p_0 {
  padding: 0 20px !important;
}

.p_l {
  padding-left: 10px;
}

.p_t {
  padding-top: 10px;
}

.p_r {
  padding-right: 10px;
}

.p_b {
  padding-bottomn: 10px;
}

.padding_10 {
  padding: 10px;
}

.dashed_b {
  border-bottom: #CCC dashed 1px;
}

.solid {
  border: #e1e1e1 solid 1px;
}

.solid_b {
  border-bottom: #e1e1e1 solid 1px;
}

/*文字*/
.font_13 {
  font-szie: 13px;
}

.font_14 {
  font-szie: 13px;
}

.font_bold {
  font-weight: bold
}

.color_01 {
  color: #e05d05
}

.hight24 {
  height: 24px;
}

.hight30 {
  height: 30px;
}

.line_h24 {
  line-height: 24px;
}

.line_h30 {
  line-height: 30px;
}


/*****主框架*******/
.head {
  width: 100%;
  min-height: 252px;
  margin: 0 auto;
  overflow: hidden;
}

.center {
  width: 1100px;
  *+width: 960px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
  padding: 20px;
}

.footer {
  width: 1100px;
  min-height: 110px;
  margin: 0 auto;
  background: #FFF
}

.note {
  width: 100%;
  height: 10px;
  clear: both;
}


/***********头尾通用样式*************/

/**顶部导航**/
.topnav {
  width: 100%;
  height: 30px;
}

.topnav_cen {
  width: 1100px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden
}

.topnav_cen span {
  line-height: 30px;
  fpnt-size: 13px;
}

/**bananr 区**/
.head_bj {
  background: url(bt_head_bj.jpg) no-repeat center 35px;
}

.bananr {
  width: 1100px;
  min-height: 150px;
  margin: 0 auto
}

.bt_bananr {
  width: 1060px;
  *+width: 1060px;
  min-height: 80px;
  margin: 0 auto;
  line-height: 80px;
  background: #FFF;
  text-align: center
}

.logo {
  width: 655px;
  height: 84px;
  line-height: 84px;
  float: left;
  margin: 30px 0 0 0;
  text-align: left
}

.bt_search {
  width: 300px;
  height: 35px;
  float: right;
  text-align: right;
  margin-top: 8px;
  margin-right: 108px;
}

.bt_search .text {
  width: 211px;
  height: 34px;
  *+height: 32px;
  background: #FFF;
  border: #cfcfcf solid 1px;
  border-right: 0;
  padding-left: 2px;
  line-height: 33px;
  float: left;
}

.bt_search .bnt {
  width: 85px;
  height: 34px;
  float: left;
  background: url(bt_scrch_bnt.jpg) no-repeat;
  border: 0;
}

/**主导航**/
.bt_nav {
  width: 100%;
  height: 35px;
  background: #2080d1;
}

.bt_nav_bj {
  width: 1100px;
  height: 35px;
  margin: 0 auto;
  position: relative
}

.bt_nav_rig, .bt_nav_lef {
  width: 10px;
  height: 35px;
  background: url(bt_nav_rig_bj.jpg) no-repeat;
  position: absolute;
  top: 0;
  right: -10px;
}

.bt_nav_lef {
  position: absolute;
  top: 0;
  left: -10px;
  background: url(bt_nav_lef_bj.jpg) no-repeat;
}

.bt_nav_cen {
  width: 1100px;
  height: 50px;
  margin: 0 auto;
  background: #2080d1;
  position: absolute;
  left: 0;
  top: -15px;
}

.bt_nav_cen ul {
  margin: 0;
  padding: 0;
}

.bt_nav_cen li {
  width: 145px;
  *+width: 144px;
  height: 50px;
  float: left;
  border-right: #65b3f5 solid 1px;
  text-align: center
}

.bt_nav_cen li a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}

.bt_nav_cen li a:hover {
  color: #ff6600
}

/**页脚**/
.footer {
  width: 100%;
  text-align: center;
}

.footer .bottom_nav {
  width: 100%;
  line-height: 35px;
  background: #0873c0;
  color: #FFF
}

.footer .bottom_nav a {
  padding: 0 5px;
  line-height: 35px;
  color: #FFF
}

.footer .bottom_nav a:hover {
  color: #F30
}

.footer .font {
  width: 100%;
  min-height: 100px;
  background: #5e95d6;
  color: #FFF;
  font-size: 14px;
  padding-top: 20px;
}

.footer .font span {
  padding: 0 5px;
  line-height: 28px;
  color: #FFF
}

.bt_box {
  min-height: 450px;
  padding: 40px 100px;
  *+width: 1000px;
  border: #CCC solid 1px;
  border-radius: 5px 5px 5px 5px;
}


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.service-box {
  float: left;
  width: 190px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #3380CC;
  border-radius: 6px;
  margin-bottom: 10px;
}

.service-box a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}