@charset "UTF-8";

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

body {
  min-width: 1200px;
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {

  border: none;
}

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

input,
textarea,
select,
button {
  font: 14px "Microsoft YaHei", Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: scroll;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

section {
  overflow: hidden;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
 height: 111px;
}
.logo{
  width: 160px;
  height: 37px;
  margin-top: 26px;
}
.header_list{
  width: 504px;
	height: 77px;
	background-color: #f2fdf9;
	border-radius: 10px;
  border: solid 1px #10b27d;
  box-sizing: border-box;
  padding: 0 29px;
  margin-left: 20px;
  margin-top: 17px;
}
.header_item{
  margin-right: 21px;
  margin-top: 13px;
}
.header_item>a{
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 25px;
}
.header_item>a:hover{
  color: #03a466;
}
.header_item2{
  margin-right: 0px;
}
.header_link{
  width: 265px;
	height: 77px;
	border-radius: 10px;
  border: solid 1px #10b27d;
  box-sizing: border-box;
  margin-left: 11px;
  margin-top: 17px;
}
.header_i1{
  width: 63px;
  height: 67px;
}
.header_link>a{
  width: 142px;
	height: 41px;
	background-image: linear-gradient(93deg, 
		#fc3109 0%, 
		#fe7315 100%), 
	linear-gradient(
		#03a466, 
		#03a466);
  border-radius: 5px;
  font-size: 21px;
	font-weight: bold;
	line-height: 39px;
  color: #ffffff;
  margin-left: 18px;
  margin-top: 19px;
}
.header_link>a>span {
  animation: kc 1s infinite;
  display  : inline-block;
  *display : inline;
  *zoom    : 1;
letter-spacing: 1px;
}

@keyframes kc {

  0%,
  100%,
  20%,
  50%,
  80% {
      -webkit-transform: translateY(0);
      transform        : translateY(0)
  }

  40% {
      -webkit-transform: translateY(-14px);
      transform        : translateY(-14px)
  }

  60% {
      -webkit-transform: translateY(-7px);
      transform        : translateY(-7px)
  }
}
.phone_number{
  width: 215px;
  height: 28px;
  margin-top: 33px;
}
.footer {
  width: 100%;
  height: 176px;
  min-width: 1200px;
  left: 0;
  bottom: 0;
  padding-top: 23px;
  color: #fff;
  background-color: #0f0f14;
  box-sizing: border-box;
}

.footer-info {
  line-height: 1.8;
  padding-top: 27px;
}
.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}
.row {
  font-size:0;/* 所有浏览器 */
}
.row .col{
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align:top;
}

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