* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Arial";
}
p {
  margin: 0;
}
html {
  font-family: arial, "hiragino sans gb", "microsoft yahei", "Simsun",
    sans-serif;
  font-size: 14px;
}
ul {
  list-style: none;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.img img,
.img {
  width: 100%;
  display: block;
}
.linear {
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
h3,
h2 {
  margin: 0;
}
.width {
  width: 100%;
}
@font-face {
  font-family: "iconfont"; /* project id 1532212 */
  src: url("//at.alicdn.com/t/font_1532212_q3lhb6mz6jn.eot");
  src: url("//at.alicdn.com/t/font_1532212_q3lhb6mz6jn.eot?#iefix")
      format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1532212_q3lhb6mz6jn.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1532212_q3lhb6mz6jn.woff") format("woff"),
    url("//at.alicdn.com/t/font_1532212_q3lhb6mz6jn.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1532212_q3lhb6mz6jn.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
margin: 0 auto;
  }
}

.head-top {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #f2f2f2;
  color: #333;
  /* overflow: hidden; */
}
.head-top a {
  color: #666;
}
.social-media i {
  font-size: 22px;
  display: inline-block;
  color: #fff;
}

.top-contact {
  text-align: right;
}
.top-contact a {
  margin-right: 8px;
}

.logo {
  padding: 0;
}

.line {
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #f58423;
}
.social-media a {
  display: inline-block;
  margin-right: 14px;
}
.top-contact i {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 6px;
}
.head-top a:hover,
.social-media i:hover,
.head-top span:hover {
  color: #03263a;
}
.menu-pro,
.biyi_menu {
  position: fixed;
  top: 105px;
  width: 100%;
  left: 0;
  background: #373d41;
  font-size: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.pro-nav {
  display: inline-block;
  width: 25%;
  overflow: hidden;
  vertical-align: top;
}

footer {
  background: #333;
  color: #fff;
  width: 100%;
  margin-top: 100px;
}
footer a {
  color: #fff;
}
footer .f_top dl dd a {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
footer a:hover {
  color: #0b6229;
}
footer .f_top {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
footer .f_top h2 {
  font-size: 26px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
footer .f_top h2 span {
  font-size: 18px;
}
.f-left {
  float: left;
  width: 80%;
}
.ewm {
  width: 30%;
  float: right;
}
footer .f_top dl {
  float: left;
  margin-left: 2%;
  width: 22%;
}
footer .f_top dl:nth-of-type(1) {
  width: 28%;
  margin-left: 0;
}
footer .f_top dl dt {
  font-size: 18px;
  border-left: 3px solid #0b6229;
  padding-left: 10px;
  margin-bottom: 30px;
}
footer .f_top dl dd {
  float: left;
}
footer .f_top dl:nth-of-type(1) dd {
  width: 100%;
}
footer .f_top dl:nth-of-type(1) dd small {
  display: block;
  margin-bottom: 8px;
  font-size: 100%;
}
footer .f_top .ewm {
  position: absolute;
  right: 0;
}
footer .f_top .ewm li img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
footer .f_top .ewm li span {
  display: block;
  margin-top: 10px;
}
footer .f_bottom {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #999;
  background: #211e1b;
  line-height: 45px;
}
footer .f_top .ewm li {
  text-align: center;
  float: right;
  margin: 0 10px;
}
/* 浮动沟通 */
.fixed-box{
    width: 50px;
    height: 154px;
    position: fixed;
    right: 0;
    top: calc(50% - 77px);
    z-index: 9999;
}
.blocks-list{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}
.blocks-items{
    width: 48px;
    height: 48px;
    position: relative;
    margin: 1px;
}

.blocks-items:hover .blocks-tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.blocks-items>a {
    display: block;
    width: 100% !important;
    height: 100%;
    text-align: center;
    border-radius: 10%;
}
.blocks-items img{
    width: 60%;
    margin: 20%;
}
.blocks-items>a:hover{
    opacity: .8;
}
.blocks-tips{
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blocks-tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
.blocks-tips>li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #666;
    font-size: 14px;
}