.btn {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	_margin-bottom: 1px
}
.prod-item img{ max-width:100%;}
button.btn,input.btn {
	margin: 0;
	*overflow: visible
}

button.btn::-moz-focus-inner,input.btn::-moz-focus-inner {
	border: none;
	padding: 0
}

button.btn:focus,input.btn:focus {
	outline: 0
}

a.btn:hover {
	text-decoration: none
}

.btn-primary {
	border: 1px solid #d9363c;
	color: #fff;
	background-color: #d9363c
}

.btn-primary:link,.btn-primary:visited {
	color: #fff
}

.btn-primary:hover {
	background-color: #ce272d;
	color: #fff
}

.btn-primary-light {
	border: 1px solid #ffb2b5;
	color: #d9363c;
	background-color: #ffdde0
}

.btn-primary-light:link,.btn-primary-light:visited {
	color: #d9363c
}

.btn-primary-light:hover {
	background-color: #ffc4c9;
	color: #d9363c
}

.btn-main {
	border: 1px solid #e76135;
	color: #fff;
	background-color: #f70
}

.btn-main:link,.btn-main:visited {
	color: #fff
}

.btn-main:hover {
	background-color: #e66b00;
	color: #fff
}

.btn-sub {
	border: 1px solid #f2b10c;
	color: #785206;
	background-color: #f9bc13
}

.btn-sub:link,.btn-sub:visited {
	color: #785206
}

.btn-sub:hover {
	background-color: #ecaf06;
	color: #785206
}

.btn-info {
	border: 1px solid #29e;
	color: #fff;
	background-color: #29e
}

.btn-info:link,.btn-info:visited {
	color: #fff
}

.btn-info:hover {
	background-color: #128de5;
	color: #fff
}

.btn-info-light {
	border: 1px solid #a6d8ff;
	color: #3693d9;
	background-color: #cee9ff
}

.btn-info-light:link,.btn-info-light:visited {
	color: #3693d9
}

.btn-info-light:hover {
	background-color: #b5deff;
	color: #3693d9
}

.btn-default {
	border: 1px solid #ccc;
	color: #322f32;
	background-color: #fff
}

.btn-default:link,.btn-default:visited {
	color: #322f32
}

.btn-default:hover {
	background-color: #f2f2f2;
	color: #322f32
}

.btn-white {
	border: 1px solid #ccc;
	color: #333;
	background-color: #fff
}

.btn-white:link,.btn-white:visited {
	color: #333
}

.btn-white:hover {
	background-color: #f2f2f2;
	color: #333
}

.btn-s {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 12px;
	font-family: arial,simsun,sans-serif
}

button.btn-s,input.btn-s {
	height: 22px;
	_line-height: 17px
}

.btn-m {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	font-size: 12px;
	font-family: arial,"Microsoft Yahei",sans-serif
}

button.btn-m,input.btn-m {
	height: 26px;
	_height: 21px;
	*line-height: 21px
}

.btn-l {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
	font-family: arial,"Microsoft Yahei",sans-serif
}

button.btn-l,input.btn-l {
	height: 32px;
	_height: 27px;
	*line-height: 27px
}

.btn-xl {
	height: 34px;
	line-height: 34px;
	padding: 0 25px;
	font-size: 14px;
	font-family: arial,"Microsoft Yahei",sans-serif
}

button.btn-xl,input.btn-xl {
	height: 36px;
	_height: 31px;
	*line-height: 31px
}

.btn-xxl {
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 16px;
	font-family: arial,"Microsoft Yahei",sans-serif
}

button.btn-xxl,input.btn-xxl {
	height: 40px;
	_height: 35px;
	*line-height: 35px
}

.btn-disabled,.btn-disabled:active,.btn-disabled:hover,.btn-disabled:link,.btn-disabled:visited,.btn[disabled],.btn[disabled]:active,.btn[disabled]:hover {
	background-image: none;
	background-color: #eee;
	border: 1px solid #d8d8d8;
	color: #999;
	text-shadow: 1px 1px 0 #f0f1f2;
	cursor: not-allowed
}

.btn[disabled] .iconfont {
	color: #666
}

.btn-icon {
	padding-left: 30px;
	padding-right: 10px;
	position: relative
}

.btn-icon .iconfont {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px
}

.btn[disabled] .iconfont {
	opacity: .25;
	filter: alpha(opacity=25)
}

.icon,.icon-2x,.icon-cert {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0
}

.icon {
	width: 16px;
	height: 16px;
	background: url(../img/common/icon/icon.png) no-repeat
}

.icon-2x {
	width: 32px;
	height: 32px;
	background: url(../img/common/icon/icon-2x.png) no-repeat
}

.icon-cert {
	width: 16px;
	height: 16px;
	background: url(../img/common/icon/icon_cert.png) no-repeat
}

.icon-info {
	background-position: -16px 0
}

.icon-error {
	background-position: -48px 0
}

.icon-warn {
	background-position: -32px 0
}

.icon-close {
	background-position: -48px -16px;
	cursor: pointer
}

.icon-close:hover {
	background-position: -64px -16px
}

.icon-sign {
	background-position: 0 -16px
}

.icon-mobile {
	background-position: -16px -16px
}

.icon-online-pay {
	background-position: -64px -32px
}

.icon-2x-succ {
	background-position: -32px 0
}

.icon-2x-info {
	background-position: -64px 0
}

.icon-2x-warn {
	background-position: -64px -32px
}

.icon-2x-error {
	background-position: 0 0
}

.icon-3x-warn {
	background-position: 0 0
}

.icon-3x-succ {
	background-position: -48px 0
}

.icon-3x-info {
	background-position: -96px 0
}

.icon-3x-error {
	background-position: 0 -48px
}

.icon-cert-senior {
	background-position: 0 -32px
}

.icon-cert-basic {
	background-position: -16px -32px
}

.icon-cert-yqt {
	background-position: -64px -64px
}

.icon-cert-id {
	background-position: -32px -32px
}

.icon-cert-ccic {
	background-position: -16px -64px
}

.icon-cert-addr {
	background-position: 0 -64px
}

.icon-cert-package {
	background-position: -32px -16px
}

.icon-msg {
	background-position: -48px -64px
}

.icon-tm {
	background-position: -32px -64px
}

.icon-tm-gray {
	background-position: -16px -48px
}

.tip-succ {
	border: 0 solid #bed7a8;
	background-color: #e5fae1;
	color: #58991f
}

.tip-error {
	border: 0 solid #fad2cd;
	background-color: #fae6e6;
	color: #cc220b
}

.tip-warn {
	border: 0 solid #e8d4a8;
	background-color: #fcf3de;
	color: #c59120
}

.tip-info {
	border: 0 solid #c7dbeb;
	background-color: #e6f1fa;
	color: #1c75bb
}

.tip {
	padding: 7px 10px 7px 31px;
	overflow: hidden;
	*zoom: 1
}

.tip .icon {
	float: left;
	margin: 2px 0 0 -21px
}

.tip-notice {
	padding-left: 10px;
	border-width: 1px;
	color: #333
}

.tip-l,.tip-m {
	color: #333
}

.tip-m {
	padding: 20px 20px 25px 62px
}

.tip-m .icon-2x {
	float: left;
	margin-left: -42px
}

.tip-m .tip-hd {
	padding: 5px 0 0;
	font-size: 14px
}

.tip-l {
	padding: 20px 40px 35px 88px
}

.tip-l .icon-3x {
	float: left;
	margin-left: -58px
}

.tip-l .tip-hd {
	padding: 12px 0;
	font-size: 18px
}

.tip-close {
	float: right;
	font: bold 12px/14px tahoma,arial,sans-serif;
	cursor: pointer
}

.tip-hd {
	font-family: arial,"Microsoft Yahei",sans-serif;
	font-weight: 700;
	margin-bottom: 7px
}

