﻿/* 全局样式 */


* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #3b3c36;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'Arial', arial, sans-serif;
  /* color: #666; */
  font-weight: normal;
}

ul,
li,
ol {
  list-style-type: none;
}

img {
  border: 0;
}


h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #3b3c36;
  text-decoration: none;
}



a:hover {
  text-decoration: none;
}

i,
b,
strong {
  font-weight: normal;
  font-style: normal;
}

.transition,
.xiuke-flow ul li .img-xke {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

input,
select,
textarea {
  outline: none;
}

em {
  font-style: normal;
}

/*公共样式*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

.w1440 {
  max-width: 1440px;
  width: 75%;
  min-width: 1200px;
  margin: 0px auto;
}

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

.cm .ln .top-z .top-z-wen .item {
  width: 100%;
  height: 25px;
  background-color: transparent;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all ease .4s;
  margin-bottom: 10px;
}

.top-z-wen .item a {
  font-size: 16px;
}

a .fl h2 {
  font-size: 16px;
}

/* 字体文件 */
@font-face {
  font-family: 'Oswald';
  src: url(https://www.hunterzfish.com/templates/main/font/Oswald[wght].ttf);
}

/* 思源黑体 CN Medium */
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url(https://www.hunterzfish.com/templates/main/font/SourceHanSansCN-Medium.otf);
}

/* 思源黑体 CN Regular */

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(https://www.hunterzfish.com/templates/main/font/SourceHanSansCN-Regular.otf);
}

/* 苹方-简 */
@font-face {
  font-family: 'PingFangSC-Regular';
  src: url(https://www.hunterzfish.com/templates/main/font/PingFang_Regular.ttf);
}

/* 阿里巴巴普惠体-B */
@font-face {
  font-family: 'Alibaba-Bold';
  src: url(https://www.hunterzfish.com/templates/main/font/Alibaba-PuHuiTi-Bold.otf);
}

/* 阿里巴巴普惠体-R */
@font-face {
  font-family: 'Alibaba-Regular';
  src: url(https://www.hunterzfish.com/templates/main/font/Alibaba-PuHuiTi-Regular.otf);
}

/* 阿里巴巴普惠体-M */
@font-face {
  font-family: 'Alibaba-Medium';
  src: url(https://www.hunterzfish.com/templates/main/font/Alibaba-PuHuiTi-Medium.otf);
}

/*楷体-简 */
@font-face {
  font-family: 'simkai';
  src: url(https://www.hunterzfish.com/templates/main/font/STKAITI.TTF);
}