@charset "utf-8";
@font-face{
  font-family: "font_ico";
  src:url("../fonts/fa-solid-900.woff2");
}
@font-face {
    font-family: "T_Web";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Titillium Web Light"),local("TitilliumWeb-Light"),url('../fonts/titilliumweb-light.woff2') format("woff2"),url('../fonts/titilliumweb-light.ttf') format("truetype");
}
@font-face {
    font-family: "T_Web";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Titillium Web Regular"),local("TitilliumWeb-Regular"),url('../fonts/titilliumweb-regular.woff2') format("woff2"),url('../fonts/titilliumweb-regular.ttf') format("truetype");
}

@font-face {
    font-family: "T_Web";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Titillium Web SemiBold"),local("TitilliumWeb-SemiBold"),url('../fonts/titilliumweb-semibold.woff2') format("woff2"),url('../fonts/titilliumweb-semibold.ttf') format("truetype");
}

body {
   font-family:"T_Web",'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
   font-size:16px;
   font-weight: 400;
   line-height: 1.5;
   width:100%;
   height:100%;
   color:#212529;
   -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
*{
   margin:0;
   padding:0;
}
li {
   list-style:none;
}
em,span,i{
  display: inline-block;
}
a {
   text-decoration:none;
   transition: 0.3s all;
   color: inherit;
}
.simple-article ul li,
ol li{
    list-style: inside;
}
button{
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}
input,
select,
textarea {
  color: #002856;
   border:none;
   outline:none;
   background:none;
   font-family:"T_Web",'微软雅黑';
   padding: 0;
   font-size: 16px;
}
textarea {
   resize:none;
   overflow: hidden;
   -webkit-appearance: none;
}
img {
   border:none;
   vertical-align: top;
}
table {
   border:0;
   border-collapse: collapse;
}
em,
i {
   font-style:normal;
}
.fr {
   float:right;
}
.fl {
   float:left;
}
.clear {
   zoom:1;
}
.clear:after {
   content:"";
   display:block;
   clear:both;
}
.contain{
  width: 1140px;
  margin: 0 auto;
}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

img{max-width: 100%;height: auto;}

input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}



.dropdown-toggle {
    white-space: nowrap;
}

/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: 4px;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
} */

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}








/* 小屏幕导航 */
.p_transition {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.small_nav_btn {
  position: absolute;
  top: 20px;
  right: 10px;
  height: 30px;
  z-index: 8;
  display: none;
  width: 30px;
  height: 30px;
  background: url(../images/m_menu11.png) no-repeat center;
}

.small_nav_btn.active {
  background: url(../images/m_menu22.png) no-repeat center;
}

.small_nav .wapper .btn i {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  background: url(../images/h_content_dot.png) no-repeat center;
  background-size: 13px;
}

.small_nav .wapper .btn.active>i {
  -webkit-transform: rotate(180deg);
  transform: rorate(180deg);
  border-left: 0;
  border-right: 1px solid #e5e5e5;
}

.small_nav .show a {
  line-height: 50px;
}
.small_nav .show .btn{
  padding-left: 20px;
  position: relative;
}
.scale img {
  transition: all 0.2s;
}

.scale:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.small_nav .wapper {
  position: relative;
}

.small_nav {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  text-align: center;
  background: #006fbb;
  z-index: 7;
  display: none;
  overflow: auto;
}

.small_nav a {
  font-size: 13px;
  display: block;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  text-align: left;
  text-indent: 15px;
  position: relative;
}

.small_nav .show {
  background: #0067ad;
  display: none;
}


.map img{
    max-width: inherit;
}
/*内页banner*/
.inside_banner{
  height: 400px;
}


/*自适应图片*/
.autoimg{
  position: relative;
  /*float: left;
  height: 210px;
  width: 28.00285600285600285600285633%;*/
  overflow: hidden;
}
.autoimg:after{
  content: '';
  /*padding-top: 61.76%;*/
}
.autoimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}

.owl-stage{
  transition: 0.75s all !important;
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
   color: #999;
}


.swiper-button-prev:after,
.swiper-button-next:after{
  display: none !important
}

.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: inherit !important;
}
.swiper-pagination{
  z-index: 2 !important;
}



