@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: frutigerRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;	
}
img { 
  margin:0; 
  padding:0;
  border:none;
}
/* GENERAL HTML
 //********************/
a {
    text-decoration: none;
    color: #0166FE;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    color: #0166FE;
    text-decoration: underline;
}

h1, h2, h2, h3, h4 {
    font-family: frutigerMedium, Arial, Helvetica, sans-serif;
    font-weight: normal;
	line-height:inherit;
}

h1 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 12px;
    margin-top: 0;
}

h1.center {
    text-align: center;
    margin-bottom: 10px;
}

h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 24px 0px;
}

h2.title {
	padding-bottom : 10px;
    font-size: 26px;
    text-align: center;
}

h2.center {
    text-align: center;
}

h3 {
    font-size: 18px;
    margin-top: 0;
}

h3 a {
    color: #000;
}
h3.center {
    text-align: center;
}
h6 {
    margin-top: 24px;
}

.hover {
    cursor: pointer;
}

/* padding & margin */
.spte-mr3 {
    margin-right:3px;
}
.spte-mr7 {
    margin-right:7px;
}
.spte-mr15 {
    margin-right:15px;
}
.spte-mr43 {
    margin-right:43px;
}
.spte-mt15 {
    margin-top:15px;
}
.spte-mt5 {
    margin-top:5px;
}
.spte-mb20 {
    margin-bottom:20px;
}
.spte-pt10 {
    padding-top:10px;
}
.spte-pt30 {
    padding-top:30px;
}
.spte-bt15 {
    padding-bottom:15px;
}
.spte-txt-align-rt {
    text-align:right;
}
.spte-txt-align-lft {
    text-align:left;
}
.spte-txt-align-center {
    text-align:center;
}
.spte-txt-red {
    color:#E22835;
}
.spte-txt-blue {
    color:#06f;
}
.spte-fontsize-18 {
    font-size:18px;
}
.spte-cursor-hand {
    cursor: pointer;
}

/*news*/
.spte-news {
    height:58px;
	background-color:#f6f6f6;	
}
.spte-news-bg-left{ 
    padding: 15px 0 15px 15px;
    background: url("images/icons.png") no-repeat scroll transparent;
	width:111px;
	height:58px;
}
.spte-news-icons {
    padding-top:10px; 
	display:inline-block;
}
.spte-news-icons h3 {
	display: inline-block;
}
.spte-prd-srh {
	background:  url("images/icons.png") no-repeat scroll transparent;
	background-position:-179px 0;
	width:20px;
	height:11px;
}

#tab_main_nav_mobile_container a.close{
	background:  url("images/icons.png") no-repeat scroll transparent;
	background-position:-512px 0;
	width:28px;
	height:28px;
}

.spte-btn {
    text-align: center;
    display: inline-block;
    color: #fff !important;
    background: #cc3333;
    border-radius: 5px;
    height: 38px;
    width: 185px;
    line-height: 38px;
    border: 0;
}

.spte-btn:hover {
    background: #cc0000;
    text-decoration: none;
}
.spte-caret {
    border-left: none;
    border-right: none;
    border-top: none;
    display: none;
}

/* product catalog */
.spte-bg-FFF{
    background: none repeat scroll 0 0 #FFF;	
}
.spte-mt30{
    margin-top:30px;	
}
.spte-padding-r-l-0 {
    padding-left:0;
	padding-right:0;
}
.spte-prd-input-wrp, .spte-prd-input-wrp-2 {
    border:1px solid #4178BE;
	border-right:none;
	height:50px;
	width:100%; 
}
.spte-prd-input-wrp-2 {
    border:1px solid #c00;
	border-right:none;
}
.spte-prd-input {
    height:48px;
	width:100%;
	padding:4px;
	border:none;
    color:#999;
}
.spte-prd-drop-wrp {
    border:1px solid #4178BE;
	border-left:none;
	height:50px;
	width:100%;  
}
.spte-srh-box-style {
    border:1px solid #4178BE;
	width:100%;
	height:200px;
	overflow: auto;
}

ul.spte-prd-title-ul li {
	display:inline;
	cursor:pointer;
	font-size:18px;
}

