﻿@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:14px;
}
a.r1:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r1:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r1:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#0061B0;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r2:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000;
	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:#0061B0;
	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:#0061B0;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r12:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r12:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r12:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#ff0000;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.t1 {
    font-family: "微软雅黑";
    color: #0067c6;
    font-size: 30px;
    font-weight: normal;
    line-height: 150%;
}
.t2 {
    width: 100%;
    height: auto;
    font-family: "微软雅黑";
    color: #0067c6;
    font-size: 25px;
    font-weight: normal;
    line-height: 200%;
    display: block;
    margin-bottom: 2%;
}
.t3 {
    font-family: "微软雅黑";
    color: #0067c6;
    font-size: 14px;
    font-weight: normal;
    line-height: 200%;
}
.tx1 {
    line-height:200%;
	font-family:"微软雅黑";
	font-size:20px;
	color:#0067C6;
	font-weight:normal;
}
.sr {
	width:90%;
	padding:1%;
	margin:1%;
	height: auto;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	color:#333;
	font-family:"微软雅黑";
	font-size:12px;
}
.sr2 {
	width:15%;
	padding:1%;
	margin:1%;
	height: auto;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	color:#333;
	font-family:"微软雅黑";
	font-size:12px;
}
.san {
	width:90px;
	padding:1%;
	margin:1%;
	background-color:#eee;
	height:auto;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	color:#333;
	font-family:"微软雅黑";
	font-size:14px;
	cursor:pointer;
}
.nodispaly {
	display:none
}
.line {
	height:20px;
	line-height:20px;
	font-size:0px;
	clear:both;
	overflow:hidden;
	display:block;
}
.fK {
	color:#a91432;
}
.clearfix {
*zoom:1;
}
/*给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:#0061B0;
	text-decoration:underline;
}
.header {
	position:relative;
	z-index:10;
}
.top {
	height:40px;
	background-color:#0067C6;
}
.top .box {
	max-width:1300px;
	margin:0 auto;
	text-align:right;
	font-family:;
	font-size:13px;
	color:#fff;
	font-weight:norma;
	line-height:40px;
}
.top .box span{
    font-family: "方正大黑简体";
	font-size:15px;
	color:#fff;
	font-weight:norma;
	line-height:40px;
	float: left;
}
.top .box a {
    font-family: "微软雅黑";
	font-size:13px;
	color:#fff;
	font-weight:norma;
	line-height:40px;
	text-decoration:none;
}
.top .box a:hover {
	color:#B0DAFF;
}
.lobbox {
	width:100%;
	position:absolute;
	left:0px;
	top:40px;
	clear:left;
	overflow: visible;
}
.lobbox .box {
	max-width:1300px;
	margin:0 auto;
	height:100px;
}
.lobbox .box h1 {
	float:left;
	width:30%;
	padding-top:0px;
	padding-left:0px;
}
.lobbox .box h1 img{
	width:100%;
}
.lobbox .naverbox2 {
	float:right;
	width:60%;
	height:100px;
	margin-left:10%;
}
.lobbox .naverbox2 .tel{
	float:lef;
	width:100%;
	font-family:微软雅黑;
	font-size: 16px;
	color: #FF0000;
	font-weight:normal;
	height:30px;
	line-height:30px;
	margin-bottom:5px;
	text-align:right;
}
.lobbox .box .nav {
	float:right;
}
.lobbox .box .nav h3 {
	font-size:100%;
	font-weight:normal;
	width:14.285714%;
	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:#0061B0;
}
.lobbox .box .nav .sub {
	width:140px;
	position:absolute;
	left:0px;
	top:80px;
	background:#FFF;
	float:left;
	line-height:30px;
	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:#0061B0;
	display:block;
	zoom:1;
	background:#eee;
	text-decoration:none;
}
.lobbox2 {
	width:100%;
	position: relative;
	left:0px;
	top:28px;
}
.lobbox2 .box {
	width:100%;
	margin:0 auto;
	height:45px;
}
.lobbox2 .box .nav {
	float:left;
	width:100%;
}
.lobbox2 .box .nav h3 {
    width:100%;
	text-align:center;
}
.lobbox2 .box .nav .m {
    width:16.666666%;
	position:relative;
	float:left;
}
.lobbox2 .box .nav h3 a {
	zoom:1;
	display:block;
	color:#0067c6;
	font-size:16px;
	line-height:45px;
	font-weight:normal;
}
.lobbox2 .box .nav li:hover h3 a {
	color:#fff;
	background-image:url(../images/nbg.jpg);
	background-size: 100% 100%;
}
.lobbox2 .box .nav li a.current {
	color:#fff;
	background-image:url(../images/nbg.jpg);
	background-size: 100% 100%;
}
.lobbox2 .box .nav .sub {
	width:100%;
	position:absolute;
	left:0px;
	top:45px;
	background:#FFF;
	float:left;
	line-height:30px;
	border-top:none;
	padding-top:20px;
}
.lobbox2 .box .nav .sub li {
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #DDD;
}
.lobbox2 .box .nav .sub li a {
	color:#0067c6;
	font-size:14px;
	display:block;
	zoom:1;
}
.lobbox2 .box .nav .sub li a:hover {
	color:#fff;
	display:block;
	zoom:1;
	text-decoration:none;
	background:#0067c6;
}
#dowebok {
	display:none;
}
.foot {
	background:#0067C6;
	clear:both;
	overflow: hidden;
}
.foot .foot_t {
	max-width:1300px;
	margin:0 auto;
	padding-top:3%;
	padding-bottom:0%;
	overflow:hidden;
	clear:left;
}
.foot .foot_tl {
    float:left;
	width:70%;
}
.foot .foot_tr {
    float:right;
	width:30%;
	font-family:"微软雅黑";
	color:#fff;
	font-size:16px;
	line-height:200%;
	text-align:left;
}
.foot2 {
	background:#0067C6;
	clear:both;
	overflow: hidden;
}
.foot2 .foot_t2 {
	max-width:1300px;
	margin:0 auto;
	text-align:center;
	clear:left;
	font-family:"微软雅黑";
	color:#cdcdcd;
	font-size:14px;
	line-height:normal;
	padding-top:1%;
	padding-bottom:1.5%;
}
.foot2 .foot_t2 a {
    font-family:"微软雅黑";
	color:#ccc;
	font-size:16px;
	line-height:200%;
	text-decoration: none;
	margin-left:2%;
	margin-right:2%;
	display:inline-block;
}
.foot2 .foot_t2 a:hover {
	color:#999;
	text-decoration: underline;
}
ul,li {
    padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}
.clear {
	clear:both;
}
.fti {
    width:100%;
	height:auto;
	margin-bottom:3%;
	text-align:center;
	color:#fff;
	font-size:40px;
	font-family:"微软雅黑";
	font-weight: 100;
	line-height:normal;
	display:block;
	float:left;
}
.fn {
	width:16%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	margin-top:1%;
	margin-bottom:1%;
	float:left;
}
.fn h {
    width:100%;
	height:auto;
	text-align:center;
	display:block;
	float:left;
}
.fn h img{
    max-width:100%;
	border:0px;
}
.fn span {
    width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:50px;
	text-decoration:none;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.fn:hover img{
    opacity:0.8;
}
.fn:hover span {
	color:#ccc;
}
.map {
	width:60%; 
	height:auto; 
	padding-top:5%; 
	padding-bottom:5%;
	margin:0px auto;
}
.di {
	width:100%;
	height:auto;
	margin-bottom:3%;
	float:left;
}
.di h {
    width:100%;
	height:auto;
	text-align:left;
	color:#333;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	padding-bottom:1%;
	border-bottom:#ddd solid 1px;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.di ul {
    width:100%;
	height:auto;
	float:left;
}
.di ul li{
    width:14.666666%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
	text-align:left;
	color:#666;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.di:hover span {
	color:#999;
}
.rt {
	width:31.333333%;
	margin-right:2%;
	text-align:left;
	float:left;
}
.rt h4 {
	color:#d9d9d9;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:50px;
	padding:0px;
	margin:0px;
	float:left;
}
.rt ul li {
    padding:0px;
}
.rt ul li a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #8f8f8f;
	text-decoration: none;
	font-weight: normal;
	line-height:35px;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.rt ul li a:hover {
	color: #fff;
}

.rt2 {
	width:17%;
	margin-right:3%;
	text-align:left;
	float:left;
}
.rt2 h4 {
	color:#fff;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	height:50px;
	line-height:50px;
	padding:0px;
	margin:0px;
	float:left;
	
}
.r2t ul li {
    padding:0px;
}
.rt2 ul li a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	line-height:30px;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.rt2 ul li a:hover {
	color: #fff;
}

.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:#ff0000;
	cursor: default;
}
.tage {
	border-bottom:1px solid #CCC;
	padding:20px 0;
}
.tage .box {
	max-width:1300px;
	margin:0 auto;
	text-align:center;
}
.tage .box .tage_l {
	float:left;
	color:#0061B0;
}
.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 #0061B0;
	outline:medium;
	padding-left:5px;
}
.tage .box .tage_r .input_btn {
	width:100px;
	height:40px;
	border:0 none;
	background:#0061B0 url(../images/pic2.gif) no-repeat center;
	;
	outline:medium;
}
.inz {
	width:100%;
	padding-top:0.5%;
	margin:0 auto;
	clear:left;
}
.inz1{
	width:33%;
	height:auto;
	float:left;
	position:relative;
}
.inz1 img{
    max-width:100%;
	border:0px;
}
.inz1 img:hover{
    -webkit-filter:opacity(0.8);
}
.inz1 span{
	top:20%;
	left:0px;
	width:100%;
	text-align:center;
	position:absolute;
}
.inz1 span h{
    color:#000;
	font-family:"微软雅黑";
	font-size:20px;
	font-weight:normal;
	line-height:200%;
}
.inz1 p{
    color:#666;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	line-height:200%;
}

.inz2{
	width:33%;
	height:auto;
	margin-left:0.5%;
	margin-right:0.5%;
	float:left;
	position:relative;
}
.inz2 img{
    max-width:100%;
	border:0px;
}
.inz2 img:hover{
    -webkit-filter:opacity(0.8);
}
.inz2 span{
	top:20%;
	left:0px;
	width:100%;
	text-align:center;
	position:absolute;
}
.inz2 span h{
    color:#000;
	font-family:"微软雅黑";
	font-size:20px;
	font-weight:normal;
	line-height:200%;
}
.inz2 p{
    color:#666;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	line-height:200%;
}

.hoc {
	width:100%;
	margin:0 auto;
	clear:left;
}
.hock{
	width:50%;
	height:480px;
	float:left;
}
.hockk{
	width:50%;
	height:480px;
	float:left;
}
.hock1{
	width:50%;
	height:480px;
	float:left;
}
.hock1 img{
    max-width:100%;
	height:480px;
	border:0px;
}
.hock1 img:hover{
    -webkit-filter:opacity(0.8);
}
.hock2{
	width:50%;
	height:480px;
	background-color:#183D81;
	float:left;
}
.hock2 h{
    width:80%;
	margin-top:10%;
	margin-left:10%;
	margin-right:10%;
	color:#fff;
	font-family:"微软雅黑";
	font-size:36px;
	font-weight:normal;
	text-align:center;
	line-height:300%;
	float:left;
}
.hock2 p{
    width:80%;
	margin-left:10%;
	margin-right:10%;
	color:#fff;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-align:center;
	line-height:200%;
	float:left;
}
.hock2 span{
    width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
	float:left;
}
.hock2 span a{
	color:#A7C2EF;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	text-align:center;
	line-height:500%;
}

.content {
	max-width:1300px;
	margin:0 auto;
	clear:left;
}
.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:#0061B0;
}
.ink2 {
	width:30%;
	height:35px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}
.ss {
	position:relative;
	float:right;
}
.ss input {
	width: 220px;
	padding: 0px 40px 0px 15px;
	height: 33px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	color:#333;
	font-family:"微软雅黑";
	font-size:12px;
}
.ss span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	background-image: url(../images/ssan.png);
	cursor: pointer;
	overflow: hidden;
}
.inti {
	width:100%;
	margin-bottom:3%;
}
.inti h{
    width:100%;
	height:auto;
	margin-bottom:1%;
	font-size:50px;
	color:#333;
	font-family:"微软雅黑";
	text-align:center;
	line-height:normal;
	font-weight: 100;
	display:block;
}
.inti h span{
	color:#0067c6;
}
.inti h2{
    width:100%;
	height:auto;
	margin-bottom:2%;
	font-size:14px;
	color:#333;
	font-family:"微软雅黑";
	text-align:center;
	line-height:normal;
	font-weight: normal;
	display:block;
}
.inti2 {
	width:100%;
}
.inti2 a{
	text-decoration:none;
}
.inti2 h{
    width:100%;
	height:auto;
	margin-bottom:0.5%;
	text-align:center;
	display:block;
	float:left;
}
.inti2 h img{
    max-width:100%;
}
.inti2 h2{
    width:100%;
	height:auto;
	margin-bottom:0.5%;
	font-size:40px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	line-height:normal;
	font-weight: 100;
	display:block;
	float:left;
}
.inti2 h3{
    width:100%;
	height:auto;
	font-size:18px;
	color:#fff;
	font-family:"微软雅黑";
	text-align:center;
	line-height:normal;
	font-weight: normal;
	display:block;
	float:left;
}
.anm0 a {
    display:block;
	width:130px;
	height:40px;
	line-height:40px;
	margin-top:1%;
	margin-bottom:1%;
	color:#fff;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	border-radius:0px;
	border:solid 1px #fff;
	text-align:center;
	text-decoration:none;
	background-color:#00CC00;
	float:left;
}
.anm0 a:hover {
	background-color: #ff0000;
}
.anm a {
    display:block;
	width:130px;
	height:40px;
	line-height:40px;
	margin-top:1%;
	margin-bottom:1%;
	color:#fff;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	border-radius:0px;
	border:solid 1px #fff;
	text-align:center;
	text-decoration:none;
	background-color:#0067C6;
	float:left;
}
.anm a:hover {
	background-color: #ff0000;
}

.anm1 a {
    display:block;
	margin-bottom:5%;
	padding:2%;
	width:auto;
	line-height:normal;
	color:#fff;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:bold;
	background:#6690B5;
	border-radius:0px;
	text-align:center;
	text-decoration:none;
	float:left;
}
.anm1 a:hover {
	background:none#2B2B2B;
}
.anm2 a {
    display:block;
	width:185px;
	height:50px;
	color:#333;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:50px;
	background:#6690B5;
	border-radius:0px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #d2d2d2;
	margin:0px auto;
}
.anm2 a:hover {
    color:#fff;
	background-color:#0067C6;
	border:1px solid #0067C6;
}
.anm3 a {
    display:block;
	width:80%;
	height:40px;
	line-height:40px;
	color:#0067C6;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	border-radius:0px;
	border:solid 1px #0067C6;
	text-align:center;
	text-decoration:none;
	margin:0px auto;
}
.anm3 a:hover {
    color:#fff;
	background-color: #0067C6;
}
.inc {
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:200%;
}
.hl {
	width:19.5%;
	height:550px;
	margin-right:0.5%;
	float:left;
	position:relative;
}
.hl img{
	width:100%;
	height:100%;
}
.hl p{
	position:absolute;
	bottom:8%;
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:normal;
}
.hr {
	width:80%;
	height:auto;
	float:left;
}
.hz {
	width:24%;
	height:auto;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:1%;
	background-image:url(../images/hbg.jpg);
	background-size: 100% 100%;
	background-color:#0067C6;
	float:left;
	cursor:pointer;
	position:relative;
}
.hzp {
	width:100%;
	height:auto;
	margin-top:25%;
	margin-bottom:3.5%;
	text-align:center;
	float:left;
}
.hzp img{
	max-width:100%;
	border:0px;
}
.hz p{
    display:none;
}
.hz:hover p{
    width:90%;
	height:70%;
	padding-left:5%;
	padding-right:5%;
	padding-top:32%;
	top:0px;
	text-align:left;
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:25px;
	position:absolute;
	background-color:#0067C6;
	word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.hzt{
	width:100%;
	height:auto;
	margin-bottom:25%;
	text-align:center;
	color:#333;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:200%;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.hz:hover img{
	-webkit-filter:opacity(0.8);
}
.hz:hover .hzt{
	color:#0067C6;
}
.hz2 {
	width:15.666666%;
	height:auto;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:1%;
	background-image:url(../images/hbg.jpg);
	background-size: 100% 100%;
	background-color:#0067C6;
	float:left;
	cursor:pointer;
	position:relative;
}
.hz2p {
	width:100%;
	height:auto;
	margin-top:15%;
	margin-bottom:3.5%;
	text-align:center;
	float:left;
}
.hz2p img{
	max-width:100%;
	border:0px;
}
.hz2 p{
    display:none;
}
.hz2:hover p{
    width:90%;
	height:80%;
	padding-left:5%;
	padding-right:5%;
	padding-top:22%;
	top:0px;
	text-align:left;
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:25px;
	position:absolute;
	background-color:#0067C6;
	display:block;
}
.hz2t{
	width:100%;
	height:auto;
	margin-bottom:15%;
	text-align:center;
	color:#333;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	font-weight:normal;
	line-height:200%;
	float:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.hz2:hover img{
	-webkit-filter:opacity(0.8);
}
.hz2:hover .hzt{
	color:#0067C6;
}
.yl {
	width:48%;
	height:auto;
	float:left;
	position:relative;
}
.yl img{
	width:100%;
	height:100%;
}
.yr {
	width:48%;
	height:auto;
	padding:2%;
	float:left;
}
.yr h{
	width:100%;
	height:auto;
	margin-top:6%;
	margin-bottom:2%;
	text-align:left;
	color:#010569;
	font-size:20px;
	font-family:"微软雅黑";
	font-weight:bold;
	line-height:normal;
	display:block;
	float:left;
}
.yr span{
	width:100%;
	height:auto;
	margin-bottom:2%;
	text-align:left;
	color:#0067c6;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	line-height:200%;
	display:block;
	float:left;
}
.xl {
	width:48%;
	height:auto;
	margin-right:4%;
	float:left;
	position:relative;
}
.xl img{
	width:100%;
	height:100%;
}
.xl p{
	position:absolute;
	bottom:8%;
	width:90%;
	height:auto;
	padding-left:5%;
	padding-right:5%;
	text-align:left;
	color:#fff;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:normal;
	text-shadow: 1px 1px 1px #000;
}
.xr {
	width:48%;
	height:auto;
	float:left;
}
.al {
	width:25%;
	height:auto;
	background-color:#fff;
	float:left;
}
.al img{
	width:100%;
}
.am {
	width:45%;
	height:auto;
	margin-left:2.5%;
	margin-right:2.5%;
	background-color:#fff;
	float:left;
}
.am img{
	width:100%;
}
.ar {
	width:25%;
	height:auto;
	float:left;
}
.ar h{
	width:100%;
	height:auto;
	margin-bottom:10%;
	background-color:#fff;
	display:block;
	float:left;
}
.ar h img{
	width:100%;
}
.al:hover img{
	-webkit-filter:opacity(0.8);
}
.am:hover img{
	-webkit-filter:opacity(0.8);
}
.ar h:hover img{
	-webkit-filter:opacity(0.8);
}
.prowai{
	width:23%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
}
.pro {
	width:auto;
	height:auto;
	border-radius:10px;
	border:1px solid #CCC;
	overflow:hidden;
	float:left;
}
.pro img{
	-webkit-transition:0.5s all ease-in-out;
	transition:0.5s all ease-in-out;
	width:100%;
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000;
}
.pro img:hover{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:1.00;
	filter:alpha(opacity=100);
}
.protext {
	width:100%;
	height:40px;
	float:left;
}
.protext a{
    width:100%;
	height:40px;
	text-align:center;
	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:#0061B0;
}
.zy{
	width:31.333333%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
}
.zyp {
	width:auto;
	height:auto;
	border-radius:10px;
	border:1px solid #CCC;
	overflow:hidden;
	float:left;
}
.zyp img{
	-webkit-transition:0.5s all ease-in-out;
	transition:0.5s all ease-in-out;
	width:100%;
	-webkit-backface-visibility:hidden;
	-webkit-perspective:1000;
}
.zyp img:hover{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	opacity:1.00;
	filter:alpha(opacity=100);
}
.zyt {
	width:100%;
	height:auto;
	float:left;
}
.zyt h{
	width:100%;
	height:auto;
	margin-bottom:1%;
	display:block;
	float:left;
}
.zyt h a{
    width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
	text-decoration:none;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.zyt h a:hover{
	color:#0061B0;
}
.zyt h2{
	width:100%;
	height:auto;
	display:block;
	float:left;
}
.zs{
	width:18%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
}
.zsp {
	width:auto;
	height:auto;
	border-radius:10px;
	border:1px solid #CCC;
	overflow:hidden;
	float:left;
}
.zsp img{
	width:100%;
	border:0px;
}
.zst {
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
	text-decoration:none;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	float:left;
}
.xwp{
	width:44%;
	padding:3%;
	height:auto;
	background-color:#2B2B2B;
	float:left;
}
.xwp h{
	width:100%;
	margin-top:5%;
	margin-bottom:5%;
	line-height:normal;
	color:#fff;
	font-family:"微软雅黑";
	font-size:22px;
	font-weight:bold;
	float:left;
}
.xwp span{
	width:100%;
	margin-bottom:8%;
	height:150px;
	line-height:25px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	float:left;
	word-wrap:break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 6; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.xwp h2{
	width:100%;
	margin-top:21%;
	margin-bottom:21%;
	line-height:normal;
	color:#fff;
	font-family:"微软雅黑";
	font-size:30px;
	font-weight:bold;
	float:left;
}

.xwp2{
	width:50%;
	height:auto;
	float:left;
}
.xwp2 img{
	width:100%;
	height:100%;
}

.prowai1{
	width:29%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	float:left;
}
.pro1 {
	width:auto;
	height:auto;
}
.pro1 img{
	width:100%;
}
.pro1 img:hover{
	width:100%;
	opacity:0.8;
}
.protext1 {
	width:100%;
	height:50px;
	text-align:center;
}
.protext1 a{
	line-height:50px;
	color:#000;
	font-family:"微软雅黑";
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
}
.protext1 a:hover{
	text-decoration:underline;
}

.prowai10{
	width:10%;
	height:auto;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:4%;
	float:left;
}
.pro10 {
	width:auto;
	height:auto;
}
.pro10 img{
	width:100%;
}
.pro10 img:hover{
	opacity:0.8;
}
.protext10 {
	width:100%;
	margin-top:5%;
	text-align:center;
	line-height:200%;
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.prowai11{
	width:23%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
}
.pro11 {
	width:auto;
	height:auto;
}
.pro11 img{
	width:100%;
}
.pro11 img:hover{
	width:100%;
	opacity:0.8;
}
.protext11 {
	width:100%;
	height:50px;
	text-align:center;
}
.protext11 a{
	line-height:50px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.protext11 a:hover{
	text-decoration:underline;
}
.jj{
	width:16.8%;
	height:auto;
	padding:3%;
	margin-left:1%;
	margin-right:1%;
	border-radius:5px;
	border: 1px solid #cfe1f1;
    background: #eaf5ff;
	float:left;
	cursor:pointer;
}
.jj:hover{
	background-color:#0067C6;
}
.jj:hover img{
	-webkit-filter: grayscale(100%) brightness(1000%);
}
.jj:hover .jjt h{
	color:#fff;
}
.jj:hover .jjt h2{
	color:#fff;
}
.jjp {
	width:20%;
	height:auto;
	float:left;
}
.jjp img{
	max-width:100%;
	border:0px;
	margin-top:25%;
}
.jjt {
	width:70%;
	height:auto;
	margin-left:10%;
	float:left;
}
.jjt h{
    width:100%;
	height:auto;
	margin-bottom:3%;
	text-align:left;
	color:#0067C6;
	font-family:"微软雅黑";
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	float:left;
}
.jjt h2{
	width:100%;
	height:40px;
	text-align:left;
	color:#333;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	float:left;
	word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.ys{
	width:46%;
	height:auto;
	margin:2%;
	float:left;
	cursor:pointer;
}
.ysp {
	width:20%;
	height:auto;
	float:left;
}
.ysp img{
	max-width:100%;
	border:0px;
}
.yst {
	width:75%;
	height:auto;
	margin-left:5%;
	float:left;
}
.yst h{
    width:100%;
	height:auto;
	margin-bottom:3%;
	text-align:left;
	color:#fff;
	font-family:"微软雅黑";
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	padding-bottom:3%;
	border-bottom: 1px solid #7883a9;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	float:left;
}
.yst h2{
	width:100%;
	height:40px;
	text-align:left;
	color:#fff;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	float:left;
	word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.nw{
	width:100%;
	height:auto;
	padding-bottom:2.5%;
	margin-bottom:2.5%;
	border-bottom:#e8e8e8 solid 1px;
	float:left;
}
.nwp {
	width:27%;
	height:auto;
	margin-right:3%;
	float:left;
}
.nwp img{
	width:100%;
	border:0px;
}
.nwp img:hover{
	-webkit-filter:opacity(0.8);
}
.nwt {
	width:70%;
	height:auto;
	text-align:left;
	float:left;
}
.nwt h{
    width:100%;
	height:auto;
	margin-bottom:2%;
	text-align:left;
	color:#333;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	line-height:200%;
	text-decoration:none;
	float:left;
	display:block; 
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.nwt h2 {
	width:100%;
	height:auto;
	margin-bottom:1%;
	text-align:left;
	color:#999;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	line-height:normal;
	float:left;
}
.nwt h3 {
	width:100%;
	height:40px;
	text-align:left;
	color:#333;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	float:left;
	word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.nw a{
	text-decoration:none;
}
.nw:hover .nwt h{
	color:#0067C6;
}
.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:#ff0000;
}

.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 #0061B0;
}
.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:#0061B0;
}
.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:#0061B0;
	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:#0061B0;
	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:#0061B0;
}
.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 #0061B0;
}
.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:100px;
	
}
.banner {
	width:100%;
	margin-top:100px;
	margin-bottom:3%;
	margin-left: auto;
	margin-right: auto;
}
.banner img {
	width:100%;
}
.tsr {
    width:100%;
	height:auto;
	margin-bottom:0%;
	text-align:center;
	line-height:normal;
}
.tsr a {
    height:auto;
    color:#0067c6;
	font-family:"微软雅黑";
    font-size: 16px;
    display: inline-block;
    line-height:400%;
	text-decoration:none;
    padding: 0 20px;
    margin: 5px 10px;
	border-bottom: solid 4px #fff;
}
.tsr a:hover {
    border-bottom: solid 4px #0067c6;
}
.tsr a.on {
    border-bottom: solid 4px #0067c6;
}
.tsr2 {
    width:100%;
	height:auto;
	margin-bottom:0%;
	text-align:center;
	line-height:normal;
}
.tsr2 a {
    height:auto;
    color:#666;
	font-family:"微软雅黑";
    font-size: 14px;
    display: inline-block;
    line-height:200%;
	text-decoration:none;
    padding: 0 20px;
    margin: 5px 10px;
	border: solid 1px #999;
}
.tsr2 a:hover {
    color:#0067c6;
    border: solid 1px #0067c6;
	background-color:#fff;
}
.tsr2 a.on {
    color:#0067c6;
    border: solid 1px #0067c6;
	background-color:#fff;
}
.tsr2 a.current {
    color:#fff;
    border: solid 1px #0067c6;
	background-color:#0067c6;
}
.dqwz {
	background:#FFF;
	border-bottom:2px solid #EEE;
}
.dqwz .box {
	max-width:1300px; /*宽度在0~1300px之间*/
	margin:0 auto;
	line-height:50px;
}
.dqwz2 {
    width:100%;
	height:auto;
    font-size:50px;
	color:#333;
	font-family:"微软雅黑";
	text-align:center;
	line-height:normal;
	font-weight: 100;
	margin-bottom:2%;
}
.dqwz2 span{
	color:#0067c6;
}
.dqwz2 .box {
	max-width:1300px; /*宽度在0~1300px之间*/
	margin:0 auto;
}
.dqwz3 {
	text-align:center;
	line-height:auto;
	margin-bottom:2%;
}
.dqwz3 .box {
	max-width:1300px; /*宽度在0~1300px之间*/
	margin:0 auto;
	border-bottom:#DEDEDE solid 1px;
	overflow:hidden;
}
.dqwz3 .box a{
	width:12%;
	height:auto;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	line-height:normal;
	padding-left:2%;
	margin-left:2%;
	margin-top:1%;
	margin-bottom:1%;
	display:block;
	background:url(../images/pic28.png) no-repeat left center;
	float:left;
}
.dqwz3 .box a:hover {
    color:#000;
	padding-left:2%;
	display:block;
	text-decoration:underline;
	background:url(../images/pic29.gif) no-repeat left center;
}
.dqwz3 .box a.current {
	color:#000;
	background:url(../images/pic29.gif) no-repeat left center;
}
.con {
	max-width:1300px; /*宽度在0~1300px之间*/
	margin:2% auto;
}
.con2_l {
	float:left;
	width:25%;
	background:#FFF;
}
.con2_l .box {
}
.con2_l h2 {
	line-height:60px;
	font-size:18px;
	background:#0061B0 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:#0061B0 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:#0061B0; /*当前链接样式*/
	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:#0061B0; /*当前链接样式*/
	background:none;
}
.con_r {
	float:right;
	width:72%;
	background:#FFF;
}
.con_r .about {
	padding:5%;
	line-height:30px;
}
.con_r .about p {
	padding-bottom:2%;
	text-indent:2em;
}
.con_a {
	width:100%;
	background:#FFF;
}
.con_a .about {
	padding:0%;
	font-size:16px;
	line-height:200%;
}
.con_a .about img {
	max-width:100%;
}
.con_a .about2 {
	padding:0%;
	font-size:16px;
	line-height:200%;
}
.con_a .about .pic {
	float: right;
	padding: 0 10px 0px 0;
	max-width:250px;
}
.con_a .about .pic img {
	box-shadow: 0px 0px 0px #ccc;
	width:250px;
}
.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:#0067c6;
	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:#0067c6;
	text-decoration: underline;
}
.np2 h2{
    width:100%;
	height:30px;
	font-size:14px;
	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-word;
    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:left;
	display:block;
	float:left;
}
.np2 h4 a{
	font-size:14px;
	color:#008CD6;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height:40px;
	text-decoration:none;
}
.np2 h4 a:hover{
	text-decoration:underline;
}
.news {
	padding:0%;
}
.news .page {
	width:100%;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
	clear:left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0061B0;
	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_1.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%;
	background-color: #eee;
}
.news_content .title {
	line-height:30px;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: #ddd solid 1px;
}
.news_content .title h2 {
    color: #0067C6;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.news_content .title p {
    color: #0067C6;
	text-align:center;
}
.news_content .news_nr {
	line-height:24px;
	margin-top:3%;
}
.news_content .news_nr img{
	max-width:100%;
}
.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:#0061B0;
}
.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:200px;
}
.con_r .contact .pic img {
	box-shadow: 0px 0px 0px #ccc;
	width:200px;
}
.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: #0061B0;
	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 {
	text-align:center;
	width:100%;
}
.productd .showw .cl {
	width:50%;
	height:560px;
	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-top:2%;
	margin-bottom:3%;
	line-height:normal;
	text-align:left;
	font-family:"微软雅黑";
	font-size:24px;
	color:#333;
	font-weight:normal;
	display:block;
	float:left;
}
.productd .showw .cr h2{
	width:100%;
	height:auto;
	margin-bottom:3%;
	line-height:30px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:16px;
	color:#666;
	font-weight:normal;
	word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 12; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}
