@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/dtel.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%;
    margin-left: 1%;
    margin-right: 1%;
}

.nav>li.active{
    background: #0556d1;
}
.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: #0556d1;
    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: 930px;
	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: 930px;
	border:0;
}

/*数字*/
.ys_box{
    height: 155px;
    width: 1400px;
    position: absolute;
    background:#1b74e5;
    left: 50%;
    margin-left: -700px;
    bottom: 0;
    border-radius: 0 40px;
}
.ys_box ul li{
    float: left;
    width: 350px;
    height: 155px;
    background: url(../images/xian.png) right center no-repeat;
    text-align: center;
}
.ys_box ul li+li+li+li{
    background:initial;
}
.ys_box .div1{
    position: relative;
    margin-top: 5px;
}
.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: 5px;
    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;
}

/*产品分类*/
.navbj{
    width: 100%;
    background: url(../images/cpfl.jpg)center no-repeat;
    height: 380px;
}
.flbt{
    text-align: center;
    padding-top: 35px;
}
.flbt a{
    color: #222;
    font-size: 45px;
    font-weight: bold;
}
.flbt a span{
    color: #165dca;
}
.flbt p{
    font-size: 15px;
    color: #797979;
    line-height: 35px;
}
.flbt a:hover span{
    color: #eb0000;
}
.pro_list{
    width: 1400px;
    margin: 0 auto;
    height: 230px;
    overflow: hidden;
}
.pro_list ul {
    position: relative;
}
.pro_list ul li{
    float: left;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    border: 8px #fff solid;
    box-shadow: 0 2px 13px #e2e2e2;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.pro_list ul li img{
    width: 185px;
    height: 185px;
    border-radius: 50%;   
}
.pro_list ul li span{
    display: block;
    width: 185px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.pro_list ul li:hover{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)}
.pro_list ul li:hover span{
    height: 110px;
    font-size: 15px;
    line-height: 26px;
    padding-top: 50px;
}
/*产品*/
.pro_litpic {
    width: 90%;
    margin: 0 auto;
    height: 730px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.pro_a{
    overflow: hidden;
}
.pro_b{
    overflow: hidden;
}
.pro_go ul li {
    width: 24%;
    height: 325px;
    margin: 8px 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.pro_go ul li .pro_img{
    width: 100%;
    height: 325px;
    display: block;
}
.pro_go ul li:hover img{
    transform: scale(1.1);
}
.pro_go ul li .pro_img span{
    display: block;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, .6);
    bottom:0;
    position: absolute;
    line-height: 55px;
    color: #fff;
    font-size: 17px;
    text-align: center;
}
.pro_go ul li:hover .pro_img span{
    display: none;
}

.pro_go ul li .pro_bt{
    display: none;
}
.pro_go ul li:hover .pro_bt{
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(27, 116, 229, .7);
    width: 100%;
    height:100%;
    text-align: center;
}
.pro_go ul li:hover .pro_bt h3{
    width: 320px;
    height: 60px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0 auto;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
    margin-top: 110px
}
.pro_go ul li:hover .pro_bt em{
    font-size: 33px;
    font-family: "Arial";
    color: #fff;
    line-height: 80px;
}


/*简介*/
.abbj{
	width: 100%;
	height:760px;
	background: url(../images/abbj.png) center top no-repeat;
	margin-top: 50px;
	position: relative;
	z-index: 99
}

.about{
    width: 600px;
    margin-left:45px;
    padding-top: 75px;
}
.about i{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1;
    font-style: normal;
}
.about span{
    font-size: 21px;
    font-family: "Arial";
    color: #fff;
}

.about p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 30px;
}
.about ul{
    margin-top: 35px;
}
.about ul li{
    float: left;
    font-size: 16px;
    color: #fff;
    width: 140px;
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.about ul li em{
	display: block;
	margin-top: 5px;
}
.about ul li:hover img{
	transform: rotateY(360deg);
	transition: all 0.6s;
}
.abtel{
	font-size: 35px;
	font-family: "Arial";
	color: #fff;
	background: url(../images/abtel.png) left center no-repeat;
	padding-left: 60px;
	margin-top: 79px;
    margin-left: 160px;
}
/*csae*/
.casebj{
	width: 100%;
	height: 760px;
	background: url(../images/albj.jpg) center bottom no-repeat;
}
.albt{
	text-align: center;
	padding-top: 35px;
}
.albt a{
	font-size: 45px;
	color: #165dca;
	font-weight: bold;
}
.albt p{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.albt a:hover{
	color: #3287f2;
}
.commend-pro {
	position: relative;
	width: 530px;
	height:550px;
	overflow: hidden;
	margin-top: 35px;
}
  
  .commend-pro .pro-content ul li {
  	overflow: hidden;
  	width: 530px;
  	height: 550px;
  	position: relative; 
}
  
  .commend-pro .pro-content ul li a img {
  	width: 530px;
  	height:550px; 
}
  
  .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: 87px;
	  width: 260px;
	  display: block;
	  position: absolute;
	  bottom: 40px;
	  right: -230px;
	  background:url(../images/pro_des.png) right 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: 15px;
	 margin-left: 20px;
} 
.commend-pro .pro-content ul li a .transition em::before{
	content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/dian.png) left center no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
	padding-left: 8px;

}
.commend-pro .pro-content ul li a .transition i{
	font-family: "Arial";
	font-size: 21px;
	color: #fff;
	font-style: normal;
	display: block;
	margin-left: 20px;
} 

  .commend-pro .pro-content ul li a:hover .transition{
	  opacity: 1;
	  right: 0;
  }
  

  
  .commend-pro .pro-content ul li .avatar img {
	  display: block;
	  height: 550px;
	  overflow: hidden;
	  width:530px;
	  position: relative;
  }
  .commend-pro .pro-content ul li .avatar img{
	  height: 550px;
  }
  .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:860px; 
	  overflow:hidden;
	  float:right; 
	  height: 550px;
	  margin-top: 35px;
	}
 
  #indemo {
	  width:9000px; 
	  float:left
  }
  
  #demo1 {
	  float:left;
	  width:2520px;
  }
  
  #demo2 {
	  float:left;
	  width:1300px;
  }
  
  .showcar li{
  	width:420px; 
  	height:270px; 
  	float:left; 
  	margin-right:10px;
  	overflow:hidden; 
  	position:relative;
  	margin-bottom:10px;
 }
  
  .showcar li img{
  	width:420px; 
  	height:270px;
 }
  
  .showcar li p{
	height: 87px;
	width: 260px;
	display: block;
	position: absolute;
	bottom: 40px;
	right: -230px;
	background:url(../images/pro_des.png) right no-repeat;
	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;
   } 
   .showcar li p a em::before{
	   content: '';
	   display: inline-block;
	   width: 11px;
	   height: 11px;
	   background: url(../images/dian.png) left center no-repeat;
	   vertical-align: middle;
	   margin-bottom: 3px;
	   padding-left: 8px;
   
   }
   .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: 270px;
	  overflow: hidden;
	  width: 420px;
	  position: relative;
  }
  .showcar li .avatara img{
	  height: 270px;
  }
  .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;
  }