.tip-bd .text,.tip-bd .text-lst {
	margin-bottom: 10px
}

.tip-sub-hd {
	font-size: 14px;
	margin-bottom: 10px
}

.tip-lnks .v-sep {
	margin: 0 10px
}

.tip-ope {
	margin: 20px 0 0
}

.poptip {
	padding: 5px 20px 5px 10px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: absolute
}

.poptip .poptip-close {
	color: #999;
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer
}

.poptip .poptip-close:hover {
	color: #666
}

.poptip .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 8px dashed transparent;
	position: absolute;
	zoom: 1
}

.poptip .arrow-top {
	border-bottom: 8px solid transparent;
	top: -16px;
	left: 20px
}

.poptip .arrow-top .arrow-in {
	border-bottom: 8px solid transparent
}

.poptip .arrow-top .arrow-in {
	margin-top: -7px;
	margin-left: -8px
}

.poptip .arrow-right {
	border-left: 8px solid transparent;
	top: 20px;
	right: -16px;
	_right: -17px
}

.poptip .arrow-right .arrow-in {
	border-left: 8px solid transparent
}

.poptip .arrow-right .arrow-in {
	margin-top: -8px;
	margin-left: -9px
}

.poptip .arrow-bottom {
	border-top: 8px solid transparent;
	bottom: -16px;
	left: 20px
}

.poptip .arrow-bottom .arrow-in {
	border-top: 8px solid transparent
}

.poptip .arrow-bottom .arrow-in {
	margin-top: -9px;
	margin-left: -8px
}

.poptip .arrow-left {
	border-right: 8px solid transparent;
	top: 20px;
	left: -16px
}

.poptip .arrow-left .arrow-in {
	border-right: 8px solid transparent
}

.poptip .arrow-left .arrow-in {
	margin-top: -8px;
	margin-left: -7px
}

.poptip-info {
	border: 1px solid #c7dbeb;
	background-color: #edf4fa
}

.poptip-info .arrow-top {
	border-bottom-color: #c7dbeb
}

.poptip-info .arrow-top .arrow-in {
	border-bottom-color: #edf4fa
}

.poptip-info .arrow-right {
	border-left-color: #c7dbeb
}

.poptip-info .arrow-right .arrow-in {
	border-left-color: #edf4fa
}

.poptip-info .arrow-bottom {
	border-top-color: #c7dbeb
}

.poptip-info .arrow-bottom .arrow-in {
	border-top-color: #edf4fa
}

.poptip-info .arrow-left {
	border-right-color: #c7dbeb
}

.poptip-info .arrow-left .arrow-in {
	border-right-color: #edf4fa
}

.poptip-succ {
	border: 1px solid #bed7a8;
	background-color: #ebf9df
}

.poptip-succ .arrow-top {
	border-bottom-color: #bed7a8
}

.poptip-succ .arrow-top .arrow-in {
	border-bottom-color: #ebf9df
}

.poptip-succ .arrow-right {
	border-left-color: #bed7a8
}

.poptip-succ .arrow-right .arrow-in {
	border-left-color: #ebf9df
}

.poptip-succ .arrow-bottom {
	border-top-color: #bed7a8
}

.poptip-succ .arrow-bottom .arrow-in {
	border-top-color: #ebf9df
}

.poptip-succ .arrow-left {
	border-right-color: #bed7a8
}

.poptip-succ .arrow-left .arrow-in {
	border-right-color: #ebf9df
}

.poptip-error {
	border: 1px solid #fad2cd;
	background-color: #faedee
}

.poptip-error .arrow-top {
	border-bottom-color: #fad2cd
}

.poptip-error .arrow-top .arrow-in {
	border-bottom-color: #faedee
}

.poptip-error .arrow-right {
	border-left-color: #fad2cd
}

.poptip-error .arrow-right .arrow-in {
	border-left-color: #faedee
}

.poptip-error .arrow-bottom {
	border-top-color: #fad2cd
}

.poptip-error .arrow-bottom .arrow-in {
	border-top-color: #faedee
}

.poptip-error .arrow-left {
	border-right-color: #fad2cd
}

.poptip-error .arrow-left .arrow-in {
	border-right-color: #faedee
}

.poptip-gray .arrow-top {
	border-bottom-color: #e5e5e5
}

.poptip-gray .arrow-top .arrow-in {
	border-bottom-color: #fff
}

.poptip-warn {
	border: 1px solid #e8d4a8;
	background-color: #fcf5e3
}

.poptip-warn .arrow-top {
	border-bottom-color: #e8d4a8
}

.poptip-warn .arrow-top .arrow-in {
	border-bottom-color: #fcf5e3
}

.poptip-warn .arrow-right {
	border-left-color: #e8d4a8
}

.poptip-warn .arrow-right .arrow-in {
	border-left-color: #fcf5e3
}

.poptip-warn .arrow-bottom {
	border-top-color: #e8d4a8
}

.poptip-warn .arrow-bottom .arrow-in {
	border-top-color: #fcf5e3
}

.poptip-warn .arrow-left {
	border-right-color: #e8d4a8
}

.poptip-warn .arrow-left .arrow-in {
	border-right-color: #fcf5e3
}

.red,a.red:link,a.red:visited {
	color: #d9363c
}

a.red:hover {
	text-decoration: underline
}

.green {
	color: #290
}

.org {
	color: #c79528
}

.gray {
	color: #666
}

.gray-light {
	color: #999
}

.mt5 {
	margin-top: 5px
}

.mr5 {
	margin-right: 5px
}

.mb5 {
	margin-bottom: 5px
}

.ml5 {
	margin-left: 5px
}

.pt5 {
	padding-top: 5px
}

.pr5 {
	padding-right: 5px
}

.pb5 {
	padding-bottom: 5px
}

.pl5 {
	padding-left: 5px
}

.mt10 {
	margin-top: 10px
}

.mr10 {
	margin-right: 10px
}

.mb10 {
	margin-bottom: 10px
}

.ml10 {
	margin-left: 10px
}

.pt10 {
	padding-top: 10px
}

.pr10 {
	padding-right: 10px
}

.pb10 {
	padding-bottom: 10px
}

.pl10 {
	padding-left: 10px
}

.mt15 {
	margin-top: 15px
}

.mr15 {
	margin-right: 15px
}

.mb15 {
	margin-bottom: 15px
}

.ml15 {
	margin-left: 15px
}

.pt15 {
	padding-top: 15px
}

.pr15 {
	padding-right: 15px
}

.pb15 {
	padding-bottom: 15px
}

.pl15 {
	padding-left: 15px
}

.mt20 {
	margin-top: 20px
}

.mr20 {
	margin-right: 20px
}

.mb20 {
	margin-bottom: 20px
}

.mb25 {
	margin-bottom: 25px
}

.ml20 {
	margin-left: 20px
}

.pt20 {
	padding-top: 20px
}

.pr20 {
	padding-right: 20px
}

.pb20 {
	padding-bottom: 20px
}

.pl20 {
	padding-left: 20px
}

.posr {
	position: relative
}

.posa {
	position: absolute
}

.poss {
	position: static
}

.hidden {
	visibility: hidden
}

.visible {
	visibility: visible
}

.db {
	display: block
}

.di {
	display: inline
}

.dib {
	display: inline-block
}

.dtb {
	display: table
}

.vat {
	vertical-align: top
}

.vam {
	vertical-align: middle
}

.vab {
	vertical-align: bottom
}

.vatt {
	vertical-align: text-top
}

.vatb {
	vertical-align: text-bottom
}

