@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{
    width: 100%;
    height: 120px;
    background:url(../images/navbj.jpg) center no-repeat;
}
.logo{
    margin-left: 8%;
}
.navb {
    height: 120px;
    line-height: 120px;
    margin-left: 3%;
    width:48%;
}
.navb .active {
    position: relative;
    float: left;
    width:11.5%;
    display: inline;
    text-align: center;
}

.navb .on{
    background: url(../images/dhbj.png) center no-repeat;
    background-size: 100%

}
.navb .on a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    left: 38%;
    width: 24px;
    height: 23px;
    background:url(../images/smalllogo.png) center no-repeat;
}

.navb h3 {
    font-size: 100%;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}
.navb h3 a {
    zoom: 1;
    display: block;
    color: #fff;
    text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
    color: #fff;
    font-weight: bold;
    text-decoration: none;

}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 120px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -280px !important;
    width: 1080px;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
}
.navb .sub li a:hover {
    background:#ddd;
    color:#c00;
}
.navb .sub li a img {
    width: 200px;
    height:119px;
}
.navb .sub li p {
    text-align:left;
}
.mun1 {
    width:1080px;
    height:720px;
    background:#f6f6f6;
    -moz-box-shadow:0px 2px 2px #999 inset;
    -webkit-box-shadow:0px 2px 2px #999 inset;
    box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
    width:200px;
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:13px;
    margin-top:20px;
}
.mun1 ul li h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:35px;
    display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
    width:100%;
    height:28px;
    display:block;
    color:#919191;
    font-size:13px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
    color:#0c438c;
    background:none;
}
.mun1 ul li ul li {
    width:75px;
    float:left;
    margin:0px;
}
.nav .sub .mun1 ul li ul li a {
    color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
    color:#0c438c;
    background:none;
}
.htel{
    margin-right: 9%;
    margin-top: 45px;
    background: url(../images/tel.png) left center no-repeat;
    color: #fff;
    font-size: 30px;
    font-family: "Arial";
    padding-left: 43px;
}


@media screen and (max-width: 1830px) {
    .logo {margin-left: 1%;}
    .htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
        padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
}

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

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 80px;
  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;top: -100px;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;
}





/*分类*/
.probj{
    width: 100%;
    height: 1570px;
    background:url(../images/probj.jpg) center no-repeat;
}
.hotfl{
    width: 1350px;
    height: 420px;
    background: url(../images/hotfl.jpg) center no-repeat;
    margin: 0 auto;
    margin-top: -30px;
    z-index: 999;
    position: relative;
    padding-top: 25px;
}
.hotimg{
    margin-left: 30px;
}
.hotimg li{
    float: left;
    width: 330px;
    height: 196px;
    overflow: hidden;
    position: relative;
}
.hotimg .imglb img{
    transition: all 0.5s;
}
.hotimg .imglb:hover img{
    transform: scale(1.1);
}
.hotimg .imglb span{
    display: block;
    width: 90px;
    height: 30px;
    border-radius:15px 0 15px;
    position: absolute;
    z-index: 999;
    left: 18px;
    bottom: 15px;
    background: linear-gradient(to right, rgba(253,79,42,1), rgba(255,93,60,1));
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.hotimg .imglb:hover span{
    background: #1b5fa0
}
.flimg b{
    color: #1b5fa0;
    font-size: 26px;
    display: block;
    margin-top: 35px;
}
.flimg span{
    color: #bebfc0;
    font-size: 16px;
}
.flimg em{
    display: block;
    width: 55px;
    height: 4px;
    background: #1b5fa0;
    margin-top: 25px;
}
.flimg{
    background: url(../images/jiantou.png) 250px center no-repeat;
}
.flmore{
    width: 240px;
    height: 145px;
    border:2px #1b5fa0 solid;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
    line-height: 145px;
    font-size: 18px;
    color: #1b5fa0;
    position: relative;
}
.flmore:hover{
    background: #1b5fa0;
    color: #fff
}
.flmore::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 55px;
    width: 40px;
    height: 40px;
    background: url(../images/jta.jpg) center no-repeat;
    right: -20px;
}

