@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:1400px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.baseDiva{ width:1400px; 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);
  }
}


/*导航 */ 
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.index_circle{
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
}
.vrb_1,.vrb_2,.vrb_3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vrb_1 {
    z-index: 1;
    animation: vrb1 20s linear infinite;
    width: 98px;
    height: 98px;
}
.vrb_2 {
    z-index: 2;
    animation: vrb2 20s linear infinite;
    width: 83px;
    height: 83px;
}
.vrb_3{
    width: 62px;
    height: 62px;
}
.h_con{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logo,.nav{
    float: left;
}
.nav{
    overflow: inherit;
}
.logo{
    margin-left: 6%;
}
.h_phone{
    float: right;
    margin-top: 35px;
    margin-right:6%;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 60px;
}
.h_phone em{
    font-size: 17px;
    color: #fff;
}
.h_phone span{
    color: #fff;
    font-size: 33px;
    font-family: "Arial";
    display: block;
    font-weight: bold;
}

.nav>li{
    float: left;
    text-align: center;
    line-height: 120px;
    width: 12.5%;
    margin-left: 1%;
    margin-right: 1%;
}

.nav>li.active{
    background: #005dbc;
}
.nav>li.active>a::after{
    opacity: 1;
}
.nav>li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.nav{
    margin-left: 5%;
    width: 45%;
}

/*er*/
.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 120px;
    left: 0;
    display: none;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
    border-radius: 3px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #024288;
    line-height: 30px;
    color: #fff;
}

@media screen and (max-width: 1750px) {
   .logo{margin-left: 3%;}
   .h_phone{margin-right: 3%}
}
@media screen and (max-width: 1550px) {
   .logo{margin-left: 1%;}
   .h_phone{margin-right: 1%}
   .nav {margin-left: 2%;}
}
@media screen and (max-width: 1300px){
	.h_phone{background: initial;padding-left: 0;}
}
/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 920px;
	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%;
	position: absolute;
	bottom: 120px;
	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: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	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: 920px;
	border:0;
}
 
 
.topbj {
	width: 1400px;
	height: 130px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -700px;
}
.topbj ul {
}
.topbj ul li {
	float: left;
	width: 440px;
	height: 130px;
	background:#006ebc;
	margin-right: 35px;
}
.topbj ul li:nth-child(3) {
margin-right: 0;
}

.topbj ul li img {
	display: block;
	float: right;
	margin-right: 25px;
	margin-top: 38px;
}
.topbj ul li p {
	width: 270px;
	float: left;
	margin-left: 30px;
	color: #fff;
	font-size: 15px;
	padding-top: 32px;
}
.topbj ul li p a {
	color: #fff;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.topbj 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)
}
.topbj ul li:hover p a{
	color:#f10000
}

/*推荐产品*/
.fenleibj{
	width: 100%;
	height: 620px;
	background:#f4f4f4 url(../images/fenlei.png) bottom center no-repeat;
}
.probt{
	text-align: center;
	background: url(../images/bta.png) center no-repeat;
	height: 80px;
	margin-bottom: 30px;

}
.probt a{
	color:#002222;
	font-size: 45px;
	display: block;
	padding-top: 20px;
}
.probt a span{
	color:#006ebc;
	font-weight: bold;
}
.probt a:hover{
	color:#e40000;
}

