﻿.index_banner {
  width: 100%;
  padding-top: 42%;
  background: #eee;
  position: relative;
}
.banner2{ 
  width: 100%;
  padding-top: 25%;
  background: #eee;
  position: relative;
}
.swiper-container{ 
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
}
.index_banner .swiper-slide .box,.banner2 .swiper-slide .box{
	height: 100%;
	position: relative;
}

.arrow-left,.arrow-right{
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 60px;
	margin-top: -30px;
	z-index: 9;
	opacity: .8;
	background: url(../../images/icons/arrow_icon.png) no-repeat;
}
/*新增*/
.arrow-left{
	left: 30px;
	right: auto;
}
.arrow-right{
	background-position: -35px 0;
	right: 30px;
	left: auto;
}
.arrow-left:hover,.arrow-right:hover{
	opacity: 1;
}
.banner2 .pagination,.index_banner .pagination{
  position: absolute;
  bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #FF9800;
  width: 24px;
  border-radius: 5px;
}

/*首页*/
.section-item-1 {
	padding: 50px 0;
}

.section-hd {
	text-align: center;
}

.section-hd h2 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
}

.section-hd h5 {
	font-size: 15px;
}

.line_bb {
	height: 2px;
	width: 150px;
	background: #666;
	margin: 10px auto 0;
	position: relative;
}

.line_bb:after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	background: #eabb7b;
	position: absolute;
	left: 50px;
	top: 0;
}

