/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/********开始首页头部*******/
.top {
  height: 110px;
  width: 100%;
  float: left;
}
.logo {
  float: left;
  width: 440px;
  height: 110px;
}
.logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.logo a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.collection {
  float: right;
  padding-right: 30px;
  line-height: 110px;
  color: #666;
  font-size: 13px;
}
.collection a {
  color: #666;
  padding: 0 10px;
}
/******开始导航*****/
.nav {
  width: 100%;
  float: left;
  background: #1e5a8d;
  line-height: 40px;
}
.nav a {
  font-size: 15px;
  color: #fff;
  width: 16.666%;
  display: inline-block;
  text-align: center;
}
.nav a:hover,
.nav a.active {
  background: #333;
}
.i-banner {
  margin-top: 9px;
  width: 100%;
  float: left;
}
.i-banner li {
  height: 370px;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a {
  width: 24px;
  height: 4px;
  background: #fff;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.i-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #5381a8;
}
/****开始首页新闻列表****/
.i-news {
  width: 100%;
  float: left;
  padding: 10px 0;
  line-height: 28px;
}
.i-news-t {
  background: url(../images/icon/ico01.png) 5px center no-repeat;
  padding-left: 30px;
  color: #1e5a8d;
  font-size: 14px;
  width: 100px;
  float: left;
}
.i-newslist {
  float: left;
  width: 900px;
  padding-left: 5px;
}
.i-newslist .slide {
  height: 28px;
}
.i-newslist .slide a {
  color: #555;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 520px;
}
.i-newslist .slide span {
  color: #555;
  float: right;
  font-size: 13px;
}
.i-aboutus {
  width: 100%;
  float: left;
}
.i-aboutus01 {
  border: #ddd solid 1px;
  width: 309px;
  height: 267px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.i-aboutus01:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.i-about-t {
  width: 100%;
  float: left;
  height: 45px;
  line-height: 44px;
  border-bottom: #ddd solid 1px;
  padding: 0 10px;
}
.i-about-t span {
  float: left;
  background: url(../images/icon/ico02.png) left center no-repeat;
  padding-left: 30px;
  color: #111;
  font-size: 15px;
}
.i-about-t a {
  float: right;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 44px;
  height: 44px;
}
.i-about-t a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-aboutus02 {
  margin-left: 12px;
  border: #ddd solid 1px;
  width: 356px;
  height: 267px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.i-aboutus02:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.association-list {
  width: 100%;
  float: left;
  padding: 15px;
  font-size: 12px;
}
.association-list dl {
  width: 100%;
  float: left;
}
.association-list dl dt {
  width: 283px;
  height: 86px;
  overflow: hidden;
}
.association-list dl dt img {
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -o-transform: scale(1, 1);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
}
.association-list dl dt img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transform: scale(1.2, 1.2);
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
}
.association-list dl dd {
  line-height: 27px;
  width: 100%;
  float: left;
}
.association-list dl dd a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 90%;
  padding-left: 10px;
  width: 70%;
  background: url(../images/icon/ico03.png) left center no-repeat;
}
.association-list dl dd span {
  float: right;
}
.i-aboutus01 .bxslider02 li span {
  position: absolute;
  left: 10px;
  color: #fff;
  font-size: 13px;
  bottom: 0;
  line-height: 30px;
}
.i-aboutus01 .bx-wrapper .bx-pager {
  text-align: right;
}
.i-aboutus01 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 17px;
  height: 3px;
  background: #9d9c9a;
  margin: 0 1px;
  text-indent: 9999px;
}
.i-aboutus01 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.i-aboutus01 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
}
.i-aboutus01 .slider10 .slide {
  text-align: center;
}
.i-aboutus01 .slider10 .slide a.img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 145px;
  height: 117px;
}
.i-aboutus01 .slider10 .slide a.img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-aboutus01 .slider10 .slide a {
  line-height: 30px;
}
.i-aboutus01.list .bx-wrapper .bx-controls-direction a {
  width: 13px;
  height: 26px;
  margin-top: 0;
  top: 44px;
}
.i-aboutus01.list .bx-wrapper .bx-prev {
  background: url(../images/pre.png) no-repeat;
  left: -24px;
}
.i-aboutus01.list .bx-wrapper .bx-next {
  background: url(../images/next.png) no-repeat;
  right: -24px;
}
/*****开始首页友情链接*****/
.link {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.link-t {
  width: 100%;
  float: left;
  line-height: 30px;
  border-bottom: #dddddd solid 1px;
  color: #333;
  font-size: 14px;
  padding-left: 10px;
}
.link-list {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.link-list a {
  padding: 0 5px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  line-height: 24px;
}
.link-list a:hover {
  color: #2d4689;
}
/*****结束首页友情链接*****/
.i-contact {
  width: 100%;
  float: left;
  background: #1e5a8d;
  text-align: center;
  height: 76px;
}
.meun {
  width: 100%;
  font-size: 12px;
  margin-top: 15px;
  float: left;
  color: #fff;
}
.meun a {
  padding: 0 8px;
  color: #fff;
}

.Page_next {
    border-top: 1px dotted #cccccc;
    margin: 10px auto auto;
    padding-top: 20px;
    text-align: center;
    width: 95%;
}
	
