@charset "utf-8";

/* CSS Document */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0px;
  padding: 0px;
}

body {
  font: 12px"MicrosoftYaHei,Arial Narrow", HELVETICA;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: auto;
  overflow: auto;
}

a {
  color: #2d374b;
  text-decoration: none;
  cursor: pointer
}

em {
  font-style: normal
}

li {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

p {
  word-wrap: break-word
}

h1,
h2,
h3,
h4 {
  font-weight: normal
}

.clear {
  clear: both
}

.f-l {
  float: left
}

.f-r {
  float: right !important
}

.p-r-10 {
  padding-right: 10px
}

.p-l-10 {
  padding-left: 10px
}

.d-l-b {
  display: inline-block;
}
.swiper-container {
  /* overflow: unset!important; */
}
input {
  outline: none;
  border: none
}

#swiper{
	position: relative;
	bottom: 30px;
	}

.about-nav,.service-nav,.news-nav,.contact-nav {
  background: url(../img/index/bg2.jpg) no-repeat;
  background-size: 100%;
  background-position-x: 150px;
}
/* 图片放大效果 */
.about-right-small img:hover,
.pro-list img:hover,
.shili-img ul>li img:hover,
.about-list img:hover{
    transform: scale(1.1);
}
/**分享*/
.bdsharebuttonbox {
  float: left;
}
.overHidden {
  overflow: hidden;
  height: 100%;
}

.currents {
  color: #ffffff;
  background-color: #b20027;
}

.act-nav {
  color: #d5002e!important;
}

/*导航栏*/
.mob-logo,.swiper-pagination,.mob-case2  {
  display: none;
}

.pc-nav {
  /* width: 65%; */
  max-width: 1200px;
  margin: auto;
}
.logo-top {
  margin-bottom: 10px;
}
.logo-left {
  padding-top: 15px;
  width: 76%;
}

.logo-img {
  text-align: center;
  padding-right: 20px;
}

.nav-title {
  width: 75%;
  padding-top: 10px;
}

.nav-title-cn {
  font-family: MicrosoftYaHei-Bold;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #000000;
}
header[data-lang=en] .nav-title-news-text-en{
  display: inline-block;
}
header[data-lang=en] .nav-title-news-text-cn{
  display: none;
}
.nav-title-en {
  max-width: 1200px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  /* line-height: 35px; */
  letter-spacing: 0px;
  color: #aaaaaa;
}
.nav-title-news-text-en{
  display: none;
  color:red;
  font-size: 22px;
  padding-left: 20px;
  display: none;
}
.nav-title-news-text-cn{
  color:red;
  font-size: 28px;
  padding-left: 8px;
}
.logo-right {
  width: 24%;
  padding-top: 30px;
  position: relative;
}

.nav-tel {
  font-family: FuturaBT-Medium;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: -1px;
  color: #535353;
  position: absolute;
  left: 0;
  top: 27px;
}

.logo-right img {
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 2px;
}
.language {
  font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
  color: #535353;
  background-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}


.container {
  width: 100%;
  /* height: 60px; */
  background-color: #d5002e;
}

.nav_list {
  line-height: 60px;
  font-size: 16px;
}

.nav_list>li {
  float: left;
  position: relative;
}

.nav_list>li>a {
  color: #ffffff;
  padding: 21.5px 30px;
}

.nav_list>li>a:hover {
  color: #ffffff;
  background-color: #b20027;
}

.nav_act>a {
  color: #ffffff !important;
  background-color: #b20027;
}

.last1 {
  margin-right: 3%;
  cursor: pointer;
}
.input-search-btn {
  background: url('../img/index/search.png') no-repeat center;
  height: 19px;
  width: 23px;
  cursor: pointer;
}
.form-control {
  width: 0px;
  background-color: transparent;
  border-color: #ffffff; 
  border-style: solid; 
  border-top-width: 0px;
   border-right-width: 0px; 
  border-bottom-width: 1px;
   border-left-width: 0px;
}
.form-control::-webkit-input-placeholder {
          /* placeholder颜色  */
         color: #ffffff;
          /* placeholder字体大小  */
          font-size: 12px;
         /* placeholder位置  */
          /* text-align: right; */
     }
.search {
  opacity: 0;
}

.nav_list li:hover .nav-children {
  visibility: visible;
  opacity: 1;
  display: block;

}


