/*首页解决方案*/
img{border：0}
.bg_6{
  background-color:#f5f5f5;
}
.contant{
  width:1200px;
  margin:0 auto;
}

.pd{
  padding:60px 0 100px 0;
}
.title16{
  font-size:24px;
  color:#000;
  font-weight:normal;
  margin:0 auto;
  text-align:center;
}
 .list_1{
   margin-top:60px;
 }
.list_1 > li{
  float:left;
  margin-left:50px;
  width:21.5%;
  min-height:468px;
  background-color:#ffffff;
  box-shadow:2px 0px 20px 5px rgba(140, 140, 140, 0.16);
}

.list_1 > li:first-child{
  margin-left:0;
}

.list_1 > li .top_img{
  width:100%;
}

.list_1 > li .top_img img{
  width:100%;
  height:100%;
}

.list_1 > li .center{
  padding:20px;
  text-align:center;
}

.list_1 > li .center a{
  display:block;
  font-size:18px;
  font-weight:normal;
  line-height:24px;
  color:#000000;
  transition:all .4s;
}
.list_1 > li .center a:hover{
  color:#0080cb;
}
.list_1 > li .center p{
  font-size:14px;
  font-weight:300;
  line-height:24px;
  color:#898989;
  margin-top:20px;
  min-height:72px;
}

.list_1 > li .bottom_img{
  padding:20px;
}

.list_1 > li .bottom_img li{
  width:44.5%;
  float:left;
  border:solid 1px #959595;
  margin-bottom:20px;
  margin-left:16px;
}

.list_1 > li .bottom_img li img{
  width:100%;
  height:100%;
}

.list_1 > li .bottom_img li:nth-child(2n+1){
  margin-left:0;
}

/*发展历程*/
.bg{
  height:660px;
  background:url(../images/bg_1.jpg) no-repeat center;
}

.pd2{
  padding:50px 0 0 0;
}

.contant2{
  max-width:86%;
  margin:0 auto;
}

.contant2 .top_logo{
  width:107px;
  height:46px;
  margin:0 auto;
}

.contant2 .top_logo img{
  width:100%;
  height:100%;
}

.contant2 .develop_zi{
  text-align:center;
}

.contant2 .develop_zi h4{
  font-size:30px;
  font-weight:200;
  line-height:28px;
  color:#000;
  margin-top:20px;
  margin-bottom:20px;
}

.contant2 .develop_zi p{
  font-size:18px;
  font-weight:200;
  line-height:30px;
  color:#8a8888;
}

.more_btn{
  font-size:18px;
  font-weight:200;
  font-stretch:normal;
  line-height:28px;
  color:#00b0ec;
  margin-top:6px;
  padding-bottom: 30px;
}

.time_img{
  padding-bottom:50px;
  width:100%;
  /*height:320px;*/
 /* background:url(../images/time.png) no-repeat center;*/
}

.time_img img{
  width:100%;
  height:100%;
}

/*ar解决方案*/
.pd3{
  padding-top:30px;
  padding-bottom:50px;
}

.title2{
  margin:0 auto;
  text-align:center;
  padding-top:30px;
  padding-bottom:50px;
}

.title2 h4{
  font-size:24px;
  font-weight:normal;
  line-height:36px;
  color:#000000;
}

.title2 h6{
  font-size:12px;
  font-weight:normal;
  line-height:20px;
  color:#000000;
  text-transform:uppercase;
}

.title2 p{
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#737373;
  margin-top:30px;
}

.plan_list{
  width:100%;
  margin:0 auto;
}

.plan_list li{
  border-bottom:1px solid rgba(170, 170, 170, 1);
  padding-bottom:40px;
  padding-top:40px;
}

.plan_list li:last-child{
  border-bottom:none;
}

.plan_list li .left_img2{
  float:left;
  width:35%;
}

.plan_list li .left_img2 img{
  width:100%;
  height:100%;
}

.right_plan{
  float:right;
  width:63%;
}

.right_plan h3{
  font-size:22px;
  padding-left:16px;
  line-height:36px;
  color:#000;
  font-weight:normal;
  border-left:14px solid rgba(0, 160, 233, 1);
}

