@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
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; color:#444;-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:1300px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.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);
  }
}



/*导航 */ 
.nav {
	width: 100%;
	height: 138px;
	background: url(../images/topbj.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.left-logo{
    margin-top: 20px;
	margin-left: 7%;
}

.navb {
	height: 35px;
	line-height: 35px;
	margin-left: 6%;
	margin-top: 65px;
}
.navb .active {
	position: relative;
	float: left;
	width: 120px;
	display: inline;
	text-align: center;
}

.navb .on{
	height: 35px;
	background: #58d0cf;
	border-radius: 50px;
} 

.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
}


.navb h3{
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
	transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top:73px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -220px !important;
	width: 895px;
}
.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:680px;
	height:520px;
	background:#f6f6f6;
	padding-left:15px;
	-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;
	overflow: hidden;
    height: 35px;
}
.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;
}
.top-r{
   background: url(../images/tel.png) left center no-repeat;
   margin-right: 7%;
   padding-left: 60px;
   margin-top: 55px;
}
.top-r span{
	font-size: 33px;
	color: #fff;
	font-family: "Arial";
}
@media screen and (max-width: 1880px) {
    .left-logo {margin-left: 3%;}
	.top-r{margin-right: 3%;}
	.navb{margin-left: 9%;}
}
@media screen and (max-width: 1770px) {
	.navb{margin-left: 7%;}
	.navb .active{width: 110px;}
}
@media screen and (max-width: 1650px) {
	.navb{margin-left:3%;}
	.navb .active{width: 100px;}
}
@media screen and (max-width: 1500px) {
	.left-logo {margin-left: 1%;}
	.top-r{margin-right: 1%;}
}

/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 860px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 860px;
	border:0;
}



/*产品分类*/
.cpnav{
	width:100%;
	overflow: hidden;
	height: 310px;
	background: #f1f1f1;
}
.cpnav ul{
	position: relative;
	width: 98%;
	margin: 0 auto;
	margin-top: 20px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.cpnav ul li{
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	width: 23.7%;
	height: 270px;
	background: #fff;
	position: relative;
}
.cpnav ul li:nth-child(4){
	margin-right: 0;
}
.cpnav ul li .fenlei{
   width: 100%
}
.cpnav ul li span{
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 60px;
	height: 25px;
	background: url(../images/fenlei.png) center no-repeat;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.cpnav ul li .hotit{
    display: none;
} 
.cpnav ul li .cptit{
   position: absolute;
   height: 50px;
   bottom: 0;
   text-align: center;
   width: 100%;
}
.cpnav ul li .cptit a{
	color: #000;
	font-size: 18px;
}
.cpnav ul li:hover .cptit{
    display: none;
}
.cpnav ul li:hover .hotit{
	display: block;
	width: 100%;
	height: 170px;
	background: rgba(0,150,227,.65);
	position: absolute;
	top: 0;
	text-align: center;
	padding-top: 100px;
}

.cpnav ul li:hover .hotit em{
	font-size: 23px;
	color: #fff;
	display: block;
	margin-top: 25px;
}
.cpnav ul li:hover span{
	display: none;
}

.probt{
	text-align: center;
	margin-top: 40px;
}
.probt span{
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/btxian.png) center no-repeat;
	font-size: 16px;
	color: #7e7e7e;
	line-height: 40px;
	margin-top: 13px;
}
.pro_litpic{
    width: 100%;
	height: 700px;
	margin-top: 40px;

}
.pro_show{
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
	height: 630px;
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24.3%;
    margin: 6px 0.3%;
    float: left;
    overflow: hidden;
    position: relative;
}

.pro_go ul li p{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.7);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
}
.pro_go ul li p .smore{display: none;}
.pro_go ul li p .sytitle{
	color: #fff;
}
.pro_go ul li:hover p{
	width: 80%;
	height: 170px;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,150,227,.65);
	border-radius: 0 30px;
	top:70px;
	left: 40px;
}
.pro_go ul li:hover p .sytitle{
	color: #fff;
	font-size: 23px;
	display: block;
	width: 100%;
	padding-left: 0;
	margin-top: 40px;

}