.search {
    width:400px;
    margin:0 auto;
    margin-top:30px;
    background: #004ab9;
    height: 55px;
    border-radius: 50px;
  }
  .search input {
    background: none;
    border: none;
    padding: 10px 10px;
    color: #9f9f9f;
    width: 290px;
    font-size: 14px;
    height: 45px;
    background: #fff;
    border-radius:50px;
    margin-left: 6px;
	float: left;
	margin-top: 5px;
  }
  .search input:focus {
	  outline: none;
  }
  .search p {
	  color: #fff;
	  margin-top: 20px;
	  font-size: 15px;
  }
  .search button {
    width: 75px;
    height: 55px;
    background: url(../images/fangda.png) right center no-repeat;
    border: none;
    float: right;
    margin-right: 18px;
    color: #fff;
    font-size: 18px;
    text-align: left;
  }


.probt{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}
.probt b{
    font-family: "Arial";
    color: #e6effc;
    font-size: 83px;
}
.probt a{
    display: block;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-top: -75px;
}
.probt a span{
    color: #004ab9
}
.probt p{
    font-size: 15px;
    color: #6d6d6d;
}
.probt a::after{
    content: '';
    display: block;
    position: absolute;
    top:-5px;
    width: 45px;
    height: 45px;
    background: url(../images/tba.png) center no-repeat;
    right: -45px;
}
.probt a:hover{
    color: #004ab9
}

.cpnav{
    width: 1350px;
    margin: 0 auto;
    height: auto;
}
.cpnav ul li{
    float: left;
    width: 260px;
    height: 43px;
    border-radius: 5px;
    margin-right: 8px;
    border:1px #d8d8d8 solid;
    margin-top: 8px;
    text-align: center;
    line-height: 43px;
}
.cpnav ul li a{
    display: block;
    font-size: 16px;
    color: #000
}
.cpnav ul li:hover{
    background: #004ab9;
}
.cpnav ul li:hover a{
    color: #fff
}

