﻿#top .banner{
	position: relative;
    width: 100%;
}
#top .banner .swiper-slide{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#top .banner .swiper-slide img{
	position: absolute;
    left: 50%;
    top: 50%;
}
.banner .bannerpagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 16px;
	width: 100%;
	z-index:999;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity:1;
	border-radius: 5px;
	background: #FFFFFF;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.banner .swiper-pagination-bullet-active{
	background: #fa6526;
	width:33px;
}
.header_index{
	position: absolute;
	top: 0;
	z-index: 100;
	/*background-color: transparent;*/
	border-bottom: none;
}
/*.header_index.active{
	background-color: rgba(0,0,0,0.87);
}*/
.header_index .nav .nav_list>li>a{
	color: black;

}
.header_index .nav .nav_list>li.active a{
	color: #333333;
	border-bottom: none;
}
.header_index .nav .nav_list>li:hover>a{
	color: white;
	background-color: #a82336;
}
.header_index .lang{
	color: #333333;
}
.header_index .lang .title b{
	background: url(../img/index/lang.png);
}
.header_index .nav>ul>li .drop-down{
	display: none;
	padding: 59px 0 35px;
	width: 100%;
	/*background-color: #009b4d;*/
	background-color: #a82336;
	opacity: 0.98;
	position: absolute;
	left: 0;
}
.header_index .box .list li a{
	display: block;
    font-size: 16px;
    background: url(../img/index/list_arrow.png) no-repeat left;
    padding-left: 16px;
    width: 114px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}
#top .header2{
	top: -71px;
}

#home .title_box{
	text-align: center;
}
#home .title_box .title{
	font-size: 32px;
	color: #333333;
	font-weight: 600;
}
#home .title_box .title a{
	color: #333333;
}
#home .title_box .title_English{
	font-size: 14px;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 12px;
}
#home .title_box .title_English a{
	color: #666666;
}
#home .title_box .line{
	display: block;
	width: 40px;
	height: 2px;
	/*background-color: #5ce0b3;*/
	background-color: #a82336;
	margin: 0 auto;
}
#home .title_box.white .title{
	color: #FFFFFF;
}
#home .title_box.white .title_English{
	color: #FFFFFF;
}
#home  .title_box.white .line{
	background-color: #FFFFFF;
}
/*产品中心*/
#product_center .title_box{
	margin-top:10px;
	padding-top: 75px;
}
#product_center .intro{
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 22px;
}
#product_center{
	text-align: center;
}
#product_center .tab{
	overflow: hidden;
	display:inline-block;  
	margin-bottom: 42px;
}
#product_center .tab li{
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 19px;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
}
#product_center .tab li.active{
	color: #ffffff;
	/*background-color: #5ce0b3;*/
	background-color: #a82336;
}
.product_slider .swiper-wrapper{
	width: 1082px;
	height: 440px;
	margin: 0 auto;
}
#product_center .swiper-slide{
	width: 1082px;
	height: 440px;
}
.product_slider .swiper-button-prev,
.product_slider .swiper-button-next{
	width: 30px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background-color: #ebebeb;
	margin-top: -40px;
}
.product_slider .swiper-button-prev{
	background-image:url(../img/index/index_prev2.png);
	background-size: auto;
	left: 0;
}
.product_slider .swiper-button-next{
	background-image:url(../img/index/index_next2.png);
	background-size: auto;
	right: 0;
}
.product_slider .swiper-button-prev:hover,
.product_slider .swiper-button-next:hover{
	background-color: #03a14c;
}
#product_center .product_intro{
	overflow: hidden;
}
#product_center .swiper-slide .product_img{
	float: left;
	width: 340px;
	height: 440px;
}
#product_center .swiper-slide .product_explain{
	width: 658px;
	height: 312px;
	margin-top: 64px;
	float: left;
	background-color: #ebebeb;
	padding: 0 45px 0 39px;
}
#product_center .swiper-slide .product_explain h1{
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin-top: 56px;
	margin-bottom: 27px;
}
#product_center .product_explain span{
	display: block;
	width: 71px;
	height: 1px;
	background-color: #999999;
	opacity: 0.3;
}
#product_center .product_explain p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 16px 0 12px;
	text-align: left;
	text-indent: 2em;
}
#product_center .product_explain .more{
	text-align: right;
}
#product_center .product_explain a{
	display: inline-block;
	background: url(../img/index/more.png) no-repeat center;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
}
/*解决方案*/
#solution{
	margin-top: 90px;
	background: url(../img/index/SolutionBg.gif) no-repeat center;
	background-size: cover;
	padding-bottom: 82px;
}
#solution .title_box{
	padding-top: 82px;
	padding-bottom: 75px;
}
#solution .solution_swiper{
	position: relative;
}
#solution .swiper-container{
	width: 1078px;
	margin: 0 auto;
}
.solution_swiper .swiper-slide{
	width: 250px;
	height: 504px;
	text-align: center;
	background-color: #ffffff;
}
.solution_swiper .num{
	color: #999999;
	font-size: 40px;
	line-height: 32px;
	margin-top: 32px;
}
.solution_swiper .num_english{
	margin: 0 auto;
	height: 16px;
	line-height: 16px;
	width: 168px;
	border-top: 1px solid #e1e1e1;
	margin-top: 16px;
}
.solution_swiper .num_english .text{
	display: inline-block;
	width: 68px;
	line-height: 16px;
	color: #999999;
	font-size: 14px;
	background-color: #FFFFFF;
	position: relative;
	top: -8px;
}
.solution_swiper .name{
	color: #333333;
	font-size: 16px;
	margin-top: 8px;
	font-weight:bold;
}
.solution_swiper .name a{
	color: #333333;
}
.solution_swiper .img{
	display: block;
	width: 250px;
	margin: 14px 0 10px;
}
.solution_swiper .intro{
	text-align: left;
	text-indent: 2em;
	width: 210px;
	height: 190px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 0 20px 0;
	overflow: hidden;
}
.solution_swiper .intro a{
	color: #666666;
}
.solution_swiper .swiper-button-prev,
.solution_swiper .swiper-button-next{
	width: 30px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background-color: #000000;
	opacity: 0.3;
	margin-top: -40px;
}
.solution_swiper .swiper-button-prev{
	background-image:url(../img/index/index_prev2.png);
	background-size: auto;
	left: 0;
}
.solution_swiper .swiper-button-next{
	background-image:url(../img/index/index_next2.png);
	background-size: auto;
	right: 0;
}
/*关于我们*/
#about_us{
	padding-top:85px;
	margin: 0 auto 85px;
}
#about_us .content{
	margin-top: 48px;	
	height: auto;
}
#about_us .content .top_left{
	margin-left: 38px;
}
#about_us .content .top_left h1{
	color: #333333;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 22px;
	font-weight: 600;
}
#about_us .content .top_left p{
	height: 180px;
	width: 490px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}
