﻿body,*{
  font-family: "Microsoft YaHei";

} 
.wrap{
  width: 1200px;
  margin: 0 auto;
}
.noMarR{
  margin-right:0px !important;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.wrap-white{
  background: #fff;
}
.wrap-grey{
  background: #fafafa;
}
/*首页-banner*/
.bannerWrap{
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.banners{
  height: 700px;
  width: 100%;
}
.banners li{
  display: block;
  width: 100%;
  height: 700px;
 position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
}
.banners li a{
width:100%;
height:100%;
display:block;}
.bannerTab{
  position: absolute;
  bottom:30px;
  left:50%;
}
.bannerTab li{
  width: 15px;
  height:15px;
  border-radius: 20px;
  background: #343434;
  float: left;
  margin-right: 15px;
}
.bannerTab li.active{
  background: #fff;
}
/*首页-方案*/
.resolutionWrap{
  padding:125px 0px;
  background: #fafafa;
}
.resolutionBox{
  overflow: hidden;
}
.resolutionBox .prev,.resolutionBox .next{
  display: block;
  width: 30px;
  height:250px;
  cursor: pointer;
  float: left;
}
.resolutionBox .prev{
  background: url("../images/leftArray_no.png") no-repeat left center;
  cursor: default;
}
.resolutionBox .next{
  background: url("../images/rightArray_default.png") no-repeat right center;
}
.resolutionBox .resolutions{
  width: 1130px;
  overflow: hidden;
  float: left;
  padding:0px 5px;
  height: 246px;
  position: relative;
}
.resolutionBox .resolutions ul{
  height: 246px;
  position: absolute;
  left:0px;
  top:0px;
}
.resolutionBox .resolutions li{
  width: 376px;
  height: 246px;
  float: left;
  position: relative;
  margin-right: 6px;
}
.resolutionBox .resolutions li img{
  width: 376px;
  height: 246px;
  position: absolute;
  left: 0px;
  top:0px;
}
.resolutionBox .resolutions li:hover img{
  width: 420px;
  height: auto;
  left: -21px;
  top:-10px;
}
/*首页-明博动态*/
.mainboDynamicWrap{
  overflow: hidden;
  height:778px;
margin-bottom:100px;
}
.mainboDynamicLeft{
  width:522px;
}
.mainboDynamicLeft h1{
  text-align: center;
  font-size: 48px;
  line-height: 156px;
  color: #505050;
}
.mainboDynamicLeft .big{
  font-size: 60px;
}
.mainboDynamicLeft img,.mainboDynamicLeft .img{
  display: block;
  width: 100%;
  height: 438px;
}
.mainboDynamicLeft .con{
  background: #616161;
  padding-left: 40px;
  padding-right:10px;
  color: #fff;
  height: 186px;
}
.mainboDynamicLeft .con h2{
  font-size: 18px;
  padding-top:15px;
}
.mainboDynamicLeft .con h2 a{
  color: #fff;
}
.mainboDynamicLeft .con .author{
  display: block;
  margin-top:5px;
  color: #d1d1d1;
  font-size: 14px;
}
.mainboDynamicLeft .con p{
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
}
.mainboDynamicCenter{
  width: 248px;
  height: 778px;
  background: #505050;
  padding:0px 10px;
  position: relative;
}
.mainboDynamicCenter h2{
  text-align: center;
  padding-top: 200px;
}
.mainboDynamicCenter h2 a{
  font-size: 16px;
  font-weight:bold;
  line-height: 20px;
  color: #fff;
}
.mainboDynamicCenter p{
  color: #fff;
  font-size: 14px;
  padding-left:20px;
  padding-right:15px;
  padding-top: 64px;
  background: url("../images/arrayUp_dy.png") no-repeat left 20px;
  line-height: 28px;
}
.mainboDynamicCenter .more{
  position: absolute;
  bottom:38px;
  font-size: 20px;
  color: #fff;
  left:68px;
}
.mainboDynamicRight{
  width: 410px;
  position: relative;
  padding-top: 335px;
  padding-bottom: 340px;
  height: 103px;
}
.mainboDynamicRight .grayBlock1{
  top:0px;
  height: 216px;
}
.mainboDynamicRight .grayBlock2 .dynamicNew{
  padding-bottom: 90px;
}
.mainboDynamicRight .grayBlock2{
  bottom:0px;
  height: 276px;
}
.mainboDynamicRight .grayBlock{
  position: absolute;
  left: 0px;
  width: 410px;
  background: #ececec;
  padding-top: 64px;
}
.mainboDynamicRight .dynamicNew{
  padding-bottom: 70px;
  padding-left: 35px;
  padding-right: 45px;
  width: 330px;
}
.mainboDynamicRight .dynamicNew a{
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mainboDynamicRight .dynamicNew a:hover{
color:#0094fd;
}
.mainboDynamicRight .dynamicNew  .time{
  font-size: 16px;
  color: #555555;
  display: block;
  margin-top: 5px;
}
/*产品*/
.artile{
  padding-top:125px;
  padding-bottom: 125px;
  position: relative;
  height: 300px;
  width: 1110px;
  margin: 0 auto;
}
.artile .pic{
  display: block;
  width: 375px;
  height: 257px;
  position: absolute;
  top:50%;
  margin-top:-128px;
  border:1px solid #d1d1d1;
}
.green-title{
  color: #49c163;
  font-size: 24px;
  line-height: 24px;
  overflow: hidden;
}
.artile .con{
  line-height: 32px;
  font-size: 16px;
  color: #000;
  margin-top: 30px;
}
.green-title .square{
  width:6px;
  height: 6px;
  background: #49c163;
  margin:0px 10px;
  margin-top: 10px;

}
.green-title span{
  display: block;
  float: left;
}
.article-picL{
  padding-left: 550px;
  width: 560px;
}
.article-picL .pic{
  left: 0px;
}
.article-picL  .green-title{
  padding-top: 60px;
}
.article-picR{
  padding-right: 560px;
  width: 550px;
}
.article-picR .pic{
  right: 0px;
}
.article-picR .green-title{
  margin-left: 140px;
margin-top:70px;
}
.advantagePro{
  padding-top: 75px;
  padding-bottom: 130px;
}
.advantagePro .advantagePro-list{
  width: 868px;
  margin:0 auto;
}
.advantagePro-classRoom .advantagePro-list{
  width: 1166px;
  margin:0 auto;
}
.advantagePro-AR .green-title{
  margin-left: 510px;
}
.advantagePro-system .green-title{
  margin-left: 512px;
}
.advantagePro-classRoom .green-title{
  margin-left: 512px;
}
.advantagePro .advantagePro-list{
  overflow: hidden;
  margin-top: 100px;
}
.picTxt-listItem{
  float: left;
  margin-right: 26px;
  width: 272px;
}
.picTxt-listItem img{
  display: block;
  width: 258px;
  height:177px;
  margin: 0 auto;
}
.picTxt-listItem p{
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 16px;
  margin-top: 25px;
  text-align: center;
}
 
/* 头部 */
.head_top_wrap{
  width: 100%;
  height: 97px;
  position: absolute;
  z-index:10;
}
.head_top{
  width: 1200px;
  height: 97px;
  margin:0 auto;
}
.logo{
  float: left;
  width: 126px;
  height: 97px; 
}
.logo img{
  height: 42px;
  width: 126px;
  display: block;
  margin-top: 16px;
}
.nav{
  float: right;
  height: 97px;
  line-height: 97px;
}
.nav ul li{
  float: left;
  margin-left: 56px;
  position: relative;
}
.nav ul li ol {
  display: none;
  position: absolute;
  width: 150px;
  height: auto;
  padding:5px 0;
  top: 70px;
  left: -55px;
  background:rgba(255,255,255,0.3);
  filter:alpha(opacity=30)progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
}
.nav ul li ol li{
  font-size: 16px;
  text-align: center;
  height: 37px;
  line-height: 37px;
  margin:0;
  width: 100%;
}
.nav ul li ol li a{
  font-size: 16px;
  
}
.nav ul li:hover ol li a{
  color: #fff;
}
.nav ul li ol li a:hover{
  color: #ffba00;
  font-weight:bold;
}
.act{
  color: #ffba00;
  font-weight:bold;
}
.nav ul li a{
  color: #fff;
  font-size: 18px;
}
.nav ul li:hover a{
  color: #0094fd;
}
.nav ul li:hover ol{
  display: block;
}


/* 底部 */
.footer_bottom_wrap{
  width: 100%;
  background: #000 url(../images/fotter.jpg) center center no-repeat;
  height: 420px;
}
.footer_bottom{
  width: 1200px;
  height: 366px;
  margin:0 auto;
}
.footerInfo{
  border-top:1px #272626 solid;
  height: 53px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 53px;
}
.footer_left{
  width: 430px;
  float: left;
  height: 366px;
}
.footer_left h3{
  font-size: 24px;
  padding-left: 109px;
  margin-top: 35px;
  margin-bottom: 30px;
  color: #fff;
}
.footer_left ul li{
  float: left;
  width: 215px;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.footer_left ul li a{
  color: #babab9;
}
.footer_center{
  width: 220px;
  float: left;
  height: 366px;
  margin-left: 200px;
}
.footer_center h3{
  font-size: 24px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 30px;
  color: #fff;
}
.footer_center ul li{
  float: left;
  width: 220px;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.footer_center ul li a{
  color: #babab9;
}
.footer_bottom ul li a:active{
  color: #49c163;
}
.footer_right{
  width: 200px;
  height: 366px;
  float: right;
}
.footer_right h3{
  font-size: 24px;
  color: #fff;
  margin-top: 42px;
  text-align: center;
  font-weight: bold;
}
.footer_right h4{
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.footer_right img{
  display: block;
  margin:15px auto 10px auto;
}


/* 方案-智慧课堂 */
.top_bg{
  width: 100%;
  height: 700px;
  background: url(../images/banner01.jpg) center center no-repeat;
position: relative;
}
.rowWrap{
  width: 100%;
  height: 100%;
}
.row{
  width: 100%;
  height: 550px;
}
.tab_li{
  width: 1200px;
  margin:0 auto;
}
.tab_li ul{
  text-align: center;
  padding-top: 125px;
}
.tab_li ul li {
  display: inline-block;
  width: 252px;
  height: 283px;
}
.tab_li ul li a{
  display: block;
  width: 252px;
  height: 283px;
}
.tab_li ul li a.wlkt{
  background: url(../images/wlkt.png) center center no-repeat;
}
.tab_li ul li a.jdkt{
  background: url(../images/jdkt.png) center center no-repeat;
}
.tab_li ul li a.hdkt{
  background: url(../images/hdkt.png) center center no-repeat;
}
.tab_li ul li a.jhkt{
  background: url(../images/jhkt.png) center center no-repeat;
}
.tab_li ul li.act a.wlkt{
  background: url(../images/wlkt_act.png) center center no-repeat;
}
.tab_li ul li.act a.jdkt{
  background: url(../images/jdkt_act.png) center center no-repeat;
}
.tab_li ul li.act a.hdkt{
  background: url(../images/hdkt_act.png) center center no-repeat;
}
.tab_li ul li.act a.jhkt{
  background: url(../images/jhkt_act.png) center center no-repeat;
}
.rowCont{
  width: 1200px;
  height: 550px;
  margin:0 auto;
}
.rowCont .title{
  width: 100%;
  height: 60px;
  border-bottom:1px #d1d1d1 solid;
  margin-bottom: 144px;
}
.rowCont .title h3{
  font-size: 24px;
  color: #000;
  padding-top: 50px;
  width: 420px;
  margin:0 auto;
  text-align: center;
  background: #fafafa;
  display: block;
}
.rowCont .title h3 span{
  color: #49c163;
}
.content_l{
  width: 720px;
  float: left;
  padding-top: 50px;
}
.content_l1{
  padding-top: 0;
}
.content_r{
  width: 480px;
  float: left;
}
.content_l h3{
  width: 100%;
  color: #49c163;
  text-align: center;
  margin-bottom: 40px;
}
.content_l h3 span{
  display: inline-block;
  font-size: 24px;  
}
.content_l h3 b{
  display: inline-block;
  width: 5px;
  height: 5px;
  margin:6px 5px;
  background: #49c163;
}
.content_l p{
  line-height: 26px;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  padding:0 80px;
}
.content_r img{
  display: block;
  width: 375px;
  height: 257px;
  border:1px #d1d1d1 solid;
} 
.content_c h3{
  width: 100%;
  color: #49c163;
  text-align: center; 
  height: 190px;
  line-height: 190px;
}
.content_c h3 span{
  display: inline-block;
  font-size: 24px;  
}
.content_c h3 b{
  display: inline-block;
  width: 5px;
  height: 5px;
  margin:6px 5px;
  background: #49c163;
} 
.equipment li{
  float: left;
  width: 172px;
  height: 150px;
  margin: 0 12px;
}
.equipment li span{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 18px;
}
.equipment li a{
  display: block;
  width: 172px;
  height: 141px;
  margin-bottom: 12px;
  padding-top: 1px;
  background: url(../images/equipmentBg.png) no-repeat;
}
.equipment li a img{
  display: block; 
  margin:0 auto;
}
.equipment li strong{
  font-size: 12px;
  color: #989898;
  line-height: 20px;
}
.software_system li{
  float: left;
  width: 160px;
  height: 150px;
  margin: 0 12px;
}
.software_system li .defaultDiv{
  display: block;
  cursor: pointer;
  width: 160px;
  height: 150px;
  background: #49c163;
}
.software_system li .defaultDiv strong{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-top: 20px;
}
.software_system li .defaultDiv b{
  width: 100%;
  height: 45px; 
  margin-top: 29px;
  display: block;
}
.software_system li .defaultDiv b.bkxt{
  background: url(../images/bkxt.png) center center no-repeat; 
}
.software_system li .defaultDiv b.skxt{
  background: url(../images/skxt.png) center center no-repeat; 
}
.software_system li .defaultDiv b.xxxt{
  background: url(../images/xxxt.png) center center no-repeat; 
}
.software_system li .defaultDiv b.ydskzs{
  background: url(../images/ydskzs.png) center center no-repeat; 
}
.software_system li .defaultDiv b.glxt{
  background: url(../images/glxt.png) center center no-repeat; 
}
.software_system li .defaultDiv b.ykjzt{
  background: url(../images/ykjzt.png) center center no-repeat; 
}
.software_system li:hover .defaultDiv{
  display: none; 
}
.software_system li .hoverDiv{
  display: none;
}
.software_system li:hover .hoverDiv{
  display: block;
  cursor: pointer;
  width: 158px;
  height: 334px;
  border:1px #49c163 solid;
}
.software_system li .hoverDiv strong{
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  padding-top: 20px;
}
.software_system li .hoverDiv b{
  width: 100%;
  height: 45px; 
  margin-top: 16px;
  display: block;
  margin-bottom: 10px;
}
.software_system li .hoverDiv p{
  color: #000;
  font-size: 14px;
  padding:0 16px;
  line-height: 22px;
  height: 182px;
}
.software_system li .hoverDiv span{
  display: block;
  width: 62px;
  height: 62px;
  margin:0 auto;
  background: url(../images/er00.png) no-repeat;
}
.software_system li .hoverDiv a{
  display: block;
  width: 100%;
  height: 42px; 
}
.software_system li .hoverDiv a img{
  display: block;
  width: 32px;
  height: 32px;
  margin:5px auto;
}
.software_system li:hover .hoverDiv b.bkxt{
  background: url(../images/bkxt_act.png) center center no-repeat; 
}
.software_system li:hover .hoverDiv b.skxt{
  background: url(../images/skxt_act.png) center center no-repeat; 
}
.software_system li:hover .hoverDiv b.xxxt{
  background: url(../images/xxxt_act.png) center center no-repeat; 
}
.software_system li:hover .hoverDiv b.ydskzs{
  background: url(../images/ydskzs_act.png) center center no-repeat; 
}
.software_system li:hover .hoverDiv b.glxt{
  background: url(../images/glxt_act.png) center center no-repeat; 
}
.software_system li:hover .hoverDiv b.ykjzt{
  background: url(../images/ykjzt_act.png) center center no-repeat; 
}
.wlcontBottom{
  width: 822px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/wlys.png) center center no-repeat;
}
.jdcontBottom{
  width: 943px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/jdys.png) center center no-repeat;
}
.hdcontBottom{
  width: 785px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/hdys.png) center center no-repeat;
}
.jhcontBottom{
  width: 947px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/jhys.png) center center no-repeat;
}
/* 方案-智慧区域 */
.top_bg_qy{
  width: 100%;
  height: 700px;
  background: url(../images/banner02.jpg) center center no-repeat;
  position: relative;
} 
.content_l h4{
  line-height: 100px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    padding: 0 80px;
    font-weight: bold;
}
.dataCenter{
  text-align: center;
}
.dataCenter li{
  width: 184px;
  height: 324px;
  background: #e5e6e5;
  display: inline-block;
  margin:0 14px;
}
.dataCenterCont{
  height: 224px;
  padding-top: 40px;
}
.dataCenterCont span{
  display: block;
  width: 140px;
  height: 28px;
  line-height: 28px;
  margin:0 auto;
  text-align: left;
  font-size: 14px;
}
.dataCenterTitle{
  height: 60px;
  width: 184px;
  background: url(../images/dataTitleBg.png) no-repeat;
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.wlktcontBottom{
  width: 1088px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/wlktys.png) center center no-repeat;
}
.content_c h4{
  width: 100%;
  color: #49c163;
  text-align: center; 
  height: 120px;
  line-height: 120px;
}
.content_c h4 span{
  display: inline-block;
  font-size: 24px;  
}
.content_c h4 b{
  display: inline-block;
  width: 5px;
  height: 5px;
  margin:6px 5px;
  background: #49c163;
}
 .zhqycontBottom{
 width: 1090px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/zhqyys.png) center center no-repeat;
}
/* 方案-智慧校园 */
.top_bg_xy{
  width: 100%;
  height: 700px;
  background: url(../images/banner03.jpg) center center no-repeat;
position: relative;
} 
.hardware{}
.hardwarecenter{
  float: left;
  width: 1090px; 
  overflow: hidden;
  height: 373px;
  position: relative;
}
.hardwarecenter ul {
  height: 373px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.hardwarecenter ul li{
  width: 259px;
  height: 373px;
  background: #e5e6e5;
  float: left;
  margin:0 7px;
}
.hardwarecenter ul li h5{
  height: 46px;
  width: 226px;
  margin:0 auto;
  border-bottom:1px #cfcfcf solid;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #f5b326;
}

.hardwareCont{
  height: 267px; 
}
.hardwareCont span{
  display: block;
  width:218px; 
  line-height: 22px;
  margin:3px auto 3px auto;
  text-align: left;
  font-size: 14px;
}
.hardwareTitle{
  height: 59px;
  width: 259px;
  background: url(../images/dataTitleBg1.png) no-repeat;
}
.hardwareTitle span{
  line-height: 72px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  display: block;
}
.zhxycontBottom{
  width: 1001px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/zhxyys.png) center center no-repeat;
}
.hardware .left,.hardware .right{
  display: block;
  width: 50px;
  height:373px;
  cursor: pointer;
  float: left;
}
.hardware .left{
  background: url("../images/leftArray_no.png") no-repeat left center;
  cursor: default;
}
.hardware .right{
  background: url("../images/rightArray_default.png") no-repeat right center;
}
/* 方案-校园安全 */
.top_bg_af{
  width: 100%;
  height: 700px;
  background: url(../images/banner04.jpg) center center no-repeat; 
position: relative;
}
.tab_li_width ul li {
  display: inline-block;
  width: 361px;
  height: 304px;
}
.tab_li_width ul li a{
  display: inline-block;
  width: 361px;
  height: 304px;
}
.tab_li ul li a.xyzngl{
  background: url(../images/xyzngl.png) center center no-repeat;
}
.tab_li ul li a.xyaqfk{
  background: url(../images/xyaqfk.png) center center no-repeat;
}
.tab_li ul li.act a.xyzngl{
  background: url(../images/xyzngl_act.png) center center no-repeat;
}
.tab_li ul li.act a.xyaqfk{
  background: url(../images/xyaqfk_act.png) center center no-repeat;
}
.xycontBottom{
  width: 959px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/xyys.png) center center no-repeat;
}
.aqcontBottom{
  width: 956px;
  height: 550px;
  margin: 0 auto;
  background: url(../images/aqys.png) center center no-repeat;
}
.aq_software_system{
  text-align: center;
}
.aq_software_system li{
  display: inline-block;
  width: 256px;
  height: 290px;
  margin:0 70px;
}
.aq_software_system li img{
  display: block; 
  margin-bottom: 22px;
}
.aq_software_system li span{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
.aq_software_system li strong{
  font-size: 16px;
  color: #000; 
  display: block;
  text-align: center; 
}

/* 新闻列表 */
.top_bg_new{
  width: 100%;
  height: 700px;
  background: url(../images/banner05.jpg) center center no-repeat;
position: relative;
}
.new_list{
  width: 1102px;
  height: auto;
  margin:93px auto;
}
.new_list ol{}
.new_list ol li{
  width: 100%;
  height: 152px;
  padding-bottom: 32px;
  padding-top: 32px;
  border-bottom:1px #e5e5e5 solid;
}
.new_list ol li img{
  float: left;
  display: block;
  width: 215px;
  height: 152px;
}
.new_list ol li div{
  float: right;
  width: 857px;
}
.new_list ol li div h3{
  font-size: 16px;
  font-weight: bold; 
  height: 36px;
  line-height: 36px;
}
.new_list ol li div h3 a{
  font-size: 16px; 
  color: #0094fd; 
}
.new_list ol li div p{
  font-size: 14px; 
  color: #585858;
  height: 89px;
  line-height: 24px;
}
.new_list ol li div h4{
  font-size: 12px; 
  color: #8d8d8d;
  height: 30px;
  line-height: 30px;
}


/* 翻页 */
._Left {
  display: inline-block;
}
.page{
  height: 30px;
  width: 800px;
  margin: 20px auto;
}
.page .S_right{
  text-align: center;
  margin-right: 20px;
}

.prev_btn,
.next_btn{
  height:32px;
  width: 33px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.prev_btn a,.next_btn a{
  width: 32px;
  height: 32px;
  display: block;
}
.prev_bg{
  float: left;
  height: 12px;
  width: 8px;
  margin: 10px 0  0 12px;
  background: url("../images/left.png") no-repeat center center;
}
.next_bg{
  float: left;
  height: 12px;
  width: 8px;
  margin: 10px 0  0 12px;
  background: url("../images/right.png") no-repeat center center;
}
.pageOrange .nohting_left .prev_bg,.pageOrange .nohting_left:hover .prev_bg,.pageBlue .nohting_left .prev_bg,.pageBlue .nohting_left:hover .prev_bg{
  background: url("../images/left.png") no-repeat center center;
  cursor: default;
}
.pageOrange .nohting_right .next_bg,.pageOrange .nohting_right:hover .next_bg,.pageBlue .nohting_right .next_bg,.pageBlue .nohting_right:hover .next_bg{
  background: url("../images/right.png") no-repeat center center;
}
.pageOrange .prev_bg,.pageBlue .prev_bg{
  background: url("../images/left.png") no-repeat center center;
}
.pageOrange .next_bg,.pageBlue .next_bg{
  background: url("../images/right.png") no-repeat center center;
}
.pageOrange p:hover .prev_bg,.pageBlue p:hover .prev_bg{
  background: url("../images/left1.png") no-repeat center center;
}
.pageOrange p:hover .next_bg,.pageBlue p:hover .next_bg{
  background: url("../images/right1.png") no-repeat center center;
}
.pageBlue p:hover .prev_bg{
  background: url("../images/left1.png") no-repeat center center;
}
.pageBlue p:hover .next_bg{
  background: url("../images/right1.png") no-repeat center center;
}
.pag_box{
  height: 34px;
  max-width: 306px;
  overflow: hidden;
}
.pag_wrap{
  height: 34px;
  width: auto;
}
.pag_box li{
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border:1px solid #e5e5e5;
  border-right:1px solid #fff;
}
.pag_box li a{
  display: block;
}
.pageOrange .nohting_left:hover,.pageOrange .nohting_right:hover,.pageOrange .nohting_right a{
  cursor: default;
  border-color: #e5e5e5 !important;
}
.pageOrange .prev_btn:hover{
  border-color: #1da1f2;
}
.pageOrange .next_btn:hover{
  border-color: #1da1f2;
}
.pageOrange .pag_box li:hover{
  border-color: #1da1f2;
}
.pageOrange .pag_box li:hover a{
  color: #1da1f2;
}
.pageOrange .pag_box li.active{
  border-color: #1da1f2;
  background: #1da1f2;
}
.pageOrange .pag_box li.active a,.pageBlue .pag_box li.active a{
  color: #fff !important;
}
.pageBlue .nohting_left:hover,.pageBlue .nohting_right:hover,.pageBlue .nohting_right a{
  cursor: default;
  border-color: #e5e5e5 !important;
}
.pageBlue .prev_btn:hover{
  border-color: #3498db;
}
.pageBlue .next_btn:hover{
  border-color: #3498db;
}
.pageBlue .pag_box li:hover{
  border-color: #3498db;
}
.pageBlue .pag_box li:hover a{
  color: #3498db;
}
.pageBlue .pag_box li.active{
  border-color: #3498db;
  background: #3498db;
}
.form{
  margin-left: 18px;
}
.pag_input{
  margin: 0 7px;
  outline: 0;
  height: 32px;
  text-align: center;
  width: 27px;
  padding:0 5px;
  border:1px solid #e5e5e5;
}
.pag_btn{
  display: block;
  float: right;
  margin-left: 18px;
  height: 34px;
  line-height: 32px;
  width: 56px;
  text-align: center;
  border: 1px solid  #e5e5e5;
  cursor: pointer;
  background: white;
}
.pageOrange .pag_btn:hover{
  border-color:#1da1f2;
  color: #1da1f2;
  -webkit-user-select: none;
}
.pageOrange .top_pageNo{
  color: #1da1f2;
}
.pageBlue .pag_btn:hover{
  border-color:#3498db;
  color: #3498db;
  -webkit-user-select: none;
}
/*新闻详情*/
.breadCrumb{
  border:1px #ebebeb solid;
}
.breadCrumb a{
  line-height: 60px;
  color: #666;
}
.breadCrumb a.active{
  color: #0094fd;
}
.breadCrumb span{
  line-height: 60px;
  color: #000;
  margin:0 10px;
}
.news-details{
  margin:70px auto;
}
.news-details .title{
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}
.news-details .author{
  font-size: 14px;
  color: #9d9d9d;
  text-align: center;
  margin-bottom: 25px;
}
.news-details img{
  display: block;
  width: 648px;
  height: 456px;
  margin:0 auto;
  margin-top:35px;
  margin-bottom: 10px;
}
.news-details p{
  text-align: center;
  line-height: 22px;
  color: #585858;
  font-size: 14px;
  padding-top: 25px;
}



.bars{

	position:relative;

	width:105px;

	margin:0 auto;

	top:-50px;

	z-index:5;

}



.bar1{

	background:url('../images/barnosec.png');

	float:left;

	width:15px;

	height:15px;

	cursor:pointer;

	margin-right: 15px;

	

}

.bar2{

	background:url('../images/barnosec.png');

	float:left;

	width:15px;

	height:15px;

	cursor:pointer;

	margin-right: 15px;


}

.bar3{

	background:url('../images/barnosec.png');

	float:left;

	width:15px;

	height:15px;

	cursor:pointer;

	margin-right: 15px;


}

.bar4{

	background:url('../images/barnosec.png');

	float:left;

	width:15px;

	height:15px;

	cursor:pointer;


}

.xwl_page li{
	 float:right;
     margin:0 10px;
     font-size: 16px;
     height: 70px;
     line-height:70px;
}

.xwl_page li.page_shuzi{
     
    color:#000;
}
.xwl_page li.thisclass{

      font-weight:bold;
      color:#0094fd;
}

.main1266 {
    width: 800px;
    border: 1px solid #ddd;
    padding: 20px;
    background: white;
    position:fixed;
    left:50%;
    margin-left:-400px;
    margin-top:-250px;
    top:50%;
    z-index:12;
    display:none;
    max-height:500px;
}
.zxkf1 {
    font-size: 22px;
    height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #CACACA;
margin-bottom:20px;
}
.zxkf1 img{
    float:right;
    display:block;
    width:19px;
    height:19px;
    margin-right: 12px;
    margin-top: 7px;
cursor:pointer;
}
.zxkf2 {
    height: 33px;
    line-height: 33px;
    font-size: 16x;
    font-weight: bold;
    padding: 10px 0 7px 38px;
}
.zxkf2 img {
    height: 34px;  
    margin-right: 15px;
    display: block;
    float: left;
}
.zxkf3 {
    padding-left: 100px;
}
.zxkf4 {
    height: 23px;
    line-height: 23px;
    padding-bottom: 4px;
}
.zxkf5 {
    padding-bottom: 15px;
}
.zxkf5>span {
    position: relative;
    top: -6px;
}
.zxkf6 {
    padding-bottom: 5px;
}
.zxkf7 {
    padding: 20px 0 15px 0;
}

.maskBox{
    width:100%;
    min-width:1200px;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50)progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
    position:fixed;
    z-index:12;
    display:none;
}
.kefu{
    width:60px;
    height:161px;
    cursor:pointer;
   background:#0186e5;
    position:fixed;
    right:0px;
    top:50%;
    margin-top:-80px;
    z-index:11;
}
.kefutop:hover{
background:#0967a9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAASCAYAAAApH5ymAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRjU3N0Y1N0I5MjExMUU3QTBDMEYwQzI4ODcyRTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRjU3N0Y1OEI5MjExMUU3QTBDMEYwQzI4ODcyRTM5RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNGNTc3RjU1QjkyMTExRTdBMEMwRjBDMjg4NzJFMzlFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNGNTc3RjU2QjkyMTExRTdBMEMwRjBDMjg4NzJFMzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VLvXkgAAAchJREFUeNrM1k0oZWEcx/FDFJGym4yk7gbdLLyNiIWGnYWwUvJSXopSym5CY8PCTEJDXhZkcRdWLBR5SV6aSckQda9JeVsRJWoW5vvUT0nN6eK4178+ned2zrn31/Oc8/xviNfrtRysCsSj298bXC6X7fkwB8O14JvGSah24ktDHQrXpnB3OEUVJt9DwCisaEnX8VFLPKTlPoE7WAETsIc8rCIHF7hHA/oRhx0UBTpgPo4Uclghn1YzmjSeQ02gArZjWWPzrNXbXDuAXNxgFJ7n/thz3+JxhTKVjU0/7lnTs/kL5TpmOD2DsZhWuEMk+xnuoa6Qinmkw6vPjgRM0dtYggmzt2L/BY/GLQrRqu/Y1oy+KmAZdhGp56nSga2tF3Uae3w+31e7i0NsWl0jBjWu19vqZJmdYBbR+G42e9reX38DLqAAl/iMLettKgYz2qaOkUnIc7sljsCGwp0h8Q3DmbomkJnJRXWgA5bc/b+AZr/6g0+YUsO/tgJQhDQT0qUZ3SFk9dOAtWpXH9ChPhqQcI9CfuFQqo9jhOxDeKjCjeiEaUedVpCKkGavzdK/ItMqe0zA3/iBYnWKoBYhf3JI07a29E+AAQAQOmwQDEffBgAAAABJRU5ErkJggg==) center center no-repeat;
}
.kefutop{
   height:53px;
    width:60px;
   border-bottom:1px #c5c5c5 solid;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAASCAYAAAApH5ymAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRjU3N0Y1N0I5MjExMUU3QTBDMEYwQzI4ODcyRTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRjU3N0Y1OEI5MjExMUU3QTBDMEYwQzI4ODcyRTM5RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNGNTc3RjU1QjkyMTExRTdBMEMwRjBDMjg4NzJFMzlFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNGNTc3RjU2QjkyMTExRTdBMEMwRjBDMjg4NzJFMzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VLvXkgAAAchJREFUeNrM1k0oZWEcx/FDFJGym4yk7gbdLLyNiIWGnYWwUvJSXopSym5CY8PCTEJDXhZkcRdWLBR5SV6aSckQda9JeVsRJWoW5vvUT0nN6eK4178+ned2zrn31/Oc8/xviNfrtRysCsSj298bXC6X7fkwB8O14JvGSah24ktDHQrXpnB3OEUVJt9DwCisaEnX8VFLPKTlPoE7WAETsIc8rCIHF7hHA/oRhx0UBTpgPo4Uclghn1YzmjSeQ02gArZjWWPzrNXbXDuAXNxgFJ7n/thz3+JxhTKVjU0/7lnTs/kL5TpmOD2DsZhWuEMk+xnuoa6Qinmkw6vPjgRM0dtYggmzt2L/BY/GLQrRqu/Y1oy+KmAZdhGp56nSga2tF3Uae3w+31e7i0NsWl0jBjWu19vqZJmdYBbR+G42e9reX38DLqAAl/iMLettKgYz2qaOkUnIc7sljsCGwp0h8Q3DmbomkJnJRXWgA5bc/b+AZr/6g0+YUsO/tgJQhDQT0qUZ3SFk9dOAtWpXH9ChPhqQcI9CfuFQqo9jhOxDeKjCjeiEaUedVpCKkGavzdK/ItMqe0zA3/iBYnWKoBYhf3JI07a29E+AAQAQOmwQDEffBgAAAABJRU5ErkJggg==) center center no-repeat;
}
.kefutop a{
display:block;
width:60px;
height:53px;}
.kefucenter{
   height:53px;
    width:60px;
   border-bottom:1px #c5c5c5 solid;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAhCAYAAABTERJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQUVCNTM4NUI3MDUxMUU3QkI3Q0Q3RUJEM0VEQzI4RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQUVCNTM4NkI3MDUxMUU3QkI3Q0Q3RUJEM0VEQzI4RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBRUI1MzgzQjcwNTExRTdCQjdDRDdFQkQzRURDMjhFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVBRUI1Mzg0QjcwNTExRTdCQjdDRDdFQkQzRURDMjhFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9tXGlwAAArRJREFUeNq8l09IFUEcx93XKwvk5R+iDkFBvoNQWpYVlHYIKksP1iHEhE4R2EWqU+XJUx3y4MVTUIc6KEklHjpEZBiEQn+MLAVJ0shCLDBIe9t35LswjDP7Zt/u24EP+3Z+v/39vm925rczjuu6BTm0faAWVIM02AjmwTgYBc/B28BRhRhLisA18Ntd3f5o+r6DdpC0zWErpE1K8pWi9oKU4lcCDoBOsED/DGiNQkwCPGHQz+BYgJEUnAZzfP5eGDEbwDgDXQ8oQuU24wznKuYDA5wNKcTjEuO9CCqmlw+2RCTE4wrjdtuKOe73QAT0M/5u1eZo6swCWAOKCvLTHJABk6BcNiQUx0aQAhcMgdIBkqaZeFVpAx1gB4unseh5k1Y3vN20nbd4FWfoe8dgT9I+IPfLI7MTVIBHhn96mNdDFqNyhNeDBvsyGAYn5dHxxNSAd/w9aAiQ4fWvhZhFwzSQWy+vr8FR7zUVgl9SuTdV2SbQByotXlOavs0+Pg1Szn+gWP3uaJdcntij5O0Qw3hKM9vjaEvKfZ0Qs1npLItJTIlynxJipkLUkjBNzTMnxDxQOqtiEqPmeexNpjFpIk1kmXgP+QX287kB7mbx+SjlnBZ7J8+wCUxKxjqfID/p0wOqgCNV1Rpwn/Y3PjGqpVwzYLv61V4PboJv4JXP3tWREnptWbnvyTIqL+nXJW9dTd8N8Q/XZgm4izvAp2AUDIKrLHh+zzVSSKfNFiKfTZSNHzzWlKrGRIxCxNnqPX/X6hwSMdYUUc+2gAYwlk8x9eAc2KqxtYFPoBicAANRnCh1rAPPpFW0xI2VOH1e5KnS5aatPKoTpYku178tUlSkx1sTUwYRI1zCgeIlQ86VL2Cbpl9M0tmgwcJO4Muavv5chKycYSIoevu5YsRqGQK3cg30X4ABAOolqnyy1gkJAAAAAElFTkSuQmCC) center center no-repeat;

}
.kefucenter:hover{
background:#0967a9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAhCAYAAABTERJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQUVCNTM4NUI3MDUxMUU3QkI3Q0Q3RUJEM0VEQzI4RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQUVCNTM4NkI3MDUxMUU3QkI3Q0Q3RUJEM0VEQzI4RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVBRUI1MzgzQjcwNTExRTdCQjdDRDdFQkQzRURDMjhFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVBRUI1Mzg0QjcwNTExRTdCQjdDRDdFQkQzRURDMjhFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9tXGlwAAArRJREFUeNq8l09IFUEcx93XKwvk5R+iDkFBvoNQWpYVlHYIKksP1iHEhE4R2EWqU+XJUx3y4MVTUIc6KEklHjpEZBiEQn+MLAVJ0shCLDBIe9t35LswjDP7Zt/u24EP+3Z+v/39vm925rczjuu6BTm0faAWVIM02AjmwTgYBc/B28BRhRhLisA18Ntd3f5o+r6DdpC0zWErpE1K8pWi9oKU4lcCDoBOsED/DGiNQkwCPGHQz+BYgJEUnAZzfP5eGDEbwDgDXQ8oQuU24wznKuYDA5wNKcTjEuO9CCqmlw+2RCTE4wrjdtuKOe73QAT0M/5u1eZo6swCWAOKCvLTHJABk6BcNiQUx0aQAhcMgdIBkqaZeFVpAx1gB4unseh5k1Y3vN20nbd4FWfoe8dgT9I+IPfLI7MTVIBHhn96mNdDFqNyhNeDBvsyGAYn5dHxxNSAd/w9aAiQ4fWvhZhFwzSQWy+vr8FR7zUVgl9SuTdV2SbQByotXlOavs0+Pg1Szn+gWP3uaJdcntij5O0Qw3hKM9vjaEvKfZ0Qs1npLItJTIlynxJipkLUkjBNzTMnxDxQOqtiEqPmeexNpjFpIk1kmXgP+QX287kB7mbx+SjlnBZ7J8+wCUxKxjqfID/p0wOqgCNV1Rpwn/Y3PjGqpVwzYLv61V4PboJv4JXP3tWREnptWbnvyTIqL+nXJW9dTd8N8Q/XZgm4izvAp2AUDIKrLHh+zzVSSKfNFiKfTZSNHzzWlKrGRIxCxNnqPX/X6hwSMdYUUc+2gAYwlk8x9eAc2KqxtYFPoBicAANRnCh1rAPPpFW0xI2VOH1e5KnS5aatPKoTpYku178tUlSkx1sTUwYRI1zCgeIlQ86VL2Cbpl9M0tmgwcJO4Muavv5chKycYSIoevu5YsRqGQK3cg30X4ABAOolqnyy1gkJAAAAAElFTkSuQmCC) center center no-repeat;
}
.kefubottom{
    height:53px;
    width:60px; 
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAASCAYAAAApH5ymAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUJDMkRCQUI5MjExMUU3QUVDQjlCOTA5QjU5N0Q2QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUJDMkRCQkI5MjExMUU3QUVDQjlCOTA5QjU5N0Q2QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNFQkMyREI4QjkyMTExRTdBRUNCOUI5MDlCNTk3RDZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNFQkMyREI5QjkyMTExRTdBRUNCOUI5MDlCNTk3RDZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XT+8zgAAAfNJREFUeNrE1kFIFFEcx/HZYUDxpiFiKFvtQTAFE0wWvBhhhyJIrNiEQBIiFBFjJQIRJYpCEBFiL0WRLniIDuVloUsKiQcjsoyYtc2gbp28lIF9//AXhm3bnZ2Z3D98dsadN/N+++a9GUO2bR8yDOMa5vDO2OeKRCJ/fZdOp8vYTGDR4uMsRjGIdqwbJSwN9xrHUGPy8RAPUKEjeKaE4RrYbGq4FRlFCbiNflzWds9xpwThpP+POIhb3PooMqajzRO9xT9xAy/2MdxtNo/1zysEG9s7FmKRZLcPYxl1SCGGH/8x311dA1KnCJdyHjRznPAF9ZhFF77ryAZdlfik4V6hNjuclJXnAkPYwYhO2F4kAwrXgpeoki3BTv6roVngQtfRp/vzGA4gnDwl3mi4qXzh3ASUeoSj+IZp/eWmx3Az+pSQ6kG80AluO/qAw3iPE3iL8iLDJXXayFOiEU/dnFTMSPzSuSMdNWELHS7OC+uox3Quy7kbbjst9lb91sUi7+5qLDnmaK5qQ0ZH/T6isIvp0OtcSqBb9+VVeS9Hm0tY1f1xDHjpyPSxGp+hFZ91siccx+K66qXOY9JrJ5bPR4Y8Lo5o2Ks4rqv9tLzB0ImvfjqwjGDqHBZwQf8TkdXejF2/Fw4qoNRFrOEAbgYRTuqPAAMAWLNrxYp96v4AAAAASUVORK5CYII=) center center no-repeat;
}
.kefubottom:hover{
background:#0967a9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAASCAYAAAApH5ymAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUJDMkRCQUI5MjExMUU3QUVDQjlCOTA5QjU5N0Q2QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUJDMkRCQkI5MjExMUU3QUVDQjlCOTA5QjU5N0Q2QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNFQkMyREI4QjkyMTExRTdBRUNCOUI5MDlCNTk3RDZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNFQkMyREI5QjkyMTExRTdBRUNCOUI5MDlCNTk3RDZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XT+8zgAAAfNJREFUeNrE1kFIFFEcx/HZYUDxpiFiKFvtQTAFE0wWvBhhhyJIrNiEQBIiFBFjJQIRJYpCEBFiL0WRLniIDuVloUsKiQcjsoyYtc2gbp28lIF9//AXhm3bnZ2Z3D98dsadN/N+++a9GUO2bR8yDOMa5vDO2OeKRCJ/fZdOp8vYTGDR4uMsRjGIdqwbJSwN9xrHUGPy8RAPUKEjeKaE4RrYbGq4FRlFCbiNflzWds9xpwThpP+POIhb3PooMqajzRO9xT9xAy/2MdxtNo/1zysEG9s7FmKRZLcPYxl1SCGGH/8x311dA1KnCJdyHjRznPAF9ZhFF77ryAZdlfik4V6hNjuclJXnAkPYwYhO2F4kAwrXgpeoki3BTv6roVngQtfRp/vzGA4gnDwl3mi4qXzh3ASUeoSj+IZp/eWmx3Az+pSQ6kG80AluO/qAw3iPE3iL8iLDJXXayFOiEU/dnFTMSPzSuSMdNWELHS7OC+uox3Quy7kbbjst9lb91sUi7+5qLDnmaK5qQ0ZH/T6isIvp0OtcSqBb9+VVeS9Hm0tY1f1xDHjpyPSxGp+hFZ91siccx+K66qXOY9JrJ5bPR4Y8Lo5o2Ks4rqv9tLzB0ImvfjqwjGDqHBZwQf8TkdXejF2/Fw4qoNRFrOEAbgYRTuqPAAMAWLNrxYp96v4AAAAASUVORK5CYII=) center center no-repeat;
}

/*关于我们*/
.aboutUs{
  padding-top:70px;
}
.aboutUs-item{
  padding-left: 67px;
  margin-bottom: 70px;
}
.aboutUs-item .title{
  line-height: 100px;
  height: 100px;
  padding-left: 52px;
}
.aboutUs-item .title span{
  display: block;
  width: 1075px;
  height: 100px;
  border-bottom: 1px dashed #a9a8a6;
}
.aboutUs-item .title1{
  background: url("../images/us/about_0.png") no-repeat left -3px;
}
.aboutUs-item .title2{
  background: url("../images/us/about_jzg.png") no-repeat left -3px;
}
.aboutUs-item .title3{
  background: url("../images/us/about_j.png") no-repeat left -3px;
}
.aboutUs-item .title4{
  background: url("../images/us/about_m.png") no-repeat left -3px;
}
.aboutUs-item .title5{
  background: url("../images/us/about_ln.png") no-repeat left -3px;
}
.aboutUs-item .con{
line-height: 24px;
  font-size: 12px;
  color: #303030;
  padding-top: 15px;
  padding-left:52px;
}

.contactUs{
  width: 100%;
  background: url("../images/us/lxwm.jpg") no-repeat center center; 
  height:3169px;
}
.contactUs-item{
  width: 100%;
  height: 340px;
  position: relative;

}
.contactUs-item img{
  display: block;
  width: 627px;
  height:378px;
  position: absolute;
  top:0px;
}
.contactUs-item .l{
  left: -6px;
}
.contactUs-item .r{
 right: -6px;
}

.ourHistory{
width: 100%;
  background: url("../images/us/ourHistoryBg.jpg") no-repeat;
  background-size: cover;
}
.ourHistory .wrap{
  height: 1468px;
  position: relative;
  left: 50%;
  margin-left: -600px;
  background: url("../images/us/ourHistory_tree.png") no-repeat bottom center;
}
.ourHistoryTree .tree-item{
  position: absolute;
}
.ourHistoryTree .tree-item .title{
  height: 45px;
  font-size: 28px;
  font-weight:bold;
  color: #cf5d00;
  border-bottom: 1px #a2875a solid;
  background: url("../images/us/ourHistory_sj.png") no-repeat center bottom;
  text-align: center;
}
.ourHistoryTree .tree-item .title.tl{
  background: url("../images/us/ourHistory_sj.png") no-repeat 60px bottom;
  text-indent: 24px;
  text-align: left;
}
.ourHistoryTree .tree-item .con{
  list-style: disc;
  margin-top: 10px;
}
.ourHistoryTree .tree-item .con li{
  font-size: 12px;
  color: #3c3219;
  line-height:22px;
  margin-left: 20px;
}
.ourHistoryTree .tree-item2009{
  width: 250px;
  top: 1176px;
  left: 243px;
}
.ourHistoryTree .tree-item2010{
  width: 394px;
  top: 1110px;
  left: 780px;
}
.ourHistoryTree .tree-item2011{
  width: 394px;
  top:845px;
  left: 780px;
}
.ourHistoryTree .tree-item2012{
  width: 200px;
  top: 808px;
  left: 360px;
}
.ourHistoryTree .tree-item2013{
  width: 300px;
  top:554px;
  left: 10px;
}
.ourHistoryTree .tree-item2014{
  width: 250px;
  top:554px;
  left: 874px;
}
.ourHistoryTree .tree-item2015{
  width: 330px;
  top: 141px;
  left: 226px;
}
.ourHistoryTree .tree-item2016{
  width: 346px;
  top: 160px;
  left: 782px;
}

/* 下载中心 */
.top_bg_down{
  width: 100%;
  height: 700px;
  background: url(../images/down/banner.jpg) center center no-repeat; 
  position: relative;
}
.downBottom{
  width: 100%;
  height: 1476px;
  background: url(../images/down/downBg.jpg) center center no-repeat;
}
.downBottomCont{
  width: 1200px;
  height: 1000px; 
  margin:0 auto;
  padding-top: 192px;
}
.downBottomCont h3{
  width: 794px;
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
  text-align: center;
  margin:0 auto;
  border-bottom:1px #828283 solid;
  position: relative;
}
.downBottomCont h3 span{
  display: inline-block; 
  color: #fff;
  font-size: 24px;
}
.downBottomCont h3 span b{
   
  font-size: 14px;
}
.downBottomCont h3 strong{
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/down/top.png) no-repeat;
  left:50%;
  top: 51px;
  margin-left:-7px;
  display: block;
}