ul.spte-prd-title-ul li.current {
	font-size:28px;
}

ul.spte-prd-title-ul li:hover {
   color:#06f;
}

/* portal */
.spte-category{
	display: table;
	width: 100%;	
}
ul.spte-category-sm{
	list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
}
.spte-category-sm li{	
    line-height: 20px;
	margin-bottom: 10px;
    padding-left: 35px;
    color: #6d6d6d;	
}
.spte-category-sm li label{
	font-size: 16px;
	font-weight: normal;
	display: block;
	margin-bottom: 12px;
}
.spte-category-sm li label a{ 
    color: #000;
}
.spte-category-sm li label a:hover{ 
    color: #06f;
}

/* breadcrumb */
.spte-breadcrumb_nav{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;	
}
.spte-breadcrumb_nav ul li{
    display: inline;
    padding-right: 15px;	
}
.spte-breadcrumb_nav ul li a{
	color:#000;
}
.spte-breadcrumb_nav ul li a.active {
    font-weight: bold;
}
.spte-breadcrumb_nav ul li:first-child + li:before, .spte-breadcrumb_nav ul li:first-child + li + li:before, .spte-breadcrumb_nav ul li:first-child + li + li + li:before, .spte-breadcrumb_nav ul li:first-child + li + li + li + li:before, .spte-breadcrumb_nav ul li:first-child + li + li + li + li + li:before, .spte-breadcrumb_nav ul li:first-child + li + li + li + li + li + li:before, .spte-breadcrumb_nav ul li:first-child + li + li + li + li + li + li + li:before {
    content: url("images/pic_breadcrumb_arrow.png");
    padding-right: 15px;
}

/* more resources */
.spte-prd-catalog .row, .spte-service .row{
	margin-top:10px;
	margin-bottom:15px;
}
@media (max-width: 768px) {
.spte-prd-catalog .row, .spte-service .row {
    margin-top:10px;
	margin-bottom:0;
}
}
.spte-more-resources, .spte-prd-catalog, .spte-service {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #D7D7D7;
    display: table;
    padding-bottom: 8px;
    width: 100%;
}
.spte-prd-catalog, .spte-service{
	background-color:#fff;
}
.spte-more-resources.speacl, .spte-prd-catalog.speacl, .spte-service.speacl {
    border-bottom: 1px solid #D7D7D7;
    border-top: 0 none;
}
.spte-more-resources h3, .spte-prd-catalog h3, .spte-service h3{
    border-bottom: 1px solid #D7D7D7;
    font-weight: normal;
    margin-top: 0;
    padding-bottom: 6px;
	margin-bottom:18px;
}
.spte-more-resources h2, .spte-prd-catalog h2, .spte-service h2{
   /* border-bottom: 1px solid #D7D7D7;*/
    font-weight: normal;
  /*margin-top: 30px;
    padding-bottom: 10px;*/
	margin-bottom:18px;
}
.spte-service h3 {
	/*font-size:22px; */  
   	border-bottom:none;
	margin-bottom:0;
	/*margin-left: 20px;
	margin-top: 10px;*/
}
.spte-service h3.new {
    font-weight:bold;
	padding-left:10px;	
}
.spte-more-resources label, .spte-prd-catalog label {
    display: block;
}
.spte-more-resources .cell, .spte-prd-catalog .cell {
    border-right: 34px solid transparent;
    display: table-cell;
    padding-top: 45px;
    width: 33%;
}
.spte-more-resources a, .spte-prd-catalog a, .spte-service a {
    color: #333;
}
.spte-more-resources a:hover, .spte-prd-catalog a:hover, .spte-service a:hover {
    color: #0066FF;
    text-decoration: underline;
}

.spte-res-data-list ul li{
    color: #6D6D6D;
    margin-bottom: 8px;   
}
.spte-res-data-list ul li:last-child {
    margin-bottom: 0;
}
.spte-res-data-list ul li label{
    font-size: 16px;
	font-weight:normal;
}
.spte-res-data-list ul li.point {    
	padding-left: 4px; 
}
.spte-res-app-img-wrp {
    width:100%; 
	height:70px;
}

