.bannerwp .bg{opacity: 0.6;filter:alpha(opacity=60);}
.bannerwp .content{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	/*height: 100%;*/
}
.bannerwp,.products3 .more .arrows{
	background-position: center;
	background-repeat: no-repeat;
}
/*gotop*/
.gotop{
	position: fixed;bottom: 10%;right: 5%;z-index: 5;
	display: block;width: 40px;height: 40px;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
}
.gotop div{
	display: block;width: 100%;height: 100%;
	background-image: url(../img/ico/gotop2.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.gotop:hover div{background-image: url(../img/ico/gotop1.png);}
/*通用标题*/
.lib-title2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.lib-title2 strong{
	padding: 10px 30px;
    min-width: 100px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    /* border-bottom: 1px solid #c6c6d0; */
    position: relative;
}
.lib-title2 strong:after{
    content: " ";
    display: block;
    font-size: 0;
    position: absolute;
    left: 30%;
    bottom: 0px;
    width: 40%;
    height: 1px;
    background-color: #0066CC;
}
@media only screen and (min-width: 768px) {
	.lib-title2{
		margin-bottom: 30px;
	}
	.lib-title2 strong{
    	font-size: 26px;
    }
}
/*******************************
    -------[=通用-bannerwp1=]-------
********************************/
.bannerwp{
	height: auto;
	background-size:auto 100%;
}
.bannerwp .bg{
	z-index: 1;
	background-color: black;
}
.bannerwp .content{
	z-index: 2;
	color: white;
	text-align: center;
	padding: 0 5%;
}
.bannerwp .content .title{
	display:block;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 400;
}
.bannerwp .content .info{
	max-width: 300px;
	margin: 0 auto;
}
@media only screen  and (min-width: 768px) {
	.bannerwp .content .title{
		font-size: 36px;
	}

}
@media only screen  and (max-width: 767px) {
	.bannerwp .img{
		display: none;
	}
	.bannerwp{
		height: 350px;
	}
}
@media only screen  and (max-width: 400px) {
	.bannerwp{
		height: 250px;
	}
}
/*******************************
    -------[=通用-bannerwp1=]-------
********************************/

/*******************************
    -------[=通用-产品展示2=]-------
********************************/
/*products 产品一级列表*/
.products2 .box .img,.products2 .box .info,.products2 .box .info strong{display: block;}
.products2 .box img{display: block;max-width: 100%;width: auto;margin: 0 auto;}
.products2 .box .info{margin: 10px auto;}
.products2 .box .info strong{}
@media only screen and (min-width: 768px){
	.products2 .box .info strong{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 18px;
		line-height: 30px;
		height: 30px;
		color: black;
	}	
}
@media only screen and (max-width: 767px){
	.products2 .box{text-align: center;}
}
/*******************************
    -------[=通用-产品展示2=]-------
********************************/

/*******************************
    -------[=通用-产品列表3 左右=]-------
********************************/
/*products-lr左右结构*/
.products-lr .listbox,
.products-lr .left,
.products-lr .right,
.products-lr .title,
.products-lr .img,
.products-lr .img img{display: block;}
.products-lr .listbox{
	margin: 30px auto;
}
.products-lr  .title{
	color: #0066cc;
	line-height: 2;
	font-size: 20px;
	/*font-weight: 600;*/
}
.products-lr .img img{
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}
.products-lr  .title:hover{
	text-decoration: underline;
}
.products-lr  .info{
	font-size: 14px;
}
.products-lr .more,.products3 .more img{
	display: inline-block;	
}
.products-lr  .more:hover{
	color: #3F8CDA;
	border-color: #3F8CDA;
}
.products-lr  .more{
	text-align: center;
	min-width: 100px;
	margin:10px auto;
	padding: 5px 10px;
	border: 1px solid #E6E6E6;
	font-size: 13px;
	line-height: 20px;
	transition: border 0.6s;
}
.products-lr .more img{
	margin-left:5px;
	vertical-align: top;
}
.products-lr .more .arrows{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: top;
	background-size: auto;
	background-image: url(../img/ico/ico-aorrwsRight.png);
}
.products-lr  .more:hover .arrows{
	background-image: url(../img/ico/ico-aorrwsRightActive.png);
}
/*products3*/
.products3{}
.products3 .listbox{border: 1px solid #E6E6E6;padding:5%;}
.products3  .img{
	padding: 5% 10% 0;
}
.products3  .img img{}
/*products5*/
.products5 .img{
	border: 1px solid #E6E6E6;
}
/*products6*/
.products6 .listbox{
	padding: 30px 0 60px;
	margin: 0 auto !important;
}
.products6 .listbox.even{
	background-color: #eee;
}
.products6 .listbox:last-child.even{
	border-bottom: 1px solid white;
}
.products6 .img{
	border:none;
}
@media only screen and (min-width: 768px){
	.products-lr .listbox{
		margin: 50px auto;
	}
	.products-lr .left,.products-lr.lr .even .right{
		float: left;
	}
	.products-lr .right,.products-lr.lr .even .left{
		float: right;
	}
	.products-lr .left,.products-lr .right{
		width: 50%;
	}
	.products-lr  .title{
		line-height: 1;
		margin-bottom: 10px;
	}
	.products5 .left{width:45%;}
	.products5  .info,.products6  .info{
		margin: 10px auto;
	}
	
	.products6 .lib-title2 {margin-bottom: 60px;}
	.products6  .title{line-height: 2;}
	.products6 .left{width:60%;}
	.products6 .left img{max-width: 90%;margin: 0 0;}
	.products6 .right{width:40%;}
	.products6 .listbox{
		padding:60px 0 120px;
	}
}
@media only screen and (min-width: 1024px){
	.products-lr  .title{
		font-size: 30px;
	}
	.products5  .info,.products6  .info{
		line-height: 2;
		margin: 10px auto;
	}
	.products6  .title{
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 1366px){
	.products-lr  .more{
		min-width: 150px;
	    padding: 13px 20px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.products5 .info,.products6  .info{
		margin: 30px auto;
	}
}
@media only screen and (max-width: 767px){
	.products-lr .listbox{
		text-align: center;
	}
}
/*******************************
    -------[=通用-产品列表3 左右=]-------
********************************/

/*******************************
    -------[=通用-产品列表4 =]-------
********************************/
/*.products4{}*/
.products4 .box{
	margin-bottom:10px ;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.products4 .box:hover{
	border-color:#0066cc;
}
.products4 .box:hover,
.products4 .box:hover .info small{
	color: #0066cc;
}
.products4 .box .img,
.products4 .box .img a,
.products4 .box .img img,
.products4 .box .info,
.products4 .box .info small{
	display: block;
}
.products4 .box .img img{
	max-width: 80%;
	width: auto;
	margin: 0 auto;
}
.products4 .box .info{
	font-size: 14px;
	text-align: center;
	color: inherit;
}
.products4 .box .info small{
	font-size: 12px;
	color: #ccc;
	margin: 10px auto;
}
/*通用 列表分页1*/
.paging{text-align: center;}
.paging a,.paging span{
	vertical-align: top;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #E6E6E6;
	margin:0 5px;
	}
.paging a:hover,.paging a.active{
	color: white;
	border-color: #0066CC;
	background-color: #0066CC;
}
.paging a.prev:hover,.paging a.next:hover{
	color: #0066CC;
	background-color: #eee;
}
.paging .prev,.paging .next{
	background-color: #eee;
	line-height: 22px;
}

@media only screen and (min-width: 768px){
	.products4 .box{
		padding: 20px 10px 30px;
		margin-bottom: 20px;
	}
	.products4 .box .info{
		font-size: 16px;
		line-height: 1.2;
	}
	.paging a,.paging span{
		vertical-align: top;
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.paging .prev,.paging .next{
		line-height: 28px;
	}
}
/*@media only screen and (max-width: 767px){}*/
/*******************************
    -------[=通用-产品列表4 =]-------
********************************/

/*******************************
    -------[=通用-选项卡标题1 =]-------
********************************/
.tabtitlewp{
	text-align: center;
}
.tabtitlewp .wrap{
	/*padding: 0 !important;*/
}
.tabtitlewp .box{
	background-color: #eee;
	border-right: 1px solid white;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	padding:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tabtitlewp .box.last{
	border-right:none;
}
.tabtitlewp .box:hover{color: #0066CC;}
.tabtitlewp .box.active{
	color: white;
	background-color: #0066cc;
	border-right-color:#0066cc;}
@media only screen and (min-width: 768px){
	.tabtitlewp .box{
		font-size: 18px;
	}
}
/*******************************
    -------[=通用-选项卡标题1 =]-------
********************************/

/*******************************
    -------[=通用-过滤选项卡1 =]-------
********************************/
.filterwp1{}
.filterwp1 .wrap{position: relative;display: block;}
/*被筛选显示区*/
.filterwp1 .filterby{margin-bottom: 10px;}
.filterwp1 .filterby .sonbox{
	font-size: 12px;
	position: relative;
	border: 1px solid #0066CC;
	float: left;
	padding-left: 10px;
	padding-right: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.filterwp1 .filterby .sonbox .esc{
	font-size: 12px;
	position: absolute;top: 0;right: 0;
	display: block;height: 100%;width:25px;
	text-align: center;
	background-color: #0066CC;
	color: white;
	cursor: pointer;
}
/*筛选选项区*/
.filterwp1 .filtertab .box,
.filterwp1 .tab .box span
{display: block;}
.filterwp1 .filtertab .box{
	width: auto;
}
.filterwp1 .tab .box{
	border: 1px solid #EEEEEE;
	float: left;
	padding: 5px 5px;
	cursor: pointer;
}
.filterwp1 .tab .box.active{
	background-color: #eee;
}
.filterwp1 .tab .box span{
	padding: 0 20px 0 0px;
	background-size: 13px ;
	background-image: url(../img/ico/ico-aorrwsBottom.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.filterwp1 .tab .box.active span{
	background-image: url(../img/ico/ico-aorrwsTop3.png);
}
/*选项卡对应内容*/
.filterwp1 .filtertab {
	display: block;
}
.filterwp1 .tabwrap{
	background-color: #eee;
}
.filterwp1 .tabwrap .box{
	display: none;
	padding:10px 11px;
}
.filterwp1 .tabwrap .box.active{
	display: block;
}
.filterwp1 .tabwrap .xx{
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	display: inline-block;
}
@media only screen and (min-width: 768px){
	/*被筛选显示区*/
	.filterwp1 .filterby{
		font-size: 20px;
		line-height: 25px;
	}
	.filterwp1 .filterby .left,.filterwp1 .filterby .son-left{
		float: left;
	}
	.filterwp1 .filterby .right,.filterwp1 .filterby .son-right{
		float: right;
	}
	.filterwp1 .filterby .right{
		margin-left: 20px;
	}
	.filterwp1 .filterby .son-left{
		margin-right: 20px;
	}
	/*筛选选项区*/
	.filterwp1 .tab .box{
		padding: 10px 20px;
		margin-right: 20px;
		font-size: 16px;
	}
	.filterwp1 .tab .box span{
		padding: 0 30px 0 10px;
		background-size: 15px;
	}
	.filterwp1 .tabwrap .box{
		/*padding: 20px 31px 10px;*/
		padding: 10px 31px 0px;
	}
}
@media only screen and (max-width: 767px){
	.filterwp1 .filterby .right{
		position: absolute;right: 0;top: 0;z-index: 2;
		padding: 0 20px 5px;
		
	}
	.filterwp1 .filterby .son-left{
		margin-bottom: 5px;
	}
	/*筛选选项区*/
	.filterwp1 .tab .box{
		width: 25%;
	}
}
/*******************************
    -------[=通用-过滤选项卡1 =]-------
********************************/

/*******************************
    -------[=通用-详情页position1 =]-------
********************************/
.position1{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
	box-shadow: 0 2px 2px #eee;
	-webkit-box-shadow: 0 2px 2px #eee;
	-moz-box-shadow: 0 2px 2px #eee;
}
.position1.main,.searchtab{padding-top:10px;}
.position1.fixed{
	padding-top: 20px;
	background-color: white;
	position: fixed;top: 0;left: 0;z-index: 9;
	display: none;width: 100%;
	margin:0px auto !important;
}
.position1 .hr1{
	margin: 5px 0;
	background: #e6e6e6;
}
.position1 .left a,.position1 .left span{
	font-size: 14px;
	padding: 0 5px;
	color: #666;
}
.position1 .left a:first-child,.position1 .left span:first-child{
	padding-left: 0;
}
.position1 .left a{
	color: #999999;
	border-right: 1px solid #ccc;
}
.position1  span{cursor: default;}
.position1  a:hover,
.position1  span:hover{color: black;}
.position1 .right a.active,
.position1 .right a:active,
.position1 .right span.active,
.position1 .right span:active{color: #0066CC;}
.position1 .right a,.position1 .right span{padding: 0 5px 0 0;}
@media only screen and (min-width: 768px){
	.position1.main,.searchtab{padding-top:80px;}	
	.position1.main{margin-bottom: 30px;}	
	.position1 .hr1{display: none;}
	.position1 .left{float: left;}
	.position1 .right{float: right;}
	
	.position1 .left a,.position1 .left span{
		font-size: 16px;
		padding: 0 10px;
	}
	.position1 .right a,.position1 .right span{
		font-size: 13px;
		padding: 0 0px 0 10px;
	}
}
@media only screen and (min-width: 1024px){
	.position1.main,.searchtab{padding-top:20px;}
}
@media only screen and (max-width: 767px) {
	.position1.fixed{padding-top: 10px;}
	.position1 .right{
		text-align: center;
	}
}
/*******************************
    -------[=通用-详情页position1 =]-------
********************************/

/*******************************
    -------[=通用-产品详情页 =]-------
********************************/
.vehicle-lrwp,
.vehicle-lrwp .left,
.vehicle-lrwp .right,
.vehicle-lrwp .showBox,
.vehicle-lrwp .showBt,
.vehicle-lrwp .show_img.active{
	display: block;
}
.vehicle-lrwp .show_img{
	display: none;
	width: 100%;
}
/*左边*/
.vehicle-lrwp .sp_left {
	width: 50%;
	float: left;
}
.vehicle-lrwp .showBox {
	height: auto;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.vehicle-lrwp .showBox img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.vehicle-lrwp .showBt {
	padding: 20px 0px;
}
.vehicle-lrwp .showBt .show_bt {
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid #e6e6e6;
}
.vehicle-lrwp .bd {
	overflow: hidden;
}
.vehicle-lrwp .bd img {
	width: 100%;
	/*transition: 0.4s !important;*/
}
.vehicle-lrwp .bd:hover img {
	/*transform: scale(1) !important;*/
}
.vehicle-lrwp .regular1 {}

.vehicle-lrwp .regular1 .slick-prev:before,
.vehicle-lrwp .regular1 .slick-next:before {
	color: #ccc;
}
.vehicle-lrwp .showBt .slick-prev ,.vehicle-lrwp .showBt .slick-next{
	z-index: 3;
	height: 100%;
}
.vehicle-lrwp .showBt .slick-prev {
	left: -15px;
}
.vehicle-lrwp .showBt .slick-next {
	right: -15px;
}
/*右边*/
.vehicle-lrwp .right
.box_wrap,.box_wrap .bd,.box_wrap .bd img,
.box_wrap:active,.box_wrap .bd:active,.box_wrap .bd img:active
.box_wrap:focus,.box_wrap .bd:focus,.box_wrap .bd img:focus
{
	border:0;
	outline:none;
} 
.vehicle-lrwp .right .title{color: #333;line-height: 1;}
.vehicle-lrwp .right .title small{display: block;font-size: 12px;color: #999999;line-height: 1.6;font-weight: 400;}
.vehicle-lrwp .right .title2{color: #333;font-size: 16px;}
.vehicle-lrwp .right .info a,.vehicle-lrwp .right .info p,.vehicle-lrwp .right .info span{
	display: block;
	font-size: 13px;
	padding: 5px 10px;
	/*color: #ccc;*/
	border: 1px solid transparent;
	margin-bottom: 10px;
}
/*.vehicle-lrwp .right .info a.active,.vehicle-lrwp .right .info p.active,.vehicle-lrwp .right .info span.active,
.vehicle-lrwp .right .info a:hover,.vehicle-lrwp .right .info p:hover,.vehicle-lrwp .right .info span:hover
{border-color: transparent;color: #0066CC;}*/
.vehicle-lrwp .right .info,
.vehicle-lrwp .right .imgwp,
.vehicle-lrwp .right .title2
{
	margin-bottom: 10px;
}
.vehicle-lrwp .right .imgwp .box{border: 1px solid #E6E6E6;}
.vehicle-lrwp .right .imgwp .box img{width: 80%;}
@media only screen and (min-width: 768px){
	.vehicle-lrwp .right .info{
		margin-bottom: 30px;
	}
	.vehicle-lrwp .right .info a,.vehicle-lrwp .right .info p,.vehicle-lrwp .right .info span{
		/*padding: 10px 20px;*/
		padding: 0px 20px;
		font-size: 14px;
	}
	.vehicle-lrwp .right .title{
		padding: 0px 0px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 1024px){
	.vehicle-lrwp .left{
		float: left;
		width: 40%;
	}
	.vehicle-lrwp .right{
		float: right;
		width: 56%;
	}
	.vehicle-lrwp .right .info a,.vehicle-lrwp .right .info p,.vehicle-lrwp .right .info span{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1023px){
	.vehicle-lrwp .left .slick-prev,.vehicle-lrwp .left .slick-next{
		width: 30px ;
		/*height: 30px ;*/
	}
	.vehicle-lrwp .showBt {
		padding: 10px 10px;
	}
}
@media only screen and (max-width: 767px){}
/*******************************
    -------[=通用-产品详情页 =]-------
********************************/

/*******************************
    -------[=通用-服务支持 =]-------
********************************/
.seekwp2{}
.seekwp2 .wid{
	margin: 0 auto;
}
.seekwp2 .info{
	text-align: center;
	font-size: 14px;
	padding: 10px;
}
.seekwp2 .info strong{
	color: black;
}

/*搜索*/
.seek2{
	position: relative;
	height:33px;
}
.seek2,.seek2 .input,.seek2 .seekbt{display: block;height: inherit;line-height: inherit;}
.seek2 .input{
	width: 100%;
    padding: 5px 40px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*.seek2 .input:focus {
	box-shadow: 0 0 5px #E6E6E6;
	border: 1px solid #E6E6E6;
}*/
.seek2 .seekbt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    background-color: transparent;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-image: url(../img/ico/ico-seek1.png);
}
@media only screen and (min-width: 768px){
	.seek2{
		height:40px;
		line-height: 28px;
	}
	.seekwp2 .wid{
		width: 60%;
	}
	.seekwp2 .info{
		font-size: 18px;
	}
	.seek2 .seekbt{
		background-position: center 8px;
	}
	
}
/*列表*/
.support-list{}
.support-list .listwp{}
.support-list .listtitle{
	color: #666;
	font-size: 14px;
}
.support-list .listwp .box{
	border: 1px solid #E6E6E6;
	padding: 10px 20px;
	margin: 10px auto;}
.support-list .listtitle,
.support-list .listwp .number,
.support-list .listwp .link,
.support-list .listwp .time{display: block;}
.support-list .listwp .number{color: black;margin-right: 10px;font-weight: 600;}
.support-list .listwp .link{color: #999999;}
.support-list .listwp .link:hover{color: #0066CC;}
.support-list .listwp .time{text-align: right;}


/*FAQs详情*/
.FAQsmore{}
.FAQsmore .wrap{
	background-color: #ccc;
	padding-bottom: 30px;
	padding-top: 30px;
	}
.FAQsmore .wrap>div{
	background-color: white;
	padding: 10px 20px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;}
.FAQsmore .title{
	font-size: 18px;
	text-align: center;
	color: #333;}
.FAQsmore .article {margin-top: 20px;}
.FAQsmore .article img{
	display: block;
	max-width: 100%;
	width: auto;
	margin:0 auto;}
	
/*视频列表*/
.vediolist{}
.vediolist .box{margin-bottom: 10px;}
.vediolist .box .img,
.vediolist .box .img>div,
.vediolist .box .img video,
.vediolist .box .img iframe{
	display: block;
	width: 100%;}
.vediolist .box .img{}
.vediolist .box .img img{display: block;max-width: 100%;width: auto;}
.vediolist .box .img iframe{
	min-height: 200px;}
.vediolist .box .info{display: block;color: #666666;font-size: 14px;margin: 10px auto;}
.vediolist .box .info:hover{color: #0066CC;}

/*产品列表*/
.tablistwp{}
.tablistwp .table,
.tablistwp .thead,
.tablistwp .tbody,
.tablistwp .tr
{display: block;width: 100%;}
.tablistwp .tr{}
.tablistwp .tr>*{
	display:block;
	padding: 10px 5px;
	float: left;
	height: auto;
	white-space: pre-wrap;
}
.tablistwp .thead{background-color: #EEEEEE;}
.tablistwp .thead .tr>*{border-left: 1px solid white;}
.tablistwp .thead .tr>*:first-child{border-left:none;}
/*tablistwp1*/
.tablistwp1 {text-align: center;}
.tablistwp1 .tr>*{padding: 10px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tablistwp1 .tr>*:first-child{text-align: left;}
.tablistwp1 .thead{color: #333;font-weight: 600;}
.tablistwp1 .tbody{color: #666;}
.tablistwp1 .tbody .tr{border-bottom: 1px solid #eee;}
.tablistwp1 .Description{width: 80%;}
.tablistwp1 .tbody .tr:hover .Description{color: #0066CC;text-decoration: underline;}
.tablistwp1 .Download
{width: 20%;}
/*.tablistwp1 .Date,
.tablistwp1 .Size,
.tablistwp1 .Download
{width: 33%;}*/
.tablistwp1 .Download img{display: block;width: 20px;margin: 0 auto;}

@media only screen and (min-width: 768px){
	.support-list .listtitle{
		font-size: 18px;}
	.support-list .listwp {
		min-height: 300px;}
	.support-list .listwp .link{
		max-width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;}
	.support-list .listwp .box{
		padding: 15px 30px;
		margin: 15px auto;
		font-size: 13px;}
	.support-list .listwp .link,.support-list .listwp .number{float: left;}
	.support-list .listwp .time{float: right;}
	.FAQsmore .wrap{
		padding-bottom: 50px;
		padding-top: 50px;
		}
	.FAQsmore .wrap>div{
		padding:20px 5% 50px;}
	.FAQsmore .title{
		font-size: 22px;}
	.FAQsmore .article{font-size: 14px;}
	.FAQsmore .article p{margin: 0 auto;}
	/*.vediolist .box{margin-bottom: 20px;}*/
	
	.tablistwp1 {min-height: 400px;}
	.tablistwp1 .tr>*{padding: 15px 2.5%;}
	.tablistwp1 .thead *{font-size: 13px;}
	.tablistwp1 .Description{width: 55%;}
	.tablistwp1 .Date,
	.tablistwp1 .Size,
	.tablistwp1 .Download
	{width: 15%;}
}
@media only screen and (max-width: 767px){
	.support-list1 .listwp .link{
		border-bottom: 1px solid #E6E6E6;
		padding-bottom: 5px;
		margin-bottom: 5px;}
	.support-list2 .listwp .number{float: left;}
	.tablistwp1 .Date,
	.tablistwp1 .Size{display: none;}
}
/*******************************
    -------[=-服务支持 =]-------
********************************/

/*******************************
    -------[=-合作伙伴 =]-------
********************************/
.partners{}
.partners .box,
.partners .box .img,
.partners .box .img img
{display: block;}
.partners .box{margin-bottom: 10px;}
.partners.boxbd .box{border: 1px solid #E6E6E6;}
.partners .box .img img{max-width: 100%;width: auto;margin: 0 auto;}

/*加入我们*/
input[type=text],
textarea {
	font-size: 1.2rem;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;}
input[type=text]:focus,textarea:focus {
	box-shadow: 0 0 5px #E6E6E6;
    border: 1px solid #E6E6E6;}
.input_txt,
.input_txts,
.input_bottom{
	box-sizing: border-box;
	background: white;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px !important;
	line-height: 2;
	height: 38px;}
.input_bottom2{
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 2;
	height: 38px;
	min-width: 100px;
	cursor: pointer;
	text-align: center;}
.input_txts {
	height: 80px;
	overflow-x: hidden;}
.input_txt2,
.input_txts2 {
	border-radius: 0;
	-webkit-border-radius: 0px;
	border-color: #e6e6e6;}

.input_wrap {margin: 20px auto;}
.input_wrap>span{
	min-width: 100px;
	font-size: 14px ;
	vertical-align: top;}
.input_wrap>span,.input_wrap .inbox{display: block;;float: left;}
.inbox input{width: 100%;}
.inbox.required{position: relative;}
.inbox.required:after{
	content: "*";color: red;
	position: absolute;left: 100%;top: 0;
	display:block;
	font-size: 16px;
	text-align: center;
}
.input_wrap>span,.inbox.required:after,.joinus .xx{
	padding: 5px 10px;
    line-height: 28px;
    /*height: 28px;*/
}
/**/
.joinus{}
.joinus .title{text-align: left;color: #666;}
.joinus .xx{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}
.joinus .hr1{background-color: #eee;}
.joinus .input_bottom2{background-color: #0066CC;color: white;}
.joinus .input_bottom2:hover{background-color:#035cb5;}
@media only screen and (min-width: 768px){
	.input_wrap>span{width: 180px;}
	.input_wrap .inbox{min-width: 320px;width:40%;}
	.joinus .hr1{
		margin: 30px auto;
	}
	.joinus .input_bottom2{float: right;width: 100px;}
}

@media only screen and (max-width: 767px){
	.input_wrap>span,.input_wrap .inbox{width: 100%;float: none;}
	.input_wrap>span{	
		padding-left: 0;
		padding-right: 0;}
}

/*******************************
    -------[=-合作伙伴 =]-------
********************************/

/*******************************
    -------[=-公司简介 =]-------
********************************/
.company{}
.company .left{}
.company .right{}
.company .left,
.company .left .img,
.company .left .img img,
.company .right,{display: block;}
.company .left .img img{
	max-width: 100%;
	width: auto;
}
.company .right .title{
	line-height: 1.6;
	margin: 20px auto;
	text-align: center;
}
.company .right .title:hover{
	text-decoration: none;
}
.company .right .info {line-height: 2;}
@media only screen and (min-width: 768px){
	.company .left{width: 45%;float: left;}
	.company .right{width: 50%;float: right;}
	.company .right .title{
		margin:0 auto 20px;
		text-align: left;
	}
}
/*******************************
    -------[=-公司简介 =]-------
********************************/

/*******************************
    -------[=-新闻列表 =]-------
********************************/
.newslist .left,
.newslist .right,
.newslist .son-left,
.newslist .son-right,
.newslist .son-left img
{display: block;}
.newslist .box{border: 1px solid #E6E6E6;padding: 10px;margin-bottom: 20px;}
.newslist .box,.dataselect .input_wrap{box-shadow: 0 2px 5px #ccc;}
.dataselect{text-align: right;}
.dataselect>span{color: #333;margin-right: 10px;}
.dataselect .input_wrap{margin-left: 10px;width: 100px;display: inline-block;text-align: left;}
.newslist .son-left{float: left;margin-right: 10px;}
.newslist .son-right .title{font-size: 14px;color: #333;font-weight: 600;}
.newslist .son-right a.title:hover{color: #0066CC;}
.newslist .son-right .info{}
.dataselect .input_wrap{margin: 10px auto;}
@media only screen and (min-width: 768px){
	.newslist{min-height: 300px;}
	.newslist .right,.newslist .son-left img{
		width: 100px;
	}
	.newslist .right,.newslist .son-left img,.newslist .son-right{
		height: 100px;
		overflow: hidden;
	}
	.newslist .left{float: left;}
	.newslist .right{padding: 10px 10px;float: right;border: 1px solid #E6E6E6;margin-left:5%;}
	.newslist .right>*{line-height: 2;font-size: 14px;display: block;text-align: center;}
	.newslist .right strong{font-size: 22px;}
	.newslist .son-left{margin-right: 20px;}
	.newslist .son-right{float: right;}
	.newslist .son-right .title{font-size: 14px;max-height: 44px;height: auto;}
	.newslist .son-right .info{max-height: 57.5px;height: auto;}
	.newslist .son-right .title,.newslist .son-right .info{overflow: hidden;/*text-overflow: ellipsis;white-space: pre-wrap;*/}
}
@media only screen and (min-width: 1200px){
	.newslist .right,.newslist .son-left img{
		width: 200px;
	}
	.newslist .right,.newslist .son-left img,.newslist .son-right{
		height: 200px;
	}
	.newslist .right{padding: 30px 10px;}
	.newslist .right>*{font-size: 26px;}
	.newslist .right strong{font-size: 36px;}
	.newslist .son-right .title{font-size: 18px;max-height:60px;}
	.newslist .son-right .info{max-height: 134px;}
}
@media only screen and (max-width: 767px){
	.newslist .right{color: #3F8CDA;border-bottom: 1px solid #E6E6E6;margin-bottom: 10px;line-height:30px;text-align: right;}
	.newslist .right span{float: right;margin-left: 10px;}
	.newslist .right strong{font-size: 16px;}
	/*.newslist .right strong{float: left;margin-right: 10px;font-size: 14px;}*/
	.newslist .son-left img{width: 100px;}
	/*.newslist .son-left img,.newslist .son-right .title{height: 100px;margin-bottom: 10px;}*/
	.newslist .son-left img{height: 100px;margin-bottom: 10px;}
	/*.newslist .son-right .title{overflow: hidden;line-height: 30px;height: 30px;}*/
	.newslist .son-right{display: inline;}
	.newslist .son-right .info{}
	.dataselect .input_wrap .select_bt{line-height: 1.4;}
	
}
/*******************************
    -------[=-新闻列表 =]-------
********************************/

/*******************************
    -------[=-select =]-------
********************************/
/*下拉*/
	.select_wp {
		position: relative;
	}
	
	.select_bt {
		background: white;
		padding: 5px 10px;
		font-size: 14px !important;
		line-height: 2;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.select_bt .select_txt {}
	
	.select_bt .select_arrows {
		float: right;
	}	
	.select_box>div{
		overflow-y: scroll;
	}
	.select_box {
		display: none;
		background: white;
		width: 100%;
		height: 160px;
		padding: 0 0 5px 0;
		overflow-y: hidden;
		position: absolute;
		z-index: 2;
		top: 110%;
		left: 0;
		font-size: 14px ;
		line-height: 2;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 0 1px 2px #eee;
	}
	
	.fabu_wp .select_box {
		top: 110%;
	}
	
	.select_box>div {
		display: block;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	
	.select_li {
		display: block;
		width: 100%;
		border-bottom: 1px dashed #eee;
		padding: 5px 10px;
	}
	
	.arrows-bd {
		display: inline-block;
		/*height: 6px 12px;*/
		font-size: 0;
		vertical-align: middle;
	}
	
	.arrows-bd:after {
		display: inline-block;
		content: " ";
		border-color: #ccc transparent transparent;
		border-width: 4px 4px 0px;
		border-style: solid;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
	}
	
	.arrows-bd-drop {}
	
	.arrows-bd-up:after,
	.option_box.active .arrows-bd:after,
	.select_wp.active .arrows-bd:after {
		transform: rotateZ(180deg);
		-webkit-transform: rotateZ(180deg);
		-moz-transform: rotateZ(180deg);
	}
/*******************************
    -------[=-select =]-------
********************************/

/*******************************
    -------[=-search =]-------
********************************/
/*顶部*/
.searchtab{margin-bottom: 20px;}
.searchtab .left{border-bottom: 1px solid #e6e6e6;}
.searchtab .left a{
	display: inline-block;
	color: #000;
	font-weight: 600;
	padding: 0px 0px 10px;
	margin-right: 10px;
	border-bottom: 2px solid transparent;}
.searchtab .left a:hover{color: #0099FF;}
.searchtab .left a.active{border-color: #0099ff;}
.searchtab .left span,.searchtab .right{color: #0099ff;}
.searchtab .right{padding: 10px 0 10px;}

/*列表*/
.searchlist,.searchlist1 .vehicle-lrwp{margin-bottom: 20px;}

@media only screen and (min-width: 768px){
	.searchtab .left a{font-size: 16px;margin-right: 20px;padding: 10px 0px;}
	.searchtab .right{padding: 10px 0 20px;font-size: 14px;}
	.searchlist2 .paging{margin-top:0;}
}
@media only screen and (max-width: 767px){
	.searchlist1 .left{margin-bottom: 10px;}
}
/*******************************
    -------[=-search =]-------
********************************/