@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width: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; cursor:pointer}
.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;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}
.mt50{margin-top: 50px;}
.ml400{margin-left: 400px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-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);
  }
}

/*top*/
.dnav {
  width: 100%;
  height: 118px;
  background-color: rgba(255,255,255,0.5);
  border-top: 7px #005bae solid;
  position: absolute;
  z-index: 9999;
  top: 0;
}
.left-logo {
  vertical-align: middle;
  margin-left: 10%;
}

.nav{
    margin-left: 4%;
    width: 45%
}
.nav>li{
    float: left;
    width: 13%;
    line-height:118px;
    text-align: center;
    height:118px;
}
.nav>li.active{
    background: #ffa203;
}
.nav>li.active a{
    color: #fff;
    font-size: 18px;
}
.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
    font-size: 16px;
}
.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 118px;
    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: 2px;
    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: #1d63b2;
    line-height: 30px;
    color: #fff;
}
.top-r{
    margin-right: 10%;
    color: #111;
    font-size: 16px;
    background: url(../images/tel.png)left center no-repeat;
    padding-left: 80px;
    height: 95px;
    padding-top: 25px;
}
.top-r span{
    font-family: "Impact";
    display: block;
    font-size: 30px;
    color: #df0000
}

@media screen and (max-width: 1750px){
    .left-logo{margin-left: 3%}
    .top-r{margin-right: 3%}
}


/*banner*/
.flexslider {
    margin: 0 auto 0;
    position: relative;
    width: 100%;
    height: 860px;
    overflow: hidden;
    zoom: 1;
    border: 0
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
    border:0;
    list-style-type: none
}
.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
    border-radius: 35px;
}
.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.flex-control-nav li {;
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
*display: inline;
}
.flex-control-paging li a {
    
    display: block;
    height: 9px;
    width: 9px;
    border-radius: 50px;
    text-indent: -99em;
    cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
    background-position: 0 0;
}
.flexslider .slides a img {
    width: 100%;
    height: 860px;
    border:0;
}

/*数字*/
.ys_box{
    height: 130px;
    width: 100%;
    background: #005bae;
    box-shadow: 0 5px 10px #dbdbdb;
}
.ys_box ul{
    width: 1400px;
    margin: 0 auto;
}
.ys_box ul li{
    float: left;
    width: 349px;
    height: 130px;
    text-align: center;
    border-right: 1px #1c70c7 solid;
}
.ys_box ul li+li+li+li{
    border-right: 0;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 15px;
    line-height: 32px;
    color: #c20017;
    font-size: 16px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #fff;
}




/*产品*/

