html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	font-family: "Î¢ÑÅÈíºÚ", "Microsoft Yahei", "ËÎÌå";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #004a8f;
}

img {
	border: 0;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
font,
form {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

.cls {
	clear: both;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: 60px;
}

.logo {
	float: left;
	width: 382px;
	height: 50px;
	margin-top: 5px;
}

.logo img {
	width: 382px;
	height: 50px;
}

.phone {
	float: left;
	margin: 12px 45px;
}

.phone>span {
	color: #FF0000;
	font-size: 17px;
}

.phone>p {
	line-height: 12px;
}

.search {
	float: right;
	font-size: 0;
	height: 33px;
	line-height: 33px;
	margin-top: 16px;
}

.txt {
	background-color: #519cde;
	border: 0;
	outline: none;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 10px;
	font-size: 14px;
	float: left;
}

.btnx {
	width: 40px;
	height: 33px;
	line-height: 1;
	background-color: #004a8f;
	border: none;
	outline: none;
	vertical-align: middle;
}

.btnx .ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(../img/ico.png);
	vertical-align: middle;
}

.nav {
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	height: 66px;
	background: url(../img/blue.5.png) repeat;
	z-index: 99;
}

.nav_ul {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.nav .nav_li {
	position: relative;
	float: left;
	width: 14.2857%;
}

.nav .nav_li .nav_a {
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #fff;
	height: 66px;
	line-height: 66px;
	text-align: center;
/*	background: url(../img/nav_li.png) right center no-repeat;*/
	transition: none;
	-webkit-transition: none;
}

.nav .nav6 .nav_a {
	background: none;
}

.nav .nav_li:hover .nav_a {
	background: url(../img/blue.6.png) repeat;
}

.nav .nav_li .setNav {
	background: url(../img/blue.6.png) repeat;
	text-align: left;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0;
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	border-top: 1px solid transparent;
	padding: 10px 0;
}

.nav .nav_li .setNav li a {
	display: block;
	padding: 5px 20px;
	color: #fff;
}

.nav .nav_li.last .setNav {
	left: auto;
	right: 0;
}

.nav .nav_li:hover .setNav {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	border-top-color: #3174a3
}

#banner {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 580px;
	position: relative;
	margin: 0px auto;
	z-index: 2;
}

#banner .imglist {
	width: 100%;
	height: 580px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner .left {
	display: block;
	position: absolute;
	left: 5%;
	top: 300px;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat 0px top;
	z-index: 7;
}

#banner .right {
	display: block;
	position: absolute;
	right: 5%;
	top: 300px;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat -36px top;
	z-index: 8;
}

.btn {
	position: absolute;
	bottom: 10px;
	left: 47%;
	display: block;
	padding: 2px 15px;
	border-radius: 11px;
	z-index: 3;
}

.btn li {
	float: left;
	height: 16px;
	width: 16px;
	margin: 0px 2px;
	background: url("../img/1.png") no-repeat;
	cursor: pointer;
}

.btn .hover {
	background: url("../img/2.png") no-repeat;
}

.box1 {
	padding: 20px 0 40px;
}

.box1-t span {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #0d487e;
}

.box1-b {
	margin-top: 20px;
}

.stepcarousel {
	MARGIN: 0px auto;
	OVERFLOW: scroll;
	WIDTH: 1200px;
	POSITION: relative;
	HEIGHT: 200px
}

.stepcarousel .belt {
	LEFT: 0px;
	POSITION: absolute;
	TOP: 0px
}

#displaycssbelt {
	VISIBILITY: hidden
}

#stocklevels {
	VISIBILITY: hidden
}

.stepcarousel .panel {
	FLOAT: left;
	MARGIN: 0px 41px 0px 13px;
	OVERFLOW: hidden;
	WIDTH: 202px
}

.stock {
	CLEAR: both;
	FONT-SIZE: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px auto;
	WIDTH: 929px;
	COLOR: #000;
	BORDER-BOTTOM: #000 1px dashed;
	FONT-FAMILY: arial, verdana, sans-serif;
	HEIGHT: 10px;
	TEXT-ALIGN: right
}

.subfeature {
	DISPLAY: block;
	MARGIN: 0px;
	OVERFLOW: hidden;
	WIDTH: 202px
}
.subfeature img{
	border: 1px solid #ddd;
}

.subfeature-txt {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 202px! important;
	LINE-HEIGHT: 17px;
	PADDING-TOP: 3px;
	POSITION: relative
}

.subfeature-txt H2 {
	CLEAR: both;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	PADDING-BOTTOM: 3px
}

.subfeature-txt H2 A {
	COLOR: #000;
}

.subfeature-txt H2 A:hover {
	COLOR: #004a8f;
}


.box2 ul {
	width: 102%;
}

.box2 li {
	width: 48%;
	float: left;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	margin-bottom: 1%;
}

.box2 li>a {
	padding-bottom: 50%;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.box2 li>a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0;
}

.tit {
	background: url(../img/c_li_s.png) left bottom no-repeat;
	width: 131px;
	height: 55px;
	padding-left: 45px;
	line-height: 55px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	opacity: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.box2_info {
	background: url(../img/c_li_bg.png) left bottom no-repeat;
	bottom: 0;
	left: -100%;
	top: 0;
	width: 343px;
	position: absolute;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.box2_li:hover .box2_info {
	left: 0;
}

.box2_li:hover .tit {
	opacity: 0;
}

.box2_box {
	width: 61%;
	color: #fff;
	padding: 25px 0 25px 9%;
}

.box2_box>h3>a {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 25px;
	color: #fff;
}

.box2_btn {
	color: #fff;
	border: 1px rgba(255, 255, 255, .5) solid;
	display: inline-block;
	padding: 2px 16px;
	margin-top: 30px;
}

.box2_btn:hover {
	color: #fff;
}

.box3 {
	margin-top: 25px;
}

.box3_l {
	width: 50%;
	margin-right: 2%;
	float: left;
}

.box3_l_img {
	width: 37.5%;
	margin-right: 4%;
	float: left;
	padding: 5px;
	border: 1px #bababa solid;
}

.box3_l_img a {
	padding-bottom: 57%;
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.box3_l_img a img {
	width: 100%;
	height: auto;
}

.box3_l_txt h3 {
	display: block;
	width: 56%;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.box3_l_txt span {
	width: 56%;
	float: left;
	display: block;
	color: #888;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	font-size: 14px;
}

.box3_l_b {
	margin-top: 20px;
	overflow: hidden;
}

.box3_l_b ul li {
	overflow: hidden;
	border-top: 1px #dfdfdf dashed;
	margin-top: -1px;
	height: 38px;
	line-height: 38px;
}

.box3_l_b ul li a {
	font-size: 13px;
	float: left;
	width: 78%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box3_l_b ul li span {
	font-size: 13px;
	float: right;
	width: 20%;
	text-align: right;
}

.box3_r {
	width: 48%;
	float: right;
}

.box3_r_l {
	float: left;
	width: 282px;
	height: 0;
	padding-bottom: 59%;
	position: relative;
	overflow: hidden;
	display: block;
}

.box3_r_l img {
	width: 100%;
	height: auto;
}

.about1 {
	margin-bottom: 10px;
}

.box3_r_r {
	width: 282px;
	float: right;
}

.box3_r_r_txt {
	padding: 10%;
	position: relative;
}

.box3_r_r_t {
	font-size: 20px;
	color: #313131;
	padding-bottom: 10px;
	text-align: right;
}

.box3_hx {
	width: 100%;
	height: 3px;
	background: url(../img/hx.jpg) no-repeat right;
	margin: 0px 0 20px 0;
}

.box3_r_r_b {
	font-size: 14px;
	line-height: 28px;
}

.box4_r {
	width: 48%;
	float: right;
}

.box4_r_l {
	float: left;
	width: 282px;
	height: 0;
	padding-bottom: 59%;
	position: relative;
	overflow: hidden;
	display: block;
}

.box4_r_l img {
	width: 100%;
	height: auto;
}

.box4_r_r {
	width: 282px;
	float: right;
}

.box4_r_r_txt {
	padding: 10%;
	position: relative;
}

.box4_r_r_t {
	font-size: 20px;
	color: #313131;
	padding-bottom: 10px;
	text-align: right;
}

.box4_hx {
	width: 100%;
	height: 3px;
	background: url(../img/hx.jpg) no-repeat right;
	margin: 0px 0 20px 0;
}

.box4_r_r_b {
	font-size: 14px;
	line-height: 23px;
}

footer {
	margin-top: 50px;
	border-top: 1px #dadada solid;
	padding: 20px 0 10px;
}

.foot_l {
	width: 74%;
	float: left;
	font-size: 13px;
}

.foot_r {
	float: right;
}

.yq {
	line-height: 25px;
}

.yq span {
	margin-right: 10px;
	font-weight: bold;
	color: #aaa;
}
.yq a{
	margin-right: 10px;
	color: #aaa;
}

.yq a:hover{
	color: #999;
}
.nr{
	margin-top: 30px;
}
.nr_l{
	float: left;
	width: 280px;
}

.nr_l_t{
	font-size: 20px;
    color: #fff;
    line-height: 64px;
    height: 64px;
    padding-left: 10%;
    background: #004a8f;
}
.nr_l_b ul{
	margin-top: 20px;
}

.nr_l_b ul li{
	border-bottom: 1px solid #ccc;
}
.nr_l_b ul li a{
	display: block;
    background-color: #f7f7f7;
    height: 52px;
    line-height: 52px;
    padding-left: 10%;
    font-size: 16px;
}
.nr_l_b ul li a:hover{
    background-color: #004a8f;
    color: #fff;
}

.nr_r{
	float: right;
	width: 880px;
}

.nr_r_position{
	font-weight: normal;
    font-size: 14px;
    text-align: right;
}

.nr_r h1{
	    font-size: 36px;
    line-height: 50px;
    color: #555;
        margin-bottom: 20px;
}

.nr_r_txt{
	padding: 20px 0 60px;
	min-height: 400px;
	font-size: 14px;
}

.nr_r_pro ul li{
	float: left;
	width: 198px;
	margin: 10px 10px 20px 10px;

}

.nr_r_pro ul li a img{
	width: 198px;
	height: 180px;
	border: 1px solid #ccc;
}
.nr_r_pro ul li a span{
	display: block;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.nr_r_pro ul li a:hover img{
	border: 1px solid #004a8f;
}

.nr_r_pro ul li a:hover span{
	color: #004a8f;
	border-bottom: 1px solid #004a8f;
}

#pages {
	padding: 14px 0 10px;
	text-align: center;
	font-size:12px;
}
#pages a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}
#pages a.a1 {
	background: url(../images/admin_img/pages.png) no-repeat 0 5px;
	width: 56px;
	padding: 0
}
#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none
}
#pages span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

.nr_r_product h3{
	display: block;
	height: 30px;
	line-height: 30px;
	background: #004a8f;
	font-size: 16px;
	color: #FFF;
	padding-left: 10px;
}

.nr_r_product_txt{
	padding-top: 10px;
	font-size: 14px;
}


.next{
	margin-top: 70px;
    font-size: 13px;
    text-align: right;
}


.nr_r_news ul li{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.nr_r_news ul li h5{
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

.nr_r_news ul li span{
	color: #aaa;
	display: block;
}

.nr_r_news ul li:hover h5{
	color: #004a8f;
}
.nr_r_news_txt{
	font-size: 14px;
}

.rightcb{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -80px;
	z-index: 100;
	cursor: pointer;
}

.rightcb ul li{
	display: block;
	width: 53px;
	height: 43px;
	background: #004a8f;
	margin-bottom: 2px;
}

.rightcb ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.ewm{
	position: absolute;
	margin-right: 2px;
	right: 100%;
	top: 0;
	width: 120px;
	height: 120px;
	display: none;
	background: url(../img/ewmb.jpg);
}

.rightcb_ewm:hover .ewm{
	display: block;
}
.rightcb_phone{
	position: relative;
}
.rightcb_phone span{
	margin-right: 2px;
	position: absolute;
    background: #004a8f;
    display: none;
    width: 0;
    line-height: 43px;
    padding-left: 10px;
    font-size: 14px;
    height: 43px;
    right: 100%;
    color: #fff;
    top: 0;
}

.rightcb_phone:hover span{
	display: block;
	width: 180px;
}