.productd .showw .cr h3{
	width:100%;
	height:auto;
	margin-bottom:3%;
	line-height:30px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:20px;
	color:#0067C6;
	font-weight:normal;
	display:block;
	float:left;
}
.productd .showw .cr h4{
	width:100%;
	height:auto;
	display:block;
	float:left;
}
.productd .showw .cll {
	display:none;/*此元素不会被显示*/
}
.productd .ti {
    width:100%;
	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%;
	overflow:hidden;
	clear:left;
}
.productd .con {
    width:100%;
	height:auto;
	margin-top:3%;
	line-height:30px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333;
	font-weight:normal;
	clear:left;
}
.productd .con img{
	max-width:100%;
}

.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;
}
.det{
	width:100%;
	height:auto;
	margin-bottom:2%;
	float:left;
}
.det h{
	width:100%;
	height:auto;
	line-height:normal;
	text-align:left;
	font-family:"微软雅黑";
	font-size:25px;
	color:#0067C6;
	font-weight:bold;
	display:block;
	float:left;
}
.det1{
	width:48%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	line-height:300%;
	text-align:left;
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	font-weight:normal;
	float:left;
}
.det1 img{
	max-width:100%;
}
.det1 h{
	width:100%;
	height:auto;
	margin-top:4%;
	margin-bottom:4%;
	line-height:normal;
	text-align:left;
	font-family:"微软雅黑";
	font-size:25px;
	color:#0067C6;
	font-weight:normal;
	display:block;
	float:left;
}
.det2{
	width:48%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
.det2 h{
	width:100%;
	height:auto;
	margin-top:4%;
	margin-bottom:4%;
	line-height:normal;
	text-align:left;
	font-family:"微软雅黑";
	font-size:25px;
	color:#0067C6;
	font-weight:normal;
	display:block;
	float:left;
}
.det2 h2{
	width:100%;
	height:auto;
	line-height:300%;
	text-align:left;
	font-family:"微软雅黑";
	font-size:18px;
	color:#333;
	font-weight:normal;
	display:block;
	float:left;
}
.det3{
	width:29.333333%;
	height:auto;
	padding:1%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
	float:left;
}
.det3 h{
	width:100%;
	height:auto;
	margin-bottom:4%;
	line-height:normal;
	text-align:left;
	font-family:"微软雅黑";
	font-size:20px;
	color:#0067C6;
	font-weight:normal;
	display:block;
	float:left;
}
.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:#333;
	font-weight:normal;
	clear:left;
}


