@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:1350px; 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: 130px;
    z-index: 9999;

}
.h_con{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logo{
    margin-left: 7%;
}

.logo,.nav{
    float: left;
}
.nav{
    overflow: inherit;
}

.nav>li{
    float: left;
    width: 10%;

    text-align: center;
}

.nav>li.active{
    background: #014aa9;
}
.nav>li.active>a{
    color: #fff
}
.nav>li.active>a>em{
    color: #fff
}
.nav>li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 115px;
	 line-height: 115px;
    position: relative;
    font-size: 16px;

}
.nav>li>a>em{
  display: block;
  font-size: 15px;
  color: #787878;
  text-transform: uppercase;
  line-height: 115px;
}
.nav{
    margin-left: 15%;
    width: 60%;
}

/*er*/
.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 115px;
    left: 0;
    display: none;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 180px;
    margin: 10px 0 10px 8px;
    border-radius: 3px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #024288;
    line-height: 30px;
    color: #fff;
}
.shtel{
  margin-right: 7%;
  position: relative;
}
.shtel ul{
  float: left;
}
.shtel ul li{
  float: left;
  margin-right: 15px;
  margin-top: 50px;
}
.shtel ul li .show{
  display: none;
}
.shtel ul li:hover .show{
  display: block;
  position: absolute;
  left: -60px;

}
.shtel ul li:hover img{
  animation: ball .6s infinite alternate;
  cursor: pointer;
}
.shtel p{
  display: block;
  float: left;
  margin-left: 5px;
  color: #686868;
  font-size: 14px;
  margin-top: 36px;
}
.shtel p span{
  color: #e70302;
  font-size: 26px;
  font-family: "Arial";
  font-weight: bold;
  display: block;
}



@media screen and (max-width: 1650px) {
    .logo {margin-left: 1%;}
    .h_phone {margin-right: 1%;}
}



/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 45px;
  text-align: center;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

.nybanner{
  width: 100%;
  height: 650px;
  background: url(../images/ny1.jpg) center no-repeat;
}
.abbanner{
  width: 100%;
  height: 650px;
  background: url(../images/ny2.jpg) center no-repeat; 
}
.xwbanner{
  width: 100%;
  height: 650px;
  background: url(../images/ny3.jpg) center no-repeat; 
}

/* 顶部优势*/
.hotkey{
  width: 100%;
  height: 135px;
  background: url(../images/ysbj.jpg) center no-repeat;
}
.banner_bo{
  width: 1350px;
  margin: 0 auto;
  padding-top: 38px;
}
.banner_bo ul li{
  width: 337px;
  float: left;
}
.banner_bo ul li img{
  float: left;
}
.banner_bo ul li p{
  float: left;
  padding-left: 0px;
  line-height: 26px;
  font-size: 15px;
  color: #8fb4ff;
  margin-left: 25px
}
.banner_bo li span {
  display: block;
  font-size: 20px;
  color: #fff;
}
.banner_bo ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}


/*数字*/
.ys_box{
    height: 180px;
    width: 100%;
    position: relative;

}
.ys_box ul{
    width: 1350px;
    margin: 0 auto;

}

