html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	line-height: 1.5;
	 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

html,body {
	min-width: 1210px;
}

body {
	font-size: 12px;
	line-height: 1em;  }
ol, ul {
	list-style: none; }
.special-quote {
	quotes: none; }
.special-quote:before, .special-quote:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
* { -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }


/*caption animation*/

@-webkit-keyframes caption-right {
  0%   { -webkit-transform:translate(2000px,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-right {
  0%   { transform:translate(2000px,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-left {
  0%   { -webkit-transform:translate(-2000px,0); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-left {
  0%   { transform:translate(-2000px,0); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-top {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-top {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}

@-webkit-keyframes caption-bottom {
  0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
  100% { -webkit-transform:translate(0,0); opacity: 1; }
}
@keyframes caption-bottom {
  0%   { transform:translate(0,20px); opacity: 0;  }
  100% { transform:translate(0,0); opacity: 1; }
}
	
@font-face {
  font-family: 'iconfont';  /* project id 2486964 */
  src: url('//at.alicdn.com/t/font_2486964_5hhjon1ko1k.eot');
  src: url('//at.alicdn.com/t/font_2486964_5hhjon1ko1k.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2486964_5hhjon1ko1k.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2486964_5hhjon1ko1k.woff') format('woff'),
  url('//at.alicdn.com/t/font_2486964_5hhjon1ko1k.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2486964_5hhjon1ko1k.svg#iconfont') format('svg');
}

/* #Basic Styles
================================================== */
a {
	text-decoration: none;
	color: #333333;
}

.clear {
	clear: both;
}

html.responsive, .responsive body{
	overflow-x: hidden;

}

body {
/* 	font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	color: #444;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	vertical-align: baseline;
 }

.container {
	width: 1210px;
	padding: 0 0px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: fixed;
	height: 90px;
	background: #FFFFFF;
	transition: all 0.5s;
	z-index: 3;
	width: 100%;
	border-bottom: 1px solid #EEE;
}



.logo {
	float: left;
	position: absolute;
	left: 0;
	z-index: 1;
}

.main_menu {
	clear: none;
	position: absolute;
	z-index: 100;
	line-height: 30px;
	height: 100%;
	margin: 0;
	right: 0;
	font-size: 15px;
}

.menu {
	height: 90px;
	line-height: 90px;
}

.menu a {
	color: #777777;
	font-weight: 600;
	line-height: 90px;
}

.menu li {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0 13px;
	font-weight: normal;
	font-weight: 600;
}

.menu li:hover > a {
	color: #1852AF;
}

.menu .sub-menu {
	    position: absolute;
	    background: #FFFFFF;
	    opacity: 0;
	    display: none;
	    transition: all 0.5s;
	    width: 175px;
	    margin-left: -30px;
	
}

.menu li:hover .sub-menu {
	display: block;
	opacity: 1;
}

.menu .sub-menu a {
	display: block;
	line-height: 39px;
	padding: 0 15px;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}

.menu .sub-menu a:hover {
	background: #1852af;
	color: #FFFFFF;
}

.menu .search-tooltip {
	position: absolute;
}

#header.down {
	height: 45px;
	position: fixed;
	z-index: 3;
}

#header .logo a {
	display: block;
	transition: all 0.5s;
	height: 77px;
}

#header .logo a img{
	transition: all 0.5s;
	height: 100%;
}
.menu a  {
	transition: all 0.5s;
}

#header.down .logo a {
	height: 45px;
}

#header.down .logo img {
	height: 45px;
}

#header.down .menu a {
	line-height: 45px;
}

.banner {
	width: 100%;
	position: relative;
	height: 900px;
}

.banner-video {
	width: 1600px;
	height: 900px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	z-index: 0;
}

#menu-item-search {
	position: relative;
}

.search-tooltip {
	position: absolute;
	background: #FFFFFF;
	z-index: 9;
	padding: 0;
	width: 300px;
	height: 75px;
	bottom: -70px;
	margin-left: -260px;
	border-radius: 2px;
	box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 20%);
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	opacity: 0;
	transition: all 0.5s;
	display: none;
}

li:hover .search-tooltip {
	display: block;
	opacity: 1;
}

.search-tooltip::before {
	content: "";
	position: absolute;
	top: -14px;
	right: 8%;
	width:0;
	height:0;
	overflow:hidden;
	font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
	line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
	border:7px;
	border-style:dashed dashed solid dashed;
	border-color:transparent transparent #DDDDDD transparent;
	
}

.search-tooltip form {
	margin: 16px 0 0 16px;
	height: 60px;
}

.search-tooltip .sumbitbtn {
	background: #1852AF;
	border: none;
	color: #FFFFFF;
	float: left;
	height: 41px;
	line-height: 41px;
	width: 46px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.search-tooltip .searchinput {
	width: 214px;
	height: 41px;
	line-height: 41px;
	background: #f8f8f8;
	border: none;
	outline: none;
	float: left;
	padding-left: 4px;
	font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .container {
	position: absolute;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
}

.banner-text {
	margin: 380px auto 0 auto;
	text-transform: uppercase;
}

.banner-text h1 {
	font-size: 46px;
	font-weight: 400;
}

.banner-text h4 {
	font-size: 40px;
	font-weight: 400;
}

.main_about {
	margin-top: 62px;
	text-align: center;
}

.main_about  h2 {
	font-size: 42px;
	font-weight: 400;
	color: #15499a;
}

.main_about h4 {
	font-size: 18px;
	color: #15499a;
	opacity: 0.8;
	font-weight: 400;
}

p {
	margin: 0.85em 0;
}

.minline {
	width: 50px;
	vertical-align: middle;
	display: block;
	height: 5px;
	/* border-top: solid 2px #15499A; */
	margin: 15px auto;
}

.main_about .maintext {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.main_about .maintext a {
	color: #1852af;
}

.av-tab-section .hd li {
	display: inline-block;
	padding: 10px 20px 30px 20px;
	vertical-align: middle;
	position: relative;
	height: 190px;
}

.av-tab-section .hd a {
	display: block;
	color: #8d8d8d;
	cursor: pointer;
}

.av-tab-section .hd img {
	border-color: #e1e1e1;
	filter: grayscale(1);
	width: 90px;
	opacity: 0.65;
}

.av-tab-section .hd li.on a{
	color: #1852AF;
}

.av-tab-section .hd li.on::before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 40%;
	width:0;
	height:0;
	overflow:hidden;
	font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
	line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
	border:15px;
	border-style:dashed dashed solid dashed;
	border-color:transparent transparent #1852AF transparent;
	
}

.av-tab-section .hd li:hover img {
	opacity: 0.8;
}

.av-tab-section .hd li.on img {
	filter: none;
	opacity: 1;
}

.av-tab-section .hd span {
	display: block;
	text-align: center;
	width: 90px;
	padding: 10px 0;
	font-size: 13px;
}

.av-tab-section .bd li {
	width: 100%;
	height: 610px;
	color: #FFFFFF;
	position: relative;
}

.av-tab-section .neitext {
	width: 500px;
	position: absolute;
	left: 53%;
	text-align: left;
	padding-top: 150px;
}

.av-tab-section .neitext h3 {
	font-size: 52px;
	line-height: 1;
	margin-bottom: 20px;
}

.av-tab-section .bd .btn-more {
	border: 2px solid #FFFFFF;
	display: inline-block;
	height: 43px;
	width: 135px;
	text-align: center;
	line-height: 43px;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 10px;
	cursor: pointer;
}

.av-tab-section .bd .btn-more:hover {
	background: #FFFFFF;
	color: #15499A;
}
.pronote {
	background: #F8F8F8;
	position: relative;
}

.pronote .hd {
	position: absolute;
	width: 100%;
	top: 0;
	height: 460px;
}

.pronote .hd ul {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 6;
	width: 100%;
}

.pronote .hd ul li {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #CCCCCC;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
}

.pronote .hd ul li.on {
	background: #000000;
}

.pronote .hd a {
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	height: 100px;
	width: 35px;
	display: block;
	position: absolute;
	top: 200px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 2;
	transition: all 0.5s;
}
.pronote .hd a:hover {
	opacity: 1;
}

.pronote .hd a.next {
	left: 0;
	border-radius: 0 3px 3px 0;
}

.pronote .hd a.prev {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.pronote .bd li {
	height: 460px;
}

.pronote .bd .ld {
	width: 50%;
	padding-top: 50px;
}

.pronote .bd .ld h3 {
	font-size: 40px;
	width: 450px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 20px;
}

.pronote .bd .ld h4 {
	font-size: 18px;
	padding: 15px 0;
	font-weight: 400;
}

.pronote .note {
	font-size: 18px;
	color: #666;
}

.pronote .btn-more {
	border: 2px solid #000;
	color: rgba(0,0,0,0.6);
	border-color: rgba(0,0,0,0.6);
	background: transparent;
	padding: 14px 35px !important;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 3px;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	background: none;
	transition: all 0.5s;
}

.pronote .btn-more:hover {
	color: #ffffff !important;
	background: #1852af !important;
	border: 2px solid #1852af !important;
}

.pronote h3, .pronote  h4, .pronote  .note, .pronote .btn-more  {
	visibility: hidden;
}

.pronote .on h3 {
	visibility: visible;
	-webkit-animation: caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation:         caption-left   1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.pronote .on h4 {
	visibility: visible;
	-webkit-animation: caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation:         caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.pronote .on .note {
	visibility: visible;
	-webkit-animation: caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation:         caption-right  1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}

.pronote .on .btn-more {
	visibility: visible;
	-webkit-animation: caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
	animation:         caption-left  1.2s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
}
.chooseus {
	background: url(../images/advantage-bg-2.jpg) center center no-repeat #F8F8F8;	
	padding-bottom: 50px;
}

.chooseus .container {
	padding: 0;
}

.chooseus h3 {
	font-size: 42px;
	font-weight: 400;
	color: #1852af;
	text-align: center;
	padding-top: 70px;
}

.chooseus .list {
	text-align: center;
}

.chooseus .list li {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 0 26px;
	height: 400px;
}

.chooseus .picshow {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	display: block;
	margin: 20px auto;
	transition: all 0.5s;
}

.chooseus .picshow1 {
	background: url(../images/Mould-Manufacturing-icon.png01.png);
}

.chooseus .picshow1:hover {
	background: url(../images/Mould-Manufacturing-icon.png02.png);
}

.chooseus .picshow2 {
	background: url(../images/Design-Engineering-icon01.png);
}

.chooseus .picshow2:hover {
	background: url(../images/Design-Engineering-icon02.png);
}

.chooseus .picshow3 {
	background: url(../images/Molding-Service-icon02-1.png);
}

.chooseus .picshow3:hover {
	background: url(../images/Molding-Service-icon01.png);
}

.chooseus h4 {
	font-size: 26px;
	font-weight: 400;
	line-height: 2;
}

.chooseus .note {
	padding: 12px 0;
	color: #666666;
}

.chooseus .btn-more {
	color: #1852af;
	font-weight: 600;
	cursor: pointer;
}

.chooseus .btn-more:hover {
	text-decoration: underline;
}

.sbanner {
	width: 100%;
	height: 650px;
	background: url(../pic/banner-1.jpg) center center no-repeat;
	position: relative;
	display: none;
}

.sbanner::before {
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.15);
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.sbanner .container {
	position: relative;
}

.sbanner .righttext  {
	position: absolute;
	width: 550px;
	padding: 54px 30px 48px 30px;
	background: rgba(255,255,255,0.8);
	z-index: 2;
	top: 150px;
	left: 54%;
	color: #1852AF;
}

.sbanner .righttext h3 {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 400;
}

.sbanner .righttext .minline {
	margin: 15px 0;
	width: 80px;
	border-color: #000000;
}

.sbanner .righttext .note {
	color: #666666;
}

.sbanner .righttext .btn-more {
	border: 2px solid #666666;
	display: inline-block;
	height: 48px;
	width: 135px;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	color: #666666;
	font-size: 13px;
	margin-top: 10px;
	cursor: pointer;
}

.sbanner .righttext .btn-more:hover {
	color: #ffffff !important;
	background: #1852af !important;
	border: 2px solid #1852af !important;
}

.homenews {
	padding-top: 70px;
}

.homenews .container {
	padding: 0;
}

.homenews h2 {
	font-size: 42px;
	text-align: center;
	font-weight: 400;
	color: #1852AF;
}

.homenews .minline {
	width: 80px;
}

.homenews .list li {
	width: 365px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 25px;
}

.homenews .list li:first-child {
	margin-left: 0;
}

.homenews .list li:last-child {
	margin-right: 0;
}

.homenews .list img.newspic {
	width: 100%;
}

.homenews .list .a-news {
	display: inline-block;
	font-size: 14px;
	margin: 10px auto 0 auto;
	text-align: center;
	color: #1852AF;
	font-weight: bold;
	opacity: 0.8;
}
.homenews .list .a-news:hover {
	text-decoration: underline;
}

.homenews .list .title {
	display: block;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px;
}

.homenews .list .sline {
	width: 50px;
	height: 3px;
	background: #CCCCCC;
	display: inline-block;
}

.homenews .list .note {
	text-align: left;
	margin: 10px auto;
	color: #777777;
}

.homenews .btn-more {
	display: block;
	text-align: center;
	margin: 30px auto 20px auto;
	clear: both;
	width: 250px;
	border: none;
	border-style: solid;
	border-width: 1px;
	padding: 10px 0;
	border-radius: 2px;
	border-color: #1852AF;
	color: #1852AF;
}

.homenews .btn-more:hover {
    background: #1852af !important;
    color: #fff !important;
}

.homenews .date {
	display: block;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 50px;
}

.sbaner2 {
	background: url(../images/advantage-bg-2.jpg) center center no-repeat #F8F8F8;
	height: 510px;
	color: #444;
	position: relative;
}

.sbaner2::before {
	content: "";
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,0.5); */
	z-index: 1;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.sbaner2 .container {
	position: relative;
	z-index: 2;
}

.sbaner2 .hd {
	position: absolute;
	z-index: 3;
	top: 200px;
	width: 100%;
}

.sbaner2 .hd a {
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	cursor: pointer;
}

.sbaner2 .hd a i {
	font-size: 42px;
	opacity: 0.2;
	transition: all 0.5s;
}

.sbaner2 .sbanner2list:hover a i {
	opacity: 0.8;
}

.sbaner2 .hd a.prev {
	left: 25px;
}

.sbaner2 .hd a.next {
	right: 0;
}

.sbaner2 .bd {
	padding: 0 100px;
}

.sbaner2 h2 {
	text-align: center;
	padding-top: 80px;
	font-size: 42px;
	font-weight: 400;
}

.sbaner2 .minline {
/* 	border-color: #FFFFFF; */
	width: 80px;
}

.sbaner2 .note p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.sbaner2 .note p b {
	font-size: 24px;
	line-height: 1;
}

.sbaner2 .note p i {
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	display: block;
}

.frommore {
	background: #0066bf;
	color: #FFFFFF;
	padding: 50px 0;
	display: none;
}

.frommore .ld {
	float: left;
	font-size: 26px;
}

.frommore .ld h3 {
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
}

.frommore .rd {
	float: right;
}

.frommore input {
	padding: 13px;
	min-width: 50px;
	display: inline-block;
	border-radius: 2px;
	outline:  none;
	margin: 0;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background: none;
	width: 250px;
	margin: 0 3px;
}

.frommore input::-webkit-input-placeholder{
	color: #DDDDDD;
}
.frommore input::-moz-placeholder{
	color: #DDDDDD;
}
.frommore input:-ms-input-placeholder {
	color: #DDDDDD;
}

 

.frommore .btn-submit {
	background: #FFFFFF;
	color: #0066BF;
	cursor: pointer;
}

.frommore .btn-submit:hover {
	background: #0955d0;
	color: #FFFFFF;
	border-color: #0955d0;
}

.footer {
	background: #23292f;
	color: #FFFFFF;
	padding:78px 0 50px 0;
}

.footer a {
	color: #FFFFFF;
}

.footer li {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
	width: 30%;
}

.footer li:last-child {
	margin-right: 0;
}

.footer li h3 {
	font-size: 20px;
	margin-bottom: 45px;
	font-weight: 400;
}

.footer .show {
	/* width: 260px; */
}

.footer .show a {
	display: block;
	line-height: 1.5;
	cursor: pointer;
}

.footer .show a:hover {
	color: #1852AF;
}

.footer .show .showtubiao {
	padding-top: 10px;
}

.footer .show .showtubiao a {
	display: inline-block;
	color: #CCCCCC;
	margin: 10px 0px;
	font-size: 18px;
	opacity: 0.8;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 25px;
	transition: all 0.5s;
}

.footer .show .showtubiao a:hover {
	background: #0955D0;
	color: #FFFFFF;
	opacity: 1;
}

.footer .show .showtubiao a i {
	font-size: 18px;
}

.supmail {
	margin-top: 15px;
}

.supmail input {
	padding: 13px;
	line-height: 17px;
	width: 135px;
	border: 2px solid #FFFFFF;
	background: none;
	outline: none;
	color: #FFFFFF;
}
 

.supmail  input::-webkit-input-placeholder{
	color: #DDDDDD;
}
.supmail  input::-moz-placeholder{
	color: #DDDDDD;
}
.supmail  input:-ms-input-placeholder {
	color: #DDDDDD;
}


.supmail input.btn-submit {
	width: auto;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #0955D0;
}

.copyright {
	text-align: center;
	padding: 18px 0;
	background-color: #15181c;
	color: #FFFFFF;
	font-size: 12px
}

.copyright a {
	color: #FFFFFF;
}

#scroll-top {
	color: #ffffff;
	border: 1px solid #15181c;
	background-color: #15181c;
	position: fixed;
	border-radius: 2px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	opacity: 0.7;
	right: 50px;
	bottom: 50px;
	z-index: 5;
	visibility: visible;
}

#scroll-top:hover {
	background-color: #ffffff;
	color: #1852af;
	border: 1px solid #e1e1e1;
}

.hide {
	display: none;
}

.netbanner {
	padding-top: 89px;
}

.scont {
	padding: 50px 0 0 0;
	position: relative;
}

.container2 {
	width: 100%;
}

.productslist a {
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: 2;
	    background: #fafafa;
}

.productslist a::before {
	content: "";
	height: 100%;
	width: 1px;
	background: #EEEEEE;
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
}

.productslist a img {
	
	    display: block;
	    height: 19vw;
	    margin: 0 auto;
	    max-width: 100%;
}

.productslist a span {
	display: block;
	line-height: 3;
}

.pro_bt {
	position: absolute;
	top: 250px;
	width: 100%;
}

.pro_bt a span {
	margin: 0 10px;
	display: inline-block;
	max-width: 100px;
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

.netscont {
	position: relative;
}

.n_s_left2 {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	height: 100px;
	width: 35px;
	display: block;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 2;
	transition: all 0.5s;
	overflow: hidden;
	text-align: left;
}

.n_s_left2 i,.n_s_right2 i {
	margin: 0 10px;
}

.n_s_left2 a, .n_s_right2 a {
	color: #FFFFFF;
}

.n_s_left2 img, .n_s_right2 img {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 80px;
	margin-left: 5px;
	vertical-align: middle;
}
 

.n_s_left2:hover {
	background: rgba(0,0,0,0.8);
	width: 250px;
	opacity: 1;
}

 

.n_s_right2 {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	color: #FFFFFF;
	height: 100px;
	width: 35px;
	display: block;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 2;
	transition: all 0.5s;
	text-align: right;
	overflow: hidden;
}

.n_s_right2:hover {
	background: rgba(0,0,0,0.8);
	width: 250px;
	opacity: 1;
}

.n_s_right2:hover .firsticon {
	display: none;
}

span.sline {
	width: 50px;
	height: 2px;
	/* background: #174998; */
	margin: 30px auto;
	display: block;
}

h3.stitle {
	font-size: 34px;
	text-align: center;
	font-weight: 600;
}

.cleartop {
	height: 50px;
	clear: both;
}

.newsdisplay {
	width: 1000px;
	display: block;
	margin: 20px auto;
}

.newsdisplay .stitle {
	font-size: 24px;
	font-weight: bold;
}

.newsdisplay .snote {
	line-height: 2;
}

.svmenu {
  	display: none; 
}
 
