@charset "utf-8";

body,
div,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
table,
th,
td,
input,
select,
textarea {
    /*  font-size: 16px; 
    line-height: 1.8; 
*/
    font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;
}
body{
  background-color: #fff;
  color: #777;
  line-height: 2;
}
input,button{
   outline:medium;
}
a,
li {
    transition: all 0.3s ease 0s;
}
a:focus{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #db0100;
}

ul{
  padding: 0;
  margin:0;
}
ul li{
   list-style: none;
}
img{
   max-width: 100%;
}
hr{
  border-top: 1px solid #ddd;
}
.banner img{
  width: 100%;
}

.owl-theme .owl-controls .owl-page span{
  opacity: 0.3;
  background: #c63d27;
}


.clearfix{
  clear: both;
}
.clear15{
    clear: both;
    height: 15px;
}
.clear30{
    clear: both;
    height: 30px;
}
.clear60{
    clear: both;
    height: 60px;
}
.clear90{
    clear: both;
    height: 90px;
}
.image-large {overflow: hidden;display: block;}
.image-large img{transition:transform 1s ease;}
.image-large:hover img{transform: scale(1.1);}


.global-fanye{
   text-align: right;
   padding: 20px 0;
}

.global-fanye a{
   display: inline-block;
   font-size: 16px;
   background-color: #00a1ef;
   margin-left: 10px;
   width: 35px;
   line-height: 35px;
   color: #fff;
   text-align: center;
}
.global-fanye a:hover{
  background-color: #000;
}



.global-neibiao{
    font-size: 24px;
    color: #00a1ef;
    border-bottom: 1px solid #00a1ef;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 12px;
    margin-bottom: 15px;
}
.global-xiaobiao{
    font-size: 18px;
    color: #00a1ef;
    padding-top: 10px;
    padding-bottom: 10px;
}



.global-title{
   padding: 30px;
}
.global-title .t1{
   text-align: center;
   font-size: 32px;
   color: #00a1ef;
   font-weight: bold;
   line-height: 44px;
}
.global-title .t2{
   text-align: center;
   font-size: 25px;
   color: #999;
   line-height: 25px;
}

.global-title1{
   font-size: 32px;
   color: #00a1ef;
   font-weight: bold;
   padding-bottom: 15px;
}
.global-title1 span{
      font-size: 25px;
   color: #999;
   font-weight: normal;
}



.dingtop{
   padding-top: 30px;
   padding-bottom: 30px;
}

.dingtop .dianhua{
  text-align: right;
  font-size: 30px;
}

.dingtop .dianhua img{
   height: 55px;
}
.dingtop .dianhua span{
   vertical-align: middle;
}


.main-menu{
     background-color: rgba(36,175,242,.9);
}
.main-menu   ul.list-inline{
  text-align: center;
  overflow: hidden;
}
.main-menu   ul.list-inline > li{
   float: left;
}

.main-menu   ul.list-inline > li a.active,
.main-menu   ul.list-inline > li a:hover{
   color: #00a1ef;
   background-color: #ace1f9;
}


.main-menu   ul.list-inline > li >a{
  display: block;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  padding: 13px 40px;
  text-decoration: none;
}


.main-menu  .main-menu-sub{
    list-style: none;
    z-index:100;
    position:absolute;
   
    background-color:rgba(255,255,255,.9);
  /*  box-shadow: 0 0 10px rgba(0,0,0,0.2);*/

    padding:8px;
    margin: 0px auto;
    width: 156px;
}

.main-menu  .main-menu-sub li {
    padding:5px;
    text-align: center;
    float: none;
}



.main-menu  .main-menu-sub li a{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #999;
    padding: 0;
}

.main-menu  .main-menu-sub.anli-zi li a{
   font-size: 16px;
}




.main-menu ul.list-inline .main-menu-sub  >li a:hover{
    color: #079cdf;
    background-color: transparent;
}


.pc_menu .zhongyin{
  text-align: right;
}
.pc_menu .zhongyin a{
  color: #666;
  font-size: 12px;

}
.pc_menu .zhongyin .text{
  margin-top: -15px;
}

.pc_menu .zhongyin a:hover{
  color: red;
}
.pc_menu .zhongyin form div{
  float: right;
   width: 202px;
   height: 40px;
   padding: 5px;
   padding-right: 10px;
   margin-top: 5px;
   background-image: url(../images/inputbei.jpg);
}
.pc_menu .zhongyin form div input{
    width: 150px;
    height: 30px;
    border:none;
    font-size: 14px;
    vertical-align: middle;
    color: #999;

}
.pc_menu .zhongyin form div button{
    display: inline-block;
    width: 21px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/sou.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    vertical-align: middle;

}

