@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:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.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);
  }
}

/*header*/
.header{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    height: 120px;
    width: 100%;
    background: rgba(0,0,0,.3);
}

.logo{
    margin-left: 6%;
}

.nav{
    margin-left: 3%;
    width: 47%;
}
.nav>li{
    line-height: 120px;
    width:12%;
    text-align: center;
    float: left;
    height: 120px;
    margin-left: 9px;
    margin-right: 9px;
}
.nav li.active{
    background:#0041c1;  

}
.nav li.active a{
    color: #fff
}
.nav li>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

/*er*/
.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 120px;
    left: 0;
    display: none;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
    border-radius: 3px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 120px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #035bc7;
    line-height: 30px;
    color: #fff;
}
.h_phone{
    margin-right: 6%;
    margin-top: 28px;
    font-size: 16px;
    color: #333;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 75px;
}
.h_phone span{
    display: block;
    font-size: 35px;
font-family: "Impact";
    color: #e10000;
}

@media screen and (max-width:1800px) {
    .logo{
        margin-left: 2%
    }
    .h_phone{
        margin-right: 2%
    }
}
@media screen and (max-width:1700px) {
   .nav{width: 50%;}
}
@media screen and (max-width:1655px) {
    .logo{margin-left: 0}
    .logo img{width: 90%}
    .nav{margin-left: 1%}
    .h_phone{margin-right: 0}
}
@media screen and (max-width:1550px) {
    .nav>li{margin-right: 0;}
}
@media screen and (max-width:1450px) {
    .h_phone{background: initial;padding-left: 0;}
}


/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom:40px;
  text-align: center;

}
.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 .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;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
    width:100px;
    height:15px;
    bottom:30px;
    right:50%;
    margin-right:-37px;
    position:absolute;
    z-index:100;
    text-align:center;
}
.slides_pagination li {
    margin: 0 7px;
    display:inline-block;
    width:10px;
+float:left;
}
.slides_pagination li a {
    display:inline-block;
*display:inline;
    zoom:1;
    overflow:hidden;
    width:10px;
    height:10px;
    line-height:50px;
    border:2px solid #fff;
    color:#666;
    border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
    background:#fff;
    color:#fff;
    border:2px solid #fff;
}

/*搜索*/
.sanlie{
    width: 100%;
    height: 120px;
    background: url(../images/ssbj.jpg) center no-repeat;
}
.sanlie ul{
    width: 1350px;
    margin: 0 auto;
}
.sanlie ul li{
    float: left;
}
.sanlie ul li .a_tel{
    width: 295px;
    background: url(../images/a_tba.png) left center no-repeat;
    color: #fff;
    padding-left: 65px;
    margin-top: 28px;
}
.sanlie ul li .a_tel p{
    font-size: 16px;
}
.sanlie ul li .a_tel span{
    font-family: "Arial";
    font-size: 28px;
    display: block;
}
.sanlie ul li .sousuok{
    width: 560px;
}
.sanlie ul li .sousuok form{
    width: 400px;
    height: 38px;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 25px;
}
.sanlie ul li .sousuok form input{
    float: left;
    width: 235px;
    height: 38px;
    color: #333;
    font-size: 13px;
    line-height:38px;
    padding-left: 20px;
    box-sizing: border-box;
    background: none;
    border:0;
}
.sanlie ul li .sousuok form button{
    float: right;
    height: 38px;
    background: #e50015 url(../images/sou.png) 10px center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding-left: 28px;
    width: 95px;
    border-radius: 0 25px 25px 0;
}
.sanlie ul li .sousuok p{
    color: #fff;
    font-size: 15px;
    display: block;
    display: block;
    margin-left:90px;
    margin-top: 15px;
}
.sanlie ul li .sousuok p a{
    color: #fff
}
.sanlie ul li .a_dizhi{
    width: 420px;
    text-align: right;
    color: #fff;
    margin-top: 20px;
}
.sanlie ul li .a_dizhi em{
    font-size: 23px;
}
.sanlie ul li .a_dizhi p{
    font-size: 25px;
    font-weight: bold;
}
.sanlie ul li .a_dizhi p span{
    color: #e50015
}
/*pro_list*/
.pro_list{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background: url(../images/list_bg.jpg) center bottom no-repeat;
    margin-top:20px;
    padding-bottom: 20px;
}
.probt{
    text-align: center;
    margin-bottom: 30px;
}


.list_1 li{
    width: 370px;
    height: 155px;
    box-sizing: border-box;
    background:#0041c1;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.list_1 li::before,.list_1 li::after{
    content: '';
    display: block;
    position: absolute;
}
.list_1 li::before{
    width: 58px;
    height: 25px;
    background-position: -226px -25px;
    top: 0;
    right: 0;
}
.list_1 li::after{
    width: 80px;
    height: 80px;
    left: -25px;
    bottom: -30px;
    background-position: -127px -6px;
}
.list_1 li a{
    display: block;
    width: 100%;
    height: 100%;
}
.list_1 li span{
    color: #fff;
    margin-left: 30px;
    display: block;
    margin-top: 20px;
}
.list_1 li span h3{
    font-weight: normal;
    font-size: 25px;
}
.list_1 li span em{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 3px;
}
.list_1 li span i{
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    color: #333;
    font-size: 14px;
    margin-top: 25px;
    display: block;
    font-style: normal;
}
.list_1 li img{
    position: absolute;
    right: 15px;
    top: 18px;
}
.list_big_img{
    width: 590px;
    height: 480px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    position: relative;
}
.list_big_img img{
    width: 100%;
    height: auto;
    min-height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.list_1.l{
    float: left;
}
.list_1.r{
    float: right;
}
.list_1 li.active span i{
    background: #eb0000;
    color: #fff
}


.profl{
    width: 100%;
    position: relative;
  min-height: 110px;
  height: auto;
}
.profl::before{
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    width: 100%;
    height:1px;

    z-index: 9
}
.profl ul{
    width: 1380px;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 999;
	height:110px; overflow:hidden;
    position: relative;
}
.profl ul li{
    float: left;
    width: 190px;
    height: 50px;
    background: #0041c1;
    border-radius: 50px;
	margin-right:5px;
	margin-bottom:10px;

    line-height: 50px;
    text-align: center;
}
.profl ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
}
.profl ul li:hover{
    background: #da251d
}



/*产品*/
#pro-box1{
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  }
  @media (max-width: 1366px) {
  #pro-box1{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  }
  }
  #pro-box1 li{
    width: 24%;
    height: 400px;
    background: #fff;
    margin: 0 0.4% 20px 0.4%;
    float: left;
    list-style: none;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    
  }
  #pro-box1 li .Img div{
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    display: block;
  }
  #pro-box1 li .proti{
	  position:relative; margin-top:-60px;
	  background:url(../images/sds.png) no-repeat center;
  z-index: 999;
  height: 60px;

  }
  
  
  #pro-box1 li .proti p{
    color: #555;
    font-size: 18px;
    overflow: hidden;
    font-family: "Arial";
    background: url(../images/dh.png) 10px center no-repeat;
    padding-left: 35px;
  }
  #pro-box1 li .proti a{display: block;font-size: 16px;color: #fff;line-height: 45px;height: 45px; text-align:right; padding-top:15px; padding-right:20px;}


  #pro-box1 li:hover .proti a{color: #fff;}
   #pro-box1 li:hover .proti p{text-align: center;color: #fff;padding-left: 0;background: inherit;}
  
  #pro-box1 li .avatar{
    position: relative;
  }
  #pro-box1 li .avatar{
    display: block;
    height: 400px;
    overflow: hidden;
    width:100%;
  }
  #pro-box1 li .avatar .myClass{
    height: 400px;
  }
  .avatar:after {
    bottom: 0;
    left: 5px;
    position: absolute;
    z-index: 10;
  }
  .avatar:hover .myClass, .zhuti .avatar:hover .myClass, .bbsinner .avatar:hover .myClass {
    transform: scale(1.3);
    transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
  }


/*adv*/
.adv{
    width: 100%;
    height: 1150px;
    box-sizing: border-box;
    background: url(../images/advbj.png) center bottom no-repeat;
    padding-top: 30px;
}
.adv_con{
    width: 1350px;
    margin: 0 auto;
}
.adv_tit{
    width: 470px;
    background: url(../images/s_logo.png) left center no-repeat;
    padding-left: 90px;
    margin-left: 435px;
}
.adv_tit span{
    color: #024288;
    font-size: 45px;
}
.adv_tit em{
    display: block;
    color: #9d9d9d;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 25px;
}
.adv_des{height: 500px;}
.adv_ys{
    width: 720px;
    margin-top: 55px;
}
.adv_ys img,.adv_ys p{float: left;}
.adv_ys img{
   margin-left: 50px;   
}
.adv_ys p{
   display: block;
   margin-left: 20px;
   width: 520px;
   color: #5d5d5d;
}
.adv_ys p b{
    font-size: 28px;
    color: #333;
    display: block;
    margin-bottom: 8px;
}
.ys_a{
    margin-top: 40px;
}
.ys_b{
    margin-top: 75px;
}
.ys_b p{
    color: #fff !important;
}
.ys_b p b{
    color: #fff !important;
}
.adv_circle{
    margin-top: 70px;
}
.adv_circle img{
    animation: ball .6s infinite alternate;
}
.ys_c{
    width: 760px;
    margin-left: 330px;
    margin-top: -30px;
}
.ys_c img,.ys_c p{float: left;}
.ys_c p{
    font-size: 16px;
    color: #5d5d5d;
    margin-left: 30px;
    line-height: 38px;
}
.ys_c p b{
    color: #333;
    font-size: 28px;
    display: block;
}
/* 流程 */
.lcbt{
    text-align: center;
    color: #fff;
    padding-top: 90px;
}
.lcbt span{
    font-size: 45px;
    position: relative;
}
.lcbt span::after{
    content: '';
    display: block;
    width: 55px;
    height: 11px;
    background:url(../images/xian.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: 65px;
}
.lcbt p{
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}
.lclb{
    width: 1350px;
    margin: 0 auto;
}
.lclb ul li{
    float: left;
    width: 185px;
    height: 185px;
    background: url(../images/lca.png) center no-repeat; 
    margin-right:47px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.lclb ul li:nth-child(6){
    margin-right: 0
}
.lclb ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}
.lclb ul li span{
    font-size: 18px;
    color: #222;
}

.lclb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.lclb ul li::after{
    content: '';
    display: block;
    width: 30px;
    height:30px;
    background:url(../images/jiantoua.png) center no-repeat;
    position: absolute;
    right: -39px;
    top: 80px;
}
.lclb ul li:nth-child(6)::after{
    display: none;
}

/*案例*/
.xian{
    background: url(../images/xiana.png) center no-repeat;
}
.albt{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
}
.albt em{
    margin-left: 50px;
}
.xiangmu{
    background: url(../images/albj.jpg) bottom center no-repeat;
    padding: 30px 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: 735px;
    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: -367px;
    margin-top: -62px;
    cursor: pointer;
}
.xiangmu_des_l{
    float: left;
    padding: 15px 30px;
    width: 620px;
    height: 100px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{
    margin-top: 6px;
}
.xiangmu_des_l ul li{
    float: left;
    margin-right: 30px;
    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;
    background: url(../images/icon.png) -104px -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;
}






/*广告条*/
.ggbj{
    width: 100%;
    height: 200px;
    background: url(../images/ggbj.jpg) center  no-repeat;
}
.ggbt{padding-top: 30px;}
.ggbt b{
    font-size: 30px;
    color: #fff;
}
.ggbt b span{
    color: #f50000;
}
.ggbt em{
    font-size: 14px;
    color: #e6e6e6;
    display: block;
    line-height: 35px;
}
.gga{
    width: 550px;
    margin-top:10px;
}
.gga span{
    font-size: 35px;
    color: fff;
    font-family: "Arial";
    background: url(../images/tela.png) left center no-repeat;
    padding-left: 60px;
    float: left;
}
.gga a{
    display: block;
    width: 120px;
    height: 40px;
    background: #f50000 url(../images/wx.png) 16px center no-repeat;
    border-radius:50px;
    float: right;
    text-align: center;
    line-height: 40px;
    padding-left: 40px;
    color: #fff;
    margin-top: 5px;
}
.gga a:hover{
    text-decoration: underline;
}


/*新闻*/
.newbj{
    width: 100%;
    height: 450px;

}
.probta{
    text-align: center;
    margin-top: -68px;
}
.probta a{
    font-size: 50px;
    font-weight: bold;
    color: #0391a5;
    position: relative;
}
.probta p{
    font-size: 15px;
    color: #333
}
.probta a:hover{
    color: #ff8a01
}
.probta a::after{
    content: '';
    display: block;
    width: 90px;
    height: 60px;
    background: url(../images/s_logo.png) center no-repeat;
    position: absolute;
    right: -100px;
    top: -15px;
}
.xwfl{
    width: 790px;
}
.xwimg{
    width: 790px;
    height: 285px;
    position: relative;
    overflow: hidden;
}
.xwimg img {
     width: 790px;
    height: 285px;   
}
.xwimg span{
    display: block;
    height: 60px;
    line-height: 60px;
    background: rgba(1,66,136,.7) url(../images/jt.png) 20px center no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 550px;
    color: #fff;
    font-size: 18px;
    padding-left: 80px;
}
.xwimg img:hover{
    transform: scale(1.1);
    transition: all 0.6s;
}
.xwdown{
    width: 790px;
    height: 420px;
    background: #f4f4f4;
    margin-top: 16px;
}
.xwdown ul li{
    width: 360px;
    float: left;


    padding: 20px 15px;

}
.xwdown ul li:nth-child(2){
    border-right: 0;
}
.xwdown ul li a{
    color: #111111;
	line-height:60px;
    font-size: 17px; font-weight:bold;
}
.xwdown ul li p{
    font-size: 14px;
    color: #777;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
    margin-bottom: 15px;
}
.xwdown ul li span{
    font-size: 14px;
    color: #777;
    font-family: "Arial";
    background: url(../images/shijiana.png) left center no-repeat;
    padding-left: 30px;
}
.xwdown ul li:hover a{
    color: #024288;
    padding-left: 20px
}
.xwlb{
    width: 530px;
}
.xwlb ul li{
    height: 130px;
    background: #f4f4f4;
	margin-top:15px;

}
.xwlb ul li .xwtime{
    width: 140px;
    float: left;
    text-align: center;
    margin-top: 45px;
    border-right: 1px #e0e0e0 solid;
}
.xwlb ul li .xwtime b{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    display: block;
}
.xwlb ul li .xwtime span{
    font-size: 20px;
    color: #333;
    font-family: "Arial";
}
.xwlb ul li .xinwen{
    width: 490px;
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}
.xwlb ul li .xinwen a{
    display: block;
    height: 50px;
    border-bottom: 1px #e9e9e9 solid;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.xwlb ul li .xinwen p{
    font-size: 14px;
    color: #777;
}
.xwlb ul li:hover .xinwen a{
    color: #024288;
    padding-left: 15px;
}

/*简介*/
.abbj{
  width: 100%;
  height: 524px;
  margin-top:30px;
  background: url(../images/abbj.jpg) center no-repeat;
}
.about{
    width: 800px;
    height: 500px;

}
.neirong span{
    display: block;

    height: 70px;
    line-height: 70px;
    font-size: 40px;
    color: #d50012;

    padding-left: 10px;
    margin-left: 25px;

}
.neirong h3{
    display: block;

    height: 70px;
    line-height: 70px;
    font-size: 46px;
    color: #d50012;
    font-weight: bold;
    padding-left: 10px;
    margin-left: 25px;

}


.hjj{
	width:100%; height:300px; background:url(../images/dfd.jpg) no-repeat center;}
.neirong p{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    width: 730px;
    margin: 0 auto;
    margin-top: 30px;
    text-indent: 2em;
}
/*数字*/
.ys_box{
    width: 1360px;
    margin: 0 auto;
    position: relative;
}

.ys_box ul li{
    float: left;
    width: 270px;
    height: 120px;
    margin-top: 60px;

    text-align: center;
}
.ys_box ul li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
	    color: #fff;
}


.moree{
	width:150px; height:50px; line-height:50px; text-align:center; border:#d50012 2px solid; margin-left:35px; margin-top:20px;}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{
    width: 30px;
    height: 30px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 15px;
    background: url(../images/jta.png) center no-repeat;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #fff;
}

.sylianxi{
    width: 520px;
    height: 500px;
    background: #004084;
}
.lxbt{
    text-align: center;
    padding-top: 45px;
}
.lxbt span{
    color: #fff;
    font-size: 25px;
}
.lxbt b{
    font-size: 28px;
    color: #fff;
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
}
.lxbt em{
    font-size: 15px;
    color: #8da2c6;
    font-family:"Arial";
    text-transform: uppercase;
}
.slx{
    width: 445px;
    height: 165px;
    border:1px #4c84b8 solid;
    margin: 0 auto;
    margin-top: 35px;
}
.slx ul li{
    color: #fff;
    margin-top: 20px;
    padding-left: 90px;
}
.slx ul li em{
    font-size: 15px;
    display: block;
}
.slx ul li span{
    font-size: 16px;
}
.slx ul li p{
    font-size: 25px;
    font-family: "Arial";
}
.slx ul li:first-child{
    background: url(../images/tba.png) 25px center no-repeat;
}
.slx ul li:nth-child(2){
    background: url(../images/tbb.png) 25px center no-repeat;
}
.sylianxi a{
    display: block;
    width: 100px;
    height: 40px;
    background: #f50000 url(../images/wx.png) 20px center no-repeat;
    border-radius: 50px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    padding-left: 60px;
}
.sylianxi a:hover{
    background: #f5a100 url(../images/wx.png) 20px center no-repeat;
}

/*底部*/
.foot{
    width: 100%;
    height: 400px;
    background:#1a1a1a;
	margin-top:100px;
}
.dbpro{
    width:660px;

    margin-top: 0px;
}
.dbpro p{

    color: #fff;
    font-size: 18px;
    padding-left: 0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}
.dbpro p em{
    color: #666;
    font-size: 16px;
}
.dbpro ul li{
    float: left;
	margin-bottom:10px; margin-right:10px;
    width: 200px;
	background:#333333;
    line-height: 35px;
}
.dbpro ul li a{
    color: #a7a7a7;
    font-size: 15px;
}
.dbtel{
    width: 400px;
	background:url(../images/xiana.jpg) no-repeat right;
 
    text-align:left;
     margin-top: 0px;
     height: 185px;
}
.dbtel p{
    font-size: 15px;
    color: #fff
}
.dbtel p span{
    font-size: 30px;
    font-family: "Arial";
}
.dbewm{
    margin-top: 0px;
}
.dbewm span{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    margin-left: 30px;
}

.copy{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #222;
    text-align: center;
    color: #cdcdcd;
	 margin-top:30px;
    font-size: 15px;
}
.copy a{
    color: #cdcdcd
}



/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #035bc7;
    width: 1350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -675px;
}
.breadcrumbs .dh_box {
    width: 1350px;
    margin: 0 auto
}
.breadcrumbs .sortName {
    color:#fff;
    font-size:22px;
    font-weight:700;
}
.breadcrumbs .dqdhMain {
    color: #fff;
    padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #fff;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
    color:#fff;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
    color:#fff;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
    font-size: 15px;
}
.breadcrumbs .dqdh_class {
    margin-top:10px;
}
.breadcrumbs .dqdh_class li {
    float:left;
    padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:23px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.about_l{
    width:100%;
}
.about_tit p{
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.about_tit{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit>i{
    display: block;
    font-style: normal;
    font-size: 50px;
    color: #f3f3f3;
    font-weight: bold;
}
.about_tit>em{
    font-size: 42px;
    line-height: 1;
    color: #1d1d1f;
    font-weight: bold;
    position: relative;
    margin-top: -50px;
    display: block;
}
.about_tit>em::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -17px;
    width: 50px;
    height: 5px;
    background: #f50000;
    left: 50%;
    margin-left: -25px;
}

.about_l>p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
}
.about_tit1{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit1>em{
    font-size: 42px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.about_tit1 p{
    margin-top: 8px;
}

/*about_list*/
.about_list{
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0 30px 0;
}
.course{ width:1200px; background:url(../images/course.jpg) no-repeat center top; background-size:100% auto; margin:0 auto 70px auto; overflow:hidden;}

.course li{ width:20%; float:left; cursor: pointer;}

.course li.c01{ width:12%; margin-right:2%;}

.course li.c02{ width:24%;}

.course li.c03{width:24%; overflow:hidden;}

.course li.c04{width:24%;}

.course li.c05{ width:12%; margin-left:2%;}



.course .year{ background:#024288; border-radius:50%; font-family:Impact; text-align:center; color:#ffffff;}

.course .year:hover{ background:#f50000;}

.course .txt{ text-align:center; color:#525252; font-size:15px; line-height:1.5;}

.course .xian{width:1px;  background:#b4b4b4; margin:25px auto; position:relative;}

.course .xian:after{ content:""; position:absolute; width:14px; height:14px; position:absolute; bottom:0; left:50%; margin-left:-7px; background:#b4b4b4; border-radius:50%;}

.c01 .year{ width:90px; height:90px; line-height:90px; font-size:24px; margin:60px auto 0 auto; }

.c02 .year{ width:150px; height:150px; line-height:150px; font-size:36px; margin:30px auto 0 auto;}

.c03 .year{ width:185px; height:185px; line-height:185px; font-size:48px; margin:0 auto;margin-top: 11px;}

.c04 .year{width:150px; height:150px; line-height:150px; font-size:36px;margin: 30px auto 0 72px;}

.c05 .year{width:90px; height:90px; line-height:90px; font-size:24px; margin:60px auto 0 auto;}



.course .c01 .xian{ height:105px;}

.course .c02 .xian{ height:70px;}

.course .c03 .xian{ height:56px;}

.course .c04 .xian{ height:70px;}

.course .c05 .xian{ height:105px;}
.course .text {
    text-align: center;
    color: #525252;
    font-size: 16px;
    line-height: 2;
    padding: 0;
    margin-top: 0;
}




/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
    margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
    width: 100%;
    min-height: 550px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    margin-bottom: 50px;
    height: auto;
}
.pcon_tel{
    width: 630px;
    margin-left: 80px;
    margin-top: 90px;
}
.pcon_tel b{
    color: #333;
    font-size: 25px;
}
.pcon_tel em{
    display: block;
    width: 70px;
    height: 3px;
    background: #f50000;
    margin: 10px 0;
}
.pcon_tel span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}
.pcon_tel p{
   line-height: 35px;
   font-size: 17px;
   color: #555;
}
.pcon_ewm{
    width: 450px;
    margin-right: 120px;
    border-left: 1px #ececec solid;
    padding-left: 40px;
    height: 450px;
    margin-top: 55px;
}
.pcon_ewm ul li{
    width: 280px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 80px;
    padding: 15px 15px 15px 55px;
    position: relative;
}
.pcon_ewm ul{
    margin-top: 10px;
}
.pcon_ewm ul li b{
    color: #666;
    display: block;
    margin-top: 17px;
}
.pcon_ewm ul li span{
    display: block;
    font-size: 26px;
    margin-top: 5px;
    font-family: "Arial"
}
.pcon_ewm ul li em{
    display: block;
    line-height: 25px;
}
.pcon_ewm ul li:first-child::after{
     content: '';
    display: block;
    position: absolute;
    left: -55px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_a.png) center no-repeat;

}
.pcon_ewm ul li:nth-child(2) ::after{
     content: '';
    display: block;
    position: absolute;
    left: -55px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_b.png) center no-repeat;

}
.pcon_ewm ul li:nth-child(3) ::after{
     content: '';
    display: block;
    position: absolute;
    left: -55px;
    bottom: 22px;
    width: 86px;
    height: 86px;
    background: url(../images/con_c.png) center no-repeat;

}

/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 30px;
}
.proListal {
    width:1060px;
}
.proListal li {
    width:342px;
    float:left;
    margin:0 0 20px 11px;
    position:relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.proListal li .boxal {
    width:100%;
    height:310px;
    display:block;
    cursor:pointer;
}
.proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:100%;
    height:310px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 30px;
    line-height: 45px;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;

}
.proListal li .spanal p em{
    color: #999999;
    font-size: 16px;
    float: left;
}

.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
    background: #035bc7;
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #034ea1;
}
.proListal li:hover .spanal p em{
    color: #fff;
}

.proListal li .avatarb {
    position: relative;
}
.proListal li .avatarb {
    display: block;
    height: 340px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal {
    height: 340px;
}
.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;
}

.map_r{
    width: 100%;
    height: 500px;
    margin:0 auto;
    margin-top: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/*内页分类*/
.left_class {
    width:270px;
    border:1px #e1e1e1 solid;
}
.left_class .classT {
    background:#035bc7 url(../images/profl.png) 40px center no-repeat;
    position: relative;
    z-index: 10;
    padding-left: 100px;
    height: 110px;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 260px;
    margin:0 auto;
    height: 45px;
    background:#035bc7;
    line-height:45px;
    text-align: left;
    margin-top:5px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:block;
    padding-left:20px;
}
.left_class .subNav:hover {
    background: #f50000 ;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    display: block;
    width: 205px;
    margin: 0 auto;
    margin-top: 10px; 
}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ccc dotted;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #333;
    padding-left: 15px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 200px;
    height: 100px;
    background: #da251d url(../images/telc.png) 10px 40px no-repeat;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    padding-left: 70px;
    padding-top: 30px;
}
.left_class .lxwm p{
    font-size: 28px;
    font-family: "Arial";
}


/*show_pro*/
    .bigimg {
        width: 570px;
        margin: 0 auto;
        text-align: center;
    }

    .bigimg>div {
        top: 0;
        left: 0;
        overflow: hidden;
        text-align: center;
        display: none;
        width: 570px;
    }

    .bigimg>div>img {

        height: auto;

    }

    .thumbs {
        width: 570px;
        margin: 20px auto;
        overflow: hidden;
        position: relative;
    }

    .ul_go>ul {
        position: relative;
    }

    .thumbs ul li {
        float: left;
        width: 185px;
        height: 140px;
        margin: 0 5px;
    }

    .thumbs ul li img {
        width: 100%;
        height: auto;
        min-height: 140px;
    }

    .arrow_left,
    .arrow_right {
        width: 15px;
        height: 60px;
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        color: #fff;
        cursor: pointer;
        background: #ccc;
        border-radius: 5px;
        line-height: 60px;
    }

    .arrow_left:hover,
    .arrow_right:hover {
        background: #004084;
    }

    .arrow_left {
        top: 40px;
        left: 0px;
    }

    .arrow_right {
        top: 40px;
        right: 0px;
    }

    .ul_go {
        width: 585px;
        overflow: hidden;
        margin: 0 auto;
    }

    .chose {
        padding: 10px 10px;
        border: 1px solid rgb(235, 235, 235);
        width: 570px;
        margin: 0 auto;
    }
.page_pro_show_pro{
    position: relative;
    float: left;
    width: 1045px;
    margin-left: 30px;
}
.ssss_des{
     float: right; 
     width: 420px;
}
.product_title{
    height: 50px;
    line-height: 38px;
    border-bottom: 1px #ccc solid;
}
.product_title h2{
     font-weight: 700;
     font-size: 24px;
     color: #024288;
}
.lianxia{
    margin-top: 15px;
    display: block;
    width: 180px;
    height: 50px;
    background: #f50000;
    border-radius: 50px;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
}
.lianxia a{
    font-size: 18px;
    color: #fff; 
    display: block;
}
.lianxia a:hover{
    background: #ff8a01;
    border-radius: 50px;
}

.show_pro_tit {
    position: relative;
    margin: 30px 0;
}
.show_pro_des{
    position: relative;
}

.show_pro_tit h3 {
    font-size: 24px;
    color: #0058d6;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal;
}

.show_pro_tit span {
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    display: block;
}

.show_pro_des img {
    display: block;
    margin: 0 auto;
}

.show_pro_des p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis; 
    word-break: break-all; 
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3;
}






/*新闻列表页*/
.main {
    background: #f5f5f5;
    height: auto;
}
.mainBox {
    padding-bottom: 100px;
}
.tit1 {
    text-align: center;
    position: relative;
    padding-top: 50px;
}
.tit1 h3 {
    font-size: 40px;
    color: #333;
}
.tit1 h3 span {
    display: inline-block;
    width: 169px;
    height: 58px;
    background: url(../images/icon1.png) -123px -4px no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    vertical-align: middle;
    margin-right: 8px;
}
.tit1 p {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}
.page_news{
    position: relative;
}
.page_news ul{
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 1360px;
    height:240px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;

    border: 1px solid #eeeeee;
    float: left;

    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 30%;
    height: 240px;
	float:left;

    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: 230px;
	float:left;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
    font-family: "Arial";
}
.page_news ul li h3{
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
    display: block;
    font-style: normal;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(../images/more.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 1360px;
    height: 230px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
    width: 65%;
	float:right;
}
.page_news_tit a:hover::after{

}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(../images/icon.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #014288;
}
/*新闻内页*/
.show_news_content{
    float: left;
    width: 1000px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ebebeb;
}
.show_news_tit{
    font-size: 18px;
    color: #333;
}
.show_news_tit h3{
    font-weight: normal;
    text-align: left;
    color: #014288;
    font-size: 30px;
}
.show_news_tit ul{
    margin: 10px 0 40px 0;
}
.show_news_tit ul li{
    float: left;
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.show_news_tit ul li a{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #f50000;
    color: #fff;
    line-height: 30px;
}
.show_news_tit ul li a:hover{
    background: #0391a5;
}
.show_news_con p{
    line-height: 30px;
}
.show_news_r{
    float: right;
    width: 335px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #ebebeb;
}
.r_wz span{
    display: block;
    height: 50px;
    border-bottom: 1px #ccc solid;
    line-height: 50px;
    font-size: 23px;
    background: url(../images/icona.png) left center  no-repeat;
    padding-left: 30px;
}
.r_wz ul{
    margin-top: 20px;
}
.r_wz ul li{
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 15px;
}
.r_wz ul li strong{
    font-size: 16px;
}
.r_wz ul li i{
    font-style: normal;
    font-size: 14px;
    color: #666;
    display: block;
    margin: 5px 0;
}
.r_wz ul li p{
    font-size: 15px;
    color: #555
}


.r_pro{
    margin-top: 30px;
}
.r_pro span{
    font-size: 23px;
    border-bottom: 3px solid #666;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.r_pro ul li{
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.r_pro ul li a{
    display: block;
    width: 100%;
    height: 1005;
}
.r_pro ul li img{
    width: 100%;
    height: auto;
    min-height: 160px;
    transition: all 0.6s;
}
.r_pro ul li i{
    width: 120px;
    height: 40px;
    background: #f50000;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    line-height: 40px;
    font-style: normal;
}



/*fenye*/
.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:#1d76f8;
    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:#0391a5;
    color:#fff;
    border:1px solid #0391a5;
}
/*新闻详情*/
.main .main_right {
    width: 100%;
    padding-top: 5px;
    background: #fff;
}
.main .tT01 {
    text-align:center;
    line-height:35px;
    padding-top:50px;
}
.main .tT01 .span1 {
    font-size:24px;
    color:#444;
}
.subtitle {
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
}
.subtitle span {
    padding:0 30px;
}
.subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}
.subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    padding: 30px;
}
.viewpage {
    margin:0;
    padding:20px 0 50px 0;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f0f0f0;
    border-radius: 50px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
    height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
    width:630px;
    height:630px;
    background-color:#fff;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
    width:550px;
    height:550px;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:680px;
}
.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;
    width:680px;
    line-height: 28px;
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.lianxi {
    margin-top: 15px;
}
.lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#fd4f2a;
    font-size:18px;
    border-bottom:1px solid #fd4f2a;
    padding-left:28px;
}
.lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.lianxi .a.a_qq span{font-size:15px}
.lianxi .a.a_tel {
    background:url(../images/tele.png) left center no-repeat;
}

.product_top .nyyslb{
    margin-top: 35px;
}
.product_top .nyyslb ul li{
    float: left;
    width: 170px;
    text-align: center;
}
.product_top .nyyslb ul li img{
    border:4px #004ab9 solid;
    border-radius: 100px;
    padding: 3px
}
.product_top .nyyslb ul li span{
    color: #004ab9;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 45px;
}
.product_top .nyyslb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #004ab9;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
    color:#fff;
    display: block;
}
.product_top .dianhua:hover {
    background-color:#fd4f2a;
}
.share {
    margin-top:10px;
}
.share .span1 {
    line-height:32px;
    color:#999;
    padding-right:10px;
    font-size:15px;
}
.xiangqing {
    border-top: 30px solid #fff;
}
.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    border-bottom:2px solid #024288;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background-color:#da251e;
    color:#fff;
}
.contenta {
    background: #fff;
    border: 1px solid #ddd;
}
.contact_title2 {
    text-align: center;
    font-size: 18px;
    color: #888;
}
.lx_b {
    width: 100%;
    height: 422px;
    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;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color:#035bc7;}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{padding:50px 0 50px 280px;}

#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; 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:#035bc7; }

.wizfrm:hover{ background-color:#ff8a01; }

.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.shipin{
    margin: 0 auto;
    display: block;
    width: 550px;
    margin-top: 100px;
        background: #fff;
        padding: 50px
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -379px;
    margin-left: 328px;
    cursor: pointer;
}


.case{
    width: 100%;
    height: 660px;

    position: relative;
}
.kwbt{
  text-align: center;
  margin-top: 35px;
}
.kwbt a{
  font-size: 44px;
  color: #333;
  font-weight: bold;
}
.kwbt a img{margin-top: -10px;}
.kwbt a span{
  color: #ae2f2b
}
.kwbt p{
  color: #333;
  font-size: 16px;
}
.kwbt a:hover{
  color: #ae2f2b
}

.xiangmu_con{
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 630px;
    height: 420px;
    position: relative;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 420px;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 420px;
}
.xiangmu_prev,.xiangmu_next{
    position: absolute;
    top: 50%;
    width: 85px;
    height: 85px;
    background: #ae2f2b;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -35px;
}
.xiangmu_prev:hover,.xiangmu_next:hover{
    background: #515251;
}
.xiangmu_prev::after,.xiangmu_next::after{
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    background-image: url(../images/jiantou.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.xiangmu_prev::after{
    background-position: 0px -18px;
}
.xiangmu_next::after{
    background-position: 21px -18px;
}
.xiangmu_prev{

}
.xiangmu_next{
    right: 31%;
}
.case_cover{
    position: absolute;
    width: 565px;
    height: 110px;
    box-sizing: border-box;
    bottom: 30px;
    left: 50%;
    margin-left: -282.5px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 10px 20px;
    display: none;
}
.xiangmu_con>ul>li:hover .case_cover{
    display: block;
}
.case_cover strong{
    font-size: 20px;
    display: block;
}
.case_cover strong::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ae2f2b;
}
.case_cover p{
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #515251;
    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: 28px;
    font-family: "Impact";
    vertical-align: middle;
    font-weight: normal;
    padding-left: 40px;
}
.case_phone ul li:nth-child(1){
    background: #ff0000 url(../images/tell3.png) 20px center no-repeat;
}
.case_phone ul li:hover{
    background: #ff0000 ;
}


.advbj{
  width: 100%;
  height: 1000px;
  background:url(../images/fg2.jpg) top no-repeat;
  margin-top: 120px;
}


.modds{
	 font-size:27px; color:#FFF;}
.modds img{
	padding-left:40px;}
.modds{
	width:345px; height:50px; line-height:50px; background:#ff0000; margin:0px auto; border-radius: 25px;}
.ysbt{
    text-align: center;
    margin-top: -100px;
    position: relative;
}
.zhutu img{
    display: block;
    margin-top: 250px;
    margin-left: 230px;
}
.zhutu img:hover{
  animation: ball .6s infinite alternate;
  cursor: pointer;
}
.dingwei{
  position: absolute;
  z-index: 999
}
.dingwei img:hover{
   transition: all 0.5s;
   transform: rotate(360deg);
   cursor: pointer;
}
.ysa{
  top: 0;
  left: 150px;
  width: 410px;
  margin-top: -50px;
}
.ysa p{
  width: 145px;
  height:205px;
  padding-left:30px; padding-right:30px;
  padding-top:30px;
  background:url(../images/ff1.png) no-repeat center;
}
.wenzi{
  font-size: 15px;

  text-align:center;
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
}
.wenzi b{
  font-size: 26px;
  padding-top:30px;

  color: #fff;


  display: block;
  margin-bottom: 12px;
}
.ysb{
  top: 240px;
   background:url(../images/ff1.png) no-repeat center;
  left: 0;
  width: 145px;
  height:205px;
  padding-left:30px; padding-right:30px;
}
.ysb img{
  margin:0 auto; 
  display: block;
  margin-bottom: 35px;
}
.ysc{
  top:0;
  right:120px;
  width: 145px;
  height:205px;
  padding-left:30px; padding-right:30px;
  background:url(../images/ff1.png) no-repeat center;
  margin-top:-20px
}
.ysc p{
 
}
.ysd{
  top: 260px;
  right: 0;
  width: 145px;
  height:205px;
  padding-left:30px; padding-right:30px;
  background:url(../images/ff1.png) no-repeat center;
}
.ysd img{
  margin-left: 110px;
  margin-bottom: 30px;
}



.di_co{
	 height:110px;  position:relative; top:-50px; width:1360px; margin:0px auto;}
.di_co ul li{
	width:270px; height:95px; background:#f2f2f2; padding-left:20px; float:left; margin-right:32px; line-height:40px; padding-top:10px; color:#FFF; font-size:16px;}

.di_co ul li:nth-child(1){
	width:320px; height:70px; border:13px solid #e4e4e4; background:#fff; float:left; line-height:70px;     border-radius: 70px; color:#333; font-size:18px ;padding-top: 0px;}
.di_co ul li:nth-child(1) img{ margin-left:0px; margin-top:0px;}
.di_co ul li:nth-child(2){
 background:#da251e;}	
 .di_co ul li:nth-child(3){
 width:620px; height:95px;}	
	.di_co ul li:nth-child(3){
margin-right:0px;}



.case_con{
    width: 98%;

    margin: 20px auto 0 auto;
    overflow: hidden;
	background:url(../images/case3.jpg) no-repeat bottom;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:430px;
    height: 430px;
    float: left;
    margin-left: 5px;
	margin-right: 5px;


    overflow: hidden;
	text-align: center;
}
.case_go ul li .alimg {
	display: block;
    width: 430px;
    height: 425px;
	overflow: hidden;
}
.myClassa{
	background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;
	width: 430px;
    height: 425px;

	}
.case_go ul li p{
	 text-align: center;
	 font-size: 18px;
	 color: #222;
	 line-height: 60px;
}
.case_go ul li p .altitle{
	float: left;
	font-size: 18px;
	color: #fff;
	display:block;
	position:relative; margin-top:-49px;
	background:url(../images/bhj.png) no-repeat top;
	width:430px; height:49px; line-height:49px; text-align: center;
}
.case_go ul li p .almore{
	float: right;
	color: #cdcdcd;
	font-size: 20px;
}
.case_go ul li:hover .altitle{
	color: #ff810e;

}
.case_go ul li:hover .almore{
   color: #155cbc;
}

.case_go ul li:hover .alimg .myClassa{

}
.case_a,.case_b{
    float: left;
}