.right_plan p{
  padding-left:34px;
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#aaaaaa;
  margin-top:20px;
}

.plan_list li .left_img3{
  float:right;
  width:35%;
}

.plan_list li .left_img3 img{
  width:100%;
  height:100%;
}

.right_plan2{
  float:left;
  width:63%;
}

.right_plan2 h3{
  font-size:22px;
  padding-left:16px;
  line-height:36px;
  color:#000;
  font-weight:normal;
  border-left:14px solid rgba(0, 160, 233, 1);
}

.right_plan2 p{
  padding-left:34px;
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#aaaaaa;
  margin-top:20px;
}

.bottom_btn{
  max-width:100%;
  margin:0 auto;
  text-align:center;
  border-top:1px solid #aaaaaa;
  padding-top:30px;
}

.bottom_btn h4{
  font-size:24px;
  font-weight:normal;
  line-height:36px;
  color:#000000;
}

.bottom_btn .btn_box{
  margin:0 auto;
  width:400px;
  margin-top:20px;
}

.bottom_btn .btn_box a{
  display:block;
  float:left;
  margin:0 auto;
  margin-left:70px;
  width:164px;
  height:50px;
  background-color:#ffff00;
  color:#000;
  font-size:22px;
  line-height:50px;
  text-align:center;
  transition:all .3s;
}

.bottom_btn .btn_box a:first-child{
  margin-left:0;
}

.bottom_btn .btn_box a:hover{
  background:#00a0e9;
  color:#fff;
}

/*案例*/
.title3{
  font-size:24px;
  color:#000;
  font-weight:normal;
  line-height:36px;
  margin-top:20px;
}

.case_list{
  width:100%;
  margin:0 auto;
}

.case_list li{
  border-bottom:1px solid rgba(170, 170, 170, 1);
  padding-bottom:30px;
  padding-top:30px;
}

.case_list li .left_img3{
  float:left;
  width:35%;
}

.case_list li .left_img3 img{
  width:100%;
  height:100%;
}

.case_list li .left_img4{
  float:right;
  width:35%;
}

.case_list li .left_img4 img{
  width:100%;
  height:100%;
}

.right_plan3{
  float:right;
  width:63%;
}

.right_plan3 h3{
  font-size:22px;
  line-height:36px;
  color:#000;
  font-weight:normal;
}

.right_plan3 p{
  font-size:16px;
  font-weight:normal;
  line-height:28px;
  color:#aaaaaa;
  margin-top:20px;
  min-height:152px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
}

.right_plan4{
  float:left;
  width:63%;
}

.right_plan4 h3{
  font-size:22px;
  line-height:36px;
  color:#000;
  font-weight:normal;
}

.right_plan4 p{
  font-size:16px;
  font-weight:normal;
  line-height:28px;
  color:#aaaaaa;
  margin-top:20px;
  min-height:152px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient: vertical;
}
.more_btn2{
  width:140px;
  height:42px;
  background-color:#00a0e9;
  border:solid 3px #00a0e9;
  color:#fff;
  font-size:16px;
  line-height:36px;
  text-align:center;
  margin-top:20px;
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  transition:all .4s;
}

.more_btn2:hover{
  background:#ffffff;
  color:#00a0e9;
}

/*产品中心-播放机*/
.title4{
  margin:0 auto;
  padding-top:30px;
  border-bottom:1px solid #aaa;
  padding-bottom:50px;
}

.title4 h4{
  font-size:24px;
  font-weight:normal;
  line-height:36px;
  color:#000000;
  text-align:center;
  margin-bottom:30px;
}

.title4 p{
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#737373;
  margin-top:10px;
  min-height:120px;
}

.box_2{
  width:100%;
  margin:0 auto;
}

.box_3{
  width:100%;
  padding:0 50px;
  margin:0 auto;
  min-height:360px;
margin-top:10px;
}
.line{
  border-top:1px solid #aaaaaa;
}
.title5{
  font-size:24px;
  font-weight:normal;
  line-height:40px;
  color:#000000;
  text-indent:50px;
  margin-top:30px;
}

table{
  text-align:left;
  width:100%;
  margin-top:30px;
  border-collapse:separate;
  border-spacing:8px;
}