.fhxc {
}
.fhxc dl {
	overflow:hidden
}
.fhxc dl dt {
	width:750px;
	height:430px;
	overflow:hidden;
}
.fhxc dl dt img {
	width:750px;
	height:430px;
	overflow:hidden;
	margin-top:3px;
}
.fhxc dl dd {
	width:650px
}
.fhxc dl dd a {
	float:left;
	width:310px;
	height:135px;
	background:#fff;
	border:1px solid #dbdbdb;
	margin:0 10px 10px 0;
}
.fhxc dl dd a img {
	float: left;
	width:110px;
	height:110px;
	border-radius:50%;
	margin-top:10px;
	margin-left: 15px;
}
.fhxc dl dd a p {
	float: right;
	display:block;
    margin-top: 35px;
    margin-right: 20px;
}
.fhxc dl dd a p span{
    font-size: 18px;
    color: #222;
}
.fhxc dl dd a p em{
	display: block;
	font-size: 16px;
	color: #656565;
	margin-top: 5px;
}
.fhxc dl dd a:hover, .fhxc dl dd a._act4 {
	background:#006ebc;
	color:#fff
}
.fhxc dl dd a:hover span, .fhxc dl dd a._act4 span,.fhxc dl dd a._act4 em {
	color:#fff
}
/*产品展示*/
#pro-box1{
	width: 90%;
	overflow: hidden;
	margin:0 auto;
  }
  @media (max-width: 1366px) {
	#pro-box1{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	}
  }
  #pro-box1 li{
	  width: 24%;
	  height: 355px;
	  background: #fff;
	  margin: 15px 0.4% 40px 0.4%;
	  float: left;
	  list-style: none;
	  position: relative;
	  z-index: 0;
	  box-sizing: border-box;
	  
  }
  #pro-box1 li .Img div{
	  width: 100%;
	  height: 310px;
	  padding: 0;
	  margin: 0;
	  display: block;
  }
  #pro-box1 li .proti{
	background: #fff;
	z-index: 999;
  height: 80px;
  border-bottom: 1px #f0f0f0 solid;
  }
  
  
  #pro-box1 li .proti p{
	  display: block;
	  float: left;
	  width: 310px;
	  height: 80px;
	  margin-left: 10px;
	  color: #888;
	  font-size: 15px;
	  overflow: hidden;
	  margin-top: 15px;
  }
  #pro-box1 li .proti p a{display: block;font-size: 18px;color: #363636;line-height: 30px;}
  #pro-box1 li .proti .cpjt{
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
  }
  #pro-box1 li:hover .proti p a{color: #006ebc;font-weight: bold;padding-left: 13px;}
  
  
  #pro-box1 li .avatar{
	  position: relative;
  }
  #pro-box1 li .avatar{
	  display: block;
	  height: 310px;
	  overflow: hidden;
	  width:100%;
	  border: 1px #f2f2f2 solid;
  }
  #pro-box1 li .avatar .myClass{
	  height: 310px;
  }
  .avatar:after {
	  bottom: 0;
	  left: 5px;
	  position: absolute;
	  z-index: 10;
  }
  .avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	  box-shadow: 0 0 10px gray;
  }
  .avatar:hover .myClass, .zhuti .avatar:hover .myClass, .bbsinner .avatar:hover .myClass {
	  transform: scale(1.3);
	  transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
  }
  
/*公司简介*/
.about_bj{
	height: 600px;
	width: 100%;
	background: url(../images/gsbj.jpg) top center no-repeat;
	margin-top: 50px;
}
.neirong{
	width: 750px;
	height: 470px;
	box-shadow: 0 5px 5px #ccc;
	float: right;
	position: relative;
	background: #FFF;
	text-align: left;
	padding: 0 30px 0 290px;
	margin-top: 100px;
}
.neirong h3{
	color: #006ebc;
	font-size: 35px;
	font-weight: bold;
	display: block;
	margin-top: 50px;
}
.neirong span{
	font-size: 15px;
	color: #616161;
	font-family: "Times New Roman";
	text-transform: uppercase;
	line-height: 50px;
}
.neirong p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.ablb{margin-top: 30px;}
.ablb ul li{float: left;width: 198px;height: 60px;background: url(../images/juxing.png) left center no-repeat;margin-right: 10px;line-height: 60px;}
.ablb ul li img{padding-left: 35px;}
.ablb ul li a{color: #fff;font-size: 16px;padding-left: 10px;}
.ablb ul li:hover{background: url(../images/juxinga.png) left center no-repeat;}
.ablb ul li:hover a{font-size: 18px;}
.abtu{
	width: 590px;
	height: 410px;
	position: absolute;
	margin-top: 128px;
	overflow: hidden;
	float: left;
	background: url(../images/abtu.jpg) #ffffff no-repeat 0 center;
	z-index: 9
}


/*hot*/
.anlbt{
	background: url(../images/btb.png) center no-repeat;
}
.hot{
    background: url(../images/albj.jpg) center bottom no-repeat;
    height: 760px;
}
.albox {
    position: relative;
    width: 100%;
    min-width: 1400px;
    margin-top: 30px;
}

#focus_Box {
    position: relative;
    width: 1400px;
    height: 530px;
    margin: 0 auto;
}

#focus_Box ul {
    position: relative;
    width: 1400px;
    height: 530px;
    overflow: initial;
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    cursor: pointer;
	left: 377px;
	box-shadow: 0 3px 5px #d2d2d2;
	border:10px #fff solid;
	overflow: hidden;
}

