body {
  background-color: #fff;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none!important;
}
 
/*banner*/
.index-banner {
    position: relative;
}
.index-banner img {
    width: 100%;
}
.index-banner .swiper-container {
    width: 100%;
}
.index-banner .swiper-slide, .index-banner .swiper-wrapper {
    height: 100% !important;
}
.index-banner .pagination {
    height: 12px;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    z-index: 100;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    vertical-align: top;
    padding-left: 45px;
    height: 12px;
    background: url(../images/inban-line.png) no-repeat 0 center;
    margin-left: 15px;
    cursor: pointer;
    width: 12px;
}
.index-banner .swiper-pagination-switch:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}
.index-banner .swiper-pagination-switch .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/inabn-dots.png) no-repeat center center;
    position: relative;
    z-index: -1;
}
.index-banner .swiper-active-switch .dot {
    background-image: url(../images/inabn-actdots.png);
}
.index-banner .swiper-nav div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 10;
}
.index-banner .swiper-prev {
    left: 60px;
    background: rgba(0, 0, 0, 0.2) url(../images/inban-left.png) no-repeat center center;
}
.index-banner .swiper-next {
    right: 60px;
    background: rgba(0, 0, 0, 0.2) url(../images/inban-right.png) no-repeat center center;
}
.index-banner .swiper-nav div:hover {
    background-color: #1d2088;
}



/*机构推荐 */
.home {
  width: 1200px;
  margin: 0 auto;
  line-height: 1;
}

.common__title h3 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.common__title .lawyer__enter {
  color:#333;
  font-size: 14px;
}

.common__title .lawyer__enter a {
  color: #1476F9;
}

.common__title .lawyer__enter a:hover {
  text-decoration: underline;
}

.common__title .article__more {
  margin-top: 8px;
}

.common__title .common__tips {
  color: #999;
  font-size: 14px;
  margin-top: 3px;
  margin-left: 8px;
}

.common__tab a {
  color: #333;
  font-size: 18px;
  margin-right: 32px;
  padding: 8px 0;
  float: left;
  border-bottom: #fff solid 2px;
}

.common__tab a.active {
  color: #1476F9;
  font-weight: bold;
  border-color: #1476F9;
}

.lawyer__recommend {
  position: relative;
  margin: 40px 0 24px;
  min-height: 348px;
}


#owl-demo2 {
    width: 818px;
    margin-left: auto;
    margin-right: auto;
}
 

.jg_recommend{width: 818px; overflow: hidden;}
.recommend__li {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 260px;
  height: 282px;
  overflow: hidden;
  border-radius: 4px;
  float: left;
}

.recommend__li:nth-child(3n) {
  margin-right: 0;
}

.recommend__avatar {
  display: block;
  width: 260px;
  height: 162px;
}

.recommend__avatar img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.recommend__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 106px;
  padding: 14px 14px 0 14px;
  background-color: #F4F4F4;
  box-sizing: border-box;
  transition: all .1s ease-in;
}

.recommend__name {
  display: inline-block;
  font-size: 16px;
  color: #111;
}

.recommend__txt {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}

.recommend__btn {
  position: absolute;
  bottom: -24px;
  left: 48px;
  display: block;
  visibility: hidden;
  margin: 12px auto 0;
  width: 80px;
}

.recommend__btn a {
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  background: #1476F9;
  line-height: 24px;
  border-radius: 12px;
}


.recommend__list {
  margin-top: 24px;
}

.recommend__li:hover .recommend__bottom {
  background-color: #EAEAEA;
  height: 166px;
}

.recommend__li:hover .recommend__btn {
  visibility: visible;
  bottom: 24px;
  transition: all .1s ease-in .1s;
}

.recommend__btn a:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

.recommend__li:hover .recommend__good {
  -webkit-line-clamp: inherit;
}

.recommend__enter {
  background: url("../images/con_bg1.png") no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 24px;
  right: 0;
  width: 360px;
  height: 282px;
}

.recommend__enter-line {
  position: absolute;
  top: 0;
  left: 142px;
  width: 80px;
  height: 6px;
  background: #CEBDA3;
}

.recommend__enter-title {
  margin-top: 68px;
  text-align: center;
}

.recommend__enter-title span {
  color: #111;
  font-size: 18px;
}

.recommend__enter-title i {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #BDC4C8;
  margin: 0 8px;
  vertical-align: -2px;
}

.recommend__enter-icon {
  padding: 7px;
  margin: 0 28px;
  width: 56px;
  height: 56px;
  background: linear-gradient(360deg, #EAEFF7 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 16px 0px rgba(196, 208, 228, 0.6);
  border-radius: 16px;
  box-sizing: border-box;
}

.recommend__enter-icon img {
  width: 42px;
  height: 42px;
}

.recommend__enter ul {
  width: 100%;
  margin-top: 46px;
  padding: 0 11px;
  box-sizing: border-box;
}

.recommend__enter li {
  float: left;
}

.recommend__enter-t {
  color: #666;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

/*机构推荐 end*/
 

/*banner*/
#owl-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo .item {
    display: block;
}
#owl-demo img {
    display: block;
    width: 100%;
}

/*one box*/
.one {
    width: 100%;
    padding: 45px 0 50px;
    background: #F4F4F4;
}
.one_left {
	float: left;
	padding: 20px 0px 0px 10px;
	width: 420px;
	height: auto;
	border: 1px solid #dce1e6;
    background: #fff;
}

.oneleft_p {
	color: #3d464d;
	font-size: 20px;
	font-weight: 700;
	padding-left: 8px;
	border-left: 3px solid #00994d;
	height: 20px;
	line-height: 20px
}

.oneleft_p span {
	color: #a4b0bd;
	font-size: 12px;
	line-height: 16px;
	margin-left: 8px
}

.oneleft_ul1 {
	margin: 20px 0 10px;
}

.oneleft_ul1 li {
	float: left;
	width: 200px;
	margin: 0 10px 13px 0;
}

.oneleft_ul1 li .oneleft_a1 {
	display: block;
	width: 200px;
	height: 125px;
	margin-bottom: 8px
}

.oneleft_ul1 li .oneleft_a1 img {
	display: block;
	width: 100%;
	height: auto
}

.oneleft_ul1 li .oneleft_a2 {
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	 
	font-size: 15px;
	overflow: hidden;
}



.one_mid {
	float: left;
	width: 706px;
	height: auto;
	padding: 20px 20px;
	border: 1px solid #dce1e6;
	margin-left: 20px;
	display: inline;
    padding-bottom: 10px;
	background:#fff;;
}