.pro_go ul li:hover .smore{
	display: block;
	background:#f0c322;
	width: 95px;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
}
.pro_go ul li .smore:hover{
	background: #fff;
	color: #000;
}

/*简介*/
.index_ab{
	width: 100%;
	height: 520px;
	background: url(../images/abbj.jpg) center no-repeat;
	position: relative;
}
.about{ 
	width: 470px;
	margin-top: 70px;
}
.about b{
	color: #0848a4;
	font-size: 45px;
	font-family: "Arial";
}
.about h3{
	font-size: 23px;
	color: #131313;
}
.about p{
	font-size: 15px;
	color: #706e6e;
	line-height: 28px;
	display: block;
	margin-top: 35px;
}
.about a{
	display: block;
	width: 140px;
	height: 40px;
	background: url(../images/abjt.jpg) center no-repeat;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	margin-top: 25px;
	padding-left: 25px;
}
.about a:hover{
	font-weight: bold;
	font-size: 16px;
}

.abtu{
	margin-top: 35px;
	width: 760px;
	height: 455px;
	overflow: hidden;
}
.abtu:hover img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
/*数字*/
.ys_box{
    height: 300px;
    width: 100%;
    background:url(../images/shuzi.jpg) center no-repeat;
	margin-top: 15px;
}
.ys_box ul{
	width: 1300px;
	margin: 0 auto;
	padding-top: 45px;
}
.ys_box ul li{
    float: left;
    width: 210px;
    height: 201px;
    text-align: center;
	background: url(../images/yuan.png) center no-repeat;
	margin-right: 150px;
	position: relative;
}
.ys_box ul li:nth-child(4){
	margin-right: 0;
}
.ys_box .div1{
    position: relative;
	margin-top: 40px;
}
.ys_box .div1 .span1{
    font-size: 45px;
    color: #0096e3;
    font-family: "Arial";
	font-weight: bold;
}
.ys_box .div1 .span3{
    position: absolute;
	right: 9px;
	top: 31px;
	color: #fff;
	font-size: 14px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #7f7f7f;
}
/*csae*/
.albj{
    width: 100%;
	height: 600px;
	background:#4ecfce;
}
.case_con{
    width: 96%;
    margin: 35px auto 0 auto;
    overflow: hidden;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:430px;
    height: 355px;
    float: left;
    margin-left: 10px;
	margin-right: 10px;
	background: #fff;
    padding: 10px;
    overflow: hidden;
	text-align: center;
}
.case_go ul li .alimg {
	display: block;
    width: 430px;
    height: 300px;
	overflow: hidden;
}
.myClassa{
	background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;
	width: 430px;
    height: 300px;
	transition: all 0.6s;
	}
.case_go ul li .altitle{
	 text-align: center;
	 padding-top: 20px;
	 font-size: 18px;
	 color: #222;
	 line-height: 60px;
}

.case_go ul li:hover .altitle{
	color: #0645cf;
	font-weight: bold;
}
.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
}
.case_a,.case_b{
    float: left;
}

