@charset "utf-8";

/* 顶部 */
.topitem {
  width: 100%;
  height: 120px;
}
.topleft {
  width: 50%;
}
.topleft a {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  height: 120px;
}
.logoimg {
  border-right: 1px solid rgba(51, 51, 51, .15);
  padding-right: 20px;
  margin-right: 20px;
}
.logoname h1 {
  font-size: 24px;
	letter-spacing: 2px;
  font-weight: bold;
}
.logoname h1 p {
  font-size: 18px;
	letter-spacing: 2px;
  font-weight: bold;
  padding-top: 10px;
  font-family: 'FuturaHeavy';
}
.topright {
  width: 50%;
  height: 120px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.tr_search {
  width: 250px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px #999999;
  position: relative;
}
.tr_search input {
  line-height: 34px;
  padding-left: 48px;
}
.tr_search input::placeholder,.tr_search input::-webkit-input-placeholder {
  font-weight: bold;
}
.tr_search button img {
  display: block;
  position: absolute;
  left: 22px;
  top: 10px;
  width: 14px;
}
.tr_lang {
  height: 65px;
  background: url(../images/langline.png) no-repeat left;
  margin-left: 35px;
  padding-left: 35px;
  padding-right: 10px;
  padding-top:20px;
  position: relative;
}
.tr_lang a {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.tr_lang img.flag {
  width: 36px;
  float: left;
}
.tr_lang a span {
  color: #999999;
  font-size: 14px;
  padding:0px 12px;
  display: block ;
  float: left;
}
.Hlang-box {
  padding: 20px 0px;
  width: 170px;
  box-shadow: 1px 1px 10px #666;
  background: #fff;
  position: absolute;
  top: 60px;
  left: -20px;
  z-index: 99;
  display: none;
}
.Hlang-box:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin: 0 0 0 -4px;
}
.Hlang-box a {
  display: block;
  padding: 5px 10px 5px 60px;
  line-height: 30px;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
}
.Hlang-box a.CN {
  background-image: url(../images/icon-cn.png);
}
.Hlang-box a.EN {
  background-image: url(../images/icon-en.png);
}
.Hlang-box a:hover {
  color: #008cd6;
}
.fixednav {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
  z-index: 999;
}
/* 导航 */
.nav {
  width: 100%;
  height: 50px;
  border-top: 1px solid #efefef;
}
.nav ul li {
  float: left;
  border-right: 1px solid #efefef;
}
.nav ul li a {
  display: block;
  font-size: 16px;
	color: #333333;
  line-height: 50px;
  padding: 0px 42px;
  transition: all .5s;
}
.nav ul li a:hover ,.nav ul li a.active {
	font-weight: bold;
	color: #008cd6;
}
.nav ul li:nth-child(8){
  border-right: 0px;
}
/* banner */
.banner .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
	height: 12px;
	border: solid 2px #999999;
  background: none;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  border: solid 2px #008cd6;
}
/* 产品中心 */
.idx_pro {
  width: 100%;
  height: 760px;
  background: url(../images/idx-probg.jpg) no-repeat center;
  background-size: cover;
}
.idx_proname {
  padding-top: 80px;
  cursor: default;
}
.idx_proname h2 {
  font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #008cd6;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-family: 'FuturaHeavy';
}
.idx_proname h3 {
  font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.idx_proname h3 span {
  font-size: 14px;
	font-weight: normal;
	color: #999999;
  padding-left: 24px;
  transition: all .5s;
}
.idx_proname:hover h3 span {
  padding-left: 30px;
}
/* 产品tab切换 */
/* 本例子css */
.notice { width: 100%; height: 550px;  overflow: hidden; }
.notice .tab-hd { height: 29px; }
.notice .tab-hd ul { padding-top: 4px; padding-left: 420px;}
.notice .tab-hd li{ float: left; height: 24px; line-height: 18px; }
.notice .tab-hd li a{ display:block; padding:0 15px;color: #888888; font-size: 16px; }
.notice .tab-hd li:last-child a {padding-right: 0px;}
.notice .tab-hd li a:hover{ color:#008cd6;   }
.notice .tab-hd li.on{ border-bottom: none; font-weight: bold; position: relative;  }
.notice .tab-hd li.on a {color: #008cd6;}
.notice .tab-bd {  padding-top:138px; position: relative; }
.idxpro_list {
  display: block;
}
.idxpro_list a {
  display: block;
  width: 98%;
  position: relative;
}
.idxpro_list p {
  font-size: 16px;
	font-weight:bold;
	color: #999999;
  text-align: left;
  padding-top: 15px;
}
.idxpro_liimg {
  width:100%;
  height: 285px;
  object-fit: contain;
  background-color: #ffffff;
  padding: 15px 0px;
}
.idxpro_liico {
  width: 42px;
	height: 42px;
	background-color: #000000;
  position: absolute;
  bottom: 30px;
  right: -5px;
  transition: all .5s;
}
.idxpro_liico img {
  width: 22px;
  margin: 8px auto 0px;
}
.tab-bd .swiper-pagination {
  width: 100%;
  bottom: -40px;
}
.tab-bd .swiper-pagination-bullet {
  width: 10px;
	height: 10px;
	background-color: #ffffff;
  opacity: 1;
  margin: 0px 10px;
}
.tab-bd .swiper-pagination-bullet-active {
  background-color: #008cd6;
}
.idxpro_list:hover .idxpro_liico {
  background-color: #008cd6;
  right: -6px;
}
.idxpro_list:hover .idxpro_liimg {
  transform: scale(1.03);
}
.idxpro_list:hover p {
  color: #008cd6;
}
/* 应用案例 */
.idx_case {
  margin-bottom: 82px;
}
.idxcase_name {
  text-align: center;
  padding: 77px 0px 40px;
}
.idxcase_name h2 {
  font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
.idx_case_line {
  margin: 16px auto;
}
.idxcase_name p {
  font-size: 16px;
	color: #999999;
}
.idxcase_list {
  width: 100%;
}
.idxcase_list ul li {
  float: left;
  margin-left: 30px;
  background-color: #fafafa;
  width: 380px;
  transition: all .5s;
  height: auto;
}
.idxcase_list ul li:first-child {
  margin-left: 0px;
}
.idxcase_img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.idxcase_img img {
  width: 100%;
  height: 100%;
}
.idxcase_info {
  height: 175px;
  width: 100%;
  padding: 25px 28px 0px;
}
.idxcase_info h3 {
  font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
  border-left: 3px solid #008cd6;
  padding-left: 15px;
}
.idxcase_info p {
  font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
  margin: 20px 0px 22px;
	color: #666666;
}
.idxcase_info button {
  display: block;
  width: 90px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #dddddd;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
	color: #008cd6;
  transition: all .5s;
  background:none;
}
.idxcase_list ul li:hover {
  box-shadow: 0px 0px 15px rgba(51, 51, 51, .15);
}
.idxcase_list ul li:hover .idxcase_img img {
  transform: scale(1.05);
}
.idxcase_list ul li:hover .idxcase_info h3 {
  color: #008cd6;
}
.idxcase_list ul li:hover .idxcase_info button {
  background-color: #008cd6;
  color: #ffffff;
  border-color: #008cd6;
}
/* 关于银田 */
.about {
  height: 568px;
  background: url(../images/aboutbg.jpg) no-repeat center;
  background-size: cover;
}
.aboutright {
  width: 698px;
  height: auto;
}
.aboutdesc {
  margin-top: 35px;
}
.aboutdesc p {
  font-size: 15px;
  line-height: 30px;
	color: #999999;
  text-align: justify;
}
.aboutmore {
  margin-top: 35px;
}
.aboutmore a {
  display: block;
  width: 180px;
	height: 42px;
	border: solid 1px #dddddd;
  font-size: 15px;
  line-height: 42px;
	color: #008cd6;
  text-align: center;
  transition: all .5s;
}
.aboutmore a:hover {
  background-color: #008cd6;
  color: #ffffff;
  border-color: #008cd6;
}
/* 新闻资讯 */
.idx_news {
  width: 100%;
}
.idxnews_name {
  position: relative;
  margin-bottom: 40px;
}
.idxnews_more {
  width: 50px;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
}
.idxnews_more a {
  font-size: 14px;
	color: #999999;
}
.idxnews_left {
  width: 561px;
  height: auto;
}
.idxnews_left a {
  display: block;
}
.idxnewsl_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.idxnewsl_img img {
  width: 100%;
  height: 100%;
}
.idxnewsl_info h3 {
  font-size: 16px;
	color: #333333;
  padding: 20px 0px ;
}
.idxnewsl_info p {
  font-size: 14px;
  line-height: 26px;
	color: #999999;
}
.idxnews_left a button {
  width: 210px;
	height: 42px;
	background-color: #008cd6;
  border: 0px;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  margin-top: 35px;
  font-size: 16px;
}
.idxnews_left:hover .idxnewsl_img img {
  transform: scale(1.05);
}
.idxnews_left:hover .idxnewsl_info h3 {
  color: #008cd6;
}
.idxnews_right ul li {
  width: 580px;
  padding: 20px 20px;
}
.idxnews_right ul li a {
  display: block;
}
.idxnewsr_date {
  height: 80px;
  border-right: 1px solid #dddddd;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.idxnewsr_date h3 {
  font-size: 40px;
	color: #bbbbbb;
  padding-bottom: 8px;
  transition: all 0s;
}
.idxnewsr_date p {
  font-size: 14px;
	color: #bbbbbb;
  transition: all 0s;
}
.idxnewsr_info {
  width: 445px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.idxnewsr_info h3 {
  font-size: 16px;
	color: #333333;
  padding-bottom: 10px;
  transition: all 0s;
}
.idxnewsr_info p {
  font-size: 14px;
	line-height: 24px;
	color: #999999;
  transition: all 0s;
}
.idxnews_right ul li:hover {
  background-color: #008cd6;
}
.idxnews_right ul li:hover .idxnewsr_date h3,
.idxnews_right ul li:hover .idxnewsr_date p,
.idxnews_right ul li:hover .idxnewsr_info h3,
.idxnews_right ul li:hover .idxnewsr_info p {
  color: #ffffff;
}
/* foot */
.foot {
  width: 100%;
  margin-top: 80px;
  background-color: #2c445c;
}
.footnav {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #627a92;
}
.footnav ul li {
  float: left;
}
.footnav ul li a {
  display: block;
  padding: 30px 51px;
  font-size: 14px;
	letter-spacing: 1px;
	color: #e4e4e4;
  background: url(../images/footnavline.jpg) no-repeat left center;
}
.footnav ul li:first-child a {
  padding-left: 0px;
}
.footnav ul li:nth-child(8) a {
  padding-right: 0px;
}
.footnav ul li a:hover {
  color: #ffffff;
}
.footitem {
  padding-top: 50px;
}
.footinfo {
  width: 290px;
}
.footinfo h2 {
  font-size: 20px;
  padding-bottom: 30px;
	letter-spacing: 2px;
	color: #ffffff;
}
.footinfo p {
  font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ababab;
}
.footicon {
  width: 100px;
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-top: 15px;
}
.footicons {
  width: 33px;
	height: 32px;
  border-radius: 50%;
  border: solid 1px #ababab;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footicon_wx {
  margin-right: 15px;
}
.wx_tong {
  display: none;
}
.footmess {
  width: 807px;
}
.footmess .footinput {
  width: 260px;
	height: 42px;
  float: left;
  margin-left: 13px;
}
.footmess .footinput input {
  width: 100%;
  height: 100%;
	background-color: #38536f;
  color: #ffffff;
  padding-left: 35px;
}
.footmess input::placeholder,.footmess input::-webkit-input-placeholder {
  color: #ababab;
}
.footmess .nameinput {
  margin-left: 0px;
}
.footmess .foottextarea {
  height: 104px;
  width: 100%;
  margin: 13px 0px 10px;
}
.footmess .foottextarea textarea {
	width: 100%;
  height: 100%;
	background-color: #38536f;
  border: 0px;
  color: #ffffff;
  padding: 15px 0px 0px 35px;
}
.footmess textarea::placeholder,.footmess textarea::-webkit-input-placeholder {
  color: #ababab;
}
.footmess .footinput img {
  width: 80px;
  margin-left: 15px;
  float: left;
  margin-top: 5px;
}
.footmess  .codeinput {
  width: 360px;
}
.footmess  .codeinput input {
  width: 260px !important;
  float: left;
}
.footmess button {
  width: 300px;
	height: 42px;
	background-color: #008cd6;
  border: 0px;
  font-size: 16px;
  text-align: center;
	line-height:42px;
	letter-spacing: 3px;
	color: #ffffff;
  display: block;
  float: right;
}
.footinput,.foottextarea {
  position: relative;
}
.footinput p,.foottextarea p {
  display: block;
  position: absolute;
  left: 20px;
  top: 13px;
  color: #ffffff;
}
.foottextarea p {
  top: 17px;
}
.footcopy {
  border-top: 1px solid #627a92;
  background-color: #2c445c;
  margin-top: 50px;
}
.footcopy p {
  text-align: center;
  font-size: 14px;
	line-height: 55px;
	letter-spacing: 1px;
	color: #536d88;
}
.footcopy p a {
	color: #536d88;
}