/*服务专区*/
.spte-service-desc{
    max-height: 62px;
    overflow: hidden; 
    margin-bottom: 0px;
    margin-left: 10px;
}

/*more*/
div.spte-more {
    clear: both;
    float: right;
    line-height: 1.1;
    margin-top: 12px;
    padding-left: 0 !important;
}
.spte-more a, a.spte-entry-link {
    color: #0066FF;
    display: inline-block;
}
.spte-more a:hover, a.spte-entry-link:hover {
    color: #0066FF;
    text-decoration: underline;
}
.spte-more a i {
    height: 30px;
    padding-left: 30px;
    background: url(images/icon-sets.png) left -80px;
}



/* icons */
.spte-valign-m {
    vertical-align:middle;
}
.spte-icons {
	background-image:url("images/icons.png"); 
}
.spte-icn-news-greybg {
    background-position:0 0;
	width:111px;
	height:58px;
}
.spte-icn-news-split {
    background-position:-121px 0;
	width:25px;
	height:58px;
}
.spte-icn-prd-drop-arrow {
    background-position:-179px 0;
	width:20px;
	height:11px;
}
.spte-icn-more {
    background-position:-179px -14px;
	width:8px;
	height:13px;
}
.spte-icn-grey-point {
    background-position:-217px 0;
	width:4px;
	height:4px;
}
.spte-icn-star{
	background-position:-234px 0;
	width:17px;
	height:16px;
}
.spte-icn-greystar{
	background-position:-257px 0;
	width:18px;
	height:16px;
}
.spte-icn-info-world{
	background-position:-287px 0;
	width:24px;
	height:24px;
}
.spte-icn-chat{
	background-position:-318px 0;
	width:24px;
	height:24px;
}
.spte-icn-help{
	background-position:-348px 0;
	width:24px;
	height:24px;
}
.spte-icn-drop-small{
	background-position:-380px 0;
	width:11px;
	height:5px;
}
.spte-icn-lock {
    background-position:-431px 0;
	width:13px;
	height:15px; 	
}
.spte-icn-new-titlebg{
background-position:-201px -429px;
width:198px;
height:58px; 
padding:12px 0 0 24px;
}



/*icon-服务专区*/
.spte-icn-size-100 {
    width:100px;
	height:100px;
}
.spte-icn-request-online {
	background-position:0 -95px;	
}
.spte-icn-service-onsite {
	background-position:-106px -95px;
}
.spte-icn-apply-parts {
	background-position:-212px -95px;
}
.spte-icn-apply-license {
	background-position:-318px -95px;
}
.spte-icn-query-maintenance {
	background-position:-424px -95px;
}
.spte-icn-query-parts {
	background-position:-531px -95px;
}
.spte-icn-community {
	background-position:0 -204px;
}
.spte-icn-bulletin {
	background-position:-106px -204px;
}
.spte-icn-prd-register {
	background-position:-531px -204px;
}

/*icon-工具*/
.spte-icn-hdx {
	background-position:-212px -204px;
}
.spte-icn-query-alarm {
	background-position:-318px -204px;
}
.spte-icn-handler {
	background-position:-424px -204px;
}
.stpe-icn-ensp {
    background-position: 0 -580px;
}
.stpe-icn-ostr {
    background-position: -106px -580px;
}
.stpe-icn-wlan {
    background-position: -212px -580px;
}

/*icon-服务专区&工具*/
.spte-icn-request-online-s50 {
	background-position:-603px -587px;
	width:50px;
	height:50px;	
}
.spte-icn-service-onsite-s50 {
	background-position:-603px -741px;
	width:50px;
	height:50px;
}
.spte-icn-apply-parts-s50 {
	background-position:-603px -637px;
	width:50px;
	height:50px;
}
.spte-icn-apply-license-s50 {
	background-position:-603px -689px;
	width:50px;
	height:50px;
}
.spte-icn-query-maintenance-s50 {
	background-position:-603px -794px;
	width:50px;
	height:50px;
}
.spte-icn-query-parts-s50 {
	background-position:-603px -846px;
	width:50px;
	height:50px;
}
.spte-icn-community-s50 {
	background-position:-603px -951px;
	width:50px;
	height:50px;
}
.spte-icn-bulletin-s50 {
	background-position:-603px -899px;
	width:50px;
	height:50px;
}

