﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	min-width: 1100px;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	background: #fff;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.cls {
	clear: both;
}

.wrap {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.en {
	font-family: arial;
}
.prenext{
	margin-top: 50px;
}

/*iban*/

.fullSlide {
	width: 100%;
	position: relative;
	height: 450px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 25px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #019ee3;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 0;
	background-position: -6px -137px;
}


/*header*/
.header{
	height: 120px;
}
.ilogo{
	float: left;
	position: relative;
	margin-top: 30px;
}
.ilogo h1{
	font-size: 30px;
	font-weight: bold;
	color: #00306a;
	line-height: 1;
}
.ilogo p{
	position: relative;
	width: 190px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	color: #999;
	z-index: 99;
	margin-top: 13px;
}
.ilogo:after{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: 8px;
	z-index: 1;
}
.ilogo-r{
	float: right;
}
.iphone{
	float: left;
	margin-top: 35px;
	height: 50px;
	padding-left: 65px;
	padding-right: 30px;
	background: url(../img/iphone.png) left no-repeat;
	border-right: 1px solid #ccc;
}
.iphone p{
	color: #666;
}
.iphone span{
	font-size: 20px;
	font-family: impact;
	color: #00306a;
}

.isearch{
	float: left;
	margin-left: 30px;
	margin-top: 31px;
}
.isearch p{
	margin-left: 5px;
	margin-bottom: 8px;
}
.isearch form {
	width: 250px;
	height: 26px;
	border-radius: 15px;
	border: 1px solid #ccc;
	background: #fff;
}

.isearch form input {
	outline: 0;
	border: none;
}

.search-txt {
	width: 200px;
	height: 20px;
	border: none;
	padding: 3px 0;
	margin-left: 10px;
	background: none;
	float: left;
}

.search-btn {
	width: 23px;
	height: 20px;
	background: url(../img/search.png) center no-repeat;
	padding: 0;
	margin: 2px 7px 0 0;
	cursor: pointer;
	float: right;
}

/*导航*/
.nav{
	height: 50px;
	line-height: 50px;
	background: #00306a;
}

.nav ul li{
	width: 14.2857%;
	text-align: center;
	float: left;
	position: relative;
}
.nav ul li a{
	display: block;
	color: #fff;
	font-size: 15px;
}
.nav ul li:hover>a{
	background: #074fa6;
}

.nav ul li dl {display: none;position: absolute;top:50px;left:0px;width:220%; background:#fff; z-index:10; color: #000;}
.nav ul li:hover dl { display: block;}
.nav ul li dl dd { float: none; background:#f5f5f5; height:30px; border-bottom:solid 1px #e5e5e5;text-align:center;}
.nav ul li dl dd a {display:block; width:100%; color:#000;height:40px; line-height:40px;border-bottom:none;font-size: 14px;}
.nav ul li dl dd a:hover { background:none;background:#074fa6; color: #fff;line-height:40px; height:40px;text-align:center;border-bottom:none; }


/*关于我们*/
.iabout{
	margin-top: 60px;
}

.iabout-l{
	float: left;
}

.iabout-l p{
	font-size: 34px;
	font-weight: bold;
	color: #00306a;
}

.iabout-l h5{
	font-size: 22px;
	font-weight: bold;
	color: #666;
	line-height: 50px;
}
.iabout-l a{
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #00306a;
	color: #fff;
	margin-top: 8px;
}
.iabout-r{
	float: right;
	width: 770px;
	line-height: 2;
	color: #666;
}

/*ifl*/
.ifl{
	margin-top: 60px;
	padding: 30px 0;
	background: url(../img/ifl-bj.jpg) center no-repeat;
}
.ifl>.wrap>h5{
	text-align: center;
	font-size: 25px;
	margin: 10px 0 50px 0;
}
.ifl>.wrap>a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #666;
	color: #666;
	margin: 50px auto 15px auto;
	
}
.ifl>.wrap>a:hover{
	border-color: #00306a;
	background: #00306a;
	color: #fff;
}
.ifl ul li{
	width: 275px;
    height: 110px;
    position: relative;
    float: left;
}
.ifl ul li:last-of-type{
	margin-right: 0;
}

.li-t{
	width: 260px;
	position: absolute;
	top: 0;
}
.li-t:after{
	display: block;
	content: "";
	width: 260px;
	height: 165px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
}
.li-t img{
	width: 260px;
	height: 165px;
}
.ifl ul li:hover .li-t:after{
	display: none;
}
.li-b{
    width: 230px;
    height: 90px;
    position: absolute;
    background: #999;
    bottom: 0;
    left: 15px;
    text-align: center;
    
}
.li-b h5{
	color: #fff;
	font-size: 18px;
	margin-top: 11px;
	margin-bottom: 10px;
}
.li-b span{
	font-size: 12px;
	color: #fff;
}
.li-b p{
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin: 15px auto 0 auto;
}
.ifl ul li:hover .li-b{
	background: #00306a;
}


/*ipro*/
.ipro{
	margin-top: 60px;
}
.ipro>.wrap>h5{
	text-align: center;
	font-size: 25px;
}
.ipro ul li{
	float: left;
	margin-right: 22px;
	margin-top: 30px;
}
.ipro ul li:nth-of-type(4n){
	margin-right: 0;
}
.ipro ul li img{
	display: block;
	width: 240px;
	height: 153px;
	padding: 8px;
	border: 1px solid #ccc;
}
.ipro ul li p{
	text-align: center;
	line-height: 1;
	margin-top: 20px;
}
.ipro ul li p:hover{
	color: #00306a;
}

/*生产中心*/
.isccj{
	margin-top: 60px;
	padding: 50px 0;
	background: url(../img/isccj.jpg) center no-repeat;
}
.isccj>.wrap>h5{
	text-align: center;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 40px;
	color: #fff;
}
.isccj img{
	display: block;
}

.box1{
	float: left;
	width: 540px;
}
.box1 img{
	float: left;
	width: 260px;
	height: 170px;
	margin: 0 10px 10px 0;
}
.box2{
	float: left;
	width: 560px;
}
.box2 img{
	width: 560px;
	height: 350px;
	margin-bottom: 10px;
}
.box3{
	float: left;
	width: 540px;
}

.box3 img{
	width: 530px;
	height: 190px;
	margin-right: 10px;
}
.box4{
	float: left;
	width: 560px;
}
.box4 img{
	width: 560px;
	height: 190px;
}

/*inews*/
.inews{
	margin-top: 60px;
}
.inews-title{
	text-align: center;
	position: relative;
		margin-bottom: 30px;
}
.inews-title p{
	color: #222;
	font-size: 22px;
	line-height: 1;
}
.inews-title p span{
	color: #666;
}
.inews-title h5{
	font-size: 25px;
	position: relative;
	width: 130px;
	background: #fff;
	margin: 5px auto 0 auto;
	z-index: 99;
}
.inews-title i{
	display: block;
	width: 250px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	bottom: 15px;
}
.inews-l{
	width: 500px;
	float: left;
}
.inews-t{
	line-height: 35px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.inews-m dl dt{
	line-height: 40px;
	font-size: 15px;
}
.inews-m dl dd{
	line-height: 2;
	color: #666;
}
.inews-b{
	margin-top: 15px;
}
.inews-b ul li{
	overflow: hidden;
	line-height: 42px;
	border-bottom: 1px dashed #ccc;
	color: #666;
}
.inews-b ul li span{
	float: right;
}

.icontact{
	width: 550px;
	float: right;
}
.icontact img{
	display: block;
	width: 550px;
	height: 145px;
	margin-top: 15px;
}
.icontact ul{
	margin-top: 20px;
}
.icontact ul li{
	width: 50%;
	float: left;
	line-height: 40px;
}
.icontact ul li:last-of-type{
	width: 100%;
}
/*footer*/
.footer{
	margin-top: 80px;
	padding: 25px 0 15px 0;
	background: #555;
	position: relative;
}

.ftnav ul li{
	float: left;
	margin-right: 30px;
	color: #fff;
}
.ftb{
	margin-top: 30px;
}
.ftb p{
	line-height: 2;
	color: #fff;
}

.ewm{
	position: absolute;
	top: -13px;
	right: 0;
}
.ewm img{
	display: block;
	width: 100px;
	height: 100px;
}
.ewm p{
	text-align: center;
	line-height: 2;
	color: #fff;
}


/*content*/

.content {
	margin-top: 40px;
}


/*content-left*/

.content-left {
	width: 230px;
	float: left;
}

.left-t {
	background: #00306a;
	padding: 15px 20px;
}

.left-t h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.left-t h5 span {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.left-b ul {
	border: 1px solid #dcdbdb;
	border-top: 0;
}
.left-b ul li {
	color: #333;
	border-bottom: 1px solid #dcdbdb;
	font-size: 12px;
	background: #f0f0f0;
}
.left-b ul li:last-of-type{
	border-bottom: 0;
}

.left-b ul li>a {
	    display: block;
    padding-left: 10px;
    line-height: 25px;
    background: url(../img/ipro-navbj.png) right 30px top 18px no-repeat;
}

.left-b ul li a:hover {
	color: #00306a;
}
.leftnavdl{
	border-bottom: 1px solid #dcdbdb;
	padding: 0 30px;	
}

.leftnavdl dd{
	padding: 0 20px;
	border-bottom: 1px dashed #ccc;
	line-height: 1;
}

.leftnavdl dd:last-of-type{
	border: 0;
}
.leftnavdl dd a{
	color: #666;
	display: block;
	line-height: 50px;
}
.leftnavdl dd a:hover{
	color: #00306a;
}

.left-box02{
	margin-top: 40px;
}
.left-box02 .left-t{
	background: #019ee3;
}
.left-box02 .left-t span{
	color: #fff;
}
.left-box02 dl{
	border: 1px solid #dcdbdb;
	border-top: 0;
	padding: 10px 20px 15px 20px;
	background: #f0f0f0;
	color: #666;
	overflow: hidden;
}
.left-box02 dl dd{
	line-height: 2;
	margin-top: 5px;
}
/*content-right*/

.content-right {
	width: 820px;
	float: right;
}

.right-t {
	position: relative;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ccc;
}

.right-t h5 {
	font-size: 24px;
	color: #00306a;
}

.content-pos {
	 
	bottom: 0;
	right: 0;
	line-height: 40px;
	color: #666;
}

.right-b {
	line-height: 2;
	margin-top: 11px;
	font-size: 13px;
}

.news-list ul li {
	padding-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

.news-list a {
	display: block;
}

.news-list h3 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #00306a;
}

.news-list ul li {
	color: #666;
}

.news-list span {
	font-size: 12px;
	color: #aaa;
}

.news-list h4 {
	display: block;
	text-align: right;
	color: #36436e;
	margin-top: 5px;
}
.news-list h4:hover{
	color: #f00;
}
.news-nr h5 {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	color: #333;
	text-align: center;
}

.news-nr h4 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	font-size: 12px;
	text-align: center;
	margin-bottom: 15px;
}

.pro-list ul li {
	float: left;
	width: 250px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.pro-list ul li:nth-of-type(3n+2) {
	margin: 0 35px;
}

.pro-list ul li:hover {
	color: #00306a;
	border-color: #00306a;
}

.pro-list ul li a {
	display: block;
}

.pro-list ul li a img {
	display: block;
	width: 250px;
	height: 180px;
	padding: 5px;
	margin-bottom: 6px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.pro-list ul li a span {
	display: block;
}

.pro-nr>h5{
	font-size: 20px;
	text-align: center;
}
.pro-nr>img{
	display: block;
	margin: 10px auto;
	max-width: 70%;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #00306a;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}
.prodetails img{
	max-width: 100%;
}