/*新闻*/
.xwlb{
    width: 1400px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 50px;
}
.xwlb ul li{
    width: 450px;
    height: 390px;
    margin-right: 25px;
    float: left;
    position: relative;
}
.xwlb ul li:nth-child(3){
	margin-right: 0;
}
.xwlb ul li .img{
    width: 450px;
    height: 260px;
    background: #f00;
}
.xwlb ul li .xwcon{
    margin-top: 10px;
}
.xwlb ul li .xwcon .xwtitle{
    font-size: 16px;
    color: #333;
    line-height:50px;
    font-weight: bold;
}
.xwlb ul li .xwcon p{
    font-size: 14px;
    color: #888;
    line-height: 25px;
    display: block;
    height: 50px;
    overflow: hidden;
    margin-bottom: 8px;
}
.xwlb ul li .xwcon .xwmore{
    color: #555;
    font-size: 14px;
    font-weight: bold;
}
.xwlb ul li:hover .xwcon .xwtitle{
    color: #237ae6;
    padding-left: 13px;
}
.xwlb ul li .xwcon .xwmore:hover{
    text-decoration: underline;
}
.riqi{display: none;}
.xwlb ul li:hover .riqi{
    width: 100px;
    height: 100px;
    background: rgba(27, 116, 229, 0.75);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: block;
}
.xwlb ul li:hover .riqi span{
    display: block;
    font-size: 30px;
    margin-top: 13px;
}

/*流程*/
.fangan{
  height: 400px;
  background: url(../images/fangan.jpg) center no-repeat;
  width: 100%; 
}
.fangan ul{
    width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
}
.fangan ul li{
	width: 190px;
	height: 190px;
	float: left;
	background: url(../images/yuan.png) center no-repeat;
	margin-right: 45px;
	text-align: center;
}
.fangan ul li:last-child{
	margin-right: 0;
}
.fangan ul li img{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.fangan ul li span{
	font-size: 18px;
	color: #222;
	line-height: 50px;
}
.fangan ul li:hover{
	transform: rotateY(360deg);
    transition: all 0.6s;
}
/*底部*/
.foot{
    width: 100%;
    height: 350px;
    background:url(../images/footbj.png) center no-repeat;
    margin-top: -140px;
}
.dblogo{
    width: 300px;
    padding-top: 70px;
}
.dblogo img{
    display: block;
    margin: 0 auto;
}
.dblogo span{
    display: block;
    background: url(../images/tel.png) left center no-repeat;
    color: #fff;
    font-size: 32px;
    font-family: "Arial";
    padding-left: 60px;
    margin-left: 10px;
}
.link{
    width: 400px;
    margin-left: 60px;
    padding-top: 100px;
}
.link span{
    color: #fff;
    font-size: 20px;
}
.link em{
    display: block;
    width: 30px;
    height: 3px;
    background: #7f7f7f;
    margin-top: 13px;
    margin-bottom: 12px;
}
.link ul li{
    float: left;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    padding-right:25px;

}
.link ul li a{
    color:#dfdfdf;
    font-size: 15px;

}
.link ul li a:hover{
    text-decoration: underline;
}
.dbtel{
    margin-left: 40px;
    font-size: 16px;
    color: #dfdfdf;
    line-height: 33px;
    padding-top: 140px;
}
.dbewm{
    padding-top: 135px;
}
.copy{
    width: 1400px;
    margin: 0 auto;
    border-top: 1px #505050 solid;
    margin-top: 20px;
    text-align: center;
    color: #dfdfdf;
    font-size: 15px;
    line-height: 50px;
}
.copy a{
    color: #dfdfdf;
}



/*内页左侧分类*/
.left_class {
	width:270px;
	margin-top: 45px;
	background:#1b74e5;
}
.left_class .classT {
	background:#165dca 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:#eb0000;
	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:#1b74e5;
}
.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:1110px;
	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:#1b74e5;
	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;
}