.spte-icn-hdx-s50{
	background-position:-598px -1290px;
	width:55px;
	height:50px;
}
.spte-icn-query-alarm-s50{
	background-position:-603px -1032px;
	width:50px;
	height:50px;
}
.spte-icn-handler-s50{
	background-position:-603px -1084px;
	width:50px;
	height:50px;
}
.stpe-icn-ensp-s50{
	background-position:-603px -1136px;
	width:50px;
	height:50px;
}
.stpe-icn-ostr-s50{
	background-position:-603px -1187px;
	width:50px;
	height:50px;
}
.stpe-icn-wlan-s50{
	background-position:-603px -1235px;
	width:50px;
	height:50px;
}



/*icon-帮助*/
.spte-icons-help {
	background-image:url("images/icons-help.png"); 
}
.spte-icons-help-bg{width:220px;height:123px;background-color:#f4f4f4;}
.spte-icons-p1{padding-top:23px;}
.spte-icons-p2{padding-top:26px;}
.spte-icons-p3{padding-top:36px;}
.spte-icons-p4{padding-top:29px;}
.spte-icons-p5{padding-top:39px;}
.spte-icons-p6{padding-top:27px;}
.spte-icons-p7{padding-top:29px;}
.spte-icons-p8{padding-top:37px;}

.spte-icn-one{width:41px;height:76px;background-position:0 0;margin:0 auto;}
.spte-icn-two{width:52px;height:70px;background-position:-91px 0;margin:0 auto;}
.spte-icn-three{width:70px;height:50px;background-position:-165px 0;margin:0 auto;}
.spte-icn-four{width:60px;height:63px;background-position:-254px 0;margin:0 auto;}
.spte-icn-five{width:68px;height:46px;background-position:0 -112px;margin:0 auto;}
.spte-icn-six{width:56px;height:69px;background-position:-89px -87px;margin:0 auto;}
.spte-icn-seven{width:53px;height:65px;background-position:-165px -93px;margin:0 auto;}
.spte-icn-eight{width:49px;height:49px;background-position:-265px -109px;margin:0 auto;}
@media (min-width: 336px) and (max-width: 1199px) {
.spte-icons-help-bg{width:150px;height:123px;background-color:#f4f4f4;}
}


/*技持社区*/
.stpe-icn-community {
    background-position: -318px -580px;
}
.stpe-icn-knowledge {
    background-position: -424px -580px;
}

/*icon-联系支持*/
.spte-icn-hotline {
	/*background-position:0 -311px;*/
	background-position:-13px -324px;
	width:72px; 
	height:72px;
	margin-top:8px;
}
.spte-icn-robot {
	/*background-position:-106px -311px;*/
	background-position:-121px -325px;
	width:66px; 
	height:86px;
}
.spte-icn-customer-service {
	/*background-position:-212px -311px;*/
	background-position:-231px -325px;
	width:61px; 
	height:74px;
	margin-top:8px;
}
.spte-icn-tel-en {
	*background-position:-424px -455px;	
}

/*app*/
.spte-icn-app-zh {
	background-position:0 -429px;
	width:192px;
	height:70px;
}
.spte-icn-app-en {
	background-position:0 -500px;
	width:192px;
	height:70px;
}

/*右侧机器人飘窗*/
.spte-icn-rightdiv {
    background-position:-555px -325px;
	width:98px;
	height:261px;
}

/*banner 收起展开箭头图标*/
.spte-icn-banner-up {
    background-position:-449px 0;
	width: 54px;
	height: 21px;
}
.spte-icn-banner-dw {
    background-position:-449px -22px;
	width: 54px;
	height: 21px;
}

.spte-prd-catalog .spte-srh-drop-margin {
	width:100%; 
    margin-top:-15px;	
	display:none;
	padding:0;
}
.spte-ad-rt {
	position: fixed;
	right:0;
	margin-left:490px;
	top: 50%;
	width: 98px; 
	height: 261px;
	_position:absolute;
	_bottom:auto; _top:expression(eval(document.documentElement.scrollTop));
	_margin-top:50%;
	z-index:999;
}

/*banner*/
#spte-bn-wrp {
	position:relative;
	width:100%;
	height:auto;
	margin-top:0px;
}
#spte-bn-arrow {
    position:absolute;
	top:0;
	left:50%;
	width:54px;
	height:21px;
	z-index:999;
	cursor:pointer;
	display:block;
}