/*pro*/
.pro_litpic {
    width: 90%;
    margin: 0 auto;
    height: 760px;
    overflow: hidden;
    position: relative;
    margin-top: 35px;
}
.pro_a{
    overflow: hidden;
}
.pro_b{
    overflow: hidden;
}
.pro_go ul li {
    width: 25%;
    padding: 8px 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.pro_go ul li span{
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.pro_go ul li .pro_img{
    width: 100%;
    display: block;
    overflow: hidden;
}
.pro_go ul li .pro_img img{
    width: 100%;
    height: auto;
}

.pro_go ul li:hover img{
    transform: scale(1.1);
}
.pro_go ul li .pro_img span{
    display: block;
    width: 186px;
    height: 48px;
    background: url(../images/btbj.png) center no-repeat;
    bottom: 8px;
    position: absolute;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
}
.pro_go ul li:hover .pro_img span{
    display: none;
}

.pro_go ul li .pro_bt{
    display: none;
}
.pro_go ul li:hover .pro_bt{
    display: block;
    position: absolute;
    bottom: 8px;
    background: rgba(0, 73, 185, .7);
    width: 96%;
    height: 96%;
    text-align: center;
}
.pro_go ul li:hover .pro_bt img{
    margin-top: 70px;
}
.pro_go ul li:hover .pro_bt h3{
    width: 320px;
    height: 60px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    margin: 0 auto;
    margin-top: 35px;
    color: #fff;
    font-size: 23px;
    line-height: 60px;
}
.pro_go ul li:hover .pro_bt em{
    font-size: 33px;
    font-family: "Arial";
    color: #fff;
    line-height: 80px;
}

.bai{
    width:90%;
    padding: 13px;
    background: #fff;
    margin: 0 auto;
}
/*adv*/
.advbj{
    width: 100%;
    height: 1055px;
    background:url(../images/advbj.jpg) center no-repeat;
    margin-top: 45px;
    padding-top: 35px;
}
.ysbt{
    background: url(../images/ysbt.png) center top no-repeat;
    height: 160px;
    text-align: center;
    padding-top: 20px;
}
.ysbt b{
    font-size: 38px;
    color: #fff;
    margin-left: 100px;
}
.ysbt span{
    display: block;
    width: 330px;
    height: 45px;
    background: #fd4f2a url(../images/tela.png) 20px center no-repeat;
    border-radius: 50px;
    line-height: 45px;
    font-size: 33px;
    font-family: "Arial";
    color: #fff;
    margin-top: 13px;
    margin-left: 550px;
}
.yslb{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.yslb ul li{
    width: 250px;
    height: 230px;
    background: #fff;
    border-radius: 8px;
    float: left;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 35px;
    text-align: center;
}
.yslb ul li img{
    display: block;
    margin: 0 auto;
    margin-top: -45px;
}
.yslb ul li b{
    color: #004ab9;
    font-size: 22px;
    margin-top: 15px;
    display: block;
}
.yslb ul li em{
    display: block;
    width: 30px;
    height: 4px;
    background: #fd4f2a;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.yslb ul li p{
    display: block;
    width: 210px;
    margin: 0 auto;
    font-size: 14px;
    color: #5c5c5c;
    text-align: left;
}
.yslb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.ysimg{
   position: relative;
   height: 430px;
}
.zhuimg{
   display: block;
   margin: 0 auto;

}
.dw{
   position: absolute;
}
.ysimg ul li{
    width: 145px;
    height: 110px;
    background: url(../images/yuan.png) center no-repeat;
    text-align: center;
    color: #fff;
    font-size: 23px;
    padding-top: 35px;
}
.ya{
    top:30px;
    left: 310px;
}
.yb{
    bottom: 40px;
    left: 160px;
}
.yc{
    top:30px;
    right: 310px;
}
.yd{
    bottom: 40px;
    right: 160px;
}
.ysimg ul li:hover{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}


/* case */
.case .swiper-container.{
    margin-top: 20px;
}
.case .swiper-container.anli .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px;
    height: 400px;
    border: 10px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.case .swiper-container.anli .swiper-slide a img{
    width: 100%;
    height: auto;
    min-height: 370px;
}
.case .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.case .swiper-pagination .swiper-pagination-bullet{
    margin: 0 2px;
}
.case {
    position: relative;
    margin: 30px 0;
    height: 460px;
}
.case .swiper-pagination .swiper-pagination-bullet-active{
    background: #d71618;
}
.case_phone{
    width: 620px;
    margin: 45px auto;
}
.case_phone ul li{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #454545;
    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: #fd4f2a url(../images/tela.png) 30px center no-repeat;
}
.case_phone ul li:hover{
    background: #004ab9
}

/*简介*/
.abbj{
    width: 100%;
    height: 680px;
    background: url(../images/abbj.jpg) center no-repeat;
}
.abimg{
    margin-top: 200px;
}
.abnr{
    width: 730px;
    margin-right: 30px;
    margin-top: 220px;
}
.about{}
.about em{
    display: block;
    width: 50px;
    height: 5px;
    background: #004ab9;
    margin-bottom: 20px;
}
.about h3{
    font-size: 28px;
    color: #004ab9;
    font-weight: bold;
}
.about h3 b{
    font-weight: normal;
    font-size: 23px;
    color: #666;
}
.about span{
    font-size: 18px;
    color: #999;
    letter-spacing: 16px;
    line-height: 40px;
}
.about p{
    font-size: 15px;
    color: #333;
    line-height: 28px;
    display: block;
    margin-top: 30px;
}
.abouttel{margin-top: 40px;}
.abouttel span{
    font-size: 35px;
    font-family: "Arial";
    color: #333;
    float: left;
}
.abouttel a{
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    background: #fd4f2a;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
.abouttel a:hover{
    background: #004ab9
}


/*数字*/

.ys_box{
    height: 230px;
    width: 100%;
    border-bottom: 7px #004ab9 solid;
    position: relative;
}
.ys_box ul{
    width: 1350px;
    margin: 0 auto;
    background: url(../images/xian.jpg) left center no-repeat;
}

.ys_box ul li{
    float: left;
    width: 337px;
    height: 195px;
    background: url(../images/xian.jpg) right center no-repeat;
    text-align: center;
}
.ys_box ul li+li+li+li{
    border-right: 0;
}
.ys_box .div1{
    position: relative;
    margin-top: 30px;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #444;
    font-family: "Arial";
}
.ys_box .div1 .span3{width: 30px;height: 30px;display:inline-block;margin-left: 10px;position: relative;bottom: 0;background: url(../images/jt.png) center no-repeat;}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #666;
}
/*新闻*/
.newbj{
    width: 100%;
    height: 730px;
    background: url(../images/xwbj.jpg) bottom center no-repeat;
    border-top: 3px #004ab9 solid;
    margin-top: 3px;
}
.xwlb{
    width: 100%;
    
}
.xwlb ul li{
    box-sizing: border-box;
    width: 25%;
    float: left;
}
.xwlb ul li .xwimg{
    display: none;
}
.xwlb ul li .xwimg img{
width:100%
}
.xwlb ul li .xinwen{
    height: 230px;
    background: #e7e7e7;
    margin-top: 100px;
    padding: 40px 25px;

}
.xwlb ul li:nth-child(2n) .xinwen{
    background: #f5f5f5;
}
.xwlb ul li .xinwen h3{
    height: 30px;
    overflow: hidden;
}
.xwlb ul li .xinwen h3 a{
    font-size: 18px;
    color: #191919;

}
.xwlb ul li .xinwen em{
    display: block;
    width: 50px;
    height: 3px;
    background: #004ab9;
    margin-top: 20px;
    margin-bottom: 40px;
}
.xwlb ul li .xinwen p{
    font-size: 15px;
    color: #5a5a5a;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xwlb ul li .xinwen .xwtime{
    margin-top: 30px;
}
.xwlb ul li .xinwen span{
    font-size: 16px;
    color: #7e7e7e;
    font-family: "Arial";
    background: url(../images/shijiana.png) left center no-repeat;
    padding-left: 40px;
    display: block;
    height: 23px;
    line-height: 23px;
    float: left;
    
}
.xwlb ul li .xinwen .xwmore{
    float: right;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/xwmore.png) center no-repeat;
}
.xwlb ul li:hover{
    border: 1px #005bac solid;
    margin-top: 25px;
}
.xwlb ul li:hover .xwimg{
    display: block;
    height: 230px;
    width: 100%;
    overflow: hidden;

}
.xwlb ul li .xwimg:hover  img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.xwlb ul li:hover .xinwen{
    margin-top: 0;
    height: 180px;
    background: #fff;
    padding:20px 25px;
}
.xwlb ul li:hover .xinwen h3 a{
    color: #004ab9;
    padding-left: 15px;
    font-weight: bold;
    display: block;
}
.xwlb ul li:hover .xinwen em{
    margin-bottom: 20px;
}
.xwlb ul li:hover .xinwen .xwtime{
    margin-top:20px;
}
.xwlb ul li:hover .xinwen .xwtime .xwmore{
    display: none;
}

/*底部*/
.footer{
    width:100%;
    height: 750px;
    background: url(../images/footbj.jpg) center no-repeat;
}
.on_ly {
    width: 705px;
    margin-top: 88px;
}
.dbtit b{
    font-size: 50px;
    font-family: "Arial";
    color: #fff;
}
.dbtit span{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 25px;
}
.dbtit p{
    font-size: 16px;
    color: #fff;
}

.on_ly ul{
    margin-top: 35px;
}
.on_ly ul li {
    margin-bottom: 13px;
}
.on_ly ul li span{
    color: #2d65d6;
      cursor: pointer;
}
.on_ly ul .in_flt {
    width: 700px;
    height: 45px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 12px;
    border: 1px #fff solid;
    border-radius: 5px;
    background: #fff
}
.on_ly ul li .FaqTitlesy {
    width: 230px;
    height: 45px;
    background: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 15px;
    float: left;
}
.on_ly ul li #VCode {
    float: left;
    width: 145px;
    border-radius: 5px;
}
.on_ly ul .in_flta {
    width: 700px;
    height: 130px;
    background: #121212;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 15px;
    border: 1px #fff solid;
    border-radius: 5px;
    background: #fff
}
.on_ly ul .nanniu_bj {
    width: 700px;
    height: 45px;
    background: #2d65d6;
    border:none;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
}
.on_ly ul .nanniu_bj:hover {
    background: #fd4f2a;
}
.foottel{
    width: 470px;
    height: 470px;
    background: rgba(45, 101, 215, .75);
    margin-top: 75px;
    padding: 60px;
}
.foottel h3{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.foottel .ftela{
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    display: block;
    margin-top: 20px;
}
.foottel .ftelb{
    font-size: 23px;
    color: #fff;
    margin-top: 0px;
}
.foottel .ftelb b{
    font-weight: normal;
    font-size: 37px;
    font-family: "Arial";
    display: block;
}
.foottel ul li{
    float: left;
    margin-right: 50px;
    margin-top: 5px;
    text-align: center;
}
.foottel ul li span{
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 45px;

}

.copy{
    height:50px;
    line-height:50px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.copy a{
    color: #fff;
}


/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #1b5fa0;
    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: 75px;
    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: #fd4f2a;
    left: 50%;
    margin-left: -25px;
}

.about_l>p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    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;
}
/*内页联系方式*/
.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;
}
.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;
}
.page_contact h4{
    font-size: 34px;
    color: #1b5fa0;
    margin: 30px 0;
    font-weight: bold;
    margin-left: 20px;
}
.page_contact p{
    margin-left: 20px;
    font-size: 17px;
    line-height: 35px;
}

