@charset "utf-8";
.container, .container-middle, .wrap {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
@media (min-width: 1260px) {
 .wrap, .container {
 width: 1230px;
}
}
@media (min-width: 1460px) {
 .wrap {
 width: 1430px;
}
}
@media (min-width: 1800px) {
 .wrap {
 width: 1630px;
}
}


/* index Ititle*/
.Ititle-tit {
	font-size: 40px;
	line-height: 70px;
	color: #222;
	text-align: center;
}
.Ititle-dec {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	text-align: center;
}
.Ititle-En {
	display: block;
	font-size: 20px;
	color: #949494;
	text-transform: uppercase;
	text-align: center;
}
.Ititle-tit i {
	font-style: normal;
	font-size: 62px;
	color: #31a242;
	font-family: "DINMITTELSCHRIFTSTD";
}
/* 按钮 */

.IPro-menu {
	text-align: center;
	padding-bottom:30px;
	padding-top:10px;
}
.Ibtnmore {
	display: inline-block;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	text-align: center;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	background: #71ba2a;
	padding:0 30px; color: #fff;
}
.Ibtnmore span {
	display: block;
	position: relative;
	z-index: 2;
}
.Ibtnmore::before, .Ibtnmore::after {
 position: absolute;
 content: "";
 width: 100%;
 height: 50%;
 background: #0062ad;
 left: 0;
 transition: all .5s;
}
.Ibtnmore::before {
 top: 0;
}
.Ibtnmore::after {
 bottom: 0;
}
.Ibtnmore:hover::before, .Ibtnmore:hover::after {
 height: 0;
}
.Ibtnmore:hover {
	
}
.Ibtn-more {
	text-align: center;
	margin: 0 -10px;
	margin-top: 60px;
	font-size: 0;
}
.Ibtn-more a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
}
.Ibtn-morea {
	border-radius: 30px;
	border: solid 1px #31a242;
	position: relative;
	overflow: hidden;
}
.Ibtn-morea span {
	display: block;
	position: relative;
	z-index: 2;
}
.Ibtn-morea::before, .Ibtn-morea::after {
 position: absolute;
 content: "";
 width: 100%;
 height: 50%;
 background: #31a242;
 left: 0;
 transition: all .5s;
}
.Ibtn-morea::before {
 top: 0;
}
.Ibtn-morea::after {
 bottom: 0;
}
.Ibtn-more1 {
	color: #fff;
}
.Ibtn-more2 {
	color: #31a242;
}
.Ibtn-more2::before, .Ibtn-more2::after {
 height: 0;
}
.Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
 height: 50%;
}
.Ibtn-more2:hover {
	color: #fff;
}
.Ibtn-more1:hover {
	color: #31a242;
}
.Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
 height: 0;
}
.Ibtn-more2 {
}
.Ibtn-more2 i {
	font-size: 20px;
	padding-left: 10px;
}
/* 按钮 end */

.about-title {
    text-align: center;
}
.about-title::before {
    content: 'ABOUT US';
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    position: absolute; margin-top:-30px; margin-left:-160px; 
}
.product-title {
    text-align: center;
}
.product-title::before {
    content: 'PRODUCT';
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    position: absolute; margin-top:-30px; margin-left:-160px; 
}
.solution-title {
    text-align: center;
}
.solution-title::before {
    content: 'SOLUTION';
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    position: absolute; margin-top:-30px; margin-left:-160px; 
}
.news-title {
    text-align: center;
}
.news-title::before {
    content: 'NEWS CENTER';
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    position: absolute; margin-top:-30px; margin-left:-160px; 
}
.sy-title h2 {
    font-size: 36px;
    color: #333;
    line-height: 60px;
    font-weight: bold; 
}

