body {
  font-family: "Microsoft YaHei", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #166dbd;
}
.full {
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0px 0px 5px #e2e2e2;
  -moz-box-shadow: 0px 0px 5px #e2e2e2;
  -webkit-box-shadow: 0px 0px 5px #e2e2e2;
  background-color: #fff;
}
.container {
  width: 1200px;
}
.topbox {
  height: 85px;
}
ul,
li,
a,
h1,
h2,
h3,
h5 {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*
.navmenu{
  font-size: 16px;
  ul>li{
    float: left;
    line-height: 85px;
    position: relative;
  }
  ul>li:hover:after{
    content: "";
    border: 6px solid transparent;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-bottom-color: #26A9E1;
    position: absolute;
    bottom: 0px;
    left: 50%;
  }
  a{
    width: 100%;
    display: block;
    height: 85px;
    padding: 0 30px;
    border-bottom:2px solid #fff;
  }
  a:hover:after{
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #26a9e1;
    content: '';
    opacity: 0;
    -webkit-transition: height .5s,opacity .5s,-webkit-transform .5s;
    -webkit-transform: translateY(-10px);
  }
}
*/
#header {
  height: 85px;
  background-color: #fff;
}
#header .icon-logo {
  vertical-align: middle;
}
#header a {
  line-height: 85px;
  height: 85px;
  color: #717171;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
