blockquote,
body,
div,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
  list-style-type: none;
}
a img,
a,
a:hover,
a:active,
a:visited {
  border: none;
  text-decoration: none;
  outline: none;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
a {
  color: #333333;
}
input,
button,
select,
textarea {
  outline: none;
}
/*header*/
.header{width: 100%;min-width: 1200px;height: 118px;border-bottom: 1px solid #43cec7;border-top: 3px solid #268d88;}
.top{width: 1200px; margin: 0 auto;height:118px}
.logo{float: left;position: relative;top: 34px;}

.nav{float: right;margin-top: 35px;}
.nav li{float: left;}
.nav li a{color:#333;font-size: 16px;height:70px; padding: 40px 15px 0 15px;box-sizing: border-box;display: block;}
.nav .nav-type1{background: url(../images/nav-01.png) no-repeat center top;}
.nav-type2{background: url(../images/nav-02.png) no-repeat center top;}
.nav-type3{background: url(../images/nav-03.png) no-repeat center top;}
.nav-type4{background: url(../images/nav-04.png) no-repeat center top;}
.nav-type5{background: url(../images/nav-05.png) no-repeat center top;}
.nav-type6{background: url(../images/nav-06.png) no-repeat center top;}
.nav-type7{background: url(../images/nav-07.png) no-repeat center top;}
.nav-type8{background: url(../images/nav-08.png) no-repeat center top;}

.nav-type1:hover a,.nav-type1.active a{color: #268d88; background: url(../images/onnav-01.png) no-repeat center top;}
.nav-type2:hover a,.nav-type2.active a{color: #268d88; background: url(../images/onnav-02.png) no-repeat center top;}
.nav-type3:hover a,.nav-type3.active a{color: #268d88; background: url(../images/onnav-03.png) no-repeat center top;}
.nav-type4:hover a,.nav-type4.active a{color: #268d88; background: url(../images/onnav-04.png) no-repeat center top;}
.nav-type5:hover a,.nav-type5.active a{color: #268d88; background: url(../images/onnav-05.png) no-repeat center top;}
.nav-type6:hover a,.nav-type6.active a{color: #268d88; background: url(../images/onnav-06.png) no-repeat center top;}
.nav-type7:hover a,.nav-type7.active a{color: #268d88; background: url(../images/onnav-07.png) no-repeat center top;}
.nav-type8:hover a,.nav-type8.active a{color: #268d88; background: url(../images/onnav-08.png) no-repeat center top;}
/*footer*/
.foot-links{width: 100%;min-width: 1200px;background: #268d88;float: left;border-bottom: 1px solid #1c7672;height: 80px;}
.links{margin: 18px auto;width: 1200px;}
.links h5{float: left;width: 80px; margin-top: 11px; padding-left: 25px;background: url(../images/links-bg.png) no-repeat center left; font-weight: normal;color: #fff;font-size: 16px;}
.links-div{width: 1090px;float: right;overflow: hidden;} 
.links-div ul{}
.links-div ul li{width: 140px;float:left;}		

.foot{width: 100%;min-width: 1200px; height: 160px;background: #268d88;}
.foot-div{width: 1200px;margin: 0 auto;}

.foot-cont{float: left;}
.foot-cont p{margin:30px 0 20px 0;}
.foot-cont p a{color: #74d0cc;background: url(../images/foot-nav-bg.jpg) no-repeat center right; padding:0 10px;}
.foot-cont p .first-a{padding-left: 0;}
.foot-cont p .last-a{background: none;}

.copyright span{margin-right: 30px;color: #74d0cc;line-height: 24px;} 
.foot-address span{margin-right: 30px;color: #74d0cc;line-height: 24px;}
.foot-address span a{color: #74d0cc;}

.foot-c{float: left; text-align: center;margin-top: 20px;margin-left: 100px;}
.foot-c p{color: #fff;line-height: 24px;}

.foot-logo{float: right;margin-top: 30px;}


.blwechatDiv{
 height: 150px;overflow: hidden;float: right;margin-top: 15px;
}
.blwechatDiv .wechat{
  width: 110px;height: 140px;overflow: hidden;float: left;margin-left: 10px;
}
.blwechatDiv .wechat .pic{width: 110px;height: 110px;overflow: hidden;}
.blwechatDiv .wechat .txt{width: 110px;height:30px;line-height:30px;overflow: hidden;text-align: center;font-size: 13px;color: #fff;}




/*pageshow*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1B97D5;
  border-color: #1B97D5;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page {
  text-align: center;
  clear: both;
}
.page li.active a {
  background: #1B97D5;
  border: solid 1px #1B97D5;
}