/* 分页1 */
.paging {
  text-align: center;
}

.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.paging li.style {
  height: 35px;
  width: 35px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  color: #002856;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s;
}


.paging li.style.first,
.paging li.style.prev,
.paging li.style.next {
  width: 60px;
}


.paging li.style a {
  color: #002856;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
}

.paging li.active a,
.paging li.style a:hover {
  background-color: #e0c287;
  color: #fff;
  border-color: #e0c287;
}


.paging li.prev a {
  height: 100%;
  background-position: center center;
  background-size: 45% 45%;
  background-repeat: no-repeat;
}

.paging li.next a {
  height: 100%;
  background-position: center center;
  background-size: 45% 45%;
  background-repeat: no-repeat;
}
.paging li.prev a{
  height: 100%;
  background: url(../images/paging_1.png) no-repeat center;
}
.paging li.prev:hover a{
  background: url(../images/paging_11.png) no-repeat center #2972ec;
}
.paging li.next a{
  height: 100%;
  background: url(../images/paging_2.png) no-repeat center;
}
.paging li.next:hover a{
  background: url(../images/paging_22.png) no-repeat center #2972ec;
}

.scrollBar::-webkit-scrollbar-track-piece { /*//滚动条凹槽的颜色，还可以设置边框属性*/
background-color:#f8f8f8;
}
.scrollBar::-webkit-scrollbar {/*//滚动条的宽度*/
width:9px;
height:9px;
}
.scrollBar::-webkit-scrollbar-thumb {/*//滚动条的设置*/
background-color:#dddddd;
background-clip:padding-box;
min-height:28px;
}
.scrollBar::-webkit-scrollbar-thumb:hover {
background-color:#bbb;
}








.header{
  padding: 24px 0;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 5;
  transition: 0.3s all;
}
.header.fixed,.header.on{
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.header .logo{
  float: left;
  height: 40px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content:center;
}
.header .logo img{
  max-height: 100%;
}

.header .nav{
}
.header .lang{
  float: left;
  position: relative;
}
.header .lang .btn{
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #002856;
    border-bottom: 1px solid #e2001a;
}
.header .lang:hover .show1{
  display: block;
}
.header .lang .show1{
  position: absolute;
  top: 40px;
  z-index: 2;
  display: none;
  background: #fff;
  width: 18px;
  left: 50%;
  margin-left: -24px;
  text-align: center;
  line-height: 40px;
}

.header .lang .show1 a{
  color: #002856;
  display: block;
}
.header .nav>.nav-item{
  float: left;
}
.header .nav>.nav-item>a{
  line-height: 40px;
  margin: 0 18px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #002856;
}
.header .nav>.nav-item .show1{
  position: absolute;
}

.top_bg{
  position: relative;
  height: 90vh;
  margin-top: -88px;
  background-color: rgba(0,0,0,0.2);
}
.top_bg .bg{
  height: 100%;
  background-position: top center;
  background-size: cover;
}
.top_bg .mask{
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.2);
}
.top_bg .mask:before{
  content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top,white 0%,rgba(255,255,255,0) 45%);
    background: -webkit-linear-gradient(top,white 0%,rgba(255,255,255,0) 45%);
    background: linear-gradient(to bottom,white 0%,rgba(255,255,255,0) 45%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff',endColorstr='#00ffffff',GradientType=0);
    z-index: 2;
}
.top_bg .mask:after{
      content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 55%,black 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 55%,black 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 55%,black 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000',endColorstr='#000000',GradientType=0);
    z-index: 3;
}
.top_bg.index_banner .mask{
  display: none;
}
.top_bg .swiper-container{
  height: 100%;
}
.index_font{
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: left;
  color: #000;
  z-index: 3;
}