/* 弹出层 */
.spte-tcc-width{width:100%; max-width:833px;margin:0 auto;}
.spte-tcc-width-xs {width:100%;}
.spte-tcc-banner{margin:15px auto;}
.spte-class-bg{padding:10px; background:#ededed;overflow:hidden;}
.spte-tcc-pl{padding-left:10px;}
.spte-tcc-list{/*margin:15px 0;*/ border:1px solid #ededed;overflow:hidden;border-bottom: 0;border-top: 0;margin-bottom:10px;}
.spte-tcc-colorb{color:#333;}
.spte-tcc-fw{font-weight:bold;}

/*省略样式*/
.ellipsis {word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*树*/
#breadcrumb_nav {
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}




/*手机上显示的弹出层内容*/
.spte-bg-color-ed {
	background-color:#ededed;
}
.spte-mtb0 {
    margin-top:0;
	margin-bottom:0;
}
a.spte-layer-xs-a { 
    text-decoration:none;
	color:#06f;
}
a.spte-layer-xs-a:hover { 
    text-decoration:underline;
}

@media (max-width: 767px) {
.spte-xs-mt-30 {
	margin-top: -30px;
}
.spte-srh-drop-margin { 
    margin-top:0;
}
.spte-prd-input-wrp-2 {
	width:100%;
	border-right:1px solid #c00;
}
.spte-prd-drop-wrp { 
    width:100%;
}
.spte-xs-max-width {
	width:98%;
}
.spte-index-btn-fd-mt {
    margin-top:10px;
}
#breadcrumb_nav {
visibility: hidden;
height: 0;
margin-top: 0;
}
}

@media (min-width: 320px) and (max-width: 991px) {
.spte-icn-request-online {
	background-position:0 -715px;
    width:60px;
	height:60px;	
}
.spte-icn-service-onsite {
	background-position:-106px -715px;
	width:60px;
	height:60px;
}
.spte-icn-apply-parts {
	background-position:-212px -715px;
	width:60px;
	height:60px;
}
.spte-icn-apply-license {
	background-position:-318px -715px;
	width:60px;
	height:60px;
}
.spte-icn-query-maintenance {
	background-position:-424px -715px;
	width:60px;
	height:60px;
}
.spte-icn-query-parts {
	background-position:-531px -715px;
	width:60px;
	height:60px;
}
.spte-icn-community {
	background-position:0 -824px;
	width:60px;
	height:60px;
}
.spte-icn-bulletin {
	background-position:-106px -824px;
	width:60px;
	height:60px;
}
.spte-icn-prd-register {
	background-position:-531px -824px;
	width:60px;
	height:60px;
}
.spte-icn-hdx {
	background-position:-212px -824px;
	width:60px;
	height:60px;
}
.spte-icn-query-alarm {
	background-position:-318px -824px;
	width:60px;
	height:60px;
}
.spte-icn-handler {
	background-position:-424px -824px;
	width:60px;
	height:60px;
}
.stpe-icn-ensp {
    background-position: 0 -1000px;
	width:60px;
	height:60px;
}
.stpe-icn-ostr {
    background-position: -106px -1000px;
	width:60px;
	height:60px;
}
.stpe-icn-wlan {
    background-position: -212px -1000px;
	width:60px;
	height:60px;
}
.spte-icn-tel-en {
	background-position:-424px -908px;
	width:60px;
	height:60px;
}


/*icon-联系支持*/
.spte-icn-hotline {
	background-position:0 -914px;
	width:58px;
	height:54px;
}
.spte-icn-robot {
	background-position:-106px -914px;
	width:58px;
	height:54px;
}
.spte-icn-customer-service {
	background-position:-212px -914px;
	width:58px;
	height:54px;
}
}

@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none !important;
}
.spte-mr43 {
    margin-right: 63px;
}

}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
}
}