.tal {
	text-align: left
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.fll {
	float: left
}

.flr {
	float: right
}

.fln {
	float: none
}

.fwn {
	font-weight: 400
}

.fwb {
	font-weight: 700
}

.recmd-keyword-wrap {
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	color: #666;
	background: #fff;
	position: absolute;
	z-index: 99
}

.recmd-keyword-wrap .recmd-cata {
	margin-bottom: -1px;
	_margin: 0;
	border-bottom: 1px solid #e0e0e0
}

.recmd-keyword-wrap .recmd-cata li {
	padding: 0 10px;
	*height: 26px;
	line-height: 26px;
	cursor: pointer
}

.recmd-keyword-wrap .recmd-cata li span {
	color: #de373d;
	font-weight: 700
}

.recmd-keyword-wrap .recmd-cata .hover {
	background: #f4f4f4
}

.recmd-keyword-wrap .recmd-keyword {
	padding-top: 1px
}

.recmd-keyword-wrap .recmd-keyword li {
	padding: 0 10px;
	*height: 26px;
	line-height: 26px;
	cursor: pointer
}

.recmd-keyword-wrap .recmd-keyword .hover {
	background: #f4f4f4
}

.header-wrap {
	background: #fff
}

.header {
	height: 110px;
	position: relative
}

.logo-wrap {
	float: left;
	padding: 30px 0 0 5px
}

.logo {
	float: left
}

.channel-tit {
	float: left;
	margin: 13px 0 0 20px;
	padding-left: 20px;
	border-left: 1px solid #d8d8d8;
	font-size: 22px;
	font-family: 'microsoft yahei'
}

.channel-tit a:link,.channel-tit a:visited {
	color: #666
}

.channel-tit a:hover {
	color: #d9363c
}

.logo-festival {
	padding-top: 0
}

.srh {
	float: right;
	padding: 20px 0 0 0
}

.srh-case {
	line-height: 24px
}

.srh-case a {
	display: inline-block;
	padding: 0 15px
}

.srh-case a:hover {
	background: #f4f4f4;
	color: #333
}

.srh-case .active {
	font-weight: 700;
	background: #e41b2e
}

.srh-case .active:link,.srh-case .active:visited {
	color: #fff
}

.srh-case .active:hover {
	background: #d93939
}

.srh-input {
	height: 36px;
	width: 500px;
	border: #2e619b 2px solid;
	background-color: #fff;
	float: left
}

.srh-input input {
	width: 400px;
	height: 16px;
	font-size: 14px;
	padding: 10px;
	border: none;
	font-family: 'microsoft yahei'
}

.srh-btn {
	width: 110px;
	height: 40px;
	line-height: 38px;
	float: left;
	background: #2e619b;
	font-size: 16px;
	font-family: 'microsoft yahei';
	color: #fff;
	cursor: pointer
}

.srh-btn:hover {
	background: #2e619b
}

.gray-btn {
	display: inline-block;
	min-width: 110px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-family: 'microsoft yahei';
	text-align: center;
	border: 1px solid #ccc;
	margin-left: 10px;
	cursor: pointer
}

.srh-hot-keyword {
	height: 32px;
	clear: left;
	overflow: hidden;
	*zoom: 1
}

.srh-hot-keyword a {
	float: left;
	line-height: 32px;
	padding: 0 13px 0 0
}

.srh-hot-keyword a:link,.srh-hot-keyword a:visited {
	color: #666
}

.srh-hot-keyword a:hover {
	color: #e04b43;
	text-decoration: none
}

.srh-hot-keyword a.red:link,.srh-hot-keyword a.red:visited {
	color: #e04b43
}

.srh-hot-keyword a.red:hover {
	text-decoration: underline
}

.srh-green .srh-case .active,.srh-green .srh-case .active:hover {
	background: #06a481;
	border-radius: 0
}

.srh-green .srh-btn {
	background: #06a481;
	border-radius: 0
}

.srh-green .fix-search .srh-input,.srh-green .srh-bar .srh-input {
	border-color: #06a481
}

.srh-blue .srh-case .active,.srh-blue .srh-case .active:hover {
	background: #2b87ff;
	border-radius: 0
}

.srh-blue .srh-btn {
	background: #2b87ff;
	border-radius: 0
}

.srh-blue .fix-search .srh-input,.srh-blue .srh-bar .srh-input {
	border-color: #2b87ff;
	width: 400px
}

.srh-blue .fix-search .srh-input {
	width: 500px
}

.srh-blue .gray-btn {
	height: 40px;
	font-size: 16px
}

.silu-header {
	height: 110px
}

.silu-header .logo-wrap {
	padding-top: 30px
}

.nav {
	font-family: 'microsoft yahei';
	background: #fff;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	height: 38px
}

.nav-cata-hd {
	width: 176px;
	padding: 9px 0 0 14px;
	float: left;
	background: #2e619b;
	height: 30px;
	font: normal 16px 'microsoft yahei'
}

.nav-cata-hd a:hover,.nav-cata-hd a:link,.nav-cata-hd a:visited {
	color: #fff
}
.catalog .sub-cata-hd h2 a,.catalog .sub-cata-item-bd a{ color:#333 !important;}
.catalog .sub-cata-item-bd a{ font-size:12px;}
.nav-cata-hd .cata-icon {
	width: 14px;
	float: left;
	margin: 5px 8px 0 0
}

.nav-cata-hd .cata-icon b {
	display: block;
	height: 2px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 4px
}

.nav-lst {
	float: left;
	height: 38px
}

.nav-item {
	float: left;
	height: 38px
}

.nav-item a {
	font-size: 16px;
	line-height: 36px;
	margin: 0 30px;
	float: left
}

.nav-item a:hover {
	color: #2e619b;
	border-bottom: 2px solid #2e619b
}

.nav-lst .hover .sub-nav a {
	background: #fff
}

.nav-lst .nav-industry,.nav-lst .nav-product,.nav-lst .nav-purchase {
	position: relative;
	z-index: 2
}

.nav-lst .nav-item-arrow {
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	font-size: 0;
	overflow: hidden;
	line-height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #333 #fff #fff;
	top: 17px;
	right: 10px;
	color: #2e619b
}

.nav-detail {
	position: absolute;
	top: 39px;
	width: 1190px;
	height: 0;
	background: #fff;
	z-index: 22;
	display: none
}

.nav-detail .nav-det-con {
	padding: 16px 36px
}

.nav-detail .nav-det-con .nav-sub-con {
	float: left;
	width: 190px
}

.nav-detail .nav-det-con .arrow-db-right {
	margin-left: 2px;
	font-size: 20px
}

.nav-detail .nav-det-con .line {
	width: 55px;
	height: 1px;
	display: inline-block;
	background: #2e619b;
	position: absolute;
	left: 0;
	top: 25px
}

.nav-sub-con li a {
	line-height: 24px;
	color: #666;
	cursor: pointer
}

.nav-sub-con li:first-child {
	position: relative
}

.nav-sub-con li:first-child a {
	color: #333;
	font-size: 14px
}

.nav-dep-pic {
	float: right;
	margin-right: 164px;
	width: 363px;
	height: 120px;
	position: relative
}

.nav-dep-pic img {
	width: 100%;
	height: 100%
}

.teamwork {
	border: 1px solid #e0e0e0;
	padding: 12px 0 10px;
	overflow: hidden
}

.teamwork h2 {
	padding: 15px;
	float: left;
	font: bold 15px 'microsoft yahei';
	color: #444
}

.teamwork-lst {
	padding-left: 15px;
	border-left: 1px solid #e0e0e0;
	overflow: hidden;
	*zoom: 1
}

.teamwork-lst li {
	padding: 10px;
	float: left;
	line-height: 25px;
	white-space: nowrap
}

.icon-home {
	width: 25px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/icon_home.png) no-repeat
}

.icon-sina {
	width: 32px;
	height: 26px;
	background-position: -25px -26px
}

.icon-weixin {
	width: 32px;
	height: 26px;
	background-position: -25px 0
}

.ft-qrcode-wrap {
	float: right
}

.ft-qrcode {
	padding: 20px 0 0 0
}

.svr-panel {
	padding: 20px 0 15px 0
}

.svr-group-item {
	width: 140px;
	float: left
}

.svr-group-item dl {
	float: left
}

.svr-group-item dt {
	font: normal 14px 'microsoft yahei';
	color: #ccc;
	margin-bottom: 10px
}

.svr-group-item dd {
	margin-bottom: 5px
}

.svr-group-item dd a:link,.svr-group-item dd a:visited {
	color: #999
}

.svr-group-item dd a:hover {
	color: #d9363c
}

.svr-group-tel {
	width: 230px
}

.svr-group-mobile {
	width: 260px
}

.svr-group-mobile .sub-dd {
	padding: 15px 0 0 74px
}

.svr-group-mobile .sub-dd img {
	float: left;
	margin: -15px 0 0 -74px
}

.svr-group-us a {
	display: block;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #4d4d4d;
	text-align: center
}

.svr-group-us a:hover {
	background: #404040
}

.svr-group-us .icon-home {
	margin-right: 13px;
	_display: inline
}

.svr-group-us dd {
	margin-bottom: 10px
}

.svr-group-us .qr-dd {
	position: relative
}

.svr-group-us .qrcode-switch {
	position: absolute;
	left: 0;
	top: 40px
}

.ft-team {
	padding: 10px 0 15px;
	color: #999;
	text-align: center;
	border-top: 1px solid #d9d9d9
}

.ft-team .ft-lnk {
	padding: 15px 0 8px 0;
	line-height: 24px
}

.ft-team .v-sep {
	color: #4d4d4d
}

.ft-team a {
	white-space: nowrap
}

.ft-team a:link,.ft-team a:visited {
	color: #999
}

.ft-team a:hover {
	color: #d9363c
}

.ft-team .ft-copy a:link,.ft-team .ft-copy a:visited {
	color: #999
}

.ft-team .ft-copy a:hover {
	color: #d9363c
}

.ft-team .ft-about {
	line-height: 24px;
	margin-bottom: 10px
}

.ft-certs {
	margin-top: 15px
}

.ft-certs a {
	display: inline-block;
	margin-right: 20px
}

.ft-certs .svr-narrow a {
	margin: 0 0 0 10px
}

.ft-certs .svr-narrow .qrcode-switch {
	left: 10px
}

.svr-narrow {
	display: none;
	float: right
}

.svr-narrow dt {
	font: bold 14px 'microsoft yahei';
	color: #ccc;
	float: left;
	line-height: 40px
}

.svr-narrow dd {
	float: left
}

.svr-narrow .qrcode-switch {
	top: auto;
	bottom: 40px
}

.wj-pic img {
	opacity: .6;
	filter: alpha(opacity=60)
}

.wj-pic:hover img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.fix-header {
	width: 100%;
	height: 50px;
	font-family: 'microsoft yahei';
	padding: 10px 0 0 0;
	background: #fff;
	box-shadow: 0 1px 10px rgba(100,100,100,.2);
	position: fixed;
	top: -65px;
	left: 0;
	z-index: 101
}

.fix-logo {
	float: left;
	width: 267px;
	margin-top: 2px
}

.fix-search {
	float: left
}

.fix-search .search-select {
	float: left;
	position: relative;
	z-index: 90
}

.fix-search .search-select-btn {
	display: block;
	float: left;
	width: 55px;
	height: 36px;
	line-height: 36px;
	padding-right: 15px;
	font-weight: 700;
	text-align: center;
	color: #777;
	background: url(../img/icon_arrow.png) 50px 15px #f7f7f7 no-repeat;
	cursor: default
}

.fix-search .search-input .hover .search-select-btn {
	background-position: 0 -26px
}

.fix-search .search-select-list {
	width: 70px;
	padding-top: 2px;
	position: absolute;
	background-color: #f7f7f7;
	font-weight: 700;
	color: #777;
	z-index: 92;
	top: 36px;
	left: 0
}

.fix-search .search-select-list li {
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	cursor: default
}

.fix-search .search-select-list .hover {
	background-color: #e6e6e6
}

.fix-search .srh-btn {
	width: 108px;
	border-radius: 0
}

.fix-offer {
	float: right;
	width: 170px
}

.fix-user-info {
	height: 40px;
	background: #f2f2f2
}

.fix-sign {
	text-align: center
}

.fix-sign a {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 0 25px
}

.fix-sign a:first-child {
	border-color: #e41b2e;
	background: #e41b2e
}

.fix-sign a:first-child:link,.fix-sign a:first-child:visited {
	color: #fff
}

.fix-sign a:first-child:hover {
	background: #d4272e
}

.fix-user-info {
	padding: 0 15px;
	position: relative
}

.fix-user-info span {
	display: block;
	line-height: 40px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/icon_arrow.png) 125px 16px no-repeat
}