.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #82bcf3;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}

/*产品列表页*/
.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: 15px;
    float: left;
}
.proListal li .spanal p i{
    float: right;
    background: url(../images/ico_6_on.png) right center no-repeat;
    width: 25px;
    line-height: 45px;
    height: 45px;
    opacity: .15;
}
.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
    background: #1b5fa0;
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #3c7bb8;
}
.proListal li:hover .spanal p em{
    color: #fff;
}
.proListal li:hover .spanal p i{
    background: url(../images/ico_6.png) right center no-repeat;
    opacity: 1;
}
.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;
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}

/*内页分类*/
.left_class {
    width:270px;
    border:1px #e1e1e1 solid;
}
.left_class .classT {
    background:#1b5fa0 url(../images/profl.png) 40px center no-repeat;
    position: relative;
    z-index: 10;
    padding-left: 100px;
    height: 110px;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    text-align: left;
    margin-top: 15px;
}
.left_class .subNav .yiji {
    width: 190px;
    margin:0 auto;
    height: 45px;
    background:#1b5fa0 url(../images/dian.png) 20px center no-repeat;
    line-height:45px;
    text-align: left;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:inline-block;
    padding-left:50px;
}
.left_class .subNav .yiji:hover {
    background: #fe461f url(../images/dian.png) 20px center no-repeat;
}