.mobile_menu_bg{
  display: none;
   background-color: #fff;
   box-shadow:0 1px 5px 0px rgba(0,0,0,.2);
  padding: 10px;
  border-bottom: 1px solid #333
}
.mobile_menu_bg .title{
   float: right;
   margin-right: 30px;
}
.mobile_menu_bg .title a{
   color: #333;
   font-size: 14px;
}

.mobile_menu{ 
  border:1px solid #fff;
  padding: 7px;
  border-radius: 4px;
  background-color: #fff;
  float: right;
  }
.mobile_menu:hover{
  background-color: #fff;
}
.mobile_menu:focus{
  background-color: #fff;
}
.mobile_menu .icon-bar{
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 1px;
  background-color: #24aff2;;
}
.mobile_menu .icon-bar + .icon-bar {
  margin-top: 6px;

}
.mobile_menu_bg .title{
   font-size: 20px;
   color: #eee;
   padding-left: 20px;
}

.mobile_menu_sub{
  display:none;
  background: #eee;
  margin-bottom: 10px;
}
.mobile_menu_sub a{
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 5px 0;
}
.mobile_menu_sub > ul{
  list-style: none;
  padding: 0;
  margin: 0;
}



.mobile_menu_sub li:hover{
  background: #ccc;
}

.mobile_menu_sub > ul >li em{
   font-style: normal;
   display: inline-block;
   margin-left: 5px;
}

.mobile_menu_sub > ul >li{
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.mobile_menu_sub > ul >li>ul>li:hover{
  background: #ddd;
}




.carousel-indicators li {

    margin: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #24aff2;
    margin: 5px;
    border:none;
}


.banner-heng{
   margin-top: -64px;
   z-index: -1;
   position: relative;
}

#jstg .qiehuan .img{
   position: relative;
   display: inline-block;
}



#jstg .qiehuan .img .zhang{
   position: absolute;
   left: 53px;
   top: 40px;
   color: #000;
   font-size: 16px;
   cursor: pointer;

 -moz-user-select:none;
 -ms-user-select: none;
 -webkit-user-select: none;
 user-select: none;


}

#jstg .qiehuan .img  img{
   width: 150px;
}



#jstg .dingner{
   padding: 30px;
   font-size: 18px;
   color: #333;
   text-align: center;
}

#jstg .global-xiaobiao.zhong{
  text-align: center;
}

#jstg .qiehuan{
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#jstg .qiehuan .kuang{
   display: table;
   width: 100%;
   position: relative;
   overflow: hidden;
}
#jstg .qiehuan .kuang > div{
   display: table-cell;
}

#jstg .qiehuan .kuang div.left{
   text-align: left;
}
#jstg .qiehuan .kuang div.center{
   text-align: center;
   padding: 5px;
   position: relative;
}

#jstg .qiehuan .kuang div.center .wenzi{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 5px;
    background-color: rgba(0,161,239,.8);
    font-size: 16px;
    color: #fff;
}


#jstg .qiehuan .kuang div.right{
   text-align: right;
}

#jstg .qiehuan .kuang div.left img,
#jstg .qiehuan .kuang div.right img{
    border:1px solid #666;
    cursor: pointer;
}

#jstg .qiehuan .kuang div.left img:hover,
#jstg .qiehuan .kuang div.right img:hover{
    border:1px solid #00a1ef;
}


#jstg .qiehuan .kuang div.center .list{
   display: none;
}

#jstg .qiehuan .kuang div.center .list:first-child{
   display: block;
}


/*
=================*/


#jstg .tuji{
    background-color: #f6f6f6;
    text-align: center;
}

#jstg .tuji .kuang1{
   position: relative;
}


#jstg .tuji .kuang1 div.center1{
   text-align: center;
   padding: 5px;
   position: relative;
}

#jstg .tuji .kuang1 div.center1 .wenzi1{
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 5px;
    background-color: rgba(0,161,239,.8);
    font-size: 16px;
    color: #fff;
}




#jstg .tuji .kuang1 div.left1 ,
#jstg .tuji .kuang1 div.right1 {
    background-color: rgba(13,114,182,.7);
    width: 20px;
    height: 100px;
    top:120px;
    padding-top: 35px;
    position: absolute;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

#jstg .tuji .kuang1 div.left1{
   left: 5px;
}

#jstg .tuji .kuang1 div.right1{
  right: 5px;
}