/*header*/
.header {
  width: 100%;
}
.Iheader {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, .2);
  z-index: 5000;
  transition: ease .5s;
}
.Iheader-navbar {
  width: 100%;
  clear: both;
}
.Iheader .logo {
  float: left;
  margin-top: 10px;
}
.Iheader-right {
  position: relative;
  float: right;
}
.Iheader-right ul {
  float: left;
}
.Iheader-right ul li {
  float: left;
  margin-right: 10px;
  margin-top: 30px;
}
.Iheader-right ul li .show {
  display: none;
}
.Iheader-right ul li:hover .show {
  display: block;
  position: absolute;
  left: -40px;
  background: #FFF;
  border-radius: 6px;
  z-index: 5000;
}
.Iheader-right ul li:hover .show img {
  border-radius: 10px;
}
.Iheader-right ul li:hover .show span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.Iheader-right ul li:hover img {
  animation: ball .6s infinite alternate;
  cursor: pointer;
}
.Iheader-right p {
  display: block;
  float: left;
  color: #3e3e3e;
  margin-top: 30px;
}
.Iheader-right p span {
  color: #0062ad;
  font-size:30px;
  font-family: "Impact";
  display: block;
  line-height: 40px;
}
.navbar {
  height: 100px;
  line-height: 100px;
  float: right;
  width: 45%;
  margin-right: 20px;
}
.navitem {
  float: left;
  width: 12.5%;
  height: 100px;
  position: relative;
}
.navitem > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: transparent;
  position: relative;
  line-height: 100px;
}
.navbar .on {
  background: #0062ad;
}
.navbar .on a {
  color: #fff;
}
.dropdown-menu.single {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* width: auto; */
  width: 160px;
  z-index: 5000;
  background: rgba(255, 255, 255, 1);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 0;
  display: block;
}
.dropdown-menu.single ul {
  padding: 0px 10px;
}
.dropdown-menu.single li {
  display: block;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: dashed 1px #e5e5e5;
  position: relative;
  text-align: center;
}
.dropdown-menu.single li:last-child {
  border-bottom: 0;
}
.dropdown-menu.single li > a {
  line-height: 47px;
  white-space: nowrap;
  display: block;
  width: 100%;
  color: #666666;
  height: auto;
  background: 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dropdown-menu.single li:hover a {
  color: #086cb9;
}
.navitem:hover .dropdown-menu.single {
  max-height: 800px;
  opacity: 1;
}
/*header -end*/


/*banner*/
.banner {
	position: relative;
}
.banner-pic img {
	width: 100%
}
.banner-tit {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	color: #080404;
}
.banner-tit .cn {
	text-align: center;
	color:#fff;
	font-size:50px;
	text-shadow: 2px 2px 2px #585858;
}
.banner-tit .en {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align:center;
	text-shadow: 3px 3px 3px #3c3c3c;
	width:100%;
	display:block; text-transform:uppercase;
}
.banner-button-prev, .banner-button-next {
cbackground-image: url(data:image/svg+xml;
charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E) !important;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity:.5
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}



/* =====================产品展示===================== */
.Iproduct {
  padding: 80px 0 100px;
  background-size: cover;
}
.Iproduct-menu {
  text-align: center;
  padding-top: 20px;
}
.Iproduct-menu a {
  display: inline-block;
  height: 46px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  margin: 0 5px;
  background: #0062ad;
  border-radius: 23px;
  margin-bottom: 10px;
  color: #fff;
}
.Iproduct-menu a span {
  display: inline-block;
  margin-left: auto;
  padding: 0 40px;
}
.Iproduct-menu a:hover {
  background-color: #71ba2a;
  color: #FFF;
}
.Iproduct_content {
  padding-top: 30px;
}
.Pro_roll {
  width: 100%;
  margin: 0 auto;
}
.Iproduct_list > li {
  margin-bottom: 20px;
  text-align: center;
}
.Iproduct_list > li .pic {
  border-radius: 10px 10px 0px 0px;
}
.Iproduct_list li:hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.picitemtit {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  background: #0062ad;
  background-position: left center;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  transition: background-position .6s ease;
  color: #fff;
}
.picitemtit span {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.Iproduct_list > li:hover .picitemtit {
  background: #71ba2a;
  color: #FFF;
}
/* =====================公司简介===================== */
.Iabout {
  padding: 80px 0 80px;
  background: url(/images/abg.jpg) no-repeat center #2b3b4a;
}

.pore {
    position: relative;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Iabout .aleft {
  width: 46%;
  float: left;
}
.Iabout .aright {
  width: 50%;
  float: right;
}

.Iabout .aright video {
  width: 100%;
}
.Iabout .aleft .Iabout_title {
  padding-bottom: 4px;
}
.Iabout .aleft .Iabout_title:before {
  content: '';
  height: 4px;
  width: 50px;
  background: #0062ad;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0
}
.Iabout .aleft .Iabout_title:after {
  content: '';
  height: 4px;
  width: 10px;
  background: #0062ad;
  border-radius: 5px;
  position: absolute;
  left: 60px;
  ottom: 0
}
.Iabout_title h3 {
    font-weight: normal;
    font-size: 42px;
    color: #fff;
}
.Iabout .aleft .Iabout_title p {
  font-size: 24px;
  color: #fff;
  line-height: 80px;
}
.Iabout .aleft .txt  { margin-top: 20px;
}
.Iabout .aleft .txt p {
  line-height: 36px;
  color: #dbdbdb;
  text-align: justify;
  padding-bottom: 5px;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.Iabout .aright img {
  border-radius: 15px;
  max-width: 100%;
}
.button_box {
  width: 170px;
  height: 50px;
  position: relative;
  background-color: #0062ad;
  border-radius: 30px;
  transition: 0.6s;
  margin-top: 30px;
}
.button_box:hover {
  transform: scale(1.1);
  transition: 0.6s;
}
.button_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 16px;
}


.IaboutSwiper {
}
.Iabout-next, .Iabout-prev, .Iabout-pagination {
}
.Iabout-next, .Iabout-prev {
	display: none;
}
.Iabout-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.Iabout-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}

/* =====================解决方案===================== */


.Isolution {
	padding: 70px 0 100px; background:url(/images/Isolution_bg.jpg) no-repeat bottom center;
}
.Isolution_content {
	padding: 20px 0 20px;
}
.Isolution-list {
}
.Isolution_content {
}
.Isolution_box {
	float: left;
	width: 33.333%;
	padding: 0 1%; margin-top:30px;
}
.Isolution_content a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 320px;
	border-radius:10px;
}
.Isolution_content img {
	width: 100%;
transition: ease .5s;
}
.Isolution_content a:hover img {
	transform: scale(1.1);
}
.Isolution_txt {
	position: absolute;
	width: 100%;
	padding: 20px 50px;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
}
.Isolution_txt h3 {
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Isolution_txt p {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	font-family: "DIN-REGULAR";
}


/* =====================新闻中心===================== */
.Inews {
  padding: 87px 0 80px;
  background: url(../images/Inews_bg.jpg) no-repeat top;
}
.inews-cont {
  position: relative;
}
.Inews-menu {
  text-align: center;
  margin: 0 -10px;
  margin-top: 20px;
  font-size: 0;
}
.Inews-menu a {
  display: inline-block;
  width: 160px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 0 10px;
  background: #dcdcdc;
  border-radius: 25px;
}
.Inews-menu a span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin-left: 5px;
  transition: ease .5s;
}
.Inews-menu a.on {
  background-color: #0f73dc;
}
.Inews-menu a.on span {
  color: #fff;
}
.inews-con {
  margin-top: 45px;
}
.inews-con1 {
  display: none;
}
.inews-con1.on {
  display: block;
}
.inews-top {
  margin: 0 -1%;
}
.inews-tople {
  float: left;
  width: 64.375%;
  padding: 0 10px;
}
.inews-topri {
  float: left;
  width: 33.333%;
  padding: 0 1%;
}
.inews-top a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 220px;
}
.inews-top img {
  width: 100%;
  transition: ease .5s;
}
.inews-top a:hover img {
  transform: scale(1.1);
}
.inewstop-txt {
  position: absolute;
  width: 100%;
  padding: 20px 50px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.inewstop-txt span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: "DIN-REGULAR";
}
.inewstop-txt h3 {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  margin-top: 8px;
  font-weight: lighter;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inews-bot {
  margin-top: 30px;
}
.inews-ul {
  overflow: hidden;
}
.inews-ul ul {
  margin: 0;
}
.inews-ul li {
  float: left;
  width: 33.333%;
  position: relative;
}
.inews-ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #fff;
  height: 0%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: ease .5s;
}
.inews-ul li a {
  display: block;
  padding: 30px;
  background: transparent;
  transition: ease .5s;
  position: relative;
}
.inews-ul li:hover a {}
.inews-ul li:hover::before {
  height: 100%;
}
.inews-ul li h3 {
  font-size: 48px;
  line-height: 42px;
  color: #333;
  font-family: "DINMITTELSCHRIFTSTD";
}
.inews-ul li span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  font-family: "DIN-Light";
}
.inews-ul li h4 {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  color: #333;
  margin-top: 22px;
  transition: ease .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inews-ul li p {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  color: #666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inews-ul li:hover h4 {
  color: #e60012;
}

/* 底部文化 */

.Ihoner {
	height: 222px;
	background: url(../images/Ihonor_bg.jpg) no-repeat fixed top center;
}
.Ihoner li {
	float: left;
	width: 25%;
	text-align: center;
transition: all .4s;
}
.Ihoner li p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 2;
}
.Ihoner li img {
	margin-top: 50px;
}
.Ihoner li span {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
}
.Ihoner li:hover {
	margin-top: 10px;
}
/* 底部信息 */
/*footer*/
.footer {
  background: url(/images/bg_foot.jpg) bottom center;
}
.footer_box {
  padding: 47px 0 60px;
}
.footnav {
  float: left;
}
.footnav dl {
  float: left;
  margin-left: 125px;
}
.footnav dl dt {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  background: url(../images/dot/dot_foot_line.jpg) no-repeat left center;
  padding-left: 15px;
  color: #fff;
  font-size: 20px;
}
.footnav dl dd {
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.footnav dl dd a {
  font-size: 15px;
  color: #aaaaaa;
  display: block;
}
.footnav dl dd a:hover {
  color: #c80000;
}
.footnav dl:nth-child(1) {
  margin-left: 0;
}
.footnav dl.lastdl {
  width: 340px;
}
.dbphone {}
.dbphone p {
  font-size: 15px;
  color: #fff;
  line-height: 32px;
  color: #aaaaaa;
}
.footnav dl.lastdl h3 {
  width: 170px;
  height: 50px;
  background: #0078d7;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  line-height: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.footnav dl.lastdl h3 a {
  font-size: 18px;
  color: #fff;
}
.erwm {
  width: 154px;
  text-align: center;
  float: right;
  margin-top: 15px;
}
.footnav dl.lastdl h3:hover {
  width: 200px;
}
.erwm img {}
.erwm h2 {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 32px;
}
.copyright {
  padding: 15px 0;
  background: #000000;
}
.copyright a {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #999;
  transition: .5s;
  position: relative;
}
.copyright a i {
  font-style: normal;
  margin: 0 10px;
}
.copyright a.link-ctm::after {
  display: none;
}
.copyright a:hover {
  color: #ff0000;
}
.copyright .copyright-left {
  float: left;
  padding: 2px 0;
}
.copyright .copyright-right {
  float: right;
}
.copyright .copyright-left p {
  float: left;
  font-size: 15px;
  line-height: 24px;
  color: #999;
  margin-right: 30px;
}
.copyright .copyright-left span {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #999;
}
.copyright .copyright-right a {
  float: left;
  color: #999;
}
.toolbar-item, .toolbar-layer {
  background: url(/images/toolbar.png) no-repeat;
}
.toolbar {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 99;
}
/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item {
  display: block;
  width: 53px;
  height: 53px;
  margin-top: 1px;
  position: relative;
  -moz-transition: background-position 1s;
  -ms-transition: background-position 1s;
  -o-moz-transition: background-position 1s;
  -webkit-moz-transition: background-position 1s;
  transition: background-position 1s;
}
.toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.toolbar-item-qq3 {
  background-position: 0 -177px;
}
.toolbar-item-qq3:hover {
  background-position: -55px -177px;
}
.toolbar-item-weixin {
  background-position: 0 -231px;
}
.toolbar-item-weixin:hover {
  background-position: -55px -231px;
}
.toolbar-item-weixin .toolbar-layer {
  height: 166px;
  background-position: 0 0;
}
.toolbar-layer {
  position: absolute;
  right: 54px;
  bottom: -0px;
  width: 126px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  -moz-transform-origin: 95% 95%;
  -ms-transform-origin: 95% 95%;
  -o-transform-origin: 95% 95%;
  -webkit-transform-origin: 95% 95%;
  transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  -o-transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.toolbar-item-tel {
  background-position: 0 -284px;
}
.toolbar-item-tel:hover {
  background-position: -55px -284px;
}
.toolbar-item-tel .toolbar-layer {
  height: 53px;
  background-position: 0 -392px;
}
.toolbar-item-top {
  background-position: 0 -338px;
}
.toolbar-item-top:hover {
  background-position: -53px -338px;
}
.xq_pic img {
  width: 100%;
  max-width: 1400px;
}
/*footer -end*/


/* =====================底部手机===================== */
.fix_footer {
	height: 50px;
	background-color: #0062ad;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
}
.fix_footer a {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height: 24px;
	margin: 5px 0 0;
}
.fix_footer strong {
	color: #fff;
	font-size: 12px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: 400;
}
.fix_footer .tel img:nth-of-type(2) {
 position: absolute;
 left: 50%;
 margin-left: -12px;
 -webkit-animation: call 1.5s infinite;
 animation: call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
 -webkit-transform: scale(1);
 opacity: 1;
}
to {
	-webkit-transform: scale(2);
	opacity: 0;
}
}
/*内页主体*/
.main {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.Nwrap {
	width: 98%;
	margin: 0 auto;
	max-width: 1400px;
}
.Nbanner {
	margin:0 auto;
}
.Nbanner img {
	width:100%;
	display: block;
}
/***当前位置***/

.location {
	margin:0 auto
}
.location .container {
	position: relative;
}
.location .con {
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	height: 50px;
	background: url(../images/location_Bg.png);
}
.location_sty {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.location_sty a {
	color: #fff;
	padding: 0 4px;
}
.dot_site {
	float:left;
}
.dot_site img {
	margin: 14px 5px 0 20px;
	position: relative;
	display: block !important;
}


/*proshowa图片切换开始*/
.proshowa {
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	float: left;
	width: 600px;
}
.proshowa .swiper-container {
	display: none;
}
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
	display: block;
	background: url(img/spr.png) no-repeat;
}
#tFocus {
	width: 100%;
	text-align: center;
	margin: 0 auto
}
#tFocus-pic {
	width: 100%;
	height: 450px;
	position: relative;
}
#tFocus-pic li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
 filter: alpha(opacity:0);
	opacity: 0;
}
#tFocus-pic li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#tFocusBtn {
	width: 100%;
	height: 125px;
	border: 1px solid #d9d9d9;
	padding: 15px 0px;
	position: relative;
	z-index: 20;
	overflow: hidden;
}
#tFocus-btn {
	width: calc(100% - 50px);
	height: 100px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#tFocus-btn ul {
	width: 100000px;
	position: absolute;
	left: 0;
	top: 0;
}
#tFocus-btn li {
	height: 90px;
	width: 102px;
	position: relative;
	border: 1px solid #ddd;
	display: block;
	float: left;
	margin: 0 4px;
	cursor: pointer;
}
#tFocus-btn li.active {
	border: 1px solid #d8001c;
}
#tFocus-btn li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 88px;
}
#tFocus-leftbtn, #tFocus-rightbtn {
	position: absolute;
	height: 85px;
	top: 15px;
	width: 25px;
	text-align: center;
	font-family: "宋体";
	font-size: 1.25rem;
	cursor: pointer;
	line-height: 85px;
	color: #000;
}
#tFocus-leftbtn {
	left: 0;
}
#tFocus-rightbtn {
	right: 0;
}
/*proshowa图片切换结束*/
.proshowb {
	width: 400px;
	float: right;
}
.proshowb p {
	line-height: 40px;
}
.NproLink {
	margin-top: 20px;
}
.NproLink a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	width: 200px;
	background: #0062ad;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.NproLink a:hover {
	color: #fff;
	width: 250px;
}
.NproLink1 {
	margin-top: 20px;
}
.NproLink1 a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	width: 200px;
	background: #232323;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.NproLink1 a:hover {
	color: #fff;
	width: 250px;
}
.proshow_content {
	margin-top: 30px;
}
.news_content_pic {
	padding: 20px;
}
.news_content img {
	max-width: 1090px;
}
.news_sx {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	margin-top: 50px;
}
.news_sx a {
	color: #666;
	font-size: 16px;
}
.news_sx a:hover {
	color: #d10010;
	font-size: 16px;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*新闻内页end*/

/*内页关于我们*/
.about_content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	margin-top:10px;
}
.about_content p {
	color: #333;
	font-size: 16px;
	line-height: 36px;
}
.about_content img {
	max-width: 100%;
}
.ab-pic {
	margin-top: 42px;
	position: relative;
}
.ab-tx {
	margin-top: 32px;
}
.ab-tx hr {
	width: 92px;
	height: 5px;
	background: #31a242;
	border: none;
	margin: 32px 0 65px;
}
.contact_tp {
	with: 100%;
	margin-bottom: 2rem;
}
.contact_tp .cont_z {
	width: 50%;
	overflow: hidden;
}
.contact_tp .cont_z img {
	width: 100%;
	transition: 0.5s
}
.contact_tp .cont_y {
	width: 50%;
}
.contact_tp .cont_y li {
	float: left;
	width: 47%;
	margin: 0 0 3% 3%;
}
.contact_tp .cont_y li div {
	width: 100%;
	overflow: hidden;
}
.contact_tp .cont_y li div img {
	width: 100%;
	transition: 0.5s
}
.cont_y li:hover div img, .cont_z:hover img {
	transition: 0.5s;
	transform: scale(1.05);
	cursor: pointer;
}
/*联系我们*/
.ncontact_box {
	margin: 0 auto;
	width: 100%;
	display: flex;
}
.contact_one {
	width: 45%;
	position: relative;
	background: #eeeeee;
	padding: 50px 38px;
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.contact_one strong {
	font-size: 16px;
}
.contact_title {
	position: absolute;
	width: 200px;
	height: 45px;
	background: #0062ad;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	line-height: 45px;
	font-weight: 600;
	left: 28px;
	text-align: center;
}
.contact_content1 {
	color: #8e8e8e;
	line-height: 42px;
	font-size: 16px;
}
.contact_content1 span {
	font-size: 17px;
	font-weight: bold;
}
.contact_content {
	margin-top: 70px;
	color: #555;
}
.contact_content a {
	text-decoration: none;
	font-size: 14px;
}
.contact_img {
	text-align: center;
	width: 130px;
	margin-top: 40px;
}
.contact_img img {
	width: 130px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
.contact_two {
	width: 55%;
	position: relative;
	background: #eeeeee;
	font-size: 16px;
	line-height: 35px;
	margin-left: 18px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}
/*售后服务*/
.nservice_box {
	margin: 0 auto;
	width: 100%;
	display: flex;
}
.service_one {
	width: 780px;
	position: relative;
	background: #eeeeee;
	padding: 50px 38px;
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}
.service_one strong {
	font-size: 16px;
}
.service_title {
	position: absolute;
	width: 200px;
	height: 45px;
	background: #31a242;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	line-height: 45px;
	font-weight:600;
	left: 28px;
	text-align: center;
}
.service_content1 {
	color: #8e8e8e;
	line-height: 42px;
	font-size: 16px;
}
.service_content1 span {
	font-size: 17px;
	font-weight: bold;
}
.service_content {
	margin-top: 70px;
	color: #555;
}
.service_content a {
	text-decoration: none;
	font-size: 14px;
}
.service_img {
	text-align: center;
	width: 130px;
	margin-top: 40px;
}
.service_img img {
	width: 130px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}
.service_two {
	width: 600px;
	position: relative;
	background: #eeeeee;
	font-size: 16px;
	line-height: 35px;
	margin-left: 18px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}
/*产品列表页*/

.Nproduct_content { margin-top: 30px;
}
.Nproduct-list > li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.Nproduct-list > li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Nproduct-list > li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.Nproduct-list li .pic {
	position: relative;
}
.Nproduct-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.Nproduct-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Nproduct-list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Nproduct-list li:hover .pic:before {
	background-color: rgba(49, 162, 66, 0.5);
}
.Nproduct-list li .tit {
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #333;
	border: 1px solid #ddd;
	background: #FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
/*新闻列表*/

.Nnews_box li {
	position: relative;
}
.Nnews_box li:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #0062ad;
	transform: scaleY(0);
	transition: 0.5s;
}
.Nnews_box li:hover:after {
	transform: scaleY(1);
	transition: 0.5s;
}
.Nnews_box li a {
	display: block;
	padding: 26px 0;
	position: relative;
	z-index: 9;
	transition: 0.5s;
}
.Nnews_pic {
	overflow: hidden;
	width: 18%;
	float:left
}
.Nnews_pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}
.Nnews_box li:hover .Nnews_pic img {
	transform: scale(1.1);
}
.news_wb {
	width: 70%;
	margin-left: 2%;
	float:left;
}
.Nnews_title {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #545454;
	overflow: hidden;
	transition: 0.5s;
}
.Nnews_memo {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	color: #4b4b4b;
	overflow: hidden;
	margin-top: 15px;
	transition: 0.5s;
	text-align:justify;
}
.news_more {
	height: 34px;
	line-height: 34px;
	color: #434343;
	font-size: 16px;
	margin-top: 20px;
	transition: 0.5s;
}
.news_more span {
	padding-right: 5px;
}
.Nnews_date {
	width: 82px;
	text-align: center;
	line-height: 28px;
	background: #0062ad;
	color: #fff;
	margin-top: 20px;
	float:right;
}
.Nnews_date p {
	border-bottom: 1px solid #fff;
	background: #dcdcdc;
	font-size: 36px;
	line-height: 86px;
	text-align: center;
	font-family: "YaHeiXt";
	transition: 0.5s;
	color: #333333;
}
.Nnews_box li:hover .Nnews_title, .Nnews_box li:hover .Nnews_memo, .Nnews_box li:hover .news_more {
	color: #fff;
	transition: 0.5s;
}
.Nnews_box li:hover .Nnews_date {
	background: #656565;
}
.Nnews_box li:hover .Nnews_date p {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #7c7c7c;
	transition: 0.5s;
}
 @media (max-width: 1680px) {
 .navbar {
 margin-left: 100px;
}
.navitem {
 float: left;
 padding: 0 15px;
}
.news_one {
 width: 40%;
}
.news_one_img img {
 box-sizing: border-box;
 border: 1px solid #eee;
 width: 100%;
 height: 390px;
}
.news_list_div {
 width: 56%;
}
.news_list_content {
 padding-top: 5px;
 float: left;
 margin-left: 20px;
 width: 80%;
}
}
 @media (max-width: 1440px) {
.wrap {
 margin: 0 auto;
 max-width: 1400px;
}
.navbar {
 margin-left: 80px;
}
.navitem {
 float: left;
 padding: 0 12px;
}
.news_one {
 width: 40%;
}
.news_one_img img {
 box-sizing: border-box;
 border: 1px solid #eee;
 width: 100%;
 height: 390px;
}
.news_list_div {
 width: 56%;
}
.news_list_content {
 padding-top: 5px;
 float: left;
 margin-left: 20px;
 width: 80%;
}
}
 @media (max-width: 1280px) {
 .navbar {
float:right;
margin-right: inherit;
margin-left: inherit;
}
.Iheader-right {
display:none;
margin-left: auto;
}
}
 @media screen and (max-width:1024px) {
 .Nnews_box li a {
 padding: 15px 0;
}
 .Nnews_pic {
 width: 20%;
}
 .news_wb {
 width: 62%;
}
 .Nnews_title {
 font-size: 16px;
 height: 30px;
 line-height: 30px;
}
 .Nnews_memo {
 font-size: 14px;
 line-height: 22px;
 height: 44px;
 margin-top: 10px;
}
 .news_more {
 margin-top: 15px;
}
 .Nnews_date {
 width: 78px;
 margin-top: 10px;
 font-size: 14px;
}
 .Nnews_date p {
 font-size: 2.25rem;
 line-height: 80px;
}

  #tFocus {
    display: none;
  }
  .proshowa .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    font-family: 宋体;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: rgb(255, 255, 255);
    background: rgba(0, 98, 173, 0.8);
  }
}

