.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;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  background-color: #fff;
}
header .top .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
header .top .cont .logo {
  display: flex;
  align-items: center;
}
.limg{
  position: relative;
  left:-53px;
}
header .top .cont .logo .lname{
  width:424px;
  height:78px;
  float:left;
  position: relative;
  left:-50px;
}
header .top .cont .logo .lname p{
  font-size:30px;
  font-weight: bold;
  font-family: "微软雅黑";
}
.en{
  font-size:20px !important;
}
header .top .cont .logo .text {
  width:451px;
  float:right;
  margin-left: -45px;
  margin-top:3px;
}
header .top .cont .logo .text p {
  font-size: 22px;
  color: #353535;
  font-weight: bold;
}
header .top .cont .logo .text span {
  color: #727373;
  font-size: 20px;
}
header .top .cont .contact {
  margin-left: auto;
  padding-left: 50px;
  background: url(../images/tel.png) no-repeat left center;
  display: flex;
  align-items: center;
}
header .top .cont .contact p {
  color: #cf0b17;
  font-size: 24px;
}
header .top .cont .contact span {
  color: #727373;
  font-size: 14px;
}
header .nav {
  width: 100%;
  line-height: 62px;
  background-color: #c5111a;
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  flex: 1;
  text-align: center;
  position: relative;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header .nav ul li > a {
  color: #f2eede;
  font-size: 16px;
  display: block;
}
header .nav ul li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 62px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
header .nav ul li .drop a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}
header .nav ul li .drop a:last-child {
  border: none;
}
header .nav ul li.active {
  background-color: #b2161d;
}
header .nav ul li:hover {
  background-color: #b2161d;
}
header .nav ul li:hover .drop {
  display: block;
}
header .nav ul li .drop li{
  background-color:#fff; 
}
header .nav ul li .drop a:hover {
  color:#fff;
  background-color: #c5111a;
}
.banner {
  width: 100%;
  height: 776px;
  text-align: center;
}
footer .message {
  height: 262px;
  width: 100%;
  background: url(../images/bg2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 55px;
}
footer .message h3 {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
footer .message > p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 35px;
}
footer .message form {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
footer .message form input {
  line-height: 52px;
  border: none;
  font-size: 16px;
  text-indent: 1em;
  margin-right: 1em;
  width: 250px;
}
input[value] {
    color: #000;
    padding: 0 60px;
}
footer .message form input::placeholder {
    color: #000;
}

footer .message form button {
  border: none;
  width: 200px;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  cursor: pointer;
  background-color: #c7161e;
}
footer .foot {
  height: 452px;
  background-color: #3a3a3a;
  display: flex;
  flex-direction: column;
}
footer .foot .cont {
  padding-top: 111px;
  display: flex;
  width: 1300px;
  margin:0 auto;
}
footer .foot .cont .left {
  width: 119px;
  height:158px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right:20px;
}
footer .foot .cont .left img{
  width:100%;
  height:100%;
}
footer .foot .cont .left .add {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-top: 48px;
}
footer .foot .cont .middle {
  display: flex;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  justify-content: center;
  border-left: 2px solid #dbdbdb;
}
footer .foot .cont .middle dl {
  width:97px;
  margin: 0 22px;
}
footer .foot .cont .middle dl dt {
  margin-bottom: 10px;
}
footer .foot .cont .middle dl dt a {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
footer .foot .cont .middle dl dt a:hover {
  color: #c40100;
}
footer .foot .cont .middle dl dd a {
  color: #dcdcdc;
  font-size: 16px;
  line-height: 2;
}
footer .foot .cont .middle dl dd a:hover {
  color: #c40100;
}
footer .foot .cont .right {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .foot .cont .right h2 {
  color: #333;
  font-size: 30px;
  line-height: 1;
}
footer .foot .cont .right p {
  color: #c40100;
  font-size: 32px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .foot .cont .right .con {
  display: flex;
}
footer .foot .cont .right .con .weixin {
  width: 41px;
  height: 41px;
  position: relative;
  background: url(../images/weixin.png) no-repeat center center;
}
footer .foot .cont .right .con .weixin img {
  display: block;
  width: 150px;
  height: 150px;
  bottom: 41px;
  display: none;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
footer .foot .cont .right .con .weixin:hover img {
  display: block;
}
footer .foot .cont .right .con .email {
  margin-left: 20px;
}
footer .foot .cont .right .con .email a {
  display: block;
  width: 39px;
  height: 40px;
  background: url(../images/email.png) no-repeat center center;
}
footer .foot .cr {
  margin-top: auto;
  color: #fff;
  font-size: 18px;
  line-height: 3;
  text-align: center;
}
footer .foot .cr a {
  color: #fff;
}