/*手机端搜索框*/
@media (max-width: 767px) {
.spte-srh-box1 {
    background: none repeat scroll 0 0 #E0E0E0;
    padding: 0 20px 20px !important;
	position:relative;
}
input.boxL {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    color: #666666;
    font-family: frutigerRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 48px;
	width:100%;
}
button.boxR {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url(images/icon-zoom-other.png) no-repeat scroll center center #EDEDED;
    border-color: #CDCDCD #CDCDCD #CDCDCD -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    float: left;
    height: 48px;
    margin-right: 5px;
    position: absolute;
    right: 18px;
    top: 20px;
    width: 47px;
}
.spte-ebgSearchInput {
    padding: 0 30px 0 0 !important;
}
.spte-res-data-list-2{border:0 !important;}

}

/*自助服务*/
@media (min-width: 440px) and (max-width: 767px) {
.spte-icons-help-bg{margin:0 auto;}
h3{font-size:18px;line-height:1.3;}
.spte-icons-help-bg{width:100px;height:90px;}
.spte-icons-p1{padding-top:18px;}
.spte-icons-p2{padding-top:16px;}
.spte-icons-p3{padding-top:25px;}
.spte-icons-p4{padding-top:20px;}
.spte-icons-p5{padding-top:28px;}
.spte-icons-p6{padding-top:17px;}
.spte-icons-p7{padding-top:20px;}
.spte-icons-p8{padding-top:25px;}

.spte-icn-one{width:29px;height:53px; background-position:0 -210px;margin:0 auto;}
.spte-icn-two{width:42px;height:56px;background-position:-96px -210px;margin:0 auto;}
.spte-icn-three{width:56px;height:40px;background-position:-172px -210px;margin:0 auto;}
.spte-icn-four{width:48px;height:51px;background-position:-260px -210px;margin:0 auto;}
.spte-icn-five{width:54px;height:37px;background-position:0 -295px;margin:0 auto;}
.spte-icn-six{width:44px;height:54px;background-position:-93px -295px;margin:0 auto;}
.spte-icn-seven{width:43px;height:52px;background-position:-170px -295px;margin:0 auto;}
.spte-icn-eight{width:39px;height:39px;background-position:-270px -295px;margin:0 auto;}
.spte-mr43 {
    margin-right: 7px;
}


}
@media (min-width: 320px) and (max-width: 439px) {
.spte-icons-help-bg{margin:0 auto;}
h3{font-size:18px;line-height:1.3;}
.spte-icons-help-bg{width:75px;height:65px;}
.spte-icons-p1{padding-top:12px;}
.spte-icons-p2{padding-top:10px;}
.spte-icons-p3{padding-top:16px;}
.spte-icons-p4{padding-top:12px;}
.spte-icons-p5{padding-top:19px;}
.spte-icons-p6{padding-top:11px;}
.spte-icons-p7{padding-top:13px;}
.spte-icons-p8{padding-top:13px;}

.spte-icn-one{width:24px;height:42px; background-position:-2px -367px;margin:0 auto;}
.spte-icn-two{width:34px;height:44px;background-position:-96px -367px;margin:0 auto;}
.spte-icn-three{width:44px;height:32px;background-position:-172px -367px;margin:0 auto;}
.spte-icn-four{width:38px;height:41px;background-position:-260px -367px;margin:0 auto;}
.spte-icn-five{width:44px;height:29px;background-position:0 -438px;margin:0 auto;}
.spte-icn-six{width:34px;height:43px;background-position:-93px -438px;margin:0 auto;}
.spte-icn-seven{width:34px;height:42px;background-position:-174px -438px;margin:0 auto;}
.spte-icn-eight{width:39px;height:39px;background-position:-270px -438px;margin:0 auto;}
.spte-mr43 {
    margin-right: -13px;
}
.spte-service h3.new{ margin-left:20px;font-size:16px; padding-top:15px;}
.spte-service h3.contact-h3 { font-size:16px; padding-top:0;}
div.contact-h3{ margin-right:10px;}
.spte-service p.contact-h3, h4{font-size:14px;}

}

