body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
}

input {
  outline: none;
  border: none;
}

html {
  _overflow-y: scroll;
}

/*****！！页面通用css样式定义开始******/
html,
body {
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
  /* _width: expression(document.body.clientWidth < 1400 ? '1400px': 'auto') */
}

/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
  font-family: '微软雅黑';
  /*文字字体定义 */
  font-size: 14px;
  /*文字大小定义 */
  color: #666666;
  /*文字颜色定义 */
  min-width: 1200px;
  outline: none;
}

* {
  word-break: break-all;
  word-wrap: break-word;
}

/* 网站超链接css通用设置 */
a {
  text-decoration: none;
}

/* 链接无下划线,有为underline */
a:link {
  color: #2c2c2c;
}

/* 未访问的链接 */
a:visited {
  color: #2c2c2c;
}

/* 已访问的链接 */
a:hover {
  color: #2c2c2c;
  text-decoration: none;
}

/* 鼠标在链接上 */
a:active {
  color: #2c2c2c;
}

/* a {
    transition: all 0.3s linear 0s;
} */
/* 点击激活链接 */
p {
  line-height: 24px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/
.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*清除浮动*/
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/*清除浮动*/
.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.size {
  width: 1200px;
  margin: 0 auto;
}

.red {
  color: red;
}

/*选择框样式定义 */
.input {
  border: 1px solid #ccc;
  height: 20px;
  line-height: 20px;
}

ul,
li {
  list-style: none;
}

/*index banner*/
.banner02 {
  width: 100%;
  position: relative;
  z-index: 0;
}

.banner02 .flexslider {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  min-width: 1000px;
}

.banner02 .slides {
  position: relative;
  z-index: 1;
}

.banner02 .slides li {
  height: 100%;
}

.banner02 .slides li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.banner02 .flex-direction-nav,
.banner02 .flex-control-nav {
  display: none;
}

.header .headTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header .headTop .logo {
  margin: 3px 0 3px;
}

.header .headTop .topTel {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .headTop .topTel img {
  height: 47px;
}

.header .headTop .topTel span {
  font-weight: bold;
  font-size: 40px;
  color: #3663a6;
}

.header .menu {
  position: relative;
  z-index: 100;
  text-align: center;
  background: #608bcb;
}

.header .menu>li {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 60px;
}

.header .menu>li>a {
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 60px;
  display: inline-block;
  padding: 0 50px;
}

.header .menu>li>.menu_2 {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  display: none;
  overflow: hidden;
  background: #eaeaea;
}

.header .menu>li>.menu_2>li {
  margin: 5px;
  border-bottom: 1px solid #c3c3c3;
}

.header .menu>li>.menu_2>li>a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #5a5a5a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .menu>li>.menu_2>li>a:hover {
  color: #3663a6;
}

.header .menu>li>.menu_2>li:last-child {
  border: none;
}

.header .menu li.hover,
.header .menu>li:hover {
  transition: 280ms;
  background: #3663a6;
}

.header .menu li.hover a,
.header .menu>li:hover>a {
  color: #fff;
}

.header .menu li:hover .menu_2 {
  display: block;
}

/*public*/
.backcolor {
  background: #3663a6;
}

.color {
  color: #3663a6;
}

/*menu*/
.main {
  margin-bottom: 10px;
}

/*footer*/
.footer {
  background: #7d7d7d;
  overflow: hidden;
  padding-top: 60px;
}

.footer .size {
  display: flex;
  flex-direction: row;
  justify-content: left;
  min-height: 268px;
}

.footer .size h4 {
  font-size: 20px;
  color: #f3f3f3;
  position: relative;
  padding-bottom: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.footer .size h4::after {
  position: absolute;
  height: 2px;
  width: 22px;
  background: #f3f3f3;
  content: '';
  left: 0;
  bottom: 0;
}

.footer .size .contact {
  flex: 0 0 478px;
}

.footer .size .contact p {
  line-height: 30px;
  color: #f3f3f3;
  font-size: 18px;
}

.footer .size .footmenu {

  padding-right: 120px;
}

.footer .size .footmenu>li {
  float: left;
  width: 120px;
}

.footer .size .footmenu>li>a {
  font-size: 18px;
  line-height: 36px;
  color: #f3f3f3;
  position: relative;
}

.footer .size .follow {
  flex: 0 0 142px;
}

.footer .size .follow img {
  width: 142px;
  height: 142px;
  display: block;
  margin: 0 auto;
}

.footer .size .follow p {
  font-size: 14px;
  color: #a6a6a6;
  text-align: center;
}

.bottom {
  border-top: 1px solid #b1b1b1;
}

.bottom .footer_bottom {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.bottom .footer_bottom strong {
  font-weight: 500;
  padding: 0 30px;
}

.bottom .footer_bottom a {
  color: #ffffff;
}