/*清除*/
/* CSS Document */
input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], button, text, input{
  -webkit-appearance:none; /*去掉苹果的默认UI来渲染按钮*/
}

*{
  box-sizing:border-box;
  font-family:"微软雅黑";
}

div{
  margin:0;
  padding:0;
}

body, html{
  margin:0;
  padding:0;
  background-color:#ffffff;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6, p{
  margin:0;
  padding:0;
  font-size:100%;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  font-weight:normal;
}

table{
  border:0;
  background:none;
  margin:0;
  padding:0;
}

tr, td, th{
  border:none;
  outline:none;
  background:none;
  margin:0;
  padding:0;
}

form{
  margin:0;
  padding:0;
  outline:none;
  background:none;
}

img{
  /* display:block; */
}

a{
  display:block;
  text-decoration:none;
  color:#666;
}

ul, li{
  margin:0;
  padding:0;
  list-style:none;
  text-decoration:none;
}

input, button{
  margin:0;
  padding:0;
  border:none;
  outline:none;
  background:none;
}

textarea{
  border:none;
  text-rendering:auto;
  color:initial;
  letter-spacing:normal;
  word-spacing:normal;
  text-transform:none;
  text-indent:0px;
  text-shadow:none;
  display:inline-block;
  text-align:start;
  margin:0;
  padding:0;
}

.fl{
  float:left;
}