.downBottomCont h4{
  width: 990px;
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
  text-align: center;
  margin:150px auto 0 auto;
  border-bottom:1px #828283 solid;
  position: relative;
}
.downBottomCont h4 span{
  display: inline-block;
  width: 990px;
  color: #fff;
  font-size: 24px;
}
.downBottomCont h4 span b{
 
  font-size:14px;
}
.downBottomCont h4 strong{
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/down/top.png) no-repeat;
  left:50%;
  top: 51px;
  margin-left:-7px;
  display: block;
}

.downBottomCont ul{
  text-align: center;
  margin-top: 30px;
}
.downBottomCont ul li {
  display: inline-block;
  width: 195px;
  height: 190px; 
}
.downBottomCont ul li span {
  width: 195px;
  height:144px;
  display: block;
}
.downBottomCont ul li span.bk{
  background: url(../images/down/bk.png)  center center no-repeat;
}
.downBottomCont ul li span.sk{
  background: url(../images/down/sk.png)  center center no-repeat;
}
.downBottomCont ul li span.xx{
  background: url(../images/down/xx.png)  center center no-repeat;
}
.downBottomCont ul li span.gl{
  background: url(../images/down/gl.png)  center center no-repeat;
}
.downBottomCont ul li span.bbt{
  background: url(../images/down/bbt.png)  center center no-repeat;
}
.downBottomCont ul li span.yd{
  background: url(../images/down/yd.png)  center center no-repeat;
}
.downBottomCont ul li span.jzt{
  background: url(../images/down/jzt.png)  center center no-repeat;
}
.downBottomCont ul li span.v4{
  background: url(../images/down/v4.png)  center center no-repeat;
}
.downBottomCont ul li span.v3{
  background: url(../images/down/v3.png)  center center no-repeat;
}
.downBottomCont ul li span.v2{
  background: url(../images/down/v2.png)  center center no-repeat;
}
.downBottomCont ul li span.jy{
  background: url(../images/down/jy.png)  center center no-repeat;
}
.downBottomCont ul li strong {
  width: 195px;
  height:46px;
  line-height: 46px;
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.olBg{
  width: 964px;
  height: 302px;
  background: rgba(44,45,50,0.63);
  border:1px #727376 solid;
  margin:30px auto;
}
.border{
  width: 1px;
  height: 190px;
  border-left:1px #454648 solid;
  float: left;
  margin-top: 55px;
}
.downBottomCont ol{
  float: left; 
  margin:30px 55px;
}
.downBottomCont ol li{
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
}
.downBottomCont ol li span{
  width: 5px;
  height: 5px;
  display: block;
  float: left;
  margin-top: 28px;
  margin-right: 13px;
}
.downBottomCont ol li span.spanBg1{background: #f08cf4;}
.downBottomCont ol li span.spanBg2{background: #3cdaa5;}
.downBottomCont ol li span.spanBg3{background: #ff9e5d;}
.downBottomCont ol li span.spanBg4{background: #ff7bb0;}
.downBottomCont ol li span.spanBg5{background: #30d7fe;}
.downBottomCont ol li span.spanBg6{background: #ffc201;}
.downBottomCont ol li span.spanBg7{background: #ff87b7;}
.downBottomCont ol li span.spanBg8{background: #37a6fc;}

.downBottomCont ol li b{
  display: block;
  float: left;
  margin-right: 50px;
}
.downBottomCont ol li b a{
  display: block;
  color: #fff;
}
.downBottomCont ol li b a:hover{
  
  color: #0094fd;
}
.downBottomCont ol li strong{
  display: block;
  float: left;
}
.top_bg_fuwu{
  width: 100%;
  height: 700px;
  background: url(../images/down/banner-2.jpg) center center no-repeat; 
 position: relative;
}
.fuwuBottom{
  width: 100%;
  height: 2372px;
  background: url(../images/down/fwzc1.jpg) center center no-repeat;
}
.fuwuBottomBg{
    width: 100%;
    height: 100%;
    background: rgba(44,45,50,0.85);
     filter:alpha(opacity=85)progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#000000);
}
.ulleft{
  width:400px;
  height: 350px;
  float: left;
}
.downBottomCont ul li span.fuwu1{
  background: url(../images/down/1.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu2{
  background: url(../images/down/2.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu3{
  background: url(../images/down/3.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu4{
  background: url(../images/down/4.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu5{
  background: url(../images/down/5.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu6{
  background: url(../images/down/6.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu7{
  background: url(../images/down/7.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu8{
  background: url(../images/down/8.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu9{
  background: url(../images/down/9.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu10{
  background: url(../images/down/10.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu11{
  background: url(../images/down/11.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu12{
  background: url(../images/down/12.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu13{
  background: url(../images/down/13.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu14{
  background: url(../images/down/14.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu15{
  background: url(../images/down/15.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu16{
  background: url(../images/down/16.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu17{
  background: url(../images/down/17.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu18{
  background: url(../images/down/18.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu19{
  background: url(../images/down/19.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu20{
  background: url(../images/down/20.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu21{
  background: url(../images/down/21.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu22{
  background: url(../images/down/22.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu23{
  background: url(../images/down/23.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu24{
  background: url(../images/down/24.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu25{
  background: url(../images/down/25.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu26{
  background: url(../images/down/26.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu27{
  background: url(../images/down/27.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu28{
  background: url(../images/down/28.png)  center center no-repeat;
}
.downBottomCont ul li span.fuwu29{
  background: url(../images/down/29.png)  center center no-repeat;
}
.top_bg_AR{
   width: 100%;
   height: 700px;
   background: url(../images/production/banner_AR.jpg) center center no-repeat;
 position: relative;
 }
.top_bg_classRoom{
   width: 100%;
   height: 700px;
   background: url(../images/production/banner_classRoom.jpg) center center no-repeat;
 position: relative;
 }
.top_bg_system{
  width: 100%;
  height: 700px;
  background: url(../images/production/banner_system.jpg) center center no-repeat;
 position: relative;
}
.top_bg_aboutUs{
  width: 100%;
  height: 700px;
  background: url(../images/us/about_banner.jpg) center center no-repeat;
 position: relative;
}
.top_bg_contactUs{
  width: 100%;
  height: 700px;
  background: url(../images/us/banner_contactUs.jpg) center center no-repeat;
 position: relative;
}
.top_bg_ourHistory{
  width: 100%;
  height: 700px;
  background: url(../images/us/banner_ourHistory.jpg) center center no-repeat;
 position: relative;
}

/* 案例 */
.top_bg_caseSchool{
   width: 100%;
  height: 700px;
  background: url(../images/case/bannerSchool.jpg) center center no-repeat;
  position: relative;
}
.top_bg_caseClass{
   width: 100%;
  height: 700px;
  background: url(../images/case/bannerClass.jpg) center center no-repeat;
  position: relative;
}
.top_bg_caseReg{
  width: 100%;
  height: 700px;
  background: url(../images/case/bannerReg.jpg) center center no-repeat;
  position: relative;
}
.caseWrap{
  width: 100%;
  height: 100%;
  background: #efefef;
  padding:60px 0;
}
.caseWrapbg{
  width: 94%; 
  margin:0 auto; 
  background: #fff;
  padding:130px 0 110px 0;
}
.caseWrapbg p{
  text-indent: 28px;
  line-height: 60px;
  font-size: 14px;
  color: #434343;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  height: auto;
}
.caseWrapbg h3{
  line-height: 80px;
  font-size: 24px;
  color: #000;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.caseWrapbg p.color{ 
  color: #000;
}
.cencel{
  width:100%;
height:27px;  
background:#ececec;
}
.cencel a{
display:block;
text-align:right;
width:800px;
height:27px;
color:#666;
margin:0 auto;
line-height:27px;
}
/*答题器*/
.dtqbg{
  width: 100%;
  height:916px;
  background: url(../images/dtqbg.png) no-repeat;
}
.all_top {
  width: 100%;
  height: 26px;
  background: #ececec;
  border-bottom: #e1e1e1 solid 1px;
  line-height: 26px;
}

.all_top_con {
  width: 904px;
  margin: 0 auto;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
}

.top_right {
  float: right;
  text-align: right;
}

.all_top a {
  color: #666;
  display: inline-block;
  text-decoration: none; 
}
.dtqbg .centont{
  width: 1036px;
  height: 490px;
  margin:0 auto;
  padding-top: 200px;
}
.dtqbg .centont h2{
  font-size: 50px;
  color: #fff;
  margin-left: 500px;
}
.dtqbg .centont p{
  width: 520px;
  height: 100px; 
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-top: 35px;
  margin-left: 500px;
}
.dtqbg .centont h5{
  width: 250px;
  height: 70px;
  display: block;
  background: #fc9d33;
  color: #fefefe;
  font-size: 34px;
  text-align: center;
  line-height: 70px;
  border-radius: 10px;
  margin-left: 500px;
  margin-top: 75px;
}
.dtqbg .centont h5 a{
color:#fff;}
.dtqbg .centont ul{
  margin-left: 500px;
  width: 400px;
  clear: both;
  height: 56px;
  margin-top: 30px;
}
.dtqbg .centont ul li{
  font-size: 16px;
  float: left;
  color: #fff;
  width: 180px;
  line-height: 25px;
}
.info{
  margin-left: 500px;
   line-height: 25px;
}
.info b{
  color: #fff; 
  font-size: 16px;
}
.info u{
  color: #003a70; 
  text-decoration: none;
  font-size: 16px;
}
.dtqbgfooter {
  width: 100%;
  height: 116px;
  background-color: #09549b;
  text-align: center;
  padding-top: 20px;
}

.dtqbgfooter p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}