@charset "UTF-8";
.about{
  display:flex;
  height:500px;
  justify-content: space-around;align-items: center;padding: 20px 0;}
.about::after{
  display:none;
}
.inews{
  padding-top:40px
}

/* 轮播图区域开始 */
#banner_main {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1400px;
}
#banner_main .banner {
  height: 600px;
}
#banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#banner, .banner ul {
  max-height: 600px;
  overflow: hidden;
}
.banner li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.banner li:first-child {
  display: block;
}
.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
#banner .tip {
  width: 1000px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 20px;
  z-index: 13;
}
#banner .tip span {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  background-position: -260px 0px;
}
#banner .tip span.cur {
  background-position: -240px 0px;
}
#banner #btn_prev, #banner #btn_next {
  width: 34px;
  height: 65px;
  position: absolute;
  top: 250px;
  z-index: 5;
}
#banner #btn_prev {
  background-position: 0 -64px;
  left: 8%;
  transition: all 600ms ease;
}
#banner #btn_next {
  background-position: -50px -64px;
  right: 8%;
  transition: all 600ms ease;
}
#banner #btn_prev:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 600ms ease;
  left: 7.6%;
}
#banner #btn_next:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 600ms ease;
  right: 7.6%;
}
.banner-icon {
  background: url(/images/homepage/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/* 轮播图区域结束 */

/* 关于我们开始 */
.index .in_title .entit {
  margin-bottom: 12px;
  font: normal 40px "Times New Roman";
  color: #666;
  text-align: center;
}
.index .in_title .tit {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  color: #007eff;
  background: url("/images/homepage/titline.png") no-repeat;
  background-repeat-x: inherit;
  background-position: 50% 0px;
  font-family: 雅黑;
}
.index .floor_1 .about .part1 {
  position: relative;
  float: left;
  width: 46%;
}
.index .floor_1 .about .part1 .title {
  padding-top: 20px;
}
.index .floor_1 .about .part1 .title .entit {
  font: normal 40px "Times New Roman";
  line-height: 50px;
  color: #666;
}
.index .floor_1 .about .part1 .title .tit {
  width: 510px;
  /*font: bold 30px "Microsoft YaHei";*/
  font: bold 35px "雅黑";
  color: #007eff;
  background: url("/images/homepage/aboutline.png") no-repeat right center;
}
.index .floor_1 .about .part1 .view_detail {
  position: absolute;
  top: 75px;
  right: 0;
  display: block;
  width: 120px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  font-family: 雅黑;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #007eff;
  border: 1px solid #007eff;
  border-radius: 15px;
}
.index .floor_1 .about .part1 .view_detail:hover {
  background: #007eff;
  color: #fff;
  transition: all .5s;
}
.index .floor_1 .about .part1 .cont {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 21px;
  color: #333;
  line-height: 30px;
  text-align: justify;
  font-family: 雅黑;
}
.index .floor_1 .about .part2 {

  height: 280px;
}
.index .floor_1 .about .part2 .video {
}
.index .floor_1 .about .part2 .video img {
  height: 370px;
  position: relative;
  top: -40px;
}
/* 关于我们结束 */
/* 五大业务板块开始 */
#floor_2_main {
  width: 100%;
  min-width: 1400px;
  height: 590px;
  /*background: url(/images/homepage/business_bg.png) no-repeat center center;*/
  background: url(/static/images/homepage/business_index.svg) no-repeat center center;
  margin-bottom: 50px;
  background-size: 100%;
}
#floor_2_main .content {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#floor_2_main .content .bstitle {
  font-size: 28px;
  padding-top: 45px;
  margin: 0 auto 50px;
}
#floor_2_main .content ul {
  display: inline-block;
}
#floor_2_main .content ul li {
  float: left;
  margin: 0px 15px;
}
#floor_2_main .content ul li.first-child {
  margin-left: 0;
}
#floor_2_main .content ul li .li {
  width: 118px;
  height: 118px;
  border-radius: 60px;
  margin: 0 auto;
}
#floor_2_main .content ul li .li span {
  width: 50px;
  margin: 33px auto 0;
  font-size: 24px;
  display: block;
  line-height: 27px;
}
#floor_2_main .content ul li .cont {
  margin-top: 15px;
}
#floor_2_main .content ul li.add_flag {
  width: 23px;
  height: 120px;
  background: url(/images/homepage/add_flag.png) no-repeat center center;
}
/* 五大业务板块结束 */
/* 新闻资讯开始 */
/* 左侧轮播图模块 开始 */
.index #floor_3_main {
  background: #fff;
  padding:30px 0;
  min-width: 1400px;
}