.fix-user-info ul {
	position: absolute;
	width: 170px;
	padding: 0 0 5px 0;
	background: #f2f2f2;
	top: 40px;
	left: 0
}

.fix-user-info li {
	padding: 0 15px;
	line-height: 30px
}

.fixed-bar {
	position: fixed;
	_position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: 610px;
	z-index: 98;
	display: none
}

.fixed-bar-item {
	width: 24px;
	height: 34px;
	padding: 3px 8px;
	margin-bottom: 10px;
	background: url(../img/common/fixed_bar.png) 0 0 no-repeat;
	text-indent: -999em;
	cursor: pointer
}

.back-top {
	background-position: 0 -40px
}

.back-top:hover,.suggest:hover {
	text-indent: 0;
	background: #7a7a7a;
	color: #fff;
	border-radius: 2px
}

.fixed-adv {
	position: fixed;
	_position: absolute;
	z-index: 100;
	left: 0;
	top: 275px
}

.fixed-adv a {
	display: block
}

.fixed-adv .sub-hs {
	text-align: right
}

.narrow-adv {
	position: relative;
	display: block
}

.narrow-adv-close {
	position: absolute;
	top: -16px;
	left: 0
}

.ft-adv-wrap {
	position: fixed;
	width: 100%;
	height: 120px;
	bottom: 0;
	z-index: 999
}

.adv-alpha {
	position: absolute;
	width: 100%;
	height: 120px;
	opacity: .8;
	filter: alpha(opacity=80)
}

.ft-adv-lnk {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}

.ft-adv-close {
	width: 29px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 10px 6px;
	text-align: center;
	background-color: #000;
	background-color: rgba(0,0,0,.7);
	filter: alpha(opacity=70)
}

.ft-adv-close i {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(../img/home/adv_close.png);
	cursor: pointer;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	transition: all ease .5s
}