table th.wd1{
  width:17.2%;
}

table th.wd2{
  width:22.8%;
}

table th.wd3{
  width:26.4%;
}

table th{
  color:#fff;
  font-weight:normal;
  font-size:16px;
  padding:8px 0 8px 6px;
  background:#137aa3;

}

table tr.color1 > td.color2{
  color:#1e8dae;
}

table tr.color1 td{
  background:#eee;
  color:#59505a;
  font-weight:normal;
  font-size:16px;
  padding:6px 0 6px 6px;
}

table tr.color2 > td.color2{
  color:#1e8dae;
}

table tr.color2 td{
  background:#fff;
  color:#59505a;
  font-weight:normal;
  font-size:16px;
  padding:6px 0 6px 6px;
}

/*.bd_2{*/
/*border-bottom:1px solid #aaaaaa;*/
/*padding-bottom:30px;*/
/*}*/
.box_3 p{
  width:80%;
  margin:0 auto;
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#8a8a8a;
  margin-top:4px;
}

.pd_2{
  padding:50px 0;
}

/*政策服务*/
.pd_5{
  padding-bottom:70px;
}
.title9{
  margin:0 auto;
  padding-top:30px;
  border-bottom:1px solid #aaa;
  padding-bottom:50px;
}

.title9 h4{
  font-size:24px;
  font-weight:normal;
  line-height:36px;
  color:#000000;
  text-align:center;
  margin-bottom:30px;
}

.title9 p{
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#737373;
  margin-top:10px;
}
/*新闻动态*/

.pd4{
  padding:100px 0;
}

.left_tab{
  position:relative;
  float:left;
  overflow:hidden;
  width:20%;
}

.left_tab .bg2{
  position:absolute;
  left:0;
  top:0;
  width:5px;
  z-index:0;
}
.left_tab .bg2{
  position:absolute;
  left:2px;
  top:0;
  display:block;
  width:1px;
  height:1000px;
  background:#999;
}
.left_tab ul{
  width:100%;

}
.left_tab ul:before{
  content:'';
  width:5px;
  height:5px;
  background:#999;
  display:block;
}
.left_tab ul:after{
  content:'';
  width:5px;
  height:5px;
  background:#999;
  display:block;
}
.left_tab li{
  display:inline-block;
  margin-top:20px;
  background:url(../images/tab_bg2.jpg) no-repeat left;
  z-index:999;
  transition:all 0.4s;
  cursor:pointer;
}
.left_tab li:last-child{
  margin-bottom:20px;
}
.left_tab li:hover{
  background:url(../images/tab_bg3.png) no-repeat left;
}

.left_tab li:hover a{
  background:#0080cc;
  color:#fff;
}

.left_tab li a{
  display:block;
  padding:0 20px;
  font-size:18px;
  border-radius:6px;
  line-height:36px;
  margin-left:30px;
  color:#000;
  background:#fff;
  transition:all 0.4s;
}
.left_tab li.curr{
  background:url(../images/tab_bg3.png) no-repeat left;
}
.left_tab li.curr a{
  background:#0080cc;
  color:#fff;
}

.right_news{
  float:right;
  width:75%;
}

.top{
  border-bottom:1px solid #aaa;
  padding-bottom:16px;
}

.top_btn{
  float:right;
  margin-top:40px;
}

.top_btn li{
  float:left;
  margin-left:70px;
  font-size:22px;
  font-weight:300;
  line-height:36px;
  color:#000000;
  cursor:pointer;
}

.top_btn li.on a{
  color:#0080cc;
}

.list_news{
  padding-top:50px;
}

.list_news li{
  padding:30px 0;
}

.list_news .img_2{
  float:left;
  width:37%;
}

.list_news .img_2 img{
  width:100%;
  height:100%;
}

.list_news .right_zi{
  float:right;
  width:60%;
}

.list_news .right_zi h6{
  font-size:16px;
  font-weight:normal;
  color:#000;
}

