
.header{
	width: 1300px;
	margin: 0 auto;
	height: 80px;
	overflow: hidden;
}
.header .logo{
	margin: 10px auto;
	float: left;
}

.header .logo img{
    width: 160px;
}

.menu{
	float: right;
	margin-top: 23px;
}
.menu ul li{
	float: left;
	margin: 0 10px;
	text-align: center;
}
.menu ul li a{
	display: block;
	width: 90px;
	height: 35px;
	text-decoration: none;
	color: #00528c;
	font-size: 14px;
	line-height: 35px;
}
.menu ul li.on{
	background-color: #00528c;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.menu ul li:hover{

	background-color: #00528c;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}
.menu ul li:hover a{
	color: #fff;
}
.menu ul li.on a{

	color: #fff;
}


.swiper-pagination-bullet{
	width: 18px!important;
	height: 18px!important;
	background: #fff!important;
    opacity: 1!important;;
	border: 2px solid #777777;
	opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #00528c!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	 bottom: 30px!important;
}

.container{
	width: 100%;
}
.j-frame{
    max-width:1920px ;
    height: auto;
}
.j-frame .box{
	float: left;
	width: 25%;

}
.j-frame .box img{
	width: 100%;
	height: auto;
}
.footer{
background-color: #f2f2f2;
}
.j-fa{
	width: 1300px;
	margin: 0px auto;
	overflow: hidden;
	height: 100%;
	height: 135px;
	padding: 5px 0;
}

.box{
	margin: 5px 0;
}

.footlogo{
	float: left;
	margin-top: 43px;
}
.footlogo img{
    width: 160px;
}
.footright{
	float: right;
	margin-top: 60px;
	color: #b3b3b3;
}

.footright a{
	font-size: 14px;
	color: #4c4c4c;
	text-decoration: none;
	margin: 10px;
}


.foot-bottom{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #cccccc;
	margin-top: 0;
	color: #808080;
	font-size: 14px;
}.foot-bottom p{
	  margin-top: 0;
}
.fr{
	float: right;
}


.pagefa{
	width: 100%;
	float: left;
	background: #f6f6f6;
	height: 100%;

}

.pagenei{
	margin: auto;
    min-height: 680px;
    width: 1300px;
    height: 100%;
}

.neititle{
	border-bottom: #ccc 1px solid;
    margin: 60px auto 20px;
    width: 100%;
    height: 60px;
}

 .neititle .left {
    text-align: left;
    line-height: 60px;
    float: left;
    color: #333;
    font-size: 20px;
}

 .neititle .right{
    width: 900px;
    float: right;
    height: 60px;
}

 .neititle .right .list2 li{
 	    text-align: center;
    margin: 0 4px;
    width: 150px;
    float: right;
 }


 .neititle .right .list2 li a{
text-align: center;
    line-height: 40px;
    margin: 0;
    display: block;
    background: #e0e0e0;
    height: 40px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
 }


 .neititle .right .list2 li a.cur{
 	    margin: 0;
    background: #00528c;
    color: #fff;
 }

.nr{
	line-height: 25px;
}


.product{
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}

.product-item{
	width: 23.4%;
	float: left;
	margin: 10px;
	background-color: #fff;
}

.product-item .img img{
	width: 100%;
}

.product-item .title{
	 text-align: center;
	 font-size: 16px;
	 margin: 10px 0;

}



.product-info{
	width: 100%;
	padding-bottom: 20px;
}

.product-info img{
	width: 100%;
}


.newslist { /*padding: 0 12%; */ padding-bottom: 20px;}
.newslist .newslistul { padding-top: 20px; }
.newslist .loadbtn a { box-shadow: 0 0 30px rgba(0,0,0,0.15); }
.newslist .newslistli { overflow: hidden; padding-top: 3%; padding-bottom: 4%; border-bottom: 1px #f9f9f9 solid; }
.newslist .newslistli .newsliimg { position: relative; }
.newslist .newslistli .newsliimg::after { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.25); opacity: 0; filter: alpha(opacity=0); position: absolute; top: 0; left: 0; transition: all 0.5s ease 0s; }
.newslist .newslistli:hover .newsliimg::after { opacity: 1; filter: alpha(opacity=100); transition: all 0.5s ease 0s; }
.newslist .newslistli:hover .newsliimg img { transform: scale(1.07); transition: all 0.5s ease 0s; }
.newslist .newslistul .newslistli:hover .newsliimg { background-color: transparent; }
.newslist .newslistul .newslistli:hover .newsliimg img { opacity: 1; transform: scale(1); }
.newslist .newsliimg { display: block; width: 25%; overflow: hidden; float: left; }
.newslist .newsliimg img { width: 100%; transition: all 0.5s ease 0s; }
.newslist .newslitx { width: 75%; box-sizing: border-box; padding-left: 5%; float: right; }
.newslist .newslitx h2 { text-decoration: none; font-size: 18px; color: #333; line-height: 22px; margin-bottom: 2%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-decoration: none; }
.newslist .newslitx .newslip { font-size: 14px; color: #666; line-height: 22px; }
.newslist .newslitx .newslip p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.newslist .newsdate { font-size: 14px; color: #999; line-height: 22px; margin-top: 2%; padding-left: 20px; background: url(../images/clock.png) no-repeat left center; background-size: 16px 16px; }
 @media only screen and (max-width: 980px) {
.newslist { padding: 0 5%; }
}
 @media only screen and (max-width: 760px) {
.newsliimg { width: 100% !important; margin-bottom: 5%; }
.newslitx { width: 100% !important; padding-left: 0 !important; }
.newslitx .newslip { display: none; }
}

a{
	 text-decoration: none;
}


.newsiew{
	line-height: 25px;
	width: 100%;
  padding: 10px;
}

.newsiew p{
	line-height: 25px;

}
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes returnToNormal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.wrapper{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 150px;
}
.wrapper-inner{
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
.wrapper-inner-buttons{
	width: 100%;
	float: left;
	margin-top:50px;
	text-align: center;
}
.wrapper-inner-buttons a{
	background-color: #3f8dbf;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	border-radius: calc(35px / 2);
}
.wrapper-inner-buttons a:hover{
	background-color: #35759F;
}
.mobile{
	height: 60px;
}
.mobile-inner{
	max-width: 100%;
	margin: auto;
	height: 60px;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
	width: 100%;
	margin-bottom: 30px;
}
.mobile-inner p{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
}
.mobile-inner-header{

	width: 100%;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mobile-inner-header-icon{
	color: #00528c;
	height: 60px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: #00528c;
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}





.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}



@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
	z-index: 99999999;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.mobile{
	display: none;
}

.mobile-logo{
	width: 30%;
	padding: 7px;
}
.mobile-logo img{
	width: 100%;
	max-width: 150px;
	height: auto;
}
.product-item .title a{
	color: #000;
      overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}



@media screen and (max-width: 1350px) {

.header{
	width: 100%;
}
.header .logo{
	 padding-left: 20px;
}
.j-frame .box{
	width: 50%;
}
.j-fa{
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}
.foot-bottom{
		width: 100%;
}

.product-item{
	width: 30%;
}

.footlogo {
 padding-left: 10px;
 margin-top: 2%;
}
.footright{
	margin-top: 5%;
}
.pagenei{
	width: 100%;
}
.neititle{
    margin: 2% auto 2%;
}
.neititle .right{
	width: auto;
	height: auto;
	margin-top: 2%;
}
.nr{
	padding: 10px;
}


}

@media screen and (max-width: 760px) {

.header{
	width: 100%;
	display: none;
}
.neititle .left{
	width: auto;
}
.mobile{
	display: block;
}
.foot-bottom .fr{
	display: none;
}
.footright{
	padding: 15px;
}
.neititle .left{
	padding-left: 10px;
}

.footright a{
	  line-height: 25px;
		text-align: center;
}

.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
}

.swiper-button-prev{
	display: none;
}

.swiper-button-next{
	display: none;
}
.box{
	margin: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
   bottom: 10px!important;
}

}


@media screen and (max-width: 700px) {

	.product-item {
	    width: 45%;
			margin: 2%;
	}

	.neititle .right .list2 li {
    margin: 0 15px;
}
  
   .neititle .left {
    text-align: left;
    line-height: 60px;
    float: left;
     width:50%;
    color: #333;
    font-size: 20px;
     overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

}
