﻿/* CSS Document */
* {
	padding:0px;
	margin:0px;
	font-family:"Microsoft YaHei";
	font-size:14px;
}
*html {
	background-image:url(about:blank);
	background-attachment:fixed;
}
body {
	background:#FFF;
	line-height:25px;
	min-width:1200px;
	color:#333333;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6,font {
	font-size:14px;
}
ul,ol {
	list-style-type:none;
	vertical-align:bottom;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#009CD8;
	text-decoration:none;
}
img,input {
	border:0px;
	vertical-align:middle;
	outline:none;
}
ul,ol,li {
	list-style:none;
}
table,th,td {
	border-collapse:collapse;
}
.fl,.left {
	float:left;
}
.fr,.right {
	float:right;
}
.lf {
	float:left;
}
.dis {
	display:none;
}
.hui {
	background:#f5f5f5;
}
p10 {
	padding:10px;
}
p20 {
	padding:20px;
}
::-webkit-scrollbar {
	width:10px;
	height:10px;
	background-color:#F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
	background-color:#F5F5F5;
}
/*定义滑块 内阴影+圆角*/::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:#555;
}
video::-webkit-media-controls {
	overflow:hidden !important;
}
video::-webkit-media-controls-enclosure {
	width:calc(100% + 32px);
	margin-left:auto;
}
.clear,.c {
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
.c10 {
	clear:both;
	height:10px;
	font-size:0px;
	overflow:hidden;
}
.c20 {
	clear:both;
	height:20px;
	font-size:0px;
	overflow:hidden;
}
.c30 {
	clear:both;
	height:30px;
	font-size:0px;
	overflow:hidden;
}
.c40 {
	clear:both;
	height:40px;
	font-size:0px;
	overflow:hidden;
}
.c50 {
	clear:both;
	height:50px;
	font-size:0px;
	overflow:hidden;
}
.hid {
	height:auto;
	overflow:hidden;
}
.clearfix:after {
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0
}
.clearfix {
	zoom:1
}
.wrapper,.wrap {
	width:1200px;
	margin:0 auto;
}
.wrapper {
	margin-bottom:50px;
	min-height:auto;
	padding-top:60px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.w1200 {
	width:1200px;
	margin:0 auto;
	clear:both;
	display:block;
}
.w1200w {
	width:1202px;
	margin:0px auto;
	clear:both;
}
.top {
	width:100%;
	height:35px;
	line-height:35px;
	overflow:hidden;
	background-color:#f4f4f4;
}
.header {
	height:130px;
	overflow:hidden;
}
.header .logo {
	float:left;
	margin:28px 10px 0 0;
}
.header .logo img {
	display:block;
}
.header .phone {
	float:right;
	width:195px;
	height:70px;
	background:url(../images/tel.png) no-repeat left 11px;
	margin-top:36px;
	padding-left:50px;
	line-height:30px;
	font-size:16px;
}
.header .phone span {
	display:block;
	color:#1a5eb2;
	font-size:26px;
	font-family:impact;
	font-weight:bold;
}
.header .phone span em {
	color:#009944;
	font-size:26px;
	font-weight:bold;
}
.nav {
	width:100%;
	height:60px;
	position:relative;
	z-index:999;
	background:#1a5eb2;
}
.nav .list {
	width:1200px;
	margin:0 auto;
}
.nav li {
	float:left;
	width:150px;
	text-align:center;
	position:relative;
	font-size:16px;
	height:60px;
	line-height:60px;
}
.nav li > a {
	display:block;
	color:#fff;
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
}
.nav li.current > a,.nav li:hover > a {
	font-weight:700;
	color:#fff;
	background:#ffa510;
}
.nav li.current .drop,.nav li:hover .drop {
	display:block;
}
.nav .drop {
	position:absolute;
	top:60px;
	width:171px;
	text-align:left;
	overflow:hidden;
	display:none;
	border-bottom:3px solid #050f1e;
	z-index:999;
	font-size:14px !important
}
.nav .drop dl {
	width:auto;
	overflow:hidden;
	padding:10px 0;
	text-align:center;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	*zoom:1;
	position:static;
	background:#0e4ba8;
}
.nav .drop dd {
	height:40px;
	line-height:40px;
	position:relative;
	color:#fff
}
.nav .drop dd a {
	display:block;
	width:171px;
	color:#fff;
}
.nav .drop dd a:hover {
	text-decoration:underline;
}
.fixedSubNav {
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	background:#2768b2;
	animation:myfirst 0.5s;
	-moz-animation:myfirst 0.5s;
	/* Firefox */
-webkit-animation:myfirst 0.5s;
	/* Safari and Chrome */
-o-animation:myfirst 0.5s;
	/* Opera */
}
@keyframes myfirst {
	from {
	top:-50px;
}
to {
	top:0px;
}
}@-moz-keyframes myfirst /* Firefox */ {
	from {
	top:-50px;
}
to {
	top:0px;
}
}@-webkit-keyframes myfirst /* Safari and Chrome */ {
	from {
	top:-50px;
}
to {
	top:0px;
}
}@-o-keyframes myfirst /* Opera */ {
	from {
	top:-50px;
}
to {
	top:0px;
}
}/*banner*/
.fullSlide {
	width:100%;
	position:relative;
	height:500px;
	overflow:hidden;
	top:-15px;
}
.full_text {
	width:100%;
	height:100px;
	position:absolute;
	z-index:6;
	bottom:0px;
	left:0;
	text-align:center;
	background:url(../images/tmbg_a.png);
	padding:10px 0px;
}
.full_text ul {
	width:1200px;
	margin:0 auto;
	height:100px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
@keyframes changeBiger {
	0% {
	transform:scale(1.08);
}
100% {
	transform:scale(1);
}
}.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:500px;
	overflow:hidden;
	text-align:center;
	background-size:cover;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
	background-size:cover;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:60px;
	height:10px;
	margin:2px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#f00;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:40%;
	margin-top:-30px;
	left:10%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
.banner1 {
	animation:changeBiger 3s linear forwards;
	animation-delay:0s;
	-webkit-animation-delay:0s;
	transform:scale(1.08);
	background-size:cover;
}
.hd_title {
	width:100%;
	height:70px;
	text-align:center;
	clear:both;
	margin-bottom:10px;
	margin-top:30px;
}
.hd_title h3 {
	font-size:30px;
	height:60px;
	line-height:60px;
	padding:0px 15px;
	margin:0px 10px;
	color:#333333;
	font-family:微软雅黑;
	font-weight:bold;
	background:url(../images/tu17.png) no-repeat center;
}
.hd_title span {
	font-size:16px;
	height:40px;
	line-height:40px;
	color:#666;
	text-transform:uppercase;
	display:none;
}
.cp_class {
	width:1200px;
	margin:0 auto;
	padding:20px 0;
}
.cp_class li {
	width:128px;
	height:40px;
	overflow:hidden;
	margin:2px;
	float:left;
	text-align:center;
	display:block;
}
.cp_class li a {
	font-size:16px;
	height:40px;
	line-height:40px;
	display:block;
	float:left;
	color:#fff;
	color:#111;
	transition:all 0.4s;
	background:#f5f5f5 url(../images/ico1.png) no-repeat 10px center;
	width:100%;
}
.cp_class li a:hover {
	background:#025ED6 url(../images/ico.png) no-repeat 10px center;
	color:#fff;
	text-indent:30px;
	text-align:left;
}
/*首页滚动产品展示*/
.inproduct {
	width:910px;
	float:right;
	overflow:hidden;
	padding-top:0px;
}
.product {
	width:1200px;
	padding:40px 0;
	overflow:hidden;
	margin:0 auto;
}
.ystit {
	height:128px;
	text-align:center;
	background:url(../images/line01.png) bottom center no-repeat;
	margin-bottom:50px;
}
.ystit h3 {
	color:#1a5eb2;
	font-weight:bold;
	font-size:42px;
	height:66px;
	line-height:66px;
}
.ystit p {
	font-size:20px;
	color:#444;
	height:34px;
	line-height:34px;
}
.in-box2_l {
	float:left;
	width:251px;
	background:#1a5eb2;
}
.in-box2_r {
	float:right;
	width:932px;
	background:#fff;
}
.in-box2_l01 {
	width:249px;
	border:solid 1px #1a5eb2;
}
.in-box2_l02 {
	width:241px;
	border:solid 1px #1a5eb2;
	background:#fff;
	margin-top:13px;
	padding:4px;
}
.in-box2_lt {
	line-height:35px;
	color:#fff;
	background:#f39b03;
	font-size:16px;
	text-align:center;
	padding:15px 0;
}
.in-box2_lt span {
	font-weight:bolder;
	font-size:24px;
}
.in-box2_lu li {
	height:52px;
	line-height:52px;
	background:#1a5eb2 url(../images/left_ico.png) 16px center no-repeat;
	border-bottom:solid 1px rgba(255,255,255,.1);
	text-indent:45px;
	transition:all .4s;
}
.in-box2_lu li a {
	display:block;
	color:#fff;
	font-size:16px;
}
.in-box2_lu li a:hover {
	color:#e60012;
}
.in-box2_lu li:hover {
	background:#fff url(../images/left_ico_hover.png) 16px center no-repeat;
}
.in-box2_lm {
	width:171px;
	margin:0 auto;
	margin-top:15px;
	background:url(../images/left_tel.png) left center no-repeat;
	padding-left:48px;
	line-height:30px;
	color:#302f2f;
	font-size:16px;
}
.in-box2_lm span {
	font-size:24px;
	font-weight:bolder;
	color:#ed192d;
}
.in-box2_lx {
	line-height:30px;
	color:#333;
	font-size:14px;
	width:95%;
	margin:0 auto;
	border-top:solid 1px rgba(0,0,0,.2);
	margin-top:10px;
	padding:10px 0;
}
.in-box2_lx a {
	color:#333;
	font-size:14px;
}
.in-box2_r {
	float:right;
	width:932px;
	background:#fff;
}
.in_01_list {
	width:98%;
	margin:0 auto;
}
.in_01_list li {
	margin:0px 3px;
	margin-bottom:17px;
	border:1px solid #d6d6d6;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.in_01_list li a img {
	width:295px;
	height:220px;
	display:block;
	border-bottom:1px solid #d6d6d6;
}
.in_01_list li a .icptit {
	display:block;
	line-height:42px;
	height:42px;
	overflow:hidden;
	color:#282828;
	background:#fff;
	font-size:14px;
	width:100%;
	text-align:center;
}
.in_01_list li a:hover .icptit {
	background:#1a5eb2;
	color:#fff;
}
.in_01_list li:hover {
	border:1px solid #1a5eb2;
}
#in_02 {
	width:100%;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:60px;
}
#in_02_title {
	text-align:center;
	color:rgba(0,0,0,.6);
	font-size:16px;
	line-height:26px;
	margin-bottom:40px;
}
#in_02_title h4 {
	color:#333333;
	font-size:42px;
	line-height:50px;
}
#in_02_title h4 span {
	color:#1a5eb2;
	font-size:42px;
}
#in_02 li {
	width:100%;
	padding:28px 0;
	background:url(../images/_02_lbg.jpg) center no-repeat;
}
#in_02 li:nth-child(even) {
	background:url(../images/_02_rbg.jpg) center no-repeat;
}
.in_02_box {
	width:1200px;
	margin:0 auto;
}
.in_02_box ._02_img {
	width:575px;
}
.in_02_box ._02_img img {
	width:100%;
}
.in_02_box ._02_con {
	width:600px;
	padding:30px 0;
}
.in_02_box ._02_con ._02_tit {
	width:100%;
	height:84px;
	background:url(../images/_02_tit.png) center bottom repeat-x;
	line-height:60px;
	text-indent:83px;
	color:#333333;
	font-size:24px;
	font-weight:bold;
	position:relative;
}
.in_02_box ._02_con ._02_tit span {
	font-size:72px;
	font-weight:normal;
	font-family:Impact;
	position:absolute;
	left:0;
	top:0;
	text-indent:0;
}
.in_02_box ._02_con ._02_info {
	line-height:30px;
	color:#666666;
	font-size:16px;
	padding:15px;
}
.in_02_box ._02_con ._02_btn {
	height:45px;
	margin:30px auto;
}
.in_02_box ._02_con ._02_btn a {
	display:block;
	border-radius:50px;
	transition:all .4s;
	float:left;
	padding:0 20px;
	min-width:190px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:18px;
	margin-right:27px;
}
.in_02_box ._02_con ._02_btn a.a1 {
	background:#f3a519;
	color:#fff;
}
.in_02_box ._02_con ._02_btn a.a2 {
	background:#eeeeee;
	color:#333;
}
.in_02_box ._02_con ._02_btn a:hover {
	background:#1a5eb2;
	color:#fff;
}
.about {
	width:100%;
	padding:50px 0;
	overflow:hidden;
	background:url(../images/in_03_bg.jpg) no-repeat center;
	margin-bottom:50px;
}
.about .ystit h3,.about .ystit p {
	color:#fff;
}
.about .about_con {
	width:1150px;
	padding:40px 25px;
	background:#fff;
	margin:0px auto;
	overflow:hidden;
}
.about .left {
	width:575px;
	height:375px;
}
.about .right {
	color:#333;
	width:558px;
	padding-top:20px;
	line-height:30px;
}
.about .right ul {
	padding-top:20px;
}
.about .right ul li {
	float:left;
	width:170px;
	height:40px;
	background:#f3a519;
	margin-right:10px;
	text-align:center;
	line-height:40px;
	transition:all 0.3s linear 0s;
	color:#fff;
}
.about .right ul li:hover {
	background:#ffc600;
	color:#333333;
}
.case {
	width:100%;
	padding-bottom:60px;
	overflow:hidden;
	margin:0 auto;
}
.case .case_con {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.case_con ul li {
	width:248px;
	height:226px;
	padding:10px;
	line-height:56px;
	background:#1a5eb2;
	overflow:hidden;
	float:left;
	text-align:center;
	margin:0 7px 5px 7px;
}
.case_con ul li a {
	color:#fff;
}
.case_con ul li .pic,.case_con ul li .pic img {
	width:248px;
	height:178px;
	overflow:hidden;
}
.case_con ul li:hover {
	background:#ffc001;
	color:#fff;
}
.case_con ul li:hover a {
	color:#fff;
}
.con_body {
	padding:20px 0;
	overflow:hidden;
}
.con_right {
	width:910px;
	float:right;
	display:block;
	overflow:hidden;
}
.index_cp {
	width:100%;
	display:block;
	overflow:hidden;
}
.index_cp ul {
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
}
.index_cp li {
	float:left;
	width:260px;
	height:260px;
	overflow:hidden;
	line-height:35px;
	text-align:center;
	border-collapse:collapse;
	margin:15px 20px 25px 20px;
}
.index_cp li:hover {
	float:left;
	width:260px;
	overflow:hidden;
	line-height:35px;
	text-align:center;
	border-collapse:collapse;
	margin:15px 20px 25px 20px;
	-webkit-box-shadow:0px 0px 20px #CCC;
	-moz-box-shadow:0px 0px 20px #CCC;
	-ms-box-shadow:0px 0px 20px #CCC;
	-o-box-shadow:0px 0 20px #CCC;
	box-shadow:0px 0px 20px #CCC;
}
/*.index_cp li:nth-child(3n) {
	margin-right:0px;
}
*/
.index_cp li b {
	font-weight:normal;
}
.index_cp li a {
	display:block;
	border:1px solid #E2E2E2;
}
.index_cp li a .cp_name {
	display:block;
	width:258px;
	height:200px;
	color:#555;
	display:table-cell;
	/*图片容器以表格的单元格形式显示*/ text-align:center;
	/* 实现水平居中 */ vertical-align:middle;
	/*实现垂直居中*/ overflow:hidden;
	padding:4px;
}
.index_cp li a:hover span {
	background:#2666ae;
	color:#fff;
	transition:0.6s all 0s linear;
}
.index_cp li a img {
	max-width:250px;
	max-height:192px;
	vertical-align:middle;
}
.index_cp li span {
	height:50px;
	line-height:50px;
	background:#e2e2e2;
	display:block;
	clear:both;
}
.index_cp li a .cp_name:hover img {
	transform:scale(1.1,1.1);
}
.index_cp li a .cp_name img {
	transition:transform 1s ease 0s
}
/*左侧相关产品展示*/
.leftcp {
	width:260px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	border:1px solid #e0e0e0;
	padding:2px;
}
.leftcp ul {
	padding:0;
	clear:both;
	overflow:hidden;
	width:250px;
	margin:0 auto;
	margin-top:8px;
}
.leftcp li {
	float:left;
	width:118px;
	margin-bottom:6px;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	border-collapse:collapse;
	border:1px solid #e0e0e0;
}
.leftcp li:nth-child(2n) {
	float:right;
}
.leftcp li b {
	font-weight:normal;
}
.leftcp li a {
	display:block;
}
.leftcp li a .cp_name {
	display:block;
	width:114px;
	height:114px;
	background:#fff;
	color:#555;
	display:table-cell;
	/*图片容器以表格的单元格形式显示*/ text-align:center;
	/* 实现水平居中 */ vertical-align:middle;
	/*实现垂直居中*/ overflow:hidden;
	padding:2px;
}
/*.leftcp li a:hover span {
	background:#009CD8;
	color:#fff;
	transition:0.6s all 0s linear;
}
*/
.leftcp li a img {
	max-width:114px;
	height:114px;
	vertical-align:middle;
}
.leftcp li span {
	height:30px;
	line-height:30px;
	background:#e2e2e2;
	display:block;
	clear:both;
}
.leftcp li a .cp_name:hover img {
	transform:scale(1.1,1.1);
}
.leftcp li a .cp_name img {
	transition:transform 1s ease 0s
}
.news {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:40px;
	overflow:hidden;
}
.news_con {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.news_l {
	float:left;
	width:482px;
	margin-top:50px;
	padding:0px 40px 10px 29px;
}
.news_l dl {
	}.news_l dl dt {
	width:482px;
	height:250px;
	overflow:hidden;
}
.news_l dl dd {
	margin-top:8px;
	display:block;
}
.news_l dl dd h3 a {
	font-size:18px;
	color:#666666;
	height:34px;
	line-height:34px;
}
.news_l dl dd span {
	line-height:24px;
	font-size:12px;
}
.news_r {
	float:right;
	width:640px;
}
.news_r dl {
	width:640px;
	height:70px;
	padding:15px 0;
	margin-top:30px;
}
.news_r dl a {
	display:block;
}
.news_r dl:hover {
	background:#e6e6e6;
}
.news_r dl dt {
	float:left;
	width:93px;
	font-size:60px;
	padding-left:31px;
	height:70px;
	margin-right:22px;
	border-right:1px solid #e6e6e6
}
.news_r dl dt:hover {
	float:left;
	width:93px;
	height:70px;
}
.news_r dl dt.n1 {
	background:url(../images/01.png) no-repeat 38px center;
}
.news_r dl:hover dt.n1 {
	background:url(../images/1.png) no-repeat 38px center;
	border-right:1px solid #999999;
}
.news_r dl dt.n2 {
	background:url(../images/02.png) no-repeat 38px center;
}
.news_r dl:hover dt.n2 {
	background:url(../images/2.png) no-repeat 38px center;
	border-right:1px solid #999999;
}
.news_r dl dt.n3 {
	background:url(../images/03.png) no-repeat 38px center;
}
.news_r dl:hover dt.n3 {
	background:url(../images/3.png) no-repeat 38px center;
	border-right:1px solid #999999;
}
.news_r dl dd {
	float:left;
	width:480px;
	height:70px;
}
.news_r dl dd .n_title {
	height:28px;
	font-size:16px;
	width:100%;
	color:#666666
}
.news_r dl dd:hover .n_title {
	color:#2c2c2c;
}
.news_r dl a dd span {
	color:#999999;
	line-height:18px;
	font-size:14px;
}
.news_r dl a dd:hover span {
	color:#666;
	line-height:18px;
}
/*友情链接*/
.links {
	width:1200px;
	margin:0 auto;
	height:60px;
	line-height:60px;
}
.links h3 {
	width:180px;
	float:left;
	color:#205DA9;
	font-size:22px;
}
.links h3 span {
	font-size:24px;
	color:#666;
}
.links a {
	padding:0px 10px;
}
.container-inners {
	min-height:340px;
	background:#fff
}
.n_pic {
	width:450px;
	padding:20px;
}
.c_n_list {
	width:690px;
	height:300px;
	display:inline;
	overflow:hidden;
	padding-top:20px;
}
.c_n_list .bd {
	float:left;
	width:100%;
	height:30px;
	border-bottom:1px solid #E8E8E8;
}
.c_n_list .bd dl {
	float:left;
	position:absolute;
	width:690px;
}
.c_n_list .bd dd {
	width:70px;
	height:30px;
	line-height:30px;
	left:10px;
	bottom:0;
	position:relative;
	float:left;
	color:#009CD8;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #009CD8;
}
.c_n_list .bd dt a {
	float:right;
	height:25px;
	line-height:25px;
	width:50px;
	text-align:left;
	overflow:hidden;
	font-family:"宋体";
	padding-top:5px;
}
.c_n_list .nra {
	width:675px;
	margin-left:10px;
	float:left;
	height:320px;
	overflow:hidden;
}
.c_n_list .nra dl {
	width:675px;
}
.c_n_list .nra dd {
	float:left;
	width:675px;
	text-align:center;
	background:url(../images/bg2.gif) repeat-x bottom left;
	padding:10px 5px 0;
}
.c_n_list .nra dd p.p1 {
	width:675px;
	height:50px;
	line-height:50px;
	display:inline;
	overflow:hidden;
}
.c_n_list .nra dd p.p1 a {
	font-family:"黑体";
	color:#FF3300;
	font-size:20px;
}
.c_n_list .nra dd p.p1 a:hover {
	font-family:"黑体";
	color:#FF0000;
	font-size:20px;
}
.c_n_list .nra dd p.p2 {
	height:45px;
	display:inline;
	color:#999;
	text-indent:25px;
	float:left;
	width:670px;
	overflow:hidden;
	line-height:20px;
	text-align:left;
}
.c_n_list .nra dt {
	float:left;
	width:660px;
	height:17px;
	line-height:17px;
	font-size:13px;
	overflow:hidden;
	background:url(../images/li.gif) no-repeat left center;
	margin:10px 0 0 0;
	display:inline;
	padding-left:10px;
}
.c_n_list .nra dt span {
	float:right;
	font-size:12px;
}
.c_n_list .contentx {
	max-height:230px;
	color:#333;
	line-height:27px;
	font-size:14px;
	margin:20px;
}
.cotcatus ul li {
	width:240px;
	height:200px;
	padding:20px;
	text-align:center;
	overflow:hidden;
	float:left;
	font-size:16px;
	margin:0 10px 30px 10px;
	background:#e4e4e4;
	border-radius:15px;
}
.cotcatus ul li .pic {
	width:100px;
	height:100px;
	margin:0 auto;
	margin-bottom:20px;
}
.hyfocus {
	width:576px;
	float:right;
}
.hyfocus li {
	margin-top:10px;
}
.hyfocus .newscon {
	width:576px;
	height:90px;
	float:right;
	background:#fff;
}
.hyfocus .newscon .newtime {
	float:left;
	color:#666666;
	height:80px;
	padding:0 10px;
	text-align:center;
	background:#f3f3f3;
}
.hyfocus .newscon .newtime span {
	font-size:14px;
	color:#666666;
	height:30px;
	line-height:20px;
}
.hyfocus .newscon .newtime h3 {
	font-size:30px;
	height:50px;
	line-height:50px;
	color:#666666;
	padding:0px 5px;
	margin:0px;
}
.hyfocus .newscon .newfloat {
	background:#fff;
	width:470px;
	height:80px;
	float:right;
}
.hyfocus .newscon .newfloat span {
	color:#888888;
	font-size:14px;
	padding:0;
	float:right;
	text-align:left;
	height:580px;
	line-height:25px;
	overflow:hidden;
	width:470px;
}
.hyfocus .newscon .newfloat h3 {
	font-size:18px;
	padding:px 0px 0px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.proli {
	width:100%;
	border-bottom:1px solid #F0F0F0;
}
.proli li {
	width:120px;
	float:left;
	background:#009CD8;
	color:#fff;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-right:5px;
}
.proli li a {
	display:block;
	background:#F0F0F0;
	font-size:16px;
}
.proli li a:hover {
	display:block;
	background:#009CD8;
	color:#fff;
}
.proli li.hover a {
	display:block;
	background:#009CD8;
	color:#fff;
}
.footer {
	clear:both;
	height:auto;
	overflow:hidden;
	background:#0f1427
}
.navb {
	line-height:40px;
	background:#191f36;
	margin:25px auto;
}
.navb li {
	float:left;
	width:144px;
	text-align:center;
}
.navb li:nth-child(1) {
	background:none
}
.navb li a {
	color:#999
}
.navb li a:hover {
	color:#fff;
	text-decoration:underline;
}
.bottom_l {
	width:250px;
	text-align:center;
	padding:30px 0;
	height:200px;
}
.bottom_l h1 {
	font-size:28px
}
.bottom_l h2 {
	font-weight:normal;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	letter-spacing:3px
}
.lx_b {
	line-height:2.0;
	color:#fff
}
.lx_b b {
	color:#fe6716;
	font-size:40px;
	font-family:Impact;
	background:url('../images/bot_tel.jpg') no-repeat 5px 10px;
	padding-left:100px;
	display:block;
	font-weight:normal;
}
.bottom_r {
	font-weight:normal;
	width:900px;
	padding-bottom:25px
}
.lx_b b em {
	font-size:16px;
	font-style:normal;
	display:block;
	line-height:0;
	padding-top:30px;
}
.lx_b p {
	padding-left:110px;
	color:#fff
}
.lx_b p a {
	padding:8px 0 0 15px;
}
.wx {
	margin:15px 0 25px 30px;
	text-align:right;
}
.wx p {
	color:#999;
	line-height:2.0;
	padding:10px 0 0 0;
	text-align:center;
}
.wx img {
	width:160px;
	height:160px;
}
.bottom_r a:hover {
	color:#fff;
	text-decoration:underline;
}
.bqsy {
	color:#999;
	font-weight:none;
	font-size:14px;
	text-align:center;
	background:#191f36;
	line-height:60px
}
.bqsy a {
	color:#999;
}
/*内页*/
.class_bg {
	width:100%;
	background:url(../images/class_bg.jpg) no-repeat center;
	background-size:cover;
	height:400px;
	min-width:1200px;
	clear:both;
	position:relative;
}
.class_bg h3 {
	margin-top:50px;
	padding:40px;
	float:left;
	background:#fff;
	border-radius:10px;
	font-size:36px;
	color:#000;
	display:none;
}
/*文章列表*/
#indexNews {
	width:100%;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
#indexNews dl {
	width:100%;
	height:100px;
	display:block;
}
#indexNews dl.pic {
	border-bottom:1px solid #e2e2e2;
	margin:10px 0;
}
#indexNews dt {
	width:15%;
	text-indent:10px;
	float:left;
	height:100px;
	background:url(../images/news_li.jpg) no-repeat right;
}
#indexNews dt.none {
	background:none;
}
#indexNews dt img {
	width:80px;
	margin-left:14px;
	padding:2px;
	border:1px solid #e2e2e2;
}
#indexNews dd {
	width:84%;
	float:right;
	height:100px;
	line-height:30px;
}
#indexNews dd h3 {
	display:block;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#101010;
}
#indexNews dd a:hover h3 {
	color:#1A1F23;
}
#indexNews dd span {
	clear:both;
	height:44px;
	font-size:14px;
	color:#7E7E7E;
	display:block;
	line-height:22px;
	padding-top:4px;
	overflow:hidden;
}
.lxwm {
	width:100%;
	line-height:28px;
	padding:30px 0;
	height:500px;
	background:url(../images/class_bg.jpg) no-repeat;
	background-size:cover;
}
.lxwm ul {
	width:600px;
	background:url(../images/tmbg_a.png);
	margin:0px auto;
	padding:60px 30px 60px 50px;
	border:1px solid #191919;
	color:#fff;
	margin-top:100px;
}
.lxwm li {
	height:40px;
	line-height:40px;
	display:block;
	padding-left:50px;
}
.navli {
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #f0f0f0;
}
.navli li {
	width:15%;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
}
.navli li a {
	display:block;
	font-size:16px;
}
.navli li:hover,.navli li.hover {
	width:15%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fdc300;
	text-align:center;
	float:left;
}
.path {
	width:100%;
	height:40px;
	line-height:40px;
	padding:0px;
	background:#f4f4f4;
	border-bottom:2px solid #2768b2;
}
.path h2 {
	float:left;
	font-weight:bold;
	font-size:16px;
	background:#2768b2;
	height:40px;
	padding:0px 30px;
	color:#fff;
}
.path span {
	float:right;
	padding-right:10px;
}
.content {
	width:100%;
	margin:0 auto;
	padding:25px 0;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
}
.content strong {
	font-size:18px;
}
.content p {
	font-size:16px;
	line-height:28px;
}
.content table,.view_con table {
	border:0px;
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	width:98%;
	margin:0 auto;
}
.content table td,.view_con table td {
	border-left:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	margin:0px;
	padding:5px;
	text-align:center;
}
.content .datu {
	padding:15px 0;
	text-align:center;
}
.content .datu  img{
 max-width:600px;
height:auto;
}
.view-title {
	font-size:24px;
	width:80%;
	margin:0 auto;
	line-height:30px;
	display:block;
	padding-bottom:15px;
	text-align:center;
}
.view-date {
	height:25px;
	line-height:25px;
	display:block;
	text-align:center;
}
.view-date span {
	display:none;
}
.updown {
	width:100%;
	clear:both;
	margin-top:15px;
	margin-bottom:25px;
	height:50px;
	display:block;
}
.updown li {
	width:45%;
	background:#2666ae;
	margin:10px 2%;
	float:left;
	height:40px;
	line-height:40px;
	overflow:hidden;
	color:#fff;
	text-indent:20px;
	border-radius:20px;
}
.updown li a {
	color:#fff;
}
.pronrupr {
	height:auto;
	float:left;
	padding-bottom:20px;
	margin-left:150px;
	margin-top:15px;
}
.pronrupr1 {
	width:100%;
	height:40px;
	line-height:40px;
	display:block;
	color:#1d7ae1;
	background-color:#767676;
}
.pronrupr1_1 {
	width:auto;
	padding-left:6px;
	padding-right:6px;
	height:40px;
	display:block;
	text-align:center;
	color:#FFF;
	background-color:#2b5c97;
	float:left;
}
.pronrupr1_2 {
	width:200px;
	float:left;
	height:auto;
	display:block;
	padding-top:8px;
}
.pronrupr1_3 {
	color:#000;
	font-weight:bold;
}
.pronrupr1_2 a:hover {
	text-decoration:underline;
}
.pronrupr2 {
	width:165px;
	height:50px;
	display:block;
	padding-top:10px;
	float:left;
}
.pronrupr2_1 {
	width:135px;
	height:39px;
	line-height:39px;
	display:block;
	float:left;
}
.pronrupr2_1 a {
	width:100%;
	height:39px;
	display:block;
	color:#fff;
	background:url(../images/qqpibg.png) no-repeat 10px 10px;
	background-color:#c40000;
	display:block;
	text-indent:50px;
	font-weight:bold;
}
.pronrupr2_1 a:hover {
	color:#000;
	background:url(../images/qqpibg.png) no-repeat 10px -30px;
	background-color:#c40000;
	color:#FFF;
}
.pronrupr2_2 {
	width:198px;
	height:29px;
	padding-top:7px;
	display:block;
	float:left;
}
.pronrupr3 {
	width:230px;
	height:55px;
	padding-left:61px;
	background:url(../images/protel.png) no-repeat left;
	font-size:20px;
	color:#f25000;
	display:block;
	line-height:24px;
	float:left;
}
.pronrupr3_1 {
	color:#000;
	font-size:14px;
}
.pronrupr2_112 {
	width:140px;
	height:42px;
	line-height:42px;
	display:block;
	float:left;
	margin-top:8px;
}
.pronrupr2_11 {
	width:100%;
	height:42px;
	display:block;
	color:#c40000;
	background:url(../images/weixin.png) no-repeat 5px 10px;
	background-color:#ffeded;
	border:#c40000 solid 1px;
	border-radius:8px;
	text-indent:37px;
	transition:all 0.3s
}
.pronrupr2_11:hover {
	color:#000;
	background:url(../images/weixin.png) no-repeat 5px -30px;
	background-color:#c40000;
	color:#FFF;
	transition:all 0.3s
}
.pronrupr2_22 {
	width:148px;
	height:148px;
	display:none;
	position:relative;
	top:-50px;
	transition:all 0.3s
}
.pronrupr2_22 img {
	width:148px;
	height:148px;
}
.pronrupr2_11:hover .pronrupr2_22 {
	display:block;
	width:148px;
	height:148px;
	position:relative;
	top:-127px;
	left:108px;
	transition:all 0.3s
}
.info_title {
	margin:10px 0 0 0;
	width:100%;
	height:40px;
	background:#E2E2E2;
	margin-bottom:10px;
	clear:both;
}
.info_title b {
	display:inline-block;
	padding:0 20px;
	height:100%;
	border-right:1px solid #fff;
	background:#c40000;
	color:#fff;
	line-height:40px;
}
.info_title a {
	margin:8px;
	width:15px;
	height:15px;
}
.products {
	width:100%;
	margin:0 auto;
}
.products .pros_tit {
	font-size:28px;
	text-align:center;
	height:90px;
	line-height:90px;
	margin-top:20px;
	margin-bottom:20px;
	clear:both;
}
.products .pros_tit a {
	font-size:28px;
	background:#009CD8;
	color:#fff;
	padding:10px 30px;
}
.row .cptitle {
	width:291px;
	background:#eeeeee;
	height:50px;
}
.row .cptitle p {
	color:#333;
	font-size:16px;
	text-align:center;
	line-height:50px;
}
/*产品组图*/
.pro_list {
	padding:0px 0px;
}
#imgto {
	width:360px;
	height:380px;
	float:left;
}
.pro_right {
	width:510px;
	float:right;
}
.pro_right h1 {
	height:80px;
	line-height:80px;
	font-size:26px;
}
.pro_right .pro_desc {
	line-height:28px;
	line-height:28px;
	font-size:14px;
	background:#f4f4f4;
	padding:12px 15px;
}
.pro_right .pro_desc strong {
	color:#f00;
}
.pro_desc ul span {
	color:#f00;
}
.pro_right .pro_zx {
	width:260px;
	height:28px;
	line-height:28px;
	margin-top:20px;
	font-size:30px;
	background:#009CD8 url(../images/tel2.png) no-repeat 20px 16px;
	padding:15px 25px;
	border-radius:3em;
	text-indent:36px;
	color:#fff;
}
.pro_img {
	width:94%;
	margin:0 auto;
	clear:both;
	text-align:center;
	display:block;
	padding:20px;
}
.view_con {
	width:100%;
	padding:15px 0;
	line-height:28px;
}
.view_con p {
	font-size:15px;
}
.view_con img {
	max-width:800px;
	text-align:center;
}
.view_con a.neilian {
	color:#f00;
}
.view_desc {
	padding:15px 25px;
	background:#f5f5f5;
	border:1px solid #e2e2e2;
	font-size:14px;
}
.view_title {
	width:100%;
	background:#f0f0f0;
	height:50px;
	line-height:50px;
	clear:both;
	margin:10px 0;
}
.view_title h3 {
	background:#009CD8 url(../images/ico.png) no-repeat 20px center;
	display:block;
	float:left;
	color:#fff;
	padding:0px 20px;
	text-indent:30px;
	font-size:16px;
}
.view_title span {
	float:right;
	padding-right:100px;
}
.view_title span a {
	color:#111;
}
#allmap {
	width:100%;
	height:550px;
	line-height:25px;
}
/*分页*/
.pages {
	text-align:center;
	clear:both;
	font-size:14px;
	width:100%;
	height:40px;
}
.pages a {
	margin:3px;
	padding:8px 12px;
	border:1px solid #c1c1c1;
	color:#A0A0A0;
	font-size:14px;
	border-radius:3px;
	background:-webkit-gradient(linear,0 0,0 100%,from(#FEFEFE),to(#F0F0F0));
}
.pages span {
	background:#15181E;
	color:#fff;
	margin:3px;
	padding:8px 12px;
	border:1px solid #15181E;
	border-radius:3px;
}
/*留言*/
.member_f {
	margin-top:5px;
	float:right;
}
.member_f dl {
	border-bottom:1px solid #E8E8E8;
	padding:5px 0;
	width:100%;
	float:left;
}
.member_f dl dt {
	float:left;
	width:110px;
	text-align:right;
	line-height:26px;
	font-weight:bold;
}
.member_f dl dd {
	float:left;
	line-height:26px;
	padding-left:10px;
}
.member_f dl dd textarea {
	width:90%;
	height:200px;
}
.member_f dl dd.m span {
	color:#C00;
}
.member_f dl dd.m span.ok {
	background-color:#000;
	width:10px;
	height:5px;
}
.inp {
	height:32px;
	line-height:32px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	padding-left:5px;
}
.btnbig {
	height:40px;
	line-height:40px;
	background:#009CD8;
	width:180px;
	color:#fff;
}
.boxs {
	width:100%;
	margin:0 auto;
}
.bc {
	background:#FFFFFF;
}
.bc3 {
	background:#F6F9FA;
}
.h840 {
	height:840px;
}
.h340 {
	height:340px;
}
.pt10 {
	padding-top:10px;
}
/*index news pic*/
.n_pic {
	width:450px;
	padding:20px;
	padding-left:0px;
}
#foucsBox {
	width:450px;
	height:300px;
	overflow:hidden;
	zoom:1;
	position:relative;
}
#foucsBox .imgCon {
	width:450px;
	height:300px;
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
}
#foucsBox .imgCon li {
	float:left;
	width:450px;
	height:210px;
}
#foucsBox .imgCon li .imgTitle {
	width:450px;
	position:absolute;
	bottom:0;
	height:35px;
	line-height:35px;
	overflow:hidden;
	text-align:center;
	z-index:2;
}
#foucsBox .imgCon li .imgTitle a {
	width:450px;
	color:#fff;
	display:block;
	text-decoration:none;
	font-family:font-weight:normal;
	font-size:14px;
	zoom:1;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