.pinzhi{ width:100%; height: 182px; background: url(../images/pinzhibj.png) no-repeat center; margin-top:-170px; position: relative; z-index: 999;}
.pinzhitext{ padding-top:65px; margin-left:350px; float:left;}
.pinzhitel{ padding-top:55px; margin-left:60px; float:left;}
.pinzhia{ width:200px; float:right; }
.pinzhia li{ width:165px; height: 45px; text-align: center; border:1px solid #fff; float:left; margin-top:75px; line-height: 45px; margin-right:15px; transition:0.5s;}
.pinzhia li a{ color:#fff;  font-size:18px;}
.pinzhia li:nth-child(2){ margin-right:0px;}
.pinzhia li img{ margin-top:10px; float:left;padding-left:30px;}
.pinzhia li:hover{ background:#e6151b;}


.pubCon {
    width: 1360px;
    margin: 0 auto;
}

.ys_box ul li{
    float: left;
    width: 337px;
    height: 180px;
  
    text-align: center;
}
.ys_box ul li+li+li+li{
    border-right: 0;
}
.ys_box .div1{
    position: relative;
    margin-top: 25px;
}
.ys_box .div1 .span1{
    font-size: 65px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
}
.ys_box .div1 .span3{
    width: 55px;
    height: 25px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 0;
    background:#d91400; 
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #fff;
}

.xian{
    background: url(../images/xiana.png) center no-repeat;
}
.albt{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}
.albt em{
    margin-left: 50px;
}


.pinzhitel{ font-size:35px; color:#FFF; margin-top:15px; margin-left:160px;}
.xiangmu{
    background: url(../images/albj.jpg) bottom center no-repeat;
    padding: 10px 0 1px 0;
}
.xiangmu_con{
    margin: 0 0 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 860px;
    height: 570px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 520px;
    overflow: hidden;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 520px;
}
.xiangmu_des{
    width: 450px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 50%;
    margin-left: -220px;
    margin-top: -62px;
    cursor: pointer;
}
.xiangmu_des_l{
    float: left;
    padding: 15px 30px;
    width: 450px;
    height: 100px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{

}
.xiangmu_des_l ul li{
    float: left;
    margin-left: 20px;
    color: #333;
    
}
.xiangmu_des_l em{
    display: block;
    font-size: 22px;
    color: #333;
}
.xiangmu_des_l ul li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;

    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}
.xiangmu_des_r{
    float: right;
}
.xiangmu_des_r a{
    display: block;
    width: 110px;
    height: 100px;
    background: #024288;
    position: relative;
}
.xiangmu_des_r a::after{
    content: '';
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left:  -7.5px;
    background: url(../images/icon.png) -153px -5px;
}
.xiangmu_des:hover .xiangmu_des_r a{
    background: #f50000;
}
.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(../images/icon.png);
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: -15px -128px;
    margin-left: -515px;
}
.xiangmu_next{
    background-position: -88px -128px;
    margin-left: 455px;
}



.newbj{
    height: 500px;
    background:url(../images/newbj.png) top center no-repeat;

}
.new_l{

    margin-top: 50px;
}
.new_l span{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}
.new_l img{
    display: block;
    margin-top: 15px;

}
.new_l em{
    color: #fff;
    font-size: 18px;
    font-family: "Times New Roman";
    display: block;
    margin-top: 15px;
}
.new_l em:hover{
    text-decoration: underline;
}
.new_r{
    width: 960px;
    margin-top: 25px;
}
.new_r ul li{
    height: 140px;
    margin-top: 10px;
    background: #fff;
}
.new_r ul li .newimg{
    width: 175px;
    height: 125px;
    margin-top: 8px;
    margin-left: 8px;
}
.new_r ul li p{
    display: block;
    width: 700px;
    color: #686868;
    font-size: 14px;
    margin-right: 30px;
}
.new_r ul li p a{
    color: #333;
    font-size: 17px;
    font-weight: bold;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.new_r ul li:hover p a{
    padding-left: 13px;
    color: #dd0000;
}

/*分类*/
.pro_tit{
    width:100%;

    text-align: center;
    height: 105px;
}
.cpbt{
    background: url(../images/bt_a.png) center no-repeat;
}
.pro_tit a{
    font-size: 45px;
    color: #000;
    font-weight: bold;
    padding-top: 20px;
    display:  block;
}
.pro_tit a span{
    color: #014aa8;
}
.pro_tit p{
    font-size: 17px;
    color: #666;
    line-height: 30px;
}
.pro_tit a:hover{
    color: #d91400
}

.cpnav{
    width: 1350px;
    margin:0 auto;

    overflow: hidden;
}
.cpnav ul li{
    float: left;
	border-radius: 50px;
    text-align: center;
    width: 180px;
	 margin-left:6px; 
	 margin-top:5px;
    border: 1px solid #99b7dd;
    cursor: pointer;
    transition: .3s;
    line-height: 50px;

}
.cpnav ul li a{
    position: relative;
}
.cpnav ul li:hover{
    background: #014aa8;
}
.cpnav ul li:hover a{
    color: #fff;
    font-size: 16px;
}
.cpnav ul li:hover a::after{
    content: '';
    display: block;
    width: 18px;
    height: 20px;

    position: absolute;
    right: -28px;
    top: 0px;
}

/*产品*/
.pro_show{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: 780px;
    margin-top: 30px
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24.3%;
    margin: 12px 0.3%;
    float: left;
    position: relative;
}
.cpimg{
    width: 100%;
    height: 315px;
    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: 70px;
    text-align: center;
    line-height: 70px;
    background: #f3f3f3;
    color: #fff;
    transition: all 0.6s;
}
.pro_go ul li .p1 .sytitle{
    color: #333;

    padding-left: 18px;
    font-size: 16px;
}
.pro_go ul li .p1 .tumore{
    float: right;
    margin-right: 10px;
    font-size: 18px;
    color: #2e69b6;
}
.pro_go ul li:hover .p1{
    background:#014aa8; 
}
.pro_go ul li:hover .sytitle{
    color: #fff;
}
.pro_go ul li:hover .tumore{
    color: #fff;
}
.pro_go ul li .protit{
    display: block;
    width: 100%;
    height: 315px;
    background: rgba(1,73,168,.75);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.pro_go ul li .protit .p2{
    width: 80%;
    margin: 0 auto;
    height: 250px;
    border: 1px #a4bfe1 solid;
    margin-top: 35px;
}
.pro_go ul li .p2 .smore{
    display: block;
    height: 45px;
    background: url(../images/sou.png) center no-repeat;
    margin-top: 68px;
}
.pro_go ul li .p2 .cptel{
    font-size: 35px;
    color: #fff;
    font-family: "Arial";
    display: block;
    margin-top: 20px;
}
.pro_go ul li:hover .protit{
    display: block;
}

/*广告*/
.ggbj{
    width: 100%;
    height: 180px;
    background: url(../images/ggbj.jpg) center no-repeat;
    margin-top: 40px;
}
.ggfl{
  width: 570px;
}
.ggfl p{
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
}
.ggfl p b{
  color: #f10000;
  font-size: 33px;
}
.ggfl ul li{
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 80px;
  margin-left: 50px;
}
.ggfl ul li:last-child{
  margin-left: 80px;
}
.zixun{
  width: 290px;
  margin-left: 80px;
  text-align: center;
}
.zixun a{
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 60px;
    margin-left: 15px;
    margin-bottom: 30px;
}
.zixun a:hover{
  text-decoration: underline;
}
.zixun em{
  font-size: 18px;
  color: #fff;
}
.ggtel{
   margin-top: 35px;
}
.ggtel p{
  font-size: 16px;
  color: #fff;
  background: url(../images/tel.png) left center no-repeat;
  padding-left: 60px;
}
.ggtel p span{
  font-size: 30px;
  font-family: "Arial";
  display: block;
}
.ggtel em{
  color: #fff;
  font-size: 18px;
  line-height: 65px;
}

/*简介*/
.abbj{
    width: 100%;
    height:766px;
    background: url(../images/abbj.jpg) center bottom no-repeat;
}
.com_r{
    width:650px;
	float:left;
}
.com_r b{
  font-size: 45px;
  font-family: "Arial";
  padding-top: 80px;
  display: block;
    color:#FFF;
}
.com_r h3{
  font-size: 23px;
  color:#FFF;
  letter-spacing: 16px;
  line-height: 25px;
}
.com_r em{
  display: block;
  width: 50px;
  height: 6px;
  background: #014aa8;
  margin-top: 20px;
}
.com_r span{
  color: #fff;
  font-size: 28px;
  margin-top: 18px;
  display: block;
}
.com_r span i{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-style: normal;
}
.com_r p{
  font-size: 16px;
  color: #000;
  line-height: 36px;
  display: block;
  margin-top: 0px;
}
.com_r a{
    display: block;
    font-size: 16px;
    color: #fff;
	line-height:40px;
	text-align:center;
	width:170px; height:40px; background:#e00000;

    border-radius: 50px;
    margin-top: 42px;

}
.com_r a:hover{
  text-decoration: underline;
  font-size: 18px
}

/*案例*/
.albt{

}
.custerm {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.probt p{
    color: #8e8d8d;
    font-size: 16px;
}

.swiper-container {
  padding:35px 0;
}
.post_m {
  position: relative;
  padding-bottom:50px;
  margin:40px auto 0 auto;
  width:94%;
}
.post_m .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
.post_m .swiper-slide img {
  width: 100%;
  height:450px;
}
.post_m .sytext {
  box-sizing:border-box;
  width: 70%;
  line-height:45px;
  height: 45px;
  opacity:1;
  color:#000;
  text-align:center;
  font-size:17px;
  background-color:#f4f4f4;
  margin:0 auto;
}
.post_m .swiper-slide-next {
  -webkit-transform: scale(.94) translateX(10px);
  transform: scale(.94)translateX(10px);
}
.post_m .swiper-slide-prev {
  -webkit-transform: scale(.94) translateX(-10px);
  transform: scale(.94)translateX(-10px);
}
.post_m .swiper-slide-active, .post_m .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.07) translateY(-14px);
  transform: scale(1.07) translateY(-14px);
}
.post_m .swiper-slide-active .sytext, .post_m .swiper-slide-duplicate-active .sytext {
  opacity:0;
}
.post_m .swiper-slide-active h4, .post_m .swiper-slide-active p, .post_m .swiper-slide-duplicate-active h4, .post_m .swiper-slide-duplicate-active p {
  color: #fff;
}
.post_m .swiper-slide-active a, .post_m .swiper-slide-duplicate-active a {
  display: block;
  width:100%;
  height:100%;
  position: relative;
}
.post_m .swiper-pagination {
  bottom:0;
  left: 50%;
  transform: translate(-50%, 0)
}
.post_m .swiper-pagination-bullet {
  width:16px;
  height:16px;
  background:#dedfe0;
  opacity:1;
}
.post_m .swiper-pagination-bullet+ .swiper-pagination-bullet {
  margin-left:14px;
}
.post_m .swiper-pagination-bullet-active {
  background:#47af34;
}
.custhide {
    position: absolute;
    top: 400px;
    width: 80%;
    height: 100px;
    box-sizing: border-box;
    padding: 10px;
    background: #144bb2;
    color: #fff;
	    border-radius: 20px;
    transition: all .3s ease;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.cust_t {
  font-size:20px;
  color:#fff;
  white-space:nowrap;

  text-align:center;
  text-overflow:ellipsis;
  margin-bottom:15px;
}
.cust_remark {
  color: #dbe0ef;
  font-size: 14px;
  text-align:center; color:#03C;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
 
}

.post_m .swiper-slide-active .custhide, .post_m .swiper-slide-duplicate-active .custhide {
  opacity:1;
  bottom:-15px;
}

.post_m .custjt.swiper-button-prev {
  left:auto;
  right:30%;
  background-image:url(../images/jiantoua.png);
}
.post_m .custjt:hover {
  background-position-y:bottom;
}


/*新闻中心*/



/*底部*/



/*内页左侧分类*/
.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: 100%;
    background: #f4f4f4;
    margin-bottom: 10px;
}
.dh_box{
    width: 1350px;
    margin: 0 auto;
}

.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;
}
.dqdh_class{
    font-size: 23px;
    color:#000;
}


/*Â·Ã–Ã'Â³*/
.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;
    border-top:1px solid #f3f3f3;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:30px;
    background: #efefef;
    border-radius: 50px;
    margin: 20px 0;
    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:#0062d1;
    color:#fff;
    border:1px solid #0062d1;
}
.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: 30px;
    padding-bottom: 0px;
}
.maina {
    width: 1350px;
    margin: 0 auto;
    margin-top: 35px;
    padding-bottom: 50px;  
}
.main_right {
    width:100%;
    margin-bottom:50px;
    border: 1px #e9e9e9 solid;
}
.main .main_righta {
    width:1070px;
    margin-bottom:50px;
}
.text {
    line-height:35px;
    font-size:16px;
    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:1060px;
    margin-bottom:50px;
}
.l_img {
    width:530px;
    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;
    height: 200px;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#000;
    padding-left: 10px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    background: #014aa9;
    padding-left: 20px;
    margin-top: 15px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
    margin-top: 15px;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    margin-top: 18px;
}
.lianxi .a {
    display:block;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#006ebc;
    font-size:18px;
    border-bottom:1px solid #0062d1;
    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: #e90006;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background-color:#006ebc;
}


.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: 40px;
    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;
    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:#0062d1;
}
.wizfrm:hover {
    background-color:#e70006;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
    width:100%;
}
.main .proListal li {
    width:346px;
    float:left;
    background: #fff;
    height: 330px;
    margin-bottom: 15px;
    margin-left:10px;
    position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
    width:344px;
    height:280px;
    display:block;
    cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:344px;
    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: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: #014aa8;
    font-weight: bold;
}

