@charset "utf-8";
/*Unicode編碼*/
/*微軟雅黑*/
/*宋體*/
/*定義主體寬度*/
/*定義主體填充*/
/*定義圖片位置*/
/*定義間距*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮動*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*樣式控製字符長度，需指定寬度*/
._com_location {
  /*當前位置 公用樣式*/
  font-size: 12px;
  color: #666;
  display: block;
}
._com_a_hover {
  /*鏈接hover 公用樣式*/
  color: #2c8bea;
  text-decoration: underline;
}
._com_circle {
  /*圓圈 公用樣式*/
  background: url("../images/circle.jpg") no-repeat left center;
}
/*內頁公用變量*/
/*主要間距*/
/*定義[ 左邊 ]的寬度*/
.banner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.banner .scroll {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.banner .scroll a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.banner .points {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}
.banner .points a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.7;
  margin: 0 3px;
}
.banner .points a.current {
  background-color: #f00;
}
.banner .controbtn {
  display: none;
}
.banner .controbtn span {
  position: absolute;
  top: 50%;
  width: 47px;
  height: 102px;
  display: block;
  margin-top: -51px;
  cursor: pointer;
}
.banner .controbtn span.prevbtn {
  left: 200px;
}
.banner .controbtn span.nextbtn {
  right: 200px;
}
/*------------------------*/
.title {
  font-size: 24px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 40px;
  padding-top: 30px;
}
.subtitle {
  font-size: 18px;
  color: #999;
  display: block;
  text-align: center;
}
.contents {
  padding: 40px 0;
}
.contents:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*------------------------*/
.solution {
  width: 1080px;
  margin: 0 auto;
}
.solution .item {
  float: left;
  width: 349px;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 32px;
  background-color: #ededed;
}
.solution .item .imgbox {
  display: block;
}
.solution .item .imgbox img {
  display: block;
  width: 349px;
  height: 172px;
}
.solution .item .item_title {
  display: block;
  line-height: 50px;
  font-size: 16px;
}
.product {
  width: 100%;
  height: 605px;
  overflow: hidden;
  background: url("../images/fixed_bg.jpg") fixed no-repeat center top;
  background-size: cover;
}
.product .more_btn {
  text-align: center;
}
.product .more_btn a {
  width: 122px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #0096f5;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px;
}
.product .more_btn a:hover {
  background-color: #0073f5;
}
.product .list_wrap {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.product .list_wrap .list_box {
  width: 1144px;
  height: 350px;
}
.product .list_wrap .list_box:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.product .list_wrap .list_box .list {
  float: left;
  width: 190.66666667px;
}
.product .list_wrap .list_box .list .list_title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.product .list_wrap .list_box .list .list_title a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.product .list_wrap .list_box .list .imgbox {
  width: 128px;
  height: 102px;
  display: block;
  background-color: #efedee;
  margin: 14px 0;
}
.product .list_wrap .list_box .list a {
  color: #fff;
  font-size: 12px;
  display: block;
  line-height: 26px;
}
.news {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
.news:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news .column {
  font-size: 18px;
  color: #333;
  padding-bottom: 14px;
  display: block;
}
.news .left {
  float: left;
  width: 400px;
}
.news .left .news_list {
  width: 320px;
  display: block;
}
.news .left .news_list a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #555;
}
.news .left .news_list a:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news .left .news_list a:hover {
  /*鏈接hover 公用樣式*/
  color: #2c8bea;
  text-decoration: underline;
}
.news .left .news_list a .date {
  float: right;
}
.news .left a.more_news {
  width: 100px;
  height: 34px;
  line-height: 34px;
  display: block;
  background-color: #3394f5;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 12px;
}
.news .right {
  float: left;
  width: 680px;
}
.news .right .casebox {
  height: 176px;
  overflow: hidden;
}
.news .right .casebox .casebox_scroll:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.news .right .casebox .casebox_scroll .item {
  float: left;
  width: 216px;
  margin-right: 16px;
}
.news .right .casebox .casebox_scroll .item .imgbox {
  width: 100%;
}
.news .right .casebox .casebox_scroll .item .imgbox img {
  width: 100%;
  height: 126px;
}
.news .right .casebox .casebox_scroll .item p {
  display: block;
  text-align: left;
  line-height: 46px;
}
.contact {
  width: 100%;
}
.contact .information {
  margin-top: 30px;
}
.contact .information:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.contact .information .item {
  float: left;
  width: 360px;
  text-align: center;
}
.contact .information .item img {
  display: block;
  margin: 0 auto;
}
.contact .information .item span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #444;
}
.contact .information .item p,
.contact .information .item a {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 22px;
}