.index .floor_3 .proCase {
  width: 627px;

}
.index .floor_3 .proCase .bd {
  position: relative;
  width: 100%;;
}
.index .floor_3 .proCase .list li {
  position: relative;
  display: block;
  float: left;
  transition: all ease 600ms;
}
.index .floor_3 .proCase .list li a {
  display: block;
}
.index .floor_3 .proCase .list li img {
  width: 100%;
}
.index .floor_3 .proCase .list .headline{
  width: 627px;
}
.index .floor_3 .proCase .list .headline img {
  height: 380px;
}
.index .floor_3  .list li .tit {
  font-size: 16px;
  color: #333;
  padding: 4px 0px;
  transition: all ease 600ms;
  font-family: 雅黑;
}
.index .floor_3 .list li:hover .tit {
  color: #007eff;
  font-weight: bold;
  transition: all ease 600ms;
}
.index .floor_3 .list li .mark {
  display: inline-block;
  padding: 4px 0px;
  font-size: 14px;
  color: #f07f2f;
  font-weight: bold;
  font-family: 雅黑;
}
.index .floor_3 .list li .content {
  font-size: 14px;
  color: #666;
  padding: 10px 0px;
  font-family: 雅黑;
}
.index .floor_3 .list li .time {
  float: left;
  font-size: 14px;
  color: #666;
  padding: 6px 0px;
  font-family: Roboto;
}
.index .floor_3 .list li .time img{
  float: left;
  width: 16px;
  margin-right: 8px;
}
.index .floor_3 .list li .viewnum {
  float: left;
  font-size: 14px;
  color: #666;
  padding: 6px 10px;
  font-family: Roboto;
}
.index .floor_3 .list li .viewnum img{
  float: left;
  width: 16px;
  margin-right: 8px;
}
.index .floor_3 .proCase .hd {
  position: absolute;
  width: 95%;
  bottom: 140px;
  padding-left: 10px;
}
.index .floor_3 .proCase .hd li {
  float: left;
  width: 12px;
  height: 12px;
  background-color: #666;
  border-radius: 100%;
  margin-right: 12px;
  font-size: 0px;
  cursor: pointer;
}
.index .floor_3 .proCase .hd li.on {
  background-color: #fff;
}
/* 左侧轮播图模块 结束 */
/* 右侧新闻列表模块 开始 */
.index .floor_3 .other-news {
  width: 558px;
}
.index .floor_3 .other-news ul {
}
.index .floor_3 .other-news ul li a{
  margin-bottom: 10px;
  display: inline-block;
  width: 45%;
}
.index .floor_3 .other-news ul li img{
  float: left;
  width: 88%;
}
.index .floor_3 .other-news .headline-right img{
  height: 160px;
}
.index .floor_3 .other-news .infos{
  float: right;
  width: 50%;
  position: relative;
  left: -4%;
}
/*.index .floor_3 .other-news .thumbnail-img{*/
/*	width: 45%;*/
/*	height: 15%;*/
/*}*/
/* 右侧新闻列表模块 结束 */
.index .look_more {
  display: block;
  width: 160px;
  height: 40px;
  margin: 30px auto;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  background-color: #007eff;
  color: #fff;
  border-radius: 20px;
  transition: all .5s;
  font-family: 雅黑;
}
/* 新闻资讯结束 */