#about_us .content .more{
	text-align: right;
	margin-top: 12px;
}
#about_us .content .top_left a{
	display: inline-block;
	background: url(../img/index/more.png) no-repeat center;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
}
#about_us .content .top_right img{
	display: block;
}
.content_bottom{
	overflow: hidden;
	margin-top: 25px;
}
.content_bottom li{
	float: left;
	margin-right: 21px;
	height: 180px;
	width: 284px;
	border-bottom: 1px solid #E5E5E5;
}
.content_bottom li img{
	display: block;
	width: 284px;
}
.content_bottom li:last-child{
	margin-right: 0;
}
.content_bottom li .bt{
	overflow: hidden;
	margin-left: 15px;
}
.content_bottom li .bt>div{
	float: left;
}
.content_bottom li .bt .cn{
	color: #333333;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 2px;
}
.content_bottom li .bt .en{
	color: #999999;
	font-size: 12px;
}
.content_bottom li .bt>a{
	display: block;
	width: 14px;
	height: 9px;
	float: right;
	background: url(../img/index/aboutUs_arrow.png) no-repeat center;
	margin: 24px 20px 0 0;
}
/*资讯平台*/
#information{
	margin-top: 85px;
	background: url(../img/index/infoBg.gif) no-repeat center;
	background-size: cover;
	padding-bottom: 85px;
}
#information .title_box{
	padding-top: 85px;
	padding-bottom: 30px;
}
#information .tab{
	text-align: center;
}
#information .tab ul{
	overflow: hidden;
	display:inline-block;  
	margin-bottom: 32px;
}
#information .tab ul li{
	float: left;
	width: 100px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background-color: transparent;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}