.ul-list-news li{ float: left; width: 760px; margin-bottom: 40px; background-color: #fff; box-shadow: 0 0 12px rgba(0,0,0,.2);}
.ul-list-news li .box{ padding: 0; border-bottom: none;}
.ul-list-news li .img{ width: 310px; height: 210px; float: left;}
.ul-list-news li .img img{ width: 100%; height: 100%;}
.ul-list-news li.list-top{ width: 400px; height: 460px; margin-right: 40px;}
.ul-list-news li.list-top .box{ width: 100%; height: 100%; }
		.ul-list-news li.list-top .bgimg{width: 100%; height: 100%; display: block; background-position: 50% 50%; background-size: cover; }
		.ul-list-news li.list-top .img{ display: none;}
.ul-list-news li.list-top .bb_text{
    margin: 0;
    height: 100%;
    width: 100%;
    background: rgba(74,70,70,.4);
    padding: 60px;
}
.ul-list-news li.list-top .bb_text p,.ul-list-news li.list-top .bb_text p a{color: #fff;}
.ul-list-news li.list-top .bb_text .bb_talk_main{
line-height: 25px;
    max-height: 225px;
    overflow: hidden;
}
/* .section-item-1 .ul-list-item {
	float: left;
	width: 33.3%;
}

.section-item-1 .ul-list-item ul {
	background: #fff;
	margin-right: 20px;
}

.section-item-1 li .box {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.section-item-1 li:last-child .box {
	border-bottom: none;
}

.section-item-1 li .box {
	overflow: hidden;
}

.section-item-1 li .img {
	float: right;
	width: 75px;
	height: 75px;
	background: #ddd;
	overflow: hidden;
}
.section-item-1 li img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s,-webkit-transform 1s;
}

.section-item-1 li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.section-item-1 li .txt {
	font-size: 16px;
	line-height: 30px;
	padding-right: 15px;
}

.section-item-1 .list-top {
	height: 160px;
	overflow: hidden;
}

.section-item-1 .list-top .box,
.section-item-1 .list-top .img {
	width: 100%;
	height: 100%;
}

.section-item-1 .list-top .box {
	padding: 0;
	border-bottom: none;
}

.section-item-1 .list-top .bg_img {
	display: block;
	width: 100%;
	height: 100%;
} */

.section-item-2 {
	background: #fff;
	padding: 50px 0 120px;
background-size: cover;
    background-position: 50% 50%;
}

.section-item-2 .bg_img {
	width: 100%;
	height: 477px;
	overflow: hidden;
}

.Market-item {
	display: table;
	height: 477px;
	width: 220px;
	text-align: center;
	color: #fff;
	float: left;
	overflow: hidden;
	border-left: 10px solid #fff;
	transition: width .3s;
	-moz-transition: width .3s;	
	-webkit-transition: width .3s;
	-o-transition: width .3s;	
}
.Market-item.active{
	width: 540px;
	padding: 50px 20px;
}
.Market-item.Market-Internal {
	border-left: none;
}
.Market-item .show-hover{ display: none; text-align: left;
    -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	 }
.Market-item .show-hover .title {
	font-size: 30px;
	color: #fff;
}

.Market-item .show-hover .desc {
	font-size: 16px;
	color: #F5F5F5;
}

.Market-item .show-hover .imglist li {
	float: left;
	width: 50%;
	height: 120px;
	margin-top: 10px;
	padding-right: 10px;
}

.Market-item .show-hover .imglist li img {
	width: 100%;
	height: 100%;
}

.Market-item .box {
	display: table-cell;
	vertical-align: middle;
}
.Market-item.active .box{
	display: none;
}
.Market-item.active .show-hover{
	display: block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.Market-item .box img {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
}

.Market-item .box p {
	margin-top: 10px;
	font-size: 16px;
}

.section-item-3 {
	background: #fff;
	padding: 30px 0 50px;
}

.section-item-3 .caselist {
	margin-right: -15px;
}

.section-item-3 .caselist li {
	float: left;
	width: 25%;
	margin-bottom: 15px;
}

.caselist li .box {
	display: block;
	margin-right: 15px;
	border: 1px solid #eee;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.caselist .ft-box {
	border-top: 1px solid #e6e6e6;
	margin: 0 10px;
	padding: 10px;
}

.caselist .ft-box span {
	display: block;
	font-size: 15px;
}

.caselist .logo {
	width: 100%;
	height: 120px;
	padding: 10px;
	overflow: hidden;
}

.caselist .logo img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.section-item-4 {
	background: #fff;
	padding: 30px 0 50px;
}

.section-item-4 .Cooperlist {
	margin-right: -15px;
}

.section-item-4 .Cooperlist li {
	float: left;
	width: 14%;/**/
	margin-bottom: 15px;
}

.Cooperlist li .box {
	display: table;
	height: 120px;
	margin-right: 10px;/**/
}

.Cooperlist li .box .logo {
	display: table-cell;
	vertical-align: middle;
}

.Cooperlist li .box img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.section-item-5 img {
	width: 100%;
}

.section-item-6 {
	background: #fff;
	padding: 80px 0 30px;
}

.section-item-6 img {
	margin: 0 auto;
}

.section-item-6 .desc {
	font-size: 16px;
	line-height: 1.8;
}

.section-item-6 h3 {
	margin: 40px 0;
	font-size: 20px;
	font-weight: bold;
}

.section-item-6 .section-hd h5:before,
.section-item-6 .section-hd h5:after {
	display: inline-block;
	content: "";
	height: 2px;
	width: 100px;
	background: #E6E6E6;
	vertical-align: middle;
	margin: 0 10px;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/****列表页************************************************************/
.Siderbar-left{
	width: 1200px; background: #fff;
	min-height: 500px;
	margin-bottom: 20px;
}
.Siderbar-right{
	width: 340px;
}
.Siderbar-right .model-r{ background: #fff;}
.crumbs{ height: 50px; line-height: 50px; padding: 0 10px; border-bottom: 1px solid #ddd; font-size: 15px;}
.crumbs .arrow-r{ font-family: "黑体";}
.crumbs .text{ color: #999;}
.Siderbar-left .nav-left{ width: 140px;}
.nav-left{
	padding: 15px 0 0 20px;
	text-align: center;
}
.nav-left li{ height: 50px; line-height: 49px; font-size: 18px; border-bottom: 1px solid #e6e6e6; overflow: hidden;}
.nav-left li:last-child{ border-bottom: none;}
.nav-left li a{ display: block; padding: 0 10px; color: #333;}
.nav-left li a:hover,.nav-left li.active a{ color: #007AFF;}
.nav-left li.active{ position: relative;}
.nav-left li.active:before{ content: ""; height: 20px; width: 4px; background: #007AFF; position: absolute; left: 0; top: 50%; margin-top: -10px;}

.Siderbar-left .newslist-1{ margin-left: 0px; padding: 15px 0 0;}
.Siderbar-left .content-html{margin-left: 150px;}
.newslist-1 .box{
	padding: 15px 20px;
	overflow: hidden;
}
.newslist-1 .img{ float: left; width: 210px; height: 150px; margin-right: 20px; overflow: hidden; background: #ddd;}
.newslist-1 .img img{ width: 100%; height: 100%;}
.newslist-1 .box-r .title{ font-size: 22px; margin-bottom: 10px;}
.newslist-1 .box-r .txt{ font-size: 16px; margin-bottom: 10px;}
.newslist-1 .box-r .time{ font-size: 15px; color: #999;}
.newslist-1 .load-more a{
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 20px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
	color: #333;
}
.newslist-1 .load-more a:hover{
	border-color: #666; color: #333;
}
.newslist-1 .load-more .icon-more{ margin-right: 10px; }

.Siderbar-right .sider-hd{
	height: 50px; line-height: 50px; padding: 0 10px; border-bottom: 1px solid #ddd; font-size: 18px; font-weight: 600;
}
.newslist-2{ padding-bottom: 20px;}
.newslist-2 li{ margin-top: 20px;}
.newslist-2 .box{
	overflow: hidden;
	padding: 0 20px;
}
.newslist-2 .img{ float: left; width: 110px; height: 80px; margin-right: 20px; overflow: hidden; background: #ddd;}
.newslist-2 .img img{ width: 100%; height: 100%;}
.newslist-2 .box-r .txt{ font-size: 16px; margin-bottom: 10px;}
.newslist-2 .box-r .time{ font-size: 15px; color: #999;}
.newslist-2 .more{ display: block; height: 40px; line-height: 40px; margin: 20px 20px 0; text-align: center; font-size: 15px; border: 1px solid #ddd; border-radius: 8px;}
.newslist-2 .more:hover{ border-color: #666; color: #333;}

.newslist-1 .img img,.newslist-2 .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s,-webkit-transform 1s;
}

.newslist-1 li:hover .img img,.newslist-2 li:hover .img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.newslist-3{ padding: 10px 20px;}
.newslist-3 li{ line-height: 40px; font-size: 16px; }
.newslist-3 li span{ margin-right: 10px;}
.newslist-3 li .text{ display: block;}
.Siderbar-right .img_gg img{ width: 100%;}
/**详情*****************************/
.content-html{ padding: 20px; }
.content-html .content-hd{ padding-bottom: 20px; border-bottom: 1px solid #eee;}
.content-html .content-hd .title{ font-size: 24px; margin-bottom: 10px;}
.content-html .content-hd .info{ font-size: 15px; color: #999;}
.content-html .content-bd{ padding-top: 20px;}
.content-html .content-bd,.content-html .content-bd p { font-size: 16px; line-height: 1.8;}
.content-html .content-bd img{ max-width: 100%; margin: auto;}

/*关于我们*/
.aboutPage .content-item{
	margin-bottom: 80px;
}
.aboutPage .icolist{ text-align: center; margin: 40px 0; }
.aboutPage .icolist .item{ float: left; width: 33.3%;}
.icolist .item .img img{ width: 180px; height: 180px;}
.icolist .txtbox{ margin: 5px 0;}
.icolist .txtbox h5{ font-size: 22px; }
.icolist .txtbox p{ font-size: 16px; margin-top: 10px;}

/*修改页面样式2019-11-6*/
.bb_far{
	position:relative!important;
}
.bb_far span{
	position:absolute!important;
	right:10px!important;
	top:2px!important;
	display: inline-block!important;
	text-align: center!important;
	background:#f2f2f2!important;
	padding:5px 10px!important;
}
.Market-item{
	background-image: linear-gradient(to bottom, #4268a1 , rgba(176,200,222,0.4));
}
.bb_box{
	margin:20px auto;
	height:460px;
}
.bb_right{
	width:30%;
	height:100%;
	color:#ffffff;
	margin-right:20px;
	float:left;
}
.bb_title{
	font-size:30px;
	text-align:center;
}
.bb_main{
	font-size:16px;
}
.bb_center{
	height:100%;
	padding:45px;
}
.bb_more{
	text-align:right
}
/*.active{
	background:rgba(0, 0, 0, .5)
}*/
.bb_talk{
	width:68%;
	float:right; 
}
.bb_talk>div{
	width:100%;
	border:1px solid #f2f2f2;
	box-shadow:0 0 12px #f2f2f2;
}
.bb_talk>div img{
	float:left
}
.bb_text{
margin-left: 310px;
padding:30px;
}
.bb_text .bb_talk_title{
	font-size:18px;
}
.bb_talk_main{
	color:#999999;
	margin-top:15px;
font-size: 14px;
}
.bb_talk_more{
	
	text-align:right;
	margin-top:15px
}
.bb_talk_more a{color:#003399;}
.cg{
	color:#999999
}
.white{
	color:#ffffff;
}
.Market-item{
	height:350px;
	width:195px;
	margin-top:20px;
	border:none;
	margin-right:42px;
}
.Market-item:last-child{
	margin-right:0;
}
.Market-item.active{
	width: 460px;
	padding: 30px 50px;
	background-image: linear-gradient(to bottom, #4268a1 , rgba(176,200,222,0));
}
.bb_item_bg{
	/* width:80%; */
	margin:0 auto;
}

.bb-left,.bb-right{
	position: absolute!important;
	top: 50%!important;
	display: block!important;
	width: 35px!important;
	height: 60px!important;
	margin-top: -30px!important;
	z-index: 9!important;
	opacity: .8!important;
	background: url(../../images/of/bb_arrow.jpg) no-repeat;
}
.bb_banner {
	width: 100%!important;
	position: relative!important;
  }
  .swiper-container_bb{ 
	  width: 85%!important;
	  height: 100%!important;
	  margin:0 auto!important;
  }
  .bb-left{
	  left: 30px!important;
	  right: auto!important;
  }
  .bb-right{
	  background: url(../../images/of/bb_arrow2.jpg) no-repeat;
	  right: 30px!important;
	  left: auto!important;
  }
 

.bb_dot{
	position: relative;
}
.bb_dot::after{
	position: absolute;
	bottom:5px;
	width:30px;
	left:30px;
	height:1px;
	background: #c4c2c2;
	content: "";
}
.bb_font{
	margin-left:30px
}
.bb_name{
	margin-top:20px;
	font-size:18px
}
/*.foot-bb{
	background:#4c5059;
}
.foot-main{
	height:200px
}*/
.bb_foot{
	width:70%;
	float:left;
	height:150px;
}
.bb_foot_left{
	margin-top:40px;
	text-align: center;
}
.bb_foot_left span{
	display: inline;
	color:#ffffff;
	font-size:15px;
}
.bb_foot_left span img{
	display: inline;
	vertical-align: middle;
	margin-right:20px;
	margin-bottom:5px;
}
.bb_foot_ttil{
	font-size:18px!important;
	margin-right:80px;
	margin-top:5px;
}
.Cooperlist .bb_child{
	display: none!important;
}
.Cooperlist .bb_far:hover > .bb_child{
	display: block!important;
}
/*左右滚动轮播*/
.banner3{ 
	padding-top: 28%;
	position: relative;
  }
  .bb_large{
	  width:990px!important; 
	  left:7.5%;
  } 
  .banner3 .swiper-slide{
	  width: 230px!important;
	  height: 100%;
	  position: relative;
	  margin-right:20px!important;
  }
  .bb_slide{
	border:1px solid #f2f2f2;
	background:#ffffff;
	height:336px;
}
.bb_slide .bb_box{
	width:100%;
	height:80px;
}
.bb_slide img{
	width:170px;
	height:80px;
	margin:80px auto;
	margin-bottom:60px;
}
  .banner3 .swiper-slide:last-child{
	margin-right:0!important;
}
  .banner3 .swiper-slide .bb_slide{
	width:100%!important;
}
  /*新增*/
  .arrow-left{
	  left: 30px;
	  right: auto;
  }
  .arrow-right{
	  background-position: -35px 0;
	  right: 30px;
	  left: auto;
  }
  .arrow-left:hover,.arrow-right:hover{
	  opacity: 1;
  }
  .banner3 .pagination,.index_banner .pagination{
	position: absolute;
	bottom: 10px;
	  left: 0;
	  width: 100%;
	  text-align: center;
	  -webkit-transition: .3s opacity;
	  -o-transition: .3s opacity;
	  transition: .3s opacity;
	  -webkit-transform: translate3d(0,0,0);
	  transform: translate3d(0,0,0);
	  z-index: 10;
  }
  .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
  }
  .swiper-active-switch {
	background: #FF9800;
	width: 24px;
	border-radius: 5px;
  }