#header a.logo {
  padding: 0;
  margin: 0;
  float: left;
}
#header a:hover {
  background: 0 0;
}
#header ul li {
  float: left;
}
#header ul li.nav-droplist {
  position: relative;
  z-index: 999;
}
#header ul li.nav-droplist > a:after {
  content: "";
  display: none;
}
#header ul li.nav-droplist .droplist {
  box-shadow: 0 0 15px -5px #888888;
  border-radius: 4px;
  border-top: 3px solid #26A9E1;
  border-bottom: 3px solid #26A9E1;
  position: absolute;
  width: 110px;
  display: none;
  padding-top: 0;
  left: 50%;
  margin-left: -55px;
}
#header ul li.nav-droplist .droplist:before {
  content: "";
  border: 6px solid transparent;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-bottom-color: #26A9E1;
  position: absolute;
  top: -14px;
  left: 50px;
}
#header ul li.nav-droplist .droplist dd {
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}
#header ul li.nav-droplist .droplist dd a {
  line-height: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 14px;
}
#header ul li.nav-droplist .droplist dd a:after {
  content: "";
  display: none;
}
#header ul li.nav-droplist .droplist dd a:hover {
  background-color: #f8f8f8;
}
#header ul li.nav-droplist:focus .droplist,
#header ul li.nav-droplist:hover .droplist {
  display: block;
}
#header .nav-link {
  float: right;
}
#header .nav-link a {
  padding: 0 15px;
  margin: 0 15px;
  position: relative;
}
#header .nav-link a:focus::after,
#header .nav-link a:hover::after {
  height: 3px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#header .nav-link a:after {
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #26a9e1;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: height .5s,opacity .5s,transform .5s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pad50 {
  padding: 50px 0;
}
.indexTitle {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  height: 65px;
}
.indexTitle h1 {
  font-size: 30px;
  padding-bottom: 15px;
}
.indexTitle span {
  border: 1px solid #e6e6e6;
  padding: 3px 10px;
  position: absolute;
  display: block;
  width: 240px;
  top: 50px;
  left: 50%;
  margin-left: -120px;
  background: #fbfbfb;
  color: #666;
  font-size: 18px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.indexinfo {
  margin-top: 50px;
  margin-left: -50px;
}
.indexinfo h4 {
  margin-top: 20px;
}
.indexinfo i {
  font-size: 10px;
  color: #029ce4;
  margin-right: 5px;
}
.indexinfo p {
  color: #333;
}
.indexinfo a.more {
  margin-top: 15px;
  display: inline-block;
  background: #029ce4;
  padding: 10px 30px;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
}
.indexinfo a.more i {
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
}
.indexinfo a.more:hover {
  background: #1570bf;
}
.imgbox {
  margin-top: 50px;
  margin-right: -50px;
  text-align: right;
}
.imgbox img{max-width:100%;}
#indexList1,
#indexImg1,
#indexList2,
#indexImg2,
#indexList3,
#indexImg3,
#indexList4,
#indexImg4 {
  opacity: 0;
}
.caselist {
  margin-left: 15px;
  margin-right: 15px;
}
.caselist div {
  float: left;
  width: 20%;
  text-align: center;
}
.caselist div p {
  padding: 50px 0px;
  background: #f2f5fb;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.footer {
  background: #55b3f8;
  height: 98px;
}
.footinfo {
  color: #fff;
  border-right: 1px solid #f1f1f1;
  padding: 0 30px;
  float: left;
  margin-top: 25px;
  height: 50px;
  overflow: hidden;
}
.copy {
  margin-top: 25px;
  float: right;
  color: #fff;
}
.copy a {
  color: #fff;
}
.copy span {
  margin-left: 20px;
}
.pageNavbox {
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
}
.proNav a {
  float: left;
  font-size: 16px;
  height: 69px;
  line-height: 69px;
  padding: 0 30px;
  margin-right: 10px;
}
.proNav a:hover,
.proNav a.on {
  border-bottom: 2px solid #166dbd;
  color: #166dbd;
}
.pagetitle {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pagetitle h1 {
  font-size: 48px;
  color: #166dbd;
}
.pagetitle p {
  font-size: 36px;
  color: #999;
}
.proContentBox {
  background: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.proContentBox h4 {
  font-size: 24px;
  color: #166dbd;
  margin-top: 30px;
}
.messBox {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
  padding-bottom: 40px;
}
.messBox h2 {
  color: #166dbd;
  font-size: 24px;
}
.messBox form {
  margin-top: 30px;
}
.messBox .control-label {
  font-weight: normal;
}
.messBox .btn-primary {
  border-radius: 3px;
  background: #166dbd;
  border: 0px;
}
.messBox .btn-primary:hover {
  background-color: #0457a3;
}
.content {
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
}
.newsList {
  padding: 30px 20px 30px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.newsList .newimg {
  width: 254px;
  float: left;
  margin-right: 15px;
}
.newsList .newnr {
  float: left;
  width: 860px;
}
.newsList .newnr h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.newsList .newnr p {
  color: #777;
}
.newsList .newnr i {
  font-size: 24px;
  color: #666666;
}
.newsList .newnr i.more {
  font-style: normal;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background-color: #777;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Arail";
  text-indent: 5px;
}
.newsList .newnr:hover {
  cursor: pointer;
}
.newsList .newnr:hover h3 > a {
  color: #166dbd;
}
.newsList .newnr:hover i.more {
  background-color: #166dbd;
}
.xiaocms-page {
  margin-top: 20px;
}
.xiaocms-page a {
  border: 1px solid #166dbd;
  border-radius: 50px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 12px;
  text-decoration: none;
}
.xiaocms-page a:hover {
  background: none repeat scroll 0 0 #166dbd;
  color: #fff;
}
.xiaocms-page span {
  background: none repeat scroll 0 0 #166dbd;
  border: 1px solid #166dbd;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 12px;
}
.lubo {
  width: 100%;
  min-width: 1000px;
  clear: both;
  position: relative;
  height: 580px;
}
.lubo_box {
  position: relative;
  width: 100%;
  height: 580px;
}
.lubo_box li {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lubo_box li a {
  display: block;
  width: 100%;
  height: 100%;
}
.lubo_box li img {
  width: 100%;
  height: 580px;
}
/*圆点*/
.cir_box {
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
.cir_box li {
  float: left;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cir_on {
  background: #166dbd !important;
}
/*按钮*/
.lubo_btn {
  position: absolute;
  width: 100%;
  top: 260px;
}
.left_btn,
.right_btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.left_btn {
  float: left;
  margin-left: 50px;
  background: url('../images/a17.png') no-repeat;
  background-position: -10px -40px;
}
.right_btn {
  float: right;
  margin-right: 50px;
  background: url('../images/a17.png') no-repeat;
  background-position: -70px -40px;
}




.ie-container{background-color:#EAEAAD;width:100%;height: 30px;line-height: 30px;}



.float-contact-mini {
	position: absolute;
	right: 1px;
	top: 145px;
}
.float-contact-mini a {
	background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height:111px;
	line-height: 110%;
	padding: 46px 5px 0;
	text-align: center;
	text-decoration: none !important;
	width: 28px;
}
.float-contact {
	display: none;
	position: absolute;
	right: 1px;
	top: 145px;
	width: 102px;
}
.float-contact .closes {
	background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 22px;
	text-decoration: none !important;
}
.float-contact .containerrr {
	background:#FFFFFF;
	border-color: #E3E3E3;
	border-style: solid;
	border-width: 0 1px;
	padding: 1px 0;
	text-align: center;
}
.float-contact .containerrr {
	border-style: solid;
	text-align: center;
}
.float-contact .qq {
	padding: 7px 0 6px;
}
.float-contact .qqtitle {
	line-height: 200%;
}
.float-contact .qq .btnss {
	padding-top: 4px;
}
.float-contact .qq .btnss li {
	padding-bottom: 5px;
}
.float-contact .qq .btnss a {
	background: url("../images/sprites.png") no-repeat scroll -43px -80px transparent;
	color: #1A649D;
	display: block;
	height: 23px;
	line-height: 23px;
	margin: 0 auto;
	padding-left:20px;
	width: 76px;
	font-size:12px;
}
.float-contact .qqtel {
	background: url("../images/shadow-2.png") repeat-x scroll 0 100% transparent;
	padding-bottom: 14px;
}
.float-contact .qqtel .qqcontent {
	color: #FF6600;
	line-height: 130%;
	letter-spacing:0;
	font-size:14px;
}
.float-contact .myqqlink {
	background: url("../images/bg-x.png") repeat-x scroll 0 -320px #FA8400;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF !important;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none !important;
}
h3.qqtitle {
	margin:0;
	padding:0;
	font-size:14px;
}