#jstg .tuji .kuang1 div.center1 .list1{
   display: none;
}

#jstg .tuji .kuang1 div.center1 .list1:first-child{
   display: block;
}

#jstg .tuji .biaoqian1{
   position: absolute;
   bottom: 11px;
   left: 15px;
   z-index: 1;
   color: #fff;
   font-weight: bold;
}


#jstg .qiehuan .biaoqian{
   position: absolute;
   bottom: 11px;
   left: 15px;
   z-index: 1;
   color: #fff;
   font-weight: bold;
}



#jstg  .dinei{
   font-size: 16px;
   color: #333;
   text-align: center;
}

#gsxw .wennei {
   padding-top: 20px;
}

#gsxw  .global-neibiao .time{
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}

#gsxw .wennei{
   font-size: 16px;
}


#gsxw .wennei .list{
   display: table;
   width: 100%;
   border-bottom: 1px solid #eee;
   margin-bottom: 30px;
}
#gsxw .wennei .list > div{
   display: table-cell;
   vertical-align: top;
   font-size: 16px;
}

#gsxw .wennei .list .tu{
   padding-right: 20px;
   width: 25%;
}
#gsxw .wennei .list .tu img{
   width: 100%;
}


#gsxw .wennei .list .title{
    font-size: 18px;
    color: #333;
    float: left;
}

#gsxw .wennei .list .title a{
    color: #333;
}
#gsxw .wennei .list .title a:hover{
    color: #00a1ef;
}


#gsxw .wennei .list .time{
    font-size: 18px;
    color: #333;
    float: right;
}

#gsxw .wennei .list .wen{
   clear: both;
}





#lxwm .col-sm-3{
  text-align: center;
  font-size: 18px;
  color: #333;
}
#lxwm .col-sm-3 .di{
   font-size: 16px;
   line-height: 1.4;
}

#lxwm .ditu{
   text-align: center;
   padding-top: 50px;
}

#gsjj .wennei{
   font-size: 16px;
}


#gsjj .chan{
    padding-bottom: 15px;
}
#gsjj .chan .title{
   text-align: center;
   font-size: 16px;
}

#gsjj .chan a{
   display: block;
   border:  1px solid #ddd;
   text-align: center;
}

#chanpin .zuo > ul >li{
    margin-left: 5px;
    margin-right: 5px;
}

#chanpin .zuo > ul >li > a{
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}

#chanpin .zuo > ul >li > a.active{
    border-bottom: 1px solid #00a1ef;
}

#chanpin .zuo  ul.submenu >li a{
   font-size: 16px;
   color: #666;
   padding: 0px;
}

#chanpin .zuo  ul.submenu >li a:hover,
#chanpin .zuo  ul.submenu >li a.active{
   color: #333;
}

#chanpin .chanwennei .chantu{
    border:1px solid #999;
}
#chanpin .chanwennei .chanwen a{
    display: block;
    padding-top: 5px;
    color: #333;
     font-size: 16px;
     text-align: center;
}

#chanpin .chanwennei .chanwen a:hover{
    color: #666;
}

#chanpin .chanwennei{
   margin-right: -25px; 
}
#chanpin .chanwennei .col-sm-3{
    padding-bottom: 40px;
    padding-right: 40px;
}

#chanpin .sedaiwennei .xiaonei{
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding: 40px;
    padding-top: 10px;
    padding-bottom: 40px;
}
#chanpin .sedaiwennei .panel{
    border-bottom: 1px solid #00a1ef;
}
#chanpin .sedaiwennei .panel .tou{
   overflow: hidden;
}
#chanpin .sedaiwennei .panel .tou a{
   float: left;
   padding: 0px 20px;
   font-size: 16px;
   color: #333;
   margin-right: 20px;
   border: 1px solid #00a1ef;
   border-bottom: none;
}
#chanpin .sedaiwennei .panel .tou a.active{
  background-color: #00a1ef;
  color: #fff;
  font-size: 16px;
}

#chanpin .sedaiwennei #wei >div{
    display: none;
}

#chanpin .sedaiwennei #wei .canshu{
   overflow-x: auto;
}
#chanpin .sedaiwennei #wei .canshu table,
#chanpin .sedaiwennei #wei .canshu img{
   width: 900px;
   max-width: 900px;
}





#chanpin .sedaiwennei .chuangkou .tu{
    border: 1px solid #aaa;
}

#chanpin .sedaiwennei .chuangkou{
    font-size: 16px;
    color: #333;
}