.proListal li .avatar {
    position: relative;
}
.proListal li .avatar {
    display: block;
    height: 280px;
    overflow: hidden;
    width:340px;
}
.proListal li .avatar .spanImgal {
    height: 280px;
}
.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;
}



/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    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: #0062d1;
}
.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: #0062d1;
    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: 1050px;
    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: #0062d1;
    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;

    border: 1px #e0e0e0 solid;
    margin-bottom: 50px;
}
.left_class .classT {
    background: #014aa8;
    position: relative;
    z-index: 10;
    height: 110px;
    text-align: center;
    border-bottom: 8px #013f90 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;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #000;
    padding-left:32px;
}
.left_class .subNav:hover {
    background: #eb0006  url(../images/arr.gif) 15px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    display: none;
    width: 240px;
    margin: 0 auto;

}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #bfbfbf dotted;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #333;
    padding-left: 30px;
    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: #014aa8;
    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;
}

.ghgd{
	width:100%; height:350px;}
	
	
	
	.foot{
    width: 100%;
    height:520px;
    background:url(../images/footbj.jpg) center no-repeat;
    position: relative;
}
.dbpro{
    width: 1350px;
    margin: 0 auto;
}
.dbpro ul{
    width: 890px;
    float: left;
}
.dbpro ul li{
    float: left;
    line-height: 105px;
    padding-right: 60px;
}
.dbpro ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.dbpro ul li a:hover{
    text-decoration: underline;
}
.dbpro .zxzx{
    width: 155px;
    height: 35px;
    border: 1px #6185bc solid;
    display: block;
    float: right;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    margin-top: 36px;
    margin-right: 75px; 
}
.dbpro .zxzx:hover{
    background: #8fc320;
}

