html, body {
	background-color: #fff
}
.eco-iw-footer {
	background-color: #fff !important;
}
.clearfix {
	clear: both
}
.sp-subnavs {
	background-color: #fff
}
.sp-subnavs .sp-main-banner img {
	width: 100%;
	height: auto
}
.sp-subnavs .sp-main-subnavs .sp-col-4 li {
	width: 25%
}
.sp-subnavs .sp-main-subnavs .sp-col-3 li {
	width: 33.33333%
}
.sp-subnavs .sp-main-subnavs .sp-col-2 li {
	width: 50%
}
.sp-subnavs .sp-main-subnavs li {
	width: 25%;
	height: 190px;
	text-align: center
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item {
	border-right: 1px solid #f8f8f8;
	padding: 45px 0 25px
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item a {
	color: #a7a9ac
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item a a {
	color: #005eb8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item:hover h3 a {
	color: #005eb8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item:hover img {
	top: -6px
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-right: 1px solid #f8f8f8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a img {
	position: relative;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	max-height: 100px;
	max-width: 100%
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a:hover {
	color: #005eb8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a:hover img {
	top: -6px
}
.sp-main-products {
	padding-bottom: 120px
}
.sp-main-products h2 {
	line-height: 50px;
	margin-top: 20px;
	font-size: 20px
}
.sp-main-products .sp-product-items {
	background-color: #fff;
	padding: 35px
}
.sp-main-products .sp-product-items .sp-product-item {
	margin-bottom: 20px
}
.sp-main-products .sp-product-items .sp-product-item h3 {
	text-align: center;
	margin-bottom: 30px;
	height: 30px;
	line-height: 30px;
	background: url(../images/sp_line.jpg) repeat-x
}
.sp-main-products .sp-product-items .sp-product-item h3 span {
	display: inline-block;
	background: #fff;
	padding: 0 25px
}
.sp-main-products .sp-product-items .sp-product-item li {
	text-align: center;
	width: 33.33333%;
	margin-bottom: 30px
}
.sp-main-products .sp-product-items .sp-product-item li a:hover {
	color: #005eb8
}
.sp-main-products .sp-product-items .sp-product-item li:hover h4 a {
	color: #005eb8
}
.sp-main-products .sp-product-items .sp-product-item li:hover img {
	top: -6px
}
.sp-main-products .sp-product-items .sp-product-item li h4 {
	line-height: 50px
}
.sp-main-products .sp-product-items .sp-product-item li img {
	height: 170px;
	width: auto;
	top: 0;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.eco-iw-feedback .fb-inner:before, .eco-iw-feedback .fb-inner:after {
	content: " ";
	display: table
}
.eco-iw-feedback .fb-inner:after {
	clear: both
}
.eco-iw-feedback .fb-inner h2 {
	font-size: 24px;
	color: #58585a;
	padding-bottom: 40px
}
.eco-iw-feedback .fb-inner .fb-form {
	float: left;
	width: 425px
}
.eco-iw-feedback .fb-inner .fb-form input[type=text], .eco-iw-feedback .fb-inner .fb-form input[type=email] {
	padding-left: 20px;
	height: 60px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-bordder-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-form input[type=text]:focus, .eco-iw-feedback .fb-inner .fb-form input[type=email]:focus, .eco-iw-feedback .fb-inner .fb-form input[type=text]:hover, .eco-iw-feedback .fb-inner .fb-form input[type=email]:hover {
	border: 1px solid #005eb8
}
.eco-iw-feedback .fb-inner .fb-form textarea {
	padding-left: 20px;
	padding-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-bordder-radius: 4px;
	border-radius: 4px;
	height: 100px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-form textarea:focus, .eco-iw-feedback .fb-inner .fb-form textarea:hover {
	border: 1px solid #005eb8
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-group {
	padding-bottom: 20px
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-captcha-group {
	padding-bottom: 10px
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-captcha-group input[type=text] {
	width: 224px
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-captcha-group img {
	height: 60px;
	width: auto;
	float: right
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips {
	min-height: 30px
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips label {
	display: block
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips .error {
	color: #e40046
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips .success {
	color: #005eb8
}
.eco-iw-feedback .fb-inner .fb-form .fb-sbt {
	padding-top: 10px
}
.eco-iw-feedback .fb-inner .fb-contact-us {
	float: right;
	width: 430px
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d {
	padding-top: 35px;
	border-top: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li {
	clear: both;
	line-height: 36px
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li:before, .eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li:after {
	content: " ";
	display: table
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li:after {
	clear: both
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li label {
	float: left;
	display: block;
	width: 95px
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li .fb-ct-item {
	width: 330px;
	float: right
}
.sp-main-warrantybox {
	width: 970px;
	margin: 0 auto;
	margin-bottom: 130px
}
.sp-main-warrantybox .sp-main-warranty-title {
	font-size: 34px;
	height: 35px;
	margin-top: 80px;
	margin-bottom: 70px
}
.sp-main-warrantybox .sp-main-warranty-title-small {
	font-size: 24px;
	height: 35px;
	margin-top: 100px;
	margin-bottom: 70px
}
.sp-main-warrantybox .sp-main-warranty-text {
	font-size: 16px;
	color: #6d6e71;
	line-height: 24px;
	margin-bottom: 30px
}
.sp-main-after-salebox {
	width: 1170px;
	margin: 0 auto
}
.sp-main-after-salebox .sp-main-after-sale-title {
	font-size: 34px;
	height: 35px;
	margin-top: 80px;
	margin-bottom: 70px
}
.sp-main-after-salebox .listbox {
	margin-right: 40px;
	float: left;
	font-size: 18px;
	color: #6d6e71;
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 65px
}
.sp-main-after-salebox .listbox .title24 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #58585a
}
.sp-main-after-salebox .listbox .content16 {
	font-size: 14px;
	color: #6d6e71;
	line-height: 36px
}
.sp-main-after-salebox .listbox .content16 ul {
	padding: 0;
	margin: 0
}
.sp-main-after-salebox .listbox .content16 li {
	list-style-type: none;
	height: 40px;
	line-height: 40px
}
.sp-main-after-salebox .listbox .content16 .address_title {
	width: 120px;
	float: left
}
.sp-main-after-salebox .listbox .content16 .address_text {
	float: left
}
.sp-main-bannerpic img {
	width: 100%;
	height: auto;
	min-width: 1170px
}
.sp-main-buy-body {
	background-color: #fff
}
.sp-main-manualbox {
	width: 1170px;
	margin: 0 auto
}
.sp-main-manualbox .sp-main-buy {
	min-height: 600px;
	overflow: hidden
}
.sp-main-manualbox .sp-main-buy .title {
	height: 30px;
	line-height: 30px;
	margin-top: 56px;
	margin-bottom: 110px
}
.sp-main-manualbox .sp-main-buy .title ul {
	padding: 0;
	margin: 0
}
.sp-main-manualbox .sp-main-buy .title li {
	color: #6d6e71;
	font-size: 16px;
	float: left;
	margin-right: 40px
}
.sp-main-manualbox .sp-main-buy .title li a {
	color: #6d6e71;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: block
}
.sp-main-manualbox .sp-main-buy .title li a:hover {
	color: #6d6e71;
	font-size: 16px;
	border-bottom: 2px solid #253746;
	height: 30px;
	line-height: 30px;
	display: block
}
.sp-main-manualbox .sp-main-buy .title .current {
	border-bottom: 2px solid #253746
}

.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss {
	width: 1170px;
	margin: 0 auto;
	min-height: 700px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox {
	margin-right: 40px;
	float: left;
	font-size: 18px;
	color: #6d6e71;
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 65px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .title24 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #58585a
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 {
	font-size: 14px;
	color: #6d6e71;
	line-height: 36px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 ul {
	padding: 0;
	margin: 0
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 li {
	list-style-type: none;
	height: 40px;
	line-height: 40px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 .address_title {
	width: 120px;
	float: left
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 .address_text {
	float: left;
	width: 1000px
}
.sp-main-manualbox .sp-main-manual-title {
	font-size: 34px;
	height: 35px;
	margin-top: 80px;
	margin-bottom: 70px
}
.sp-main-manualbox .manualbox {
	margin-right: 40px;
	float: left;
	font-size: 18px;
	color: #6d6e71;
	padding-top: 20px;
	width: 100%;
	margin-bottom: 65px
}


.app-wrap {
	clear: both
}
.app-wrap:before, .app-wrap:after {
	content: " ";
	display: table
}
.app-wrap:after {
	clear: both
}
.app-wrap .app-thumb {
	width: 460px;
	float: left
}
.app-wrap .app-thumb img {
	max-width: 100%;
	height: auto
}
.app-wrap .qrcode-list {
	width: 120px;
	float: left
}
.app-wrap .qrcode-list ul {
	padding-top: 35px
}
.app-wrap .qrcode-list li {
	padding-bottom: 22px
}
.app-wrap .qrcode-list li p {
	margin-bottom: 22px;
	text-align: center;
	font-size: 14px
}
.app-wrap .qrcode-list li p i {
	vertical-align: middle;
	margin-right: 10px
}
.app-wrap .qrcode-list li p img {
	max-width: 100%;
	height: auto
}
.eco-iw-sp-block {
	background: #fff
}

.support-other-model {
	text-align: center;
	border-top: 1px solid #d7d9dc;
	background: #fff;
	padding-top: 30px
}
.support-other-model a {
	color: #005eb8;
	font-size: 16px
}
.support-other-model a:hover {
	text-decoration: underline;
	color: #005eb8;
	font-size: 16px
}
.eco-iw-breadcrumb{/*border-bottom: none !important;*/}
.clearfix {
	clear: both
}
.sp-subnavs {
	background-color: #fff
}
.sp-subnavs .sp-main-banner {
	width: 100%;
	height: auto
}
.sp-subnavs .sp-main-banner img {
	width: 100%;
	height: auto
}
.sp-subnavs .sp-main-banner .title16-black{
	font-size: 50px;
    position: absolute;
    width: 1290px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 115px;
	color: #3b3b3b;
	}
.sp-subnavs .sp-main-banner .title16-white h1{
	font-size: 50px;
    position: absolute;
    width: 1290px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 115px;
	color: #fff;
	}
.sp-subnavs .sp-main-banner .icon_search{width: 485px;height: 40px;background-color: #fff;border-radius:5px;position: absolute;margin-left: 400px;margin-top: 190px;}
.sp-subnavs .sp-main-banner .icon_search input{border: none;height: 30px;line-height: 30px;padding: 5px 10px;width: 430px;float: left;font-size: 14px;color: #666;}
.sp-subnavs .sp-main-banner .icon_search .icon_search_btn{background: url(../images/icon_search_btn.jpg) no-repeat 0px 7px;height: 40px;width: 35px;float: left;}
.sp-subnavs .sp-main-banner .icon_search .icon_search_btn1{background: url(../images/icon_search_btn.jpg) no-repeat 0px 7px;height: 40px;width: 35px;float: left;}


.sp-search-form {margin: 20px 0;}
.sp-search-form .title16{font-size: 20px;position: absolute;width: 100%;margin-bottom: 15px;margin-top: 15px;}
.sp-search-form .icon_search_btn{width: 44px;height: 44px;background: #9f9f9f;display: block;border:none;cursor: pointer;padding: 0;}
.sp-search-form .icon_search_btn:hover{width: 44px;height: 44px;background: #005eb8;display: block;}
.sp-search-form input{height: 42px;line-height: 42px;border: 1px solid #9f9f9f;padding: 0 10px;width: 370px;float: left;}
.sp-search-form a{float: left;}
.sp-search-result-box{border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;margin: 30px 0;padding:20px 0; color: #393939;}
.sp-search-result-box a{color: #005eb8;text-decoration: underline;margin-right: 5px;}
.sp-search-result-box p{margin-bottom: 10px;}
.sp-search-result-box h3{font-size: 16px;margin-bottom: 10px;}
.sp-search-result-box h3 span{color: #e40046;}

.sp-support-nav-2{margin-bottom: 50px;color: #333;}
.sp-support-nav-2 a{color: #333;display: block;}
.sp-support-nav-2 a:hover{color: #005eb8;}
.sp-support-nav-2 ul li{float: left;width: 644px;text-align: center;list-style-type: none;height:220px;border-left:1px solid #ddd;border-bottom:1px solid #ddd; }
.sp-support-nav-2 ul li:nth-last-child(1){float: left;width: 643px;text-align: center;list-style-type: none;height:220px;border-left:1px solid #ddd;border-bottom:1px solid #ddd;border-right: 1px solid #ddd;}
.sp-support-nav-2 ul li img{margin: 30px 0 20px;}
.sp-support-nav-2 ul li h3{font-size: 16px;font-weight: bold;}
.sp-support-nav-2 ul li p{font-size: 14px;width: 230px;margin: 10px auto;}

.sp-support-nav-3{margin-bottom: 50px;color: #333;}
.sp-support-nav-3 a{color: #333;display: block;}
.sp-support-nav-3 a:hover{color: #005eb8;}
.sp-support-nav-3 ul li:nth-child(n+1){float: left;width: 431px;text-align: center;list-style-type: none;height:220px;}
.sp-support-nav-3 ul li:nth-child(3n+3){float: left;width: 424px;text-align: center;list-style-type: none;height:220px;}
.sp-support-nav-3 ul li img{margin: 30px 0 20px;}
.sp-support-nav-3 ul li h3{font-size: 16px;font-weight: bold;}
.sp-support-nav-3 ul li p{font-size: 14px;width: 230px;margin: 10px auto;}


.sp-support-nav-4{color: #333;}
.sp-support-nav-4 a{color: #333;display: block;}
.sp-support-nav-4 a:hover{color: #005eb8;}
.sp-support-nav-4 ul li{float: left;width: 321px;text-align: center;list-style-type: none;height:220px;border-left:1px solid #ddd;border-bottom:1px solid #ddd; }
.sp-support-nav-4 ul li:nth-last-child(1){float: left;width: 322px;text-align: center;list-style-type: none;height:220px;border-left:1px solid #ddd;border-bottom:1px solid #ddd;border-right: 1px solid #ddd;}
.sp-support-nav-4 ul li img{margin: 30px 0 20px;}
.sp-support-nav-4 ul li h3{font-size: 16px;font-weight: bold;}
.sp-support-nav-4 ul li p{font-size: 14px;width: 230px;margin: 10px auto;}

.sp-support-contact-02{color: #333;text-align: left;}
.sp-support-contact-02 a{color: #333;display: block;}
.sp-support-contact-02 a:hover{color: #005eb8;}
.sp-support-contact-02 ul li{float: left;width: 630px;list-style-type: none;height:350px;margin-right: 30px;}
.sp-support-contact-02 ul li:nth-last-child(1){float: left;width: 630px;list-style-type: none;height:350px;margin-right: 0px;}
.sp-support-contact-02 ul li img{margin-bottom: 20px;width: 100%;height: 230px;}
.sp-support-contact-02 ul li h2{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.sp-support-contact-02 ul li p{font-size: 14px;color: #393939;}
.sp-support-contact-02 ul li p a{color: #005eb8;text-decoration: underline;margin-top: 15px;}

.sp-support-contact-03{color: #333;text-align: left;}
.sp-support-contact-03 a{color: #333;display: block;}
.sp-support-contact-03 a:hover{color: #005eb8;}
.sp-support-contact-03 ul li{float: left;width: 410px;list-style-type: none;height:350px;margin-right: 30px;}
.sp-support-contact-03 ul li:nth-last-child(1){float: left;width: 410px;list-style-type: none;height:350px;margin-right: 0px;}
.sp-support-contact-03 ul li img{margin-bottom: 20px;width: 100%;height: 230px;}
.sp-support-contact-03 ul li h2{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.sp-support-contact-03 ul li p{font-size: 14px;color: #393939;}
.sp-support-contact-03 ul li p a{color: #005eb8;text-decoration: underline;margin-top: 15px;}


.sp-support-prolist{color: #333;border-top:1px solid #ddd;}
.sp-support-prolist a{color: #333;display: block;}
.sp-support-prolist a:hover{color: #005eb8;}
.sp-support-prolist ul{margin-top: 30px;}
.sp-support-prolist-none{display: none;}
.sp-support-prolist ul li:nth-child(n+1){float: left;width: 298px;text-align: center;list-style-type: none;height:380px;border:1px solid #ddd;margin-right: 30px;margin-bottom: 40px;}
.sp-support-prolist ul li:nth-child(4n+4){float: left;width: 298px;text-align: center;list-style-type: none;height:380px;margin-right: 0px;margin-bottom: 40px;}


.sp-support-prolist ul li img{width: 100%;}
.sp-support-prolist ul li h3{font-size: 16px;font-weight: bold;}
.sp-support-prolist ul li p{font-size: 20px;width: 230px;margin: 10px auto;}

.sp-support-models {
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #ddd;
}

.sp-support-models h5 {
	font-size: 48px;
	color: #58585a;
	margin-bottom: 30px
}
.sp-support-models a {
	color: #005eb8;
	font-size: 18px
}
.sp-support-models a:hover {
	text-decoration: underline
}
.nav-store-contant-support{padding: 40px 0;border-bottom: 1px solid #ddd;}
.nav-store-contant-support li{width: 33.2%;text-align: center;float: left;}
.nav-store-contant-support li a{width: 340px;height: 80px;display: block;margin: 0 auto;}
.nav-store-contant-support li img{float: left;margin-right: 15px;height:61px;margin-left: 30px;}
.nav-store-contant-support li span{float: left;text-align: left;width: 197px;}
.nav-store-contant-support li span h3{font-size: 16px;color: #393939;}
.nav-store-contant-support li span p{font-size: 14px;color: #707070;}

.support-select-pro2{margin: 50px auto 0;}
.support-select-pro2 h1{font-size: 38px;text-align: center;color: #333;}
.support-select-pro2 h2{font-size: 24px;text-align: center;color: #393939;}

.support-select-pro{margin: 0px auto 0;}
.support-select-pro .support-col-2 li{width: 630px;}
.support-select-pro .support-col-2 li:nth-last-child(1){width: 630px;}

.support-select-pro .support-col-3 li{width: 410px;}
.support-select-pro .support-col-3 li:nth-last-child(1){width: 410px;}

.support-select-pro .support-col-4 li{width: 300px;}
.support-select-pro .support-col-4 li:nth-last-child(1){width: 300px;}
.support-select-pro a{display: block;}
.support-select-pro p{text-align: center;font-size:22px;margin-bottom: 40px;color: #333;}
.support-select-pro h1{font-size: 30px;text-align: center;color: #333;}
.support-select-pro span{height: 39px;padding-bottom: 9px;}
.support-select-pro a:hover span{border-bottom: 2px solid #005eb8;}
.support-select-pro .support_cur{border-bottom: 2px solid #005eb8;}
.support-select-pro ul {margin-top: 40px;}
.support-select-pro ul li{text-align: center;margin-right: 30px;float: left;height: 190px;overflow: hidden;}
.support-select-pro ul li:nth-last-child(1){text-align: center;float: left;margin-right:0px;height: 190px;overflow: hidden;}
.support-select-pro ul li img{width: auto;margin-bottom: 15px;height: 135px;}


.sp-subnavs .sp-main-subnavs .sp-col-4 li {
	width: 25%;
}
.sp-subnavs .sp-main-subnavs .sp-col-3 li {
	width: 33.33333%
}
.sp-subnavs .sp-main-subnavs .sp-col-2 li {
	width: 50%
}
.sp-subnavs .sp-main-subnavs li {
	width: 25%;
	height: 190px;
	text-align: center
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item {
	border-right: 1px solid #f8f8f8;
	padding: 45px 0 25px
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item a {
	color: #a7a9ac
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item a a {
	color: #005eb8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item:hover h3 a {
	color: #005eb8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item:hover img {
	top: -6px
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-right: 1px solid #f8f8f8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a img {
	position: relative;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	max-height: 100px;
	max-width: 100%
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a:hover {
	color: #005eb8
}
.sp-subnavs .sp-main-subnavs li .sp-subnavs-item .sp-subnavs-item-icon a:hover img {
	top: -6px
}
.sp-main-products {
	padding-bottom: 120px
}
.sp-main-products h2 {
	line-height: 50px;
	margin-top: 20px;
	font-size: 20px
}
.sp-main-products .sp-product-items {
	background-color: #fff;
	padding: 35px
}
.sp-main-products .sp-product-items .sp-product-item {
	margin-bottom: 20px
}
.sp-main-products .sp-product-items .sp-product-item h3 {
	text-align: center;
	margin-bottom: 30px;
	height: 30px;
	line-height: 30px;
	background: url(../images/sp_line.jpg) repeat-x
}
.sp-main-products .sp-product-items .sp-product-item h3 span {
	display: inline-block;
	background: #fff;
	padding: 0 25px
}
.sp-main-products .sp-product-items .sp-product-item li {
	text-align: center;
	width: 33.33333%;
	margin-bottom: 30px
}
.sp-main-products .sp-product-items .sp-product-item li a:hover {
	color: #005eb8
}
.sp-main-products .sp-product-items .sp-product-item li:hover h4 a {
	color: #005eb8
}
.sp-main-products .sp-product-items .sp-product-item li:hover img {
	top: -6px
}
.sp-main-products .sp-product-items .sp-product-item li h4 {
	line-height: 50px
}
.sp-main-products .sp-product-items .sp-product-item li img {
	height: 170px;
	width: auto;
	top: 0;
	position: relative;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.eco-iw-feedback .fb-inner {
	background-color: #fff;
	padding: 65px 0px 100px;
	clear: both
}
.eco-iw-feedback .fb-inner:before, .eco-iw-feedback .fb-inner:after {
	content: " ";
	display: table
}
.eco-iw-feedback .fb-inner:after {
	clear: both
}
.eco-iw-feedback .fb-inner h2 {
	font-size: 24px;
	color: #58585a;
	padding-bottom: 40px
}
.eco-iw-feedback .fb-inner .fb-form {
	float: left;
	width: 425px
}
.eco-iw-feedback .fb-inner .fb-form input[type=text], .eco-iw-feedback .fb-inner .fb-form input[type=email] {
	padding-left: 20px;
	height: 60px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-bordder-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-form select {
	padding-left: 20px;
	height: 60px;
	width: 105%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-bordder-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	border: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-form input[type=text]:focus, .eco-iw-feedback .fb-inner .fb-form input[type=email]:focus, .eco-iw-feedback .fb-inner .fb-form input[type=text]:hover, .eco-iw-feedback .fb-inner .fb-form input[type=email]:hover {
	border: 1px solid #005eb8
}
.eco-iw-feedback .fb-inner .fb-form textarea {
	padding-left: 20px;
	padding-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-bordder-radius: 4px;
	border-radius: 4px;
	height: 100px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-form textarea:focus, .eco-iw-feedback .fb-inner .fb-form textarea:hover {
	border: 1px solid #005eb8
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-group {
	padding-bottom: 20px
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-captcha-group {
	padding-bottom: 10px
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-captcha-group input[type=text] {
	width: 224px
}
.eco-iw-feedback .fb-inner .fb-form .fb-ip-captcha-group img {
	height: 60px;
	width: auto;
	float: right
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips {
	min-height: 30px
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips label {
	display: block
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips .error {
	color: #e40046
}
.eco-iw-feedback .fb-inner .fb-form .fb-tips .success {
	color: #005eb8
}
.eco-iw-feedback .fb-inner .fb-form .fb-sbt {
	padding-top: 10px
}
.eco-iw-feedback .fb-inner .fb-contact-us {
	float: right;
	width: 430px
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d {
	padding-top: 35px;
	border-top: 1px solid #d7d9dc
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li {
	clear: both;
	line-height: 36px
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li:before, .eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li:after {
	content: " ";
	display: table
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li:after {
	clear: both
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li label {
	float: left;
	display: block;
	width: 95px
}
.eco-iw-feedback .fb-inner .fb-contact-us .fb-contact-d li .fb-ct-item {
	width: 330px;
	float: right
}
.sp-main-warrantybox {
	width: 1290px;
	margin: 0 auto;
	margin-bottom: 130px
}
.sp-main-warrantybox .sp-main-warranty-title {
	font-size: 34px;
	height: 35px;
	margin-top: 80px;
	margin-bottom: 70px
}
.sp-main-warrantybox .sp-main-warranty-title-small {
	font-size: 24px;
	height: 35px;
	margin-top: 100px;
	margin-bottom: 70px
}
.sp-main-warrantybox .sp-main-warranty-text {
	font-size: 16px;
	color: #6d6e71;
	line-height: 24px;
	margin-bottom: 30px
}
.sp-main-after-salebox {
	width: 1170px;
	margin: 0 auto
}
.sp-main-after-salebox .sp-main-after-sale-title {
	font-size: 34px;
	height: 35px;
	margin-top: 80px;
	margin-bottom: 70px
}
.sp-main-after-salebox .listbox {
	margin-right: 40px;
	float: left;
	font-size: 18px;
	color: #6d6e71;
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 65px
}
.sp-main-after-salebox .listbox .title24 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #58585a
}
.sp-main-after-salebox .listbox .content16 {
	font-size: 14px;
	color: #6d6e71;
	line-height: 36px
}
.sp-main-after-salebox .listbox .content16 ul {
	padding: 0;
	margin: 0
}
.sp-main-after-salebox .listbox .content16 li {
	list-style-type: none;
	height: 40px;
	line-height: 40px
}
.sp-main-after-salebox .listbox .content16 .address_title {
	width: 120px;
	float: left
}
.sp-main-after-salebox .listbox .content16 .address_text {
	float: left
}
.sp-main-bannerpic img {
	width: 100%;
	height: auto;
	min-width: 1170px;
}
.sp-main-buy-body {
	background-color: #fff
}
.sp-main-manualbox {
	width: 1290px;
	margin: 0 auto
}
.sp-main-manualbox .manualbox .manualright {
	width: 915px;
	background: #fff;
	overflow: hidden;
	float: left;
	padding: 0px 22px 38px;
	
}
.sp-main-manualbox .manualbox .manualright .menu_list{
	margin-bottom: 50px;
	height: 50px;
	border-bottom: 1px solid #eee;
}
.sp-main-manualbox .manualbox .manualright .menu_list .cur{
	margin-bottom: 30px;
	height: 49px;
	color:#005eb8;
	border-bottom: 2px solid #005eb8;
}
.sp-main-manualbox .manualbox .manualright .menu_list ul{
	margin:0;
	padding:0;
}
.sp-main-manualbox .manualbox .manualright .menu_list ul li a{
	height: 49px;
	display: block;
}
.sp-main-manualbox .manualbox .manualright .menu_list ul li{
	float: left;
	text-decoration: none;
	padding:0 20px;
}
.pagination{float: right;margin-right: 90px;}
.video_list{}
.video_list ul{margin:0;	padding:0;border-bottom:none !important;}
.video_list ul li{float: left;margin-left:10px;margin-bottom: 10px;margin-right: 0 !important;}
.video_list ul li a{height: 250px !important;}
.video_list ul li a:hover{border-bottom:none !important;}
.video_list ul li img{width: 420px;height: 250px;}
.video_list .text16{height: 50px;line-height: 180%;font-size: 16px;background-color: #eee;padding:10px;width: 400px;overflow: hidden;}
.sp-main-manualbox .manualbox .manualright .title24 {
	font-size: 34px;
	margin-bottom: 30px;
	color: #58585a;
}
.sp-main-manualbox .manualbox .manualright .content16 {
	font-size: 14px;
	color: #6d6e71;
	line-height: 36px
}
.sp-main-manualbox .manualbox .manualright .content16 ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd
}
.sp-main-manualbox .manualbox .manualright .content16 li {
	border-bottom: 1px solid #ddd;
	height: 50px;
	line-height: 50px
}
.sp-main-manualbox .manualbox .manualright .content16 li a {
	color: #6d6e71;
	font-size: 14px;
	font-family: microsoft yahei
}
.sp-main-manualbox .manualbox .manualright .content16 li a:hover {
	color: #6d6e71;
	font-size: 14px;
	text-decoration: underline;
	font-family: microsoft yahei
}
.sp-main-manualbox .manualbox .manualright .content16 li span {
	float: left
}
.sp-main-manualbox .manualbox .manualright .content16 li .list-width {
	width: 721px
}
.sp-main-manualbox .manualbox .manualright .content16 li .download-btn {
	border: 0;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-top: 10px
}
.sp-main-manualbox .manualbox .manualright .content16 li .download-btn a {
	background-color: #7c878e;
	width: 90px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #fff
}
.sp-main-manualbox .manualbox .manualright .content16 li .download-btn a:hover {
	background-color: #253746;
	width: 90px;
	height: 28px;
	text-decoration: none
}
.sp-main-manualbox .manualbox .manualright .content16 li .read-btn {
	width: 88px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
	margin-left: 15px
}
.sp-main-manualbox .manualbox .manualright .content16 li .read-btn a {
	border: 1px solid #7c878e;
	display: block;
	color: #7c878e;
	background-color: #fff
}
.sp-main-manualbox .manualbox .manualright .content16 li .read-btn a:hover {
	border: 1px solid #253746;
	text-decoration: none;
	color: #253746;
	background-color: #fff
}
.sp-main-manualbox .sp-main-buy {
	min-height: 600px;
	overflow: hidden
}
.sp-main-manualbox .sp-main-buy .title {
	height: 30px;
	line-height: 30px;
	margin-top: 56px;
	margin-bottom: 110px
}
.sp-main-manualbox .sp-main-buy .title ul {
	padding: 0;
	margin: 0
}
.sp-main-manualbox .sp-main-buy .title li {
	color: #6d6e71;
	font-size: 16px;
	float: left;
	margin-right: 40px
}
.sp-main-manualbox .sp-main-buy .title li a {
	color: #6d6e71;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: block
}
.sp-main-manualbox .sp-main-buy .title li a:hover {
	color: #6d6e71;
	font-size: 16px;
	border-bottom: 2px solid #253746;
	height: 30px;
	line-height: 30px;
	display: block
}
.sp-main-manualbox .sp-main-buy .title .current {
	border-bottom: 2px solid #253746
}
.sp-main-manualbox .sp-main-buy .buy-box ul {
	padding: 0;
	margin: 0
}
.sp-main-manualbox .sp-main-buy .buy-box li {
	width: 30%;
	margin: 0 15px;
	float: left;
	list-style-type: none;
	text-align: center
}
.sp-main-manualbox .sp-main-buy .buy-box .logo-img {
	height: 140px
}
.sp-main-manualbox .sp-main-buy .buy-box .logo-text {
	font-size: 18px;
	text-align: center;
	line-height: 26px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss {
	width: 1170px;
	margin: 0 auto;
	min-height: 700px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox {
	margin-right: 40px;
	float: left;
	font-size: 18px;
	color: #6d6e71;
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 65px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .title24 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #58585a
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 {
	font-size: 14px;
	color: #6d6e71;
	line-height: 36px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 ul {
	padding: 0;
	margin: 0
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 li {
	list-style-type: none;
	height: 40px;
	line-height: 40px
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 .address_title {
	width: 120px;
	float: left
}
.sp-main-manualbox .sp-main-buy .sp-main-buy-adderss .listbox .content16 .address_text {
	float: left;
	width: 1000px
}
.sp-main-manualbox .sp-main-manual-title {
	font-size: 34px;
	height: 35px;
	margin-top: 80px;
	margin-bottom: 70px
}
.sp-main-manualbox .manualbox {
	margin-right: 40px;
	float: left;
	font-size: 16px;
	color: #6d6e71;
	padding-top: 40px;
	width: 100%;
	margin-bottom: 65px
}
.sp-main-manualbox .manualbox .manualleft {
	width: 240px;
	margin-right: 15px;
	background: #fff;

	min-height: 670px;
	padding-right: 30px;
    border-right: 1px solid #eee;
	float: left
}
.sp-main-manualbox .manualbox .manualleft h1 {
	font-size: 18px;
	color: #6d6e71;
	padding-left: 24px;
	margin-bottom: 20px
}
.sp-main-manualbox .manualbox .manualleft ul {
	padding: 0;
	margin-left: 0
}
.sp-main-manualbox .manualbox .manualleft li {
	list-style-type: none
}
.sp-main-manualbox .manualbox .manualleft .outfocus a {
	color: #6d6e71;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	display: block
}
.sp-main-manualbox .manualbox .manualleft .outfocus a:hover {
	color: #6d6e71;
	font-size: 14px;
	border-left: 4px solid #253746;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	background-color: #f2f3f3;
	padding-left: 20px!important;
	display: block
}
.sp-main-manualbox .manualbox .manualleft .onfocus a {
	color: #6d6e71;
	font-size: 14px;
	border-left: 4px solid #253746;
	height: 40px;
	line-height: 40px;
	background-color: #f2f3f3;
	padding-left: 20px!important;
	display: block
}

.manualright .sp-faq-list .title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #6d6e71;
	height: 57px;
	line-height: 57px;
	cursor: pointer;
	position: relative;
	background: url(../images/menu_down.png) center right no-repeat;
	border-bottom: 1px solid #eee;
}
.manualright .sp-faq-list .faq .content {
	font-size: 16px;
	color: #6d6e71;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 30px
}

.manualright .sp-faq-list .faq .current{background:url(../images/menu_left.png) center right no-repeat;}



.sp-faq-list .faq .title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #6d6e71;
	height: 57px;
	line-height: 57px;
	cursor: pointer;
	position: relative;
	background: url(../images/menu_down.png) center right no-repeat;
	border-bottom: 1px solid #eee;
}
.sp-faq-list .faq .content {
	font-size: 16px;
	color: #6d6e71;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 30px
}

.sp-faq-list .faq .current{background:url(../images/menu_left.png) center right no-repeat;}
.sp-faq-list {
	width: 100%;
	background: #fff;
	overflow: hidden;
	float: left;

}
.sp-faq-list .content{border-bottom: 1px solid #eee;padding-bottom: 15px;}
.sp-faq-list .title24 {
	font-size: 34px;
	margin-bottom: 30px;
	color: #58585a
}
.sp-faq-list .content16 {
	font-size: 14px;
	color: #6d6e71;
	line-height: 36px
}
.sp-faq-list .content16 ul {
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd
}
.sp-faq-list .content16 li {
	border-bottom: 1px solid #ddd;
	height: 50px;
	line-height: 50px
}
.sp-faq-list .content16 li a {
	color: #6d6e71;
	font-size: 14px;
	font-family: microsoft yahei
}
.sp-faq-list .content16 li a:hover {
	color: #6d6e71;
	font-size: 14px;
	text-decoration: underline;
	font-family: microsoft yahei
}
.sp-faq-list .content16 li span {
	float: left
}
.sp-faq-list .content16 li .list-width {
	width: 624px
}
.sp-faq-list .content16 li .download-btn {
	border: 0;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-top: 10px
}
.sp-faq-list .content16 li .download-btn a {
	background-color: #7c878e;
	width: 90px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #fff
}
.sp-faq-list .content16 li .download-btn a:hover {
	background-color: #253746;
	width: 90px;
	height: 28px;
	text-decoration: none
}
.sp-faq-list .content16 li .read-btn {
	width: 88px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 10px;
	margin-left: 15px
}
.sp-faq-list .content16 li .read-btn a {
	border: 1px solid #7c878e;
	display: block;
	color: #7c878e;
	background-color: #fff
}
.sp-faq-list .content16 li .read-btn a:hover {
	border: 1px solid #253746;
	text-decoration: none;
	color: #253746;
	background-color: #fff
}

.sp-faq-list .faq .content {
	font-size: 16px;
	color: #6d6e71;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 30px;
}


.sp-main-manualbox .manualbox .content16_more {
	font-size: 16px;
	color: #005eb8;
	line-height: 36px;
	margin-top: 20px;
}
.sp-main-manualbox .manualbox .content16_more a {
	color: #005eb8;
	text-decoration: underline
}
.sp-main-manualbox .manualbox .content16_more a:hover {
	color: #005eb8
}
.app-wrap {
	clear: both
}
.app-wrap:before, .app-wrap:after {
	content: " ";
	display: table
}
.app-wrap:after {
	clear: both
}
.app-wrap .app-thumb {
	width: 460px;
	float: left
}
.app-wrap .app-thumb img {
	max-width: 100%;
	height: auto
}
.app-wrap .qrcode-list {
	width: 120px;
	float: left
}
.app-wrap .qrcode-list ul {
	padding-top: 35px
}
.app-wrap .qrcode-list li {
	padding-bottom: 22px
}
.app-wrap .qrcode-list li p {
	margin-bottom: 22px;
	text-align: center;
	font-size: 14px
}
.app-wrap .qrcode-list li p i {
	vertical-align: middle;
	margin-right: 10px
}
.app-wrap .qrcode-list li p img {
	max-width: 100%;
	height: auto
}
.eco-iw-sp-block {
	background: #fff
}
.eco-iw-sp-block .iw-sp-block-search {
	padding: 0px 0 50px;
	width: 560px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px
}
.eco-iw-sp-block .iw-sp-block-search h1 {
	font-size: 34px;
	color: #58585a
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search {
	clear: both;
	position: relative;
	padding-top: 25px;
	height: 50px
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search:before, .eco-iw-sp-block .iw-sp-block-search .iw-sp-search:after {
	content: " ";
	display: table
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search:after {
	clear: both
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select {
	float: left;
	height: 46px;
	line-height: 46px;
	margin-right: 15px;
	width: 200px;
	position: relative;
	cursor: pointer;
	border: 2px solid #253746
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select i {
	position: absolute;
	top: 13px;
	right: 15px
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select span {
	color: #253746
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-lans-wrap {
	display: none;
	width: 202px;
	position: absolute;
	top: 48px;
	left: -2px;
	border: 1px solid #d7d9dc;
	border-bottom: 3px solid #253746;
	background: #fff;
	height: 245px;
	overflow-y: scroll
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-lans-wrap ul {
	height: 100%
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-lans-wrap ul li {
	height: 40px;
	text-align: left;
	border-bottom: 1px solid #d7d9dc
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-lans-wrap ul li a {
	display: block;
	height: 100%;
	font-size: 16px;
	padding-left: 38px
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-lans-wrap ul li a:hover {
	background: #edeeee
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap {
	position: absolute;
	display: none;
	background: #fff;
	top: 48px;
	left: -2px;
	width: 557px;
	text-align: left;
	border: 1px solid #d7d9dc;
	border-bottom: 3px solid #253746
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap .sim-item-block h3 {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-size: 16px;
	color: #253746;
	border-bottom: 1px solid #d7d9dc
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap .sim-item-block h3 i {
	margin-right: 10px;
	position: relative;
	top: -2px;
	left: 0
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap .sim-item-block .sim-options {
	border-bottom: 1px solid #d7d9dc;
	padding: 10px 40px 0
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap .sim-item-block .sim-options a {
	font-size: 16px;
	color: #253746;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-right: 10px;
	background: #edeeee;
	margin-bottom: 10px
}
.eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap .sim-item-block .sim-options a:hover, .eco-iw-sp-block .iw-sp-block-search .iw-sp-search .sim-select .sim-models-wrap .sim-item-block .sim-options a.selected {
	color: #fff;
	background: #005eb8;
}

.models_result_tab{color: #666;margin-top: 30px;}
.models_result_tab ul li a{display: block;height: 40px;color: #393939;}
.models_result_tab ul li a:hover{display: block;border-bottom: 2px solid #005eb8;height: 40px;}
.models_result_tab ul {border-bottom: 1px solid #ddd;padding-bottom: 40px;margin-bottom: 20px;}
.models_result_tab ul li{list-style-type: none;margin-right: 30px;float: left;color: #393939;font-size: 16px;}
.models_result_tab p,.how-to-use-video p{display: block;font-size: 14px;color: #999;clear: both;    margin-bottom: 40px;}
.models_result_tab  .selectTag a{color: #005eb8;border-bottom: 2px solid #005eb8;}
.iw-sp-re-item .td-name{width: 850px;}
.iw-sp-re-item .td-lan{width: 250px;}
.iw-sp-re-item {
	padding: 0px;
	margin-top: 30px;
	display: none;
	overflow: hidden;
}
.how-to-use-video{margin-bottom: 50px;}

.how-to-use-video ul {border-bottom: none;}
.how-to-use-video ul li{display: block;clear: both;list-style-type: none;margin-bottom: 5px;}
.how-to-use-video a{color: #393939}
.how-to-use-video a:hover{color: #005eb8;border-bottom:none !important;text-decoration: underline;}


.sp-msds{margin-bottom: 50px;}
.sp-msds p{display: block;font-size: 14px;color: #999;clear: both;margin-bottom: 10px;}
.sp-msds h3{margin-bottom:0px !important;font-size: 18px !important;}
.sp-msds .msds-text01{margin-top: 10px;color: #393939;}
.sp-msds .msds-text02{margin-top: 30px;}
.sp-msds .msds-text02 a{color: #005eb8;height: 15px;}
.sp-msds .msds-text02 a:hover{color: #005eb8;height: 15px;}
.sp-msds ul {border-bottom: none;margin-top: 40px;}
.sp-msds ul li{display: block;clear: both;list-style-type: none;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 35px;width: 100%;}
.sp-msds ul li:nth-last-child(1){list-style-type: none;border-bottom:none;}
.sp-msds a{color: #393939}
.sp-msds a:hover{color: #005eb8;border-bottom:none !important;text-decoration: underline;}


.selectTag{display: block;}
.iw-sp-re-item table a{
	border-bottom: none !important;
	color: #6d6e71 !important;

}
.iw-sp-re-item table a:hover{
	color: #005eb8 !important;

}
.iw-sp-re-item h4 {
	padding-bottom: 10px
}
.iw-sp-re-item h3 {
	font-size: 24px;
	color: #58585a;
	margin-bottom: 35px
}
.iw-sp-re-item table {
	border-top: 1px solid #f3f2f2;
	width: 100%
}
.iw-sp-re-item table tr {
	border-top: 1px solid #f3f2f2
}
.iw-sp-re-item table td {
	padding: 0;
	height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #f3f2f2
}
.iw-sp-re-item table td a:hover {
	text-decoration: underline;
}
.iw-sp-re-item table td .download-btn {
	border: 1px solid #253746 !important;
	width: 90px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #253746;
	text-align: center
}
.iw-sp-re-item table td .download-btn:hover {
	background-color: #253746;
	text-decoration: none;
	color: #fff !important;
}
.iw-sp-re-item table td .read-btn {
	border: 1px solid #253746 !important;
	display: inline-block;
	color: #253746;
	background-color: #fff;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center
}
.iw-sp-re-item table td .read-btn:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #253746;
}
.iw-sp-re-item table td.td-download, .eco-iw-sp-block .iw-sp-re-item table td.td-read {
	width: 100px
}
.support-other-model {
	text-align: center;
	border-top: 1px solid #d7d9dc;
	background: #fff;
	padding-top: 30px
}
.support-other-model a {
	color: #005eb8;
	font-size: 16px
}
.support-other-model a:hover {
	text-decoration: underline;
	color: #005eb8;
	font-size: 16px
}
.eco-iw-product-list {margin-bottom: 50px;}
.eco-iw-product-list h3{margin: 20px 0 40px;font-size: 30px;text-align: left;color: #393939;}
.eco-iw-product-list .pl-item .pl-inner {
	padding: 0 7.5px;
	height: 100%
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg {
	background-color: #fff;
	height: 100%;
	position: relative;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 1px solid #eee;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-tag-box{
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-tag {
	background:url(../images/icon_tag.png) no-repeat;
	display: block;
	margin-bottom: 10px;
	width: 79px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-right: 5px;
	text-align: right;
	color: #fff;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-thumb {
	height: 300px;
	overflow: hidden;
	text-align: center;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-thumb img {
	max-height: 480px;
	max-width: 100%
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg h3 {
	font-size: 20px !important;
	margin-bottom: 15px;
	color: #58585a;
	text-align: center;
	height: 35px;
	overflow: hidden;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .small_title {
	font-size: 14px;
	margin-bottom: 15px;
	padding: 0 31px;
	color: #6d6e71;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-link-more {
	margin-bottom: 10px;
	font-size: 12px;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-link-more a {
	font-size: 14px;
	color: #005eb8;
	border-bottom:none !important;
	height: 20px !important;
}
.eco-iw-product-list .pl-item .pl-inner .pl-bg .pl-link-more a:hover {
	text-decoration: underline;
	border-bottom:none !important;
	height: 20px !important;
}
.eco-iw-product-list .pl-item:hover .pl-bg {
	top: -6px;
	-webkit-box-shadow: 1px 3px 30px #ccc;
	-moz-box-shadow: 1px 3px 30px #ccc;
	-ms-box-shadow: 1px 3px 30px #ccc;
	-o-box-shadow: 1px 3px 30px #ccc;
	box-shadow: 1px 3px 30px #ccc
}
.eco-iw-product-list .pl-item:nth-child(n+1) .pl-inner {
	padding-right: 15px;
	padding-left: 0
}
.eco-iw-product-list .pl-item:nth-child(4n+4) .pl-inner {
	padding-left: 0;
	padding-right: 0px;
}
.eco-iw-product-list .pl-item {
	width: 25%;
	margin-bottom: 30px;
	text-align: center;
	height: 480px;
	margin-right: 0px !important;
}
.eco-iw-product-list .inline{border-bottom:none !important;}
.eco-iw-product-list p{padding-bottom:40px;font-size: 14px;}

.newslist {margin: 50px 0;}
.newslist ul {border:none !important; }
.newslist ul li{border-bottom: 1px solid #ddd;padding-bottom: 40px;margin-bottom: 40px;}
.newslist ul li:nth-last-child(1){border-bottom:none;}
.newslist ul li a{border-bottom: none !important;height: auto !important;}

.newslist .imgbox{width: 403px;height:272px;overflow: hidden;float: left;margin-right: 30px;}
.newslist .imgbox img{width: 403px;height:272px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	transition: .4s ease-in-out}

.newslist .imgbox img:hover {

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.newslist ul li span{width: 800px;float: left;text-align: left;}
.newslist ul li span h3{font-size: 18px;color: #393939;margin-bottom:20px;}
.newslist ul li span p{font-size: 14px;color: #393939;}
.newslist ul li span h3:hover{color: #005eb8 !important;text-decoration: underline;}
.newslist ul li span p:hover{color: #005eb8 !important;}

/* compare start*/
#compare {
    width: 0;
    height: 100%;
    background: url(../images/black_bg.png) repeat;
    position: fixed;
    z-index: 99999999;
    display: block;
    right: 0;
}
#compare .compare_list {
	 display: none;
	 width: 1130px;
	 height: 340px;
	 margin: 0 auto;
	 margin-top: 200px;
	 background: #fff;
}
.compare_box {
    padding:0px 0 15px 40px;
    background-color: #fff;
}
.compare_btn a{width: 150px;border:1px solid #005eb8;height: 31px;line-height: 30px;text-align: center;font-size: 14px;margin: 0 auto;display: block;overflow: hidden;margin-top: 25px;color: #005eb8;}
.compare_btn a:hover{width: 150px;border:1px solid #005eb8;height: 31px;line-height: 30px;text-align: center;font-size: 14px;margin: 0 auto;display: block;overflow: hidden;margin-top: 25px;color: #fff;background-color: #005eb8;}
.compare_box ul li{width: 20%;margin-right:40px;float: left;text-align: center;border: 3px solid #f8f8f8;}
.compare_box ul li p img{width: 100%;}
.compare_box .pro_text{position: relative;background-color: #f8f8f8;display: block;width: 100%;height: 30px;margin-top: -30px;line-height: 30px;}
.compare_box ul li span{float: right;margin-left: 77px;margin-top: 2px;position: absolute;}
#compare_colse {height: 40px;float: right;}
.compare_nav{padding:15px 30px;font-size: 12px;}
.compare_nav .box_left{float: left;}
.compare_nav .box_right{float: right;margin-right: 30px;}

.support-feedback{margin: 10px auto 40px;}
.support-feedback h3{font-size: 30px;color: #393939;margin-bottom: 20px;}
.support-feedback p{font-size: 14px;color: #393939;width: 75%;margin-bottom: 5px;}
.support-feedback p span{font-size: 12px;color: #999;width:100%;display: block; }
.support-feedback input{border: 1px solid #ddd;padding: 12px 10px;margin-bottom: 10px;width: 75%;color: #393939;height: 25px;}
.support-feedback textarea{border: 1px solid #ddd;padding: 12px 10px;margin-bottom: 10px;width: 75%;color: #393939;}
.support-feedback .code input{border: 1px solid #ddd;padding: 12px 10px;margin-bottom: 10px;width: 15%;color: #393939;float: left;}
.support-feedback .code span{float: left;width: 110px;margin-left: 15px;}
.support-feedback .code span img{width: 110px;}
.support-feedback .sub-btn{width: 260px;height: 40px;text-align: center;color: #fff;font-size: 18px;display: block;clear: both;background-color: #005eb8;cursor: pointer;margin-top: 80px;}

.eco-iw-email-box{width: 520px;height: 300px;border: 1px solid #ddd;text-align: center;color: #999;font-size: 14px;margin: 50px auto;color: #393939}
.eco-iw-email-box h3{font-size: 18px;border-bottom:1px solid #ddd;height: 50px; line-height: 50px;}
.eco-iw-email-box p{margin: 20px auto 0;width: 380px;text-align: center;height: 50px;}
.eco-iw-email-box p span{float: left;}
.eco-iw-email-box .sub-btn{width: 190px;height: 36px;text-align: center;color: #fff;font-size: 14px;display: block;clear: both;background-color: #005eb8;cursor: pointer;margin:0 auto;margin-top: 40px;}
.eco-iw-email-box input{border: 1px solid #ddd;padding: 5px 10px;width: 100%;color: #393939;height: 25px;margin-left: 15px;}

.eco-iw-email-success{width: 520px;height: 180px;border: 1px solid #ddd;text-align: center;color: #999;font-size: 14px;margin: 50px auto;color: #393939}
.eco-iw-email-success h3{font-size: 18px;height: 50px; line-height: 50px;background-color: #005eb8;color: #fff;}
.eco-iw-email-success p{margin: 30px auto 0;text-align: center;}

.eco-iw-select{margin: 40px 0 0px;}
.eco-iw-select form{}
.eco-iw-select form select{width: 200px;height: 35px;font-size: 14px;color: #999;padding: 0 5px;}
.eco-iw-select a{color:#005eb8;font-size: 14px; }
.eco-iw-select a:hover{text-decoration: underline; }
.iw-sp-re-item .td-name{width: 500px;}
.iw-sp-re-item .td-lan{width: 250px;padding-right:20px;word-break: break-all;}
.iw-sp-re-item table td.td-download, .eco-iw-sp-block .iw-sp-re-item table td.td-read {
	width: 100px
}
.iw-sp-re-item h3{font-size: 30px;color: #666;margin: 0px 0 10px;}
.iw-sp-re-item {padding-bottom: 40px;margin: 40px 0;border-bottom: 1px solid #ddd;}


.iw-sp-re-item table {
	width: 100%
}
.iw-sp-re-item table tr {
	
}
.iw-sp-re-item table td {
	padding: 0;
	height: 50px;
	font-size: 14px;
	
}
.iw-sp-re-item table td a:hover {
	text-decoration: underline;
}
.iw-sp-re-item table td .download-btn {
	border: 1px solid #253746 !important;
	width: 90px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #253746;
	text-align: center
}
.iw-sp-re-item table td .download-btn:hover {
	background-color: #253746;
	text-decoration: none;
	color: #fff !important;
}
.iw-sp-re-item table td .read-btn {
	border: 1px solid #253746 !important;
	display: inline-block;
	color: #253746;
	background-color: #fff;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center
}
.iw-sp-re-item table td .read-btn:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #253746;
}
