﻿@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,body,div,ul,li,p,header,section,footer,img,nav,form,input,textarea,main,aside,ol,dl,dt,dd,table,thead,tbody,tfoot,td,tr,th,
article,select,fieldset,legend { margin:0; padding:0;}

body{ font-family:"微软雅黑", "宋体", Helvetica, Arial, sans-serif; line-height:2em;}

a{ text-decoration: none; color: #000; }

a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul{
  list-style: none;
}

ol {
  list-style: none;
}

img {
  border: none;
  outline: none;
}

button{
  cursor: pointer;
}

em {
  font-style: normal;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=password], 
button,
textarea,
select {
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  -webkit-appearance: none;
          appearance: none;
  resize: none;
  font-family: "Microsoft Yahei",Arial;
}

input[type="radio"],
input[type="radio"]:focus {
  vertical-align: middle;
  height: 16px !important;
  width: 16px !important;
}

input[type=checkbox] {
  vertical-align: middle;
  height: 14px;
  width: 14px;
  height: 14px !important;
  width: 14px !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

.clearfix {
  clear: both;
}

.clear:after {
  display: block;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ell-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ell-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clear {
  zoom: 1;
}

.dis{ display: inline-block; }

.w1200{ width: 1200px; margin: 0 auto; }

.fr{ float: right; }
.fl{ float: left; }

.mt60 {
  margin-top: 40px;
}