.onemid_tita {
	display: block;
	color: #3d464d;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	width: 466px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.one_mid ul {
	width: 100%;
	margin-top: 20px;
}

.one_mid ul li {
	 
	line-height: 25px;
	overflow: hidden;
	font-size: 15px;
	margin: 10px 0px;
}

.one_mid ul li i {
	color: #dbdbdb;
	margin-right: 5px
}

.one_mid ul li span {
	height: 14px;
	display: inline-block;
	border-left: 1px solid #a4b0bd;
	margin: 0 10px;
	vertical-align: middle
}
.one_mid ul li time{ float: right; color: #999;font-weight: 300;}
.one_mid ul li a {
	color: #51779d
}
.one_mid a.ad_mines2{    
	display: inline-block;
    padding: 0 12px;
    background: #f2f8ff;
    color: #ff9700;
    margin-right: 5px;
    font-size: 12px;
    border-radius: 4px;
}

.one_mid ul li a.onemid_a {
	color: #3d464d
}
.one_mid .onemid_a:hover{color: #ff9700;}
.one_mid ul li a.blue_a,.oneleft_ul1 li .oneleft_a2.blue_a,.oneleft_ul2 li .oneleft_a3.blue_a,.oneright_list a {
	color: #3491f1
}



.tag_ul li {
	float: left;
	width: 280px
}

.tag_tit {
	color: #282e33;
	font-size: 14px;
	line-height: 22px;
	margin-top: 12px
}

.tag_tit i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(//g.co188.com/img/index/visitor/visitor_bg.png) no-repeat scroll;
	line-height: 22px;
	vertical-align: middle;
	position: relative;
	left: -2px
}

.tag_tit i.color1 {
	background-position: -87px -38px
}

.tag_tit i.color2 {
	background-position: -87px -76px
}

.tag_tit i.color3 {
	background-position: -87px -114px
}



/*two box*/
.two_section{padding: 45px 0 50px;}
.two{
	float: left;
	width: 777px;
	height: auto;
	 
}

.two_lft{
	float: left;
	width: 777px;
	height: auto;
	padding: 20px 20px;
	border: 1px solid #dce1e6;
	margin-left: 0px;
	display: inline;
    margin-bottom: 20px;
}

.two_tita {
	display: block;
	color: #3d464d;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	width: 466px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.two_lft ul {
	width: 100%;
	margin-top: 20px;
}

.two_lft ul li {
	 
	line-height: 35px;
	overflow: hidden;
	font-size: 15px;
    width: 48%;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.two_lft ul li:nth-child(2n-1){margin-right: 4%;}

 

.two_lft ul li i {
	color: #dbdbdb;
	margin-right: 5px
}

.two_lft ul li span {
	height: 14px;
	display: inline-block;
	border-left: 1px solid #a4b0bd;
	margin: 0 10px;
	vertical-align: middle
}
.two_lft ul li time{ float: right; color: #999;font-weight: 300;}
.two_lft ul li a {
	color: #51779d
}

.two_lft ul li a.onemid_a {
	color: #3d464d
}
.two_lft .onemid_a:hover{color: #ff9700;}
.two_lft ul li a.blue_a{
	color: #3491f1
}


.two_right {
	float: right;
    height: auto;
	padding:0;
	border: 1px solid #dce1e6
}

.two_right_tit {
	position: relative;
	margin: 6px 0 21px
}

.two_right_p {
	color: #3d464d;
	font-size: 14px;
	font-weight: 700;
	padding-left: 8px;
	border-left: 2px solid #3491f1;
	height: 16px;
	line-height: 16px
}

.two_right_box {
	position: relative
}

.two_right_change {
	position: absolute;
	right: 4px;
	top: -40px;
	display: block;
	width: 68px;
	height: 20px;
	border: 1px solid #3491f1;
	border-radius: 2px;
	color: #3491f1;
	text-align: center;
	line-height: 20px
}

.two_right_change i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(//g.co188.com/img/index/visitor/visitor_bg.png) no-repeat scroll -87px 0;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.two_right_div {
	border-top: 1px solid #dce1e6;
	width: 280px;
	height: 362px;
	position: relative;
	overflow: hidden
}

.two_right_div .tag_ul {
	width: 100%;
	position: absolute;
	top: 0;
	height: 345px
}


.two_right_in {
	width: 280px;
	height: 80px;
	overflow: hidden
}

.two_right_in a {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 15px;
	border: 1px solid #8d9aa8;
	margin: 12px 6px 0 0;
	color: #96a4b2;
	font-size: 12px
}

.two_right_in.color1 a:hover {
	background: #ff6a50;
	border: 1px solid #ff6a50;
	color: #fff
}

.oneright_in.color2 a:hover {
	background: #1dd38c;
	border: 1px solid #1dd38c;
	color: #fff
}

.two_right_in.color3 a:hover {
	background: #8e77ff;
	border: 1px solid #8e77ff;
	color: #fff
}

ul.two_right-tab {
	width: 270px;
	height: 32px;
	background-color: #f2f2f2;
	border-radius: 16px
}

ul.two_right-tab li {
	width: 90px;
	height: 32px;
	float: left;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #828e9a;
	cursor: pointer
}

ul.two_right-tab li.active {
	background: #3491f1;
	border-radius: 16px;
	font-weight: 700;
	color: #fff
}

.two_right_list ul li {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #3d464d;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
	width: 270px;
	white-space: nowrap
}

.two_right_list ul li a {
	color: #3d464d
}

.two_right_list ul li a:hover {
	color: #ff9700
}

.oneright_list ul li i {
	color: #dbdbdb;
	margin-right: 4px
}

.two_right_list ul {
	display: none;
	height: 355px;
	overflow: hidden
}

.two_right {
	width: 360px;
	padding: 0;
}

.two_right_list {
	margin-top: 13px
}


.brand{/*border-left:1px solid #e5e5e5; border-top:1px solid #e5e5e5;*/}
.brand .brand_item{float:left; width:33.333%;}
.brand .brand_item a{display:block; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; text-align:center; padding:16px 0; margin-left: -1px;}
.brand .brand_item .brand_logo{height:30px; width:auto; display:block; margin:0 auto 3px;}
.brand .brand_item .more .d{color:#666;}
.brand .brand_item .more_ico{height:30px; text-align:center; margin-top: 3px;}
.brand .brand_item .more_ico span{display:inline-block; width:6px; height:6px; border-radius:50%; background:#d4d4d4;}
.brand .brand_item .more:hover .more_ico span{background:#1274fb;}
.brand .brand_item .more:hover .d{color:#1274fb;}

.brand_list{ padding:15px 15px 0;}
.oneleft_ul2 {
	padding-top: 0px;
	width: 330px;
	margin-right: 10px;
	border-top: 0px solid #dce1e6
}

.oneleft_ul2 li {
	float: left;
	width: 330px;
    margin-bottom: 8.8px;
}

.oneleft_ul2 li span {
	color: #dbdbdb;
	font-size: 14px;
	float: left;
	line-height: 22px;
	margin-right: 10px
}

.oneleft_ul2 li .oneleft_a3 {
	float: left;
	display: block;
	width: 230px;
	height: 22px;
	overflow: hidden;
	 
	font-size: 14px;
	line-height: 22px
}

.oneleft_ul2 li i {
	float: right;
	display: block;
	width: 70px;
	height: 22px;
	background: #edf6ff;
	color: #398fe9;
	font-size: 12px;
	line-height: 22px;
	text-align: center
}

.home_channel_block {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0px;
}
.channel_tit {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
	width: 80px;
}
.channel_tit:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #ff9700;
}

/*title*/
.title { overflow:hidden; width:100%;}
.title h2{ font-size:30px; color:#121212; text-align:center; line-height: 30px; font-weight: bold;}
.title h2 a{ color:#121212;}
.title em{ display:block; font-size:14px; color:#999;   text-transform:uppercase;  text-align:center;    padding-top: 10px;}
.title p{ font-size:18px; color:#555; text-align:center}
.title i{display:block;width:30px;height:1px;background-color:#0d4da1;margin:0 auto;margin-top:12px;}
/*canpin*/
.index_yewu { overflow:hidden; width:100%;   margin: 50px 0;}
.index_yewu .yewubox{ height:330px; width:1200px; padding:20px; margin:0 auto; margin-top:30px;}
.index_yewu .yewubox>li{ display:block; width:280px; height:400px; float:left; overflow:hidden; position:relative; border:1px dotted #ddd; background: #fff; padding-top: 20px; margin-right: 24px;}
.index_yewu .yewubox>li:last-child{margin-right: 0;}
.index_yewu .yewubox>li.last{ border:none}
.index_yewu .yewubox>li>a>img{ display:block; margin:20px auto; width:100px; height:auto;}
.index_yewu .yewubox>li h3{ text-align:center; font-size:20px; color:#121212; margin-bottom:15px; font-weight: bold;}
 
.index_yewu .wen{ display:block; overflow:hidden; width:270px; padding:0px 15px; height:100%; position:relative;  }
.index_yewu .wen h4{ font-size:20px; color:#fff; margin-top:30px; margin-bottom:15px; text-align: center;}
.index_yewu .wen h4 a{ color:#fff;}
.index_yewu .wen ul{ overflow:hidden; width:90%; height: auto;}
.index_yewu .wen li{ float:left; width:100%; font-size:15px; line-height:30px;  height: 30px;padding-left:5px; overflow: hidden; }
.index_yewu .wen li a{ color:#666;}
.index_yewu .wen .more{ display:block; width:130px; height:26px; background:url(../images/hx04.png) no-repeat center; margin:15px auto;} 
.index_yewu .wen li:hover a{ color:#ff9700;}
.index_yewu .yewubox>li:hover .wen{ display:block}
.wen .mlink{ color: #666; text-align: center; margin-top: 10px;}
.wen .mlink a{ color: #666;}
.wen .mlink a:hover{color: #ff9700;}


/*2*/
.bgf5{background: #f5f5f5; padding: 50px 0;}
.bgf6{background: #f6f6f6; padding: 50px 0;}


/*常见问题*/
/* News   */
.News{padding: 70px 0 30px;}
 
.concase  .conleft {width: 600px;height: 345px;background: #f5f5f5; float: left;}
.concase  .conleft dt img{width:100%; height: auto;}
.concase  .conleft dt {height:150px;}
.concase  .conleft dd.dd1 { 
    height: 50%;
    padding: 0 20px 0 20px;
    position: relative;
     background: rgb(0,0,0,0.5);
    width: 80%;
    margin: 0 auto;
    top: -25%;
}
.concase  .conleft dd.dd1 span {    d
    display: block;
    width: 50%;
    height: auto;
    position: absolute;
    left: 25%;
    bottom: 30px;
}
.concase  .conleft dd.dd1 span i {display: block;height: 37px;line-height: 37px;text-align: center;background: #043985;color: #fff;font-size: 30px;font-style: normal;font-weight: bold;font-family: arial;}
.concase  .conleft dd.dd1 span em {display: block;height: 37px;line-height: 37px;text-align: center;background: #cda142;color: #fff;font-size: 14px;}
.concase  .conleft dd.dd1 span em a{ color: #fff;}
.concase  .conleft dd.dd1 .dd1_p1 {padding:30px 0; font-size: 24px; font-weight: bold; text-align: center;}
.concase  .conleft dd.dd1 .dd1_p1 a {color: #fff;text-decoration: none;}
.concase  .conleft dd.dd1 .dd1_p2 {font-size: 12px;}
.concase  .conleft dd.dd1 .dd1_p2 i {float: left;height: 20px;line-height: 20px;padding-left: 25px;background: url(Img/Index/newsicon01.png) no-repeat 5px center;margin-right: 15px;font-style: normal;}
.concase  .conleft dd.dd1 .dd1_p2 em {float: left;height: 20px;line-height: 20px;padding-left: 25px;background: url(Img/Index/newsicon02.png) no-repeat 5px center;}
.concase  .conleft dd.dd2 {padding: 0 15px;margin-top: 15px;line-height: 24px;font-size: 14px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;height: 96px;color: #666666;}
.concase  .conleft dd.dd2 a{color: #666666;}
.concase  .conright {width: 580px; float: right;}
.concase  .conright .r_case {    padding: 0;
    position: relative;
    width: 580px;
    background: #fff;
    height: 100px;
	margin-bottom: 20px;
   /* border-bottom: 1px dashed #ddd;
	padding-top: 10px;*/

}
.concase  .conright .r_case.bdnot {margin-left: 0;}
.concase  .conright .r_case span {display: block;width: 100px;height: 100px;position:relative; background: #f5f5f5; float: left;}
.concase  .conright .r_case span i {
display: block;
    padding-top: 25px;
    text-align: center;
    color: #666;
    font-size: 24px;
    font-weight: bold;
}
.concase  .conright .r_case span em {display: block;text-align: center;color: #666;font-size: 14px;}
.concase  .conright .r_case .case_p1 {font-size: 16px;color: #333;font-weight: bold; line-height: 40px;}
.concase  .conright .r_case .case_p2 {margin-top: 5px;height: 40px;line-height: 20px;font-size: 14px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; color: #989898;}
.concase  .conright .r_case:hover {background: #f5f5f5;}
.concase  .conright .r_case:hover span { }
.concase  .conright .r_case:hover .case_p1 {color: #000;}
.concase  .conright .conrightnew{width:460px; float: right;}

/*case*/
.news-mian2{ }
.news-mian2 .news-ajax .news-ul {margin-top: 30px;}
.news-mian2 .news-ajax .news-ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
	/*margin-bottom: 30px;*/
}
.news-mian2 .news-ajax .news-ul li:nth-child(4n){margin-right: 0;}
.news-mian2 .news-ajax .news-ul li .time {
    font-size: 0.4rem;
    color: #333;
    line-height: 1;
}
.news-mian2 .news-ajax .news-ul li .time span {
    display: inline-block;
    font-size: 0.4rem;
    height: 0.9rem;
    line-height: 0.9rem;
    border: 2px solid #e60012;
    color: #e60012;
    border-radius: 0.45rem;
    padding: 0 0.5rem;
    margin-right: 0.3rem;
}
.news-mian2 .news-ajax .news-ul li .time b {
    font-weight: normal;
}
.news-mian2 .news-ajax .news-ul li .tit {
    font-size: 15px;
    color: #222222;
    line-height: 60px;
    margin-top: 0;
    height: 60px;
    overflow: hidden;
    text-align: center;
}
.news-mian2 .news-ajax .news-ul li .img {
    margin-top: 0px;
    overflow: hidden;
    border-radius: 2px;
    height: 160px;
}
.news-mian2 .news-ajax .news-ul li .img img {
    width: 100%;
    transition: all 0.3s;
}
.news-mian2 .news-ajax .news-ul li .more-btn {
    display: inline-block;
    color: #666;
    line-height: 30px;
    font-size: 15px;
    margin-top: 20px;
    transition: all 0.3s;
}
.news-mian2 .news-ajax .news-ul li:hover .tit{ color:#e83736;}
.news-mian2 .news-ajax .news-ul li:hover{}


/*index news*/
.product-tab {
	position: relative;
	z-index: 1;
	width: 1000px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
}

.product-tab:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

/*.product-tab .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 302px;
	height: 2px;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	background: #e8373d;
}*/
 

/*.product-tab li {
	float: left;
	width: 10%;
	padding-bottom: 35px;
	font-size: 18px;
	line-height: 3;
	text-align: center;
	cursor: pointer;
	box-sizing: content-box;
}*/

.product-tab li {
	width: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: content-box;
    height: 50px;
    border-radius: 50%;
    background: #eee;
    display: inline-flex;
	position: relative;
}

.product-tab li.active:before{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: transparent transparent #7ac9e2;
	
}
.product-tab li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
    border-radius: 0;
    background: none;
    border-style: solid;
    border-width: 0px 15px 15px;
    border-color: transparent transparent #fff;
    left: 15px;
	
	
} 

.product-tab li i {display: inline; font-size: 30px; padding: 0 10px;}
.product-tab li p{display: none;}

.product-tab li:hover{background:#4464D8;}
.product-tab li:hover i{display: none;}
.product-tab li:hover p{display:block; text-align:center; width: 100%; color: #fff; padding: 0 10px; font-size: 30px;}
.product-tab li:hover p em{ font-size:15px; vertical-align: top;}

.product-tab li.active{background:#4464D8;}
.product-tab li.active i{display: none;}
.product-tab li.active p{display:block; text-align:center; width: 100%; color: #fff; padding: 0 10px; font-size: 30px;}
.product-tab li.active p em{ font-size:15px; vertical-align: top;}


.product-tab li img {
	display: inline-block;
	width: 45px;
	margin-right: 25px;
	vertical-align: middle;
}
.hide {
    display: none;
}
.product-list{ border:2px solid #7ac9e2; padding: 0 15px; margin-top: 30px; background: #f8fdff; margin-bottom: 50px;}

.list-news{ }
.list-news{
	width: 100%;
	margin-top: 20px;
}
.list-news li:before{
	content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #99a1a8;
    border: 1px solid #99a1a8;
    top: 46%;
    left: 2px;
}
.list-news li {
	 position: relative;
 	overflow: hidden;
	font-size: 15px;
	width: 21%;
    overflow: hidden;
   margin-right:3%;
     
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	display:inline-flex;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #eee dashed;
	padding-left: 15px;
}
.list-news li:nth-child(4n){margin-right:0;}

   
.list-news li time{ float: right; color: #999;font-weight: 300;}
.list-news li a {
	color: #666;
    display: block;
 }
.list-news li a:hover{color: #ff9700;}


/*link*/
.bgfa{background:#fafafa;}
.link{padding:30px 0;}
.link a{ display: inline-block; padding: 5px 20px; border:1px dashed #ddd; font-size: 14px; margin-bottom: 10px;}

.bgff{background: #fff;  }

/*1block*/
.index-block1 {
    padding: 60px 0;
}
.inb1-main .inb1-left {
    float: left;
    width: 600px;
    position: relative;
    margin-right: 80px;
}
.inb1-main img {
    width: 100%;
    overflow: hidden;
}
.inb1-main .item-img img {
    width: 100%;
}
.inb1-main .inb1-right {
    float: left;
}


.inb1-main .inb2-right {
    float: left;
    width: 600px;
    position: relative;
   
}
.inb1-main .inb2-left {
    float: left;
     margin-right: 80px;
}


.inb1-tit {
    font-size: 32px;
    line-height: 42px;
    color: #080808;
    font-weight: bold;
}
.inb1-line {
    width: 40px;
    height: 3px;
    background-color: #452386;
    margin-top: 20px;
}
.inb1-text {
    width: 900px;
    color: #828282;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    height: auto;
}
.inb1-btn {
    margin-top: 45px;
	width: 520px;
}
.inb1-btn .btn {
    width: 49%;
	margin-bottom: 20px;
}
.inb1-btn .btn span {
    background: url("../images/icon-inb1.png") no-repeat right center;
}
.inb1-bot {
    margin-top: 60px;
}
.inb1-list {
    float: left;
    width: 300px;
    height: 240px;
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-left: 10px;
    line-height: 240px;
    text-align: center;
    transition: 0.36s;
}
.inb1-list:first-child {
    margin-left: 0;
}
.inb1-list:hover {
    background-color: #fff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.inb1-art {
    display: inline-block;
    vertical-align: middle;
}
.inb1-art-tit {
    font-size: 18px;
    line-height: 18px;
    padding-top: 80px;
    color: #080808;
    font-weight: bold;
}
.inb1-icon1 {
    background: url("../images/inb1-dt.png") no-repeat top center;
}
.inb1-icon2 {
    background: url("../images/inb1-sj.png") no-repeat top center;
}
.inb1-icon3 {
    background: url("../images/inb1-yy.png") no-repeat top center;
}
.inb1-art-btn {
    margin-top: 18px;
    color: #828282;
    font-size: 14px;
    line-height: 14px;
}
.inb1-art-btn span {
    padding-right: 12px;
    background: url("../images/icon-gray.png") no-repeat right center;
}
.inb1-art-btn:hover {
    color: #1d2088;
}
.inb1-art-btn:hover span {
    background: url("../images/icon-gray-hover.png") no-repeat right center;
}
.btn {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    transition: 0.3s;
}
.btn-blue {
    background-color: #fa9426;
    border: 1px solid #fa9426;
    color: #fff;
	/*background: linear-gradient(-35deg,#ff5c23,#fa9426),linear-gradient(#ffefda,#ffefda);*/
	 
}
.btn-blue span {
    display: inline-block;
    padding-right: 16px;
    background: url(../images/arr-white.png) no-repeat right center;
}
.btn-blue:hover {
    background-color: #ff5c23;
    border-color: #ff5c23;
    color: #fff;
}
 
.inb1-text {
    width: 520px;
}
.inb1-list {
    width: 166px;
}
.btn-red {
    background-color: #e03b3b;
    border: 1px solid #e03b3b;
    color: #fff;
}
.btn-red:hover {
    background-color: #C41515;
    border-color: #C41515;
    color: #fff;
}	

 

/*2block*/
.index-block3 {
    padding: 60px 0;
    /*background-color: #f6f6f6;*/
}
.inb3-Head-info {
    float: left;
}
.inb3-Head-btn {
    float: right;
    padding-top: 30px;
}
.inb3-Head-btn .btn {
    width: 220px;
}
.inb3-text {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    margin-top: 20px;
}
.inb3-main {
    margin-top: 50px;
    background-color: #fff;
}
.brandBeh {
    float: left;
    width: 280px;
}
.brandBeh li {
    width: 280px;
    height: 76px;
    background-color: #e7e8f0;
    margin-top: 1px;
    font-size: 16px;
    line-height: 76px;
    color: #8e8e9b;
    position: relative;
	text-align:center;
}
.brandBeh li:first-child {
    margin-top: 0;
}
.brandBeh li span {
    display: inline-block;
     
}
.brandBeh li .dl {
    background: url("../images/icon-dl.png") no-repeat 50px center;
}
.brandBeh li .fz {
    background: url("../images/icon-fz.png") no-repeat 50px center;
}
.brandBeh li .gl {
    background: url("../images/icon-gl.png") no-repeat 45px center;
}
.brandBeh li .gr {
    background: url("../images/icon-gr.png") no-repeat 50px center;
}
.brandBeh li .jy {
    background: url("../images/icon-jy.png") no-repeat 53px center;
}
.brandBeh li .sh {
    background: url("../images/icon-sh.png") no-repeat 50px center;
}
.brandBeh li .sp {
    background: url("../images/icon-sp.png") no-repeat 50px center;
}
.brandBeh li .yy {
    background: url("../images/icon-yy.png") no-repeat 52px center;
}
.brandBeh .active, .brandBeh li:hover {
    background-color: #1d2088;
    color: #fff;
}
.brandBeh li span {
    display: inline-block;
    padding-left: 0px;
}
.brandBeh .inb3_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.brandBeh .active .dl, .brandBeh li:hover .dl {
    background: url("../images/icon-dl-hover.png") no-repeat 50px center;
}
.brandBeh .active .fz, .brandBeh li:hover .fz {
    background: url("../images/icon-fz-hover.png") no-repeat 50px center;
}
.brandBeh .active .gl, .brandBeh li:hover .gl {
    background: url("../images/icon-gl-hover.png") no-repeat 45px center;
}
.brandBeh .active .gr, .brandBeh li:hover .gr {
    background: url("../images/icon-gr-hover.png") no-repeat 50px center;
}
.brandBeh .active .jy, .brandBeh li:hover .jy {
    background: url("../images/icon-jy-hover.png") no-repeat 53px center;
}
.brandBeh .active .sh, .brandBeh li:hover .sh {
    background: url("../images/icon-sh-hover.png") no-repeat 50px center;
}
.brandBeh .active .sp, .brandBeh li:hover .sp {
    background: url("../images/icon-sp-hover.png") no-repeat 50px center;
}
.brandBeh .active .yy, .brandBeh li:hover .yy {
    background: url("../images/icon-yy-hover.png") no-repeat 52px center;
}
.brandUse {
    float: left;
    padding: 30px 50px;
}
.bu_tit {
    color: #080808;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
}
.bu_left {
    float: left;
}
.bu_text {
    margin-top: 20px;
    width: 787px;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    height: 60px;
    border-bottom: 1px dotted #ebebeb;
}
.bu_item {
    margin-top: 48px;
}
.bu_list {
    float: left;
    width: 260px;
    height: 162px;
    padding-top: 38px;
    margin-left: 10px;
    background: url("../images/inb3-list-bg.jpg") no-repeat center;
    text-align: center;
}
.bu_list:first-child {
    margin-left: 0;
}
.bu_list_tit {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    padding-top: 76px;
}
.icon-ry {
    background: url("../images/icon-ry.png") no-repeat top center;
}
.icon-sj {
    background: url("../images/icon-sj.png") no-repeat top center;
}
.icon-zl {
    background: url("../images/icon-zl.png") no-repeat top center;
}
.bu_btn {
    margin-top: 40px;
}
.btn-gray {
    background-color: #f9f9f9;
    border: solid 1px #e2e4ef;
}
.btn-gray span {
    padding-right: 18px;
    background: url("../images/icon-btn-gray.png") no-repeat right center;
}
.bu_btn .btn-gray:hover {
    background-color: #1D2088;
    color: #fff;
}
.bu_btn .btn-gray:hover span {
    background: url("../images/icon-inb1.png") no-repeat right center;
}
.bu_right {
    float: right;
    width: 320px;
    padding-left: 49px;
    border-left: 1px dotted #ebebeb;
    margin-left: 49px;
}
.bu_right .bu_xp_img {
    width: 320px;
    height: 224px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 0;
}
.bu_right .bu_xp_img:first-child {
    margin-top: 0;
}
.bu_info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 103px;
    background: url("../images/inb3-line.png") repeat-x left bottom;
}
.bu_info_tit {
    display: block;
    color: #fefefe;
    font-size: 14px;
    line-height: 26px;
    padding: 0 20px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 0;
    bottom: 15px;
}
.bu_main {
    display: none;
}
.brandUse .active {
    display: block;
}
.bu_xp {
    
    margin-top: 40px;
}
.bu_xp_img {
    float: left;
    width: 380px;
    height: 266px;
    overflow: hidden;
    margin-left: 36px;
    position: relative;
}
.bu_xp_img:first-child {
    margin-left: 0;
}
.bu_xp_img img {
    width: 100%;
    transition: 0.36s;
}
.bu_xp_img:hover img {
    transform: scale(1.08);
}

/*4block*/
.index-block4 {
    padding: 100px 0;
    background: url(../images/inb4-bg.jpg) no-repeat center top;
}
.inb4-main .links {
    float: left;
    width: 660px;
}
.links-cont {
    margin-top: -20px;
    margin-left: -20px;
}
.inb4-main .item {
    float: left;
    width: 320px;
    height: 120px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 0;
    padding: 34px 39px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.36s;
}
.inb4-main .item:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
.inb4-main i {
    display: inline-block;
    height: 100%;
    width: 50px;
    vertical-align: middle;
}
.inb4-main .icon1 {
    background: url(../images/inb4-1.png) no-repeat center center;
}
.inb4-main .icon2 {
    background: url(../images/inb4-2.png) no-repeat center center;
}
.inb4-main .icon3 {
    background: url(../images/inb4-3.png) no-repeat center center;
}
.inb4-main .icon4 {
    background: url(../images/inb4-4.png) no-repeat center center;
}
.inb4-main .tit {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    transition: 0.36s;
}
.inb4-main .item:hover .tit {
    margin-left: 28px;
}
.inb4-main .tit .arr {
    display: inline;
    height: 100%;
    width: unset;
    padding-left: 66px;
    background: url(../images/inb4-arr.png) no-repeat right center;
}
.inb4-ser {
    float: right;
     
}
.inb4-info .inb1-tit {
    color: #fff;
}
.inb4-info .inb3-text {
    color: rgba(255, 255, 255, 0.6);
}
.inb4-pho {
    margin-top: 38px;
}
.inb4-pho span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 20px;
}
.inb4-pho .inb1-tit {
    color: #fff;
    margin-top: 10px;
}
.inb4-btn {
    margin-top: 18px;
}
.inb4-btn span {
    padding-left: 30px;
    background: url("../images/inb4-mes.png") no-repeat left center;
}


/**/
.index-block6 {
    padding: 60px 0;
}
.inb6-main {
    margin-top: 36px;
}
.inb6-main .third-block {
    width: 380px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
}
.inb6-main .third-block:first-child {
    margin-left: 0;
}
.inb6-main .inb6-news {
    padding: 40px 40px 20px;
    transition: 0.36s;
}
.inb6-main .inb6-news:hover {
    background-color: #fff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.inb6-main .sec-tit {
    float: left;
    line-height: 28px;
    font-size: 24px;
    font-weight: bold;
    color: #080808;
     
}
.sec-Head a {
    float: right;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
     
    background: url(../images/arr-999.png) no-repeat right center;
}
.sec-Head a:hover {
    color: #1d2088;
    background: url(../images/arr-blue.png) no-repeat right center;
}
.inb6-news-main {
    padding-top: 15px;
}
.inb6-news-main .list-item {
    display: block;
    padding-top: 4px;
    border-top: 1px dotted #ebebeb;
    margin-top: 20px;
    transition: 0.36s;
	
}
.inb6-news-main .list-item:first-child {
    padding-top: 0;
    margin-top: 0;
	border-top: 0;
}
.inb6-main .list-img {
    width: 300px;
    height: 142px;
    overflow: hidden;
	 
}
.inb6-main .list-img img {
    width: 100%;
    transition: 0.36s;
}
.inb6-news-main .list-tit {
    margin-top: 18px;
    font-size: 16px;
    line-height: 28px;
    color: #3b3b3b;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inb6-news-main .list-tit:hover {
    color: #452386;
}
.inb6-news-main .list-time {
    font-size: 14px;
    line-height: 28px;
    color: #999;
    margin-top: 8px;
}
.inb6-main .list-item:hover img {
    transform: scale(1.08);
}
.inb6-zt-main {
    padding-top: 15px;
}
.inb6-zt-main .list-item {
    display: block;
    margin-top: 6px;
    position: relative;
}
.inb6-zt-main .list-item:first-child {
    margin-top: 0;
}
.inb6-zt-main .list-info {
    width: 100%;
    height: 132px;
    position: absolute;
    bottom: 0;
    background: url("../images/inb6-line.png") repeat-x left bottom;
}
.inb6-zt-main .list-tit {
    padding: 88px 30px 0;
}
.inb6-zt-main .list-tit a {
    float: left;
    width: 330px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inb6-zt-main .list-tit span {
    float: right;
    width: 9px;
    height: 32px;
    background: url("../images/inb4-arr.png") no-repeat right center;
}
.inb6-main .third-block-03 {
    width: 380px;
}
.inb6-to {
    margin-top: 20px;
}
.inb6-to:first-child {
    margin-top: 0;
}
.inb6-to .link-img {
    display: block;
    width: 300px;
    position: relative;
    height: 141px;
    overflow: hidden;
}
.inb6-to .link-img img {
    height: 100%;
    transition: 0.36s;
}
.inb6-to:hover img {
    transform: scale(1.08);
}
.inb6-to .link-img .tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 237px;
    height: 70px;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    text-align: center;
}
.inb6-to .link-img .tit span {
    display: inline-block;
    padding-right: 42px;
    background: url(../images/inb6-icon-round.png) no-repeat right center;
    transition: 0.36s;
}
.inb6-links:hover .link-img .tit span {
    margin-left: 10px;
}
.inb6-links:hover {
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.inb6-links:hover img {
    transform: scale(1.08);
}

.width1200{ width: 1200px; margin: 0 auto;}
/**/
.small-img {
    margin: 40px auto 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.small-img .imgpro {
    width: 32.8%;
	position: relative;
	transition: 0.5s;
}
.small-img .imgpro img {
    width: 100%;
	transition: 0.5s;
	 
}
.small-img .imgpro img:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-box-shadow: 0 15px 30px #eee;
    box-shadow: 0 15px 30px #eee;
	transition: 0.5s;
}

.imgpro{ background: #eee; }
.bg-img{}
.small-img .txt{position: absolute;  left: 30px; top: 30px; z-index: 1;}
.small-img h3{
	font-size:24px; 
	font-weight:700; 
	height: 40px;
    line-height: 40px; 
 	/*background: linear-gradient(270deg, #FFFFFF 0%, #EDF5FF 100%);*/
}


/*about*/
.banner-background{
     
    height: 380px;
    background: #333 url("../images/ibg.jpg") center top no-repeat;
    background-size: 1920px 640px;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.banner-container{
    width:1200px;
    margin:0 auto;
    position:relative;
}

.banner-container h2{
    font-size: 42px;
    line-height: 64px;
    color: #FFF;
    margin-top: 10px;
    font-weight:normal;
}

.banner-container p{
    margin-top: 10px;
    font-size: 16px;
    color: #FFF;
    opacity: .8;
    filter: alpha(opacity=80);
    line-height: 30px;
}

.banner-btn a{
    display: inline-block;
    width: 158px;
    height: 36px;
    background-color: #fe6400;
    border: 0px solid #fe6400;
    color: #FFF;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    margin-top: 40px;
}

.banner-btn a:hover{
    background-color: #ff8400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner-btn .banner-btn-02{
    margin-left: 20px;
    background-color: transparent;
    border: 1px solid #FFF;
}

.banner-btn .banner-btn-02:hover{
    background-color: #FFF;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.banner-list{
    padding: 0;
    text-align: center;
	position: relative;
	
    /*background: #f6f6f6;*/
}

.banner-wrap{
    width: 100%;
    display: block;
    margin-top:-40px;
}

.banner-wrap li{
    float: left;
    width: 225px;
    padding: 30px;
    margin-left: 20px;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
}

.banner-wrap h4{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin: 0;
    font-weight:normal;
}

.banner-wrap p{
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
   
	
}



canvas {
    position: absolute;
    cursor: crosshair;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
	width: 100%;
}





/**/
.home-section5 .ho5-cont {
  width: 100%;
	padding: 30px 0 0 0;
}
.home-section5 .ho5-cont .item .font .data i{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.home-section5 .ho5-cont .item:hover .font .data i{
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}


.home-section5 .ho5-cont .item {
  width: 100%;
}
.home-section5 .ho5-cont .item .img {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 64%;
  overflow: hidden;
}
.home-section5 .ho5-cont .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section5 .ho5-cont .item .font {
  width: 100%;
  position: relative;
}
.home-section5 .ho5-cont .item .font .jut {
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
  z-index: 2;
}
.home-section5 .ho5-cont .item .font .hang {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #e86f00;
  margin-bottom: 14px;
  line-height: 1;
}
.home-section5 .ho5-cont .item .font .tit {
  
  display: block;
  
  color: #222222;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
   font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 24px;
}
.home-section5 .ho5-cont .item .font:after,
.home-section5 .ho5-cont .item .font .data {
  width: 100%;
  content: "";
  display: block;
  padding: 0px 50px 0;
  /*height: 80px;*/
}
.home-section5 .ho5-cont .item .font:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section5 .ho5-cont .item .font .data {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
   
  justify-content: space-between;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.home-section5 .ho5-cont .item .font .data i {
  display: block;
  width: 40px;
}
.home-section5 .ho5-cont .item .font .data i img {
  width: 100%;
}
.home-section5 .ho5-cont .item .font .data i img:nth-child(2) {
  display: none;
}
.home-section5 .ho5-cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.home-section5 .ho5-cont .item:hover .font:after {
  height: 100%;
}
.home-section5 .ho5-cont .item:hover .font .data i img:nth-child(1) {
  display: none;
}
.home-section5 .ho5-cont .item:hover .font .data i img:nth-child(2) {
  display: block;
}



/*2*/
.home-section6 .ho5-cont {
  width: 100%;
	padding: 60px 0;
}
.home-section6 .ho5-cont .item .font .data i{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.home-section6 .ho5-cont .item:hover .font .data i{
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}


.home-section6 .ho5-cont .item {
  width: 100%;
}
.home-section6 .ho5-cont .item .img {
  width: 100%;
  position: relative;
  display: block;
  /*padding-bottom: 64%;*/
  height: 300px;
  overflow: hidden;
  background: #fff;
}
.home-section6 .ho5-cont .item .img img {
  width: 100%;
  height: 100%;
 /* object-fit: cover;*/
  object-fit:contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section6 .ho5-cont .item .font {
  width: 100%;
  position: relative;
    background: #fafafa;
}
.home-section6 .ho5-cont .item .font .jut {
 padding: 30px 40px 0;
  position: relative;
  z-index: 2;
}
.home-section6 .ho5-cont .item .font .hang {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #e86f00;
  margin-bottom: 14px;
  line-height: 1;
}
.home-section6 .ho5-cont .item .font .tit {
  
  display: block;
  
  color: #222222;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
   font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 24px;
}
.home-section6 .ho5-cont .item .font:after,
.home-section6 .ho5-cont .item .font .data {
  width: 100%;
  content: "";
  display: block;
  padding: 0px 50px 0;
  height: 80px;
}
.home-section6 .ho5-cont .item .font:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-section6 .ho5-cont .item .font .data {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
   
  justify-content: space-between;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.home-section6 .ho5-cont .item .font .data i {
  display: block;
  width: 40px;
}
.home-section6 .ho5-cont .item .font .data i img {
  width: 100%;
}
.home-section6 .ho5-cont .item .font .data i img:nth-child(2) {
  display: none;
}
.home-section6 .ho5-cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.home-section6 .ho5-cont .item:hover .font:after {
  height: 100%;
}
.home-section6 .ho5-cont .item:hover .font .data i img:nth-child(1) {
  display: none;
}
.home-section6 .ho5-cont .item:hover .font .data i img:nth-child(2) {
  display: block;
}

/*top*/
.index1 {
  margin-top: 50px;
}
.index1 li {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.index1 li a {
  width: 180px;
  display: block;
  text-align: center;
}
.index1 li a span {
  font-size: 20px;
  color: #333;
  padding-top: 10px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.index1 li a:hover {
  transform: translate(0, -4px);
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
}
.index1 li:nth-child(2) a:nth-child(1):hover span {
  color: #7d8cfe;
}
.index1 li:nth-child(2) a:nth-child(2):hover span {
  color: #fdcb66;
}
.index1 li:nth-child(2) a:nth-child(3):hover span {
  color: #2fd7bc;
}
.index1 li:nth-child(2) a:nth-child(4):hover span {
  color: #ff7c5e;
}
.index1 li:nth-child(2) a:nth-child(5):hover span {
  color: #49dbfe;
}
.index1 li:first-child {
  margin-bottom: 45px;
}
.index1 li:first-child a:first-child:hover span {
  color: #ffadff;
}
.index1 li:first-child a:nth-child(2):hover span {
  color: #68e5ff;
}
.index1 li:first-child a:nth-child(3):hover span {
  color: #fdce66;
}
.index1 li:first-child a:nth-child(4):hover span {
  color: #2fdcbf;
}
.index1 li:first-child a:nth-child(5):hover span {
  color: #fddb5f;
}




.about-culture-s1 {
  padding: 50px 0;
}
.about-culture-s1 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-culture-s1 .item {
  width: calc((100% - 48px) / 2);
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
	margin-bottom: 30px;
}
.about-culture-s1 .item .img-box {
  overflow: hidden;
}
.about-culture-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-culture-s1 .item .txt-box {
  padding: 0 2vw 2vw;
  position: relative;
  z-index: 2;
}
.about-culture-s1 .item .txt-box:before {
  content: '';
  width: 120px;
  height: 120px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #00584e;
  background-color: #fff;
  border-radius: 50%;
  margin: -60px auto 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.about-culture-s1 .item h3 {
  font-size: 22px;
  color: #333333;
  margin: 1.5vw 0 5px;
  transition: color .3s ease;
}
.about-culture-s1 .item p {
  font-size: 16px;
  color: #808080;
  transition: color .3s ease;
}

.about-culture-s1 .item .txt-box:before {background-size: 50%;}
.about-culture-s1 .item:nth-of-type(1) .txt-box:before {
  background-image: url("../images/icon1.png");
}
.about-culture-s1 .item:nth-of-type(2) .txt-box:before {
  background-image: url(../images/icon2.png);
}
.about-culture-s1 .item:nth-of-type(3) .txt-box:before {
  background-image: url(../images/icon3.png);
}
.about-culture-s1 .item:nth-of-type(4) .txt-box:before {
  background-image: url("../images/icon4.png");
}
.about-culture-s1 .item:nth-of-type(5) .txt-box:before {
  background-image: url(../images/icon5.png);
}
.about-culture-s1 .item:nth-of-type(6) .txt-box:before {
  background-image: url(../images/icon6.png);
	
}

.tit-h3 {
    padding: 50px 0;
    font-size: 32px;
    font-weight: 700;
    color: #142030;
    line-height: 40px;
    text-align: center;
}
 .about-culture-s1 .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 88, 78, 0.3);
    background-color: #1ea001;
  }
  .about-culture-s1 .item:hover img {
    transform: scale(1.1);
  }
  .about-culture-s1 .item:hover h3, .about-culture-s1 .item:hover p {
    color: #fff;
  }


.swiper-slide{position: relative;}
.index_main{position: absolute; top:180px; left: 0; }
.index_main_text{
    font-size: 46px;
    font-weight:900;
    color: #fff;
    line-height: 60px;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
/*	text-shadow: 10px 10px 5px #000;*/
}
.index_main_text_little{
	font-size: 24px; 
/*	font-weight: bold;*/
    color: #fff;
    line-height: 60px;
	text-align: center;
	margin: 0 auto;
	width: 1200px;
/*	text-shadow: 5px 5px 5px #000;*/
 
}
.index-banner {height: 500px;}
.index-banner .swiper-slide, .index-banner .swiper-wrapper {
    height: 100% !important; 
    height: 500px!important;
}
.wrap{position: relative;}


.new_con {
 	margin: 0 auto;
 }

.newtel {
	height: auto;
	border-bottom: 0px solid #e7e7e7;
	padding-bottom: 50px;
	 
	font-size: 18px;
	color: #666
}

.new_telst {
	width: 550px; 
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center;
    
   
}
.new_telst li{ display:inline-block; width: 200px; margin: 0 10px;}
.new_telst li a{
	 
	display: block;
    
    width: 100%;
    height: 50px;
	line-height: 50px;
    border-radius: 2px;
    background: #fff;
    font-size: 18px;
    color: #666;
    text-align: center;
}

.new_telst li.newon {
	color: #fff;
	font-weight: bold;
	 
}
.new_telst li.newon a{
	color: #fff;
	font-weight: bold;
	background: #452386;
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 166px;
	height: 7px;
	border-top: 3px solid #217af0;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}


h2{ text-align: center;}
h2 i{ display: block; line-height: 100%; color: #333333; font-size: 32px; font-weight: bold;}
h2 span{ display: block; line-height: 100%; font-weight: normal; color: #333333; font-size: 18px; padding: 12px 0 34px 0;background: url(../images/h2.png) no-repeat center bottom;}

.tith2{padding: 50px 0 20px 0;}



/*product*/
 
.repro-list2.list-main{
    margin-right: -21px;
    margin-top: 0px;
}
.repro-list2 .list-item{
    width: 385px;
    float: left;
    margin-right: 20px;
    border: solid 1px #eaeaea;
    transition: 0.36s;
    margin-bottom: 50px;
    margin-left: 0;
}
.repro-list2 .list-tit{
    padding: 13px 30px 11px;
    background-color: #fff;
}
.repro-list2 .list-tit a{
    display: block;
    font-size: 18px;
    line-height: 28px;
    height: auto;;
    color: #222;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:1;-webkit-box-orient: vertical;
    text-align: center;
}
.repro-list2 .list-item:hover{
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

.repro-list2 .list-info{
    padding: 0;
}
.repro-list2 .list-img{
    width:auto;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.repro-list2 .list-img img{
    max-width: 100%;
 }

.repro-list2 .list-text{
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    color: #828282;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 220px;
    margin: 10px auto 0;
}
.repro-list2 .list-btn{
    margin-top: 14px;
    text-align: center;
    font-size: 0;
}
.repro-list2 .list-btn .btn{
    width: 115px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
}
.repro-list2 .list-btn .btn-pd{
    margin-left: 10px;
}
.btn-pd{
    background-color: #e7ecf1;
    color: #909ba6;
}
.btn-pd:hover{
    background-color: #fa9426;
    color: #fff;
}
 .repro-list2 .list-attr{
    font-size: 14px;
    line-height: 28px;
    color: #828282;    
    width: 220px;
    margin: 10px auto 0;
    height: 84px;
}
.repro-list2 .list-attr .item{
    height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 24px;
}
.repro-list2 .list-attr .item1{
    background: url(../images/proicon1.png) no-repeat 0 center;
}
.repro-list2 .list-attr .item2{
    background: url(../images/proicon2.png) no-repeat 0 center;
}
.repro-list2 .list-attr .item3{
    background: url(../images/proicon3.png) no-repeat 0 center;
}