@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;}
.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: 123px;
    background: url(../images/navbj.jpg) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.left-logo{
    height: 123px;
    width: auto;
    position: relative;
    padding-left: 7%;
}

.navb {
    height: 105px;
    width: 45%;
    margin-left: 5%;
}
.navb .active {
    position: relative;
    float: left;
    width: 12.5%;
    display: inline;
    text-align: center;
    padding-top: 38px;
    height: 85px;
}

.navb .on{
    background: #0780f0;
} 

.navb .on>a{
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
}
.navb .on a span{
    color: #fff;
}

.navb a h3{
    zoom: 1;
    display: block;
    color: #fff;
    text-align: center;
}
.navb a h3:hover {
    transition-duration: .3s;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.navb a span{
    font-size: 14px;
    color: #76a4e1;
    line-height: 30px;
    text-transform: uppercase;
}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top:123px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -180px !important;
    width: 680px;
}
.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;
    -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;
}
.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;
}
.right-tel{
    font-family: "Arial";
    font-size: 30px;
    background: url(../images/tel.png) left center no-repeat;
    color: #fff;
    height: 123px;
    line-height: 125px;
    margin-right: 6%;
    padding-left: 65px;
}
@media screen and (max-width:1910px){
    .left-logo{padding-left: 3%;}
    .right-tel{margin-right: 3%;}
}
@media screen and (max-width:1750px){
    .navb{margin-left: 3%;}
    .navb .active{width: 12.5%;}
}
@media screen and (max-width:1650px){
  .left-logo{background: #fff;}
  .left-logo img{width:90%}
}
@media screen and (max-width:1600px){
  .left-logo img{width:80%;margin-top:15px}
  .navb{margin-left: 1%;}
}
@media screen and (max-width:1410px){
    .right-tel{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%;
	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: 930px;
	border:0;
}

/*产品*/
.probj{
   width: 100%;
   background: url(../images/probj.jpg) top center no-repeat;
}
.hotbt{
  padding-top: 25px;
}
.hotbt img{
 display: block;
 margin: 0 auto;
}
.hotbt img:hover{
  animation: ball .6s infinite alternate;
}
.sort{
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.sort ul li{
  float: left;
  padding: 0 10px;
  margin-bottom: 18px;
}
.sort ul li a{
  color: #000;
  font-size: 18px;
}
.sort ul li em{
  padding-left: 20px;
}
.sort ul li:hover a{
  font-weight: bold;
}

.ggbj{
  width: 1400px;
  height: 180px;
  margin: 0 auto;
  background: url(../images/ggbj.png) center no-repeat;
  margin-top: 20px;
}
.ggfl{
    margin-top: 38px;
    margin-left: 55px;
}
.ggfl b{
  color: #fff;
  font-size: 40px;
}
.ggfl span{
  font-size: 38px;
  color: #fff;
  padding-left: 40px;
}
.ggfl p{
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.ggfr{
  width: 300px;
  margin-right: 50px;
  padding-top: 40px;
}
.ggfr span{
  font-size: 22px;
  color: #fff;
  background: url(../images/tela.png) 10px center no-repeat;
  padding-left: 50px;
}
.ggfr p{
  display: block;
  width: 280px;
  height: 50px;
  background: #e61201;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-family: "Arial";
  font-size: 32px;
  margin-top: 13px;
}




/*pro*/
.pro_show{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: 830px;
    margin-top: 30px
}
.pro_go ul{
    overflow: hidden;
}
.pro_go ul li{
    width: 24.2%;
    margin: 8px 0.4%;
    float: left;
    background: #edf1f4;
    position: relative;
}
.cpimg{
    width: 95%;
    height: 320px;
    margin: 0 auto;
    margin-top: 10px;   
}
.cpimg span{
    display: block;
    width: 100%;
    height: 320px;
    background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;   
}

.pro_go ul li .p1{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    transition: all 0.6s;
}
.pro_go ul li .p1 .sytitle{
    color: #000;
    float: left;
    padding-left: 18px;
    font-size: 17px;
}
.pro_go ul li .p1 .tumore{
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 25px;
    color: #000;

}
.pro_go ul li:hover{
    background: #2069e0;
}
.pro_go ul li:hover .sytitle{
    color: #fff;
}
.pro_go ul li:hover .tumore{
    color: #fff;
    border: 1px #fff solid;
}
.pro_go ul li .p2{
    display: block;
    width: 95%;
    height: 320px;
    background: rgba(0,0,0,.65);
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -47.5%;
    display: none;
}
.pro_go ul li .p2 .smore{
    display: block;
    height: 45px;
    background: url(../images/sou.png) center no-repeat;
    margin-top: 75px;
}
.pro_go ul li .p2 .cptel{
    font-size: 33px;
    color: #fff;
    font-family: "Arial";
    margin-top: 25px;
    border-top:1px #afaead solid;
    border-bottom:1px #afaead solid;
    padding: 13px 20px;
    display: inline-block;
}
.pro_go ul li:hover .p2{
    display: block;
}


/*简介*/
.adv_con{
    width: 100%;
    height: 840px;
    background: url(../images/about.jpg) center no-repeat;
    margin-top: 50px;
    overflow: hidden;
}
.youshi{
    height: 210px;
    overflow: visible;
}
.youshi ul li{
    float: left;
    width: 345px;
    height: 210px;
    position: relative;
}
.youshi ul li::after{
    content: '';
    position: absolute;
    width: 1px;
    height:120px;
    background: #a9c4ea;
    right: 0;
    top: 25px;
}
.youshi ul li:nth-child(4){
   width: 360px;
}
.youshi ul li:nth-child(4)::after{
    display: none;
}
.youshi ul li img{
    float: left;
    margin-left: 25px;
    margin-top: 55px;
}
.youshi ul li p{
    float: left;
    margin-left: 25px;
    color: #fff;
    font-size: 30px;
    margin-top: 50px;
}
.youshi ul li p em{
    font-size: 20px;
    font-family: "Arial";
    text-transform: uppercase;
    display: block;
}
.youshi ul li.active{
    width: 345px;
    height: 210px;
    background: url(../images/ysbj.png) top center no-repeat;
    cursor: pointer;
}
.youshi ul li.active:nth-child(4){
   width: 360px;
}
.youshi ul li.active img{
    transition: all 0.5s;
    transform: rotate(360deg);
}
.about{
    margin-top:88px;
}
.abfl{
    width: 653px;
    height: 469px;
    margin-top: 15px;
    margin-left: 15px;
}
.abfr{
    width: 680px;
    margin-right: 20px;
}
.neirong{
    margin-top: 40px;
}
.abbt span{
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background: #016fd5;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-family: "Arial";
}
.abbt p{
    display: block;
    height: 70px;
    padding-left: 23px;
    float: left;
    border-bottom: 1px #e2e2e2 dashed;
}
.abbt p a{
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.abbt p a:hover{
    color: #016fd5
}
.abbt p em{
    display: block;
    font-size: 15px;
    font-family: "Arial";
    color: #a9a9a9;
    text-transform: uppercase;
    line-height: 30px;
}
.neirong .wenzi{
    font-size: 16px;
    color: #222;
    line-height: 31px;
    margin-top: 35px;
}

/*数字*/
.ys_box{
    position: relative;
    width: 100%;
}
.ys_box ul{}

.ys_box ul li{
    float: left;
    width: 226px;
    text-align: center;
    margin-top: 10px;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #333;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
    width: 35px;
    height: 35px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 0;
    background:#f10000; 
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #666;
}
/*资质*/
.zizhibj{
    width: 100%;
    height: 650px;
    background: url(../images/zzbj.jpg) left center no-repeat;
}
.zizhi_con{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.zizhi_go{
    width: 9999px;
}
.zizhi_go ul{
    float: left;
    height: 380px;
}
.zizhi_go ul li{
    float: left;
    width: 270px;
    height: 370px;
    background: url(../images/kuang.png) center no-repeat;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    margin-right: 15px;
    position: relative;
}
.zizhi_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.zizhi_go ul li span{
    width: 230px;
    height: 330px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.zizhi_go ul li span img {
    width: 100%;
    height: auto;
    min-height: 386px;
    transition: all 0.6s;
}
.zizhi_go ul li:hover img{
    transform: scale(1.1);
}
/*工厂*/
.pro_con{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.zzpro_list{
    width: 100%;
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.zzpro_list li{
    float: left;
    width: 175px;
    height: 43px;
    background: #0c6eb9;
    border-radius: 50px;
    text-align: center;
    position: relative;
    line-height: 43px;
    margin-left: 10px;
    margin-right: 10px;
}
.zzpro_list li a{
    display: block;
    color: #fff
}

.zzpro_list li.active{
    background:#f10000;
    border: transparent;
    cursor: pointer; 
}

.zzpro_list li.active a{
    color: #fff
}

.pro_des{
    width: 1400px;
    height:350px;
    overflow: hidden;
    position: relative;
    z-index: 111;
    margin-top: 35px;
}

.pro_des>ul>li{
    overflow: hidden;
    height: 350px;
}
.bangong_con{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.bangong_go{
    width: 9999px;
}
.bangong_go ul{
    float: left;
    height: 350px;
}
.bangong_go ul li{
    float: left;
    width: 340px;
    height: 340px;
    background: #fff;
    border: 1px #e4e4e4 solid;
    margin-right: 16px;
    position: relative;
}
.bangong_go ul li span{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    display: block;
}
.bangong_go ul li span img{
    width: 100%;
    height: auto;
    min-height: 280px;
    transition: all 0.6s;
}
.bangong_go ul li:hover img{
    transform: scale(1.1);
}
.bangong_go ul li em{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    text-align: center;
    display: block;
}
.bangong_go ul li em:hover{
	background: #016fd5;
	color: #fff
}


.video_con{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.video_go{
    width: 9999px;
}
.video_go ul{
    float: left;
    height: 450px;
}
.video_go ul li{
    float: left;
    width: 340px;
    height: 340px;
    background: #fff;
    border: 1px #e4e4e4 solid;
    margin-right: 16px;
    position: relative;
}
.video_go ul li span{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    display: block;
}
.video_go ul li span img{
    width: 100%;
    height: auto;
    min-height: 280px;
    transition: all 0.6s;
}
.video_go ul li:hover img{
    transform: scale(1.1);
}
.video_go ul li em{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    text-align: center;
    display: block;
}
.video_go ul li em:hover{
	background: #016fd5;
	color: #fff
}

.chejian_con{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.chejian_go{
    width: 9999px;
}
.chejian_go ul{
    float: left;
    height: 450px;
}
.chejian_go ul li{
    float: left;
    width: 340px;
    height: 340px;
    background: #fff;
    border: 1px #e4e4e4 solid;
    margin-right: 16px;
    position: relative;
}
.chejian_go ul li span{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    display: block;
}
.chejian_go ul li span img{
    width: 100%;
    height: auto;
    min-height: 280px;
    transition: all 0.6s;
}
.chejian_go ul li:hover img{
    transform: scale(1.1);
}
.chejian_go ul li em{
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    text-align: center;
    display: block;
}
.chejian_go ul li em:hover{
	background: #016fd5;
	color: #fff
}

/*底部*/
.foot{
    width: 100%;
    height: 370px;
    background:url(../images/footbj.jpg) center no-repeat;
    margin-top: 80px;
}
.dblogo{
    margin-top:45px;
}
.dblogo p{
    color: #fff;
    font-size: 15px;
}
.dblogo p span{
    font-size: 30px;
    font-family: "Arial";
}

.dbpro{
    width:550px;
    margin-top: 55px;
    margin-left: 55px;
}
.dbpro ul li{
    width: 135px;
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: url(../images/xian.jpg) right center no-repeat;
}
.dbpro ul li a{
    font-size: 16px;
    color: #fff;
    display: block;
}
.dbpro ul li:hover a{
    text-decoration: underline;
    font-weight: bold;
}
.dbewm{
    margin-top: 20px;
}
.dbewm ul li{
    float: left;
    text-align: center;
    margin-left: 45px;
}
.dbewm ul li span{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
}
.dbnav{}
.dbnav ul li{
    float: left;
    color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin-top: 36px;
    border-right: 1px #5186f2 solid;
    height: 55px;
    padding-right: 40px;
}
.dbnav ul li span{
    font-family: "Arial";
    font-size: 23px;
}
.dbnav ul li:first-child{
    background: url(../images/dba.png) left center no-repeat;
}
.dbnav ul li:nth-child(2){
   background: url(../images/dbb.png) left center no-repeat;
   margin-left: 55px;
}
.dbnav ul li:nth-child(3){
   background: url(../images/dbc.png) left center no-repeat;
   border-right: initial;
   margin-left: 70px;
}


.copy{
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
}
.copy a{
    color: #fff
}
/*内页左侧分类*/
.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: 60px;
    font-size: 14px;
    line-height:60px;
    color: #000;
    width: 1110px;
    float: right;
    border-top: 5px solid #2069e0;
    background: #f4f4f4;
    margin-bottom: 10px;
}


.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #000;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#000;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.dqdhMain{margin-left: 15px;}
.breadcrumbs .span11 {
	color:#000;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}


/*Â·Ã–Ã'Â³*/
.page{ margin-top: 50px;}
.page_contact{
    position: relative;
    width:100%;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    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: #e30000;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}
.map{
    width: 660px;
    margin-top: 8px;
    margin-bottom: 50px;
}


.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;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	background: #f4f4f4;
	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: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
	
}
.main_right {
	width:1108px;
	margin-bottom:50px;
    border: 1px #e9e9e9 solid;
}
.main .main_righta {
	width:1120px;
	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%;
}
.main .main_rightc {
    width:1110px;
    margin-bottom:50px;
}
.l_img {
    width:575px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
    border: 1px #e3e3e3 solid;
}
.l_img span {
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.r_box{
    width: 510px;
    background: #f4f4f4;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #e1e1e1 solid;
    padding-top: 25px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#333;
    padding-left: 30px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #666;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    width: 470px;
    margin: 0 auto;
    overflow: hidden;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    width: 510px;
    margin-top: 18px;
}
.lianxi .a {
    display:block;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#0076cf;
    font-size:15px;
    border-bottom:1px solid #0076cf;
    padding-left:28px;
}
.lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
    font-size: 18px;
}
.dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #d00000;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background-color:#0076cf;
}


.r_tel{
    width: 480px;
    height: 80px;
    background: #e30c01;
    margin-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.r_tel b{
    font-weight: normal;
    font-size: 38px;
    font-family: "Arial";
}
.show_pro_b{
    width: 350px;
    height: 50px;
    background: #ececec;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
}
.proxq{
    border: 1px #e3e3e3 solid
}
.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 h3 {
	display:block;
	font-size:33px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:15px;
	text-align:center;
}
.liuyan span {
	font-size:15px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}

#faqbox {
	width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:78px;
	display:block;
	float:left;
	clear:both;
	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;
	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:#2069e0;
}
.wizfrm:hover {
	background-color:#e50000;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:363px;
	float:left;
	background: #fff;
	height: 345px;
	margin-bottom: 15px;
	margin-left:10px;
	position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
	width:361px;
	height:290px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:361px;
	height:290px;
	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:55px;
	line-height:55px;
	width:326px;
	text-align: center;
	margin:auto;
	font-size:16px;
    color:#000;
}
.main .proListal li .spanal a {
	color:#000;
}

.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
    color: #0076cf;
    font-weight: bold;
}

.proListal li .avatarb {
	position: relative;
}
.proListal li .avatarb {
	display: block;
	height: 290px;
	overflow: hidden;
	width:361px;
}
.proListal li .avatarb .spanImgal {
	height: 290px;
}
.avatarb:hover, .zhuti .avatarb:hover, .bbsinner .avatarb:hover {
	box-shadow: 0 0 10px gray;
}
.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;
}



/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1110px;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 15px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #e30000;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #0076cf;
}
.page_news_con ul li:hover .page_news_p>a{
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #0076cf;
    margin-right: 12px ;
    vertical-align: middle;
}

.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 213px;
    height: 160px;
    overflow: hidden;
    margin-left: 15px;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 710px;
    margin-left:35px;
    margin-top: 13px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #0076cf;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
    overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2;
}
.page_news_p em{
    font-size: 15px;
    color: #999;
    padding-left: 30px;
    background: url(../images/shijian.png) left center no-repeat;
    font-family: "Arial";
    margin-top: 10px;
    display: block;
}

.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/marker_red_sprite.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%
}

/*内页左侧分类*/

.left_class {
    width: 270px;
    background: #efefef;
    height: auto;
    padding-bottom: 78px;
    border: 1px #e0e0e0 solid;
}
.left_class .classT {
    background: #2069e0;
    position: relative;
    z-index: 10;
    height: 110px;
    text-align: center;
    border-bottom: 5px #135ace solid;
    margin-bottom: 30px;
}
.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/arr.gif) 15px center no-repeat;
    line-height:45px;
    text-align: left;
    border-radius: 50px;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 15px;
    color: #000;
    display:block;
    padding-left:32px;
}
.left_class .subNav:hover {
    background: #d00000  url(../images/arr.gif) 15px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    margin-top: 10px;
    display: none;

}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #4d70c0 dotted;
}
.left_class .navContent li a {
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 240px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 17px;
}
.left_class .lxwm span{
    height: 50px;
    background: #2069e0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}
.left_class .lxwm ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #dedede solid;
    color: #000;
    font-size: 15px;
}
.list_prol_tit{
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-weight: 800;
    color:#fff;
    background: #0243a9;
    margin-bottom: 10px;  
}
.hotimg dl dt{
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px #e6e6e6 solid;
    background: #fff;
    padding: 5px;
}
.hotimg dl dd{
    text-align: center;
    line-height: 35px;
}
.hotimg dl dd a{
    color: #333;
}
.hotimg dl dt:hover{
    border: 1px #0165f5 solid;
}
.hotimg dl dd a:hover{
    color: #00aa83;
    font-weight: bold;
}

