@charset "utf-8";
/* CSS Document */
body, html {
	margin:0;
	padding:0;
	font-family: Microsoft YaHei;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;
	background-color: #fff;
	width:100%;
	max-width:100%;
	min-width:1100px;
}
*{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
input:hover, input:active, input:focus {
	outline: 0;
}
ul, ul li, input, dl, dd {
	padding:0;
	margin:0;
	list-style-type:none;
}
img, a img {
	border:0;
	margin:0;
	padding:0;
}
img {
	vertical-align: middle;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
a {
	text-decoration:none;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
a:hover {
	text-decoration:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
textarea {
	resize:none;
	overflow:auto;
}
.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.baseDiv {
	width:1300px;
	margin:0 auto;
	margin-left:auto !important;
	margin-right:auto !important;
}
.baseDiva {
	width:1350px;
	margin:0 auto;
	margin-left:auto !important;
	margin-right:auto !important;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mb50 {
	margin-bottom:50px;
}
.pt25 {
	padding-top:25px;
}
.pt30 {
	padding-top:30px;
}
.myClass {
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
@-webkit-keyframes ball {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
@keyframes ball {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}

#yituoguan{
    margin-top: 30px;
    margin-left: 315px;
}
/*top*/
.head {
	width:100%;
	height:130px;
	z-index:1000;
	background:url(../images/topbj.jpg) center no-repeat;
	border-top:8px #0260c1 solid;
}
.tel{margin-top: 20px;}
.tel p{
	color: #000;
	font-size: 14px;
	float: left;
}
.tel p b{
	color: #333;
	font-size: 15px;
	display: block;
}
.tel p span{
	font-family: "Impact";
	font-size: 33px;
	color: #d30000
}
.tel img{
	float: right;
	margin-left: 15px;
}

.wj_mt {
	width:100%;
	height:70px;
	background: #0260c1;
}
.navMain {
	width: 1300px;
	margin: 0 auto;
	position:relative;
	z-index:100;
	border-left: 1px #0352a4 solid;
}
.navMain .navLi {
	float:left;
	position:relative;
	z-index:101;
	height:70px;
	width: 143px;
	border-right: 1px #0352a4 solid;
}
.navMain .navLi a.a1 {
	display:block;
	position:relative;
	width:130px;
	height: 40px;
	background: #3671cf;
	border-radius: 50px;
	text-align:center;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 15px;

}
.navMain .navLi a.a1 span {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}
.navMain .navLi.indexLi:hover {
	background:#005ca3;
}
.navMain .navLi.indexLi:hover a.a1 {
	color: #fff;
}
.navMain .navLi.indexLi:hover a.a1 span {
	color: #fff;
	font-weight: bold;
}
.navMain .navLi.active .a1 em, .nav .navMain .navLi:hover a.a1 em {
	display: none;
}
.navMain .navLi .dh2 {
	width:380px;
	padding:10px;
	top:100%;
	left:0;
	position:absolute;
	z-index:1000;
	display:none;
	overflow:hidden;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	background-color:#fff;
}
.navMain .navLi .dh2 .box {
	float:left;
}
.navMain .navLi .dh2 a.a2 {
	display:block;
	width:180px;
	float:left;
	background-color:#fff;
	color:#333;
	font-weight: 700;
	line-height:20px;
	font-size:15px;
	padding:15px 0;
	margin:0px 5px;
	border-bottom:1px solid #e8e8e8;
}
.navMain .navLi .dh2 a.a3 span {
	padding-left:35px;
}
.navMain .navLi .dh2 a.a2 span {
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.navMain .navLi .dh2 a.a2:hover span {
	padding-left:35px;
}
.navMain .navLi .dh2 a.a2:hover, .nav .navMain .navLi .dh2 a.a3:hover {
	color:#fff;
	background-color:#005ca3;
}
.navMain .navLi .dh2 a.a3 {
	display: block;
	width:200px;
	float:left;
	line-height:20px;
	font-size:14px;
	padding:15px 0;
	margin:0px 5px;
	border-bottom:1px solid #ebebeb;
}
.navMain .navLi:hover .dh2 {
	display:block;
}


.bannerbj{
	width: 100%;
	height: 690px;
	background: url(../images/f1.jpg) center no-repeat;
}

.container{
	width: 620px;
	height: 350px;
    position: absolute;
    left: 52px;
    top: 92px;
/*    transform-style: preserve-3d;*/
}

.ad{
    width:619px;
    height:332px;
    position:relative;
    background-color:#333;
    overflow: hidden;
}
.ad_1 img{
    width:35px;
    height:332px;
    position:absolute;    
}
.ad_2 img{
    width:0px;
    height:332px;
    margin-left:18px;
    position:absolute;
}
.ad_3 img{
    width:0px;
    height:332px;
    margin-left:18px;
    position:absolute;
}
.slice_1{left:0px;}
.slice_2{left:36px;}
.slice_3{left:72px;}
.slice_4{left:108px;}
.slice_5{left:144px;}
.slice_6{left:180px;}
.slice_7{left:216px;}
.slice_8{left:252px;}
.slice_9{left:288px;}
.slice_10{left:324px;}
.slice_11{left:360px;}
.slice_12{left:396px;}
.slice_13{left:432px;}
.slice_14{left:468px;}
.slice_15{left:504px;}
.slice_16{left:540px;}
.slice_17{left:576px;}
.slice_18{left:612px;}


/*banner*/

.banner {
	width:100%;
	background:#fafafa;
	z-index:11;
	position: relative;
}
.banner_slides {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
}
.banner_slides, .slides_container, .slides_control, .banner_pic {
	height:690px;
}
.banner_slides li.slidesjs-slide {
	width:100%;
	height:690px;
}
.banner_slides li a {
}
.banner_pic {
	display:block;
	width:100%;
	height:690px;
}
.slides_btn {
	position:absolute;
	z-index:999;
	display:block;
	width:40px;
	height:70px;
	margin-top:-35px;
	top:50%;
	overflow: hidden;
	text-indent:-9999px;
	background-color:#fff;
	filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/
	-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/
	opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/
	background-position: center center;
	background-repeat:no-repeat;
}
.banner:hover .slides_btn {
	filter:alpha(opacity=60);
	-moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/
	opacity:0.6;
}
.btn_previous {
	left:4%;
	background-image:url(../images/pre01.png);
}
.btn_previous:hover {
	background-color:#333;
	background-image:url(../images/pre02.png);
}
.btn_next {
	right:4%;
	background-image:url(../images/next01.png);
}
.btn_next:hover {
	background-color:#333;
	background-image:url(../images/next02.png);
}

/**/
.slides_pagination {
	width:100px;
	height:15px;
	bottom:30px;
	right:50%;
	margin-right:-37px;
	position:absolute;
	z-index:100;
	text-align:center;
}
.slides_pagination li {
	margin: 0 7px;
	display:inline-block;
	width:10px;
+float:left;
}
.slides_pagination li a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	width:10px;
	height:10px;
	line-height:50px;
	border:2px solid #fff;
	color:#666;
	border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
	background:#fff;
	color:#fff;
	border:2px solid #fff;
}
/*banner end*/

/*产品展示*/
.probj {
	height: auto;
	background:#fff url(../images/probj.png) center bottom no-repeat;
}
.cpbt {
	text-align: center;
	padding-top: 45px;
}
.cpbt a {
	font-size: 35px;
	font-weight: bold;
	color: #000;
	background: url(../images/cpbt.jpg) center no-repeat;
	display: block;
}
.cpbt a span{
	color: #0260c1;
}
.cpbt p {
	color: #666;
	font-size: 15px;
	line-height: 40px;
	background: url(../images/xian.png) center no-repeat;
}
.cpbt a:hover {
	color: #0260c1;
}

.left_class {
	width:295px;
	margin-top: 35px;
}
.left_class .classT {
	background:#0260c1 url(../images/profl.png) 40px center no-repeat;
	position: relative;
	z-index: 10;
	padding-left: 100px;
	height: 115px;
	border-top: 3px #ffb600 solid;
}
.left_class .classT .div1 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	padding-top:18px;
}
.left_class .classT .div2 {
	color:#558fea;
	font-size: 16px;
	line-height: 28px;
	font-family: "Arial";
}

.left_class .p_left{
	background: #fff;
	border: 2px #0260c1 solid;
	padding-bottom: 30px;
}

.left_class .subNav {
	height: 47px;
	background:url(../images/fenlei.png) 15px center no-repeat;
	line-height:47px;
	text-align: left;
	margin-top: 20px;
}
.left_class .subNav a {
	font-size: 17px;
	color: #000;
	display:inline-block;
	padding-left:50px;
}
.left_class .subNav:hover {
	background: #ffa900  url(../images/jt.png) 195px center no-repeat;
}
.left_class .subNav:hover a {
	color: #fff;
}
.left_class .navContent {
	margin-top: 10px;
	display: none;

}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
	height: 40px;
	line-height: 40px;
	background: url(../images/yuan.png) 40px center no-repeat;
	border-bottom: 1px #cacaca dotted;
    width: 230px;
    margin: 0 auto;
}
.left_class .navContent li a {
	font-size: 15px;
	color: #555;
	padding-left: 65px;
	display: block;
}
.left_class .navContent li:hover a {
	font-weight: bold;
}

.left_class .lxwm{ height:130px; background:#3671cf; overflow:hidden;margin-top: 13px}
.p_lx{ height:110px;width: 275px;margin: 0 auto; background:#2b5ba7; color:#fff;overflow:hidden; position:relative;margin-top: 8px;}
.p_lx b{display: block;margin-left: 15px;margin-top: 25px;}
.cp_li,.swap{ display:inline-block; position:absolute; top:0; left:80px;}
.cp_li span,.swap span{ color:#fff;}
.cp_li li{font-size: 18px;height: 90px;margin-top: 20px;}
.cp_li li span{display: block;font-family: "Arial";font-size: 26px;font-weight: bold;}
.swap li{font-size: 18px;height: 90px;margin-top: 20px;}
.swap li span{display: block;font-family: "Arial";font-size: 26px;font-weight: bold;}

.swap{top:110px;}




.prdListBox {
    margin-top: 35px;
    width: 990px;
}
.cpjs{
	width: 970px;
	height: 340px;
	background: #f2f2f2;
	margin-left: 20px
}
.jieshao{
    width: 320px;
    margin-right: 15px;
    margin-top: 50px;
}
.jieshao h3{
	font-size: 23px;
	color: #333;
	font-weight: bold;
	line-height: 50px;
}
.jieshao p{
	font-size: 16px;
	color: #656565;
	line-height: 28px;
	display: block;
	margin-top: 10px;
}
.jieshao a{
	display: block;
	width: 115px;
	height: 35px;
	background: #0260c1;
	border-radius: 50px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 35px;
}
.jieshao a:hover{
	background: #ffa200
}

.productList {
	overflow:hidden;
	width:990px;
    height:535px/*1015px*/;
    margin-top: 20px;
}
.productList ul {
	overflow:hidden;
	width:100%;
	height:980px;
}
.productList ul li {
	width:315
	height: 240px;
	float:left;
    margin:0 0 15px 10px;
    background: #fff;
    position: relative;
}
.productList ul li .boxa {
	width:315px;
	display:block;
	cursor:pointer;
}
.productList ul li .boxa .spanImg {
	display:block;
	overflow:hidden;
	width:100%;
	height:240px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.productList ul li .boxa .aBB {
	display:none;
	width:100%;
	height:100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	left: 0;
	top: 0;
}
.productList ul li .boxa  .aBB em {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/chakan1.png) center center no-repeat;
}
.productList ul li:hover .boxa .aBB {
	display:block;
}
.productList ul li .spanT {
	display: block;
	z-index:10;
	height:40px;
	line-height:40px;
	width:315px;
	color:#fff;
	font-size:16px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);

}
.productList ul li:hover .spanT {
	background: rgba(2, 96, 193, 0.7);
	color: #fff;
}
.avatar {
	display: block;
	height: 230px;
	overflow: hidden;
	width: 295px;
	position: relative;
}
.indexMain .productList .avatar .spanImg {
	height: 230px;
}
.avatar:hover .spanImg, .zhuti .avatar:hover .spanImg, .bbsinner .avatar:hover .spanImg {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

/*关于我们*/
.index_abbj {
	height: 420px;
	width: 100%;
	background: url(../images/lcbj.jpg) center bottom no-repeat;
	margin-top: 30px;
}
.guanggao{
  width: 100%;
  height: 150px;
  background: url(../images/guanggao.png) center no-repeat;
}
.liucheng{

}
.liucheng ul li{
	float: left;
	text-align: center;
	width: 120px;
}
.liucheng ul li img{
	display: block;
	margin: 0 auto;
	margin-top: 83px;
	margin-bottom: 45px;
}
.liucheng ul li span{
	font-size: 18px;
	color: #000;
	display: block;
}
.liucheng ul li+li{
	margin-left: 105px;
}
.liucheng ul li+li+li+li{
	margin-left: 140px;
}
.liucheng ul li+li+li+li+li{
	margin-left: 113px;
}
.liucheng ul li+li+li+li+li+li{
	margin-left: 100px;
}
.liucheng ul li:hover img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
/*case*/
.casebj{
	position: relative;
	height: 430px
}
.casebj .bg {
    position: absolute;
    width: 100%;
    height: 240px;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: #0260c1;
}
.caseList {
	overflow:hidden;
	position:relative;
	z-index:10;
	padding-top:20px;
	width: 1300px;
	margin: 0 auto;
	height: 280px;
}
.caseList .lin {
	float:left;
	width: 310px;
	height: 280px;
	position: relative;
}
.caseList .lin a.imga {
	display:block;
	margin:auto;
	border-radius: 8px;
}
.caseList .lin a.imga .spanImg {
	display:block;
	width:100%;
	height:230px;
	overflow:hidden;
	margin:auto;
	background-position:center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.caseList .lin .spanT {
	height:35px;
	line-height:35px;
	width:100%;
	overflow:hidden;
	background: #257dd8;
	border-radius: 8px;
	margin-top: 13px;

}
.caseList .lin .spanT .altitle {
	display:block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.caseList .lin:hover .spanT {
    background:#fc9d25;
}
.caseList .lin:hover .spanT .altitle {
	color: #fff;
	font-weight: bold;
}
.caseList .box {
	position:relative;
	z-index:10;
	width: 9999px;
}
.caseList .box ul {
	width:3900px;
}
.caseList .box ul li {
	margin:auto 15px 0 0;
	width:310px;
	position: relative;
}
.caseList .box ul li a.imga {
}
.caseList .lin a.imga:hover .spanT {
}
.avatara {
	display: block;
	height: 230px;
	overflow: hidden;
	width: 310px;
	position: relative;
	margin: 0 auto;
}
.caseList .lin .avatara .spanImg {
	height: 230px;
}
.avatara:hover .spanImg, .zhuti .avatara:hover .spanImg, .bbsinner .avatara:hover .spanImg {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
.altel{
	position: relative;
	z-index: 10;
	width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
}
.altel p{
	float: left;
	display: block;
	width: 960px;
	height: 60px;
	background: #3580cd url(../images/tel.jpg) 25px center no-repeat;
	border-radius: 10px;
	line-height: 60px;
	padding-left: 75px;
	color: #fff;
	font-size: 26px;
}
.altel p span{
    font-size: 27px;
    font-family: "Arial";
    font-weight: bold;
    padding-right: 10px;
}
.altel a{
	display: block;
	float: right;
	width: 150px;
	height: 40px;
	background: #fc9d25;
	border-radius: 5px;
	border: 10px #e6eff9 solid;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.altel a:hover{
	background: #257dd8
}

/*新闻中心*/
.new_l{
	width: 435px;
	height: 410px;
	background: url(../images/newbj.jpg) left center no-repeat;
	margin-top: 45px;
}
.new_l .xwbt{
	display: block;
	width: 230px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	font-size: 28px;
	color: #0260c1;
	font-weight: bold;
}
.n_img{
	width: 400px;
	height: 330px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}
.n_img img{
	width: 400px;
	height: 330px;
}
.n_img:hover img {
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.new_la{
	width: 550px;
	margin-left: 25px;
	margin-top: 60px;
}
.advbt{
	width: 490px;
	height: 165px;
	background: #f7f7f7;
	padding: 10px 30px;
}
.advbt .xtit{
	color: #000;
	font-size: 18px;
	line-height: 30px;
}
.advbt span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.advbt p{
	color: #777;
	font-size: 14px;
	line-height: 23px;
}
.advbt .xmore{
    width: 145px;
    height: 32px;
    background: #dcdbdb;
    display: block;
    margin-top: 15px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.advbt:hover .xtit{
	color: #0260c1;
	padding-left: 13px;
}
.advbt:hover .xmore{
	background: #0260c1;
	color: #fff;
}
.nlist{
	width: 548px;
	height: 183px;
	border-top:1px #f0eeee solid;
	border-left:1px #f0eeee solid; 
	border-right:1px #f0eeee solid; 
	margin-top: 25px;
}
.nlist ul li{
	height: 45px;
	line-height: 45px;
	border-bottom:1px #f0eeee solid; 
	background: url(../images/xian.jpg) 20px center no-repeat;
	padding-left: 45px;
}
.nlist ul li a{
	float: left;
	color: #666;
	font-size: 15px;
}
.nlist ul li span{
	color: #999;
	font-size: 14px;
	float: right;
	margin-right: 15px;
}
.nlist ul li:hover a{
	color: #005fbb;
	font-weight: bold;
	padding-left: 15px;
}
.new_r{margin-top: 50px;}
.new_r ul li{
	width: 260px;
	height: 125px;
	background: #005fbb;
	margin-top: 10px;
	text-align: center;
}
.new_r ul li p{
	color: #fff;
	font-size: 16px;
	line-height: 28px;
    padding-top: 5px;
}
.new_r ul li a{
	color: #fff;
	font-size: 25px;
	display: block;
	padding-top: 25px;
}
.new_r ul li em{
	color: #7db8f1;
	font-size: 20px;
	font-family: "Arial";
	text-transform: uppercase;

}
.new_r ul li:hover a{
	text-decoration: underline;
}
/*底部*/
.footbj {
	height: 190px;
	background:#111;
	width: 100%;
	margin-top: 50px;
	border-top:8px #0260c1 solid;
}
.dbnav{
   height: 55px;
   background: #000;
}
.dbnav ul{
	width: 1300px;
	margin: 0 auto;
}
.dbnav ul li{
	float: left;
	line-height: 55px;
	width: 143px;
	text-align: center;
	border-right: 1px #333 solid;

}
.dbnav ul li:nth-child(9){
     border-right: none;
}
.dbnav ul li a{
	color: #9f9f9f;
	font-size: 15px;
	line-height: 55px;
	display: block;
}
.dbnav ul li a:hover{
	text-decoration: underline;
	font-weight: bold;
}

.copy{
   text-align: center;	
   margin-top: 30px;
   font-size: 15px;
   color: #666;
   line-height: 35px;
}
.copy a{
	color: #666;	
}

/*内页分类*/
.nybt {
	text-align: center;
	padding-top: 60px;
	background: url(../images/line0.png) bottom center no-repeat;
	height: 110px;
}
.nybt h1 {
	display: block;
	font-weight: bold;
	font-size: 33px;
	height: 60px;
	line-height: 55px;
	color: #333;
}
.nybt h1 span {
	color: #ff9c00;
}
.nybt p {
	font-size: 16px;
	color: #999;
}
.nybt p b {
	font-size: 18px;
	color: #e20000;
}
.nyzc {
	width: 260px;
	height:auto;
}
.prolistlogo {
	height: 105px;
	background: #0158AE;
}
.prolistlogo p {
	color: #A6C0DA;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	padding-top: 15px;
}
.prolistlogo p span {
	font-size: 26px;
	display: block;
	color: #fff;
}
.demo-list {
	background: #0662bd;
}
.demo-list ul li {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px #5a94ce solid;
	background: url(../images/tb.png) 16px center no-repeat;
}
.demo-list ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 60px;
}
.demo-list ul li:hover a {
	font-weight: bold;
	padding-left: 75px;
	background: #00a61b;
}
.prolistf {
	height: auto;
	background: #fff;
	border: 2px #0158ae solid;
	margin-top: 20px;
}
.prolistf h2 {
	display: block;
	height: 70px;
	background: #0158ae;
	text-align: center;
	color: #A6C0DA;
	font-size: 14px;
}
.prolistf h2 span {
	font-size: 26px;
	display: block;
	color: #fff;
}
.prolistf h3 {
	display: block;
	background: url(../images/tel.gif) 15px center no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 15px;
}
.prolistf h3 b {
	color: #0055aa;
	font-size: 20px;
	display: block;
}
.prolistf p {
	padding: 10px;
	font-size: 15px;
	line-height: 26px;
	color: #666;
}
.proTitle {
	width:270px;
	height: auto;
}
/*当前导航*/
.breadcrumbs {
	height:50px;
	font-size:14px;
	line-height:70px;
	color:#333;
	height: 70px;
	background: #0260c1;
}
.breadcrumbs .dh_box {
}
.breadcrumbs .sortName {
	color:#388c19;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	float:right;
	background: url(../images/home.png) left center no-repeat;
	color:#fff;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#333;
}
.breadcrumbs .dqdhMain .span2 {
	color:#333;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
	float:left;
	background: url(../images/homea.png) left center no-repeat;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	height:50px;
	line-height:70px;
	color:#fff;
	font-size:25px;
	position:relative;
}
.breadcrumbs .dqdh_class li a em {
	font-size: 14px;
	text-transform: uppercase;
}
.lybt {
	text-align:center;
	padding-top:40px;
}
.lybt span {
	font-size: 43px;
	line-height: 45px;
	text-transform: uppercase;
	color:#5a5a5a;
}
.lybt h3 {
	display:block;
	font-size:20px;
	line-height:45px;
	color:#5a5a5a;
	background:url(../images/xiana.jpg) center center no-repeat;
}
.liuyan {
	margin-top:30px;
	text-align:center;
}
.liuyan span {
	font-size:20px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}
/*内页关于我们*/
.about_box {
	width: 970px;
	border: 1px #e9e9e9 solid;
}
.about_box .about_left {
	width:100%;
}
.about_box .about_left .about_t1 {
	position:relative;
	height:40px;
}
.about_box .about_left .about_t1 .div1 {
	font-size: 21px;
	line-height: 148%;
	color:#000;
}
.about_box .about_left .about_t1 .div2 {
	font-size:18px;
	color:#444;
}
.about_box .about_left .about_t1 .about_t2 {
	text-align: center;
}
.about_box .about_left .about_t1 .about_t2 .span1 {
	font-size:28px;
	font-weight:700;
	line-height:38px;
	color:#000;
}
.about_box .about_left .about_t1 .about_t2 .span2 {
	font-size:14px;
	text-align:right;
	color:#b7b7b7;
	line-height:20px;
}
.about_box .about_left .text {
	line-height:35px;
	color:#666;
	font-size:15px;
	text-indent:2rem;
	padding-top:25px;
}
.about_box .about_left .text p {
	padding:10px 0;
}
.about_box .about_right {
	width:370px;
}
.about_box .about_right ul {
	margin-top:8px;
}
.about_box .about_right ul li {
	float:left;
	margin-left:2px;
	width:180px;
	margin-bottom:3px;
	border: 1px #ccc solid;
}
.about_box .about_right ul li a {
	display:block;
	width:100%;
	height:130px;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.sort {
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.sort ul li {
	float: left;
	width: 190px;
	height: 50px;
	background: #0064bd;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	line-height: 50px;
	text-align: center;
}
.sort ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.sort ul li:hover {
	background: #ffa500;
}
/*Â·Ã–Ã'Â³*/
.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
	z-index: -99;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.main {
	width: 1300px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
}
.main .main_right {
	width:980px;
	padding-top: 5px;
}
.main .main_rightb{
	border: 1px #f3f3f3 solid;
	width:980px;
}
.main .main_righta{
	border: 1px #f3f3f3 solid;
}
.main .main_rightc {
	width:100%;

}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:20px;
}
.text img{
      max-width: 750px;
}
.text span {
	font-size:15px;
	color:#666;
}
.main .tT01 {
	text-align:center;
	line-height:50px;
	background: #f3f3f3;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
}
.main .subtitle span {
	padding:0 10px;
}
#faqbox {
	padding:90px 0 50px 0;
	width:700px;
	margin:0 auto;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:150px;
	display:block;
	float:left;
	clear:both;
	text-align:right;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#dd0103;
}
.wizfrm:hover {
	background-color:#ff9900;
}
/**/

.main .proListal {
	width:100%;
}
.main .proListal {
	width:100%;
}
.main .proListal li {
	width:315px;
	float:left;
	margin:0 0 15px 10px;
}
.main .proListal li .boxal {
	width:260px;
	height:315px;
	display:block;
	cursor:pointer;
	position:relative;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:315px;
	height:260px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:40px;
	line-height:40px;
	width:315px;
	margin:auto;
	text-align:center;
	color:#000;
	font-size:15px;
}
.main .proListal li:hover .spanal {
	color:#e0222c;
	font-weight:bold;
	font-size:16px;
}
.main .proListal li .avatarb {
	position: relative;
}
.main .proListal li .avatarb {
	display: block;
	height: 260px;
	overflow: hidden;
	width:315px;
}
.main .proListal li .avatarb .spanImgal {
	height: 260px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}
.main .proListal li .boxal .aBB{
	display:none; 
	width:100%;
	height:100%; 
	position: absolute; 
	background: rgba(2,96,193,0.6); 
	overflow: hidden; 
	left: 0; 
	top: 0;
}
.main .proListal li .boxal .aBB em{ 
	display:block; 
	width:100%; 
	height:100%;
	background:url(../images/chakan1.png) center center no-repeat;
}
.main .proListal li .boxal:hover .aBB{ 
	display:block;
}
/**/
.img{
	background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;
	}
.main .news_list li {
	padding:15px;
	margin-bottom: 20px;
	border-bottom: 1px #ddd dashed;
}
.main .news_list li .img {
}
.main .news_list li .lMore {
	width:960px;
}
.main .news_list li .lMore .title {
	font-size: 16px;
	color: #393939;
	line-height: 36px;
	margin-bottom:15px;
}
.main .news_list li .lMore span {
	font-size:13px;
	color:#999;
}
.main .news_list li .lMore p {
	font-size:13px;
	color:#999;
	line-height:26px;
}
.main .news_list li .lMore .more2 {
	width: 88px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #0260c1;
	bottom: 30px;
	display:block;
	font-size:13px;
	text-align:center;
	float:right;
	margin-top:30px;
}
.main .news_list li:hover .title {
	color:#0260c1;
	padding-left:15px;
	font-weight:bold;
}
.main .news_list li:hover p {
	padding-left:15px;
}
.main .news_list li:hover .more2 {
	background:#ffa500;
	border-color: #ffa500;
	color:#fff;
}
/*详情页*/
.product_dqdh {
	background-color:#f4f4f4;
}
.product_top {
}
.product_top .l_img {
	width:600px;
	height:470px;
	background-color:#f2f2f2;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
	background-size:cover !important;
}
.product_top .l_img span img {
	width:600px;
	height:470px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:550px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	float:right;
	width:550px;
	line-height: 25px;
	font-size: 15px;
	color: #8b8b8b;
}
.product_top .lianxi {
	height:60px;
}
.product_top .lianxi .a {
	display:block;
	height:40px;
	line-height:40px;
	float:left;
	margin-right:30px;
	color:rgb(250,175,41);
	font-size:18px;
	border-bottom:1px solid rgb(250,175,41);
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/tela.png) left center no-repeat;
}
.product_top .dianhua {
	height:40px;
	padding:0 30px;
	line-height:40px;
	text-align:center;
	border-radius:30px;
	font-size:15px;
	background-color:#be0000;
	margin-top: 10px;
	width: 130px;
}
.product_top .dianhua a {
	color:#fff;
}
.product_top .dianhua:hover {
	background-color:rgba(250, 175, 41, 1);
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing_top {
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-color:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 420px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*地图*/
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display: block !important;
}
.BMap_Marker {
	display: none !important;
}
