body {
  color: #333;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
}
a:hover {color: #e05818}

.w {
  width: 1200px;
  margin: auto;
}

.head {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.search input {
  height: 30px;
  width: 249px;
  border: 1px solid #dbdbdb;
  padding-left: 12px;
}

.search input::-webkit-input-placeholder {
  color: #999;
}

.search .input_item {
  display: flex;
  align-items: center;
}

.search .input_item img {
  margin: 0 19px 0 11px;
  cursor: pointer;
}

.search .lang {
  font-size: 16px;
}

.search .lang .fg {
  padding: 0 2px;
}

.search .lang .cur_lang {
  color: #0e4386;
}

.nav {
  background-color: #0e4386;
  height: 55px;
}

.nav_list {
  height: 100%;
  display: flex;
  padding: 0 27px;
  box-sizing: border-box;
}

.nav_list>li {
  position: relative;
  width: 149px;
  height: 100%;
  line-height: 55px;
  text-align: center;
}

.nav_list>li:first-child {
  width: 104px !important;
  
}

.nav_list li:first-child a {
  color: #fff;
}

.nav_list .cur {
  background-color: #e05818;
}

.nav_list .cur a {
  color: #fff;
}

.nav_list li:hover {
  background-color: #e05818;
}

.nav_list li:hover a {
  color: #fff;
}

.nav_list li a {
  font-size: 20px;
  color: #fff;
}

.sub_nav {
  width: 100%;
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #0e4386;
  z-index: 9;
}

.sub_nav li {
  width: 100%;
}

.sub_nav li a {
  color: #fff;
  font-size: 18px;
}

.sub_nav li:hover {
  background-color: #e05818;
}

.sub_nav li:hover a {
  color: #fff;
}

.layui-carousel {
  margin-bottom: 59px;
}

.layui-carousel img {
  height: 430px;
}

.title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  color: #000;
}

.title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0e4386;
}

.company_intro {
  margin: 34px auto 70px;
  display: flex;
}

.company_intro .img_box {
  position: relative;
  width: 562px;
  height: 327px;
  margin-right: 44px;
}

.company_intro .img_box .text {
  width: 100%;
  height: 50px;
  background-color: rgb(255, 255, 255, .5);
  position: absolute;
  bottom: 28px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  line-height: 50px;
}

.company_intro .img_box img {
  width: 100%;
  height: 100%;
}

.company_intro .intro_cont {
  flex: 1;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.intro_cont .icons {
  display: flex;
  align-items: center;
  margin-top: 39px;
}

.icons .icon_item {
  margin-right: 47px;
}

.icons .icon_item .icon_bg {
  width: 60px;
  height: 60px;
  background-color: #0e4386;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons .icon_item .text {
  margin-top: 15px;
}

.product_show {
  padding: 45px 0 47px;
  background-color: #eaf6fd;
}

.product_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}

.product_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  width: 184px;
  height: 80px;
  margin-right: 20px;
  border-radius: 20px;
  border: 1px solid #0e4386;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.product_list li img {max-width: 80%; max-height: 105px;}

.product_list li:hover img {
  transform: scale(1.2);
  max-width: 100%;
}


.product_show .more {
  width: 147px;
  height: 41px;
  text-align: center;
  margin: 25px auto 0;
  background-color: #3a679e;
  line-height: 38px;
  border-radius: 10px;
}

.product_show .more:hover {
  background-color: #0e4386;
}

.product_show .more a {
  font-size: 24px;
  color: #fff;
}

.modular {
  display: flex;
  padding-top: 63px;
}

.modular .news {
  flex: 1;
  margin-right: 55px;
}

.modular .leave_msg {
  width: 492px;
}

.modular .news .title,
.modular .leave_msg .title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 18px;
}

.news .title::after,
.leave_msg .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  content: '';
  display: block;
  width: 120px;
  height: 3px;
}

.news_list {
  margin-top: 60px;
}

.news_list li {
  padding: 20px 10px 20px 0;
  border-top: 1px solid #e6e6e6;
}

.news_list li a {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.news_list li:hover a {
  color: #3a679e;
}

.news_list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.news_list li a p {
  width: calc(100% - 110px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list li a .date {
  width: 115px;
  text-align: right;
}

.leave_msg .form {
  margin-top: 60px;
  padding: 30px 60px 38px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}

.form .layui-form .layui-input {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
  padding-left: 0;
}

.layui-form .layui-textarea {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 28px;
  padding-left: 0;
  resize: none;
}

.layui-form .submit {
  width: 110px;
  height: 28px;
  background-color: #265592;
  line-height: 28px;
  font-size: 18px;
}

.foot {
  overflow: hidden;
  height: 122px;
  background-color: #333333;
  margin-top: 100px;
}

.foot_nav {
  display: flex;
  align-items: center;
  margin-top: 39px;
}

.foot_nav li a {
  font-size: 14px;
  color: #fff;
}

.foot_nav li:hover a {
  color: #bbb;
}

.foot_nav .fg {
  padding: 0 14px;
  color: #fff;
}

.foot .copyright {
  font-size: 14px;
  color: #fff;
  margin-top: 18px;
}

.foot>.w {
  position: relative;
}

.foot .way_icons {
  display: flex;
  position: absolute;
  top: 0;
  right: 100px;
}

.way_icons>a {
  margin-left: 15px;
}

.way_icons>a:hover img {
  transform: rotate(180deg);
}

.way_icons div {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}

.way_icons>a img {
  border-radius: 50%;
  transition: all .3s linear;
}

.pos {width: 100%;  height: 60px; border-bottom: 2px solid #ccc; line-height: 60px;}
.pos span {border: 2.5px solid #e05818; height: 14px; display: inline-block; margin-top: 20px; float: left; margin-right: 8px;}

.bg_slide {position: fixed; background: #000; width: 100%; height: 100%; top: 0; opacity: 0.5; display: none}
.tc_slide {position: fixed; top: 50%; width: 1200px; left: 50%; margin-left: -600px; height: 600px; margin-top: -300px; display: none}