@media (min-width: 768px) and (max-width: 1110px) {
	.spte-service h3.new{margin-left:20px;}
}

@media (min-width: 990px) and (max-width: 1199px) {
	.spte-c-web{margin-left:10%;}
}
@media (min-width: 770px) and (max-width: 989px) {
	/*.spte-c-web{margin-left:30%;}*/
	.col-sm-6{width:50%;}
}
@media (min-width: 590px) and (max-width: 767px) {
	.col-xs-4{width:18%;}
}
@media (min-width: 380px) and (max-width: 590px) {
	.col-xs-4{width:26%;}
}

/*
ul#nav_left{float:left;top:50%;left:1%;position: fixed;}
li.nav_left_li_icon1{ width:10px;height:10px; background-position:-643px 0;}
li.nav_left_li_icon2{ width:10px;height:10px; background-position:-643px -20px;margin:10px 0;}
*/

/*8.27产品分类样式*/
.spte-res-data-list-2 ul li{
    color: #6D6D6D;  
}
.spte-res-data-list-2 ul li:last-child {
    margin-bottom: 0;
}
.spte-res-data-list-2 ul li label{
    font-size: 16px;
	font-weight:normal;
}
.spte-res-data-list-2 ul li.point{    
	padding-left: 4px;
}
.spte-res-data-list-2 ul li.point-en {    
	padding-left: 0;
}
.spte-mr4 {
	margin-right:4px;
}

.spte-prd-1-1 {width:25px;height:21px;background-position:0 -1078px;}
.spte-prd-1-2 {width:21px;height:25px;background-position:-32px -1078px;}
.spte-prd-1-3 {width:24px;height:24px;background-position:-56px -1078px;}
.spte-prd-2-1 {width:23px;height:23px;background-position:-87px -1078px;}
.spte-prd-2-2 {width:25px;height:25px;background-position:-120px -1078px;}
.spte-prd-2-3 {width:25px;height:23px;background-position:-157px -1078px;}


/*left nav*/
.product_left_nav {
    left: 39px;
    position: fixed;
    top: 32%;
    z-index: 999;
}


.product_left_nav li {
    height: 40px;
}

    .product_left_nav li a {
        color: #333333;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }

    .product_left_nav li span {
        display: none !important;
        float: left;
    }

        .product_left_nav li span.left_nav_icon {
            visibility: visible;
            width: 22px;
            height: 100%;
            background: url(images/icon-left-nav.png) no-repeat left -57px;
            display: inline-block;
            vertical-align: middle;
        }

    .product_left_nav li a.active span.left_nav_icon {
        background: url(images/icon-left-nav.png) no-repeat left 2px;
    }

    .product_left_nav li span.center_nav_icon {
        height: 100%;
        background: none;
        display: inline-block;
        vertical-align: middle;
    }

    .product_left_nav li span.right_nav_icon {
        width: 18px;
        height: 52px;
        line-height: 52px;
        display: inline-block;
        vertical-align: middle;
    }

    .product_left_nav li a:hover span, .product_left_nav li span.left_nav_icon {
        display: inline-block !important;
    }

        .product_left_nav li a:hover span.left_nav_icon {
            height: 52px;
            line-height: 52px;
            display: none !important;
            background-color: #bbbbbb;
        }

        .product_left_nav li a:hover span.center_nav_icon {
            background: none;
            padding: 0 10px;
            background-color: #bbbbbb;
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            border-radius: 5px;
            height: 30px;
            line-height: 30px;
            position: relative;
            top: 5px;
        }

        .product_left_nav li a:hover span.right_nav_icon {
            width: 18px;
            height: 52px;
            line-height: 52px;
            background: url(images/left_nav_bg.png) no-repeat -3px -40px;
            display: inline-block;
            vertical-align: middle;
        }

.product-video-other ul {
    width: 80%;
    margin: 0 auto;
}

/*setting */
.spte-icn-setting {
    background-position:-509px 0;
	width:16px;
	height:16px;
}