@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:1260px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	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;
}
.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;
}
/*top*/
.headtop {
	width: 100%;
	background: #0a5dbc;
	line-height: 35px;
}
.headtop p {
	font-size: 14px;
	color: #fff;
}
.topdh{
    
}
.topdh ul li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.topdh ul li a{
    font-size: 14px;
    color: #fff;
}
.topdh ul li a:hover{
    text-decoration: underline;
}




.nav {
	width: 100%;
	height: 200px;
	background:url(../images/navbj.png) center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.left-logo{
    width: auto;
    position: absolute;
    margin-top: -50px;
    left: 50%;
    margin-left: -105;
}


.navb {
	height: 65px;
	width: 500px;
	margin-top:3px;

}
.navb li {
	position: relative;
	float: left;
	width: 120px;
	display: inline;
	text-align: center;
	height: 68px
}

.navb .yiji{
	height: 68px;
	line-height:68px;

    display: block;
}

.navb h3{
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.navb .yiji:hover h3{
	transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navb em{
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    display: block;
}
.navb li:hover{
	background:url(../images/hoven.png) no-repeat center;
}
.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top:68px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -180px !important;
	width: 510px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}

.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:110px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:510px;
	height:510px;
	background:#f6f6f6;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
	height: 35px;
    overflow: hidden;
}
.mun1 ul li h2 a{
	font-size: 14px;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}

/*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:900px;
}
.banner_slides li.slidesjs-slide {
	width:100%;
	height:900px;
}
.banner_slides li a {
}
.banner_pic {
	display:block;
	width:100%;
	height:900px;
}
.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*/

/*公告*/
.topgg{
    height: 73px;
    width: 100%;
    background: url(../images/topgg.jpg) center no-repeat;
    box-shadow: 3px 3px 5px #cfcfcf;
}
.youshi b{
    font-size: 28px;
    color: #fcfcfc;
    font-family: "Arial";
    font-weight: normal;
    background: url(../images/tel.png) left center no-repeat;
    line-height: 73px;
    display: block;
    height: 73px;
    padding-left: 60px;
}

.ssBox {
	height:73px;
	line-height:73px;
    width:835px;
    overflow: hidden;
}
.ssBox .title {
	color:#fff;
	font-weight:700;
	font-size:16px;

	padding-left:40px;
}
.ssBox .ss_nr {
	width:680px;
	overflow:hidden;
	white-space:nowrap;
}
.ssBox .ss_nr ul li{
   float: left;
   padding-left: 8px;
   padding-right: 8px;
}
.ssBox .ss_nr ul li a{
    color: #fff;
    font-size: 15px;
}
.ssBox .ss_nr ul li a:hover{
    text-decoration: underline;
}
/*产品分类*/
.pro_list_con{
    width: 1330px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 18px 0 0 0;
}
.list_go{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.list_go ul li{
    float: left;
    width: 280px;
	height:180px;
    margin: 0 9px;
}
.list_go ul li>a{
    display: block;
    width: 280px;
    height: 175px;
    overflow: hidden;
    transition: all 0.6s;

}

.list_go ul li:hover >a img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
} 
.list_go ul li>a img{
    width: 100%;
    min-height: 175px;
}
.list_go ul li:hover span a{
   color: #0a5dbc;
   font-weight: bold;
   font-size: 16px;
}
.list_go ul li span{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align: center;
	font-size: 15px;
	background: #f5f5f5;
  
  
  display: block;
    overflow: hidden;
    width: 100%;
    height: 175px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  

  
  
}
.list_go ul li span a{
    display: block;
    width: 100%;
    color: #000;
}
.list_go ul{
    position: relative;
}
.list_l,.list_r{
    width: 55px;
    height: 55px;
    position: absolute;
    background-image: url(../images/icona.png);
    top: 80px;
    cursor: pointer;

}
.list_l{
    background-position: -2px -276px;
    left: 0;
}
.list_r{
    background-position: -57px -276px;
    right: 0;
}

/*产品展示*/
.cpbt {
	text-align: center;
	
}
.cpbt a {
	font-size: 35px;
	color: #333;
	font-weight: bold;
}
.cpbt p {
	font-size: 18px;
	color: #5c5c5c;
    line-height: 35px;
    text-transform: uppercase;
    background: url(../images/xian.png) center no-repeat;
    display: block;
}
.cpbt:hover a {
	color: #0a5dbc;
}
.left_class {
    width: 1280px;
    margin: 0 auto;
    margin-top: 15px;
 }
 .left_class ul li{
     width: 170px;
     height: 45px;
     background: #2d80f6;
     float: left;
     margin-left: 5px;
     margin-right: 5px;
     text-align: center;
     line-height: 45px;
     margin-bottom: 10px;
     border-radius: 30px;
	  border-bottom:#fe0000 5px solid;
 }
 .left_class ul li a{
     display: block;
     color: #fff;
     font-size: 16px;
 }
 .left_class ul li:hover{
      background: #ff9600;
 }
.probj {
	width: 100%;
	height:1050px;

}

.prdListBox {
	padding-top: 20px;
}
.productList {
	overflow:hidden;
	width:100%;
	height:630px/*1015px*/;
}
.productList ul {
	overflow:hidden;
	width:100%;
	height:1620px;
}
.productList ul li {
	width:350px;
	height: 260px;
	background: #fff;
	float:left;
	margin:0 4px 10px 4px;
	position: relative;
}
.productList ul li .boxa {
	width:350px;
	display:block;
	cursor:pointer;
}
.productList ul li .boxa .spanImg {
	display:block;
	overflow:hidden;
	width:100%;
	height:260px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.productList ul li .spanT {
	display: block;
	z-index:10;
	height:40px;
	line-height:40px;
	width:350px;
	color:#000;
	font-size:16px;
	text-align: center;
	background:#fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.productList ul li:hover .spanT {
	background: rgba(255, 150, 0, 0.8);
	color: #fff;
}
.avatar {
	display: block;
	height: 260px;
	overflow: hidden;
	width: 290px;
	position: relative;
}
.indexMain .productList .avatar .spanImg {
	height: 260px;
}
.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;
}
/*关于我们*/
.indexbj {
	height: 575px;
	background:url(../images/aabou.jpg) no-repeat center;

	margin-top: 0px;
}
.abneirong {
	width: 750px;
	height: 350px;
}
.about {
	height: 200px;

	margin-top: 40px;
	padding: 20px 20px 20px 0px;
}
.about span {
	display:block; 
 width:615px; line-height:20px; font-size:12px; font-weight:lighter;

}
.about h3 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;

}
.about p {
	color: #fff;
	font-size: 16px;
	line-height:32px;
	display: block;

}
.about ul li{
    width: 100px;
    height: 100px;

    text-align: center;
    float: left;

 
}
.about ul li img{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.about ul li span{
    color: #fff;
}

.abimg{
	width: 530px;
	margin-top: 20px;
}
.abimg a{
	display: block;
	width: 170px;
	height: 45px;
	background: #ff9600 url(../images/sou.png) 18px center no-repeat;
	border-radius: 30px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 13px;
	float: right;
}
.abimg a:hover{
	background: #0279dd url(../images/sou.png) 18px center no-repeat;
}

/*case*/
.casebj {
	width: 1280px;

	margin:0px auto;

}
.in_sh{
	width:780px;
	height:55px;
	margin: 0 auto;
	padding-top: 18px;
	margin-bottom: 20px;
}
.in_sh .txt{ 
	float:left;
	width:600px;
	height: 55px; 
	background: #eaeaea;
	border:0;
	line-height: 55px;
	padding-left: 20px;
	border-radius: 50px;
	}
.in_sh .btn{ 
	float:right; 
	width:155px;
	height: 55px; 
	cursor:pointer;
	font-size: 17px;
	color: #fff;
	border:0;
	border-radius: 50px;
	background: #ff9600;
}



.caseList {
	overflow:hidden;
	position:relative;
	z-index:10;
	
	margin: 0 auto;
	height: 300px;
}
.caseList .lin {
	float:left;
	width: 360px;
	height: 300px;
	background: #f3f3f3;
}
.caseList .lin a.imga {
	display:block;
	margin:auto;
	position: relative;
}
.caseList .lin a.imga .spanImg {
	display:block;
	width:100%;
	height:250px;
	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:50px;
	line-height:50px;
	width:100%;
	color:#fff;
	font-size:15px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	text-align: center;
}
.caseList .lin .spanT .altitle {
	display:block;
	font-size: 16px;
	color: #393939;
}

.caseList .lin:hover .spanT {
	background: #ff9600;
}
.caseList .lin:hover .spanT .altitle {
	color: #fff;
}

.caseList .box {
	position:relative;
	z-index:10;
	width: 9999px;
}
.caseList .box ul {
	width:4070px;
}
.caseList .box ul li {
	margin:auto 10px 0 0;
	width:360px;
	position: relative;
}
.caseList .box ul li a.imga {
}
.caseList .lin a.imga:hover .spanT {
}
.avatara {
	display: block;
	height: 250px;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.caseList .lin .avatara .spanImg {
	height: 250px;
}
.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;
}

/*新闻中心*/
.newleft {
	width: 530px;
	margin-top: 38px;
}
.slideTxtBox{
	width: 1280px;
	margin: 0 auto;
}
.infoList{
	
	height: 300px;
	overflow: hidden;
	margin-top: 20px;
}
.infoList img{
	width: 580px;
}
.infoList:hover img {
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.advbt{
	width: 670px;

}
.xwbt{
	width: 100%;
	height: 65px;
	background: #e9e9e9;
}
.xwbt span{
	display: block;
	width: 150px;
	height: 65px;
	background: #ff9600;
	line-height: 65px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	float: left;
}
.xwbt a{

	line-height: 65px;
	font-size: 15px;
	color: #0272ff;
	padding-right: 25px;
}
.xwbt a:hover{
	text-decoration: underline;
}
.advbt ul{
	margin-top: 30px;
}
.advbt ul li{
	height: 80px;
	margin-top: 15px;
}
.advbt ul li span{
	display: block;
	width: 100px;
	height: 80px;

	background: #0a5dbc;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	float: left;
}
.advbt ul li p{
	float: right;
	width: 540px;
	color: #999;
	font-size: 14px;
}
.advbt ul li p a{
	display: block;
	font-size: 16px;
	color: #333;
}
.advbt ul li:hover span{
	background: #ff9600;
}
.advbt ul li:hover p a{
	color: #0074d6;
	padding-left: 13px;
	font-weight: bold;
}

/*底部*/
.footbj {

	background:#104589;
	width: 100%;
	margin-top: 20px;
	border-top:#ff7404 5px solid
}
.foot {
	width: 930px;
}
.dbdh {
	height: 45px;
	margin-top: 80px;
}
.dbdh ul li {
	float: left;
	width: 110px;
	background: url(../images/xian.jpg) right center no-repeat;
	text-align: center;
}
.dbdh ul li a {
	color: #fff;
	font-size: 15px;
}
.dbdh ul li:hover a {
	text-decoration: underline;
}
.dtela {
	width: 530px;
	height: 40px;
	background: #3d3d3d;
	border-radius: 30px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	padding-left: 25px;
}




/*内页分类*/
.nybt {
	text-align: center;
	padding-top: 30px;
	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;
}
.subNavBox {
	width:270px;
	background:#fff;
	padding-bottom:20px;
	margin-top: 40px;
}
.cpfl {
	height:70px;
	background:#235ab3;
	line-height:70px;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
}
.subNav {
	width:220px;
	height:45px;
	margin:0 auto;
	margin-top:10px;
	cursor:pointer;
	line-height:45px;
	border-radius: 25px;
	padding-left: 20px;
	background:#2e6fd3 url(../images/jiantou1.png) 200px center no-repeat;
}
.subNav a {
	font-size:16px;
	color:#fff;
}
.subNav:hover {
	background:#e50000 url(../images/jiantou1.png) 200px center no-repeat;
}
.subNav:hover a {
	color:#fff;
	padding-left: 25px;
}
.currentDd {
}
.navContent {
	display: block;
	margin-bottom: 25px;
	margin-top: 15px;
}
.navContent li a {
	display:block;
	width:180px;
	height:45px;
	margin:0 auto;
	font-size:15px;
	line-height:45px;
	color:#2f2f2f;
	border-bottom:1px #ccc dotted;
	background:url(../images/quan.jpg) left center no-repeat;
	padding-left: 30px;
}
.navContent li a:hover {
	color:#2e6fd3;
	font-size: 16px;
}
/*当前导航*/
.breadcrumbs {
	height:80px;
	font-size:14px;
	line-height:70px;
	color:#333;
	background:url(../images/hot_bg.jpg) no-repeat center;
}
.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;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #333;
	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:#333;
	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: 1280px;
	margin: 0 auto;
}
.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;
}
/*Â·Ã–Ã'Â³*/
.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 {
	
}
.main .main_right {
	width:1280px;
	padding-top: 5px;
}
.main .main_righta {
	width:1280px;
	padding-top: 30px;
}
.main .main_rightb {
	width:1000px;
	padding-top: 30px;
}
.main .main_rightc {
	width:980px;
	margin-top: 30px;
	border: 1px #f0f0f0 solid;
	background: #fff;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	
}
.text span {
	font-size:15px;
	color:#666;
}
.main .tT01 {
	text-align:center;
	line-height:50px;
	background: #f3f3f3;
	margin-top: 30px;
}
.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:40px 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:320px;
	float:left;
	margin-left:5px;
	margin-right:7px;

}
.main .proListal li .boxal {
	width:320px;
	height:240px;
	display:block;
	cursor:pointer;
	position:relative;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:320px;
	height:240px;
	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:320px;
	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: 240px;
	overflow: hidden;
	width:320px;
}
.main .proListal li .avatarb .spanImgal {
	height: 240px;
}
.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 .news_list {
	margin-top:40px;
}
.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:940px;
}
.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: #0158ae;
	bottom: 30px;
	display:block;
	font-size:13px;
	text-align:center;
	float:right;
	margin-top:30px;
}
.main .news_list li:hover .title {
	color:#0a5dbc;
	padding-left:15px;
	font-weight:bold;
}
.main .news_list li:hover p {
	padding-left:15px;
}
.main .news_list li:hover .more2 {
	background:#ff9600;
	border-color: #ff9600;
	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;
}
/*内页左侧分类*/
.left_classa {
	width:280px;
	margin-top: 50px;
}
.left_classa .classT {
	height: 90px;
	background:#2a75f0;
	position: relative;
	z-index: 10;
	text-align: center;
}
.left_classa .classT .div1a {
	color:#fff;
	font-size:30px;
	font-weight: 700;
	padding-top:10px;
}
.left_classa .classT .div2a {
	color:#8e9fc3;
	font-size: 13px;
}
.left_classa .classBox {
	padding:0px 0 5px 0;
	background:#fff;
}
.left_classa .classBox li {
	margin:auto;
	margin-top:3px;
}
.left_classa .classBox li a {
	font-size: 15px;
	color: #333;
	height:50px;
	line-height:50px;
	display: block;
	background:#f4f4f4;
	text-align: left;
	border-bottom: 1px solid #ddd;
	border-left:3px solid #eee;
}
.left_classa .classBox li a .name {
	display:inline-block;
	padding-left:30px;
}
.left_classa .classBox li a:hover {
	background: #005fbb;
	color: #fff;
}
.left_classa .classBox li a:hover span {
}
.left_classa .lxwm {
	margin-top:5px;
	background: #2a75f0;
}
.left_classa .lxwm .t {
	height:95px;
	background:url(../images/contact.jpg) center center no-repeat;
}
.left_classa .lxwm .lxwm_box {
	padding:8px 10px;
	border:1px solid #0774dd;
}
.left_classa .lxwm .lxwm_box p {
	line-height:22px;
	color:#fff;
	font-size:14px;
	padding:11px 0;
	border-bottom: 1px dashed #0e82f2;
}
.left_classa .lxwm .lxwm_box p:last-child {
	border:0;
}
.left_classa .lxwm .lxwm_box p span {
	color: #b7b7b7;
	font-size: 12px;
	padding-right:12px;
}
.left_classa .lxwm .lxwm_box .lxBtn {
	display: block;
	width:135px;
	height:40px;
	line-height: 40px;
	background:#ff9c00;
	margin:auto;
	margin-top:20px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-top:1px solid #de8903;
	border-bottom:1px solid #de8903;
}
.left_classa .more {
	display: block;
	height:55px;
	text-align: center;
	line-height:55px;
	color: #fff;
	background:#ffab15;
	font-size: 18px;
}
.left_classa .more:hover {
	background:#ce8503;
}


