/* 重置样式 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
input {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: #000000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
input {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 公共样式 */
.w {
  width: 1200px;
  margin: 0 auto;
}
.elpsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-clamp: 1;
}
.elpsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-clamp: 2;
}
.elpsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-clamp: 3;
}
body {
  background: #fff;
  font-size: 14px;
  font-family: '微软雅黑', 'Microsoft Yahei', 'Hiragino Sans GB', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
  color: #333;
  line-height: 1.5;
}
.header {
  background-image: url(../images/index/combg.jpg);
}
.header .cop {
  display: flex;
  justify-content: space-between;
}
.header .cop .phone {
  width: 500px;
  margin-top: 41px;
  height: 60px;
  font-size: 20px;
  color: #444444;
}
.header .cop .phone ul {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  text-align: center;
}
.header .cop .phone ul li {
  width: 80px;
  line-height: 35px;
  height: 35px;
}
.header .cop .phone ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 5px;
}
.header .cop .phone ul li:nth-child(1) {
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
}
.header .cop .phone ul li a:hover {
  background-color: #0675c4;
  color: #ffffff;
  transition: all 0.3s ease;
}
.banner {
  height: 520px;
}
.banner img {
  width: 100%;
  height: 100%;
}
.nav {
  margin-top: 2px;
  height: 60px;
  background-image: url(../images/index/navg.jpg);
}
.nav ul {
  height: 100%;
  display: flex;
  justify-content: space-around;
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
}
.right {
  margin-top: 10px;
  background-color: #7d7d7d;
  height: 178px;
  color: #ffffff;
  text-align: center;
  padding-top: 27px;
}
.right p {
  margin-bottom: 5px;
}