.back {
	width:100%;
	height:auto;
	color: #0067C6;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	clear:left;
}
.back a {
	color: #0067C6;
	font-weight:bold;
}
.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:#0061B0;
	color:#FFF;
	outline:medium;
	border:0 none;
	margin-top:10px;
}
.ck {
	width:100%;
	height:auto;
	margin-bottom: 4%;
	text-align:left;
	overflow: hidden;
	float:left;
}
.ck1 {
	width:47%;
	height:auto;
	padding: 1%;
	margin-right:2%;
	text-align:left;
	float:left;
	background: #eee;
}
.ck2 {
	width:47%;
	height:auto;
	padding: 1%;
	text-align:left;
	float:left;
	background: #eee;
}
.ck3 {
	width:62%;
	height:auto;
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	overflow: hidden;
	float:left;
}
.ck4 {
	width:30%;
	height:auto;
	margin-left: 2%;
	margin-right: 2%;
	overflow: hidden;
	float:left;
}
.rc table{ border-collapse:collapse; border: 1px #ccc solid !important; width:100% !important; line-height:25px!important;}

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

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

.rc table tr td:nth-child(2)
{
text-align:left;
}
.tabk {
	width:100%;
	height: 45px;
}
.tabk ul li {
	width: 145px;
	height: 45px;
	font-size:16px;
	font-family: "微软雅黑";
	color:#333;
	line-height: 45px;
	font-weight:normal;
	text-align: center;
	background-color:#eee;
	float: left;
}
.tabk ul li:hover {
	color:#fff;
	cursor: pointer;
	background-color:#0067C6;
}
.tabk ul li.hover {
	color:#fff;
	cursor: pointer;
	background-color:#0067C6;
}
.maint {
	width:100%;
	height:auto;
	padding-top:1%;
	border-top:#eee solid 1px;
	display:block;
	float: left;
}
.neir {
	width:100%;
	height:auto;
	display: none;
	text-align:left;
	font-size:16px;
	font-family:"微软雅黑";
	color:#333;
	float: left;
}
.ct {
	width:100%;
	height: auto;
	margin-bottom:2%;
	float: left;
}
.ct1 {
	width:22%;
	height: auto;
	margin-right:2%;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	line-height:200%;
	float: left;
}
.ct2 {
	width:20%;
	height: auto;
	margin-right:2%;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	line-height:200%;
	float: left;
}
.ct3 {
	width:39%;
	height: auto;
	margin-right:2%;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	line-height:200%;
	float: left;
}
.ct4 {
	width:13%;
	height: auto;
	color:#666;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	line-height:200%;
	float: left;
}
/*Side*/
.side {
	position:fixed;
	width:54px;
	height:275px;
	right:0;
	top:275px;
	z-index:10000;
}
.side ul li {
	width:54px;
	height:54px;
	float:left;
	position:relative;
	margin-bottom:2px;
}
.side ul li .wx {
	width:220px;
	position:absolute;
	bottom:54px;
	right:0;
	display:none;
}
.side ul li a:hover .wx {
	display:block;
}
.side ul li .wx img {
	width:100%;
	display:block;
}
.side ul li .sidebox {
	position:absolute;
	width:54px;
	height:54px;
	top:0;
	right:0;
	background:#333;
	font-family:"微软雅黑";
	color:#fff;
	line-height:54px;
	font-size:14px;
	overflow:hidden;
	border-radius:5px 0 0 5px;
}
.side ul li .sidetop {
	width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background:#333;
	border-radius:5px 0 0 5px;
}
.side ul li .sidetop:hover {
	background:#0067C6;
	opacity:1;
	filter:Alpha(opacity=100);
}
.side ul li img {
	float:left;
}

/*加入我们*/
.zd {
	width:100%;
	height:auto;
	margin:0px auto;
}
.zd ul li {
	width:99%;
	padding:0.5%;
	border:#ddd solid 1px;
	margin-bottom:0.5%;
}
.zd ul li a {
	color:#333;
	font-family:"微软雅黑";
	text-decoration:none;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	padding-bottom:1%;
	border-bottom:#eee solid 1px;
	display:block;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.zd ul li a:hover {
	color:#ff0000;
	background-image: url(../images/jian.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.zd ul li a.select {
	color:#ff0000;
	background-image: url(../images/jian.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.f_h {
	width:100%;
	line-height:normal;
}
.f_h ul {
	margin-top:1%;
	margin-bottom:1%;
	list-style:none;
}
.f_h ul li {
	width:100%;
	padding:0px;
	border:0px;
	color:#333;
	font-family:"微软雅黑";
	text-decoration:none;
	font-size:14px;
	line-height:200%;
}
.f_h ul {
	display:none;
}
#menus {
	display:block;
}

/*首页弹窗*/
.pop_bg{background-color:#420D0F; position: fixed; height:150px;display: none;z-index:99999999; width:100%;bottom:0px;left:0%;margin-top:-100px;margin-left:0px;box-sizing: border-box;animation: my_scale 0.5s;}
.pop{position: absolute;height:140px;width:90%;top:50%;left:0%;box-sizing: border-box;margin-left:5%; margin-right:5%; margin-top:-90px;transition: transform 0.1s;}
.colse_pop{width:50px;height: 18px;background: url(../images/pop_colse_03.png) no-repeat center; -webkit-filter: grayscale(100%) brightness(1000%); float: right;margin-right: 17px;margin-top:30px;cursor: pointer;margin-bottom: 10px;}
.tit{clear: right;position: relative;}
.tik1{clear: right;position: relative;}
.tit h{font-size: 18px;color:#fff;text-align:center;line-height:30px; width:100%; height:auto; display:block;}
.tit span{font-size: 14px;color:#fff;text-align:left;line-height:20px;}

@keyframes my_scale
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
@-moz-keyframes my_scale 
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
@-webkit-keyframes my_scale
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}
@-o-keyframes my_scale 
{
 0% {
    transform: scale(0);
  }
  25%{transform: scale(0.25);}
  50%{transform: scale(0.5);}
  75%{transform: scale(0.7);}
  100%{transform: scale(1);}
}