.index_font .contain .p1{ font-size: 30px;position: relative;padding-left: 15px;}
.index_font .contain .p1::before{
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  position: absolute;
  background: #f00;
  top:10px;
  left: 0;
}
.index_font .contain .p2{ font-size: 44px;font-weight: bold;}
@media (max-width: 768px) {
  .index_font .contain .p1{ font-size: 18px;}
  .index_font .contain .p2{ font-size: 30px;}
}
.header .nav>.nav-item .show1 {
  font-weight: 600;
  top: 100%;
  display: none;
}
.header .nav>.nav-item:hover .show1{
  display: block;
}
.header .nav>.nav-item .show1 ul {
  margin-top: 22px;
  background: #ffffff9c;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}
.header .nav>.nav-item .show1 li{
  margin: 20px 0;
  font-size: 16px;
}
.header .nav>.nav-item .show1 li:first-child{
  margin-top: 10px;
}
.header .nav>.nav-item .show1 li:last-child{
  margin-bottom: 10px;
}
.header .to_search{
  height: 40px;
  width: 20px;
  display: flex;
  align-items: center;
}
.header .to_search img{
  width: 100%;
  height: 100%;
}
/* .header .contain{
  width: 1110px;
} */

.header .nav>.nav-item .show{
  position: absolute;
  top: 40px;
  z-index: 2;
  width: 225px;
}
.header .nav>.nav-item:hover>.show{
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
}
.header .nav>.nav-item .show .nav-item{
  padding: 10px 0;
}
.header .nav>.nav-item .show .nav-item>.ico_down{
  line-height: 24px;
  text-align: left;
  position: relative;
  width: 18px;
  text-align: center;
  color: #002856;
}

.header .nav>.nav-item .show .show{
  position: absolute;
  left: 100%;
  padding-left: 10px;
  margin-left: 0;
  background: none;
  transition: 0.3s all;
  top: 0;
  display: none;
}
.header .nav_show{
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
  z-index: 2;
  display: block;
  text-align: center;
  display: none;
}
.header .nav_show .bg_white{
  padding: 16px 0 0;
  margin-top: 24px;
  height: 484px;
}
.header .nav>.nav-item:hover .nav_show{
  display: block;
}
.header .nav>.nav-item>.nav_show>.contain>.show{
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  transform: translate(0,0);
  margin-left: 0;
  left: 0;
  text-align: left;
  line-height: 24px;
  float: left;
}
.header .nav>.nav-item .ico_down{
  margin-right: 30px;
}
.header .nav>.nav-item .ico_down.active{
  color: #e2001a !important;
  transform: rotate(-90deg);
}
.header .nav>.nav-item .show .nav-item .a1{
  max-width: 176px;
  text-align: left;
  float: left;
}
.header .h_pro{
  width: 405px;
  box-sizing: border-box;
  float: right;
  border-left: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
  min-height: 468px;
  text-align: center;
}
.header .h_pro .font{
  position: relative;
  height: 180px;
  width: 100%;
}
.header .h_pro .img{
  height: 288px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.header .h_pro .img img{
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.header .h_pro .a1{
  font-size: 27px;
  color: #002856;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.header .h_pro .p2{
  margin-top: 8px;
  margin-bottom: 16px;
  overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.header .h_pro .p3{
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.top_bg .font{
  position: absolute;
  color: #fff;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.top_bg .font .contain{
  width: 760px;
}
.top_bg .font .p1{
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-transform: uppercase;
}
.top_bg .font .p2{
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 16px;
  position: relative;
  font-weight: 300;
}
.top_bg .font .p2:before{
      content: " ";
    height: 51px;
    width: 1px;
    position: relative;
    right: 26px;
    bottom: 5px;
    line-height: 13.6px;
    display: inline-block;
    border-right: 3px solid #e2001a;
    transform: rotate(36deg);
}
.top_bg .font .line{
    border-left: 1px solid #fff;
    height: 48px;
    width: 1px;
    margin: 0 auto;
}
.footer .contain{
  width: 1140px;
}
.footer .top .contain{
  padding-top: 48px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.box{
  box-sizing: border-box;
}
.footer .top .left{
  width: 50%;
    border-right: 1px solid #dee2e6;
  text-align: center;
}
.footer .top .right .main{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 165px;
    font-weight: 400;
}
/* .footer .top .left .p3{
  margin-top: 144px;
} */
.footer .ewm img{
  max-width: 160px;
}
.footer .ewm p{
  text-align: center;
  font-size: 14px;
  color: #002856;
}
.footer .top .right{
  width: 50%;
}

.newsletter-btn {
  -webkit-appearance:none;
  -webkit-border-radius:unset;
  background-color: #ffffff;
  color: #002856;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #002856;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
}

.newsletter-header {
  text-transform: uppercase;
  color: #002856;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  margin:0 0 24px 0;
}

.newsletter {
  display: flex;
  justify-content: space-between;

}

.newsletter>* {
  flex-grow: 1;
}

.newsletter-input>input {
  color: #002856 !important;
  line-height: 19px;
  font-size: 14px;
  border: none !important;
  border-bottom: 1px solid #002856 !important;
  border-radius: 0;
  margin: 8px 0;
  padding: 8px 0 !important;
  width: calc(100% - 40px) !important;
}

.newsletter-input>input::placeholder {
  color: #002856;
}


.newsletter-select {
  text-align: left;
  line-height: 25px;
  font-size: 12px;
  margin-bottom: 15px;
  font-family: "Titillium Web", sans-serif;
}
.dr_checkbox{
  margin: 0 16px;color: #002856;font-weight: 400;font-size:14px;
}
.newsletter-select input {
  width: auto;
}

.newsletter-input-error::placeholder {
  color: #e2001a;
}

.newsletter-select>select {
  line-height: 19px;
  color: #002856 !important;
  font-size: 14px;
  border: none;
  height: 40px;
  text-transform: uppercase;
  -webkit-appearance:menulist;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 8px !important;
  width: calc(100% - 32px) !important;
  margin: 0 16px;
}

.newsletter-select>select+span.error_marker {
  position: relative !important;
  width: 16px !important;
  top: -50% !important;
  left: 0% !important;
  display: inline-block !important;
}

.text-center {
text-align: center;
}
.fg300{
  font-weight: 300;
}
.p-0-6 {
  padding: 0 6px;
}

.m-top-2 {
  padding-top: 32px;
}

.align-items-center {
  margin: 0 auto;
}

.error_marker {
  position: relative !important;
  width: 16px !important;
  top: -50% !important;
  left: 85% !important;
  display: block !important;
}

.mr-16 {
  margin-right: 16px;
}
@media only screen and (max-width: 340px) {
  .newsletter-header {
     margin:16px 0 8px 0;
  }
}

.footer .top{
  background: linear-gradient(to bottom,#fff 0%,#fff 49.99%,#002856 50%,#002856 100%);
}
.footer .back_top{
    color: #f5f5f5;
    opacity: 0.3;
    font-size: 14px;
    position: relative;
    text-decoration: underline;
    transition: all 0.25s ease-in-out;
}
.footer .back_top:hover{
  opacity: 0.6;
    color: #f5f5f5;
}
.footer .back_top:after{
  content: "";
  width: 1px;
  height: 48px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -48px;
}
.footer .back{
  text-align: center;
    margin-top: 48px;
}

.footer .mid{
  font-weight: 500;
  text-transform: lowercase;
  font-size: 32px;
  text-align: center;
  margin: 128px 0;
}
.footer .content{
  padding-top: 1px;
  background: #002856;
  padding-bottom: 90px;
  color: #fff;
  text-align: center;
}
.footer .content .mid:after{
  content: " ";
  height: 27px;
  width: 1px;
  position: relative;
  top: 0.4em;
  left: 0.2em;
  line-height: 0.85em;
  display: inline-block;
  border-right: 2px solid #002856;
  transform: rotate(36deg);
}
.footer .content .p1{
  margin-bottom: 8px;
}
.footer .content .share a{
  padding: 16px;
  margin: 8px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
}
.footer .content .share a:hover{
  transform: scale(1.1);
}
.footer .content .share a img{
  width: 21px;
  height: 21px;
}
.footer .content .nav{
  padding-top: 50px;
  border-top: 1px solid #fff;
  margin-top: 50px;
}
.footer .content .nav a{
  margin: 0 28px;
}
.footer .content .nav a{
  position: relative;
}
.footer .content .nav a:before{

    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.footer .content .nav a:hover:before{
  width: 100%;
  visibility: visible;
}
.header .nav>.nav-item .show .nav-item:after{
  content: "";
  clear: both;
  display: block;
}
.footer .content .copyright{
  line-height: 19px;
  margin-top: 50px;
  font-size: 14px;
}
.header .menu_btn{
  display: none;
  width: 24px;
  height: 20px;
  margin-top: 10px;
  float: right;
  background: url(../images/emco-menu-icon.svg) no-repeat center;
}
.header .m_to_show{
  display: none;
}

.line_black{
  position: relative;
}
.line_black:before{

    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #002856;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.line_black:hover:before{
  width: 100%;
  visibility: visible;
}

.line_normal{
  position: relative;
}
.line_normal:before{

    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #002856;
    visibility: hidden;
    text-decoration: none;
}
.line_normal:hover:before{
  width: 100%;
  visibility: visible;
}
.line_red,
.header .nav>.nav-item .show .nav-item .a1,
.header .lang .show1 a,
.header .nav>.nav-item .show1 a,
.header .nav>.nav-item>a{
  position: relative;
}
.line_red:before,
.header .nav>.nav-item .show .nav-item .a1:before,
.header .lang .show1 a:before,
.header .nav>.nav-item .show1 a:before,
.header .nav>.nav-item>a:before{

    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #e2001a;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.line_red:hover:before,
.header .nav>.nav-item .show .nav-item .a1.active:before,
.header .nav>.nav-item .show .nav-item .a1:hover:before,
.header .lang .show1 a.active:before,
.header .lang .show1 a:hover:before,
.header .nav>.nav-item .show1 a.active:before,
.header .nav>.nav-item .show1 a:hover:before,
.header .nav>.nav-item>a.active:before,
.header .nav>.nav-item>a:hover:before{
  width: 100%;
  visibility: visible;
}
.btn_line{
  position: relative;
  font-weight: 300;
}
.btn_line:before{
      content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #002856;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.btn_line:hover:before{
      visibility: hidden;
    width: 0;
}
.line_black:hover,
.btn_line:hover{
  text-decoration: inherit;
  color: inherit;
}
.fa.fa-eye {
    font-family: 'font_ico';
    font-weight: 400;
}
.fa-eye:before{
  content: "\f06e";
}

.bg_white{
  background: #fff;
}

.rela{
  position: relative;
}
.text_left{
  text-align: left;
}
.center{
  text-align: center;
}
.ico_down:after{
    font-family: "font_ico";
    content: "\f078";
    font-size: 12px;
    border: none;
}
.f28{
  font-size: 28px;
  line-height: 1.3;
  color: #002856;
}
.mb8{
  margin-bottom: 8px;
}
.mb16{
  margin-bottom: 16px;
}
.mb24{
  margin-bottom: 24px;
}
.mb32{
  margin-bottom: 32px;
}
.mb48{
  margin-bottom: 48px;
}
.mt48{
  margin-top: 48px;
}
.p15{
  padding-left: 15px;
  padding-right: 15px;
}
.p48{
  padding: 48px;
}
.contain{
  box-sizing: border-box;
}
.m15{
  margin-left: 15px;
  margin-right: 15px;
}
.font22{
  font-size: 22px;
  color: #002856;
}
.font28{
  font-size: 28px;
  color: #002856;
}
.font40{
  font-size: 40px;
  color: #002856;
}
.font60{
  font-size: 60px;
  color: #002856;
}
.fg600{
  font-weight: 600;
  color: #002856;
}
.black{
  color: #002856;
}
.contain.p15{
  box-sizing: border-box;
}
a:hover{
  color:#e2001a;
  text-decoration: underline;
}
.footer a:hover,
.header a:hover{
  color: inherit;
  text-decoration: inherit;
}
.block{
  display: block;
}
h2{
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #002856;
}
h3{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #002856;
}
h4{
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #002856;
}
h5{
  font-size: 16px;
  font-weight: 400;
  color: #002856;
}
.normal_ul li{
  list-style: disc;
}
.font14{
  font-size: 14px;
}
p{
  margin-bottom: 16px;
}
.pb15{
  padding-bottom: 15px;
}
.pb40{
  padding-bottom: 40px;
}
.mb0{
  margin-bottom: 0px;
}
.mb60{
  margin-bottom: 60px;
}
.mb80{
  margin-bottom: 80px;
}
.mb110{
  margin-bottom: 110px;
}
.contain1044{
  width: 1044px;
  margin: 0 auto;
}
.contain1014{
  width: 1014px;
  margin: 0 auto;
}
.forth_item,
.third_item,
.half{
  display: flex;
  flex-wrap: wrap;
}
.half>input,
.half>select,
.half>div,
.half>li{
  padding: 0 15px;
  box-sizing: border-box;
  width: 50%;
}
.third_item>*{
  padding: 0 15px;
  box-sizing: border-box;
  width: 33.3333%;
}
.forth_item>*{
  padding: 0 15px;
  box-sizing: border-box;
  width: 25%;
}
.company1 .content:nth-of-type(2n) .end_history .font,
.real_life .content:nth-of-type(2n) .end_history .font{
  float: right;
}
.company1 .content:nth-of-type(2n) .end_history .slide_img_wapper,
.real_life .content:nth-of-type(2n) .end_history .slide_img_wapper{
  float: left;
  padding: 20px 20px 0 0;
}
.text_right{
  text-align: right;
}
.text_content ul li{
  position: relative;
  padding-left: 18px;
}
.text_content ul li:before{
  content: "∕";
  position: absolute;
  left: -6px;
  line-height: 9px;
  display: inline-block;
  top: 9px;
  color: #e2001a;
  padding-left: 12px;
}
.news .main li .img{
  display: block;
  padding-bottom: 56.25%;
    position: relative;
}
.news .main li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.fa, .fas {
    font-family: 'font_ico';
    font-weight: 900;
}
.fa-caret-right:before{
    content: "\f0da";
}
.fa-caret-left:before{
    content: "\f0d9";
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pages{
  text-align: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.down-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.down-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}
.down-image {
  width: 300px;
  padding-bottom: 180px;
  position: relative;
  border: 1px dashed #a8a8a8;
  overflow: hidden;
}
.down-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .8s ease 0s;
}
.down-image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.down-info {
  background: #f0f0f0;
  padding: 10px 25px;
  position: relative;
}
.down-info h3 {
  font-size: 20px;
  line-height: 55px;
  color: #333333;
  font-weight: bold;
}
.down-info p {
  line-height: 28px;
  color: #666666;
}
.down-btn {
  transition: all .8s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #444444;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.down-btn::after {
  content: "";
}
.down-btn:hover {
  background: #3263b2;
  color: #fff;
}
.down-btn a {
  display: block;
  font-size: 14px;
  color: #333;
  background: url(../images/down.png) no-repeat right center;
  padding-right: 45px;
  text-decoration: none;
}
.down-btn:hover a {
  color: #fff;
  background-image: url(../images/down-hover.png);
}
.down-btn:hover span {
  color: #fff;
}
@media (max-width: 992px) {
  .down-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .down-item {
    grid-template-columns: 1fr;
  }
  .down-image {
    padding-bottom: 60%;
    width: 100%;
  }
  .down-info h3 {
    font-size: 18px;
    line-height: 1.4;
  }
  .down-info p {
    line-height: 1.4;
  }
  .down-btn {
    position: relative;
  }
  .down-btn::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .down-list {
    grid-template-columns: 1fr;
  }
}
.header .show2{
    position: absolute;
    width: 100%;
    top: 64px;
    left: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.header .nav>.nav-item:hover .show2{
  opacity: 1;
  visibility: visible;
}
.header .show2 ul{
    margin-top: 24px;
}
.header .show2 li{
  width: 15.41%;
  margin-right: 1.5%;
  float: left;
  padding: 20px 0;
}
.header .show2 li:nth-of-type(6n){
  margin-right: 0;
}
.header .show2 li .img{
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.header .show2 li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1500px){
  .contain{
    width: 1400px;
  }
}
.dropdown-toggle > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.dropdown-toggle:hover > a::after{
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
@media (max-width: 992px) {
  .dropdown-toggle > a::after{
    display: none;
  }
}
.location{
  background: #f0f0f0;
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.location p{
  margin: 0;
  font-size: 14px;
}
.news-nav{
  position: relative;
}
.news-nav .show1{
  left: 50%;
  transform: translateX(-50%);
}
.news .main li { position: relative;}
.news .main li p{
  position: absolute;
  left: 1%;
  bottom: 10px;
  width: 96%;
  margin: 0;
  padding: 1%;
  background-color: #0000007d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: left;
}
.news .main li p span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 72px;
  color: #fff;
}