#focus_Box li img {
    width: 100%;
    min-height: 450px;

	
}
#focus_Box li p{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 45px;
	background: rgba(0,0,0,.6);
	width: 100%;
	text-align: center;
	line-height: 45px;
	opacity: 0;
}
#focus_Box li p a{
	color:#fff;
}
#focus_Box li:hover p{
	opacity: 1;
}
/*数字*/
.ys_box{
    height: 270px;
    width: 100%;
    position: relative;
    background: url(../images/szbj.png) center no-repeat;
    margin-top: -75px;
}
.ys_box ul{
    width: 1400px;
    margin: 0 auto;
}

.ys_box ul li{
    float: left;
    width: 350px;
    height: 200px;
    background: url(../images/xian.png) right center no-repeat;
    text-align: center;
    margin-top: 45px;
}
.ys_box ul li+li+li+li{
    background:initial;
}
.ys_box .div1{
    position: relative;
    margin-top: 25px;
}
.ys_box .div1 .span1{
    font-size: 65px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
    width: 55px;
    height: 25px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(230,75,36), rgba(222,12,6)); 
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #fff;
}



/*新闻*/
.newlb{
	width: 90%;
	margin: 0 auto;
}
.newlb ul li{
	float: left;
	width: 24%;
	height: 350px;
	border:1px #f0f0f0 solid;
	box-sizing: border-box;
	margin: 5px;
}
.newlb ul li .nimg{
	width: 90%;
	height: 200px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	
}
.newlb ul li .nimg img{
	width: 100%;
	height: 100%;
	
}
.newlb ul li .nimg em{
	display: block;
	width: 30%;
	height: 35px;
	background: #006ebc;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}
.newlb ul li h3{
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5px;
}
.newlb ul li h3 a{
	color:#333;
	font-size: 16px;
	line-height: 50px;
}
.newlb ul li p{
	color: #787878;
	font-size: 14px;
	width: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.newlb ul li span{
	display: block;
	width: 85%;
	margin: 0 auto;
	background: url(../images/shijian.jpg) left center no-repeat;
	padding-left: 25px;
	font-size: 15px;
	color: #888;
	margin-top: 5%;
}
.newlb ul li:hover{
	border:1px #006ebc solid;
}
.newlb ul li:hover .nimg em{
	background:#e80000;
}
.newlb ul li:hover .nimg img{
	transition: all 1.2s;
    transform:scale(1.2, 1.2);
}
.newlb ul li:hover h3 a{
	color:#006ebc;
	padding-left: 13px;
	font-weight: bold;
}


/*底部*/
.footer {
	height:360px;
	background:url(../images/footbj.jpg) center no-repeat;
	width: 100%;
}
.foot{
	height: 117px;
	border-bottom: 1px #454241 solid;
}

.foot_l{
	width: 100%;
}
.dbtel{
  margin-top: 40px;
}
.dbtel ul li{
	float: left;
	margin-left: 120px;
}
.dbtel ul li img{
	float: left;
	margin-top:5px;
}
.dbtel ul li p{
	float: left;
	color:#fff;
	font-size: 16px;
	margin-left: 20px;
}
.dbtel ul li p span{
	font-size: 23px;
	font-family: "Arial";
	display: block;
}
.dbtel ul li p em{
	font-size: 15px;
	display: block;
	line-height: 25px;
}
.dbewm{
	width: 800px;
	margin-top: 35px;
}
.dbewm img{
	float: left;
	margin-right: 25px;
}
.dbewm .dbmore{
	float: right;
	width: 410px;
	color:#fff;
}

.dbmore span{
	color:#fff;
	font-size: 18px;
}
.dbmore em{
	display: block;
	width: 45px;
	height: 3px;
	background: #006ebc;
	margin-top: 20px;
	margin-bottom: 25px;
}
.dbmore p{
	font-size: 16px;
}
.dbmore a{
	display: block;
	width: 160px;
	height: 40px;
	background:#e40000;
	border-radius: 50px;
	margin-top:20px;
	line-height: 40px;
	text-align: center;
	color:#fff;
}
.dbmore a:hover{
	background:#006ebc;
}
.dbfenlei{
	width: 500px;
	margin-top: 30px;
}
.dbfenlei span{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.dbfenlei span em{
	font-size: 18px;
	color: #bababa;
}
.dbfenlei ul{
	margin-top: 15px;
}
.dbfenlei ul li{
	float: left;
	width: 160px;
	line-height: 40px;
}
.dbfenlei ul li a{
	font-size: 16px;
	color: #e3e3e3;
}
.dbfenlei ul li:hover a{
	text-decoration: underline;
}
.copy{
	height: 55px;
	line-height: 55px;
	background: #006ebc;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.copy a{
	color: #fff;
}
/*内页左侧分类*/
.left_class {
	width:270px;
	margin-top: 45px;
	background:#006ebc;
}
.left_class .classT {
	background:#0063a9 url(../images/profl.png) 40px center no-repeat;
	position: relative;
	z-index: 10;
	padding-left: 100px;
	height: 110px;
}
.left_class .classT .div1 {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	padding-top:18px;
}
.left_class .classT .div2 {
	color:#fff;
	font-size: 23px;
	letter-spacing: 2;
	line-height: 28px;
}
.left_class .subNav {
	width: 240px;
	margin:0 auto;
	height: 45px;
	background:#fff url(../images/jiantou.jpg) 195px center no-repeat;
	line-height:45px;
	text-align: left;
	margin-top: 20px;
}
.left_class .subNav a {
	font-size: 17px;
	color: #000;
	display:inline-block;
	padding-left:30px;
}
.left_class .subNav:hover a{
	color:#006ebc;
	font-weight: bold;
	padding-left: 40px;
}

.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;
}
.left_class .navContent li a {
	font-size: 15px;
	color: #fff;
	padding-left: 65px;
	display: block;
}
.left_class .navContent li:hover a {
	font-weight: bold;
}
.left_class .lxwm {
    width: 195px;
    height: 100px;
    background: #e40000 url(../images/tela.png) 20px 40px no-repeat;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    padding-left: 75px;
    padding-top: 30px;
}
.left_class .lxwm p{
	font-size: 23px;
	font-family: "Arial";
	font-weight: bold;
}

/*当前导航*/
.breadcrumbs {
	height:70px;
	font-size:14px;
	line-height:70px;
	color:#b0b0b0;
	margin-bottom:30px;
}
.breadcrumbs .dh_box {
}
.breadcrumbs .sortName {
	color:#388c19;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	float:right;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #666;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#b7b7b7;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#666;
	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:rgb(48,93,195);
	color:#fff;
	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 #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.breadcrumbs .dqdh_class li a:hover, .breadcrumbs .dqdh_class li.active a {
	background-color:#006ebc;
}
.breadcrumbs .b1 {
	height:7px;
	background:url(../images/xgray_line06.png) repeat;
}
.breadcrumbs .b2 {
	height:1px;
	border-top:1px solid #8a8a8a;
	border-bottom:1px solid #8a8a8a;
	margin-top:3px;
}
.nybt {
	text-align: center;
}
.nybt h1 {
	display: block;
	font-weight: bold;
	font-size: 30px;
	background: url(../images/line1.jpg) bottom center no-repeat;
	height: 60px;
	line-height: 55px;
}
.nybt p {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}
/*内页导航*/

.biaoti {
	background: url(../images/zcbt.png) top center no-repeat;
	height: 85px;
	width: 270px;
	text-align: center;
}
.biaoti a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 45px;
}
.biaoti span {
	color: #fff;
	font-size: 18px;
}
.cpfl {
	width: 260px;
	background: #fff;
	height: auto;
	padding-bottom: 30px;
}
.cpfl ul {
	width: 230px;
	margin: 0 auto;
}
.cpfl ul li {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px #9b9b9b dotted;
	background: url(../images/jiantou.png) 30px center no-repeat;
}
.cpfl ul li a {
	font-size: 15px;
	color: #000;
	padding-left: 65px;
	display: block;
}
.cpfl ul li:hover a {
	color: #dc0000;
	font-weight: bold;
	padding-left: 75px;
}
.sytel {
	width: 260px;
	height: 190px;
	background: #3063b5 url(../images/teltu.png) left bottom no-repeat;
	margin-top: 15px;
}
.sytel p {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-top: 40px;
	margin-left: 95px;
}
.sytel p span {
	font-size: 23px;
	font-family: "Impact";
	display: block;
}
.sytel a {
	display: block;
	width: 130px;
	height: 35px;
	background: #ffba00;
	line-height: 35px;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
	margin-left: 115px;
}
.sytel a:hover {
	background: #ff8400;
	color: #fff;
}
.nytel {
	background: #fff;
	width: 260px;
	height: auto;
	margin-top: 20px;
}
.nytel span {
	display: block;
	height: 60px;
	background: #3063b5;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 23px;
}
.nytel span b {
	font-weight: normal;
	font-size: 17px;
}
.nytel p {
	padding: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.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;
}
.nyfl {
}
.nyfl ul li {
	width: 160px;
	height: 45px;
	background: #1964d2;
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	border-radius: 25px;
	text-align: center;
	line-height: 45px;
}
.nyfl ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
}
.nyfl ul li:hover {
	background: #d90000;
	font-weight: bold;
}
/*内页关于我们*/
.about_box {
	width: 1400px;
	background: #fff;
	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;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.main {
	background-color:#f0f0f0;
	padding-bottom: 60px;
}
.main .main_right {
	width:980px;
	background: #fff;
}
.main .main_righta {
	width:100%;
	background: #fff;
}
.main .main_rightc {
	width:1110px;
	background: #fff;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.text span {
	font-size:15px;
	color:#666;
}
.text p img{width: 600px}
.texta {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-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;
	border-bottom: 1px #aeaeae dotted;
}
.main .subtitle span {
	padding:0 10px;
}
.mainBox {
	margin-top: 30px;
}
#faqbox {
	padding:90px 0 50px 0;
	background-color:#fff;
	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:1120px;
}
.main .proListal li {
	width:363px;
	float:left;
	background: #fff;
	height: 280px;
	margin-bottom: 10px;
	margin-left: 10px;
	position:relative;
}
.main .proListal li .boxal {
	width:363px;
	height:280px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:363px;
	height:280px;
	margin: 0 auto;
	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:45px;
	line-height:45px;
	width:363px;
	text-align: center;
	margin:auto;
	font-size:16px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
.main .proListal li .spanal a {
	color:#fff;
}
.main .proListal li .spanal p {
	display: none;
}
.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
	height: 100px;
	background-color: rgba(0, 110, 188, 0.8);
}
.main .proListal li:hover .spanal p {
	display: block;
	color: #fff;
	font-size: 18px;
}
.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 280px;
	overflow: hidden;
	width:363px;
}
.proListal li .avatar .spanImgal {
	height: 260px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar: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 {
	width: 1400px;
	margin: 0 auto;
}
.main .news_list li {
	background: #fff;
	height: 165px;
	border-radius: 10px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.main .news_list li .img {
	border: 1px #f0f0f0 solid;
}
.main .news_list li .lMore {
    width: 1080px;
    padding-left: 30px;
    padding-top: 20px;
    margin-right: 20px;
}
.main .news_list li .lMore .title {
	font-size: 17px;
	color: #393939;
	line-height: 36px;
	margin-bottom:15px;
}
.main .news_list li .lMore span {
	font-size:14px;
	color:#999;
	display: block;
	margin-top: 15px;
}
.main .news_list li .lMore p {
	font-size:14px;
	color:#999;
	line-height:26px;
}
.main .news_list li .lMore .more2 {
	width: 88px;
	height: 30px;
	line-height: 30px;
	color: #999999;
	border: 1px solid rgba(0, 0, 0, .1);
	bottom: 30px;
	display:block;
	font-size:13px;
	text-align:center;
	float:right;
	margin-top:30px;
}
.main .news_list li:hover .title {
	color:#006ebc;
	padding-left:35px;
	font-weight:bold;
}
.main .news_list li:hover p {
	padding-left:15px;
}
.main .news_list li:hover .more2 {
	background:#0160b1;
	border-color: #0160b1;
	color:#fff;
}
.main .news_list li:hover {
	-webkit-transform: perspective(1000px) translate3d(0, 0, 20px);
	transform: perspective(1000px) translate3d(0, 0, 20px);
	box-shadow: 1px 3px 43px rgba(116, 116, 116, 0.65);
}
.main .news_list li .newimg {
	width: 230px;
	height: 145px;
	margin-top: 20px;
	margin-left: 30px;
}
.main .news_list li .newimg .myClassa {
	width: 230px;
	height: 145px;
	border-radius: 10px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}

/*详情页*/

.product_dqdh {
	background-color:#f4f4f4;
}
.product_top {
}
.product_top .l_img {
	width:100%;
	height:auto;
	text-align:center;
	display:table;
	margin-top: 50px;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
	background-size:cover !important;
}
.product_top .r_box {
	width:850px;
	margin: 0 auto;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:30px 0 8px 0;
	text-align: center;
}
.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;
	border-bottom: none;
	height: inherit;
	width: 350px;
	margin: 0 auto;
}
.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;
	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:50px;
	color:#cb0000;
	font-size:18px;
	border-bottom:1px solid #cb0000;
	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 {
}
.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;
}
.page_contact{
    position: relative;
    width:680px;
    margin-top: 30px;
}
.page_contact h3{
    text-align: left;
    font-size: 35px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #006ebc;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}
.con_txt p{
  font-size:17px;
  line-height:38px;
}
.map{
    width: 660px;
    margin-top: 8px;
    margin-bottom: 50px;
}