.pro2_br {
    clear: both;
    background: url(../images/pro2_br.jpg) no-repeat 0px 0px;
    width: 858px;
    height: 45px;
    padding-top: 0px;
    font-size: 16px;
    color: #fff;
    padding-left: 21px;
	line-height: 36px;
	margin-left: 20px;
    margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.mdesc_right{
	width: 430px;
	float: right;
	margin-right: 15px;
}
.mdesc_title{
	font-size: 23px;
	color: #0a5dbc;
}
.showpro_time{
	font-size: 15px;
	color: #989898;
	line-height: 50px;
}
.xqtxt{

}
.xqtxt p{
	font-size: 15px;
	color: #666;
	border-bottom: 1px #ebebeb dotted;
	line-height: 50px;
}


.youshi01{
	width:100%; height:650px; background:url(../images/youshi.jpg) no-repeat center;}
.you_r{width:1260px; height:550px;  margin-top:30px; padding-top:150px; }
.you_r ul li{ width:400px; height:110px;  margin-top:50px; float:left; padding-left:30px;}
.you_r ul li:nth-child(2){  margin-left:410px; width:370px; }
.you_r ul li:nth-child(4){  margin-left:410px; width:370px;  margin-top:130px;}  
.you_r ul li:nth-child(3){ margin-top:130px; } 
.you_r ul li h2{ font-size:24px; color:#FFF; padding-left:20px; line-height:45px;}
.you_r ul li p{ font-size:14px; color:#FFF; padding-left:20px; line-height:28px;}




.fenleibj{
	width: 100%;
	height: 400px;
	background:url(../images/flbj.jpg) center no-repeat;
}
.probt{
	text-align: center;
	padding-top: 10px

}
.probt b{
	font-size: 15px;
	font-family: "Impact";
	color: #e6e6e6;
	font-weight:lighter;
	opacity:0.5;
}
.probt a{
	display: block;
	color: #ffae00;
	font-size: 35px;
	font-weight: bold;
	position: relative;
    margin-top: -50px;
}
.probt a span{
	color: #000;
}
.probt em{
	display: block;
	width: 60px;
	height: 4px;
	background: #ffae00;
	margin: 0 auto;
	margin-top: 10px
}
.probt a:hover{
	color: #004ece;
}



.main01{

	height:150px;
}
.main_con{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
}
.main_phone{
    font-size: 28px;
    line-height: 82px;
    float: left;
    margin-left: 50px ;
}
.main_phone::before{
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/icon.png) -62px -2px no-repeat;
    vertical-align: middle;
    margin-bottom: 5px ;
}
.hot{
    float: left;
    margin-left:120px;
    overflow: hidden;
}
.hot span{
    display: inline-block;
    line-height: 82px;
    color: #333;
    float: left;
}
.hot ul {
    float: left;
}
.hot ul li{
    float: left;
    line-height: 82px;
}
.hot ul li:hover a{
    color: #049167;
}
.hot ul li a{
    color: #666;
}
.hot ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background: #666;
    margin: 0 7px;
}
.hot ul li:last-child::after{
    background: none;
}



.about ul li{
	width:135px; height:162px; float:left; margin-right:11px;}
	
	
	
	
	/*底部*/
.footer{
    width: 100%;
	padding-bottom:30px;
    background: url(../images/footbj.png) #313131 top no-repeat; 

}
.dbnav{
  width: 1300px;
  margin:0 auto;
  height: 75px;
  line-height: 75px;
  padding-top: 5px;
}
.dbnav ul li{
  float: left;
  width: 160px;
  text-align: center;
  background: url(../images/xiana.jpg) center right no-repeat;
}
.dbnav ul li a{
  font-size: 16px;
  color: #fff;
}
.dbnav ul li:hover a{
  text-decoration: underline;
}

.dblogo{
  margin-top: 75px;
}
.dblogo p{
	font-size: 18px;
	color: #fff;
}
.dblogo p span{
	font-size: 30px;
	font-family: "Arial"
}

.dbnav ul{
  margin-top: 0px;
}

.dbphone{
    margin-top: 55px;
    margin-left: 80px;
}
.dbphone ul{}
.dbphone ul li{
  font-size: 15px;
  color: #999;
  margin-top: 20px;
}
.dbphone ul li span{
  font-size: 16px;
  color: #fff;
  display: block;
}


.ewm{
  margin-top: 40px;
}
.ewm ul li{
  float: left;
  margin-left: 15px;
}
.ewm ul li span{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.copy{
  width: 100%;
  height: 70px;
  background: #222;
  overflow: hidden;
  text-align: center;
  line-height: 70px;
  font-size: 15px;
  color: #9e9e9e;

}
.copy a{
  color: #9e9e9e
}
.fl {
    float: left;
}
.fr{
	float:right;}


/*pro*/
.pro_litpic {
    width: 89%;
    margin: 0 auto;
    height: 780px;
    overflow: hidden;
}
.pro_go>ul{overflow: hidden;}
.pro_go>ul>li {
    width: 24.6%;
    margin: 10px 0.2%;
    float: left;
    overflow: hidden;
}
.pro_go>ul>li>a {
    display: block;
    overflow: hidden;
}
.pro_go>ul>li>a span{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.pro_go>ul>li a span img {
    width: 100%;
    height: auto;
    min-height: 300px;
    transition: all 0.5s;
}
.pro_go>ul>li:hover img{
    transform: scale(1.1);
}
.pro_go>ul>li:hover .index_pro_des{
    background: #1257d8;    
}
.pro_go>ul>li:hover .index_pro_des em,.pro_go>ul>li:hover .index_pro_des h3{
    color: #fff;
}
.pro_go>ul>li:hover .index_pro_des::after{
    background: #d71618;
}
.pro_go>ul>li:hover .index_pro_des h3::before{
    background: url(../images/tela.png) left center no-repeat;
}
.index_pro_des{
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.index_pro_des em{
    font-size: 17px;
    color: #333;
}
.index_pro_des h3{
    font-size: 21px;
    letter-spacing: -1px;
    color: #d71618;
    margin-top: 3px;
}
.index_pro_des h3::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/tel.png) left center no-repeat;
}
.index_pro_des::after{
    content: '>';
    width: 77px;
    height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 13px;
    background: #1257d8;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    line-height: 26px;
    font-family: "宋体";
    font-size: 15px;
}



.abou_di{
	height:80px; margin-top:130px;}
.abou_di_l{
	width:89px; height:32px; float:left; margin-top:10px;}
	
.abou_di_r{
	width:430px; height:58px; background:#F00; float:right; border-radius: 50px; line-height:58px; text-align:center; font-size:26px; color:#FFF;}
	
	
	.casebj{
	width: 100%;
	height: 720px;

  }
 .commend-pro {position: relative;width: 550px;height:530px;overflow: hidden;margin-top: 0px;}
  
.commend-pro .pro-content ul li {overflow: hidden;width: 550px;height: 530px;position: relative; }

.commend-pro .pro-content ul li .alimg{width: 550px;height: 530px;display: block;}
  
.commend-pro .pro-content ul li a img {width: 550px;height:530px; }
  
.commend-pro .pro-content ul li a cite {position: relative;width: 100%;display: block;text-align: center;height: 34px;line-height: 34px;font-style: normal; }
  
.commend-pro .pro-content ul li a .transition {
	  height: 120px;
	  width: 550px;
	  display: block;
	  position: absolute;
	  bottom: 0px;
	  right: 0;
	  background:url(../images/albtbj.png) center no-repeat;
	  opacity: 0;
	  z-index: 999;
	  transition: all 0.6s;
	}
  
  .commend-pro .pro-content ul li a .transition em{
     color: #fff;
	 font-size: 18px;
	 position: relative;
	 display: block;
	 margin-top: 25px;
	 margin-left: 30px;
} 
.commend-pro .pro-content ul li a .transition i{
	font-family: "Arial";
	font-size: 30px;
	color: #fff;
	font-style: normal;
	display: block;


} 

  .commend-pro .pro-content ul li a:hover .transition{
	  opacity: 1;
	  right: 0;
  }
  

  
  .commend-pro .pro-content ul li .avatar img {
	  display: block;
	  height: 530px;
	  overflow: hidden;
	  width:550px;
	  position: relative;
  }
  .commend-pro .pro-content ul li .avatar img{
	  height: 530px;
  }
  .commend-pro .pro-content ul li .avatar img:hover , .zhuti .avatar img:hover, .bbsinner .avatar img:hover  {
	  transform: scale(1.3);
	  transition: all 1s ease 0s;
	  -webkit-transform: scale(1.3);
	  -webkit-transform: all 1s ease 0s;
  }
  
  #demo {
  
	  WIDTH:735px; OVERFLOW:hidden; float:right; height: 530px;margin-top: 0px;}
  
  
  
  #indemo {
  
	  WIDTH:9000px; FLOAT:left
  
  }
  
  #demo1 {
  
	  FLOAT:left;
  
	  width:1480px;
  
  }
  
  #demo2 {
  
	  FLOAT:left;
  
	  width:1300px;
  
  }
  
  .showcar li{width:360px; height:270px; float:left; margin-right:10px;overflow:hidden; position:relative; margin-bottom:10px;}
  
  .showcar li img{width:360px; height:260px;}
  
  .showcar li p{
	height: 87px;
	width: 230px;
	display: block;
	position: absolute;
	bottom: 40px;
	right: -230px;
	background:#3569d9;
	opacity: 0;
	z-index: 999;
	transition: all 0.6s;
	}
  
	.showcar li p a em{
		color: #fff;
		font-size: 18px;
		position: relative;
		display: block;
		margin-top: 15px;
		margin-left: 20px;
          height: 30px;
    overflow: hidden;
   } 

   .showcar li p a i{
	   font-family: "Arial";
	   font-size: 21px;
	   color: #fff;
	   font-style: normal;
	   display: block;
	   margin-left: 20px;
   } 
  
  .showcar li:hover p{
	opacity: 1;
	right: 0;
  }
  .showcar li .avatara img {
	  display: block;
	  height: 260px;
	  overflow: hidden;
	  width: 360px;
	  position: relative;
  }
  .showcar li .avatara img{
	  height: 260px;
  }
  .showcar li .avatara img:hover , .zhuti .avatara img:hover, .bbsinner .avatara img:hover  {
	  transform: scale(1.3);
	  transition: all 1s ease 0s;
	  -webkit-transform: scale(1.3);
	  -webkit-transform: all 1s ease 0s;
  }