#foucsBox .showPage {
	width:450px;
	height:35px;
	position:absolute;
	bottom:0;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:1;
}
#foucsBox .foucs {
	display:none;
	width:450px;
	height:22px;
	position:absolute;
	bottom:3px;
	text-align:center;
	z-index:3;
}
#foucsBox .foucs span.f {
	background:url(../images/pic_bg.png) -170px -90px no-repeat;
}
#foucsBox .foucsButton {
	width:30px;
	cursor:pointer;
	height:20px;
	padding:7px;
	margin-top:-35px;
	position:relative;
	z-index:4;
}
#foucsBox .foucsButton span {
	display:inline;
	width:8px;
	height:15px;
	margin:4px 5px 0;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/pic_bg.png) 0 0 no-repeat;
}
#foucsBox .foucsButton img {
	display:none;
	cursor:pointer;
	border-width:0px;
	vertical-align:middle;
	width:100px;
	height:56px;
}
#foucsBox .lBtn {
	float:left;
}
#foucsBox .lBtn span {
	float:left;
	background-position:0 -105px;
}
#foucsBox .rBtn {
	float:right;
}
#foucsBox .rBtn span {
	float:right;
	background-position:-45px -105px;
}
#foucsBox .btnHover {
	width:25px;
	overflow:hidden;
}
#foucsBox .btnHover img {
	display:inline;
}
.yb_conct {
	position:fixed;
	z-index:9999999;
	top:350px;
	right:-127px;
	cursor:pointer;
	transition:all .3s ease;
}
.yb_bar ul li {
	width:180px;
	height:53px;
	font:16px/53px 'Microsoft YaHei';
	color:#fff;
	text-indent:54px;
	margin-bottom:3px;
	border-radius:3px;
	transition:all .5s ease;
	overflow:hidden;
}
.yb_bar .yb_top {
	background:url('../images/fixCont.png') no-repeat 0 0 #1a5eb2;
}
.yb_bar .yb_phone {
	background:url('../images/fixCont.png') no-repeat 0 -57px #1a5eb2;
}
.yb_bar .yb_QQ {
	/*text-indent:0;
	*/
	background:url('../images/fixCont.png') no-repeat 0 -113px #1a5eb2;
}
.yb_bar .yb_ercode {
	/*height:200px;
	*/
    background:url('../images/fixCont.png') no-repeat 0 -169px #1a5eb2;
}
.hd_qr {
	padding:0 29px 25px 29px;
}
.yb_QQ a {
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
	color:#fff!important;
}
.con_left {
	width:274px;
	height:auto;
	float:left;
	overflow:hidden;
}
.kinds {
	width:274px;
	height:auto;
	float:left;
	overflow:hidden;
	margin-bottom:15px;
}
.kinds .ktit,.contact .ctit {
	width:232px;
	padding:20px 0 20px 42px;
	overflow:hidden;
	background:#2768b2;
	color:#fff;
}
.ktit h3,.contact .ctit h3 {
	height:40px;
	line-height:40px;
	font-size:28px;
}
.kinds .kinds_list {
	width:270px;
	padding:20px 0;
	overflow:hidden;
	background:#f5f6f6;
	border:#2768b2 2px solid;
	border-top:none;
}
.kinds_list ul li {
	padding-left:60px;
	height:48px;
	line-height:46px;
	overflow:hidden;
	background:url(../images/libg.jpg) no-repeat center;
}
.kinds_list ul li:hover {
	color:#fff;
	background:url(../images/lihover.jpg) no-repeat center;
}
.kinds_list ul li:hover a {
	color:#fff;
}
.kinds_tel {
	width:274px;
	height:110px;
	border:solid 2px #2768b2;
	border-top:none;
	margin:0 auto;
	background:#2768b2 url(../images/left_tel.png) 15px center no-repeat;
}
.kinds_tel p {
	padding-left:60px;
	line-height:30px;
	color:#fff;
	font-size:14px;
	padding-top:10px;
}
.kinds_tel span {
	font-family:Impact;
	font-size:30px;
}
.contact {
	width:274px;
	height:auto;
	overflow:hidden;
}
.contact .contact_con {
	width:230px;
	padding:20px;
	line-height:28px;
	overflow:hidden;
	background:#f5f6f6;
	border:#2768b2 2px solid;
}
.contact .contact_con p{
	font-size:14px;
}
.pro-ls-sec {
	background:#f1f1f1;
	padding-bottom:30px;
}
.w1300 {
	width:1300px;
	margin:0 auto;
	position:relative;
}
.pro-ls-sec .pro_ls_box {
	width:1300px;
	margin:0 auto;
	overflow:hidden;
}
.pro-ls-sec .pro_ls_box .title-2 {
	font-size:22px;
	color:#333;
	padding:32px 0 25px;
	font-weight:400;
	float:left
}
.pro-ls-sec .pro_ls_box .title-2:before {
	content:" ";
	display:inline-block;
	width:3px;
	height:24px;
	background:#4e4e4e;
	vertical-align:sub;
	margin-right:15px
}
.pro-ls-sec .pro_ls_box .sub_pro_cats {
	margin-left:100px;
	padding-top:32px
}
.pro-ls-sec .pro_ls_box .sub_pro_cats li {
	font-size:14px;
	float:right
}
.pro-ls-sec .pro_ls_box .sub_pro_cats li a {
	color:#666;
	margin-right:3px;
	transition:all .2s ease;
	opacity:.6
}
.pro-ls-sec .pro_ls_box .sub_pro_cats li a:hover {
	opacity:1
}
.pro-ls-sec .pro_ls_box .sub_pro_cats li a:after {
	content:' / '
}
.pro-ls-sec .main>li .pro-type {
	float:left;
	width:272px;
	height:316px;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	transition:all .2s ease
}
.pro-type img {
	max-width:272px;
	height:316px;
}
.pro-ls-sec .main>li .pro-type:hover {
	box-shadow:0 0 10px rgba(0,0,0,.3)
}
.pro-ls-sec .pro_ls_box .pro_ls_items li {
	float:left;
	height:316px;
	width:230px;
	margin-left:27px;
	box-sizing:border-box;
	background:#fff;
	text-align:center;
	overflow:hidden
}
.pro-ls-sec .pro_ls_box .pro_ls_items li>a {
	position:relative;
	display:block;
	height:177px;
	overflow:hidden;
}
.pro-ls-sec .pro_ls_box .pro_ls_items li:hover .down-bg {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(50,50,50,.72)
}
.pro-ls-sec .pro_ls_box .pro_ls_items a img {
	max-width:100%;
	height:auto;
	padding-top:15px
}
.pro-ls-sec .pro_ls_box .pro_ls_items li .down-info {
	height:140px
}
.pro-ls-sec .pro_ls_box .pro_ls_items li .title-3 {
	font-size:16px;
	color:#666;
	padding-top:10px;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.pro-ls-sec .pro_ls_box .pro_ls_items li .meta-cat {
	display:inline-block;
	height:21px;
	font-size:12px;
	color:#333;
	line-height:21px;
	text-align:center;
	border:1px solid #dedede;
	margin:10px 0 20px;
	padding:4px 6px;
}
.pro-ls-sec .pro_ls_box .pro_ls_items li .pro-item-btn a {
	display:inline-block;
	font-size:14px;
	color:#3488ea;
	padding:0 13px
}
.pro-ls-sec .pro_ls_box .pro_ls_items li:hover .down-info {
	background:#3488ea;
}
.pro-ls-sec .pro_ls_box .pro_ls_items li:hover a,.pro-ls-sec .pro_ls_box .pro_ls_items li:hover h3,.pro-ls-sec .pro_ls_box .pro_ls_items li:hover span {
	color:#fff;
	border-color:#fff
}
.pro-list-p2 .par-nav-type .title-2 .close {
	display:inline-block;
	font-size:14px;
	color:#666;
	width:120px;
	height:22px;
	line-height:22PX;
	text-align:center;
	font-weight:200;
	margin-left:20px;
	border:1px dashed #fa9205;
	background:url(images/pro-close.jpg) 96px 0 no-repeat;
	opacity:.6;
	transition:all .3s ease
}
.pro-list-p2 .par-nav-type .title-2 .close:hover {
	opacity:1
}
.acc-service-p .service-posts .content .more:hover,.acc-service-p .service-posts .content ul li:hover a,.single-pro-p .pro-top .pro-info .links a:hover,li.rel-case img:hover {
	opacity:.8
}
.pro-list-p2 .pro-ls-sec {
	padding-top:76px;
	padding-bottom:44px
}
.pro-list-p2 .pro-ls-sec .pro_ls_items {
	margin-left:-37px
}
.pro-list-p2 .pro-ls-sec .pro_ls_items li {
	margin-left:37px;
	margin-bottom:76px
}