#chanpin .sedaiwennei .chuangkou .dabiao1{
    font-size: 24px;
    color: #00a1ef;
}
#chanpin .sedaiwennei .chuangkou .line{
    border-bottom: 1px solid #00a1ef;
    padding-top: 30px;
    margin-bottom: 30px;
}

#chanpin  .fanhui{
   float: right;
   color: #333;
   font-size: 16px;
}


#zhyy .global-zuocai .zuo > ul a{
   font-size: 15px;
}






.global-zuocai .you{
    padding-left: 50px;
}

.global-zuocai .zuo .title{
   font-weight: bold;
   color: #fff;
   font-size: 20px;
   text-align: center;
   background-color: #00a1ef;
   padding: 8px 0; 
}
.global-zuocai .zuo > ul{
   border: 1px solid #aaa;
   border-top: none; 
   padding-top: 10px;
   padding-bottom: 10px;
}

.global-zuocai .zuo > ul a{
   text-align: center;
   display: block;
   padding: 5px;
   font-size: 18px;
   color: #333;
}

.global-zuocai .zuo > ul  a:hover,
.global-zuocai .zuo > ul  a.active{
   color: #00a1ef;
}




#index .gongsi{
   padding: 40px 0;
}

#index .youshi{
   padding: 40px 0;
   padding-top: 0;
}
#index .youshi .col-sm-3{
    text-align: center;
    font-size: 17px;
    line-height: 24px;
}

#index .shili img{
   width: 100%;
   padding-bottom: 15px;
}


#index .kehu{
   padding: 40px 0;
}

#index .dixin{
   padding: 40px 0;
   padding-top: 60px;
}

#index .dixin img{
    width: 100%;
}

#index .anli img{
    width: 100%;
    padding-bottom: 15px;
}


#index .dixin .xin a{
    font-size: 16px;
    color: #666; 
}
#index .dixin .xin a:hover{
    color: #000;
}


#index .dixin .xin{
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 18px;
  padding-top: 10px;
}

#index .dixin  .hengtiao{
   text-align: center;
   position: absolute;
   width: 100%;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   top:0;
   background-color: rgba(36,175,242,.6);
}


#index .dixin  .shangtu{
    position: relative;
}

#index .dixin .dibiao textarea,
#index .dixin .dibiao input{
    width: 100%;
    border:1px solid #999;
    padding: 2px 5px;

}
#index .dixin .dibiao table{
   width: 100%;
}
#index .dixin .dibiao table td{
   padding: 5px;
}

#index .dixin .dibiao button{
    background-color: #7ed0f6;
    font-size: 16px;
    color: #fff;
    border:none;
    width: 100%;
}
#index .dixin .youia{
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
#index .dixin .youia .t1{
   width: 40px;
}


#xuanfu{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background-color: #000;
  z-index: 9999;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}

#chanpinye191023{
   display: none;
}


.footer {
  padding: 70px 0;
  margin-top: 40px;
  background-color: #eeeeee;
  color: #000;
}

.footer ul.left li{
   color: #fff;
}
.footer .right-menu{
   text-align: right;
   font-size: 16px;
}

.footer .dicai .title{
   padding-bottom: 10px;
}
.footer .dicai .title a{
   font-weight: bold;
   font-size: 17px;
   color: #666;
}
.footer .dicai  a{
   color: #666;
}

.footer .dicai  a:hover{
   color: #000;
}
.footer .dicai{
   overflow: hidden;
}
.footer .dicai ul{
   float: left;
   width: 120px;
   line-height: 1.6;
}
.footer .dicai ul.kuan{
   width: 150px;
}

.footer .youqing  h3{
    font-size: 18px;
    color: #666;
}
.footer .youqing .gongs a{
   color: #666;
   padding:0 20px;
   border-right: 1px solid #999;
   display: inline-block;
   line-height: 14px;

}
.footer .youqing .gongs a:last-child{
   border-right: none;
}
.footer .youqing .gongs a:first-child{
   padding-left: 0;
}
.footer  .ban1{
   padding-top: 10px;
   font-size: 16px;
   color: #666;
}
.footer  .ban2{
   font-size: 16px;
   color: #666;
   line-height: 16px;
}

@media (min-width: 992px){

  .shili .row{
     margin-left: -8px;
     margin-right: -8px;
  }
  .shili .row .col-sm-4{
     padding-left: 8px;
     padding-right: 8px;
  }
  
  .anli .row{
     margin-left: -8px;
     margin-right: -8px;
  }

  .anli .row .col-sm-3{
     padding-left: 8px;
     padding-right: 8px;
  }





 } 