.list_news .right_zi h5{
  font-size:22px;
  font-weight:normal;
  color:#000;
  margin-top:8px;
  margin-bottom:8px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.list_news .right_zi span{
  font-size:16px;
  font-weight:200;
  color:#c1c1c1;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.list_news .right_zi p{
  font-size:16px;
  font-weight:normal;
  line-height:26px;
  color:#7f7f7f;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

/*关于我们*/
.about{
  padding-bottom:30px;
}

.center{
  padding-bottom:110px;
  font-size:28px;
  font-weight:normal;
  color:#000;
}

.top h3{
  font-size:28px;
  font-weight:normal;
  color:#000;
}

.about_logo{
  width:204px;
  height:88px;
  margin:20px 0;
}

.about_logo img{
  width:100%;
  height:100%;
}

.right_news p{
  font-size:18px;
  font-weight:normal;
  line-height:32px;
  color:#737373;
  margin-bottom:20px;
}

.blue{
  color:#0080cc;
}

.left_2{
  float:left;
  width:50%;
  padding-top:20px;
}

.right_img{
  width:46.4%;
  float:right;
  padding-top:20px;
}

.right_img img{
  width:100%;
  height:100%;
}

.left_2 p{
  margin-top:16px;
  font-size:16px;
  font-weight:normal;
  line-height:32px;
  color:#737373;
  margin-bottom:20px;
}

.title6 h4{
  font-size:22px;
  font-weight:normal;
  text-transform:uppercase;
  line-height:32px;
  color:#304987;
}

.title6 h6{
  font-size:16px;
  font-weight:normal;
  text-transform:uppercase;
  line-height:24px;
  color:#304987;
}

.bottom{
  max-width:100%;
}

.bottom .deve_img{
  width:100%;
  height:auto;
  margin-top:30px;
  background:url(../images/about_bg.png) no-repeat center;
  min-height:368px;
  padding-top:60px;
}

.bottom .deve_img img{
  /*width:100%;*/
  margin:0 auto ;
  height:100%;
}

/*合作伙伴*/
.title7{
  margin:0 auto;
  padding-top:30px;
  padding-bottom:30px;
}

.title7 h4{
  font-size:24px;
  font-weight:normal;
  line-height:36px;
  color:#000000;
  text-align:center;
  margin-bottom:30px;
}

.title7 p{
  width:98%;
  margin:0 auto;
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#aaaaaa;
  margin-top:10px;
}

.partner_list{
  width:90%;
  margin:0 auto;
  margin-top:30px;
  margin-bottom:180px;
}

.partner_list li{
  float:left;
  width:200px;
  height:77px;
  margin-left:10px;
  margin-top:20px;
}

.partner_list li img{
  width:100%;
  height:100%;
}

/*会议预约系统*/
.img_3{
  width:100%;
  margin:0 auto;
  margin-bottom:30px;
}

.img_3 img{
  width:100%;
  height:100%;
}

.img_list{
  padding:30px 0 50px 0;
  /*border-bottom:1px solid #aaa;*/
}

.img_list li{
  width:40.2%;
  border:3px solid #bfbfbf;
}

.img_list li img{
  width:100%;
  height:100%;
}

/*联系我们*/
.contact{
  position:relative;
}

.img_bg{
  position:absolute;
  bottom:0;
  right:0;
}

.info_box{
  float:left;
  margin-right:200px;
}

.info_box p{
  font-size:16px;
  font-weight:normal;
  line-height:26px;
  color:#737373;
}

.info_box h4{
  font-size:16px;
  font-weight:normal;
  line-height:32px;
  color:#737373;
  margin-bottom:24px;
  margin-top:24px;
}

.info_box h4:first-child{
  margin-top:0;
}

/*数字标牌*/
.img_4{
  width:74%;
  margin:0 auto;
  padding-bottom:180px;
}

.img_4 img{
  width:100%;
  height:100%;
}

.img_list2{
  padding:30px 0 50px 0;
  /*border-bottom:1px solid #aaa;*/
}

.img_list2 li{
  width:40.2%;
  border:1px dashed #b5b5b5;
}
.title8 img{
  width:42px;
  height:42px;
}
.img_list2 li img{
  width:100%;
  height:100%;
}

.ms_shuzi_bb{ /*width:1560px;*/ margin: 0 auto;}
.shuz_t_box img{ display: block;margin: 0 auto; max-width: 100%;}
.shuz_t_box img:nth-of-type(1){ margin-bottom: 36px;}
.shuzi_top{ width: 1148px; margin: 0 auto;}
.shuz_t_box {padding: 30px 0 50px 0;}
.shuz_t_box1{ padding: 67px 0 87px 0; width: 100%;}
.shuzi_top h3{ font-weight: normal; font-size: 24px; color: #494949;border-left: 6px solid #00acf4; padding-left:24px;}
.shuzi_top p{font-size: 18px; color: #737373; padding: 20px 0 35px 0; display: block; margin-left: 31px;}
.shuzi_bottom_img img{max-width: 100%; display: block; margin: 0 auto;}
.zn_box{
  max-width:100%;
  margin:0 auto;
  border:solid 2px #b5b5b5;
}

.left_img{
  float:left;
  width:52.6%;
}

.left_img img{
  width:100%;
  height:100%;
}

.zn_right{
  float:left;
  width:40%;
  margin-top:70px;
  margin-left:56px;
}

.zn_right h4{
  font-size:24px;
  font-weight:normal;
  line-height:36px;
  color:#000000;
  margin-bottom:20px;
}

.zn_right p{
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#737373;
}

.zn_bottom{
  padding-bottom:40px;
}

.box_9{
  margin:50px 0;
}

.box_9 li{
  float:left;
  margin-right:16px;
}

.box_9 li img{
  width:42px;
  height:42px;
  float:left;
}

.box_9 li p{
  float:left;
  font-size:16px;
  font-weight:normal;
  color:#999;
  line-height:53px;
  padding-left:6px;
}

.bg_3{
  background:url(../images/icon5.jpg) no-repeat left;
}

.bg_4{
  background:url(../images/icon6.jpg) no-repeat left;
}

.bg_5{
  background:url(../images/icon7.jpg) no-repeat left;
}

.list_2{
  width:50%;
  float:left;
}

.list_2 ul{
  width:68%;
  margin:0 auto;
  margin-top:20px;
}

.list_2 ul li{
  margin-bottom:10px;
}

.list_2 ul li h4{
  float:left;
  font-size:26px;
  color:#333;
  line-height:56px;
  text-indent:56px;
}

.list_2 ul li img{
  float:left;
  margin-left:10px;
}

.list_2 ul li .zi{
  margin-left:50px;
  margin-top:6px;
}

.list_2 ul li .zi p{
  background:url(../images/tab_bg2.jpg) no-repeat left;
  text-indent:16px;
  font-size:16px;
  color:#999;
  font-weight:normal;
  line-height:30px;
}

.list_img{
  float:right;
  width:42.8%;
}

.list_img img{
  width:100%;
  height:100%;
}



/*新闻动态详情*/
.box_news{
  width:100%;
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0, 0, 0, .8);
  overflow:auto;
  z-index:99999;
}
/*.box_nr{*/
  /*width:90%;*/
  /*margin:auto;*/
/*}*/
/*.online_list{*/
  /*width:100%;*/
  /*margin-top:30px;*/
/*}*/

/*.online_list .box_7{*/
  /*width:80%;*/
  /*margin:0 auto;*/
/*}*/
/*.online_list li{*/
  /*width:80%;*/
  /*position:relative;*/
  /*margin:16px auto;*/
  /*font-size:16px;*/
  /*color:#666;*/
/*}*/

/*.online_list li p{*/
  /*text-indent:38px;*/
  /*line-height:44px;*/
/*}*/

/*.online_list li i{*/
  /*font-size:20px;*/
  /*color:#00a0e9;*/
  /*position:absolute;*/
  /*left:10px;*/
  /*top:12px;*/
/*}*/

/*.online_list li input[type="text"]{*/
  /*font-size:16px;*/
  /*font-weight:normal;*/
  /*width:100%;*/
  /*color:#999;*/
  /*height:44px;*/
  /*border:1px solid #ccc;*/
  /*text-indent:10px;*/
/*}*/

/*.online_list li textarea{*/
  /*font-size:16px;*/
  /*border:1px solid #ccc;*/
  /*font-weight:normal;*/
  /*outline:0;*/
  /*padding-top:10px;*/
  /*width:100%;*/
  /*color:#999;*/
  /*height:200px;*/
  /*text-indent:10px;*/
  /*font-family:"微软雅黑";*/
/*}*/

/*.tj_box{*/
  /*width:20%;*/
  /*text-align:center;*/
  /*margin:0 auto;*/
  /*margin-top:20px;*/
/*}*/

/*.tj_box input.tj{*/
  /*margin:0 auto;*/
  /*background:#00a0e9;*/
  /*width:100%;*/
  /*border:1px solid #00a0e9;*/
  /*height:44px;*/
  /*color:#fff;*/
  /*text-align:center;*/
  /*font-size:16px;*/
  /*cursor:pointer;*/
/*}*/
/*数字标牌解决方案*/
.right_news2{
  float:right;
  width:75%;
}
.right_news2 p{
  font-size:18px;
  font-weight:normal;
  line-height:32px;
  color:#737373;
  margin-bottom:20px;
  margin-top:16px;
}
.title10{
  font-size:28px;
  line-height:36px;
  font-weight:normal;
  color:#000000;
  margin-top:40px;
}
.img_5{
  width:100%;
  margin:0 auto;
  margin-top: 20px;
}
.img_5 img{
  width:100%;
  height:100%;
  margin:0 auto;
}
.box_13 p{
  width:100%;
  margin:0 auto;
  font-size:18px;
  font-weight:normal;
  line-height:30px;
  color:#737373;
  margin-top:4px;
}
.box_13{
  width:100%;
  margin:0 auto;
  margin-top:20px;
  padding-top:20px;
}

/*案例详情*/
.case_details{
  width:100%;
  height:100%;
  padding:40px 60px;
  border:1px solid #aaa;
  border-top:0;
}
.title_case{
  font-size: 22px;
  font-weight: normal;
  padding-bottom:30px;
  border-bottom:1px solid #aaa;
  text-align:center;
  color: #000000;
}
.time{
 text-align:center;
  margin:0 auto;
  margin-top:30px;
}
.time span{
  margin-left:20px;
  font-size:16px;
  color:#afaeae;

}
.time span:first-child{
  margin-left:0;
}
.case_details p{
  width:100%;
  margin:0 auto;
  font-size:18px;
  color:#000;
  font-weight:normal;
  line-height:32px;
  margin-top:20px;
  text-indent:2em;
}
.case_nr{
  width:84%;
  margin:0 auto;
  font-size:18px;
  color:#000;
  font-weight:normal;
  line-height:32px;
  margin-top:20px;
  text-indent:2em;
}
.details_img{
  width:77%;
  height:auto;
  margin:40px auto;
}
.details_img img{
  width:100%;
  height:auto;
  margin:0 auto;
}
.case_bottom{
  width:100%;
  margin:0 auto;
  border-top:1px solid #aaa;
}
.case_box{
  width:100%;
  margin:0 auto;
  padding-top:38px;
}
.case_bottom a{
  width:50%;
  font-size:20px;
  font-weight:normal;
  color:#c3c3c3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  cursor:pointer;
  transition:all 0.4s;
}
.case_bottom a span{
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  transition:all .4s;
}
.case_bottom a.text{
  text-align:right;
}
.case_bottom a:hover{
  color:#0080cb;
}
.case_bottom a:hover span{
  color:#0080cb;
}







/*媒体查询*/

@media (max-width:1200px){
  .right_plan2 p{
    font-size:20px;
    line-height:32px;
    margin-top:18px;
  }

  .right_plan p{
    font-size:20px;
    line-height:32px;
    margin-top:18px;
  }

  .right_plan3 p{
    font-size:20px;
    line-height:32px;
    margin-top:18px;
  }

  .list_2 ul{
    width:80%;
  }

  .right_plan4 p{
    font-size:20px;
    line-height:32px;
    margin-top:18px;
  }

}


.pages { padding-top:30px;text-align:center;font:12px '微软雅黑';}
  .pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
  .pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
  .pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
  .pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#F39800; border:1px solid #F39800; color:#fff; text-align:center; }
  .pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }