﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#333;
	font-size:14px;
	font-family:"Helvetica", "微软雅黑";
}
ul, ol {
	list-style: none;
}
img, fieldset {
	vertical-align:top;
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
address, cite, code, em, th {
	font-weight:normal;
	font-style:normal;
}
input, button, textarea, select {
	font:100% Arial, '';
	vertical-align:middle
}
table, td, tr, th {
	font-size:12px;
}
a.r1:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r1:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r1:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#0C6CB4;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r2:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	line-height: 30px;
}
a.r2:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	line-height: 30px;
}
a.r2:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#0C6CB4;
	text-decoration: none;
	font-weight:normal;
	line-height: 30px;
}
a.r3:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r3:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r3:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#0C6CB4;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.t1 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
.t2 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0C6CB4;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.t3 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
.nodispaly {
	display:none
}
.line {
	height:20px;
	line-height:20px;
	font-size:0px;
	clear:both;
	overflow:hidden;
	display:block;
}
.fK {
	color:#a91432;
}
.clearfix {
*zoom:1;
}
.none{
    display: none;
}
/*给IE6清除浮动*/
.clearfix:after {
	display:block;
	overflow:hidden;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
/*清除浮动*/

a {
	color:#333;
	text-decoration:none;
	transition:all 0.3s;
}
a:hover {
	color:#0C6CB4;
	text-decoration:underline;
}
.header {
	position:relative;
	z-index:10;
}
.top {
	height:30px;
	line-height:30px;
	background-color:#036FB8;
}
.top .box {
	max-width:1200px;
	margin:0 auto;
	text-align:right;
	color:#666;
}
.top .box1 {
	width:70%;
	margin:0 auto;
	font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
	text-align:left;
	float:left;
}
.top .box2 {
	width:30%;
	margin:0 auto;
	text-align:right;
	color:#fff;
	float:left;
}
.top .box2 a {
    font-family:"微软雅黑";
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.top .box2 a:hover {
	color: #fff;
}
.lobbox {
	width:100%;
	position:absolute;
	left:0px;
	top:30px;
	clear:left;
	overflow: visible;
}
.lobbox .box {
	max-width:1200px;
	margin:0 auto;
	height:140px;
}
.lobbox .box h1 {
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:0px;
}
.lobbox .naverbox2 {
	width:930px;
	height:140px;
	float:right;
}
.lobbox .naverbox2 .tel{
	width:100%;
	font-family:微软雅黑;
	font-size: 16px;
	color: #FF0000;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	text-align:right;
	float:left;
}
.lobbox .box .nav {
	float:right;
}
.lobbox .box .nav h3 {
	font-size:100%;
	font-weight:normal;
	width:154px;
	text-align:center;
}
.lobbox .box .nav .m {
	position:relative;
	float:left;
}
.lobbox .box .nav h3 a {
	zoom:1;
	display:block;
	color:#333;
	line-height:80px;
}
.lobbox .box .nav li:hover h3 a {
	color:#333;
	text-decoration:none;
}
.lobbox .box .nav li a.current {
	color:#0C6CB4;
}
.lobbox .box .nav .sub {
	width:154px;
	position:absolute;
	left:0px;
	top:80px;
	background:#FFF;
	float:left;
	line-height:30px;
	border:1px solid #DDD;
	border-top:none;
}
.lobbox .box .nav .sub li {
	text-align:left;
	line-height:40px;
	border-bottom:1px solid #DDD;
	text-align:center;
}
.lobbox .box .nav .sub li a {
	color:#333;
	display:block;
	zoom:1;
}
.lobbox .box .nav .sub li a:hover {
	color:#0C6CB4;
	display:block;
	zoom:1;
	background:#EEE;
	text-decoration:none;
}
.lobk {
	width:100%;
	height:auto;
	margin-top:30px;
	font-family:微软雅黑;
	font-size:20px;
	color: #333;
	font-weight:normal;
	line-height:30px;
	text-align:right;
	letter-spacing:0px
}
.lobbox2 {
	width:100%;
	margin-top:15px;
	position: relative;
	left:0px;
	top:0px;
}
.lobbox2 .box {
	max-width:1200px;
	margin:0 auto;
	height:40px;
}
.lobbox2 .box .nav {
	float:left;
}
.lobbox2 .box .nav h3 {
	font-size:100%;
	font-weight:normal;
	width:154px;
	text-align:center;
}
.lobbox2 .box .nav .m {
	position:relative;
	float:left;
}
.lobbox2 .box .nav h3 a {
	zoom:1;
	display:block;
	color:#333;
	font-size:16px;
	line-height:40px;
	font-weight:normal;
	background-image:url(../images/jian.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
}
.lobbox2 .box .nav li:hover h3 a {
	color:#0C6CB4;
	font-size:16px;
	text-decoration:none;
	background-image:url(../images/jian2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
}
.lobbox2 .box .nav li a.current {
	color:#0C6CB4;
	font-size:16px;
	background-image:url(../images/jian2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
}
.lobbox2 .box .nav .sub {
	width:254px;
	position:absolute;
	left:0px;
	top:40px;
	background:#FFF;
	float:left;
	line-height:30px;
	border:1px solid #DDD;
	border-top:none;
}
.lobbox2 .box .nav .sub li {
	text-align:left;
	line-height:40px;
	border-bottom:1px solid #DDD;
	text-indent: 15px;
}
.lobbox2 .box .nav .sub li a {
	color:#333;
	display:block;
	zoom:1;
}
.lobbox2 .box .nav .sub li a:hover {
	color:#0C6CB4;
	display:block;
	zoom:1;
	text-decoration:none;
}
#dowebok {
	display:none;
}
.foot {
	background:#0C6CB4;
	clear:both;
	overflow: hidden;
}
.foot .foot_t {
	max-width:1200px;
	margin:0 auto;
	padding-top:4%;
	padding-bottom:4%;
	overflow:hidden;
	clear:left;
}
.foot2 {
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:normal;
	clear:left;
	font-family:"微软雅黑";
	color:#fff;
	font-size:12px;
	padding-top:0.5%;
	padding-bottom:0.5%;
	background-color:#014778;
}
.foot2 a {
    font-family:"微软雅黑";
	color:#9BC6FF;
	font-size:12px;
	text-decoration: none;
	display:inline-block;
}
.foot2 a:hover {
	color:#fff;
}
.foot .foot_tl {
	width:70%;
	height:auto;
	float:left;
}
.foot .foot_tm {
	width:20%;
	height:auto;
	float:left;
}
.foot .foot_tm h{
	width:100%;
	height:auto;
	font-family:"微软雅黑";
	color:#fff;
	font-size:14px;
	line-height:40px;
	text-align:left;
	display:block;
	float:left;
}
.foot .foot_tm span{
	width:100%;
	height:auto;
	font-family:"微软雅黑";
	color:#fff;
	font-size:12px;
	line-height:200%;
	text-align:left;
	float:left;
}
.foot .foot_tr {
	width:10%;
	height:auto;
	font-family:"微软雅黑";
	color:#fff;
	font-size:14px;
	line-height:40px;
	text-align:center;
	float:left;
}
.foot_b {
	max-width:1180px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.foot_b .logo {
	float:left;
	width:48%;
	text-align:right;
}
.foot_b .foot_b_r {
	float:right;
	width:48%;
	color:#FFF;
	line-height:24px;
}

ul,li {
    padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}
.clear {
	clear:both;
}

.rt {
	width:12%;
	height:auto;
	padding-right:4%;
	margin-right:4%;
	float:left;
	background-image: url(../images/gx.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rt h4 {
    width:100%;
	height:40px;
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	line-height:40px;
	text-align:left;
	padding:0px;
	margin:0px;
	float:left;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.rt ul li {
    padding:0px;
}
.rt ul li a{
    width:100%;
	height:24px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height:24px;
	text-align:left;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.rt ul li a:hover {
	text-decoration: underline;
}

.rt2 {
	width:16%;
	text-align:left;
	float:left;
}
.rt2 h4 {
	color:#ffffff;
	font-size:16px;
	font-family:"微软雅黑";
	height:40px;
	line-height:40px;
	padding:0px;
	margin:0px;
	float:left;
}
.rt2 ul li {
    padding:0px;
}
.rt2 ul li a{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	line-height:24px;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.rt2 ul li a:hover {
	color: #0C6CB4;
}

.banner_sj {
	display:none;
}
.flexslider {
	position:relative;
	margin-top:120px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	border-radius: 0px;
}
.flexslider2 {
	position:relative;
	margin-top:0px;
}
.flexslider2 .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider2 .slides img {
	width: 100%;
	display: block;
	border-radius: 0px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flex-control-nav {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:10px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width:10px;
	height:10px;
	display: block;
	background:#666;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #FFF;
}
.flex-control-paging li a.flex-active {
	background: #0C6CB4;
	cursor: default;
}
.tage {
	border-bottom:1px solid #CCC;
	padding:20px 0;
}
.tage .box {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
.tage .box .tage_l {
	float:left;
	color:#0C6CB4;
}
.tage .box .tage_l a {
	margin-right:20px;
}
.tage .box .tage_r {
	float:right;
}
.tage .box .tage_r .input_txt {
	width:295px;
	height:38px;
	border:1px solid #0C6CB4;
	outline:medium;
	padding-left:5px;
}
.tage .box .tage_r .input_btn {
	width:100px;
	height:40px;
	border:0 none;
	background:#0C6CB4 url(../images/pic2.gif) no-repeat center;
	;
	outline:medium;
}
.content {
	max-width:1200px;
	margin:0 auto;
}
.content2 {
	width:100%;
	padding-top:2%;
	padding-bottom:2%;
	line-height:normal;
	color:#000;
	font-family:"微软雅黑";
	font-size:20px;
	font-weight:normal;
	text-align:center;
	background-color:#E5E6E8;
	margin-top:2%;
	margin-bottom:2%;
}
.ink1 {
	width:70%;
	height:35px;
	line-height:35px;
	text-align:left;
	color:#333;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.ink1 a{
	color:#666;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
.ink1 a:hover{
	color:#0C6CB4;
}
.ink2 {
	width:30%;
	height:35px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}
.ss {
	position:relative;
	float:right;
}
.ss input {
	width: 140px;
	padding: 0px 40px 0px 15px;
	height: 26px;
	outline: none;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.ss input::-webkit-input-placeholder {
    color:#999;
	font-family:"微软雅黑";
	font-size:12px;
}
.ss span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	background-image: url(../images/ssan.png);
	cursor: pointer;
	overflow: hidden;
}
.yti {
	width:100%;
	margin-bottom:2%;
	background-image: url(../images/hx.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
.yti h{
    width:auto;
	height:auto;
	font-size:30px;
	color:#000;
	font-family:"微软雅黑";
	font-weight:bold;
	text-align:center;
	line-height:normal;
	background-color:#FFF;
	padding-left:20px;
	padding-right:20px;
}
.inti {
	width:100%;
	margin-bottom:4%;
	background-image: url(../images/hx.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
}
.inti h{
    width:auto;
	height:auto;
	font-size:25px;
	color:#000;
	font-family:"微软雅黑";
	font-weight:bold;
	text-align:center;
	line-height:normal;
	background-color:#FFF;
	padding-left:20px;
	padding-right:20px;
}
.inti2 {
	width:100%;
	font-size:25px;
	color:#fff;
	font-family:"微软雅黑";
	font-weight:bold;
	text-align:center;
	line-height:normal;
	margin-bottom:2%;
	background-image: url(../images/hx2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.inti3 {
	width:70%;
	height:auto;
	padding-left:15%;
	padding-right:15%;
	font-size:16px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	line-height:200%;
	margin-bottom:3%;
}
.intii {
    text-align:center;
	width:100%;
	margin-bottom:4%;
}
.intii h{
	font-size:32px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	width:auto;
	height:60px;
	line-height:60px;
}
.intii2 {
    font-size:20px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	width:100%;
	height:auto;
	line-height:200%;
	margin-bottom:2%;
}
.anm a {
    display:block;
	width:auto;
	height:auto;
	line-height:normal;
	color:#0C6CB4;
	background-color:#fff;
	border-radius:0px;
	text-align:center;
	float:left;
}
.anm a:hover {
	text-decoration:underline;
}
.anm1 a {
    display:block;
	width:180px;
	height:40px;
	line-height:40px;
	color:#fff;
	background-color:#0C6CB4;
	border-radius:30px;
	text-align:center;
	float:left;
}
.anm1 a:hover {
	text-decoration:underline;
}
.anm2 a {
    display:block;
	width:auto;
	height:auto;
	line-height:200%;
	color:#0C6CB4;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	border-radius:50px;
	text-align:center;
	float:left;
}
.anm2 a:hover {
    color:#0C6CB4;
}
.anm3 a {
    display:block;
	width:90px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size: 14px;
	font-weight:normal;
	font-family: "微软雅黑";
	text-decoration:none;
	background-color:#cc0000;
	border-radius:5px;
	border:solid 0px #cc0000;
	text-align:center;
	margin-right:20px;
	float:left;
}
.anm3 a:hover {
	color:#fff;
	background-color:#CC0000;
}
.red{
	font-size: 14px;
	color: #EE2326;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:30px;
}
.tk{
    width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:4%;
}
.tk1{
    width:23%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
.tk2{
    width:98%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
.sr1{
    width:92%;
	height:auto;
	padding-left:4%;
	padding-right:4%;
	font-size: 14px;
	color: #000;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:30px;
	border:0px;
	border-radius:0px;
	outline:none;
	background:rgba(255,255,255,0.6);
	float:left;
}
.sr2{
    width:98%;
	height:auto;
	padding-left:1%;
	padding-right:1%;
	font-size: 14px;
	color: #000;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:30px;
	border:0px;
	border-radius:0px;
	outline:none;
	background:rgba(255,255,255,0.6);
}
.inc {
	width:100%;
	overflow:hidden;
}
.abl{
	width:38%;
	margin-right:2%;
	height:auto;
	float:left;
}
.abl img{
	width:100%;
}
.abr{
	width:60%;
	height:auto;
	line-height:25px;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	float:right;
}
.abr h{
	width:100%;
	height:30px;
	margin-bottom:2%;
	line-height:30px;
	color:#000;
	font-family:"微软雅黑";
	font-size:25px;
	font-weight:bold;
	text-align:left;
	display:block;
	float:left;
	background-image: url(../images/hx2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.abr h2{
    width:100%;
	height:auto;
	margin-bottom:2%;
	line-height:normal;
	color:#333;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-align:left;
	display:block;
	float:left;
}
.abr h3{
    width:100%;
	height:auto;
	text-align:left;
	display:block;
	float:left;
}
.ik {
	width:100%;
	height:auto;
	margin:0px auto;
}
.ik h{
	width:100%;
	height:auto;
	text-align:center;
	display:block;
	margin-bottom:3%;
}
.ik h span{
    width:auto;
	height:auto;
	padding-left:4%;
	padding-right:4%;
	padding-bottom:1.5%;
	line-height:200%;
	color:#fff;
	font-family:Arial;
	font-size:30px;
	font-weight:normal;
	border-bottom:#fff 2px solid;
}
.ik h2{
    width:100%;
	height:auto;
	margin-bottom:4%;
	display:block;
	line-height:normal;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
.ik h3{
    width:100%;
	height:auto;
	display:block;
	line-height:200%;
	color:#fff;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
.qiang {
	max-width:100%;
	margin-top:5%;
	margin-bottom:5%;
}
.yy{
	width:15%;
	height:auto;
	margin-left:4.5%;
	margin-right:4.5%;
	border:1px solid #CCC;
	background-color:#fff;
	border-radius:200px;
	padding-top:2.5%;
	padding-bottom:2.5%;
	float:left;
}
.yy:hover{
	border:1px solid #0C6CB4;
	background-color:#0C6CB4;
}
.yyp {
	width:100%;
	height:auto;
	padding-top:5%;
	padding-bottom:5%;
	text-align:center;
}
.yyp img{
	max-width:100%;
}
.yy:hover .yyp img{
	-webkit-filter:brightness(100);
}
.yy a{
	text-decoration:none;
}
.yyt{
	width:80%;
	height:auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
	line-height:normal;
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
	text-decoration:none;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.yy:hover .yyt {
	color:#fff;
	text-decoration:none;
}
.ya{
	width:29.333333%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
	position:relative;
}
.ya img{
	width:100%;
}
.ya:hover img{
	-webkit-filter:opacity(0.8);
}
.ya p{
	position:absolute;
	top:36%;
	left:30%;
	color:#000;
	text-align:center;
	line-height:normal;
	font-family:"微软雅黑";
	font-size:18px;
	padding:5%;
	margin:0px auto;
	background-color:rgba(255,255,255,0.7); 
}
.jj{
	width:48%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	background-color:#0C6CB4;
	float:left;
}
.jjp {
	width:50%;
	height:auto;
	float:left;
}
.jjp img{
	width:100%;
}
.jj:hover img{
	-webkit-filter:opacity(0.8);
}
.jjt {
	width:40%;
	height:auto;
	padding:5%;
	float:left;
}
.jj a{
	text-decoration:none;
}
.jjt h{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:6%;
	color:#fff;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	text-align:left;
	float:left;
}
.jjt span{
	width:100%;
	height:80px;
	display:block;
	color:#fff;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
	text-align:left;
	float:left;
	word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.prowai{
	width:23%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	float:left;
}
.pro {
	width:auto;
	height:auto;
}
.pro img{
	width:100%;
	border:1px solid #CCCCCC;
}
.pro img:hover{
	width:100%;
	border:1px solid #0C6CB4;
	opacity:0.8;
}
.protext {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	
}
.protext a{
	line-height:40px;
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
	text-decoration:none;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.protext a:hover{
	color:#0C6CB4;
}

.prowai2{
	width:29.333333%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
.pro2 {
	width:auto;
	height:auto;
}
.pro2 img{
	width:100%;
}
.pro2 img:hover{
	-webkit-filter:opacity(0.8);
}
.protext2 {
	width:100%;
	height:auto;
	text-align:left;
	margin-top:4%;
	margin-bottom:4%;
}
.protext2 a{
	color:#000;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	line-height:normal;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.protext2 a:hover{
	color:#0C6CB4;
}
.protext3 {
	width:100%;
	height:50px;
	margin-bottom:4%;
	text-align:left;
	line-height:25px;
	color:#666;
	font-family:"微软雅黑";
	font-size:14px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.protext30 {
	width:100%;
	height:auto;
	text-align:left;
}
.protext30 a{
	color:#0C6CB4;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	line-height:normal;
}
.protext30 a:hover{
	text-decoration:underline;
}
.prowai8{
	width:23%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	float:left;
}
.pro8 {
	width:auto;
	height:auto;
}
.pro8 img{
	width:99%;
	border:#ccc 1px solid;
}
.pro8 img:hover{
	-webkit-filter:opacity(0.8);
}
.protext8 {
	width:100%;
	height:normal;
	text-align:center;
	margin-top:4%;
	margin-bottom:4%;
}
.protext8 a{
	line-height:normal;
	color:#333;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.protext8 a:hover{
	color:#0C6CB4;
}

.dyip {
	margin:2% 0;
}
/*左侧栏目*/
.dyip .dyip_l {
	float:left;
	width:30%;
	background:#FFF;
}
.dyip .dyip_l .box {
	border:1px solid #CCC;
	border-top:2px solid #0C6CB4;
}
.dyip .dyip_l .box .slideTxtBox {
}
.dyip .dyip_l .box .slideTxtBox .hd {
	height:39px;
	line-height:39px;
	background:#efefef;
	position:relative;
}
.dyip .dyip_l .box .slideTxtBox .hd ul {
	height:39px;
}
.dyip .dyip_l .box .slideTxtBox .hd ul li {
	float:left;
	cursor:pointer;
	width:50%;
	text-align:center;
	font-weight:bold;
}
.dyip .dyip_l .box .slideTxtBox .hd ul li.on {
	height:39px;
	background:#fff;
	margin-bottom:-1px;
	color:#0C6CB4;
}
.dyip .dyip_l .box .slideTxtBox .bd {
}
.dyip .dyip_l .box .slideTxtBox .bd .con {
}
.dyip .dyip_l .box .slideTxtBox .bd .con .cx {
	min-height:220px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .cx select {
	width:76%;
	height:22px;
	outline:medium;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .cx .input_txtyi {
	width:25px;
	height:28px;
	outline:medium;
	text-align:center;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .cx .input_txt {
	width:70%;
	height:28px;
	padding:0 2%;
	outline:medium;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .cx .input_btn {
	width:80%;
	height:28px;
	padding:0 2%;
	border:0px none;
	color:#FFF;
	outline:medium;
	background:#0C6CB4;
	font-family:"微软雅黑";
	border-radius:5px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .dlzc {
	background:#efefef;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .dlzc ul {
	padding:12px 20px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .dlzc li {
	float:left;
	width:100px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:0px;
	overflow:hidden;
	text-indent:-9999;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .dlzc li.dl {
	background:url(../images/pic31.gif) no-repeat;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .dlzc li.zc {
	float:right;
	background:url(../images/pic32.gif) no-repeat;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .dlzc li a {
	display:block;
}
.dyip .dyip_l .box .slideTxtBox .bd .con dl {
	padding:0 20px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con dd {
	height:49px;
	line-height:49px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con dd.txt1 {
	float:left;
	background:url(../images/pic33.gif) no-repeat left center;
	padding-left:30px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con dd.txt2 {
	float:right;
	background:url(../images/pic34.gif) no-repeat left center;
	padding-left:40px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .bgcx {
	padding:0px 20px 20px 20px;
	min-height:220px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .bgcx textarea {
	width:90%;
	outline:medium;
	padding:5%;
	height:120px;
}
.dyip .dyip_l .box .slideTxtBox .bd .con .bgcx .input_btn {
	width:96%;
	height:28px;
	padding:0 2%;
	border:0px none;
	color:#FFF;
	outline:medium;
	background:#0C6CB4;
	font-family:"微软雅黑";
	border-radius:5px;
	margin-top:20px;
}
/*右侧栏目*/
.dyip .dyip_r {
	float:right;
	width:67%;
	background:#FFF;
}
.dyip .dyip_r .box {
	border:1px solid #CCC;
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
}
.dyip .dyip_r .box ul {
}
.dyip .dyip_r .box li {
	float:left;
	width:30.333%;
	margin:0 1.5%;
}
.dyip .dyip_r .box li .boxli {
	border:1px solid #CCC;
	padding:8% 5%;
}
.dyip .dyip_r .box li .boxli img {
	width:100%;
}
.dyip .dyip_r .box li h2 {
	height:30px;
	line-height:30px;
	text-align:center;
	background:#0ac762;
	color:#FFF;
	margin-top:20px;
}
.dyip .dyip_r .box li .nr {
	line-height:24px;
	padding:6% 0;
	min-height:150px;
}
/*独立整块栏目*/
.dyip .dyip_f {
	width:100%;
}
.dyip .dyip_f .ti {
	height:40px;
	line-height:40px;
	text-align:left;
	text-indent:10px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333333;
}
.dyip .dyip_f .ti span {
	float:right;
}
.dyip .dyip_f .box {
	padding:0px;
}
.dyip .dyip_f .box ul {
}
.dyip .dyip_f .box li {
	float:left;
	width:24%;
	margin-top: 0;
	margin-right:0.5%;
	margin-bottom: 0;
	margin-left: 0.5%;
}
.dyip .dyip_f .box li .boxli {
	border:1px solid #CCC;
	padding:2%;
	margin-bottom:6%;
}
.dyip .dyip_f .box li .boxli img {
	width:100%;
}
.dyip .dyip_f .box li h2 {
	height:30px;
	text-align:center;
}
.dyip .dyip_f .box li h2 a{
	color:#000;
	font-size:14px;
	font-family:"微软雅黑";
	line-height:30px;
	text-decoration:none;
}
.dyip .dyip_f .box li h2 a:hover{
	color:#0C6CB4;
}
.dyip .dyip_f .box li .nr {
	line-height:24px;
	height:24px;
	padding-top:2%;
	padding-right: 0;
	padding-bottom:2%;
	padding-left: 0;
}
.derp {
	padding-bottom:3%;
}
/*左侧栏目*/
.derp .derp_l {
	float:left;
	width:30%;
	background:#FFF;
}
.derp .derp_l .box {
	border:1px solid #CCC;
	padding-bottom:22px;
	border-top:2px solid #0C6CB4;
}
.derp .derp_l .box h2 {
	height:38px;
	line-height:38px;
	border-bottom:1px solid #CCC;
	font-size:20px;
	font-weight:normal;
	color:#000;
	padding-left:20px;
	overflow:hidden;
	margin-bottom:10px;
}
.derp .derp_l .box h2 span {
	float:right;
	padding-top:13px;
}
.derp .derp_l .box ul {
	padding:0 20px;
}
.derp .derp_l .box li {
	line-height:35px;
	border-bottom:1px dashed #CCC;
	background:url(../images/pic40.gif) no-repeat left center;
	padding-left:15px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
/*右侧栏目*/
.derp .derp_r {
	float:right;
	width:67%;
	background:#FFF;
}
.derp .derp_r .box {
	border:1px solid #CCC;
	padding:3%;
}
/*右侧栏目里的整块*/
.derp .derp_r .box .r_f {
	float:left;
	width:100%;
}
.derp .derp_r .box .r_f .ti {
	height:40px;
	line-height:40px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:20px;
	color:#333333;
	font-weight:normal;
	margin-bottom:15px;
	border-bottom:1px #CCCCCC dashed;
	overflow:hidden;
}
.derp .derp_r .box .r_f .ti span {
	padding-top:13px;
	float:right;
}
.derp .derp_r .box .r_f_l {
	float:left;
	padding-right:5%;
	width:45%;
	height:220px;
}
.derp .derp_r .box .r_f_l img {
	width:100%;
}
.derp .derp_r .box .r_f_r {
	float:right;
	width:50%;
}
/*右侧栏目里的左侧*/
.derp .derp_r .box .r_l {
	float:left;
	width:47%;
}
.derp .derp_r .box .flexslider2 {
	position:relative;
	margin-top:0px;
}
.derp .derp_r .box .flexslider2 .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.derp .derp_r .box .flexslider2 .slides img {
	width: 100%;
	display: block;
	border-radius: 0px;
}
.derp .derp_r .box .flex-pauseplay span {
	text-transform: capitalize;
}
.derp .derp_r .box .flex-control-nav {
	width: 100%;
	text-align: center;
	position:absolute;
	bottom:10px;
}
.derp .derp_r .box .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.derp .derp_r .box .flex-control-paging li a {
	width:10px;
	height:10px;
	display: block;
	background: #666;
	background:#FFF;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.derp .derp_r .box .flex-control-paging li a:hover {
	background: #FFF;
}
.derp .derp_r .box .flex-control-paging li a.flex-active {
	background: #e50012;
	cursor: default;
}
/*右侧栏目里的右侧*/
.derp .derp_r .box .r_r {
	float:right;
	width:47%;
	border-left:1px solid #CCC;
	padding-left:2%;
}
.derp .derp_r .box .r_r .box {
}
.derp .derp_r .box .r_r img {
	width:100%;
}
.ban {
	width: 100%;
	margin:0px auto;
	padding-top:140px;
	
}
.banner {
	width:100%;
	margin-top:150px;
	margin-bottom:2%;
	margin-left: auto;
	margin-right: auto;
}
.banner img {
	width:100%;
}
.dqwz {
	background:#FFF;
	border-bottom:2px solid #EEE;
}
.dqwz .box {
	max-width:1200px; /*宽度在0~1200px之间*/
	margin:0 auto;
	line-height:50px;
}
.dqwz2 {
    color:#333;
	font-family:"微软雅黑";
	font-size:25px;
	font-weight:bold;
	text-align:center;
	line-height:normal;
}
.dqwz2 .box {
	max-width:1200px; /*宽度在0~1200px之间*/
	margin:0 auto;
}
.dqwz3 {
	text-align:center;
	line-height:normal;
	margin-top:0%;
	margin-bottom:2%;
}
.dqwz3 .box {
	max-width:1200px; /*宽度在0~1200px之间*/
	margin:0 auto;
	border-bottom:#DEDEDE solid 1px;
	overflow:hidden;
}
.dqwz3 .box a{
	width:12%;
	height:50px;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	line-height:50px;
	padding-left:2%;
	margin-left:2%;
	background:url(../images/pic28.png) no-repeat left center;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.dqwz3 .box a:hover {
    color:#000;
	text-decoration:none;
	padding-left:2%;
	display:block;
	background:url(../images/pic29.gif) no-repeat left center;
}
.dqwz3 .box a.current {
	color:#000;
	text-decoration:none;
	background:url(../images/pic29.gif) no-repeat left center;
}
.fen {
	text-align:center;
	line-height:normal;
	margin-top:-1%;
	margin-bottom:2%;
}
.fen .box {
	max-width:1200px; /*宽度在0~1200px之间*/
	margin:0 auto;
	border-bottom:#DEDEDE solid 0px;
	overflow:hidden;
}
.fen .box a{
	width:12%;
	height:40px;
	color:#666;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	line-height:40px;
	padding-left:2%;
	margin-left:2%;
	background:url(../images/yj.png) no-repeat left center;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.fen .box a:hover {
    color:#333;
	text-decoration:none;
	padding-left:2%;
	display:block;
	background:url(../images/yj2.gif) no-repeat left center;
}
.fen .box a.current {
	color:#333;
	text-decoration:none;
	background:url(../images/yj2.gif) no-repeat left center;
}
.con {
	max-width:1200px; /*宽度在0~1200px之间*/
	margin:0% auto;
}
.con2_l {
	float:left;
	width:25%;
	background:#FFF;
}
.con2_l .box {
}
.con2_l h2 {
	line-height:60px;
	font-size:18px;
	background:#0C6CB4 url(../images/pic27.png) no-repeat 80% center;
	color:#FFF;
	padding-left:20px;
	font-weight:bold;
}
.con_l {
	float:left;
	width:25%;
	background:#FFF;
}
.con_l .box {
}
.con_l h2 {
	line-height:60px;
	font-size:18px;
	background:#0C6CB4 url(../images/pic27.png) no-repeat 80% center;
	color:#FFF;
	padding-left:20px;
	font-weight:bold;
}
.con_l ul {
	padding:20px;
}
.con_l li {
	line-height:40px;
	font-weight:bold;
	font-size:16px;
}
.con_l li a {
	padding-left:15%;
	display:block;
	background:url(../images/pic28.png) no-repeat left center;
}
.con_l li a:hover {
	padding-left:15%;
	display:block;
	text-decoration:none;
	background:url(../images/pic29.gif) no-repeat left center;
}
.con_l li a.current {
	color:#0C6CB4; /*当前链接样式*/
	background:url(../images/pic29.gif) no-repeat left center;
}

.con_l ul li ul{
	padding:0px;
}

.con_l li ul li a {
    font-size: 12px;
	padding-left:15%;
	display:block;
	background:none;
}
.con_l li ul li a:hover {
	padding-left:15%;
	display:block;
	text-decoration:none;
	background:none;
}
.con_l li ul li a.current {
	color:#0C6CB4; /*当前链接样式*/
	background:none;
}
.con_r {
	float:right;
	width:72%;
	background:#FFF;
}
.con_r .about {
	padding:5%;
	line-height:30px;
}
.con_r .about p {
	padding-bottom:0%;
}
.con_a {
	width:100%;
	background:#FFF;
}
.con_a .about {
	padding:0%;
	line-height:30px;
}
.con_a .about img{
	max-width:100%;
}
.con_a .about .pic {
	float: right;
	padding: 0px 0px 0px 20px;
	width:500px;
}
.con_a .about .pic img {
	width:100%;
}
.con_a .contact {
	padding:2%;
	line-height:30px;
}
.con_a .contact .pic {
	float: right;
	padding: 0px 10px 0px 0px;
	max-width:250px;
}
.con_a .contact .pic img {
	box-shadow: 0px 0px 0px #ccc;
	width:250px;
}
.hk1 {
	width:45%;
	height:auto;
	margin-right:1%;
	padding:2%;
	background-color:#eee;
	margin-bottom:2%;
	float:left;
}
.hk2 {
	width:45%;
	height:auto;
	margin-left:1%;
	padding:2%;
	background-color:#eee;
	margin-bottom:2%;
	float:left;
}
.np {
    width:100%;
	height:auto;
	border-bottom:#ccc dashed 1px;
	padding-bottom:2%;
	margin-bottom:2%;
	float:left;
}
.np1 {
    width:25%;
	height:auto;
	margin-right:5%;
	float:left;
}
.np1 img{
    width:100%;
	height:auto;
	border:0px;
}
.np2 {
    width:70%;
	height:auto;
	float:left;
}
.np2 h{
    width:100%;
	height:40px;
	text-align:left;
	display:block;
	float:left;
}
.np2 h a{
	font-size:18px;
	color:#333;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height:40px;
	text-decoration:none;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.np2 h a:hover{
	color:#0C6CB4;
}
.np2 h2{
    width:100%;
	height:30px;
	font-size:12px;
	color:#999;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height:30px;
	text-align:left;
	display:block;
	float:left;
}
.np2 h3{
    width:100%;
	height:50px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: 25px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}
.np2 h4{
    width:100%;
	height:40px;
	text-align:right;
	display:block;
	float:left;
}
.np2 h4 a{
	font-size:14px;
	color:#0C6CB4;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height:40px;
	text-decoration:none;
}
.np2 h4 a:hover{
	text-decoration:underline;
}
.news {
	padding:2%;
}
.news .page {
	width:100%;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
	clear:left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0C6CB4;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.news ul {
}
.news li {
	line-height:40px;
	margin:5px 0;
}
.news li p {
	float:left;
	background:url(../images/pic30.png) no-repeat left center;
	width:110px;
	height:30px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	margin:5px 30px 5px 5px;
}
.news li:hover p {
	background:url(../images/pic30_1.png) no-repeat left center;
}
.news li:nth-child(even) {
background:#f3f3f3; /*列表次序背景色*/
}
.news li a {
	display:block;
}
.news li a:hover {
	display:block;
	text-decoration:none;
}
.news_content {
	padding:2%;
}
.news_content .title {
	line-height:30px;
}
.news_content .title h2 {
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
.news_content .title p {
	font-size:14px;
	color:#999;
	font-weight:normal;
	text-align:center;
}
.news_content .news_nr {
	line-height:24px;
	margin-top:3%;
}
.news_content .news_nr img{
	max-width:100%;
}
.news_content .news_nr p {
	padding-bottom:0%;
}
.news_content .news_nr a {
	text-decoration:underline red;
}
.news_content .back {
	width:100%;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
	clear:left;
}
.con_p {
	width:100%;
	background:#FFF;
}
.rczp {
	padding:5%;
}
.rczp table {
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.rczp table td {
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	padding:0 10px;
}
.rczp_xq {
	padding:5%;
	background:#FFF;
	margin-bottom:2%;
}
.rczp_xq h2 {
	font-size:16px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	margin-top:20px;
}
.rczp_xq h2 span {
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#999;
}
.rczp_xq .gzdd {
	height:50px;
	line-height:50px;
}
.rczp_xq .gzdd p {
	float:left;
	padding-right:3%;
}
.rczp_xq .gzdd p span {
	color:#0C6CB4;
}
.rczp_xq .back {
	width:100%;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
	clear:left;
}
.zzhe {
	padding-top:20px;
}
.zzhe h4 {
	font-weight:bold;
}
.zzhe p {
	line-height:30px;
}
.con_r .contact {
	padding:5%;
	line-height:24px;
}
.con_r .contact .pic {
	float: right;
	padding: 0 10px 0px 0;
	max-width:250px;
}
.con_r .contact .pic img {
	box-shadow: 0px 0px 0px #ccc;
	width:250px;
}
.product {
	width:100%;
}
.product .show {
	padding-top: 3%;
	padding-right: 1%;
	padding-bottom: 3%;
	padding-left: 1%;
}
.product .show ul {
}
.product .show li {
	float:left;
	width:30.333%;
	margin-top: 0;
	margin-right: 1.5%;
	margin-bottom: 0;
	margin-left: 1.5%;
}
.product .show li .showli {
	border:1px solid #CCC;
	padding:2%;
	margin-bottom:6%;
}
.product .show li .showli img {
	width:100%;
}
.product .show li h2 {
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	margin-top:20px;
	background-color: #DDDDDD;
}
.product .show li .nr {
	line-height:24px;
	height:24px;
	padding-top:2%;
	padding-right: 0;
	padding-bottom:2%;
	padding-left: 0;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.product .show .page {
	width:100%;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
	clear:left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0C6CB4;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.productd {
	padding:0px;
}
.productd .name {
	height:40px;
	line-height:40px;
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin-bottom:2%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.productd .show {
	text-align:center;
	width:100%;
}
.productd .show img {
	max-width:100%;
}
.productd .showw {
	width:100%;
	overflow:hidden;
	clear:left;
}
.productd .showw .cl {
	width:50%;
	height:auto;
	margin-right:5%;
	float:left;
	clear:left;
}
.productd .showw .cr {
	width:45%;
	height:auto;
	float:right;
	clear:right;
}
.productd .showw .cr h{
	width:100%;
	height:auto;
	margin-bottom:4%;
	line-height:normal;
	text-align:left;
	font-family:"微软雅黑";
	font-size:20px;
	color:#333;
	font-weight:normal;
	display:block;
	float:left;
}
.productd .showw .cr h2{
	width:100%;
	height:auto;
	margin-bottom:8%;
	line-height:24px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	font-weight:normal;
	display:block;
	float:left;
}
.productd .showw .cr h3{
	width:100%;
	height:auto;
	line-height:24px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	font-weight:normal;
	display:block;
	float:left;
}
.productd .showw .cll {
	display:none;/*此元素不会被显示*/
}
.productd .ti {
	height:40px;
	line-height:40px;
	text-align:left;
	text-indent:10px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333333;
	font-weight:bold;
	background-color: #E8E8E8;
	margin-top:3%;
	margin-bottom:2%;
	overflow:hidden;
	clear:left;
}
.productd .con {
	line-height:24px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
	font-weight:normal;
	clear:left;
}

.productd .con table{ border-collapse:collapse; border: 1px #ccc solid !important; width:100% !important;line-height:25px!important;}

.productd .con table td{padding: 5px!important; padding-left:10px !important;word-wrap:break-word;word-break:break-all;border: 1px #ccc solid !important;line-height:25px!important; text-align:center;}

.productd .con table td div{
padding: 0px!important;height:auto!important;
}

.case {
	padding:0px;
}
.case .ti {
	height:40px;
	line-height:40px;
	text-align:center;
	text-indent:10px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin-top:3%;
	overflow:hidden;
	clear:left;
	border-bottom:#ccc solid 1px;
}
.case .conp img{
    max-width:100%;
}
.case .con {
	line-height:24px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333333;
	font-weight:normal;
	clear:left;
}


.productd .back {
	width:100%;
	margin-top:2%;
	margin-bottom:2%;
	text-align:center;
	clear:left;
}
.hwzz {
	padding:3%;
}
.hwzz textarea {
	width:96%;
	min-height:150px;
	padding:2%;
	outline:medium;
	border:1px solid #CCC;
}
.hwzz .input_btn {
	width:100px;
	height:40px;
	background:#0C6CB4;
	color:#FFF;
	outline:medium;
	border:0 none;
	margin-top:10px;
}
.ck1 {
	width:45%;
	height:auto;
	float:left;
}
.ck2 {
	width:50%;
	height:auto;
	margin-left:5%;
	margin-bottom:5%;
	float:left;
}
.sr{
    width:99%;
	height:auto;
	border:#ccc solid 1px;
	font-size: 14px;
	color: #666;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:30px;
	outline:none;
	padding-left:5px;
	padding-right:5px;
}
.anm4 a {
    display:block;
	width:90px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size: 14px;
	font-weight:normal;
	font-family: "微软雅黑";
	text-decoration:none;
	background-color:#036FB8;
	border-radius:5px;
	border:solid 0px #036FB8;
	text-align:center;
	margin-right:20px;
	float:left;
}
.anm4 a:hover {
	color:#fff;
	background-color:#036FB8;
}

.lti {
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:16px;
	color:#008CD6;
	font-weight:bold;
	font-family: "微软雅黑";
	text-align:left;
}
.ltit {
	width:100%;
	height:auto;
	text-align:left;
}
.ltit a{
	font-family: "微软雅黑";
	font-size: 14px;
	color:#666;
	text-decoration: none;
	font-weight: normal;
	line-height:30px;
}
.ltit a:hover{
	color:#008CD7;
}



/*视频展示*/
.video .inner {
	display:block;
	cursor:pointer;
}
.video .inner img {
	transition:all .4s;
}
.video .inner:hover img {
	transform:scale(1.05);
}
.video .vr-big {
    float: left;
    width: 38%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.video .vr-big .text {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	padding:0 30px 20px 30px;
	font-size:16px;
}
.video .vr-big .text h3 {
	font-size:24px;
	margin-bottom:4px;
}
.video .vr-big .link {
	width:130px;
	height:48px;
	font-size:16px;
	line-height:48px;
	text-align:center;
	position:absolute;
	z-index:2;
	right:30px;
	bottom:20px;
	border:1px solid #eee;
	color:#fff;
	transition:all .2s;
}
.video .vr-big .link:hover {
	background:#F96A69;
	border-color:#F96A69;
	color:#fff;
}
.video .vr-big .play {
	width:83px;
	height:83px;
	background:rgba(0,0,0,.4) url(../images/3f_play_left.png) no-repeat center center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-21px 0 0 -21px;
	border-radius:50%;
	cursor:pointer;
	transition:all .2s;
}
.video .vr-big .play:hover {
	background-color:rgba(0,0,0,.6);
}
.video .vr-right {
	float:left;
	width:412px;
	margin-left:22px;
}
.video .vr-small {
	margin-bottom:20px;
	width:412px;
	height:232px;
	position:relative;
	overflow:hidden;
}
.video .vr-small .text {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 20px 20px 20px;
	font-size:16px;
	color:#fff;
}
.video .vr-small .link {
	width:30px;
	height:30px;
	position:absolute;
	background:url(../images/3f_icon.png) no-repeat center center;
	right:20px;
	bottom:14px;
	z-index:2;
	transition:all .2s;
}
.video .vr-small .link:hover {
	background-image:url(../images/3f_icon_02.png);
}
.video .vr-small .play {
	width:51px;
	height:51px;
	background:rgba(0,0,0,.4) url(../images/3f_play_right.png) no-repeat center center;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	border-radius:50%;
	cursor:pointer;
	transition:all .2s;
}
.video .vr-small .play:hover {
	background-color:rgba(0,0,0,.6);
}


.m-video{width: 444px;height:327px;float:left; }
.m-video video{width:444px!important;height:327px!important;}



/*修改首页产品中心的样式*/

.index-title{
	text-align: center;
	font-size:32px;
	line-height:32px;color:#0068ad;}

.index-title-ms {
    text-align: center;
    margin-top: 10px;
    color: #666;
    margin-bottom: 20px;
}

.index-search-hz{background:#f5f6fa;overflow:hidden; }

.index-product-bj{background:#f5f6fa;padding:40px 0;overflow:hidden;}
.index-product-hz{margin-top:30px;}

.index-product-right-hz{width:18%;margin-right:2%;float:left;padding:2%;margin-bottom:28px;background:#fff;border:1px solid #f2f2f2;}
 .index-product-right-hz a{color:#fff;}
.index-product-right-pic{display:block; overflow:hidden;margin:18px 0;}
.index-product-right-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }
.index-product-right-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.index-product-right-title{color:#333;font-weight:bold;font-size:18px;}
.index-product-right-more{border:1px solid #449eca;color:#449eca;text-align:center;font-weight:bold;line-height:40px;border-radius:5px;}
.index-product-right-more:hover{background:#daecf4;}
.hz {
    width: 90%;
    margin: 0 auto;
}


index-ys-bj{ background:url(../images/ysbj.jpg)no-repeat center top;background-size: cover;
    background-attachment: fixed;
    padding: 1vw 0 3vw 0;
    overflow: hidden;}
 
.adv-list{margin-top:40px;}
.adv-list .item{float:left;margin-right:2%;margin-bottom:25px;width:31%;background:#fff;border-bottom-right-radius:15px;}
.adv-list .pic{overflow:hidden;}
.adv-list .pic img{display:block;width:100%;transition:all 0.5s;}
.adv-list .text{position:relative;margin-top:-62px;padding:10%;overflow:hidden;text-align:center;}
.adv-list .text h3{overflow:hidden;font-weight:normal; text-overflow:ellipsis; white-space:nowrap;margin:0 auto;padding:12px;font-size:20px;text-align:center;color:#fff;background:#449eca;border-bottom-right-radius:15px;}
.adv-list .text p{margin-top:20px;padding-bottom:20px;font-size:16px;color:#0068ad;}
.adv-list .item:hover{background:#006699;color:#fff;}
.adv-list .item:hover .pic img{transform:scale(1.1);}
.adv-list .item:hover h3{color:#006699;background:#fff;}
.adv-list .item:hover p{color:#fff;}




/*荣誉资质*/
.khjz_bj{width:100%; }
.khjz_dkj{position:relative;}
.khjz{position:relative;}
.khjz .item{width:94%; background:#fff; margin:0 3%; text-align:center; position:relative;overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}


.cpzs_img{overflow:hidden;}
.khjz .item .cpzs_img img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}

.khjz .item .cpzs_img img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.khjz .item .cpzs_wb{width:100%; height:100%; text-align:center; }

.khjz .item .cpzs_wb .cpzs_wb_t { overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:16px;padding:15px 0;}
.khjz .item:hover .cpzs_wb_t{color:#fff;}


.khjz .item:hover .cpzs_wb .cpzs_wb_b{ opacity:1;}

.khjz .owl-wrapper:after{content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.khjz{display:none; width: 100%;-ms-touch-action:pan-y;}
.khjz .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-wrapper{display: flex !important;}
.item{min-height:100%;}
.khjz .owl-wrapper-outer{width:100%; overflow:hidden;}
.khjz .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.khjz .owl-item{float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}


.khjz .owl-wrapper,
.khjz .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}

.khjz .owl-controls{width:100%; z-index:11;}
.khjz .owl-controls .owl-buttons{}
.khjz .owl-controls .owl-buttons div{width:35px; height:35px; margin-top:-20px; text-indent:-9999px; position:absolute; top:50%; transition:0.5s;}
.khjz .owl-controls .owl-buttons .owl-prev{background: url(../images/jtl02.png) center no-repeat; left:-35px;}
.khjz .owl-controls .owl-buttons .owl-prev:hover{background:url(../images/jtl03.png) center no-repeat;}
.khjz .owl-controls .owl-buttons .owl-next{background:url(../images/jtr02.png) center no-repeat; right:-35px;}
.khjz .owl-controls .owl-buttons .owl-next:hover{background:url(../images/jtr03.png) center no-repeat;}
.khjz .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.khjz .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.khjz .owl-controls .owl-page{height:14px; display:inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
.khjz .owl-controls .owl-page span{display:block; width:8px; height:8px; margin:0 14px; margin-top:3px; border:2px #999999 solid; background:#999999; transition:all 0.5s;}
.khjz .owl-controls .owl-page.active span{width:14px; height:14px; margin:0 14px; border-color:#f6a308; background:none;}
.khjz .owl-controls .owl-page span.owl-numbers{height:auto; width:auto; color:#FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.khjz .loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}
.khjz .owl-pagination{width:100%; height:14px; text-align:center; margin-top:70px; display:none;}

.index-ys-bj {
    background: url(../images/ysbj.jpg)no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 1vw 0 3vw 0;
    overflow: hidden;
    margin-bottom: 55px;
}
.bt{
    margin-top: 55px
}


.parHd {margin:25px 0;}
.parHd ul {
	vertical-align: top;
text-align:center;

}
.parHd ul li {
	font-size: 16px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin:0.6%;padding:10px 5%;border:1px solid #0068ad;
}


.parHd ul li.on {
color:#fff;background:#0068ad;
}
.hz .slideBox {
	zoom: 1;
	position: relative;
	display: none;

}
.hz .tempWrap {
	margin: 0 auto;
}

.index-ryzz-pic-hz{ width: 24%; margin: 0 0.5%;float:left;}
.index-ryzz-title{background:#f5f6fa;text-align:center;padding:10px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.index-ryzz-title:hover a{background:#4aaf3d;color:#fff;}
.index-ryzz-pic{text-align:center; display:block; overflow:hidden;border:1px solid #e6e6e6;}
.index-ryzz-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-ryzz-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}



.text-box-pic{float:left;width:12%;}
.text-box-right{float:right;width:88%;}

.box2{
	position: relative;
	width: 100%;
	overflow: hidden;}

.text-box2{
	float: right;
	width:50%;
}
.img-box2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
	overflow: hidden;
}	
.img-box2>div{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform:scale(1); 
	transition:all .6s;  
}	


/*手机版权*/
.foot_nav{display:none!important;}