@charset "utf-8";


.lineBG {
  background-color: #deb48e;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-40deg, #054397, #deb48e);
  background-image: linear-gradient(-40deg, #054397, #deb48e);
}
.lineBGspan {
 width: 2rem;
    height: 2rem;
    border-radius: 100%;
    margin: 0 0px;
    display: flex;
    border: 1px solid #fff;
    margin-top: 20px;
}
.lineBGspan:hover{ border: 1px solid #054397;}
.lineBGspan > * {
  margin: 0.1rem;cursor:pointer;
}

.swiper-button-next,
.swiper-button-prev {
  outline: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  opacity: 0.5;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  opacity: 1;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
@font-face {
  font-family: GOTHICI_1 ;
  src: url("../fonts/GOTHICI_1.TTF");
  font-weight: normal;
}
@font-face {
  font-family: GOTHICBI_0 ;
  src: url("../fonts/GOTHICBI_0.TTF");
  font-weight: normal;
}
.card-img,
figcaption {
  overflow: hidden;
}
.dropdown-toggle::after {
  display: none;
}
.pd4p {
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .pd4p {
    padding: 30px 0;
  }
}
.HoverBefore {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #054397;
}
.HoverBefore-hover {
  left: 0;
  width: 100%;
}
body,
p,
span,
article,
b,
i,
strong,
h4,
h5,
h6 {
  font-family: "GOTHICI_1";
}
h1,
h2,
h3{ font-family: "GOTHICBI_0";}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.maxwidth {
  max-width: 100%;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
/*rem处理*/
body {
  font-size: 16px;
  font-size: 1rem;
}
body.bg-body {
  background-color: #28282a;
}
.w100{width:100%;}
/*rem处理*/
/*动画*/
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes shape-2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@-webkit-keyframes shape-2 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@media (min-width: 992px) {
  .MYcontainer {
    width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    max-width: 100%;
  }
  .container1400 {
    width: 1430px;
    margin: auto;
    max-width: 100%;
  }
  .container1600 {
    width: 1600px;
    margin: auto;
    max-width: 100%;
  }
  .container1720 {
    width: 1780px;
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none!important;
  }
}
/*头部*/
.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
  width: 100%;
  z-index: 1050;
  background: transparent;
}
.header nav {
  width: 100%;
  min-height: 5rem;
}
.header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.navbar .navbar-brand {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar .navbar-brand span {
  max-width: 23rem;
  position: relative;
  font-size: 16px;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.4;
  padding-left: 1rem;
  color: #fff;
  font-weight: 100;
  margin-left: 1rem;
}
.navbar .navbar-brand span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 1px;
    height: 33px;
    background: #fff;}
    
    @media (max-width: 1352px) {
      .navbar .navbar-brand span {  display:none}
    }
    
   
.navbar .form-inline {
  border: 1px solid #fff;
  border-radius: 2rem;
  overflow: hidden;
}
.navbar .form-inline .form-control {
  width: 7rem;
  height: 1.8rem;
}
.navbar .form-inline .btn {
  height: 1.8rem;
  padding: 0 0.5rem;
}
.navbar .form-inline .btn svg {
  color: #949494;
  padding-bottom: 0.1rem;
}
.navbar .ENlink {
  background-color: #deb48e;
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-40deg, #054397, #deb48e);
  background-image: linear-gradient(-40deg, #054397, #deb48e);
  border-radius: 100%;
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  display: flex;
  padding: 0;
  font-size: 0.875rem;
}
.navbar .ENlink span {
  margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
  /* text-transform: uppercase; */
}
.headroom--not-top .header-dark {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.headroom--unpinned .header-sticky {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}
.navbar-dark .navbar-toggler {
  background-color: #054397;
  /* 不支持线性的时候显示 */
 /*  background-image: -webkit-linear-gradient(-40deg, #054397, #deb48e);
  background-image: linear-gradient(-40deg, #054397, #deb48e); */
}
.navbar-nav .nav-phone {
  color: #fff;
}
.navbar-nav .nav-phone a {
  display: flex;
  color: inherit;
  align-items: center;
}
.navbar-nav .nav-phone a b {
  margin-left: 0.5rem;
  font-size: 16px;
  color:#054397;
  margin-right: 1.4rem;
}
.navbar-nav .nav-ENlink {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navbar-nav .nav-ENlink a {
  color: #fff;
}
.navbar-nav .nav-search {
  cursor: pointer;
}
.navbar-nav .nav-search svg {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-right: 15px;
	padding: 25px 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .active .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link:hover {
   border-bottom:2px solid #054397;
   padding-bottom: 23px;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
	
  }
  .navbar-dark .navbar-nav .active > .nav-link:before,
  .navbar-dark .navbar-nav .nav-link.active:before,
  .navbar-dark .navbar-nav .nav-link.show:before,
  .navbar-dark .navbar-nav .show > .nav-link:before {
    opacity: 1;
  }
  .navbar-nav .dropdown-menu {
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 15px 60px -19px #000;
    box-shadow: 0 15px 60px -19px #000;
    border-radius: 0;
    border: 0;
    display: block;
  }
  .navbar-nav .dropdown-menu.show {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  
  .navbar .nav-item .dropdown-menu .dropdown-item{width:auto;padding:0;    display: inline-block;}
.navbar .nav-item .dropdown-menu{width:100%;padding:10px 0;display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;overflow:hidden}
   
   .navbar .nav-item .dropdown-menu a{margin:10px 30px;}
.navbar .nav-item .dropdown-menu a h4{overflow:hidden;text-align:center}
.navbar .nav-item .dropdown-menu a h4 img{transition: all 0.5s;}
.navbar .nav-item .dropdown-menu a h3{font-size:20px;color:#222;text-align:center;margin:0}
.navbar .nav-item .dropdown-menu a:hover img{transform: scale(1.1);}
.navbar .nav-item .dropdown-menu a:hover h3{color:#054397;}
.navbar .nav-item .dropdown-menu a:hover{background:none}
   
    
.head_cnd_right{width:880px;float:left}
.head_cnd_li_a{margin:8px 0!important;border-bottom:1px solid #222;display:block;padding-bottom:8px;} 
.head_cnd_li_a h3{text-align:left!important;margin-top:20px!important;} 
.head_cnd_li_a span{width:60%;display:block;overflow:hidden;border:1px solid #ddd;}
.head_cnd_li_a span img{width:100%;transition: all 0.5s;}
.head_cnd_ul{} 
.head_cnd_li{width:260px;float:left;margin-left:50px}
.head_cnd_li p a{line-height:1.6;margin-bottom:0;text-align:left!important;color:#222;margin:5px 0 !important;display:block}
.head_cnd_li p a:hover{color:#054397}
  
}
@media (min-width: 1200px) {
  .headroom--top .navbar {
    min-height: 8.5rem;
    transition: 0.5s all;
  }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
.banner-swiper .swiper-button-next{right:5%}
.banner-swiper .swiper-button-prev{left:5%}

/**公共样式**/
.w1400{width:1400px; margin:auto;}
.w1600{width:1600px; margin:auto;}
.w1720{width:1720px; margin:auto;}
.ban_title{text-align:center}
.h2title{font-size:60px;color:#262b2f;letter-spacing:0px;z-index:2}
.ban_title span {display:none!important}

.ban_title .line {
  width: 30px;
  height: 4px;
  background-color: #7e756c;
  margin: 1.2rem 0;
  display: block;
}
.h2title p {
  font-size: 1.5rem;
  color: #332e2a;
}
.h3title{font-size:36px;color:#0d0d0b;font-weight:600;}
.ptitle{font-size:16px;color:#7c7c7c;font-weight:100;line-height:1.5;}

@media (max-width: 1700px) {
	.w1400{width:96%; margin:auto 2%;}
	.w1600{width:96%; margin:auto 2%;}
	.w1720{width:96%; margin:auto 2%;}
}
@media (max-width: 999px) {
	.h2title{font-size:2.5rem;color:#0d0d0b;font-weight:600;letter-spacing:0px;}
	.ban_title span{font-size: 42px;text-transform: uppercase;font-weight:600;background: linear-gradient(to top, #e0e2e3, #fefefe);
    -webkit-background-clip: text;
    color: transparent;letter-spacing:5px;    line-height: 1;
    z-index: 1;
    margin-top: -20px;
    display: block;}
	.h3title{font-size:2rem;color:#0d0d0b;font-weight:600;}
	.ptitle{font-size:1.2rem;color:#7c7c7c;font-weight:100;line-height:1.5;}
	.navbar-nav .dropdown-menu{display:none}
}
/****/

/*简易栅格化*/
.col{margin-left: -10px; margin-right: -10px; zoom: 1;max-width: 100%;}
.col:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.col>li,
.col .item{float: left; padding: 0 10px;}
.col li img,
.col .item img{max-width: 100%; width: 100%;}
.col-2 li,
.col-2 .item{width: 50%;}
.col-3 li,
.col-3 .item{width: 33.3333%;}
.col-4>li,
.col-4 .item{width: 25%;}
.col-5 li,
.col-5 .item{width: 20%;}
.col-6 li,
.col-6 .item{width: 16.6666%;}
.col-8 li,
.col-8 .item{width: 12.5%;}
.col-p20{margin-left: -20px; margin-right: -20px;}
.col-p20>li,
.col-p20 .item{padding: 0 20px;}
.col-p25{margin-left: -25px; margin-right: -25px;}
.col-p25>li,
.col-p25 .item{padding: 0 25px;}
.col-p17{margin-left: -17px; margin-right: -17px;}
.col-p17>li,
.col-p17 .item{padding: 0 17px;}
.item .subitem:first-child {
    margin-bottom: 30px;
}
.new-product .item .abox img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.new-product .item .abox:hover img {
    opacity: .9;
}
.abox{display: block; width: 100%; height: 100%;}
.icon{display: inline-block; font-style: normal; vertical-align: middle;}
.oh{overflow: hidden;}
.img-scale{position: relative; overflow: hidden;}
.img-scale img,
.pic-scale img{-webkit-transition: .5s; -o-transition: .5s; transition: .5s;}
.img-scale:hover img,
.pic-scale:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}
.img-scale.scale2:hover img,
.pic-scale.scale2:hover img{-webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
@media (max-width: 1280px){.col{margin-left: -10px; margin-right: -10px;} .col>li, .col .item{padding: 0 10px;}}
@media (max-width: 1024px){/*.col{display: flex; flex-wrap: wrap;}*/ .col-4>li, .col-4 .item{width: 50%; margin-bottom: 20px;} .col{margin-left: -7.5px; margin-right: -7.5px;} .col>li, .col .item{padding: 0 7.5px;}}
@media (max-width: 768px){
    .xs-12>li {
        width: 100%;
    }
}
@media (max-width: 998px){
    .new-product .item{width: 100%;}
    .item .subitem:first-child {
    margin: 10px 0;
}
}
/*底部*/
footer {
  
  background-color: #fff;
}
footer p {
  margin-bottom: 0;
}
footer h3 a:hover:before {
  display: none;
}
footer .share a {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  margin-right: 1rem;
}
footer .share a span {
  margin: auto;
}
footer .share a span svg {
  color: #fff;
  width: 1.5rem;
}
footer .share a.wechat {
  background-color: #1ea707;
}
footer .share a.weibo {
  background-color: #ca000e;
}
footer .share a:hover {
  opacity: 0.8;
}
footer .p1 {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.6;
  color: #332e2a;
}
footer .p1 a {
  color: #332e2a;
}
footer .p2,
footer .p2 a {
  color: #7e756c;
  font-size: 0.875rem;
  line-height: 1.8;
}
footer .p2 a {
  position: relative;
}
footer .p2 a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #054397;
}
footer .p2 a:hover:before {
  left: 0;
  width: 100%;
}
footer .foot-menus {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
footer .foot-menu .p1 {
  margin-bottom: 1rem;
}
footer .foot-menu a {
  position: relative;
}
footer .foot-menu a:before {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #054397;
}
footer .foot-menu a:hover:before {
  left: 0;
  width: 100%;
}
footer .p3 span {
  font-size: 0.875rem;
  color: #7e756c;
  display: block;
  margin-bottom: 0.5rem;
}
footer .p3 a {
  color: #332e2a;
  font-size: 1.875rem;
}
footer a.more {
  padding: 0.6rem 2.5rem;
}

footer .copyright {
 
  font-size: 0.875rem;
  color: #7e756c;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
    margin: auto;
    max-width: 100%;
}
footer .copyright a {
  font-size: 0.875rem;
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
}
footer .copyright a:hover {
  color: #054397;
}
footer .copyright .btn {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: rgb(126 117 108);
  font-size: 0.875rem;
}
footer .copyright .btn:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .header-dark {
    background: rgb(0,0,0,0.6);
    position: relative;
  }
  .headroom--not-top .header-dark {
    background-color: rgba(0,0,0,0.6);
  }
  .navbar .form-inline .form-control {
    width: 7rem;
    height: 1.8rem;
    display: inline-block;
  }
  .navbar .form-inline {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgb(80 80 80);
    font-size: 1.2rem;
    text-align: left;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #054397;
  }
  .nav-phone{display:none}
  .navbar .navbar-brand img {
   width: 60%;
  }
  .navbar-dark .navbar-nav .nav-link {
    border-bottom: 1px solid #daccc0;
  }
  footer .f-t {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  footer .foot-info {
    border-left: 0;
    color: #fff;
  }
  footer .foot-info h2 {
    font-size: 1.2rem;
  }
  footer .f-t > .flex-info {
    width: 100%;
    flex-wrap: wrap;
  }
  footer .foot-info .p1 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  footer .foot-info .p2 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  footer .copyright {
    padding: 0.8rem 0;
    font-size: 0.7rem;
  }
  footer .copyright a {
    font-size: 0.7rem;
  }
}
#totop {
  position: fixed;
  right: 15px;
  bottom: 15%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  opacity: 1;
  z-index: 100020;
  display: none;
  width: 3rem;
  height: 3rem;
  background-color: #054397;
  padding: 0.7rem 1rem;
  cursor: pointer;
  border-radius: 0;
  color: #fff;
  font-size: 1rem;
}
#totop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #054397;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  border-radius: 0;
}
#totop:after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  -webkit-animation: ripple 2s ease-out infinite;
  -moz-animation: ripple 2s ease-out infinite;
  -o-animation: ripple 2s ease-out infinite;
  animation: ripple 2s ease-out infinite;
  opacity: 0;
  background: #054397;
  border-radius: 0;
}
#totop:hover,
#totop:focus {
  background-color: #054397;
}
#playModal .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
#playModal .modal-header {
  border-bottom: 1px solid #000;
}
#playModal .modal-body {
  background-color: rgba(0, 0, 0, 0.6);
}
a.more {
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 3rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
 background: #0089f7;border-radius: 0px 20px;color:#fff!important;
}
a.more:hover {
  
  /* 不支持线性的时候显示 */
  background-image: -webkit-linear-gradient(-40deg, #deb48e, #054397);
  background-image: linear-gradient(-40deg, #deb48e, #054397);
}
/*首页*/

#page_index {
  overflow: hidden;
  /*banner*/
  /*products*/
  /*advantage*/
  /*about*/
  /*honor*/
  /*case*/
  /*news*/
}
#page_index .h2title {
}
#page_index .banner img {
  width: 100%;
}
#page_index .banner .swiper-pagination {
  font-size: 1.3rem;
  color: #bfbfbf;
  text-align: center;
  padding-right:0%;
  max-width: 100%;
  bottom: 5%;
}
#page_index .banner .swiper-pagination span {
  width: 40px;
  height:4px;
  background:#fff;
  opacity: 0.3;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#page_index .banner .swiper-pagination span.swiper-pagination-bullet-active {
   opacity: 1;
 
}

.clear{clear:both;}
#page_index .top{
  padding:50px 0;
}
#page_index .products1{
  background:#f8fafb;padding:40px 0;
}



/***首页产品****/
.in_1{width:100%;float:left;padding:7rem 0 5rem; background: #f4f4f4}
.in1_por{width:100%;float:left;padding:0rem 0;position: relative;}
.in1_ul{padding-top:50px;position: relative;}
.in1_ul .in1_li{}
.in1_ul .in1_li span{display:block;overflow:hidden;}
.in1_ul .in1_li span img{width:100%;transition: all 0.5s;}
.in1_ul .in1_li h3{font-size:18px;color:#262b2f;padding:30px 0;text-align:center}
.in1_ul .in1_li h3 b{font-size:16px;color:#b4bbbe;font-weight:100;padding-left:10px}
.in1_ul .in1_li:hover img{transform: scale(1.1);}
.in1_ul .in1_li:hover h3{color:#054397;}
.in_1 .swiper-button-next{right:-5%;color:#262b2f}
.in_1 .swiper-button-prev{left:-5%;color:#262b2f}

.in_1 .swiper-button-next:after,.in_1 .swiper-button-prev:after{color:#262b2f}


@media (max-width: 999px) {
.in1_ul{padding-top:30px;position: relative;}
.in_1 .swiper-button-next{display:none}
.in_1 .swiper-button-prev{display:none}
.in1_ul .in1_li h3{font-size:16px;color:#262b2f;padding:30px 0}
.in1_ul .in1_li h3 b{font-size:12px;color:#b4bbbe;font-weight:100;padding-left:10px}

}

/******4大优势*****/
.in_2{width:100%;float:left;padding:7rem 0 7rem;background:#fff;position:relative;}
.in2_left{position:relative;width:48.7%;float:left;overflow:hidden;margin-top:50px;}
.in2_left img{width:100%;transition: all 0.5s;}


.in2_left .in2_left_h3{transition: box-shadow 0.6s;
    -webkit-transition: box-shadow 0.6s;position: absolute;width:90%;margin:auto;height:70px;left:5%;bottom: 40px; background: url("../images/index2_05.jpg") no-repeat center;background-size: cover;}
.in2_left .in2_left_h3 h3{font-size:18px;color:#262b2f;position:relative;line-height:70px;padding-left:30px;font-weight:600;} 
.in2_left .in2_left_h3 h3 i {position: absolute;right:30px;    font-size: 30px;
    color: #999;}
.in2_left:hover img{transform: scale(1.2);}
.in2_left .in2_left_h3:hover{box-shadow:0 10px 10px #eee;}
.in2_left:hover h3{color:#054397;}
.in2_left:hover h3 i{color:#054397;}
 
.in2_right{float:left;width:51.3%;padding-top:0%;margin-top:50px;}
.in2_right{}
.in2_right ul li{margin-left:2%;margin-bottom:2%;float:left;width:48%;overflow:hidden;}
.in2_right ul li img{width:100%;transition: all 0.5s;}
.in2_right ul li:hover img{transform: scale(1.2);}
.in2_right ul li:nth-child(3n):hover img{transform: scale(1);}

.in2_center{margin-top:40px;float:left;width:100%;line-height:70px; background: url("../images/index1_29.jpg") no-repeat center;background-size: cover;text-align:center;font-size:16px;
transition: box-shadow 0.6s;
    -webkit-transition: box-shadow 0.6s; }
.in2_center a{color:#262b2f;display:block;}

.in2_center:hover{box-shadow:0 10px 10px #eee;}
.in2_center:hover a{color:#054397;}


@media (max-width: 999px) {
	.in2_left{position:relative;width:98%;float:left;margin:1%;margin-top:50px;}
	.in2_right{float:left;width:100%;margin-top:0px;}
	.in2_right ul li{margin-left:1%;margin-bottom:1%;float:left;width:49%;overflow:hidden}
	.in2_ul ul li span{display:block;width:16%;text-align:center;line-height:75px;border-right:1px solid #999;float:left;margin-right:10px;}
	.in2_ul ul li .in2_ul_zi{float:left;width:78%;}
}

/******首页方案*****/
.in_3{width:100%;float:left;background: url("../images/in_about.jpg") no-repeat center; background-size: cover;padding:5rem 0 5rem;}
.in_3 .h2title{color:#fff;}
.in3{margin-top:65px;width:100%;float:left;}
.in3 .in3_left{width:50%;text-align:right;float:left;position:relative;}
.in3 .in3_left img{}
.in3_left .ico{position: absolute;left: 50%; top:50%;width:80px;height:80px;border-radius:100%;margin-left:-40px;margin-top:-40px;}
.in3_left .ico b{border:2px solid #fff;
    display: block;border-radius:100%;
    line-height: 80px;
    text-align: center;}
.in3_left .ico:hover b{background:#054397}
.in3 .in3_right{width:50%;float:left;padding-left:100px;}
.in3_right_li{margin-bottom:40px;width:42%;float:left;margin-right:10%}
.in3 .in3_right .in3_right_li:nth-child(2n){margin-right:0}

.in3_right_li span{display:inline-block;overflow:hidden;border-radius:15px;}
.in3_right_li div{float:left;padding-top:20px;}
.in3_right_li div h3{font-size:18px;color:#fff;padding-bottom:20px;}
.in3_right_li div p{font-size:14px;color:#fff;line-height: 1.5;}
.in3_right p{    font-size: 18px;
    color: #fff;
    line-height: 1.8;
   }

.in3_right a {
    font-size: 18px;
    color: #fff;
    font-family: "Arial";
    
    margin-top: 30px;
    line-height: 40px;
    display: block;
    width: 160px;
    text-align: center;
    background: #054397;
    border-radius: 50px;
}
.in3_right a:hover{box-shadow: 0 0 10px #054397}

.in2_shuju{width:100%;float:left;margin-top:65px;}
.in2_shuju ul{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;}
.in2_shuju ul li{text-align:center;}
.in2_shuju ul li h3{font-size:42px;color:#fff;font-weight:600;margin-bottom:15px;}	
.in2_shuju ul li p{font-size:18px;color:#fff;}		
.in2_shuju ul li:hover h3{color:#054397;}

.in_13{width:100%;float:left;padding:0 0 ;}
@media (max-width: 999px) {
    .in3_right p{    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    }
    
.in2_shuju{height:auto;width:100%;float:left;}
.in2_shuju ul{ display: -webkit-block;
    display: block;}
.in2_shuju ul li{text-align:center;width:48%;display:inline-block;margin-bottom:20px;}
.in2_shuju ul li h3{font-size:30px;font-weight:900;margin-bottom:5px;}	
.in2_shuju ul li p{font-size:14px;}		
.in2_shuju ul li:hover h3{color:#054397;}
}


@media (max-width: 1400px) {
    .in3 .in3_left{width:50%;text-align:right;float:left;position:relative;}
    .in3 .in3_right{width:50%;float:left;padding-left:50px;}
    .in3_right_li{margin-bottom:30px;width:48%;float:left;margin-right:4%}
}
@media (max-width: 999px) {
	.in3 .in3_left{width:100%;text-align:right;float:right;}
	.in3 .in3_left img{text-align:right;float:right;width:100%;}
	.in3 .in3_right{width:100%;float:left;padding-left:0px;margin-top:30px;}
	.in3_right_li{margin-bottom:30px;width:100%;float:left;text-align:center;}

	.in3_right_li div{float:left;text-align:center;width:100%;}
	.in3_right_li div h3{font-size:18px;padding-bottom:10px;text-align:center;}
	.in3_right_li div p{font-size:12px;text-align:center;}
}






.in_4 {
  padding: 5rem 0 5rem;
   background: #fff;
  float:left;width:100%;position: relative;
}

.news{margin-top:50px;}
.news .news_ul{}
.news .news_ul ul{}
.news .news_ul ul li{width:32%;display:inline-block;margin-right:1%;margin-bottom:5%}
.news .news_ul ul li:nth-child(3n){margin-right:0}
.news .news_ul ul li .news_img {overflow:hidden}
.news .news_ul ul li .news_img img{width:100%;transition: all 0.5s}
.news_texi{margin-top:20px;}
.news .news_ul ul li .news_time{float:left;width:80px;transition: background 0.5s;height:80px;color:#888888;background:#efefef;text-align:center;margin-right:18px;}
.news .news_ul ul li .news_time h3{font-size:48px;line-height:1;margin-bottom:0;padding-top:10px}
.news .news_ul ul li .news_time p{font-size:16px;margin-bottom:0}
.news_title{float:left;width: 80%;}
.news_title h3{font-size:24px;color:#222;margin-bottom:15px}
.news_title p{font-size:16px;color:#222;margin-bottom:40px;line-height:1.5}
.news_title span{font-size:18px;color:#222;}

.news .news_ul ul li:hover img{transform: scale(1.1);}
.news .news_ul ul li:hover .news_time{color:#fff;background:#054397;}
.news .news_ul ul li:hover .news_title span{color:#054397;}
.news .news_ul ul li:hover .news_title h3{color:#054397;}

@media (max-width: 1600px) {
	.news_title{float:left;width: 70%;}
}

@media (max-width: 1200px) {
	.news .news_ul ul li{width:48%;display:inline-block;margin-right:1%;}
	.news .news_ul ul li:nth-child(3n){margin-right:1%}
	.news_title h3{font-size:18px;font-family: "adineuePRO-Bold";color:#222;margin-bottom:10px}
	.news_title p{font-size:14px;color:#222;margin-bottom:20px;line-height:1.5}
	.news_title span{font-size:24px;color:#222;}
}
@media (max-width: 680px) {
	.news .news_ul ul li{width:98%;display:inline-block;margin-right:1%;}
	.news .news_ul ul li .news_time{float:left;width:70px;transition: background 0.5s;height:70px;color:#888888;background:#efefef;text-align:center;margin-right:10px;}
	.news .news_ul ul li .news_time h3{font-size:30px;font-family: "adineuePRO-Bold" ;line-height:1;margin-bottom:0;padding-top:10px}
	.news .news_ul ul li .news_time p{font-size:14px;margin-bottom:0}
}

/*底部留言*/
.foot-message {
   
    padding: 7rem 0 6rem;
    background: url(../images/c71c8969e02bd5478ca117f457bdc7d.jpg) no-repeat bottom;
    background-size: cover;
	float:left;width:100%;
}
.foot-message h2 {
    color: #d9dfe1;
    text-align: center;
    line-height: 1;
	
}
.foot-message span {
   font-size: 72px;
    text-transform: uppercase;
    font-family: "BGOTHL";
    font-weight: 600;
    background: linear-gradient(to top, rgb(255,255,255,.3),  rgb(0,0,0,.8));
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 5px;
    line-height: 1;
    z-index: 1;
    margin-top: -35px;
    display: block;
}
.fangan_lx{margin-top:50px;}
.form-list li {
    width: 32%;
}
.form-list li input {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 50px;
    padding: 0px;
    border-radius: 0;
	border:none;
	background: transparent;
    border-bottom: 1px solid #7d7d7d;
    color: #fff;
}
.form-area {
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-area textarea {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
	border:none;
	background: transparent;
    border-bottom: 1px solid #7d7d7d;
    color: #fff;
}
.form-btn {
    text-align: center;
    font-size: 0;
	margin-top: 90px;
}
.form-btn input {
    width: 116px;
    height: 42px;
    background-color: #6e7273;
    border-radius: 0px;
    font-size: 22px;
    color: #fff;
    margin: 0 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
     border: none;
}
.form-btn .sub {
    background:#054397;
    border-image-slice: 1;
    color: #fff;
   
}
.form-btn input:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.form-list li input::-webkit-input-placeholder,
.form-area textarea::-webkit-input-placeholder{
  color: #d9dfe1; font-size: 22px;
}
.form-list li input:-moz-placeholder {/* Firefox 18- */
  color: #d9dfe1; font-size: 22px;
}
.form-list li input::-moz-placeholder{/* Firefox 19+ */
 color: #d9dfe1; font-size: 22px;
}
.form-list li input:-ms-input-placeholder {
  color: #d9dfe1; font-size: 22px;
}

@media (max-width: 999px) {
    .d-flex {
    display: block!important;
    }
	.fangan_lx {
    margin-top: 30px;
}
    .form-list li {
    width: 100%;
	margin-bottom:3%;
    }
    .form-area{
        margin-top: 0px; 
     margin-bottom: 0px; 
    }
	.form-area textarea {
    width: 100%;
    height: 50px;}
	.form-btn {
    text-align: center;
    font-size: 0;
    margin-top: 30px;}
}



.footer_di{float:left;width:100%;padding-top: 90px;background: #17181a;border-bottom:1px solid #000;} 

.footer_top{display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;color:#fff;padding-bottom:60px;}
.foot_li1{}
.footer_top h3{font-size:16px;margin-bottom:40px;color:#ffffff;    text-transform: uppercase;}
.foot_li1 a{font-size:14px;display:block;color:#fff;margin-bottom:15px;    opacity: 0.8;}
.foot_li1 a:hover{color:#fff;    opacity: 1;}
.foot_li3{width:400px;}
.foot_li3 div{}
.foot_li3 div span{display:block;float:left}
.foot_li3 div p{font-size:16px;display:block;color:#fff;margin-bottom:15px;line-height:1.8;    opacity: 0.8;padding-left:30px;}
.foot_li4{width:300px;}
.foot_li4 p{font-size:14px;display:block;color:#fff;margin-bottom:15px;line-height:1.8}

.foon_ico{margin-top:25px;}
.foon_ico a{display:inline-block;color:#fff;margin-right:17px;font-size:14px;width:30px;line-height:28px;text-align:center;border-radius:100%;background:#17181a;border:1px solid #fff}
.foon_ico a:hover{background:#054397;color:#fff;border:1px solid #054397}

@media (max-width: 999px) {
	.footer_di{float:left;width:100%;padding-top:50px;}

.footer_top{display: -webkit-block;
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;color:#fff;padding-bottom:0px;}
	.foot_li1{width:48%;display:none}
	.foot_li3{width:100%;margin:30px 0;}
	.foot_li3 div span {}
	.foot_li3 div p{font-size:14px;display:block;color:#fff;margin-bottom:15px;line-height:1.8;    opacity: 0.8;padding-left:30px;}
	.foot_li4{width:100%;}
}

@media (max-width: 999px) {
	.footer_di {
    float: left;
    width: 100%;
    padding-top: 30px;}
	
	.footer_lianxi1{width:96%;margin:0 2%}
	.footer_biaodan{
	width:100%;
	float:left;
	}
	.footer_biaodan p {margin:2rem 0}
	
	.footer_renwu_box{width:100%; margin:0 auto;}

	.footer_biaodan{width:100%;}
	#contents{width:100%;border-top:1px solid #dee1e1;margin:auto}
	#contents h4{color:#174740;font-size:18px;padding-top:1rem;line-height:2rem}
	#contents p{color:#ffffff;font-size:14px;line-height:2rem;padding-bottom: 2rem;}
	.footer_dibu_tu{display:none}
	.footer_hred{display:block}
	.footer_left .form{margin-top:30px;}
.fonter_fangsi{margin-top:30px;}	
	.products1{display:none}
	.footer_hred{width:100%;}
	.footer_biaodan{padding:0 20px;    margin: 10px auto 10px;}
	.foot_button input{display:block;width:150px;line-height:40px;border:1px solid #054397;border-radius:30px;color:#054397;font-size:16px;margin-top:30px;text-transform: uppercase;padding:0}
	.footer_hred_js {
    width: 96%;
    float: right;
    margin: 2%;}
	.foot-menu{display:none}
	
	.foot-menu_lx{display:block;width:96%;margin:2%;}
	.foot-menu h3{padding-bottom:10px;}
	.foot-menu_lx a{font-size:1.5rem!important;}
	
}

@media (max-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
	width:100%;    
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/*折叠*/
#feedback label {
  font-size: 0.875rem;
  color: #fff;
}
#feedback .form-group {
  margin-right: 1rem;
}
#feedback .form-control {
  border-radius: 0 ;
  border: 0;
}
#feedback input[type="submit"] {
  background-color: #332e2a;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: 0;
  padding: 0.5rem 1.5rem;
}
#feedback input[type="text"] {
  width: 8rem;
}
#feedback input[type="tel"] {
  width: 16rem;
}
input:-internal-autofill-selected {
  background-color: transparent!important;
  background-image: none !important;
  color: #fff !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(10, 19, 42, 0.35);
  font-size: 0.875rem;
}
.about_effect {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.about_effect:before,
.about_effect:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about_effect:hover:before,
.about_effect:before {
  right: 0;
  top: 0;
}
.about_effect:after {
  opacity: 0.3;
  left: 0;
  bottom: 0;
}
.about_effect:hover:after,
.about_effect:hover:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}
/*内页banner*/
.sbann {
  background-position: center top;
  background-attachment: fixed;
  height: 24rem;
  color: #e0e0e0;
  overflow: hidden;
  background-repeat: no-repeat;
}
.sbann h2 {
  font-size: 2.25rem;
  color: #054397;
  text-transform: uppercase;
  padding-top: 5rem;
}
.sbann p {
  font-size: 0.875rem;
  color: inherit;
}
/*内页*/
/*分页*/
.pagination {
  padding: 5rem 0 0;
}
.pagination * {
  transition: none!important;
}
.pagination li.page-item a {
  color: #aeaeaf;
  font-size: 1rem;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  border: 1px solid #626262;
  border-radius: 0!important;
  padding: 0.6rem 1rem;
}
.pagination li.page-item a:hover {
  background-color: transparent;
  color: #054397;
  border-color: #626262;
}
.pagination li.page-item.active .page-link {
  background-color: transparent;
  color: #054397;
  border-color: #626262;
}
.pagination li.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 186, 107, 0.25);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #054397;
  border-color: #054397;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background: #054397;
  border-color: none;
}
/*响应*/
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1670px) {
  .navbar-expand-lg .navbar-nav .nav-link {
   
  }
}
@media (max-width: 1590px) {
   .navbar-expand-lg .navbar-nav .nav-link {
    
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-right: 15px;
    padding: 25px 0.5rem;
  }

}
@media (max-width: 1440px) {
  footer .foot-menu a,
  footer .foot-info .p2 {
    font-size: 0.875rem;
  }
  .about .swiper-button {
    opacity: 0;
  }
}
@media (max-width: 1400px) {
 
  #feedback input[type="tel"] {
    width: 15rem;
  }
  
}
@media (max-width: 1300px) {
  html {
    font-size: 85%;
  }
  
}
 @media (max-width: 1222px) {
    .navbar-expand-lg .navbar-nav .nav-link{margin-right:5px;}
    }
@media (max-width: 1024px) {
  html {
    font-size: 70%;
  }
  .navbar .navbar-brand span {
    display: none;
  }
}
@media (max-width: 991px) {
  footer .foot-menu .p1,
  footer .foot-info .p1 {
    margin-top: 2rem;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 1.5rem 0.5rem;
    
  }
  .navbar-dark .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .navbar-dark .navbar-nav > li {
    width: 100%;
  }
  .navbar-dark .navbar-nav > li.nav-phone {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 50%;
  }
  .navbar-dark .navbar-nav > li.nav-ENlink,
  .navbar-dark .navbar-nav > li.nav-search {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 20%;
  }
}
@media (max-width: 767px) {
 
  footer .flex-menu {
    display: none;
  }
  footer .foot-menus {
    padding-top: 2rem;
  }
  footer .p1 {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
  }
  footer .p3 {
    margin-top: 1rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
  }
  #feedback .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #feedback .input-groups {
    margin: 0;
  }
  #feedback input[type="text"],
  #feedback input[type="tel"] {
    width: 19rem;
  }
}
@media (max-width: 576px) {
 
  a.more {
    padding: 1rem;
    margin: 2rem auto;
    text-align: center;
  }
  #page_index .about .swiper-about:before,
  #page_index .about .swiper-about:after {
    width: 30px;
  }
  footer .f-t > .flex-info .foot-info {
    margin-bottom: 2rem;
  }
  footer .f-t > .flex-info .foot-info,
  footer .f-t > .flex-info .foot-feedback {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