.ft-adv-close:hover i {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.ft-join {
	height: 120px
}

.ft-join .adv-alpha {
	background-color: #fe6154;
	opacity: 1;
	filter: alpha(opacity=100)
}

.ft-join img {
	margin-top: -10px
}

.fix-tools {
	width: 5px;
	height: 100%;
	background: #e0e0e0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 101
}

.fix-tools-in {
	width: 36px;
	position: fixed;
	right: 0;
	bottom: 30px
}

.fix-tools-item {
	width: 36px;
	height: 36px;
	margin-bottom: 2px;
	position: relative;
	cursor: pointer
}

.fix-tools-item i {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../img/home/fix_icon.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.fix-tools-item span {
	width: 64px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: right;
	background: #e41b2e;
	position: absolute;
	right: -28px;
	bottom: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s
}

.fix-gotop i {
	background-position: 0 0
}

.fix-online i {
	background-position: -36px 0
}

.fix-email i {
	background-position: -72px 0
}

.fix-weixin i {
	background-position: -108px 0
}

.fix-tools-item:hover span {
	right: 36px
}

.fix-gotop:hover i {
	background-position: 0 -36px
}

.fix-online:hover i {
	background-position: -36px -36px
}

.fix-email:hover i {
	background-position: -72px -36px
}

.fix-weixin:hover i {
	background-position: -108px -36px
}

.fix-weixin span {
	width: 0;
	height: 0;
	right: 40px;
	background: 0 0;
	overflow: hidden
}

.fix-weixin:hover span {
	width: 124px;
	height: 150px;
	right: 40px;
	bottom: 0
}

.gray-bg {
	background: #f2f2f2
}

body {
	font-family: 'microsoft yahei'
}

.header {
	height: 130px
}

.srh-bar .srh-input .search-word {
	float: left
}

.srh-bar .search-tab {
	position: relative;
	float: left;
	z-index: 99
}

.srh-bar .srh-tab-tit {
	display: block;
	width: 61px;
	line-height: 34px;
	padding-left: 16px;
	border-right: 1px solid #eee
}

.srh-bar .srh-tab-tit i {
	margin-left: 10px;
	transition: all .5s
}

.srh-bar .srh-tab-tit:hover i {
	transform: rotate(180deg)
}

.srh-case {
	position: absolute;
	top: 38px;
	left: -2px;
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	z-index: 11
}

.srh-case a {
	display: block;
	width: 50px;
	padding-left: 16px;
	line-height: 34px
}

.srh-case .active,.srh-case .active:hover {
	background: 0 0;
	font-weight: 400
}

.srh-case .active:link,.srh-case .active:visited {
	color: #333
}

.slide-top {
	height: 60px;
	position: relative;
	overflow: hidden
}

.slide-top .slide-item {
	width: 1920px;
	height: 60px;
	left: 50%;
	margin-left: -960px
}

.slide-top .slide-ctrl {
	top: 40px;
	right: 55px
}

.top-adv {
	display: block;
	height: 60px;
	position: relative
}

.top-adv .flag-adv {
	left: 50%;
	margin-left: -595px
}

.top-strip-wrap {
	height: 60px
}

.srh {
	padding-top: 30px
}

.srh-input input {
	width: 400px
}

.nav .grid-wide {
	position: relative
}

.nav-detail {
	position: absolute;
	top: 39px;
	width: 1190px;
	height: 0;
	background: #fff;
	z-index: 22;
	display: none
}

.nav-detail .nav-det-con {
	padding: 16px 36px
}

.nav-detail .nav-det-con .nav-sub-con {
	float: left;
	width: 190px
}

.nav-detail .nav-det-con .arrow-db-right {
	margin-left: 2px;
	font-size: 20px
}

.nav-detail .nav-det-con .line {
	width: 55px;
	height: 1px;
	display: inline-block;
	background: #2e619b;
	position: absolute;
	left: 0;
	top: 25px
}

.nav-sub-con li a {
	line-height: 24px;
	color: #666;
	cursor: pointer
}

.nav-sub-con li:first-child {
	position: relative
}

.nav-sub-con li:first-child a {
	color: #333;
	font-size: 14px
}

.nav-dep-pic {
	float: right;
	margin-right: 164px;
	width: 363px;
	height: 120px;
	position: relative
}

.nav-dep-pic img {
	width: 100%;
	height: 100%
}

.advs {
	height: 480px;
	overflow: hidden;
	position: relative
}

.advs .sliders {
	position: absolute;
	width: 1920px;
	top: 0;
	left: 50%;
	margin-left: -960px
}

.advs .flag-adv {
	left: 50%;
	bottom: -30px;
	margin-left: -400px
}

.advs .flex-prev {
	left: 50%;
	top: 175px;
	margin-left: -400px
}

.advs .flex-next {
	right: 50%;
	top: 175px;
	margin-right: -390px
}

.advs .slider-ctrl {
	bottom: 150px;
	z-index: 12
}

.slider .active {
	z-index: 10
}

.center-qrcode {
	position: absolute;
	top: 330px;
	left: 0;
	width: 72px;
	padding: 5px;
	text-align: center;
	border: 1px solid #e6e6e6;
	background: #fff
}

.poptip {
	font-size: 12px;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: absolute
}

.poptip .arrow {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 8px dashed transparent;
	position: absolute;
	zoom: 1
}

.poptip .arrow-top {
	border-bottom: 8px solid transparent;
	top: -16px;
	left: 30px;
	border-bottom-color: #e5e5e5
}

.poptip .arrow-top .arrow-in {
	margin-top: -7px;
	border-bottom-color: #fff;
	margin-left: -8px
}

.main {
	height: 480px;
	position: relative
}

.main .theme-bg {
	width: 100%;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	min-width: 1190px
}

.main .theme-bg-l,.main .theme-bg-r {
	width: 365px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 11
}

.main .theme-bg-r {
	left: auto;
	right: 50%;
	margin-right: -960px
}

.catalog {
	position: absolute;
	width: 190px;
	background: #2e619b;
	left: 50%;
	top: 39px;
	margin-left: -595px;
	z-index: 21;
	display:none;
}

.catalog-box {
	height: 480px;
	position: relative;
	z-index: 2
}

.cata-lst {
	width: 190px;
	height: 470px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 2
}

.cata-lst .cata-item .cata-item-hd {
	font-family: 'microsoft yahei';
	padding: 4px 0 5px 15px;
	color: #fff
}

.cata-lst .cata-item .cata-item-hd b {
	float: right;
	font-family: simsun;
	font-weight: 700;
	color: #fff;
	margin: 2px 10px 0 0;
	display: none
}

.cata-lst .cata-item .cata-item-hd i {
	margin-right: 5px;
	color: #fff
}

.cata-lst .cata-item .cata-item-hd a {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none
}

.cata-lst .cata-item .cata-item-hd a:link,.cata-lst .cata-item .cata-item-hd a:visited {
	color: #fff
}

.cata-lst .cata-item .cata-item-hd a:hover {
	color: #fff;
	text-decoration: none
}

.cata-lst .active .cata-item-hd {
	width: 175px;
	background: #3c73b1
}

.cata-lst .active .cata-item-hd b {
	display: block
}

.cata-lst .active .last {
	padding: 4px 0 6px 15px
}

.float-cata {
	width: 790px;
	height: 479px;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
	position: absolute;
	left: 190px;
	top: 0;
	overflow: hidden;
	z-index: 1;
	display: none
}

.sub-cata {
	width: 570px;
	height: 480px;
	background: #f9f9f9;
	padding: 0 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.sub-cata-hd h2 {
	font: bold 16px 'microsoft yahei';
	padding: 11px 0;
	border-bottom: 1px solid #d5d5d5
}

.sub-cata-bd {
	height: 419px;
	overflow: hidden;
	*zoom: 1
}

.sub-cata-bd dl {
	padding-bottom: 12px;
	border-top: 1px dashed #e3e3e3;
	margin-top: -1px
}

.sub-cata-item-hd {
	font: bold 12px 'microsoft yahei';
	float: left;
	width: 80px;
	padding: 9px 0 0 0
}

.sub-cata-item-hd a:link,.sub-cata-item-hd a:visited {
	color: #d9363c
}

.sub-cata-item-hd a:hover {
	text-decoration: underline
}

.sub-cata-item-bd {
	overflow: hidden;
	*zoom: 1
}

.sub-cata-item-bd .v-sep {
	color: #ddd
}

.sub-cata-item-bd a {
	display: inline-block;
	padding: 8px 20px 0 0
}

.sub-cata-item-bd .red:hover,.sub-cata-item-bd .red:link,.sub-cata-item-bd .red:visited {
	color: #de373e
}

.sub-adv {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.sub-adv a {
	display: block;
	position: relative;
	height: 225px
}

.sub-adv .sub-cata-line {
	display: block;
	border-top: 1px solid #eee;
	margin: 0 10px
}

.main-focus-wrap {
	width: 770px;
	float: left
}

.main-focus {
	padding: 10px 0 0 10px
}

.slider {
	width: 800px;
	height: 355px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	margin-left: -405px;
	z-index: 11
}

.slidesjs-slide {
	height: 320px
}

.slider-lst {
	width: 760px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0
}

.img-left,.img-main,.img-right {
	position: absolute;
	top: 0
}

.slider .img-left {
	left: 800px
}

.slider .img-right {
	right: 800px
}

.slider .active {
	z-index: 11
}

.slider-ctrl {
	height: 15px;
	border-radius: 10px;
	position: absolute;
	margin-left: -48px;
	padding: 0 10px 0 4px;
	background: rgba(0,0,0,.1);
	left: 50%;
	bottom: 5px;
	z-index: 11
}

.slider-ctrl li {
	width: 12px;
	height: 4px;
	font-size: 0;
	background: #fff;
	float: left;
	margin: 5px 0 0 6px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	z-index: 2
}

.slider-ctrl .active {
	background: #f26966
}

.flex-next,.flex-prev {
	width: 33px;
	height: 67px;
	font-size: 46px;
	font-family: simsun,consolas;
	text-align: center;
	background-color: rgba(0,0,0,.1);
	filter: alpha(opacity=10);
	position: absolute;
	top: 112px;
	z-index: 21
}

.flex-prev {
	left: 5px
}

.flex-next {
	right: 5px
}

.flex-next:link,.flex-next:visited,.flex-prev:link,.flex-prev:visited {
	color: #fff
}

.flex-next:hover,.flex-prev:hover {
	background: rgba(0,0,0,.2);
	filter: alpha(opacity=20)
}

.prod-slider-wrap {
	width: 790px;
	height: 122px;
	position: absolute;
	overflow: hidden;
	top: 355px;
	left: 50%;
	margin-left: -400px;
	z-index: 11
}

.prod-slider {
	height: 122px;
	margin: 0 auto
}

.prod-slider-lst {
	width: 1000px
}

.prod-slider-lst li {
	width: 196px;
	text-align: center;
	float: left;
	margin-right: 2px;
	overflow: hidden;
	*zoom: 1;
	position: relative
}

.prod-slider-lst a {
	display: block;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	transition: all ease .5s
}

.prod-slider-lst a:hover {
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px)
}

.prod-slider-wrap .flex-next,.prod-slider-wrap .flex-prev {
	top: 28px
}

.user-info-wrap {
	width: 200px;
	height: 480px;
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -595px;
	z-index: 12
}

.user-login-detail {
	background: #f9f9f9;
	height: 138px
}

.user-info-name {
	color: #333;
	text-align: center;
	padding: 14px 0 10px;
	font-size: 14px
}

.user-info-bd {
	width: 100%
}

.user-info-bd .uib-wrab {
	width: 50%;
	padding: 18px 0;
	text-align: center;
	float: left
}

.user-info-bd .uib-wrab .uib-amount {
	font-size: 16px;
	line-height: 34px;
	font-weight: 700;
	display: block;
	color: #2e619b
}

.user-info-bd .uib-wrab .uib-tit {
	font-size: 12px;
	line-height: 18px;
	display: block;
	color: #333;
	margin-top: 4px
}

.user-info-bd .special {
	width: 33.33%
}

.user-info-hd {
	width: 100%
}

.user-info-hd .uih-wrap {
	width: 100%;
	text-align: center
}

.user-info-hd .uih-wrap .uih-btn {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border: 1px solid #2e619b;
	_margin-bottom: 1px;
	color: #fff;
	float: left;
	width: 63px;
	line-height: 24px
}

.user-info-hd .uih-wrap .uih-log {
	background: #2e619b;
	margin: 0 18px 0 17px
}

.user-info-hd .uih-wrap .uih-reg {
	background: #fff;
	color: #2e619b;
	margin: 0 17px 0 18px
}

.user-info-tab {
	width: 100%;
	height: 45px;
	cursor: pointer
}

.user-info-tab .uit-tit {
	list-style: none;
	width: 50%;
	padding: 18px 0 8px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #eee;
	float: left
}

.user-info-tab .active {
	border-bottom: 1px solid #2e619b;
	color: #2e619b
}

.user-info-svr {
	height: 110px;
	background: #fff;
	padding: 18px 0 10px;
	width: 100%;
	border-bottom: 1px solid #eee
}

.user-info-svr a {
	text-align: center;
	float: left;
	width: 33.33%;
	height: 66px;
	cursor: pointer;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s
}

.user-info-svr a i {
	margin-bottom: 8px;
	display: inline-block
}

.user-info-svr a em {
	display: block;
	font-style: normal;
	line-height: 21px;
	font-size: 12px;
	color: #333
}

.user-info-svr a:hover {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	transform: translateY(-3px)
}

.user-info-svr a:hover em {
	color: #2e619b
}

.user-info-svr .iconfont {
	font-size: 18px;
	color: #2e619b
}

.user-info-news {
	background: #fff;
	height: 280px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	padding: 18px 8px
}

.user-info-news h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #2e619b;
	margin-bottom: 10px
}

.user-info-news .uin-pic {
	width: 58px;
	height: 58px;
	border: 1px solid #ddd;
	float: left
}

.user-info-news .uin-content {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	float: left;
	width: 100%
}

.msg {
	padding: 40px 0
}

.msg-item {
	width: 585px;
	float: left;
	background: #f9f9f9;
	margin-left: 20px
}

.msg-item:first-child {
	margin-left: 0
}

.msg-hd {
	padding: 15px 20px 8px;
	line-height: 30px
}

.msg-hd h2 {
	font-size: 18px;
	float: left;
	position: relative
}

.msg-hd h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 2px solid #2e619b;
	width: 100%
}

.msg-hd a {
	float: right
}

.msg-hd a b {
	font-family: simsun
}

.msg-bd {
	padding: 0 20px 10px
}

.msg-bd table {
	width: 100%
}

.msg-bd td {
	line-height: 32px
}

.msg-bd .msg-tit {
	display: inline-block;
	width: 235px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

.msg-item-notice .msg-tit {
	width: 380px
}

body,html {
	height: 100%
}

.industry,.news,.recomd,.video {
	padding: 40px 0;
	position: relative
}

.industry-nav {
	border-bottom: 1px solid #073190;
	margin-bottom: 20px
}

.industry-nav li {
	width: 84px;
	height: 72px;
	float: left;
	background: #fff;
	margin-left: 1px;
	text-align: center;
	color: #073190;
	cursor: pointer
}

.industry-nav li i {
	margin: 12px 0 5px 0;
	color: #073190
}

.industry-nav .active {
	border-left: 1px solid #073190;
	margin-left: 0;
	color: #fff;
	background: #073190
}

.industry-nav .active i {
	color: #fff
}

.industry-prod {
	height: 480px;
	margin-bottom: 40px
}

.industry-prod .prod-lst {
	width: 840px;
	margin-top: -10px;
	float: left
}

.industry-prod .prod-item {
	width: 200px;
	height: 235px;
	background: #fff;
	margin: 10px 0 0 10px;
	float: left
}

.industry-prod .prod-item .prod-pic {
	display: block;
	width: 200px;
	height: 160px;
	overflow: hidden
}

.industry-prod .prod-item img {
	transition: all .2s
}

.industry-prod .prod-item:hover img {
	transform: scale(1.1)
}

.industry-prod .prod-ft {
	padding: 16px 15px
}

.industry-prod .prod-ft a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.industry-prod .prod-tit {
	font-size: 14px
}

.industry-prod .prod-subtit {
	margin-top: 4px
}

.industry-prod .prod-subtit:link,.industry-prod .prod-subtit:visited {
	color: #999
}

.industry-prod .prod-subtit:hover {
	color: #d9363c
}

.industry-prod .lead {
	position: relative;
	float: left;
	width: 350px;
	height: 480px;
	cursor: pointer
}

.industry-prod .lead-lnk {
	width: 330px;
	height: 275px;
	display: inline-block;
	font-size: 60px;
	padding: 35px 0 0 20px;
	font-weight: 700
}

.industry-prod .lead-lnk:hover,.industry-prod .lead-lnk:link,.industry-prod .lead-lnk:visited {
	color: #fff
}

.industry-prod .lead-keyword {
	position: absolute;
	top: 345px
}

.industry-prod .lead-keyword a {
	padding: 0 10px;
	line-height: 25px;
	margin: 15px 5px 0 20px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 25px
}

.industry-ul {
	width: 16700px;
	overflow: hidden;
	position: absolute;
	height: 890px
}

.industry-ul li {
	float: left;
	width: 1190px
}

.industry-view {
	overflow: hidden;
	position: relative;
	height: 890px
}

.industry-company {
	margin: -20px 0 0 -20px
}

.industry-company .prod-lst {
	margin-left: -10px
}

.industry-company .prod-item {
	width: 99px;
	height: 99px;
	line-height: 96px;
	text-align: center;
	border: 1px solid #eee;
	float: left;
	margin-left: 10px;
	overflow: hidden
}

.industry-company .prod-item img {
	max-width: 99px;
	max-height: 99px;
	transition: all .2s
}

.industry-company .prod-item img:hover {
	transform: scale(1.1)
}

.flr span {
	cursor: pointer
}

.company-item {
	width: 585px;
	height: 175px;
	float: left;
	margin: 20px 0 0 20px;
	background: #fff
}

.company-hd {
	line-height: 54px;
	padding: 0 20px
}

.company-hd a {
	float: left;
	font-size: 14px
}

.company-hd .company-sale a {
	float: right;
	color: #999;
	font-size: 12px
}

.company-hd .company-sale a:hover {
	color: #d9363c
}

.company-bd {
	padding: 0 20px 20px
}

.recomd .lead {
	width: 350px;
	height: 240px;
	float: left;
	background: url(../img/recomd_img.jpg) no-repeat
}

.adv-slider {
	float: left;
	width: 840px;
	height: 240px
}

.recomd-company-slider {
	width: 1190px;
	height: 130px;
	margin-top: 40px;
	padding: 10px 0 10px 10px;
	overflow: hidden;
	position: relative;
	margin-left: -10px
}

.recomd-company-slider ul {
	width: 4800px;
	position: absolute
}

.recomd-company-slider li {
	width: 190px;
	float: left;
	margin-right: 9px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #eee
}

.recomd-company-slider li .pic {
	width: 190px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	overflow: hidden
}

.recomd-company-slider li img {
	max-width: 190px;
	max-height: 60px;
	transition: all .2s
}

.recomd-company-slider li img:hover {
	transform: scale(1.1)
}

.recomd-company-slider li .ft {
	height: 62px;
	border-top: 1px solid #eee
}

.recomd-company-slider li .ft a {
	display: block;
	padding: 10px 10px 4px 10px;
	height: 20px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.recomd-company-slider li .ft p {
	font-size: 12px;
	color: #999;
	padding: 0 10px;
	line-height: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.recommend-adv {
	width: 840px;
	height: 240px;
	margin-left: 350px;
	position: relative
}

.recommend-adv img {
	width: 840px;
	height: 240px
}

.recommend-advs {
	position: absolute;
	top: 0;
	left: 0
}

.recomd-hd {
	position: relative
}

.recomd-company-hd {
	position: relative
}

.recomd-prod-slider {
	width: 1190px;
	height: 400px;
	padding: 10px 0 10px 10px;
	margin-left: -10px;
	overflow: hidden;
	position: relative
}

.recomd-prod-slider ul {
	width: 4800px;
	position: absolute
}

.recomd-prod-slider li {
	width: 290px;
	float: left;
	margin-right: 9px;
	box-shadow: 0 0 10px #eee
}

.recomd-prod-slider li .pic {
	display: block;
	width: 290px;
	height: 290px;
	line-height: 290px;
	text-align: center;
	overflow: hidden
}

.recomd-prod-slider li img {
	max-width: 290px;
	max-height: 290px;
	transition: all .2s
}

.recomd-prod-slider li img:hover {
	transform: scale(1.1)
}

.recomd-prod-slider .ft {
	height: 109px;
	border: 1px solid #f5f5f5;
	border-top: none
}

.recomd-prod-slider .ft a {
	display: inline-block;
	padding: 10px 20px;
	height: 40px;
	font-size: 14px
}

.recomd-prod-slider .ft .ope {
	padding: 15px 20px 0;
	color: #c29b73
}

.recomd-prod-slider .ft .ope i {
	color: #c29b73;
	margin-top: -3px
}

.full-3d-wrap {
	width: 42px;
	height: 67px;
	position: absolute;
	left: 48%;
	top: 190px;
	z-index: 9;
	cursor: pointer
}

.full-3d-t {
	width: 28px;
	height: 42px;
	background: url(../img/icon_3D_main.png) no-repeat;
	position: absolute;
	z-index: 1;
	left: 7px
}

.full-3d-b {
	width: 40px;
	height: 20px;
	background: url(../img/icon_3D_b.png) no-repeat;
	position: absolute;
	top: 28px
}

.video-play:hover .full-3d-b {
	background: url(../img/icon_3D_b.gif) -5px -16px no-repeat
}

.full-3d-num {
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	top: 49px;
	left: 5px;
	color: #fff
}

.video-bd {
	height: 500px
}

.news-nav,.video-nav {
	width: 460px;
	float: left;
	margin-top: 85px
}

.news-nav li,.video-nav li {
	line-height: 83px;
	background: #fff;
	padding: 0 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer
}

.news-nav li a,.video-nav li a {
	float: right
}

.news-nav li a:link,.news-nav li a:visited,.video-nav li a:link,.video-nav li a:visited {
	color: #666
}

.news-nav .active,.video-nav .active {
	background: #2e619b;
	color: #fff
}

.news-nav .active a:link,.news-nav .active a:visited,.video-nav .active a:link,.video-nav .active a:visited {
	color: #fff
}

.news-box,.video-box {
	width: 100%;
	float: right;
	margin-top:80px;
}

.video-play {
	position: relative;
	width: 710px;
	height: 420px
}

.video-play img {
	cursor: pointer
}

.video-play a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 34px;
	padding: 0 10px;
	background: rgba(0,0,0,.5)
}

.video-play a:hover,.video-play a:link,.video-play a:visited {
	color: #fff
}

.video-play a b {
	font-family: simsun
}

.video-info {
	height: 60px;
	background: #fff;
	display: block;
	padding: 20px 20px 0;
	line-height: 23px
}

.video-info span {
	color: #2e619b
}

.news-nav {
	margin-top: 120px;
	box-shadow: 0 0 15px #eee
}

.news-pic {
	height: 290px;
	position: relative;
	display: block
}

.news-pic span {
	width: 580px;
	line-height: 40px;
	padding: 0 110px 0 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news-pic img {
	width: 710px;
	height: 290px
}

.news-info {
	box-shadow: 0 0 15px #eee;
	padding: 10px 20px 0
}

.news-info .news-info-item {
	height: 30px;
	width:48%;
	float:left;
	padding:0px 1%;
	

}

.news-info a {
	float: left;
	line-height: 30px
}

.news-info span {
	float: right;
	line-height: 30px;
	display: inline-block
}

.news-info .news-lst-tit {
	margin-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news-info .news-foucs-tit {
	width: 580px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.like {
	padding: 40px 0
}

.like .lead {
	width: 350px;
	height: 240px;
	float: left;
	background: url(../img/like_pic.jpg) no-repeat;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	box-sizing: border-box;
	padding: 74px 46px
}

.col-adv {
	margin-bottom: 40px
}

.special-col-adv {
	margin-left: 0
}

.like-prod {
	margin-left: -10px
}

.like-adv {
	width: 840px;
	height: 240px;
	margin-left: 350px;
	position: relative
}

.like-adv .like-advs {
	position: absolute;
	top: 0;
	left: 0
}

.slide-ctrl1 {
	height: 10px;
	position: absolute;
	right: 20px;
	top: 220px;
	z-index: 101
}

.slide-ctrl1 li {
	width: 8px;
	height: 8px;
	float: left;
	border: 1px solid #fff;
	margin-left: 10px;
	border-radius: 50%;
	cursor: pointer
}

.slide-ctrl1 .current {
	background: #fff
}

.like-prod-item {
	width: 230px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 10px;
	position: relative;
	background: #fff
}

.like-prod-item:hover .like-more {
	bottom: 0
}

.like-prod-item .pic {
	width: 230px;
	height: 230px;
	text-align: center;
	line-height: 230px;
	display: block
}

.like-prod-item img {
	max-width: 230px;
	max-height: 230px;
	transition: all .2s
}

.like-prod-item img:hover {
	transform: scale(1.1)
}

.like-prod-ft {
	height: 60px;
	padding: 10px 15px 0;
	background: #fff
}

.like-prod-ft a {
	display: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.like-prod-ft p {
	color: #2e619b;
	margin-top: 5px
}

.like-more {
	width: 230px;
	height: 87px;
	background: #2e619b;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -87px;
	transition: all .5s
}

.like-more:hover,.like-more:link,.like-more:visited {
	color: #fff
}

.like-more h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 15px
}

.like-more i {
	font-family: simsun
}

.big_adv {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative
}

.big_adv .hd-adv {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative
}

.big_adv .adv_youkuplayer {
	width: 850px;
	height: 450px;
	display: inline-block;
	border: 1px solid red;
	margin-top: 300px
}

@keyframes bounce {
	0%,100%,20%,50%,80% {
		transform: translate(0,0)
	}

	40% {
		transform: translate(0,-30px)
	}

	60% {
		transform: translate(0,-15px)
	}
}

.small-tip {
	position: absolute;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background-color: #333;
	bottom: 35px;
	color: #fff;
	left: 50%;
	-webkit-animation: bounce 2s infinite;
	z-index: 99;
	cursor: pointer
}

.small-tip i {
	color: #fff
}

.big-p {
	position: absolute;
	left: 49%;
	bottom: 92px;
	color: #333;
	font-size: 18px;
	font-weight: 700
}

.full-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	z-index: 999
}

.full-pop-close {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.full-pop-close:hover {
	transform: rotate(185deg)
}

.full-pop-close:after,.full-pop-close:before {
	content: '';
	background: #fff;
	position: absolute;
	transform: rotate(45deg)
}

.full-pop-close:before {
	width: 50px;
	height: 2px;
	left: 0;
	top: 24px
}

.full-pop-close:after {
	width: 2px;
	height: 50px;
	left: 24px;
	top: 0
}

.info {
	position: relative
}

.info h2 {
	position: absolute;
	top: 0;
	left: 0
}

.info h2:after {
	content: '';
	position: absolute;
	width: 50%;
	border-bottom: 4px solid #2e619b;
	left: 0;
	bottom: -10px
}

.full-adv {
	height: 90px;
	margin-top: 40px;
	position: relative;
	overflow: hidden
}

.full-adv img {
	width: 1190px;
	height: 90px
}

.slide-item {
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0
}

.slide-ctrl {
	height: 10px;
	position: absolute;
	right: 20px;
	top: 70px;
	z-index: 101
}

.slide-ctrl li {
	width: 8px;
	height: 8px;
	float: left;
	border: 1px solid #fff;
	margin-left: 10px;
	border-radius: 50%;
	cursor: pointer
}

.slide-ctrl .current {
	background: #fff
}

.strip-short {
	float: right
}

.strip-short a {
	display: block;
	position: relative
}

.teamwork-wrap {
	padding: 40px 0
}

.theme .logo-wrap {
	padding-top: 15px;
	padding-left: 0
}

.theme .site-func a:link,.theme .site-func a:visited,.theme .site-logon a:link,.theme .site-logon a:visited,.theme .top-phone a:link,.theme .top-phone a:visited {
	color: #fff
}

.theme .site-func a:hover,.theme .site-logon a:hover,.theme .top-phone a:hover {
	color: #fff
}

.theme .hover a:hover,.theme .hover a:link,.theme .hover a:visited {
	color: #333
}

.theme .tpbar-arrow {
	border: 5px solid transparent;
	border-top-color: #fff
}

.theme .hover .tpbar-arrow {
	border: 5px solid transparent;
	border-top-color: #666
}

.theme .site-func-item .red {
	color: #fff
}

.theme .site-func .icon-cart {
	background: url(../img/home/double11_icon.png) 0 0 no-repeat
}

.theme .header-wrap {
	background: 0 0
}

.theme .gray-btn {
	border: 1px solid #fff;
	background: #fff
}

.theme .nav {
	width: 1190px;
	margin: 0 auto
}

.theme .user-login {
	margin-right: 1px
}

.theme .srh-case a:link,.theme .srh-case a:visited,.theme .srh-hot-keyword a:link,.theme .srh-hot-keyword a:visited {
	color: #fff
}

.fixed-menu {
	width: 70px;
	/*height: 165px;*/
	left: 50%;
	background: #fff;
	z-index: 99;
	text-align: center;
	margin-left: -725px;
	display: none
}

.fixed-menu:hover .icon_m2 {
	-webkit-animation: mlogo 1s linear;
	animation: mlogo 1s linear
}

.fixed-menu .icon_m2 {
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	border: 22px solid transparent;
	border-bottom-color: #e50012;
	left: 30px;
	top: -42px;
	border-left-width: 18px;
	border-right-width: 0;
	transform-origin: bottom left;
	z-index: 2
}

.fixed-menu .icon_m {
	position: absolute;
	top: -21px;
	left: 18px;
	width: 22px;
	height: 27px;
	background: url(../img/icon_m.png);
	z-index: 3
}

.fixed-menu ul {
	box-shadow: 0 0 15px #eee;
	background: #fff;
	position: absolute;
	width: 70px;
	z-index: 2
}

.fixed-menu li {
	line-height: 33px;
	color: #666;
	cursor: pointer
}

.fixed-menu li:hover {
	background: #e41b2e;
	color: #fff
}

.fixed-menu .active {
	background: #e41b2e;
	color: #fff
}

@keyframes mlogo {
	0%,100%,20%,53%,80% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	40%,43% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	70% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}

	90% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.back-top:hover,.suggest:hover {
	text-indent: 0;
	background: #de373d;
	color: #fff;
	border-radius: 2px
}

.fixed-hs {
	position: fixed;
	_position: absolute;
	left: 50%;
	top: 500px;
	margin-left: -675px
}

.enter-detail {
	width: 130px;
	height: 30px;
	background-color: #c29b73;
	display: inline-block;
	color: #fff!important;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	font-size: 14px
}

.exhibition-ul {
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 5px 20px;
	margin-top: 30px
}

.exhibition-ul li {
	float: left;
	width: 100px;
	height: 75px;
	text-align: left;
	background-color: #f8f8f8
}

.exhibition-infor {
	overflow: hidden
}

.exhibition-infor li {
	float: left;
	width: 346px;
	height: 220px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 4px
}

.exhibition-infor li img {
	width: 346px;
	height: 220px
}

.exhibition-infor li span {
	width: 346px;
	line-height: 40px;
	padding: 0 0 0 20px;
	color: #fff;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box
}

.footer-wrap {
	background: #333
}

.ft-team {
	padding: 0 0 15px 0;
	text-align: left;
	border-top: 1px solid #4d4d4d
}