@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 16rem;
	margin: 0 auto;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 100%;
	height: 0.95rem;
	padding: 0 0.75rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 4.18rem;
	height: 0.77rem;
	margin-top: 0.1rem;
}
.logo img{
	width: 100%;
	height: 100%;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: right;
	margin-top: 0.08rem;
}
.nav li{
	float: left;
	color: #222;
	font-size: 0.17rem;
	line-height: 0.86rem;
	position: relative;
	padding: 0 0.41rem;
}
.nav a{
	position: relative;
	display: block;
}
.nav i{
	width: 100%;
	height: 0.03rem;
	background: #1670c0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0.18rem;
	transform: scale(0,0);
	transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li:hover .subnav_box{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.subnav_box{
  width: 100%;
  padding-top: 0.4rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  pointer-events: none;
  transition: 0.5s;
}
.subnav{
  position: relative;
  padding: 0.1rem;
  background: #fff;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.subnav li {
	float: none;
	padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.subnav li:last-child {
  border-bottom: none;
}
.subnav li a {
  display: block;
  position: relative;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  font-size: 0.15rem;
}
.top_tel{
	float: right;
	line-height: 0.86rem;
	font-size: 0.25rem;
	font-family: Arial;
	color: #166cbd;
	margin: 0.08rem 0.18rem 0;
}
.top_lug{
	float: right;
	line-height: 0.86rem;
	font-size: 0.17rem;
	color: #222;
	margin-top: 0.08rem;
}
.top_lug a{
	padding: 0 0.07rem;
}

.banner{
	width: 100%;
	margin-top: 0.94rem;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	width: 0.32rem;
	height: 0.22rem;
	cursor: pointer;
	transform: translateY(-50%);
}
.banner .swiper-button-next img, .banner .swiper-button-prev img{
	width: 100%;
	height: 100%;
}
.banner .swiper-button-prev{
	left: 0.8rem;
}
.banner .swiper-button-next{
	right: 0.8rem;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	display: none;
}
.banner .swiper-pagination-bullet{
	width: 0.33rem;
	height: 0.05rem;
	background: #adb7bf;
	border-radius: 0.02rem;
}
.banner .swiper-pagination-bullet-active{
	background: #029bdf;
}
.bn_con{
	width: 74%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 13%;
	z-index: 2;
	transform: translateY(-50%);
}
.bn_con h1{
	font-size: 0.78rem;
	line-height: 1.02rem;
}
.bn_con h2{
	font-size: 0.25rem;
	font-family: Arial;
	font-weight: normal;
	line-height: 0.48rem;
	text-transform: uppercase;
}

.about_bg{
	background: url(../images/ind_04.jpg) no-repeat center bottom;
	background-size: 100%;
	position: relative;
	padding: 2rem 0;
	overflow: hidden;
}
.about_left{
	float: left;
	width: 7.8rem;
	padding-top: 0.05rem;
}
.about_left ul{
	margin-right: -1%;
}
.about_left li{
	float: left;
	width: 32.33%;
	margin: 0 1% 1rem 0;
}
.about_left li:nth-child(2){
	width: 64.66%;
}
.about_left h1{
	color: #3c3c3c;
	font-size: 0.22rem;
	font-weight: normal;
	line-height: 0.46rem;
}
.about_left i{
	width: 0.82rem;
	height: 0.06rem;
	background: #b0b0b0;
	border-radius: 0.06rem;
	display: block;
	margin-bottom: 0.24rem;
}
.about_left h2{
	font-weight: normal;
}
.about_left h2 b{
	color: #2e61aa;
	font-style: normal;
	font-size: 0.74rem;
}
.about_left h2 span{
	font-size: 0.2rem;
	line-height: 0.38rem;
	color: #545454;
}
.about_right{
	float: right;
	width: 7.4rem;
}
.about_right h1{
	color: #9f9f9f;
	font-size: 0.62rem;
	font-family:'Times New Roman';
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.56rem;
}
.about_right h2{
	color: #0172c1;
	font-size: 0.4rem;
	margin-bottom: 0.3rem;
}
.about_txt{
	color: #1c1c1c;
	font-size: 0.16rem;
	line-height: 0.38rem;
	height: 1.9rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.16rem;
}
.about_more{
	width: 1.55rem;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	border-radius: 0.5rem;
	background: #0172c1;
	color: #fff;
	font-size: 0.16rem;
	position: relative;
	overflow: hidden;
}
.about_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.about_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #2e62aa;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.about_more:hover::before {
	width: 100%;
}
.about_bot{
	width: 50%;
	position: absolute;
	left: 25%;
	bottom: 0.55rem;
}
.ab_yuan{
	width: 2.32rem;
	height: 2.32rem;
	position: relative;
	margin: 0 auto;
}
.ab_yuanbg{
	width: 2.32rem;
	height: 2.32rem;
	border-radius: 50%;
	background: rgba(11, 136, 208, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	animation: scalesol 2s linear infinite;
}
@keyframes scalesol {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.about_video{
	width: 1.28rem;
	height: 1.28rem;
	border-radius: 50%;
	box-shadow: 0 0 0.4rem rgba(11, 136, 208, 0.5);
	position: absolute;
	top: 0.52rem;
	left: 0.52rem;
	z-index: 2;
	cursor: pointer;
}
.about_video img{
	width: 100%;
	height: 100%;
}
.lightBox {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.8);
  z-index: 1000;
  transition: all .5s cubic-bezier(.23,1,.32,1);
  position: fixed;
  display: none;
}
.lightBox.active {
  display: block;
}
.videoBox {
  width: 80%;
  max-width: 10rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.35rem 0;
  border-radius: 0.1rem;
}
.videoBox video {
  display: block;
  position: relative;
  width: 100%;
}
.videoCloseBtn {
  width: 1rem;
  height: 0.35rem;
  position: absolute;
  right: 0.1rem;
  top: 0;
  line-height: 0.35rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s;
}

.pro_bg{
	width: 100%;
	background: url(../images/ind_06.jpg) no-repeat center;
	background-size: cover;
	padding: 1.1rem 0 2.42rem;
	overflow: hidden;
}
.pro_pos{
	position: relative;
}
.pro_tit{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pro_tit h1{
	color: #fff;
	font-size: 0.49rem;
	line-height: 0.66rem;
}
.pro_tit h2{
	color: #b1b6c0;
	font-size: 0.23rem;
	line-height: 0.44rem;
	font-family:'Times New Roman';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.24rem;
}
.pro_tit img{
	width: 0.7rem;
	height: 0.63rem;
}
.pro_tit i{
	width: 1.1rem;
	height: 0.02rem;
	display: flex;
	justify-content: space-between;
}
.pro_tit i span {
	display: inline-block;
	height: 0.02rem;
}
.pro_tit i span:nth-child(1) {
	width: 0.27rem;
	background: rgba(255, 255, 255, 0.6);
	animation: line01 1.2s linear infinite alternate;
}
.pro_tit i span:nth-child(2) {
	width: 0.77rem;
	background: rgba(255, 255, 255, 0.4);
	animation: line02 1.2s linear infinite alternate;
}
@keyframes line01 {
  0% {
		width: 0.27rem;
	}
	100% {
		width: 0.77rem;
	}
}
@keyframes line02 {
  0% {
		width: 0.77rem;
	}
	100% {
		width: 0.27rem;
	}
}
.pro_left{
	float: left;
	width: 9rem;
	padding-top: 2.2rem;
}
.pro_box{
	width: 100%;
}
.pro_tt{
	color: #fff;
	font-size: 0.42rem;
	line-height: 0.64rem;
	margin-bottom: 0.12rem;
}
.pro_txt{
	color: #eaedf0;
	font-size: 0.16rem;
	line-height: 0.34rem;
	height: 1.7rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.12rem 0 0.72rem;
}
.pro_more{
	width: 2.04rem;
	height: 0.52rem;
	line-height: 0.52rem;
	text-align: center;
	background: url(../images/ind_08.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.18rem;
}
.pro_more a{
	display: block;
}
.pro_right{
	float: right;
	width: 4.86rem;
	padding-top: 1.35rem;
}
.pro_right li{
	height: 2.19rem;
	background: linear-gradient(to right, #4099da, #01458f);
	border: solid 0.01rem #5da5e8;
	border-radius: 0.1rem;
	margin-bottom: 0.18rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.pro_con{
	width: 95%;
	text-align: center;
}
.pro_con h1{
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.5rem;
	font-weight: normal;
}
.pro_con i{
	width: 0.8rem;
	height: 0.02rem;
	display: block;
	background: #aec9fa;
	margin: 0.08rem auto;
}
.pro_con h2{
	color: #d1d1d1;
	font-size: 0.2rem;
}
.pro_right li.on{
	background: rgba(191, 209, 255, 0.9);
}
.pro_right li.on h1{
	color: #01489a;
}
.pro_right li.on i{
	background: #01489a;
}
.pro_right li.on h2{
	color: #525252;
}

.news_bg{
	background: #f1f1f1;
	padding: 0.85rem 0 1.04rem;
	overflow: hidden;
}
.news_tit{
	margin-bottom: 0.2rem;
}
.news_tit h1{
	color: #272727;
	font-size: 0.49rem;
	line-height: 0.66rem;
}
.news_tit h1 span{
	color: #0172c1;
}
.news_tit h2{
	color: #b1b6c0;
	font-size: 0.23rem;
	line-height: 0.44rem;
	font-family:'Times New Roman';
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
.news_tit img{
	width: 0.7rem;
	height: 0.63rem;
}
.news_tit i{
	width: 1.1rem;
	height: 0.02rem;
	display: flex;
	justify-content: space-between;
}
.news_tit i span {
	display: inline-block;
	height: 0.02rem;
}
.news_tit i span:nth-child(1) {
	width: 0.27rem;
	background: #789ac3;
	animation: line01 1.2s linear infinite alternate;
}
.news_tit i span:nth-child(2) {
	width: 0.77rem;
	background: #b0c2d8;
	animation: line02 1.2s linear infinite alternate;
}
.news{
	width: 100%;
	margin-bottom: 0.7rem;
}
.news_con{
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	padding: 0.33rem 0.16rem;
}
.news_pic{
	width: 100%;
	height: 2.88rem;
	overflow: hidden;
}
.news_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.news_pic:hover img {
	transform: scale(1.1);
}
.news_p{
	padding: 0.22rem 0.1rem 0;
}
.news_tt{
	color: #181818;
	font-size: 0.22rem;
	line-height: 0.46rem;
	height: 0.46rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.24rem;
}
.news_date{
	color: #999;
	font-size: 0.15rem;
	line-height: 0.34rem;
	height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .swiper-slide:hover .news_tt{
	color: #0170bf;
	font-weight: bold;
}
.news_more{
	width: 2.08rem;
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
	border-radius: 0.6rem;
	background: #0172c1;
	color: #fff;
	font-size: 0.18rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.news_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.news_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #2e62aa;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.news_more:hover::before {
	width: 100%;
}

.foot_bg{
	background: #343e43;
	padding-bottom: 0.2rem;
	overflow: hidden;
}
.foot_bg a:hover{
	color: #fff;
}
.foot_top{
	padding: 0.29rem 0;
	border-bottom: solid 0.01rem #475156;
}
.f_tel{
	float: left;
	width: 3.92rem;
	height: 1.54rem;
	border-right: solid 0.01rem #465055;
	padding: 0.08rem 0 0 0.88rem;
	position: relative;
	color: #b2b3b8;
	font-size: 0.2rem;
	line-height: 0.34rem;
}
.f_tel img{
	width: 0.63rem;
	height: 0.68rem;
	position: absolute;
	top: 0.07rem;
	left: 0;
}
.f_tel h1{
	color: #0e83d3;
	font-size: 0.3rem;
	line-height: 0.34rem;
}
.f_nav{
	float: right;
	margin-right: 0.17rem;
}
.f_nav li{
	float: left;
	width: 1.7rem;
	line-height: 0.2rem;
	color: #c4c5c7;
	font-size: 0.14rem;
	font-weight: bold;
}
.f_nav li ul{
	width: 100%;
	padding-top: 0.12rem;
}
.f_nav li ul li{
	float: none;
	width: 100%;
	line-height: 0.16rem;
	color: #939598;
	font-size: 0.12rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.f_nav li ul li:last-child{
	margin-bottom: 0;
}
.f_code{
	float: right;
}
.f_code ul{
	margin-right: -0.45rem;
}
.f_code li{
	float: left;
	width: 1.04rem;
	margin-right: 0.45rem;
}
.f_code h1{
	color: #c4c5c7;
	font-size: 0.14rem;
	line-height: 0.26rem;
	margin-bottom: 0.08rem;
}
.f_code img{
	width: 1.04rem;
	height: 1.04rem;
}
.links_box{
	width: 100%;
	padding: 0.2rem 0 0.54rem;
}
.links_tit{
	float: left;
	width: 1.5rem;
	line-height: 0.32rem;
	color: #b2b3b8;
	font-size: 0.2rem;
}
.links_tit img{
	float: left;
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.12rem;
}
.links{
	float: left;
	width: calc(100% - 1.5rem);
	line-height: 0.32rem;
	color: #939598;
	font-size: 0.18rem;
}
.links a{
	padding-right: 0.24rem;
	display: inline-block;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 0.24rem;
	color: #939598;
	font-size: 0.14rem;
}
.copyright img{
	width: 0.18rem;
	height: 0.2rem;
	display: inline-block;
	margin-right: 0.05rem;
}
.copyright img:nth-child(2){
	margin-right: 0.14rem;
}


/* 公司简介 */
.main_bn{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 0.94rem;
}
.main_bn img{
	width: 100%;
}
.main_bntm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.bn_txt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.42rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 2;
}
.bn_txt h1{
	font-size: 0.52rem;
	line-height: 0.78rem;
}
.com_bg{
	background: #f7faff;
	padding: 1.04rem 0 1.2rem;
}
.com_box{
	display: flex;
}
.com_left{
	float: left;
	width: 2.84rem;
	border-right: solid 0.01rem #dbdcde;
}
.com_tit{
	color: #5e5e5f;
	font-size: 0.4rem;
	line-height: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.com_list{
	width: 100%;
}
.com_list li{
	color: #5a5a5a;
	font-size: 0.19rem;
	line-height: 0.34rem;
	margin-bottom: 0.65rem;
}
.com_list li:last-child{
	margin-bottom: 0;
}
.com_list i{
	width: 0.24rem;
	height: 0.05rem;
	display: block;
	background: #1670c0;
	margin-bottom: 0.16rem;
}
.com_list h1{
	color: #1670c0;
	font-size: 0.42rem;
	font-weight: normal;
	line-height: 0.52rem;
}
.com_right{
	width: calc(100% - 2.84rem);
	padding-left: 1.32rem;
	color: #565656;
	font-size: 0.16rem;
	line-height: 0.38rem;
}
.com_right h1{
	color: #40679e;
	font-size: 0.33rem;
	line-height: 0.54rem;
	font-weight: normal;
	margin-bottom: 0.05rem;
}
.xcp{
	width: 100%;
	height: 7.34rem;
	position: relative;
	overflow: hidden;
}
.xcp img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xcp_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}
.xcp_btn{
	width: 40%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.xcp_btn img{
	width: 0.7rem;
	height: 0.7rem;
}
.xcp_btn h1{
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.36rem;
	line-height: 0.82rem;
	font-weight: normal;
}

.culture_box{
	padding: 1.07rem 0 1.2rem;
}
.culture_tit{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 0.42rem;
}
.culture_tit h1{
	color: #bbb;
	font-size: 0.42rem;
	line-height: 1.04rem;
	text-transform: uppercase;
	font-weight: normal;
}
.culture_tit h2{
	width: 100%;
	color: #333;
	font-size: 0.46rem;
	line-height: 0.54rem;
	position: absolute;
	top: 0;
	left: 0;
}
.culture{
	width: 100%;
}
.culture .swiper-slide{
	background: #f8f8f8;
	height: 4.02rem;
	padding: 0.5rem 0.2rem;
}
.culture img{
	width: 0.79rem;
	height: 0.79rem;
	margin-bottom: 0.06rem;
}
.culture h1{
	line-height: 0.72rem;
	height: 0.72rem;
	color: #1670c0;
	font-size: 0.28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.culture_txt{
	color: #7d7d7d;
	font-size: 0.17rem;
	line-height: 0.36rem;
	height: 1.44rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.culture .swiper-slide:hover{
	background: url(../images/about_04.jpg) no-repeat;
	background-size: cover;
}
.culture .swiper-slide:hover h1{
	color: #fff;
}
.culture .swiper-slide:hover .culture_txt{
	color: #fff;
}


/* 国标镁锭99.90 */
.gray{
	background: #f1f4f5;
}
.title_bg{
	width: 100%;
	background: #fff;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}
.title{
	color: #166ebe;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.85rem;
}
.title span{
	display: inline-block;
	position: relative;
}
.title i{
	display: block;
	width: 100%;
	height: 0.03rem;
	background: #1670c0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product_box{
	padding: 0.55rem 0 1.2rem;
}
.product{
	width: 100%;
}
.product ul{
	margin-right: -3.63%;
}
.product li{
	float: left;
	width: 29.7%;
	background: #fff;
	margin: 0 3.63% 0.53rem 0;
}
.product_pic{
	width: 100%;
	height: 3.11rem;
	overflow: hidden;
}
.product_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.product_pic:hover img {
	transform: scale(1.1);
}
.product_bot{
	padding: 0.16rem 0.2rem 0.55rem;
}
.product_tit{
	color: #166ebe;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.58rem;
	height: 0.58rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_txt{
	color: #7d7d7d;
	font-size: 0.14rem;
	line-height: 0.28rem;
	height: 0.84rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.14rem;
}
.product_more{
	color: #454545;
	font-size: 0.16rem;
	line-height: 0.36rem;
}
.product_more span{
	display: inline-block;
	position: relative;
}
.product_more i{
	width: 100%;
	height: 0.01rem;
	background: #b0b0b0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}


/* 国标镁锭图文详情 */
.int_bg{
	background: #f6f6f6;
	padding: 0.31rem 0 0.74rem;
}
.int_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 0.6rem;
}
.int_tit .line{
	margin: 0 auto 0.16rem;
	width: 0.24rem;
	height: 0.02rem;
	background: #058594;
}
.int_tit h2{
	font-size: 0.38rem;
	font-weight: normal;
	line-height: 0.5rem;
}
.int_tit .en{
	font-size: 0.16rem;
	line-height: 0.34rem;
	color: #5e5e5e;
	text-transform: uppercase;
}
.int_box{
	width: 100%;
	position: relative;
}
.int_con{
	width: 5.42rem;
	height: 5.42rem;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.int_pic{
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	overflow: hidden;
}
.int_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.int_line{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: dashed 0.01rem #058594;
	border-radius: 50%;
	-webkit-animation: circleAnimate 50s linear infinite;animation: circleAnimate 50s linear infinite;
}
@-ms-keyframes circleAnimate{
	from{
		-webkit-transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}
@keyframes circleAnimate{
	from{
		-webkit-transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}
.flx_w{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n_list li {
  position: absolute;
  width: auto;
  max-width: 3.24rem;
  z-index: 1;
}
.n_list li .flx_w {
  align-items: center;
}
.n_list li:nth-child(1) .flx_w {
  flex-flow: row-reverse;
}
.n_list li i {
  display: inline-block;
  margin: 0 0.15rem;
  font-size: 0.5rem;
  font-weight: bold;
  letter-spacing: -0.03rem;
  color: #058594;
}
.n_list li:nth-child(1) .text {
  text-align: right;
}
.n_list li .text p {
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  white-space: nowrap;
}
.n_list li .text em {
  display: inline-block;
  font-size: 0.14rem;
  color: #666;
  white-space: nowrap;
  text-transform: uppercase;
}
.n_list li:nth-child(1) {
  left: -2%;
  top: 33%;
  margin-top: -0.44rem;
}
.n_list li:nth-child(2) {
  left: 50%;
  bottom: -0.4rem;
  transform: translateX(-50%);
}
.n_list li:nth-child(3) {
  right: 7.5%;
  top: 33%;
  margin-top: -0.44rem;
}

.tese_box{
	padding: 0.94rem 0;
}
.tese_tit{
	width: 100%;
	text-align: center;
	margin-bottom: 1.18rem;
	position: relative;
}
.tese_tit h1{
	line-height: 0.86rem;
	color: rgba(19,54,117,0.18);
	letter-spacing: 0.02rem;
	font-size: 0.78rem;
	text-transform: uppercase;
}
.tese_tit h2{
	width: 100%;
	line-height: 0.48rem;
	font-size: 0.34rem;
	color: #343434;
	position: absolute;
	top: 0.38rem;
	left: 0;
}
.tese_con{
	width: 14rem;
	margin: 0 auto;
}
.tese_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}
.tese_left{
	float: left;
	width: 45%;
	font-size: 0.18rem;
	line-height: 0.48rem;
	color: #333;
	margin-top: 0.28rem;
}
.tese_right{
	float: right;
	width: 45%;
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.18rem;
}
.tese_right img{
	width: 100%;
	margin-bottom: 0.23rem;
}
.tese_tt{
	color: #343434;
	font-size: 0.3rem;
	line-height: 0.52rem;
	text-align: center;
	margin-bottom: 0.64rem;
}
.tese_pic{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tsimg{
	width: 46%;
}
.tsimg img{
	width: 100%;
}

.canshu_bg{
	background: #f6f6f6;
	padding: 0.92rem 0 1.16rem;
}
.canshu_bg .tese_tit{
	margin-bottom: 0.72rem;
}
.canshu_box{
	width: 14rem;
	margin: 0 auto;
}
.table_scroll_wrap {
  overflow-x: scroll;
}
table.pro_t {
  margin: 0 auto;
  width: 100%;
  max-width: 14.4rem;
  min-width: 10rem;
  border-collapse: collapse;
  border: solid 0.01rem #959595;
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
/* table.pro_t:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/shuiyin.png) repeat-x;
  background-position: center;
} */
.table_scroll_wrap::-webkit-scrollbar {
  width: 100%;
  height: 0.06rem;
}
.table_scroll_wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  background: #133675;
  cursor: pointer;
}
.table_scroll_wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #ededed;
}
.pro_t .table_name {
  font-size: 0.18rem;
  font-weight: bold;
}
.pro_t th {
  padding: 0.12rem 0.1rem;
  background: #098594;
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
}
.pro_t tr {
  background: #fff;
}
.pro_t tr td {
  padding: 0.1rem;
  word-break: break-word;
  box-sizing: border-box;
}
.pro_t tr td:nth-child(1) {
  max-width: 2.03rem;
}
.pro_t tr td:nth-child(2) {
  width: 0.83rem;
}
.pro_t tr td.nw {
  word-break: break-word;
}



/* 国标镁资讯 */
.inf_box{
	padding: 0.66rem 0 1.9rem;
}
.inf{
	width: 100%;
}
.inf ul{
	margin-right: -3%;
}
.inf li{
	float: left;
	width: 30.33%;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	padding: 0.33rem 0.16rem 0.36rem;
	margin: 0 3% 0.5rem 0;
}
.inf_p{
	padding: 0.2rem 0.1rem 0 0;
}
.inf li:hover .news_tt{
	color: #0170bf;
	font-weight: bold;
}
.page{
  width: 100%;
  text-align: center;
  padding-top: 0.66rem;
}
.page a{
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  display: inline-block;
  background: #e4e4e4;
  color: #888;
  font-size: 0.18rem;
  font-family: 宋体;
  font-weight: bold;
  margin: 0 0.05rem;
}
.page span a{
  color: #333;
  font-family: '微软雅黑';
  font-weight: normal;
}
.page span a.on{
  background: #166ebe;
  color: #fff;
}


/* 国标镁资讯详情页 */
.show_box{
	width: 14.4rem;
	padding: 0.84rem 0 1.14rem;
	margin: 0 auto;
}
.show_tit{
	width: 100%;
	text-align: center;
	line-height: 0.38rem;
	border-bottom: solid 0.01rem #dcdedf;
	padding-bottom: 0.1rem;
	color: #393939;
	font-size: 0.22rem;
	margin-bottom: 0.44rem;
}
.show{
	color: #212121;
	font-size: 0.15rem;
	line-height: 0.38rem;
	text-align: justify;
}
.fanye{
	width: 100%;
	padding-top: 0.7rem;
}
.fanye ul{
	margin-right: -3%;
}
.fanye li{
	float: left;
	width: 47%;
	line-height: 0.61rem;
	background: #e6e6e6;
	padding: 0 0.2rem;
	color: #666;
	font-size: 0.16rem;
	margin-right: 3%;
}
.fanye a{
	display: block;
	height: 0.61rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li:hover{
	color: #fff;
	background: #1176c7;
}


/* 国标异型锭 */
.pro_part{
	padding: 0.62rem 0 1.06rem;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -4%;
}
.pro li{
	float: left;
	width: 46%;
	background: #f4f4f4;
	padding: 0.17rem 0.3rem 0.3rem 0.2rem;
	border-radius: 0.04rem;
	margin: 0 4% 0.52rem 0;
}
.pro_pic{
	float: left;
	width: 2.84rem;
	height: 1.84rem;
	overflow: hidden;
}
.pro_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.pro_pic:hover img {
	transform: scale(1.1);
}
.pro_r{
	float: left;
	width: calc(100% - 2.84rem);
	padding-left: 0.3rem;
	margin-top: 0.17rem;
}
.pro_r h1{
	color: #166ebe;
	font-size: 0.24rem;
	line-height: 0.4rem;
	height: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_r i{
	width: 0.8rem;
	height: 0.03rem;
	display: block;
	background: #166ebe;
	margin-bottom: 0.18rem;
}
.pro_text{
	color: #7d7d7d;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.84rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 客户服务 */
.con_box{
	padding: 0.77rem 0 0.75rem;
}
.con_pic{
	float: left;
	width: 50%;
	height: 4.89rem;
	overflow: hidden;
}
.con_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.con_pic:hover img {
	transform: scale(1.1);
}
.con_right{
	float: right;
	width: 46%;
}
.con_list{
	width: 100%;
	padding-top: 0.1rem;
}
.con_list li{
	color: #0d55a5;
	font-size: 0.17rem;
	line-height: 0.32rem;
	margin-bottom: 0.32rem;
}
.con_list h1{
	color: #544b4b;
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.4rem;
}
.con_code{
	width: 100%;
	padding-top: 0.2rem;
}
.con_code ul{
	margin-right: -1.18rem;
}
.con_code li{
	float: left;
	width: 0.74rem;
	margin-right: 1.18rem;
}
.con_code img{
	width: 0.74rem;
	height: 0.74rem;
}
.map{
	width: 100%;
	height: 7.16rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}