.probt{margin-top: 30px;text-align: center;}
.probt a{font-size:45px;color: #000;font-weight: bold;padding-top: 10px;position: relative;}
.probt a::after{
    content: '';
    width: 89px;
    height: 60px;
    background: url(../images/bttb.png) center no-repeat;
    position: absolute;
    right: -105px;
    top: -5px;
}
.probt a span{color: #079d0b;}
.probt a:hover{color: #079d0b;}
.probt p{font-size: 16px;color: #505050}


.rightBox{width:90%;height:700px;margin: 0 auto; margin-top: 40px;}
.contactBox_text { height:700px !important;}
#progun{height:700px; overflow:hidden;}
.casesList { width:100%; height:700px;margin:0 auto;}
.casesList li{width:24%; height:310px;float:left;margin-left: 5px; margin-right:5px;margin-bottom: 20px;background: #fff;position: relative;}
.casesList li .Img{ width:100%; height:310px;background:#fff; display:block;}
.casesList li .Img span{display: block; width: 100%;height: 45px;line-height: 45px;text-align: center;font-size: 16px;color: #fff;position: absolute;left: 0;bottom: 0;background-color: rgba(0,0,0,0.7);}
.casesList li:hover .Img span{display: none;}
.mpro_txt{display: none;}
.casesList li:hover .mpro_txt{cursor: pointer;position: absolute;z-index: 999;top: 20%;left: 10%; border: 0px solid #FFF;border-radius: 0 30px 0 30px;color: #01a971;width: 80%;height: 60%;display: inline-block;background-color: rgba(255,255,255,0.75);text-align: center;}
.casesList li:hover .mpro_txt h3{color: #010101;font-size: 23px;padding-top: 50px;}
.casesList li:hover .mpro_txt span{display: block;width: 105px;height: 30px;background: #005bae;color: #fff;font-size: 14px;line-height: 30px;text-align: center;border-radius: 30px;margin: 0 auto;margin-top: 18px;}

/*优势*/
.adv_index{height: 810px;width: 100%;background: url(../images/advbj.jpg) center no-repeat;margin-top: 60px;}
.about{
    padding-top: 35px;
    text-align: center;
}
.about b{
    color: #fff;
    font-size: 45px;
}
.about span{
    display: block;
    width: 350px;
    height: 60px;
    background: #ffa900;
    border-radius: 50px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 40px;
    font-family: "Arial";
    color: #fff;
    margin-bottom: 20px;
}
.about p{
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}

/*liucheng*/
.liucheng {
    margin-top:25px;
}
.liucheng ul li{
    width: 170px;
    height: 170px;
    float: left;
    background: url(../images/lc_bg.png) center no-repeat;
    text-align: center;
    margin: 0 30px;
}
.liucheng ul li img{
    margin: 0 auto;
    display: block;
    padding-top: 30px;
    margin-bottom: 10px;
}
.liucheng ul li span{
    font-size: 20px;
    color: #000;
}
.liucheng ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

/*案例*/
.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    height: 430px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}
.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #525252;
    border-radius: 25px;
    margin: 0 15px;
    float: left;
    text-align: center;
}
.case_phone ul li,.case_phone ul li a{
    color: #fff;
}
.case_phone ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case_phone ul li h3{
    font-size: 30px;
    font-family: "Arial";
    vertical-align: middle;
    font-weight: normal;
    padding-left: 30px;
}
.case_phone ul li:nth-child(1){
    background: #1c5bbe url(../images/telb.png) 15px center no-repeat;
}
.case_phone ul li:hover{
    background: #079d0b;
}




/*新闻*/
.new_bj{width: 100%; height: 670px;background:#f7f7f7;padding-top: 20px;}
.xwlb{width: 1400px;margin: 0 auto;margin-top: 20px;}
.xwlb ul li{float: left;width: 680px;height: 180px;margin-top: 20px;margin-right: 30px;position: relative;background: #fff;border-radius: 10px;}
.xwlb ul li:nth-child(2){margin-right: inherit;}
.xwlb ul li:nth-child(4){margin-right: inherit;}
.xwlb ul li .img{float: left;margin-top: 12px;margin-left: 12px;}
.xwlb ul li .xwtitle{width: 415px;float: right;margin-right: 15px;}
.xwlb ul li .xwtitle .zcbt{font-size: 18px;color: #000;border-bottom: 1px #e6e6e6 solid;display: block;height: 50px;line-height: 50px;margin-top: 20px;margin-bottom: 10px;}
.xwlb ul li .xwtitle p{font-size: 15px;color: #868686;line-height: 25px;}
.xwlb ul li:hover .xwtitle .zcbt{color: #fff;padding-left: 13px;}
.xwlb ul li:hover .xwtitle p{color: #fff;}
.xwlb ul li:hover{background: #005bae;}



/*底部*/
.footbj{height: 470px;width: 100%;background: url(../images/footbj.png) center top no-repeat;position: relative;margin-top: -50px;}
.dbnav{height: 60px;line-height: 60px;padding-top: 50px;}
.dbnav ul li{float: left;width: 200px;text-align: center;}
.dbnav ul li a{color: #fff;font-size: 16px;display: block;}
.dbnav ul li:hover{background: url(../images/kuang.png) center no-repeat;}
.dblogo{margin-top: 50px;}
.dblogo span{
    display: block;
    color: #fff;
    font-size: 35px;
    font-family: "Arial";
}
.dbtel{margin-left:160px;margin-top: 75px;}
.dbtel .dbimg{animation: ball .6s infinite alternate;}
.dbtel p{font-size: 15px;color: #e6e6e6;line-height: 30px;}
.dbtel p img{margin-top: 5px;}
.dbtel p a{color: #e6e6e6;}
.ewm{margin-top: 50px;}
.ewm ul li{
    float: left;
    margin-left: 30px;
}
.copy{
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 80px;
}
.copy span{
    color: #fff
}
.copy a{
    color: #fff;
}
/*内页分类*/
.nybt{text-align: center;padding-top: 60px;background: url(../images/line0.png) bottom center no-repeat;height: 110px;}
.nybt h1{display: block;font-weight: bold;font-size: 40px;height: 60px;line-height: 55px;color: #333;}
.nybt h1 span{color: #01923f;}
.nybt p{font-size: 16px;color: #999;}

.nyzc{width: 260px;height:auto;}
.prolistlogo{height: 105px;background: #0158AE;}
.prolistlogo p{color: #A6C0DA;font-size: 14px;text-align: center;line-height: 35px;padding-top: 15px;}
.prolistlogo p span{font-size: 26px;display: block;color: #fff;}
.demo-list{background: #0662bd;}
.demo-list ul li{height: 55px;line-height: 55px;border-bottom: 1px #5a94ce solid;background: url(../images/tb.png) 16px center no-repeat;}
.demo-list ul li a{display: block;color: #fff;font-size: 16px;padding-left: 60px;}
.demo-list ul li:hover a{font-weight: bold;padding-left: 75px;background: #00a61b;}

.prolistf{height: auto;background: #fff;border: 2px #0158ae solid;margin-top: 20px;}
.prolistf h2{display: block;height: 70px;background: #0158ae;text-align: center;color: #A6C0DA;font-size: 14px;}
.prolistf h2 span{font-size: 26px;display: block;color: #fff;}
.prolistf h3{display: block;background: url(../images/tel.gif) 15px center no-repeat;color: #333;font-size: 18px;font-weight: bold;padding-left: 60px;margin-top: 15px;}
.prolistf h3 b{color: #0055aa;font-size: 20px;display: block;}
.prolistf p{padding: 10px;font-size: 15px;line-height: 26px;color: #666;}

.proTitle{ width:270px; height: auto;}
.subNavBox{width:270px; background:#fff; padding-bottom:20px;margin-top: 40px;}
.cpfl{ height:70px; background:#235ab3; line-height:70px; text-align:center; color:#fff; font-size:30px; font-weight:bold;}
.subNav{ width:220px; height:45px; margin:0 auto; margin-top:10px;cursor:pointer;line-height:45px;border-radius: 25px;padding-left: 20px; background:#2e6fd3 url(../images/jiantou1.png) 200px center no-repeat;}
.subNav a{font-size:16px;color:#fff;}
.subNav:hover{ background:#e50000 url(../images/jiantou1.png) 200px center no-repeat;}
.subNav:hover a{ color:#fff;padding-left: 25px;}
.currentDd{}
.navContent{display: block;margin-bottom: 25px;margin-top: 15px;}
.navContent li a{display:block;width:180px;height:45px; margin:0 auto;font-size:15px;line-height:45px;color:#2f2f2f; border-bottom:1px #ccc dotted; background:url(../images/quan.jpg) left center no-repeat;padding-left: 30px;}
.navContent li a:hover{ color:#2e6fd3;font-size: 16px;}



/*当前导航*/
.breadcrumbs{height:50px;font-size:14px;line-height:70px;color:#333;}
.breadcrumbs .dh_box{ }
.breadcrumbs .sortName{ color:#388c19; font-size:22px; font-weight:700;}
.breadcrumbs .dqdhMain{ background: url(../images/home.png) left center no-repeat;}
.breadcrumbs .dqdhMain a{font-size: 14px;color: #333; display:inline-block;}
.breadcrumbs .dqdhMain a:hover{ text-decoration:underline; color:#333;}
.breadcrumbs .dqdhMain .span2{ color:#333; font-size: 14px; display:inline-block; padding:0 5px;}
.breadcrumbs .indexa{ }
.breadcrumbs .span1{ color:#333;padding:0 10px 0 30px; background:url(../images/dizhi.png) left center no-repeat;}
.breadcrumbs .dqdh_class{float:left;background: url(../images/homea.png) left center no-repeat;}
.breadcrumbs .dqdh_class li{ float:left; padding:0 15px 0 0px; }
.breadcrumbs .dqdh_class li a{ display:block;height:50px; line-height:70px;color:#333; font-size:25px; position:relative;}
.breadcrumbs .dqdh_class li a em{font-size: 14px;}


.lybt{ text-align:center; padding-top:40px;}
.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}
.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}
.liuyan{ margin-top:30px; text-align:center;}
.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}
.liuyan a{ font-size:16px;color: #CCCCCC;}
.liuyan p{ font-size:16px;color: #666666; line-height:30px;}

/*内页关于我们*/
.about_box{width: 1400px;margin: 0 auto;}
.about_box .about_left{ width:100%;}
.about_box .about_left .about_t1 { position:relative; height:40px;}
.about_box .about_left .about_t1 .div1{ font-size: 21px; line-height: 148%; color:#000;}
.about_box .about_left .about_t1 .div2{ font-size:18px; color:#444;}
.about_box .about_left .about_t1 .about_t2{text-align: center;} 
.about_box .about_left .about_t1 .about_t2 .span1{font-size:28px; font-weight:700; line-height:38px; color:#000;}
.about_box .about_left .about_t1 .about_t2 .span2{ font-size:14px; text-align:right; color:#b7b7b7; line-height:20px;}
.about_box .about_left .text{ line-height:35px; color:#666; font-size:15px; text-indent:2rem; padding-top:25px;}
.about_box .about_left .text p{ padding:10px 0;}
.about_box .about_right{ width:370px;}
.about_box .about_right ul{ margin-top:8px;}
.about_box .about_right ul li{ float:left; margin-left:2px; width:180px; margin-bottom:3px;border: 1px #ccc solid;}
.about_box .about_right ul li a{ display:block; width:100%; height:130px;background-repeat:no-repeat !important; background-size:cover !important;background-position:center center !important; -webkit-background-size: cover;  
-moz-background-size: cover;  -o-background-size: cover; }




/*Â·Ã–Ã’Â³*/
.page_nav{ padding:15px 15px; color:#999; font-size:14px; text-align:center; background-color:#fff;}
.page_nav .nolink{display:inline-block; margin:0 5px; padding:0 5px; height:25px; line-height:25px; border:1px solid #fff;}
.page_nav font,.page_nav a{ display:inline-block; margin:0 5px; padding:0 10px; border:1px solid #e5e5e5; height:25px; line-height:25px; border-radius:5px;}
.page_nav font{ border:1px solid #fff;}
.page_nav a:hover{ color:#fff; border:1px solid #54a530; background-color:#54a530}

.viewpage{ margin:0; padding:20px 0 50px 0; border-top:1px solid #eee;}
.viewpage .main_r_nav{ color:#999; font-size:14px; line-height:30px;padding-left: 20px;padding-right: 20px;}
.viewpage .main_r_nav a{ font-size:14px; color:#444}
.viewpage .main_r_nav a:hover{ text-decoration:underline;}

/*分页*/
.fenye{ text-align:center; color:#666; font-size:14px; line-height:30px; padding:20px 0;}
.fenye .rows{ color:#666; font-size:13px; padding:0 10px;}
.fenye .current{ display: inline-block; color:#cc0000; font-size:14px; padding:0 5px;}
.fenye .num,.fenye .next{display:inline-block; margin:0 3px; padding:0 10px;  border:1px solid #ddd; color:#666; font-size:14px; height:28px; line-height:27px; border-radius:5px;z-index: -99;}
.fenye .num:hover,.fenye .next:hover{ background-color:#cc0000; color:#fff; border:1px solid #cc0000;}


.main{background: #fff url(../images/probg.jpg) top center no-repeat;padding-bottom: 100px;}
.main .main_right{ width:1400px;padding-top: 5px;}
.main .main_righta{width:1400px;}

.text{ line-height:35px; font-size:15px; color:#666;padding:20px;}
.text span{font-size:15px; color:#666;}

.main .tT01{ text-align:center; line-height:50px;background: #f3f3f3;margin-top: 30px;}
.main .tT01 .span1{ font-size:24px; color:#444;}
.main .subtitle{font-size: 16px; line-height:50px; height: 50px; color: #8F8F8F; text-align:center;}
.main .subtitle span{ padding:0 10px;}




#faqbox{padding:50px 0 50px 0;width:700px; margin:0 auto;}
#faqbox form{}
#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}
#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}
#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}
#faqbox font{margin:0 5px;}
#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}
#faqbox .Content textarea{height:100px;}
.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#dd0103; }
.wizfrm:hover{ background-color:#ff9900; }

/**/

.main .proListal{width:100%;}
.main .proListal{ width:100%;}
.main .proListal li{ width:338px; float:left; margin:0 6px 15px 6px;} 
.main .proListal li .boxal{ width:338px; height:260px;display:block; cursor:pointer;position:relative;}
.main .proListal li .boxal .spanImgal{ display:block; overflow:hidden;width:338px; height:260px;
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;}

.main .proListal li .spanal{ display: block;height:40px; line-height:40px; width:338px; margin:auto; text-align:center;color:#000; font-size:15px;}
.main .proListal li:hover .spanal{ color:#e0222c; font-weight:bold; font-size:16px;}
.main .proListal li .avatarb{
    position: relative;
}
.main .proListal li .avatarb{
    display: block;
    height: 260px;
    overflow: hidden;
    width:338px;
}
.main .proListal li .avatarb .spanImgal{
    height: 260px;
}

.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}


/**/
.main .news_list{ margin-top:40px;}
.main .news_list li{padding:15px;margin-bottom: 20px;border-bottom: 1px #ddd dashed;}
.main .news_list li .img{}
.main .news_list li .lMore{ width:1070px;}
.main .news_list li .lMore .title{font-size: 16px;color: #393939;line-height: 36px; margin-bottom:15px;}
.main .news_list li .lMore span{ font-size:13px; color:#999;}
.main .news_list li .lMore p{font-size:13px; color:#999; line-height:26px;}
.main .news_list li .lMore .more2{width: 88px;height: 30px;line-height: 30px;color: #fff;background: #005bae; bottom: 30px;display:block; font-size:13px; text-align:center; float:right; margin-top:30px;}
.main .news_list li:hover .title{ color:#005bae; padding-left:15px; font-weight:bold;}
.main .news_list li:hover p{ padding-left:15px;}
.main .news_list li:hover .more2{ background:#079d0b;border-color: #079d0b; color:#fff;}


/*详情页*/
.product_dqdh{ background-color:#f4f4f4;}
.product_top{ }
.product_top .l_img{ width:600px; height:470px; background-color:#f2f2f2; text-align:center; display:table;}
.product_top .l_img span{/*display: table-cell; vertical-align:middle;*/ display:block; width:100%; height:100%; background-size:cover !important;}
.product_top .l_img span img{width:600px; height:470px; }
.product_top span img{ display:inline-block; max-width:100%; max-height:100%; vertical-align:middle;} 
.product_top .r_box{ width:550px;}
.product_top .r_box .product_title{border-bottom:1px solid #ddd;padding:10px 0 8px 0;}
.product_top .r_box .product_title h2{ font-weight:700; font-size:26px;color:#101010;}
.miaoshu{}
.product_top .subtitle{font-size:14px;color:#b7b7b7; padding-top:8px;}
.product_top .subtitle span{ display:block; padding-left:25px; line-height: 23px; height: 24px; }
.product_top .subtitle span.span1{ background:url(../images/shijian.png) left center no-repeat;}
.product_top .subtitle span.span2{ background:url(../images/liulan.png) left center no-repeat;}
.product_top .keyword{ height:40px; line-height:40px; font-size:15px; color:#717171;}
.product_top .keyword span{ font-size:18px; color:#0059A9;}
.product_top .desc{font-size:14px; color:#717171; line-height:30px;margin-top: 15px;}
.product_top .desc span{ display:block; float:left;width:200px;}
.product_top .desc p{ display:block; float:right;width:550px;line-height: 25px;font-size: 15px;color: #8b8b8b;}
.product_top .lianxi{ height:60px;}
.product_top .lianxi .a{display:block; height:40px;line-height:40px; float:left; margin-right:30px; color:rgb(250,175,41); font-size:18px; border-bottom:1px solid rgb(250,175,41); padding-left:28px;}
.product_top .lianxi .a.a_qq{ background:url(../images/QQ.png) left center no-repeat;}
.product_top .lianxi .a.a_tel{ background:url(../images/tela.png) left center no-repeat;}
.product_top .dianhua{height:40px; padding:0 30px; line-height:40px; text-align:center; border-radius:30px;font-size:15px; background-color:#be0000;margin-top: 10px;width: 130px;}
.product_top .dianhua a{color:#fff;}
.product_top .dianhua:hover{background-color:rgba(250,175,41,1);}
.share{ margin-top:10px;}
.share .span1{ line-height:32px; color:#999; padding-right:10px; font-size:15px;}

.xiangqing_top{}
.xiangqing_top .a_nav{ display:block; float:left; width:190px; background-color:#fff; border-bottom:2px solid #e50000; color:#eea200; text-align:center; height:50px; line-height:50px; font-size:18px;}
.xiangqing_top .a_nav.active{ background-color:#e50000; color:#fff;}
.contenta{background: #fff;}

.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;
}

.rollBox {
  width:1400px;
  overflow:hidden;
  margin:0 auto;
  margin-top: 20px;
}

.rollBox .Cont {
  width:1400px;
  overflow:hidden;
  float:left;
}
.rollBox .ScrCont {
  width:10000000px;
}
.rollBox .Cont .pic {
  width:155px;
  float:left;
  height:230px;
  margin-right:45px;
  position:relative;
  text-align: center;
}
.rollBox .Cont .pic img {
  display:block;
  width:155px;
  height:155px;
  border-radius: 100px;
  border: 1px #d7d7d7 solid;
}
.rollBox .Cont .pic p {
  line-height:32px;
  height:32px;
  width: 130px;
  margin: 0 auto;
  font-size: 15px;
  display: block;
  background: #005bae;
  border-radius: 50px;
  margin-top: 15px;
}
.rollBox .Cont .pic p a{color: #fff;font-size: 15px;}
.rollBox .Cont .pic:hover p{background: #079d0b;}
.rollBox .Cont .pic: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)}
.rollBox #List1, .rollBox #List2 {float:left;} 


.rollBox .Cont .pica {
  width:168px;
  float:left;
  height:230px;
  margin-right:30px;
  position:relative;
  text-align: center;
}
.rollBox .Cont .pica img {
  display:block;
  width:180px;
  height:180px;
  border-radius: 100px;
  border: 5px #cbcbcb solid;
}
.rollBox .Cont .pica p {
  line-height:45px;
  height:45px;
  font-size: 18px;
}
.rollBox .Cont .pica p a{color: #000;font-size: 18px;}
.rollBox .Cont .pica:hover p a{font-weight: bold;color: #db0713;}
.rollBox .Cont .pica: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)}