/*新闻*/
.newbj{
	width: 100%;
	height: 680px;
	background: url(../images/newbj.jpg) center no-repeat;
}
.xw-l{
	width: 1300px;
	margin: 0 auto;
	margin-top: 40px;
}
.xw-l .xwimg{
	width: 650px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.xw-l .xwimg img{
	width: 650px;
	height: 300px;	
}
.xw-l .xwimg:hover img{
	transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.xw-l .xwimg a{
	width: 200px;
	height: 75px;
	background: rgba(0,150,227,.78);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	line-height: 75px;
	color: #fff;
	font-size: 18px;
	font-family: "Arial";
	padding-left: 70px;
}
.xw-l .xwimg a::before{
	content: '';
    position: absolute;
    width: 29px;
    height: 14px;
    display: block;
    background: url(../images/jiantou.png) center no-repeat;
    right: 75px;
    bottom: 32px;
}
.xw-l .xwimg:hover a::before{
	content: '';
    position: absolute;
    width: 29px;
    height: 14px;
    display: block;
    background: url(../images/jiantou.png) center no-repeat;
    right: 20px;
    bottom: 32px;
	transition: all 0.6s;
}
.xw-l .xwimg:hover a{
	width: 300px;
}
.xw-l .xwone{
	width: 590px;
	height: 240px;
	background: #f7f7f7;
	padding: 30px;
}
.xw-l .xwone .xtitle{
	font-size: 17px;
	color: #000;
}
.xw-l .xwone span{
	display: block;
	font-family: "Arial";
	font-size: 17px;
	color: #c2c2c2;
	background: url(../images/shijian.png) left center no-repeat;
	padding-left: 30px;
	margin: 15px 0;
}
.xw-l .xwone p{
	font-size: 15px;
	color: #5b5b5b;
	line-height: 26px;
}
.xw-l .xwone .xmore{
	display: block;
	width: 160px;
	height: 43px;
	border: 1px #575757 solid;
	margin-top: 35px;
	text-align: center;
	line-height: 43px;
	color: #898989;
	font-size: 15px;
}
.xw-l .xwone:hover .xtitle{
	color: #0242b4;
	padding-left: 15px;
}
.xw-l .xwone:hover .xmore{
	background: #55d3d2;
	color: #fff;
	border: 0;
}
.xw-r{
	width: 1300px;
	margin: 0 auto;
	margin-top: 25px;
}
.xw-r ul li{
	width: 630px;
	height: 50px;
	border-bottom: 1px #e6e6e6 solid;
	float: left;
	margin-right: 35px;
	line-height: 50px;
}
.xw-r ul li:nth-child(2){
	margin-right: 0;
}
.xw-r ul li:nth-child(4){
	margin-right: 0;
}
.xw-r ul li h3{
	float: left;
	background: url(../images/smallyuan.png) left center no-repeat;
	padding-left: 23px;
}
.xw-r ul li h3 a{
	font-size: 15px;
	color: #000;
}
.xw-r ul li span{
	float: right;
	color: #878787;
	font-size: 14px;
	font-family: "Arial";
}
.xw-r ul li:hover h3 a{
	padding-left: 15px;
	color: #0242b4;
	font-weight: bold;
}

/*底部*/
.foot{
	width: 100%;
	height: 330px;
	background:#171717;
	border-bottom: 15px #0096e3 solid;
}
.dbtel{
  width: 100%;
  height: 125px;
  border-bottom: 1px #353535 solid;
}
.dbtel ul{
	width: 1300px;
	margin: 0 auto;
}
.dbtel ul li{
	width: 290px;
	float: left;
	background: url(../images/xian.jpg) right center no-repeat;
	padding-left: 35px;
	margin-top: 35px;
}
.dbtel ul li:nth-child(4){
	background: none;
}
.dbtel ul li span{
	font-size: 16px;
	color: #bbb;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 40px;
}
.dbtel ul li p{
	font-size: 15px;
	color: #8a8a8a;
	line-height: 45px;
}
.dbtel ul li b{
	color: #fff;
	font-family: "Arial";
	font-size: 28px;
	font-weight: normal;
}
.dbtel ul li:nth-child(1) span{
	background: url(../images/dba.jpg) left center no-repeat;
}
.dbtel ul li:nth-child(2) span{
	background: url(../images/dbb.jpg) left center no-repeat;
}
.dbtel ul li:nth-child(3) span{
	background: url(../images/dbc.jpg) left center no-repeat;
}
.dbtel ul li:nth-child(4) span{
	background: url(../images/dbd.jpg) left center no-repeat;
}
.banquan{
	width: 530px;
	margin-top: 50px;
}
.banquan p{
	color: #fff;
	font-size: 16px;
}
.banquan p a{
	color: #fff;
}
.banquan ul{
	margin-top: 30px;
}
.banquan ul b{
	color: #fff;
	font-size: 16px;
	float: left;
}
.banquan ul li{
	float: left;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.banquan ul li a{
	color: #8a8a8a;
}
.banquan ul li a:hover{
	text-decoration: underline;
}
.dblogo{
	margin-top: 23px;
}
.dbewm{
	margin-top: 30px;
}
.dbewm ul li{
	float: left;
	margin-left: 25px;
}


/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
	height:70px;
	font-size:14px;
	line-height:70px;
	color:#fff;
	background: #0096e3;
}

.breadcrumbs .dqdhMain {
	float:right;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
	color:#fff;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}

.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
	margin-top:15px;
	float:left;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	background-color:#fff;
	color:#000;
	font-size:15px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #b3b3b3;
border-right:1px solid #b3b3b3;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*左侧分类*/
.list_prol{
    float: left;
    width: 248px;
    border: 1px solid #e5e5e5;
    position: relative; 
}
.list_prol_tit{
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-weight: 800;
    color:#fff;
    background: #0096e3;
    margin: 10px;  
}
.list_prol ul li{
    border-bottom:1px solid  #e5e5e5;
    min-height: 50px; 
    line-height: 50px;
    border-top: 0;
    margin: 0 10px; 
    font-size: 15px;
    color: #333;
   
}
.list_prol ul li a{
    font-size: 14px;
    color: #333;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 0;  
}
.list_prol>ul>li>a{
    background: #0096e3;
    color: #fff;
    text-align: center;
    font-size: 16px; 
}
.list_prol>ul>li>a:hover{
    color: #fff;
    border-radius: 5px; 
	background: #58d0cf;
}
.list_prol ul li a:hover::after{
    color: #fff;
    margin-right: 15px; 
}
.page_contact li{
    padding-left:20px;
}


/*Â·Ã–Ã'Â³*/

.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;
	border-top:1px solid #f3f3f3;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	background: #e3fffe;
	border-radius: 50px;
	margin: 20px;
	padding: 8px 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;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.nyyc {
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-top: 30px;
}
.fenlei span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.fenlei ul {
	margin-top: 20px;
}
.fenlei ul li {
	height: 38px;
	line-height: 38px;
	background: #e7e7e7;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	width: 250px;
}
.fenlei ul li a {
	color: #333;
	display: block;
}
.fenlei ul li:hover {
	background:#ffa900;
	cursor: pointer;
}
.fenlei ul li:hover a {
	color: #fff;
}
.nylx {
	width: 245px;
	height: auto;
	background: #f2f2f2;
	padding-bottom: 30px;
	margin-top: 20px;
	padding: 20px 15px 20px 15px;
	margin-bottom: 50px;
}
.nylx span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.nylx p {
	color: #838383;
	font-size: 14px;
	line-height: 26px;
}
.main {
	width: 1300px;
	margin: 0 auto;
	border: 1px #e9e9e9 solid;
	margin-top: 40px;
	margin-bottom: 50px;
}
.main .main_right {
	width:100%;
	margin-bottom:50px;
}
.main .main_righta {
	width:1025px;
	margin-bottom:50px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.text span {
	font-size:15px;
	color:#666;
}
.text img {
	max-width:100%;
	margin-bottom: 20px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	background: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #8F8F8F;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.main .subtitle span {
	padding:0 30px;
}
.stime {
	background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
	background: url(../images/liulan.png) left center no-repeat;
}
.main .main_left {
	width:182px;
}
.main .main_left .titleL {
	height:80px;
	background:url(../images/bt_vt57.jpg) top right no-repeat;
	text-align:center;
	overflow:auto;
}
.main .main_left .titleL span {
	font-size:24px;
	color:#fff;
	font-weight:700;
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
}
.main .main_left .titleL2 {
	display: block;
	width:100%;
	margin-top:10px;
	overflow:hidden;
}
.main .main_left .titleL2 img {
	display:block;
	width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	;
	color:#305dc3;
	text-align:left;
	border-bottom:1px solid #305dc3;
	font-size:14px;
	position:relative;
}
.main .navLeft li a span {
	position:relative;
	z-index:5;
	padding-left:15px
}
.main .navLeft li a em {
	display:block;
	width:0;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	height:100%;
	background-color:#305dc3;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
	color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
	width:100%;
}
.product_top {
	padding: 10px;
}
.product_top .l_img {
	width:650px;
	height:455px;
	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 span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:510px;
}
.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:15px;
	color:#717171;
	line-height:30px;
}
.product_top .desc span {
	font-size:20px;
	font-weight:bold;
	color:#e40000;
}
.product_top .desc span b {
	font-size:30px;
}
.maina .main_righta {
	background: #fff;
	padding-bottom: 50px;
}
.h30 {
	height: 30px;
}
.newsTitle {
	height: 63px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
}
.newsTitle a {
	float: left;
	padding: 0 35px;
	cursor: pointer;
	margin-top: 2px;
}
.newsTitle .active {
	color: #3dc3e8;
	border-bottom: 2px solid #3dc3e8;
	position: relative;
	top: 1px;
	line-height: 58px;
}

.lybt {
	text-align:center;
	margin-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;
}
.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;
}

#faqbox {
	padding:50px 0 50px 280px;
}
#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:#0096e3;
}
.wizfrm:hover {
	background-color:#55d3d2;
}
/**/


