html,body {
	padding: 0;
	margin: 0;
}

body,pre {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
	font-size: 13px;
	background: #f5f5f5;
	color: #222222;
}
pre {
	word-break: break-all;
	white-space: pre-wrap;
	word-wrap: break-word;
	*white-space:normal;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #333333;
}
a:focus{
	outline: none;
}
ul,li {
	list-style: none;
    list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
.clearfix:after {       
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size:0;
}
.clearfix {}{ *zoom:1;}

.header {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	vertical-align: middle;
	min-height: 90px;
}
.logo {
	display: block;
	width: 470px;
	height: 70px;
	margin-left: 36px;
	float: left;
	margin-top: 10px;
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.logo img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.menu-btn {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 25px;
	border: none;
	background-color: white;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
	display: none;
}
.menu-btn img {
	width: 100%;
	height: 100%;
}
.nav {
	float: left;
	margin-left: 30px;
	vertical-align: middle;
}
.nav-item {
	float: left;
	height: 90px;
	position: relative;
	margin-right: 20px;
}
.nav-link {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	padding: 35px 0 25px 0;
	position: relative;
}
.nav-link:hover {
	color: #0f71da;
}
.nav-link .line {
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: 0;
    background-color: #0f71da;
    transition: all .2s ease-in-out;
}
.nav-link:hover .line{
  width: 100%;
  margin-left: -50%;
}
.nav-sublist {
    position: absolute;
    z-index: 10;
	padding: 10px;
    top: 105px;
    left:50%;
    opacity:0;
    width: 240px;
    margin-left: -120px;
    background-color: white;
    visibility: hidden;
    text-align: center;
    transition: all .2s ease-in-out;
	box-shadow: 0 0 5px #cfcfcf;
}
.nav-item:hover .nav-sublist{
	opacity: 1;
	visibility: visible;
    top: 91px;
}

.nav-sublist li {
	margin: 10px 0;
}

.nav-sublist a {
	margin: 10px 0;
	color: #333;
	font-size: 16px;
}
.nav-sublist a:hover {
	color: #0f71da;
}
.menu {
	width: 200px;
	background-color: white;
	position: absolute;
	z-index: 10;
	right: -200px;
	top: 91px;
	padding: 10px;
	box-shadow: 0 0 5px #cfcfcf;;
	opacity: 0;
	display: none;
}

.menu-item {
	margin: 5px;
}
.menu-a {
	font-size: 18px;
}
.menu-sublist {
	margin-left: 10px;
}
.menu-sublist li {
	margin: 5px;
}
.menu-sublist a {
	font-size: 16px;
	margin: 5px;
}
.menu a:hover {
	color: #0f71da;
}

.search-bar {
	float: right;
	height: 65px;
	margin-left: 20px;
	font-size: 16px;
	padding-top: 25px;
	margin-right: 50px;
}
.search-input {
	width: 200px;
	height: 40px;
	position: relative;
}
.search-bar input {
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #979797;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.search-input i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/search.png) no-repeat center;
	cursor: pointer;
}
.banner {
	width: 100%;
	text-align: center;
}
.banner img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.section {
	width: 1330px;
	margin: 0 auto;
	margin-top: 40px;
}
.section h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.comp {
	display: block;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
}
.comp-img {
	display: block;
	float: left;
	width: 330px;
	height: 230px;
}
.comp-intro {
	display: block;
	float: left;
	width: 668px;
	height: 230px;
	margin-right: 2px;
	overflow: hidden;
}
.comp-contact {
	display: block;
	float: left;
	width: 310px;
	height: 230px;
	overflow: hidden;
}
.comp-name,
.prod-name,
.news-title {
	padding: 0 20px;
	margin: 0;
	border-bottom: 1px dashed #cccccc;
	font-weight: normal;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.comp-desc,
.prod-desc{
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	overflow: hidden;
}
.news-text {
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 20px;
	padding: 0;
	height: 132px;
}
.prod-list {
	margin-top: -10px;
	margin-left: -10px;
}
.prod {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
}
.prod-img {
	display: block;
	float: left;
	width: 330px;
	height: 230px;
}
.prod-intro {
	display: block;
	float: left;
	width: 330px;
	height: 230px;
	overflow: hidden;
}
.news-list {
	margin-top: -10px;
	margin-left: -10px;
}
.news {
	float: left;
	width: 436.666px;
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
}
.news-img {
	display: block;
	float: left;
	width: 436.666px;
	height: 245.6px;
}
.news-content {
	display: block;
	float: left;
	width: 436.666px;
}
.footer {
	background: #0F1115;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
}
.footer a:hover {
	color: white;
}
.fnav-link {
	color: white;
	font-size: 16px;
	margin-bottom: 5px;
}
.fnav {
	display: inline-block;
}

.fnav-item {
	float: left;
	margin: 10px;
	text-align: left;
}
.fnav-sublist li {
	margin-top: 5px;
}
.fnav-sublist a {
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}
.copyright, .copyright a {
	margin-top: 10px;
	color: rgba(255, 255, 255, .5);
	line-height: 22px;
}
.copyright p {
	margin: 0;
	padding: 0;
}
.copyright img {
	display: inline;
}
.position {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 10px;
}
.page {
	width: 1330px;
	margin: 0 auto;
	margin-top: 20px;
}
.left {
	float: left;
	width: 250px;
}
.lnav-warp {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
	margin-bottom: 20px;
}
.lnav a{
	display: block;
    line-height: 24px;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    position: relative;
    font-weight: normal;
    position: relative;
}
.lnav a:hover {
	color: #0f71da;
}
.lnav a.curr {
	color: #0f71da;
}
.lnav .line {
    background-color: #0f71da;
    width: 4px;
    height: 0;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: 0;
    background-color: #0f71da;
    transition: all .2s ease-in-out;
}
.lnav a:hover .line{
  height: 54px;
  margin-top: -27px;
}
.lcontact {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
}
.lcontact-img {
	width: 100%;
}
.lcontact-info {
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.rmain {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
	float: left;
	width: 1060px;
	margin-left: 20px;
	padding-bottom: 100px;
}

.main {
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	background-color: white;
	width: 100%;
}

.article-title,
.error-title {
	font-size: 20px;
	font-weight: bold;
	color: #0f71da;
	text-align: center;
	padding: 0 10px;
}
.error-title {
	color: red;
	padding-top: 20px;
}

.error-content {
	padding: 40px 50px;
	color: red;
	text-align: center;
	font-size: 16px;
}
.error-img {
	display: block;
	width: 368px;
	height: 368px;
	margin: 10px auto;
}
.error-btn {
	text-align: center;
	font-size: 18px;
	padding-bottom: 60px;
}
.article-info {
	margin: 0 20px;
	text-align: center;
	margin-bottom: 10px;
}
.article-info span {
	margin-right: 20px;
}
.article-line {
	border: none;
	border-bottom: 1px dashed #cccccc;
	margin: 0 20px;
}
.article-content {
	padding: 20px 40px;
	line-height: 24px;
	font-size: 14px;
	box-sizing: border-box;
}
.article-content img,
.article-content embed,
.article-content video {
	max-width: 100% !important;
}

.article-list {
	margin: 0 20px;
}
.article-list li {
    width: 100%;
    margin: 0;
    padding: 0 90px 0 0;
    list-style: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px dashed #cccccc;
    font-size: 14px;
    line-height: 60px;
    color: #353535;
}
.article-list span {
    color: #9e9e9e;
    position: absolute;
    right: 0;
}
.pager-bar {
	text-align: center;
	margin-top: 40px;
}
.pager-bar a {
    display: inline-block;
    font-size: 10px;
    list-style: none;
    width: 30px;
    height: 30px;
    border: 1px solid #d9d9d9;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-left: 8px;
}
.pager-bar a.curr {
	background-color: #0f71da;
	color: white;
}
.proditem-list {
	margin: 0 20px;
}
.proditem {
	display: block;
	margin-top: 10px;
}
.proditem-img {
	display: block;
	float: left;
	width: 20%;
}
.proditem-intro {
	display: block;
	float: left;
	width: 80%;
}
.proditem-name {
	padding: 10px 20px;
	margin: 0 10px;
	border-bottom: 1px dashed #cccccc;
	font-weight: normal;
	font-size: 16px;
	overflow: hidden;
}
.proditem-desc{
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}
.proddtl-img {
	display: block;
	width: 330px;
	height: 230px;
	margin: 0 auto;
	margin-top: 20px;
}
.proddtl-link {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
.proddtl-link a:hover {
	color: #0f71da;
}
.qualif-list-warp {
	margin: 0 20px;
	margin-top: 20px;
	text-align: center;
}
.qualif-list {
	display: inline-block;
}
.qualif {
	display: inline-block;
	width: 310px;
	height: 450px;
	float: left;
	margin: 10px;
}
.qualif img {
	width: 100%;
	height: 100%;
}
.link-list {
	margin: 0 40px;
	margin-top: 20px;
}
.link-list a {
	width: 180px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
}
.link-list a:hover {
	color: #0f71da;
}
.searh-msg {
	margin-top: 40px;
	text-align: center;
}

div.slider {
	width: 100%;
	/*height: 277px;*/
	/*margin-top: 40px;*/
}

.nivo-slice {
	background-size: 1330px 277px !important;
}

@media only screen and (max-width: 767px) {
	.nav {
		display: none;
	}
	.search-bar {
		display: none;
	}
	.menu-btn {
		display: block;
	}
	.logo {
		width: 300px;
		height: 45px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.search-bar {
		display: none;
	}
	.page,
	.section {
		width: 90%;
	}
	.comp-img {
		width: 100%;
		height: auto;
	}
	.comp-intro {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.comp-contact {
		width: 100%;
		height: auto;
	}
	.prod-list {
		margin-top: -10px;
		margin-left: 0;
		overflow: auto;
	}
	.prod {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.prod-img {
		width: 100%;
		height: auto;
	}
	.prod-intro {
		width: 100%;
		height: auto;
	}
	.news-list {
		margin-top: 0;
		margin-left: 0;
		overflow: auto;
	}
	.news {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.news-img {
		width: 100%;
		height: auto;
	}
	.news-content {
		width: 100%;
	}
	.left {
		width: 100%;
	}
	.rmain {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.search-bar {
		display: none;
	}
	.page,
	.section {
		width: 750px;
	}
	.comp-img {
		width: 220px;
		height: 153px;
	}
	.comp-intro {
		width: 530px;
		height: 139px;
		margin-right: 0;
	}
	.comp-contact {
		display: none;
	}
	.prod-list {
		margin-top: -10px;
		margin-left: -10px;
	}
	.prod {
		width: 750px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.prod-img {
		width: 220px;
		height: 153px;
	}
	.prod-intro {
		width: 530px;
		height: 153px;
	}
	.news-list {
		margin-top: -10px;
		margin-left: -10px;
	}
	.news {
		width: 370px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.news-img {
		width: 370px;
		height: 208px;
	}
	.news-content {
		width: 370px;
	}
	.left {
		width: 250px;
	}
	.rmain {
		width: 480px;
		margin-left: 20px;
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.search-bar {
		display: none;
	}
	.page,
	.section {
		width: 970px;
	}
	.comp-img {
		width: 330px;
		height: 230px;
	}
	.comp-intro {
		width: 438px;
		height: 230px;
		margin-right: 2px;
	}
	.comp-contact {
		width: 200px;
		height: 230px;
		display: block;
	}
	.prod-list {
		margin-top: -10px;
		margin-left: -10px;
	}
	.prod {
		width: 970px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.prod-img {
		width: 330px;
		height: 230px;
	}
	.prod-intro {
		width: 640px;
		height: 230px;
	}
	.news-list {
		margin-top: -10px;
		margin-left: -10px;
	}
	.news {
		width: 316.66px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.news-img {
		width: 316.66px;
		height: 180px;
	}
	.news-content {
		width: 316.66px;
	}
	.left {
		width: 250px;
	}
	.rmain {
		width: 700px;
		margin-left: 20px;
		margin-top: 0;
	}
}

@media only screen and (min-width: 1340px) {
	.search-bar {
		display: block;
	}
	.page,
	.section {
		width: 1330px;
	}
	.comp-img {
		width: 330px;
		height: 230px;
	}
	.comp-intro {
		width: 668px;
		height: 230px;
		margin-right: 2px;
	}
	.comp-contact {
		display: block;
		width: 310px;
		height: 230px;
	}
	.prod-list {
		margin-top: -10px;
		margin-left: -10px;
	}
	.prod {
		width: 660px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.prod-img {
		width: 330px;
		height: 230px;
	}
	.prod-intro {
		width: 330px;
		height: 230px;
	}
	.news-list {
		margin-top: -10px;
		margin-left: -10px;
	}
	.news {
		width: 325px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.news-img {
		width: 325px;
		height: 183px;
	}
	.news-content {
		width: 325px;
	}
	.left {
		width: 250px;
	}
	.rmain {
		width: 1060px;
		margin-left: 20px;
		margin-top: 0;
	}
}