@media (max-width: 1199px) {
    .mobile_menu_bg{
      display: block;
    }
    .main-menu{
      display: none;
    }
    .pc_menu{
      display: none;
    }
}

@media (max-width: 991px){ 

.banner-heng{
   margin-top: 0;
 }

.global-zuocai .zuo{
  margin-top: 15px;
}

.global-zuocai .you{
  padding-left: 15px;
}


#index .dixin .youia{
    border-left: none;
    padding-left: 0px;
}


#index .dixin .col-sm-6{
   padding-bottom: 15px;
}

.global-title1{
   font-size: 24px;

}
.global-title1 span{
      font-size: 16px;
}

.global-title .t1{

   font-size: 24px;
   line-height: 32px;
}
.global-title .t2{
   font-size: 18px;
   line-height: 18px;
}

#index .gongsi {
  padding: 0;
}
#index .kehu{
   padding: 0;
}
#index .dixin{
  padding: 0;
  padding-top: 15px;
}
#index  .youshi img{
   width: 100px;
}


.carousel-indicators li {

    margin: 1px;
    width: 10px;
    height: 10px;
 
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
}
   h3{
      font-size: 18px;
   }
    .clear30,.clear60,.clear90{
        height: 0px;
    }

  .footer .right-menu{
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px  solid #999;
  }
  .footer .right-menu a{
      display: inline-block;
      border-right: 2px solid #eee;
      margin-bottom: 18px; 
      padding-right: 10px;
      margin-right: 10px;
    }

.footer .youqing .gongs{
	margin-left: -10px;
}
.footer .youqing .gongs a{
   padding-left: 10px;
}
.footer .youqing .gongs a:first-child{
   padding-left: 10px;
}

.footer  .ban1,
.footer  .ban2{
	text-align: center;
}




.anli .row{
   padding-left: 7px;
   padding-right: 7px;
}
.anli .row .col-xs-6{
  padding-right: 8px;
   padding-left: 8px;
}




#chanpin .chanwennei{
   margin-right: 0px; 
}
#chanpin .chanwennei .col-sm-3{
    padding-bottom: 15px;
    padding-right: 15px;
}


#gsxw .wennei .list .time{
   display: none;
}

#gsxw .wennei .list > div{

   vertical-align: middle;

}

#chanpin  .fanhui{
  display: none;
}

#chanpin .sedaiwennei .panel .tou a{
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#chanpin .sedaiwennei .xiaonei{
   padding: 0;
   padding-bottom: 20px;
}

#jstg .qiehuan{
   padding:0px;
}
#jstg .tuji .kuang1 div.center1{
   padding: 0px;
}



.global-fanye{
   text-align: center;

}



#jstg .tuji .kuang1 div.left1 ,
#jstg .tuji .kuang1 div.right1 {

    top:30px;

}

#xuanfu{
  display: block;
}

#gsxw .wennei .list .tu{
   display: block;
   padding-right: 0px;
   width: 100%;
}


#gsxw .wennei .list{
  display: block;
}


#chanpinye191023{
   display: block;
}


#jstg .qiehuan .kuang{
   display: block;
   position: relative;
}

#jstg .qiehuan .kuang > div{
   display: block;
}

#jstg .qiehuan .kuang > div.left{
   position: absolute;
   bottom: 0px;
}
#jstg .qiehuan .kuang > div.right{
   float: right;
}
#jstg .qiehuan .kuang div.center{
    padding: 0;
}


#jstg .qiehuan .kuang > div.left img{
    width: 100px;
    margin-top: 10px;
}
#jstg .qiehuan .kuang > div.right img{
   width: 100px;
   margin-top: 10px;
}
#jstg .qiehuan .kuang div.center .wenzi1,
#jstg .qiehuan .kuang div.center .wenzi {

    bottom: 0px;
    left: 0px;
    right: 0px;
}
#jstg .tuji .kuang1 div.right1{
    right: 0px;
}
#jstg .tuji .kuang1 div.left1{
    left: 0px;
}


#jstg .qiehuan .img .zhang{

   left: 27px;
   top: 30px;
   color: #000;
   font-size: 14px;

}




} 
/*******/
.global-fanye li{
    text-align: center;
    margin: 0 5px;display: inline-block;border:1px solid ed;
}
.global-fanye li.active span{
    background-color: #208cd4;
    color: #fff;
}
.global-fanye li a{
    margin: 0 0px;
}
.global-fanye li span{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    
    text-align: center;
    margin: 0 0px;

}

.global-fanye li.disabled span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    
    text-align: center;
    margin: 0 0px;

}
.footer-tel span{font-size:22px}