.mainBox {
	width: 1300px;
	margin: 0 auto;
	background: #fff;
}
.main .proListal {
	width:100%;
}
.main .proListal {
	width:100%;
}
.main .proListal li {
	width:329px;
	float:left;
	margin:0 6px 15px 6px;
}
.main .proListal li .boxal {
	width:329px;
	height:270px;
	display:block;
	cursor:pointer;
	position:relative;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:329px;
	height:270px;
	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:310px;
	margin:auto;
	text-align:center;
	color:#000;
	font-size:15px;
}
.main .proListal li:hover .spanal {
	color:#0642a5;
	font-weight:bold;
	font-size:16px;
}
.main .proListal li .avatarb {
	position: relative;
}
.main .proListal li .avatarb {
	display: block;
	height: 270px;
	overflow: hidden;
	width:329px;
	border: 1px #f1f1f1 solid;
}
.main .proListal li .avatarb .spanImgal {
	height: 270px;
}
.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(0, 150, 227, 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;
}
/**/

.main .news_list {
}
.main .news_list li {
	border-bottom: 1px dashed #e4e4e4;
	padding:25px;
	background: url(../images/ico2.png) 20px center no-repeat;
}
.main .news_list li .lMore {
	width: 95px;
	height: 95px;
	background:#bababa;
	text-align: center;
	margin-top: 35px;
}
.main .news_list li .lMore .one {
	color: #fff;
	display: block;
	font-size: 23px;
	padding-top: 20px;
}
.main .news_list li .lMore .two {
	color: #fff;
	font-size: 15px;
}
.main .news_list li .title {
	width: 960px;
	margin-left: 30px;
	margin-top: 20px;
}
.main .news_list li .title a {
	font-size: 17px;
	color: #333;
	line-height: 35px;
}
.main .news_list li .title p {
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.main .news_list li:hover .lMore {
	background: #0096e3
}
.main .news_list li:hover .title a {
	padding-left: 13px;
	color: #0096e3
}
.main .news_list li .xwimg {
	width: 260px;
	height: 160px;
	overflow: hidden;
}
.main .news_list li:hover .xwimg img {
	transition: all 1.2s;
	transform: scale(1.2, 1.2);
}
.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display:block !important;
}
.box_left {
	float: left;
	width:260px;
}
.box_left .mode1 {
	width: 225px;
	margin-bottom: 20px;
}
.box_left .mode1 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode1 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode1 ul {
	overflow: hidden;
	padding-left: 0;
	margin-top: 24px;
}
.box_left .mode1 ul li {
	line-height: 40px;
	text-indent: 2em;
	margin: 10px 0;
}
.box_left .mode1 ul li a {
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
	background: #FF2D00;
	color: #ffba00;
}
.box_left .mode1 ul li a:hover {
	color: #fff;
}
.box_left .mode2 {
	width: 225px;
	overflow: hidden;
	margin-top: 50px;
}
.box_left .mode2 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode2 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode2 ul {
	margin: 0 0;
	padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dashed #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
	color:#ffba00;
}
.box_left .mode2 ul li:hover {
	border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
	margin: 50px 0;
}
.box_left .mode3 span {
	background: url(../images/left_con.png) no-repeat 0 0;
	display: block;
	;
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	text-indent: 1.5em;
	color:#FF2D00;
	font-weight: bold;
}
.box_left .mode3 .left_contact {
	line-height: 26px;
	background:#373737;
	color: #fff;
	padding:10px 15px;
	background-size: 100%
}