.fr{
  float:right;
}

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix:before{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix{
  /* 触发 hasLayout */
  zoom:1;
}

.common_box{
  max-width:100%;
  margin:0 auto;
}

/*面包屑*/
.addr{
  width:100%;
  margin:0 auto;
  border-bottom:1px solid rgba(170, 170, 170, 1);
  padding-bottom:6px;
}

.addr p{
  font-size:16px;
  color:#737373;
  font-weight:bold;
}

.black{
  color:#010101;
  font-weight:normal;
}

/*页眉*/
.header{
  width:100%;
  margin:0 auto;
  height:134px;
  background-color: rgba(0, 128, 203,1);
  /*background-color: rgba(255, 255, 255, 0);*/
  padding:26px 0;
  position:fixed;
  left:0;
  top:0;
  z-index:9999;
  transition:background-color .25s ease-out;
}
.yya{
  background-color: rgba(0, 128, 203, 0.45);
}
.sabit{
  /*background-color: rgba(0, 128, 203, 0.45);*/
  background-color: rgba(0, 128, 203, 1);
  padding:26px 0;
  position:fixed;
  left:0;
  top:0;
  z-index:9999;
  transition:background-color .25s ease-out;
}
.header_box{
  max-width:1290px;
  margin:0 auto;
}

.logo{
  float:left;
  width:178px;
  height:77px;
  z-index:9999999;
}

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

/*导航*/
.nav_box{
  float:left;
  margin-bottom:20px;
}

.nav{
  max-width:100%;
  margin:0 auto;
  margin-left:30px;
  margin-top:12px;
  padding-bottom:30px;
}

.nav .nav_li{
  line-height:30px;
  color:#ffffff;
  padding:10px 0;
  float:left;
  transition:all 0.6s;
  background:rgba(255, 255, 255, 0);
  position:relative;
}

.nav .nav_li .second{
  font-size:18px;
  font-weight:normal;
  font-stretch:normal;
  text-align:center;
  line-height:30px;
  letter-spacing:0px;
  padding:2px 40px;
  color:#ffffff;
  display:block;
  transition:all 0.6s;
  position:relative;
  background:rgba(255, 255, 255, 0);
}

/*.nav .nav_li:hover{
  background:#fff;
}*/
.nav .nav_li:hover .second2:after{
  display:block;
}

.nav .nav_li:hover .second{
  color:#fff;
  background-color: rgba(0, 91, 172, 0.45);

}
.nav .nav_li.on > a{
  color:#fff;
  background-color: rgba(0, 91, 172, 0.45);
}

.nav .nav_li.on .second{
  color:#fff;
  background-color: rgba(0, 91, 172, 0.45);
}

/*.nav .nav_li .subnav:before {*/
/*content: "";*/
/*position: absolute;*/
/*top: -10px;*/
/*left:500px;*/
/*border-left:16px solid transparent;*/
/*border-right:16px solid transparent;*/
/*border-bottom:16px solid #00b0ec;*/

/*!* == *!*/
/*}*/

.subnav{
  width:100%;
  /*background:#00afec;*/
  position:absolute;
  top:44px;
  left:0;
  z-index:100;
  display:none;
  /*padding:0 10px;*/
  /*-moz-box-shadow:0 3px 3px 0px #eee;*/
  /*-webkit-box-shadow:0 3px 3px 0px #eee;*/
  /*box-shadow:0 3px 3px 0px #eee;*/
}

.solution_subnav .subnav1{
  margin:0 auto;
  background-color: rgba(0, 91, 172, 0.45);


}

.solution_subnav .subnav1 li{
  width:100%;
  display:inline-block;
  *display:inline;
  *zoom:1;
  text-align:center;

}

.solution_subnav .subnav1 li a{
  /*min-width:118px;*/
  display:block;
  width:100%;
  font-size:12px;
  color:#fff;
  text-align:center;
  line-height:34px;
  /*border-bottom:2px solid rgba(255,255,255,0);*/

}
.solution_subnav .subnav1 li:hover{
  background-color: #0080cb;
}

.header_box form{
  float:left;
  margin-top:26px;
  position:relative;
}
.four_number{ background: url(../images/ph.png) no-repeat center left;
	float: left; font-size: 17px; color: #fff;font-weight: bold; padding: 28px 0; margin-left: 30px; padding-left: 64px;}
.header_box form img{
  width:22px;
  height:22px;
  position:absolute;
  top:6px;
  right:30px;
}

.header_box input{
  width:200px;
  height:33px;
  color:#fff;
  border:solid 2px #fff600;
  padding:0 6px;
}
.header_box .btn{
  width:22px;
  height:22px;
 background: url(../images/search.png) no-repeat center;
 background-size: 100% 100%;
 position: absolute;
 right: 30px;
 top: 6px;
}
/*轮播*/
.slideBox{
  width:100%;
  overflow:hidden;
  position:relative;
}

.slideBox .hd{
  height:12px;
  overflow:hidden;
  position:absolute;
  left:50%;
  margin-left:-50px;
  bottom:20px;
  z-index:1;
}

.slideBox .hd ul li{
  float:left;
  margin-right:30px;
  text-align:center;
  display:block;
  cursor:pointer;
  width:12px;
  height:12px;
  border-radius:100%;
  border:solid 2px #fff;
  /*background:#fff;*/
  text-indent:-9999px;
}

.slideBox .hd ul li.on{
  border:solid 2px #0080cb;
  /*background:#0080cb;*/
}

.slideBox .bd{
  position:relative;
  width:100%;
  height:100%;
  z-index:0;
}

.slideBox .bd li{
  zoom:1;
  vertical-align:middle;
}

.slideBox .bd img{
  width:100%;
  display:block;
}

.prev, .next{
  position:absolute;
  top:50%;
  z-index:2;
  width:70px;
  height:70px;
  margin-top:-35px;
  border-radius:3px;
  opacity:.15;
  text-indent:-9999px;
  background-repeat:no-repeat;
  transition:opacity .2s linear 0s;
}

.prev{
  left:80px;
  background:url(../images/arrow-left.png) no-repeat;
  background-size:100% 100%;
}

.next{
  right:80px;
  background:url(../images/arrow-right.png) no-repeat;
  background-size:100% 100%;
}

.slideBox .prev:hover,
.slideBox .next:hover{
  filter:alpha(opacity=100);
  opacity:1;
}

/*轮播结束*/

/*页脚*/
footer{
  background-color:#0080cb;
  padding:30px 0;
}

.footer{
  max-width:1200px;
  margin:0 auto;
}

.left_info{
  float:left;
  width:66%;
}

.left_info .bottom_logo{
  width:109px;
  height:47px;
}

.left_info .bottom_logo img{
  width:100%;
  height:100%;
}

.left_info h3{
  font-size:30px;
  font-weight:normal;
  line-height:36px;
  color:#ffffff;
  margin-top:10px;
}

.left_info h4{
  font-size:26px;
  font-weight:normal;
  line-height:30px;
  color:#304987;
  margin-top:20px;
  width:420px;
}

.left_info h5{
  font-size:16px;
  font-weight:normal;
  line-height:20px;
  color:#304987;
}

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

.share{
  margin-top:35px;
  margin-bottom:16px;
}

.share a{
  float:left;
  width:28px;
  height:30px;
  margin-left:12px;
}

.icon_1{
  background:url(../images/icon_1.png) no-repeat center;
}

.icon_2{
  background:url(../images/icon_2.png) no-repeat center;
}

.icon_3{
  background:url(../images/icon_3.png) no-repeat center;
}

.icon_4{
  background:url(../images/icon_4.png) no-repeat center;
}

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

.right_info{
  float:right;
  /*width:34%;*/
  margin-top:68px;
}

.right_info h4{
  font-size:16px;
  font-weight:normal;
  line-height:26px;
  color:#fefefe;
  margin-bottom:20px;
}

.right_imgs{
  width:62px;
  height:62px;
  margin-top:50px;
}

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

.info{
  margin-top:2px;
}

.info h5{
  float:left;
  font-size:16px;
  font-weight:normal;
  line-height:26px;
  color:#fefefe;

}

.right_info .info2{
  float:left;

}

.right_info .icon_6{
  margin-bottom:10px;
}

.right_info .icon_6 img{
  width:22px;
  height:22px;
  float:left;
  margin-top:4px;
}

.right_info .icon_6 p{
  float:left;
  font-size:16px;
  font-weight:normal;
  line-height:26px;
  color:#304987;
  margin-left:10px;
}

.paging{
  text-align:center;
  width:100%;
  margin:0 auto;
  margin-top:50px;
}

.page{
  display:inline-block;
  margin:0 auto;
  text-align:center;
  font-size:14px;
  line-height:34px;
  vertical-align:middle;
}

.page a{
  display:block;
  width:30px;
  font-size:16px;
  height:30px;
  float:left;
  background:#aaaaaa;
  margin:0 10px;
  line-height:30px;
  text-align:center;
  color:#fff;
  transition:0.3s;
}

.page span{
  display:block;
  width:30px;
  height:30px;
  float:left;
  font-size:16px;
  background:#ffff00;
  margin:0 10px;
  line-height:30px;
  text-align:center;
  color:#000;
  cursor:pointer;
}

.page a:hover{
  background:#ffff00;
  color:#000;
}

/*弹窗*/
.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_main{
  max-width:20%;
  margin:auto;
  background:#fff;
  box-shadow:3px 6px 10px rgba(0, 0, 0, 0.1);
  padding-bottom:30px;
}

.box_main h4{
  font-size:24px;
  text-align:center;
  font-weight:normal;
  color:#333;
  margin:120px 0 30px 0;
  padding-top:30px;
  line-height:40px;
  border-bottom:1px solid #eee;
}

.box_main p{
  font-size:24px;
  line-height:36px;
  font-weight:normal;
  color:#0080cc;
}
.box_nr {
  width: 90%;
  margin: auto;
}
.box_main span{
  width:100px;
  line-height:84px;
  position:absolute;
  right:0;
  top:0;
  color:#ffff00;
  background:#333;
  cursor:pointer;
  font-size:36px;
  text-align:center;
}


.onlineMenu{
  padding:0 15px;
}

.onlineMenu h3{
  font-size:16px;
  color:#333;
  font-weight:normal;
  line-height:36px;

}

.onlineMenu h3.tQQ{
  background-position:0 10px;
}

.top_tel{
  margin:30px auto;
  border-bottom:solid 1px #ACE5F9;
  padding-bottom:30px;
}
.onlineMenu ul {
  padding-bottom:16px;
}
.onlineMenu li{
  height:48px;
  line-height:48px;
  border-bottom:solid 1px #E6E5E4;
  text-align:center;
}

.onlineMenu li.tli{
  text-align:left;
}

.onlineMenu li.zixun{
border-bottom:0;
}

.onlineMenu li.fufei{
  background-position:0px -190px;
}

.onlineMenu li.phone{
  background-position:0px -244px;
}

.onlineMenu li a.newpage{
  display:block;
  height:48px;
  line-height:999em;
  overflow:hidden;
  background-position:5px -100px;
}
.onlineMenu ul li a img{
  float:left;
}
.onlineMenu ul li a p{
  float:left;
  line-height:48px;
  margin-left:6px;
  font-size:14px;
  color:#333;
  font-weight:normal;
}
.onlineMenu li img{
  margin:13px 0 0 0;
}

.onlineMenu li.last{
  border:0;
}

footer{padding: 30px 0 !important;    background-color: #0080cb;}