.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: 195px;
    height: 100px;
    background: #195d9f url(../images/tela.png) 20px 40px no-repeat;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    padding-left: 75px;
    padding-top: 30px;
}
.left_class .lxwm p{
    font-size: 23px;
    font-family: "Arial";
    font-weight: bold;
}
/*新闻列表页*/
.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: 325px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    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: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    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: 325px;
    height: 500px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
    height: 100%;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.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: #0051a4;
}
/*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:#cc0000;
    color:#fff;
    border:1px solid #cc0000;
}
/*新闻详情*/
.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;
}
.main .subtitle {
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
}
.main .subtitle span {
    padding:0 30px;
}
.main .subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}
.main .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;
}
.product_top .lianxi {

}
.product_top .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;
}
.product_top .lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
    background:url(../images/teld.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: 50px solid #fff;
}
.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    background-cologr:#fff;
    border-bottom:2px solid #1b5fa0;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background-color:#1b5fa0;
    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; background:url(../images/xiana.jpg) center center no-repeat;}

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

.liuyan span{ font-size:20px;color:#1b5fa0;}

.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:#1b5fa0; }

.wizfrm:hover{ background-color:#fe461f; }
.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;
}

 .client-2 { position: fixed;right: -170px; top: 80%;z-index: 900;}  
#client-2{ overflow:inherit;}
.client-2 li a {text-decoration: none;}
.client-2 li {margin-top: 1px;clear: both;height: 62px;position: relative;}
.client-2 li i {background: url(../images/fx.png) no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}
.client-2 li p {height: 20px;font-size: 12px;line-height: 20px;overflow: hidden; text-align: center;color: #fff;}
.client-2 .my-kefu-qq i {background-position: 4px 5px;}
.client-2 .my-kefu-tel i {background-position: 0 -21px;}
.client-2 .my-kefu-tel1 i {background-position: -35px 5px;}
.client-2 .my-kefu-liuyan i {background-position: 4px -53px;}
.client-2 .my-kefu-weixin i {background-position: -34px 4px;}
.client-2 .my-kefu-weibo i {background-position: -30px -22px;}
.client-2 .my-kefu-ftop {display: none; }
.client-2 .my-kefu-ftop i {width: 33px; height: 31px; background-position: -23px -47px;background-size: 52px 82px;}
.client-2 .my-kefu-ftop .my-kefu-main{ padding-top: 6px;}
.client-2 .my-kefu-left {float: left; width: 62px;height: 47px; position: relative;}
.client-2 .my-kefu-tel-right {font-size: 16px; color: #fff; float: left; height: 24px; line-height: 22px; padding: 0 15px; border-left: 1px solid #fff; margin-top: 14px;}
.client-2 .my-kefu-right {width: 20px;}
.client-2 .my-kefu-tel-main {background: #fd4f2a; color: #fff; height: 53px; width: 230px; padding:9px 0 0; float: left;}
.client-2 .my-kefu-main {background: #fd4f2a; width: 97px; height: 53px; position: relative; padding:9px 0 0; float: left;}
.client-2 .my-kefu-weixin-pic {position: absolute;left: -130px; top: -24px;display: none;z-index: 333;}
.my-kefu-weixin-pic img {width: 115px; height: 115px;}