.sub_nav {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  opacity: 0;
  background: #ffffff;
  z-index: 200;
  /* border-top: #00c0ff 2px solid; */
  transition: all 0.3s ease 0s;
  transform: translate3d(0px, 10px, 0px);
  box-shadow: 0 5px 9px rgba(4, 0, 0, .1);
  visibility: hidden;
}

.sub_nav li {
  float: left;
}

.sub_nav li a {
  display: block;
  padding: 10px 15px;
  height: 25px;
  line-height: 20px;
  font-size: 14px;
  color: #1c6391;
  transition: all ease-out .3s;
}

.sub_nav li a:hover {
  transform: translate3d(10px, 0px, 0px);
  color: #00c0ff;
}

/*隐藏手机端导航栏*/
.mob-nav {
  display: none;
}

.menu-button {
  display: none;
}

.nav-fixted {
  position: fixed;
  top: 0;
  /* left: 17.5%; */
  /* width: 65%; */
  max-width: 1200px;
  width: 100%;
  z-index: 20;
}

.nav-children {
  display: none;
  background-color: white;
  display: none;
  position: absolute;
  /*width: 1044px;*/
  left: 0px;
  z-index: 11111;
  width: 100%;
}

.diplay {
  display: none !important;
}



.nav-2 {
  text-align: center;
}

.nav-2>li {
  text-align: center;
  /* float: left; */
  width: 100%;
  /* border-right: 1px solid #efefef; */
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  display: inline-grid;
}

.nav-2>li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  /* line-height: 10px; */
  letter-spacing: 0px;
}

.nav-2>li:hover a{
  color: #d5002e;
}
.positions_now {
  z-index: 1;
  position: absolute;
  background: url('../img/index/position_back.png') left top repeat;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff!important;
  font-size: 13px;
  bottom: 0px;
  width: 100%;
}
.wid_content {
  width: 80%;
  margin: 0px auto;
}
.positions_now p>a {
  color: #fff;
}
/*导航栏end*/



/*网站底部 bottom样式 开始*/
.bottom_links {
  height: auto;
  /* padding-top: 24px; */
  /* padding-bottom: 24px; */
  clear: both;
  background-color: #f3f3f3;
}

.bottom_list {
  width: 80%;
  margin: auto;
  padding-top: 30px;
  /* margin-top: 20px; */
}

.bottom_list li {
  width: 20%;
  cursor: pointer;
  float: left;
}

/* .bottom_list li:hover{
  transform: translateY(-10px);
} */
.bottom_links_wids {
  width: 100%;
  background-color: #1D1D1D;
  padding-top: 50px;
  margin-top: 20px;
}

.bottom_listsd {
  width: 80%;
  margin: auto;
}

.bot_one {
  width: 8% !important;
}

.bot_two {
  width: 33% !important;
  margin-right: 2%;
  padding-left: 1%;
}

.first {
  font-family: MicrosoftYaHei-Bold !important;
  font-size: 25px !important;
  color: #ffffff !important;
}

.first span {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.bottom_listsd li {
  float: left;
  width: 14%;
  display: inline;
  line-height: 24px;
  text-align: center;

}


.bottom_listsd li .li_tit {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.7;
  padding-bottom: 12px;
}

.bottom_listsd li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.25;
}

.bottom_listsd li a:hover {
  color: #ffffff;
}

.bottom_listsd p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.25;
  text-align: left;
  width: 100%;
}

#footer {
  color: #666666;
  line-height: 20px;
  background-color: #1d1d1d;
  font-size: 12px;
  clear: both;
}

.fooder_wid {
  width: 100%;
  border-top: #dcdcdc 1px solid;
  /* max-width: 1100px; */
  margin: 0px auto;
  padding: 15px 0px;
  text-align: center;
}

#footer a {
  color: #666666;
}

/*网站底部 bottom样式 END*/
.page {
  clear: both;
  text-align: center;
}

.page>ul>li {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #8D8D8D;
  margin-right: 25px;
}

.current {
  background-color: #FBE5EA;
  color: #DA3A54;
  border-radius: 50%;
  display: block;
}

.page>ul {
  margin: auto;
  display: table;
}

.page>ul>li:first-child {
  width: 40px;
}

.page>ul>li:last-child {
  width: 40px;
}

.page>ul>li:hover,
.page>ul>li a:hover {
  color: #DA3A54;
  background-color: #FBE5EA;;
  border-radius: 50%;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
   #swiper{
   	position: relative;
   	bottom: 0px;
   	}
}


.logo-img a img{
  width: 100%;
}
.logo-img a{
  display: block;
  margin-top: 17px;
  width: 184px;
}