.dblogo{
    margin-top:25px;
    width: 520px;
}
.dblogo ul{
    margin-top: 10px;
}
.dblogo ul li{
    float: left;
    font-size: 14px;
    color: #fff;
    width: 170px;

    line-height: 36px;
}
.dblogo ul li a{
    font-size: 16px;
    color: #fff;   

}
.dblogo ul li:hover a{
    text-decoration: underline;
}

.dbewm{
    margin-left: 20px;
    margin-top: 75px;
}
.dbewm ul li{
    width: 210px;
    height: 200px;
    border: 1px #6a6a6a solid;
    float: left;
    text-align: center;
}
.dbewm ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 140px;
}
.dbewm ul li span{
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.dbtel{
    margin-top: 65px;
} 

.dbtel p{
    color: #dfdfdf;
	margin-top:35px;
    font-size: 16px;
	line-height:32px;
}
.dbtel p b{
    font-weight: normal;
    font-size: 30px;
    font-family: "Arial";
}
.san{
    margin: 25px 0;
}
.san li{
    float: left;
    position: relative;
    margin-right: 80px;
}
.san li::after{
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background: #30363e;
    right: -40px;
    top: 0;
    position: absolute;
}
.san li:last-child::after{
    background: transparent;
}
.san li span{
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icona.png);
    background-repeat: no-repeat ;
}
.san li:nth-child(1) span{
    background-position: -13px -88px;
}
.san li:nth-child(2) span{
    background-position: -51px -90px;
}
.san li:nth-child(3) span{
    background-position: -90px -90px;
}
.san li i{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    font-style: normal;
    line-height: 35px;
}
.san_des {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #8fc320;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}
.san_des li:nth-child(1){
    display: block;
    font-family: "Arial";
    color: #fff;
}
.san_des li:nth-child(2){
    font-size: 23px;
    font-family: "Arial"
}
.san_des li{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 30px;
    text-align: center;
    width: 300px;
    color: #fff;
}
.san_des li:nth-child(3){
    font-size: 17px;
}



.footer {
    height:305px;
    background:#121212;
    width: 100%;
    position: relative;

}
.dbtel{
    width: 330px;
    margin-top: 10px;

}
.dbtel h3{
    display: block;
    height: 60px;
    line-height: 60px;
    border-top: 1px #2a2a2a solid;
    border-bottom: 1px #2a2a2a solid;
    font-size: 28px;
    font-family: "Arial";
    color: #fff;
    margin-top: 25px;
}
.dbtel b{
    color: #6e6e6e;
    font-size: 18px;
    font-weight: normal;
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 65px;
}
.dbtel .zuoji{
    background: url(../images/dha.jpg) left center no-repeat;
    margin-top: 20px;
    font-size: 20px;

}
.dbtel .emile{
    background: url(../images/dhb.jpg) left center no-repeat;

}
.dbtel .emile01{
    background: url(../images/dhb01.png) left center no-repeat;

}
.on_logo{
    margin-top: 70px;
	margin-right:40px;
}
.dbfl{
	width:440px;
    margin-left: 20px;
    margin-top: 55px;
}
.dbfl span{
    font-size: 18px;
    color: #fff;
    background: url(../images/yuan.png) left center no-repeat;

}
.dbfl ul{

    margin-top: 13px;
}
.dbfl ul li{
    line-height: 30px;
	width:220px;
	float:left;
}
.dbfl ul li a{
    font-size: 15px;
    color: #8d8d8d  
}
.dbfl ul li a:hover{
    text-decoration: underline;
}


.dlogo{
    text-align: center;
    margin-top: 40px;
}
.dlogo a img{

}
.dlogo ul li{
    float: left;
    width: 170px;
    margin-left: 20px;
    margin-top: 15px;
}
.dlogo ul li span{
    font-size: 15px;
    color: #b8b8b8;
    line-height: 40px;
}


.copy{
    height: 40px;
    line-height: 40px;
    background: #121212;
    text-align: center;
    color: #7f7f7f;
    font-size: 14px;
}
.copy a{
    color: #7f7f7f;
}