.cases_b{
		width:1300px; height:150px; padding-top:0px; margin:0px auto; }
	.cases_b_l{
		width:225px; height:150px; float:left; background:url(../images/xie.png) no-repeat right center;}
	.cases_b_l span{
		font-size:60px; font-weight:bold;}
		.cases_b_l p{
		font-size:30px; font-weight:bold; color:#3568d8;     position: relative;
    margin-top: -10px;}
.cases_b_r{
	width:600px; height:150px; float:left; line-height:150px; font-size:18px;}
.cases_b_rr{
	width:145px; height:45px; float:right; line-height:45px; font-size:16px; background:#fe0000;     border-radius: 20px;  margin-top:50px; text-align:center; color:#FFF; display:block;}
.cases_b_rr a{
	color:#FFF; display:block;}
	
	
	.new_l{
	width: 630px;
	height: 450px;
	background: #f7f7f7;
	margin-top: 30px;
}
.new_l .xwimg{
	width: 600px;
	height: 300px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}
.new_l .xwimg:hover img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.new_l .xwbt{
	width: 600px;
	margin: 0 auto;

}

.liucheng{
	width:100%; height:185px; background:#1d57d5; margin-bottom:20px;}
.new_l .xwbt .xwtitle{
	font-size: 18px;
	color: #3e3e3e;
}
.new_l .xwbt p em{
    display: block;
	float: left;
	width: 520px;
	overflow: hidden;
	font-size: 15px;
	color: #808080;
	margin-top: 10px;
	line-height: 23px;
}
.new_l .xwbt p .xwjt{
	float: right;
	color: #737373;
	font-size: 20px;
	margin-top: 10px;
}
.new_l .xwbt:hover .xwtitle{
	padding-left: 13px;
	color: #0147bc;
}
.new_l:hover .xwbt p .xwjt{
	color: #1e69ce;
}
.new_r{
	width: 645px;
	margin-top: 30px;
}
.new_r ul li{
	height: 64px;
	background: #f7f7f7;
	margin-bottom: 16px;
	padding: 18px;
}
.new_r ul li a{
	font-size: 18px;
	color: #3e3e3e;
	line-height: 35px;
}
.new_r ul li p{
	font-size: 15px;
	color: #808080;
	display: block;
	height: 26px;
	overflow: hidden;
}
.new_r ul li:hover{
	background: #0147bc;
}
.new_r ul li:hover a{
	color: #fff;
	padding-left: 18px;
}
.new_r ul li:hover p{
	color: #fff;
}



.top_s{ height:66px; width:1300px; margin:0px auto; line-height:66px;}
.top_s div{ float:right; line-height:66px;}



.rexiao{
	width:90px; height:80px; position:relative; top:0; left:0;}
.rexiao img{
	width:90px; height:80px;  position: absolute;  z-index:999; margin-top:-180px;
    left: 0;
    }
	
	
	.tit h3{
    width: 555px;
    height: 100px;
    background: url(../images/tit_bg.jpg) center center no-repeat;
    color: #333;
    font-size: 42px;
	font-weight:bold;
    margin: 0 auto;
    padding: 35px 0 32px 320px;
    box-sizing: border-box;
}
.tit p{
    text-align: center;
    color: #333;
    font-size:15px;
    margin-top: 5px;
}

.liucheng_b{
	width:1300px; height:185px; margin:0px auto;}
	
.liucheng_bl{
	width:365px;
	height:185px; float:left; }
.liucheng_b2{
	 float:right; margin-top:13px; }
.liucheng_bl h1{
	 font-size:50px; font-weight:bold; line-height:80px; color:#FFF; padding-top:20px;}
	 
	.liucheng_bl p{
	 font-size:30px; font-weight:bold; line-height:50px; color:#FFF;}
	 
	 
	.f_b {
    background: url(../images/h_b_bg.jpg) center center no-repeat;
    height: 150px;
}

.f_b_con {
    width: 1350px;
    margin: 0 auto;
}

.f_b_con ul li {
    float: left;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0 50px;
    position: relative;


}

.li_t {
    text-align: center;
}

.li_t i {
    display: inline-block;
    font-size: 62px;
	font-style:inherit;
    position: relative;
}

.li_t em {
    display: inline-block;
    font-size: 17px;
}

.li_t p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.li_t i::after {
    position: absolute;
    top: 0;
    right: -15px;
    content: '+';
    color: #fff;
    font-size: 17px;
}

.f_b_con ul li:nth-child(1) .li_t i::after {
    content: '';
}