#information .tab ul li.active{
	background-color: #ffffff;
	color: #03a14c;
	/*color: #a82336;*/
}
#information .panelBg{
	/*height: 306px;*/
	height:415px;
	width: 1154px;
	/*background-color: rgba(255,255,255,0.15);*/
	background-color: #a82336;
	padding: 42px 23px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.2) none repeat scroll !important;
}
#information .panelBg>div{
	display: none;
}
#information .panelBg>div.active{
	display: block;
}
#information .panelBg a{
	color: #FFFFFF;
}
#information .panelBg .lt>img{
	display: block;
	/*width: 610px;*/
	/*width:460px;*/
	width:550px;
	/*height: 190px;*/
	height: 260px;
}
.panelBg .lt_bottom{
	width: 532px;
	margin-right: 30px;
}
.panelBg .lt_bottom .title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
	margin: 24px 0;
}
.panelBg span.y{
	display: block;
	font-size: 24px;
	line-height: 24px;
}
.panelBg span.time{
	display: block;
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
}
.lt_bottom .cont_detail{
	height: 45px;
	border-left: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.lt_bottom .cont_detail p{
	height: 45px;
	margin-left: 16px;
	width: 466px;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.panelBg .list li{
	width: 510px;
	overflow: hidden;
	padding: 0px 20px 24px 0;
	margin-bottom:15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.panelBg .list li:last-child{
	border-bottom: none;
}
.panelBg .list li:first-child{
	padding-top: 0px;
}
.panelBg .list .cont_data{
	float: left;
	width: 68px;
    height: 80px;
}
.panelBg .list .cont_detail{
	/*float: right;*/
	width: 530px;
}
.panelBg .list .cont_detail .title{
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.panelBg .list .cont_detail p{
	margin-top: 6px;
	font-size: 14px;
	text-overflow:ellipsis;
}
#information .more{
	margin-top: 46px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	margin: 46px auto 0;
}
#information .more a{
	display: inline-block;
}
#information .more .text{
	float: left;
	width: 112px;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 14px;
}
#information .more .icon{
	float: left;
	width: 38px;
	height: 38px;
	background: url(../img/index/more_white.png) no-repeat center;
	/*background-color: #5ce0b3;*/
	background-color: #a82336;
}
/*在线商城*/
#online_store{
	width: 1200px;
	height: 160px;
	line-height: 160px;
	background: url(../img/common/linkBg.png) no-repeat center;
	text-align: right;
	font-size: 24px;
	margin-top:45px;
}
#online_store a{
	display: block;
	color: #FFFFFF;
}
#online_store a img{
	vertical-align: middle;
	margin: 0 90px 0 50px;
}

/*合作伙伴*/
#partners{
	width: 1142px;
	padding-top:70px;
	margin: 0 auto 46px;
}
#partners .partners_swiper{
	margin-top: 20px;
	position: relative;
}
#partners .swiper-container{
	width: 1070px;
}
#partners .swiper-slide{
	width: 167px;
	height: 80px;
}
#partners .swiper-slide a{
	display:block;
	border:1px solid #ebebeb;
}
#partners .swiper-slide img{
	
	width:100%;
}
#partners .swiper-button-prev{
	background-image:url(../img/index/index_prev2.png);
	background-size: auto;
	left: 0;
}
#partners .swiper-button-next{
	background-image:url(../img/index/index_next2.png);
	background-size: auto;
	right: 0;
}
#partners .swiper-button-prev:hover,
#partners .swiper-button-next:hover{
	background-color: #03a14c;
}

/*左侧边栏*/
#left_nav{
	position: fixed;
    top: 50%;
    left: 24px;
    margin-top: -140px;
    z-index: 1400;
    width: 43px;
}
#left_nav li{
	background: url(../img/common/left_round.png) no-repeat;
    position: relative;
    width: 43px;
    height: 40px;
}   
#left_nav li a{
	cursor: pointer;
} 
#left_nav .click a {
    display: block;
    width: 43px;
    height: 43px;
    font-size: 0;
}
#left_nav li.cur .name{
	display: block;
}
#left_nav .name{
    display: none;
    background:#8d313f;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 30;
   border-radius: 54px;
    width: 43px;
    height: 43px;
}
#left_nav .name a{
	display: block;
    padding: 9px 9px 0 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    width: 35px;
    height: 34px;
    text-align: center;
white-space: wrap;
}
#left_nav .line {
    background: url(../img/common/left_line.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 27px;
}