﻿/* 增对hanweb.css====问题的覆盖样式！ */
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  background: #ffffff;
  font-family: "微软雅黑";
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  font-size: 15px;
}

a {
  transition: all 0.2s ease-out 0s;
}

a:hover {
  transition: all 0.2s ease-out 0s;
  color: #d50014
}

/*消除内边距/边框像素*/
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: 10px;
}

.m_t {
  margin-top: 10px;
}

.m_r {
  margin-right: 10px;
}

.m_b {
  margin-bottom: 10px;
}

.margin_10 {
  margin: 10px;
}

.m_inline {
  display: inline
}

.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: #aeaeae solid 1px;
}

.solid_r {
  border-right: #aeaeae solid 1px;
}

.solid_b {
  border-bottom: #aeaeae solid 1px;
}

.solid_b2 {
  border-bottom: #ffccff 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: 166px;
  margin: 0 auto;
  overflow: hidden;
}

.center {
  width: 100%;
  height: auto;
  background: #f1f1f1;
  overflow: hidden
}

.footer {
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  overflow: hidden
}

.note {
  width: 100%;
  height: 15px;
  clear: both;
}

/***********头尾通用样式*************/

/**顶部导航**/
.topnav {
}

.login {
}

.register {
}

/**bananr 区**/
.head_bj {
  background: url(bt_head_bj.jpg) repeat-x;
}

.bananr {
  width: 1100px;
  min-height: 150px;
  margin: 0 auto
}

.bt_bananr {
  width: 1100px;
  height: 88px;
}


/**主导航**/
.bt_nav {
  width: 1100px;
  height: 40px;
  margin: 0 auto;
}

.bt_nav_title {
  width: 100%;
  height: 40px;
}

.bt_nav_title ul {
  margin: 0;
  padding: 0;
}

.bt_nav_title li {
  height: 40px;
  float: left
}

.bt_nav_title li a {
  display: block;
  float: left;
  padding: 0 38px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
}

.bt_nav_title li a:hover {
  color: #d50014;
}


/**页脚**/
.footer_size {
  width: 1100px;
  min-height: 115px;
  margin: 0 auto;
  border-top: #CCC solid 1px;
  padding-top: 15px;
  font-family: "微软雅黑";
  font-size: 12px;
  text-align: center;
  color: #999
}

.footer_size a {
  padding: 0 10px;
  border-right: #CCC solid 1px;
  line-height: 18px;
  color: #999
}

.footer_size a:hover {
  color: #F00
}

.footer_size span {
  line-height: 40px;
}

.footer_size .botttom_nav {
  width: 500px;
  height: 50px;
  text-align: left;
  color: #999
}

.footer_size .botttom_nav a {
  padding: 0 10px;
  border-right: #CCC solid 1px;
  line-height: 18px;
  color: #999
}

.footer_size .botttom_nav a:hover {
  color: #F00
}

.footer_size .botttom_nav span {
  padding: 0 10px;
  line-height: 30px;
}

.footer_size .botttom_link {
  width: 210px;
  height: 30px;
  line-height: 30px;
  float: right
}

.footer_size .botttom_link span {
  float: left;
  line-height: 18px;
}

.footer_size .botttom_link .select {
  float: left;
  width: 130px;
}


.bt_search {
  width: 370px;
  height: 40px;
  float: right;
  margin-top: 58px;
}

.bt_search .text {
  width: 278px;
  height: 34px;
  background: #FFF;
  border: #9dc5ff solid 1px;
  border-right: 0;
  padding-left: 2px;
  line-height: 34px;
  float: left
}

.bt_search .bnt {
  width: 86px;
  height: 34px;
  float: left;
  background: url(bt_serch_bnt.jpg) no-repeat;
  border: 0;
}


/*当前位置*/
.currentpath {
  height: 50px;
  line-height: 50px;
  width: 1100px;
  margin: 0 auto;
  text-align: left
}

.currentpath span {
  line-height: 50px;
  float: left;
  padding-right: 5px;
}

.currentpath img {
  margin: 0 5px 0 0
}

.currentpath table {
  float: left
}

.currentpath a {
  padding-right: 5px;
  line-height: 50px;
}


.main {
  width: 1100px;
  margin: auto;
  min-height: 450px;
  padding: 40px 98px;
  border: 1px solid #ccc;
}

.title {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #3d3d3d;
  margin-bottom: 15px;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.row {
  margin: 0 -15px;
}

.col {
  width: 310px;
  float: left;
  padding: 0 15px;
  margin-top: 30px;
  line-height: 1.6;
  font-size: 18px;
}

.col-inner {
  background: #dedede;
  height: 330px;
  padding: 10px 15px;
}

.subtitle {
  font-size: 16px;
  text-align: center;
}

.col img {
  width: 250px;
  height: 250px;
  margin-top: 5px;
}