body {
  font-family: "Microsoft YaHei", '微软雅黑', "Microsoft JhengHei", '华文细黑', 'STHeiti', 'MingLiu';
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.clear-fix::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.language {
  float: right;
  padding-top: 4px;
}
.language > div {
  margin-bottom: 6px;
}
.language > div img {
  width: 45px;
  height: auto;
}
.language > div span {
  margin-left: 5px;
}
.language > div:last-child {
  margin-bottom: 0;
}
.head {
  height: 110px;
  background-color: #fff;
}
.head .logo {
  padding: 18px 0;
  float: left;
}
.head .logo img {
  float: left;
}
.head .logo .company {
  float: left;
  padding: 7px 0;
  margin-left: 18px;
}
.head .logo .company div {
  color: #1c3691;
  font-size: 24px;
  font-weight: bold;
}
.head .logo .company span {
  font-size: 12px;
  color: #000;
}
.head .contact {
  float: right;
  padding: 31px 0;
  margin-right: 35px;
}
.head .contact > div {
  float: left;
}
.head .contact .phone_icon {
  padding: 5px;
}
.head .contact .phone_num {
  color: #0e4386;
}
.head .contact .phone_num span {
  font-size: 16px;
}
.head .contact .phone_num div {
  font-size: 22px;
  margin-top: -3px;
}
.nav {
  background-color: #0e4386;
}
.nav .nav_list {
  height: 55px;
  display: flex;
  align-items: center;
}
.nav .nav_list .cur > a {
  border-bottom: 3px solid #fff;
}
.nav .nav_list > li {
  height: 55px;
  position: relative;
  flex: 1;
  line-height: 55px;
  text-align: center;
  box-sizing: border-box;
}
.nav .nav_list > li a {
  color: #fff;
  font-size: 21px;
  padding-bottom: 11px;
}
.nav .nav_list > li .subnav {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  background-color: #06479c;
  z-index: 999;
  min-width: 100%;
}
.nav .nav_list > li .subnav li {
  height: 55px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
}
.nav .nav_list > li .subnav li a {
  font-size: 18px;
}
.nav .nav_list > li .subnav li a p {
  white-space: nowrap;
}
.nav .nav_list > li .subnav li:last-child {
  border-bottom: 0;
}
.nav .nav_list > li .subnav li:hover {
  background-color: #fff;
}
.nav .nav_list > li .subnav li:hover a {
  color: #0e4386;
}
.main_title .title_text {
  float: left;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.main_title .title_text::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0e4386;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.main_title .more {
  display: block;
  float: right;
  font-size: 20px;
  color: #333;
  padding: 8px;
  transition: all 0.2s linear;
}
.main_title .more:hover {
  background-color: #0e4386;
  color: #fff;
}
.product_show {
  margin-top: 70px;
}
.product_show .product_list {
  margin-top: 60px;
  font-size: 0;
}
.product_show .product_list .item {
  display: inline-block;
  width: 266px;
  margin-right: 45px;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 3px solid #fff;
}
.product_show .product_list .item:last-child {
  margin-right: 0;
}
.product_show .product_list .item:hover .desc .name {
  color: #0e4386;
}
.product_show .product_list .item .img_box {
  width: 266px;
  height: 266px;
  font-size: 0;
}
.product_show .product_list .item .img_box img {
  height: 100%;
  width: 100%;
}
.product_show .product_list .item .desc .name {
  padding: 24px 0 18px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_show .product_list .item .desc .name::after {
  content: '';
  display: block;
  height: 2px;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0e4386;
}
.product_show .product_list .item .desc .text {
  color: #666;
  font-size: 14px;
  padding: 20px 0 30px;
}
.product_show .product_list .item .desc .text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_show .product_list .item .desc .text > div {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.company_profile {
  margin-top: 100px;
}
.company_profile .content {
  padding-top: 55px;
}
.company_profile .content .img_box {
  float: left;
  font-size: 0;
}
.company_profile .content .img_box .img_box {
  width: 655px;
  height: 482px;
}
.company_profile .content .summary {
  margin-left: 30px;
  width: 515px;
  height: 482px;
  float: right;
  position: relative;
}
.company_profile .content .summary .slogan {
  position: absolute;
  top: 20px;
  left: -70px;
  font-size: #333;
  font-weight: bold;
  font-size: 42px;
}
.company_profile .content .summary .summary_cont {
  position: absolute;
  top: 120px;
  right: 0;
  width: 504px;
  height: 285px;
  background-color: #f5f5f5;
  padding: 25px;
  box-sizing: border-box;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.company_profile .content .summary .summary_cont .rect {
  width: 21px;
  height: 85px;
  background-color: #0e4386;
  position: absolute;
  top: 25px;
  left: -10px;
}
.company_profile .content .summary .bottom_line {
  font-size: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.company_profile .content .summary .bottom_line .line_head {
  display: inline-block;
  width: 21px;
  height: 14px;
  background-color: #737373;
}
.company_profile .content .summary .bottom_line .line {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 90%;
  background-color: #ededed;
  height: 2px;
}
.honor {
  margin-top: 100px;
}
.honor .swiper-container {
  position: relative;
}
.honor .swiper-container .arrow {
  width: 53px;
  height: 40px;
  position: absolute;
  z-index: 99;
  background-color: #0e4386;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
  cursor: pointer;
}
.honor .swiper-container .arrow span {
  font-size: 12px;
  color: #fff;
}
.honor .swiper-container .arrow[aria-disabled='true'] {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.honor .swiper-container .arrow_l {
  top: 50%;
  left: 0;
}
.honor .swiper-container .arrow_r {
  top: 50%;
  right: 0;
}
.honor .certificate_list {
  margin-top: 60px;
  font-size: 0;
}
.honor .certificate_list .item {
  display: inline-block;
  width: 266px;
  height: 266px;
  margin-right: 45px;
  border: 2px solid #0e4386;
  font-size: 0;
  box-sizing: border-box;
}
.honor .certificate_list .item:last-child {
  margin-right: 0;
}
.honor .certificate_list .item img {
  width: 204px;
  height: 204px;
  margin: 29px;
  border: 0;
}
.advantage {
  margin-top: 100px;
}
.advantage .bg {
  height: 435px;
  background: url('../images/adv.png') no-repeat;
  margin-top: 60px;
}
.advantage .advantage_list {
  font-size: 0;
}
.advantage .advantage_list .item {
  float: left;
  width: 266px;
  height: 345px;
  font-size: 0;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  margin: 45px;
  margin-left: 0;
  padding: 0 15px;
}
.advantage .advantage_list .item:last-child {
  margin-right: 0;
}
.advantage .advantage_list .item img {
  margin-top: 75px;
}
.advantage .advantage_list .item .text {
  color: #0e4386;
  font-weight: bold;
  font-size: 22px;
  margin-top: 42px;
}
.advantage .advantage_list .item .text div:first-child {
  margin-bottom: 10px;
}
.exhibition {
  margin-top: 100px;
}
.exhibition #carousel2 {
  position: relative;
}
.exhibition #carousel2 .imgs {
  font-size: 0;
}
.exhibition #carousel2 .imgs .img_box {
  display: inline-block;
  position: relative;
  width: 386px;
  height: 244px;
  margin: 0 14px 14px 0;
}
.exhibition #carousel2 .imgs .img_box:nth-child(3n+3) {
  margin-right: 0;
}
.exhibition #carousel2 .imgs .img_box:hover .mask {
  opacity: 1!important;
}
.exhibition #carousel2 .imgs .mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}
.exhibition #carousel2 .imgs img {
  width: 386px;
  height: 244px;
}
.exhibition #carousel2 .layui-carousel-arrow {
  top: auto;
  bottom: -50px;
  width: 58px;
  height: 40px;
  border-radius: 0;
  background-color: #222;
}
.exhibition #carousel2 .layui-carousel-arrow[lay-type=sub] {
  left: 542px;
}
.exhibition #carousel2 .layui-carousel-arrow[lay-type=add] {
  right: 542px;
  background-color: #0e4386;
}
.news {
  margin-top: 150px;
}
.news .news_cont {
  margin-top: 60px;
}
.news .news_cont > div {
  float: left;
  width: 50%;
}
.news .news_cont .left .item {
  padding-right: 45px;
  margin-bottom: 20px;
}
.news .news_cont .left .item:last-child {
  margin-bottom: 0;
}
.news .news_cont .left .item::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.news .news_cont .left .item img {
  float: left;
  width: 160px;
  height: 118px;
}
.news .news_cont .left .item .detail {
  width: 375px;
  height: 118px;
  float: left;
  margin-left: 20px;
  border-bottom: 1px solid #eee;
}
.news .news_cont .left .item .detail .name {
  display: block;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_cont .left .item .detail .name:hover {
  color: #1c3691 !important;
}
.news .news_cont .left .item .detail > div {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
}
.news .news_cont .left .item .detail .time {
  color: #999;
}
.news .news_cont .right {
  position: relative;
}
.news .news_cont .right img {
  width: 100%;
  height: 290px;
}
.news .news_cont .right .detail {
  padding: 20px 0 14px 40px;
}
.news .news_cont .right .detail .name {
  display: block;
  margin-bottom: 14px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_cont .right .detail .name:hover {
  color: #1c3691 !important;
}
.news .news_cont .right .detail > div {
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news_cont .right .line {
  position: absolute;
  bottom: 5px;
  width: 4px;
  height: 135px;
  left: 20px;
  z-index: 9;
  background-color: #0e4386;
}
.foot {
  margin-top: 148px;
  height: 178px;
  background-color: #0e4386;
  color: #fff;
}
.foot .w {
  position: relative;
}
.foot .company_info {
  padding-top: 38px;
  float: left;
}
.foot .company_info h1 {
  font-size: 52px;
  font-weight: bolder;
}
.foot .company_info .address {
  padding-top: 20px;
}
.foot .other {
  position: absolute;
  top: 48px;
  right: 0;
}
.foot .other .foot_nav li {
  float: left;
  margin-left: 32px;
  font-size: 16px;
}
.foot .other .foot_nav li a {
  color: #fff;
}
.foot .other .foot_nav li a:hover {
  color: #ddd;
}
.foot .other .copyright {
  padding: 20px 0 18px;
  text-align: right;
}
.foot .other .icons {
  float: right;
}
.foot .other .icons > div {
  float: left;
  margin-left: 15px;
}
.foot .other .icons > div img {
  cursor: pointer;
}
.foot .other .icons > div img:hover {
  margin-top: -5px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