@media screen and (max-width:770px) {
 .Nnews_box li a {
 padding: 10px 0;
}
 .Nnews_pic {
 width: 24%;
}
 .news_wb {
 width: 58%;
}
 .Nnews_memo {
 margin-top: 5px;
}
 .news_more {
 margin-top: 10px;
}
 .Nnews_date {
 width: 78px;
 margin-top: 10px;
 font-size: 14px;
}
 .Nnews_date p {
 line-height: 68px;
}
}
@media screen and (max-width:520px) {
 .Nnews_box li a {
 padding: 10px 0;
}
 .Nnews_pic {
 width: 28%;
}
 .news_wb {
 width: 67%;
 float: right;
 margin-left: 0;
}
 .Nnews_title {
 font-size: 16px;
 line-height: 28px;
 height: 28px;
}
 .Nnews_memo {
 margin-top: 0px;
 font-size: 14px;
 line-height: 20px;
 height: 40px;
}
 .news_more {
 display: none;
}
 .Nnews_date {
 display: none;
}
 .newsshow_title {
 font-size: 1.125rem;
}
 .newsshow_title p {
 font-size: 0.75rem;
 padding-top: 0;
}
 .newsshow_wnnr {
 font-size: 14px;
 line-height: 24px;
}
 .xgnews-con li {
 width: 95%;
}
}
/* 通用分页样式 */
.pages {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.pages a {
	border: 1px solid #d1d1d1;
	height: 30px;
	line-height: 30px;
	color: #666666;
	padding: 5px 10px;
	margin-right: 8px;
	font-size: 16px;
}
.pages .current, .pages a:hover {
	color: #fff;
	background: #31a242;
	border: 1px solid #31a242;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	font-family: 宋体;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	color: rgb(255, 255, 255);

}
/* left样式 */
.Ipro_left {
	width:260px;
	float:left;
}
.dh_left {
	width: 260px;
	float: left;
}
.dh_leftTop {
	width: 260px;
	height: 90px;
	background:#0062ad;
}
.dh_leftTop h3 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding-top: 26px;
	box-sizing: border-box;
}
.dh_left ul {
	width: 260px;
}
.dh_left .dd {
	width: 100%;
	height: 50px;
	background: #d7d7d7;
	border-top: 1px solid #fff;
transition: all .2s;
}
.dh_left .dd a {
	display: block;
	width: 100%;
	height: 100%;
}
.dh_left .dd span {
	width: 16px;
	height: 16px;
	display: block;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	float: right;
	margin-top: 17px;
	margin-right: 20px;
	opacity: 0;
transition: all .8s;
}
.dh_left .dd p {
	float: left;
	line-height: 50px;
	font-size: 15px;
	color: #333;
	margin-left: 30px;
transition: all .2s;
	width: 190px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dh_left .dd:hover {
	background: #999;
}
.dh_left .dd:hover p {
	color: #fff;
}
.dh_left .dd:hover span {
	opacity: 1;
}
.dh_left .rr {
	width: 100%;
	height: 50px;
	background: #71ba2a;
transition: all .2s;
}
.dh_left .rr span {
	width: 16px;
	height: 16px;
	display: block;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	float: right;
	margin-top: 17px;
	margin-right: 20px;
	opacity: 1;
transition: all .8s;
}
.dh_left .rr p {
	float: left;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
transition: all .2s;
}
.dd_box {
	display: none;
}
.dh_left li {
	border-bottom: 1px solid #fff;
}
/*新闻内页*/
.NewsIntro {
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 5px 5px #eeeeee;
	float:right;
	width:1100px;
}
.mainCon {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 30px;
}
._head ._title {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	width:100%;
	text-align:center;
}
._tools {
	font-size: 0;
	color: #5a5a5a;
	text-align:center;
}
._tool {
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_content_pic {
	text-align: center;
	padding: 20px;
}
.news_content p {
	width:100%;
}
.news_content img {
	max-width: 1090px;
}
.Nnews_info {
	text-align:justify
}
.news_sx {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	margin-top:50px;
}
.news_sx a {
	color: #666;
	font-size: 16px;
}
.news_sx a:hover {
	color: #d10010;
	font-size: 16px;
}
.n_s {
	width: 50%;
	float: left;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
