@charset "utf-8";

/* CSS Document */
.site-topbar { position: relative; z-index: 30; height: 32px; border-bottom: 1px solid #DFDFDF; font-size: 12px; color: #b0b0b0; background: #333; }

.topbar-nav { float: left; width: 380px; }

.topbar-info { position: relative; float: right; _display: inline; height: 32px; }

.topbar-info li { float: left; margin-left: 15px; }

.topbar-info li a { display: inline-block; color: #b0b0b0; font-size: 12px; height: 32px; line-height: 32px; }

.site-topbar .topbar-cart { width: 120px; margin-left: 15px; height: 32px; }

.site-topbar .cart-mini { position: relative; z-index: 32; display: block; height: 32px; line-height: 32px; text-align: center; color: #b0b0b0; background: #424242; }

.logo-left { float: left; }

.site-header { height: 90px; clear: both; }

.site-header .site-logo { height: 90px; float: left; }

.site-header .site-info { float: left; }

.site-info span { font-size: 18px; line-height: 48px; margin-left: 10px; margin-top: 30px; display: block; }

.site-header .site-tel { float: right; }

/* Nav */

.header-nav { height: 42px; width: 100%; background-color: #205cad; position: relative; z-index: 99999; clear: both; }

.header-nav .nav { width: 1180px; margin: 0 auto; height: 42px; text-align: center; line-height: 42px; }

.nav-main-item { float: left; text-align: center; position: relative; border-left: 1px solid #205cad; border-right: 1px solid #205cad; }

.nav-main-item a { padding: 0px 25px; font-size: 14px;  text-decoration: none; height: 42px; line-height: 42px; color: #ffffff; }

.nav-main-item a:hover { color: #ffffff; }

.nav li { float: left; height: 42px; position: relative; list-style: none;     width: 120px;}

.nav li.last { background: none; }

.nav li a { text-decoration: none; }

.nav li a span { float: left; display: block; line-height: 42px; font-size: 14px; color: #ffffff; cursor: pointer; width: 143px; text-align: center; }

.nav ul li.selected .nav-main-children { display: block; }

.nav li .nav-main-children { display: none; clear: both; position: absolute; top: 42px; }

.nav-main-children .children { width: 120px; overflow: hidden; background-color: #fefefe; }

.nav-main-children .children .children-list { padding: 10px; background-color: #ffffff; }

.nav-main-children .children-list li { width: 90px;  float: left; padding: 0 5px; margin-top: 5px; }

.nav-main-children .children-list li a { width: 90px; display: block; float: none; padding: 0; font-size: 12px; height: 28px; line-height: 28px; color: #333333; }

.nav-main-children .children-list li a:hover { color: #205cad; }

.nav-main-children .children-list li a span:hover { color: #205cad; }

.nav-main-children .children-list li img { float: left; width: 88px; height: 40px; border: 1px solid #dddddd; }

.nav-main-children .children-list li a span { float: left; width: 90px; font-size: 16px; height: 28px; line-height: 28px; color: #333333; text-align: center; display: block; margin-bottom: 5px; }

.nav_hover_menu { text-decoration: none; background-color: #184c91; color: #ffffff; height: 42px; border-left: 1px solid #4476bb; border-right: 1px solid #4476bb; }

.nav-main-children .children .nav_news_info { width: 30%; padding-top: 20px; height: 100%; background-color: #ffffff; }

.children .nav_news_info p a { padding: 0; height: 30px; line-height: 30px; color: #333333; }

.children .nav_news_info p { display: inline-block; width: 120px; }

/*Index Slider*/

.Slidecontent { width: 1180px; margin: 0 auto; !important;
position: relative; padding: 0; max-height: 370px !important; overflow: hidden; }

.Slidecontent .Slider { width: 1180px !important; max-height: 370px !important; position: relative; }

/*@media only screen and (min-width: 768px) and (max-width: 959px) {

.banner, .bannercontainer { width: 768px; height: 309px; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.banner, .bannercontainer { width: 480px; height: 193px; }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

.banner, .bannercontainer { width: 320px; height: 129px; }
}

@media only screen and (max-width: 319px) {

.banner, .bannercontainer { width: 240px; height: 97px; }
}*/

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected { background: #0089cd !important; }

.tp-leftarrow:hover, .tp-rightarrow:hover { background-color: #0089cd !important; }

/** BULLETS **/
.tp-bullets { z-index: 1001; position: absolute; bottom: 10px; }

.tp-bullets.simplebullets.round .bullet { cursor: pointer; position: relative; background: #d6d6d6; width: 90px; height: 3px; float: left; -webkit-transition: background 0.1s linear; -moz-transition: color, background 0.1s linear; -o-transition: color, background 0.1s linear; transition: color, background 0.1s linear; }

.tp-leftarrow.large { z-index: 100; cursor: pointer; position: relative; background: #393939 url(../images/slider-left-arrow.png) no-Repeat; width: 42px; height: 43px; margin-left: 0px; margin-top: -21px; -webkit-transition: background 0.1s linear; -moz-transition: color, background 0.1s linear; -o-transition: color, background 0.1s linear; transition: color, background 0.1s linear; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*//*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/ }

.tp-rightarrow.large { z-index: 100; cursor: pointer; position: relative; background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0; width: 42px; height: 43px; margin-left: 0; margin-top: -21px; -webkit-transition: background 0.1s linear; -moz-transition: color, background 0.1s linear; -o-transition: color, background 0.1s linear; transition: color, background 0.1s linear; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*//*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/ }

.tp-bullets .tp-thumbs { z-index: 100; position: absolute; padding: 3px; background-color: #fff; width: 500px; height: 50px; margin-top: -50px; }

.Slidecontent .tp-thumbs { padding: 3px; }

.tp-bullets.tp-thumbs .tp-mask { width: 500px; height: 50px; overflow: hidden; position: relative; }

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer { width: 5000px; position: absolute; }

.tp-bullets.tp-thumbs .bullet { width: 100px; height: 50px; cursor: pointer; overflow: hidden; background: none; margin: 0; float: left; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*filter: alpha(opacity=50);	*/ -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; }

.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.tp-thumbs img { width: 1180px; }

.tp-bannertimer { width: 100%; height: 10px; position: absolute; z-index: 200; z-index: 5000; }

.tp-bannertimer.tp-bottom { bottom: 0px !important; height: 5px; }

/*@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

.responsive .tp-bullets.tp-thumbs { width: 300px !important; height: 30px !important; }

.responsive .tp-bullets.tp-thumbs .tp-mask { width: 300px !important; height: 30px !important; }

.responsive .tp-bullets.tp-thumbs .bullet { width: 60px !important; height: 30px !important; }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {

.responsive .tp-bullets { display: none; }

.responsive .tparrows { display: none; }
}*/

.tp-simpleresponsive img { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; }

.tp-simpleresponsive a { text-decoration: none; }

.tp-simpleresponsive ul { list-style: none; padding: 0; margin: 0; }

.tp-simpleresponsive >ul >li { list-stye: none; position: absolute; visibility: hidden; }

.caption.slidelink a div, .tp-caption.slidelink a div { width: 10000px; height: 10000px; }

.tp-loader { background: url(../images/loader.gif) no-repeat 10px 10px; background-color: #fff; margin: -22px -22px; top: 50%; left: 50%; z-index: 10000; position: absolute; width: 44px; height: 44px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Hotnews */
.Hotnews { width: 100%; height: 42px; }

.HotNews_Body { background-color: #fff; width: 1178px; height: 38px; margin: 0 auto; }

.scrollTitle { margin-left: 20px; line-height: 36px; float: left; height: 40px; }

.blue { color: #205cad; font-size: 14px; font-weight: 600; }

#scrollDiv { height: 40px; line-height: 40px; overflow: hidden; margin-left: 0px; float: left; }

#scrollDiv ul li { height: 40px; line-height: 40px; vertical-align: bottom; zoom: 1; }

.scroltit { float: right; height: 40px; line-height: 40px; margin-right: 50px }

.scroltit span { background: url(../images/all.png) no-repeat; margin-top: 12px; width: 16px; height: 16px; display: inline-block; }

.scroltit #but_up { background-position: -48px 0px; margin-right: 5px; }

.scroltit #but_up:hover { background-position: -16px 0px; }

.scroltit #but_down { background-position: -32px 0px; }

.scroltit #but_down:hover { background-position: -64px 0px; }

/* Home Hore */
.home-hero { width: 100%; height: 170px; }

.home-hero-body { width: 1180px; margin: 0 auto; }

.home-hero-left { width: 220px; float: left; height: 170px; background-color: #dedede; }

.home-hero-right { float: left; width: 940px; margin-left: 20px; height: 170px; }

.home-hero-right li { float: left; width: 300px; height: 170px; margin-left: 20px; -webkit-transition: -webkit-box-shadow 0.2s linear; transition: box-shadow 0.2s linear; }

.home-hero-right li img { -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }

.home-hero-right li.first { margin-left: 0px; }

/* Index Agent Brand*/
.hotbrand { width: 100%; height: auto; overflow: hidden; min-height: 171px;min-width: 1200px; }

.hotbrand_body { width: 1178px; margin: 0px auto; }

.hotbrand_hd { height: 50px; }

.hotbrand_bd { width: 1180px; overflow: hidden; height: auto; _height: 100%; }

.hotbrand_bd span { border: 1px solid #DFDFDF; display: block; float: left; width: 230px; height: 210px; margin-right: 3px; margin-bottom: 5px; }

.hotbrand_bd span:last-child { margin-right: 0px; }

/*Index Hot product*/
.hotproduct { width: 100%; height: auto; }

.hotproduct_body { width: 1178px; margin: 0px auto; }

.hotproduct_hd { height: 50px; }

.hotproduct_bd { width: 1180px; margin: 0 auto; position: relative; _height: 100%; }

.picbox { width: 1178px; height: 288px; overflow: hidden; position: relative; border: 1px solid #DFDFDF; }

.piclist { height: 288px; position: absolute; left: 0px; top: 0px }

.piclist li { border-right: 1px solid #dfdfdf; float: left; width: 235px; }

.swaplist { position: absolute; left: -3600px; top: 0px }

.og_prev, .og_next { width: 30px; height: 20px; background: url(../images/hotpro_icon.png) no-repeat; position: absolute; top: -30px; z-index: 99; }

.og_prev { background-position: 0px -20px; right: 29px; }

.og_next { background-position: -30px -20px; right: 0px; }

.hotproduct_bd .Hotproduct-content { display: block; height: 268px; padding: 4px; border: 6px solid #FFF; text-align: center; background-color: #ffffff; transition: border-color 0.5s ease 0s; }

.hotproduct_bd .Hotproduct-content:hover {
*background:#ffffff; border-color: #f3f3f3; border-color: rgba(243,243,243,0.8); }

.Hotproduct-content .item-pic { display: block; margin-bottom: 10px; }

.Hotproduct-content .item-pic img { height: 208px; width: 208px; }

.Hotproduct-content .item-title { display: block; font-size: 12px; color: #212121; font-weight: 400; line-height: 28px; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1 }

.Hotproduct-content .item-desc { display: block; color: #b0b0b0; margin-top: 8px; font-size: 12px; line-height: 30px; font-weight: 400; }

.Hotproduct-content a { display: block; }

.Hotproduct-content a:hover { color: #205cad; }

/* About US */
.aboutus { width: 100%; height: auto; }

.aboutus_body { width: 1180px; margin: 0px auto; }

.aboutus_hd { height: 50px; }

.aboutus_bd { width: 1178px; margin: 0 auto; _height: 100%; border: 1px solid #DFDFDF; background: #ffffff; height: 350px; }

.aboutus_l { width: 515px; height: 230px; padding: 60px 0px 60px 50px; float: left; line-height: 26px; font-size: 13px; color: #878787; position: relative }

.aboutus_l p { width: 515px; height: 230px; overflow: hidden }

.about_more_but { position: absolute; left: 470px; top: 230px; color: #2882e8; width: 78px; height: 15px; border-radius: 13px; padding: 5px; border: 1px solid #e7e7e7; display: block; transition: all .3s ease-out 0s; }

.about_more_but span { height: 15px; color: #0089cd; display: block; font-size: 12px; line-height: 15px; margin-left: 15px; transition: all .3s ease-out 0s }

.about_more_but:hover { background: #0089cd; border: 1px solid #0089cd; }

.about_more_but:hover span { color: #ffffff; }

.aboutus_r { width: 550px; height: 350px; float: right; }

.aboutus_r a { width: 550px; height: 350px; display: block; }

/* Index News */
.news { width: 100%; height: auto; }

.news_body { width: 1180px; margin: 0px auto; }

.news_hd { height: 50px; position: relative; }

.news_hd .more { position: absolute; top: 0; right: 0; }

.news_hd .more .more-link { font-size: 14px; line-height: 58px; color: #0089cd; -webkit-transition: all .4s; transition: all .4s; }

.news_bd { width: 1180px; margin: 0 auto; _height: 100%; height: 380px; }

.review-list { width: 1200px; height: 380px; margin: 0; padding: 0; list-style-type: none; }

.review-item { position: relative; float: left; width: 278px; height: 380px; margin-left: 19px; margin-bottom: 14px; background: #fff; -webkit-transition: all .2s linear; transition: all .2s linear; border: 1px solid #e8e8e8; }

.review-item:first-child, .review-item-first { margin-left: 0 }

.review-item:hover { z-index: 2; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0) }

.review-item .figure-img { width: 278px; height: 160px; margin: 0 0 28px; }

.review-item .figure-img a { display: block; }

.review-item .figure-img img { width: 278px; height: 160px; }

.review-item .review { height: 84px; margin: 0 30px 5px; font-size: 14px; font-weight: 400; }

.review-item .author { position: relative; height: 18px; margin: 0 30px 15px; padding: 0 10px 0 0; font-size: 12px; color: #b0b0b0; }

.review-item .info { margin: 0 30px; text-overflow: ellipsis; /*white-space: nowrap;*/ overflow: hidden; _zoom: 1; }

.review-item .info a { color: #333; }

.review-item .title { display: inline-block; margin: 0; font-size: 14px; font-weight: 400; max-width: 220px; text-overflow: ellipsis; /*white-space: nowrap;*/ overflow: hidden; _zoom: 1; vertical-align: bottom; color: #333; }

/* Index Client */
.index_client { width: 100%; height: auto; overflow: hidden; min-height: 171px; }

.index_client_body { width: 1178px; margin: 0px auto; }

.index_client_hd { height: 50px; }

.index_client_bd { width: 1180px; overflow: hidden; height: auto; _height: 100%; }

.index_client_bd span { border: 1px solid #DFDFDF; display: block; float: left; width: 126px; height: 56px; margin-right: 3px; margin-bottom: 5px; }

.index_client_bd span:last-child { margin-right: 0px; }

/* Index Links */
.index_links { width: 100%; height: auto; overflow: hidden; min-height: 171px; }

.index_links_body { width: 1180px; margin: 0px auto; }

.index_links_hd { height: 50px; }

.index_links_bd { width: 1178px; overflow: hidden; height: auto; _height: 100%; border: 1px solid #DFDFDF; background: #ffffff; min-height: 120px; }

.linksview { width: 1118px; padding: 30px; }

.index_links_bd ul li { float: left; width: auto; padding: 3px; }

/* About page */
.about_box { width: 100%; float: left; }

.about_box_Body { margin: 0 auto; height: 210px; width: 1180px; }

.mian_tab .navbg { position: absolute; z-index: 5; }

.mian_tab { width: 100%; border-bottom: 1px solid #dfdfdf; }

.mian_tab ul { width: 100%; text-align: center; margin: 0 auto; overflow: hidden; }

.mian_tab ul li { display: inline; text-align: center; }

.mian_tab ul li a.current { color: #205cad; border-bottom: 3px solid #205cad; }

.mian_tab ul li a { font-size: 16px; line-height: 62px; color: #333; display: inline-block; margin: 0 40px; }

.main_about { width: 100%; overflow: hidden; padding-top: 62px; }

.who { width: 995px; margin: 0px auto; overflow: hidden; text-align: left; }

.who h3 { font-size: 28px; color: #333; font-weight: 400; text-align: center; margin-top: 75px; }

.who p { margin: 0px auto; overflow: hidden; line-height: 30px; font-size: 14px; color: #333; margin-top: 30px; }

.main_about .bottom { width: 1180px; margin: 70px auto 90px auto; overflow: hidden; }

.main_about .bottom dl { width: 31%; margin: 0 1.1%; float: left; text-align: center; }

.main_about .bottom dl dd { margin-bottom: 10px; }

.project_box { width: 100%; background: #ffffff; }

.project { width: 1180px; overflow: hidden; margin: 60px auto 0px auto; }

.project .title { margin: 60px auto 0px auto; width: 100%; text-align: center; }

.project .title h3 { font-size: 28px; color: #333; font-weight: 400; line-height: 35px; margin: 15px 0; }

.project .title span { font-size: 16px; color: #666; }

.project_con { width: 100%; overflow: hidden; clear: both; margin: 50px auto; }

.project_con dl { width: 360px; float: left; font-size: 14px; margin: 15px; overflow: hidden; color: #333; line-height: 26px; }

.project_con dl dd { height: 240px; margin-bottom: 12px; padding: 1px; transition: box-shadow 218ms; }

.project_con dl dd a { display: block; width: 100%; height: 100%; }

.team_box { padding-top: 80px; overflow: hidden; }

.team { width: 1180px; margin: 0px auto; clear: both; overflow: hidden; }

.team h3 { text-align: center; font-weight: 400; font-size: 28px; line-height: 30px; margin-bottom: 30px; color: #333; }

.team .top { width: 995px; margin: 0 auto; }

.team .top p { font-size: 14px; line-height: 28px; text-align: left; }

.team_con { width: 100%; clear: both; overflow: hidden; margin: 50px auto; }

.team_con .left_cor { width: 66.6%; float: left; }

.team_con .left_cor .boxgrid { width: 50%; height: 220px; border: 1.5px solid #fff; float: left; overflow: hidden; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background-position: center top; }

.team_con .left_cor .boxgrid .cover { top: 220px; left: 0; }

.team_con .left_cor .boxgrid .cover { position: absolute; background: #000; height: 220px; width: 100%; opacity: .7; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.team_con .left_cor .boxgrid .cover h3 { font-size: 14px; color: #fff; line-height: 40px; text-align: left; margin-left: 15px; }

.team_con .right_cor { width: 33.3%; float: right; margin-top: 1px; }

.team_con .right_cor .boxgrid { width: 100%; height: 438px; overflow: hidden; position: relative; background-position: center top; }

.team_con .right_cor .boxgrid .cover1 { top: 438px; left: 0; }

.team_con .right_cor .boxgrid .cover1 { position: absolute; background: #000; height: 438px; width: 100%; opacity: .7; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.team_con .right_cor .boxgrid .cover1 h3 { font-size: 14px; color: #fff; line-height: 40px; text-align: left; margin-left: 15px; }

/* News page */

/* news_Adv */
.newsadv_box { width: 100%; /*float: left; */}

.newsadv_box_Body { margin: 0 auto; height: 300px; width: 100%; }

/* news List */
.news_list { width: 100%; height: auto; float: left; }

.news_list_body { width: 1180px; margin: 0px auto; }

.news_list_hd { height: 52px; }

.title_line { margin-bottom: -1px; z-index: 9999; border-bottom: 2px solid #205cad; }

.news_h2 { float: left; font-size: 18px; font-weight: 400; color: #333333; line-height: 50px; }

.news_list_bd { width: 1180px; margin: 30px auto; _height: 100%; height: 380px; }

.news_nav { float: right; padding-top: 15px; }

.news_list_ul { width: 1200px; height: 380px; margin: 0; padding: 0; list-style-type: none; }

.news_nav li.on { background: #205cad; color: #fff; float: left; width: 80px; height: 30px; text-align: center; line-height: 30px; }

.news_nav li { transition: all 0.3s ease-out 0s; float: left; width: 80px; height: 30px; text-align: center; line-height: 30px; color: #333333; margin-left: 20px; border: 1px solid #dfdfdf; }

.news_nav li.active, .news_nav li:hover { background: #205cad; color: #fff; border-color: #205cad; }

.news_list_item { position: relative; float: left; width: 278px; height: 378px; margin-right: 19px; margin-bottom: 30px; background: #fff; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; border: 1px solid #e8e8e8; }

.news_list_item:hover { z-index: 2; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }

.news_list_item .figure-img { width: 278px; height: 160px; margin: 0 0 28px; }

.news_list_item .figure-img a { display: block; }

.news_list_item .figure-img img { width: 278px; height: 160px; }

.news_list_item .review { height: 84px; margin: 0 30px 5px; font-size: 14px; font-weight: 400; }

.news_list_item .author { position: relative; height: 18px; margin: 0 30px 15px; padding: 0 10px 0 0; font-size: 12px; color: #b0b0b0; }

.news_list_item .info { margin: 0 30px; text-overflow: ellipsis; /*white-space: nowrap;*/ overflow: hidden; _zoom: 1; }

.news_list_item .info a { color: #333; }

.news_list_item .title { display: inline-block; margin: 0; font-size: 14px; font-weight: 400; max-width: 220px; text-overflow: ellipsis; /*white-space: nowrap;*/ overflow: hidden; _zoom: 1; vertical-align: bottom; color: #333; }

/* News Show Page */
.news_show_box { width: 100%; float: left; }

.news_show_position { height: 48px; font-size: 14px; line-height: 48px; color: #333; }

.showposition { width: 1180px; *zoom:1;
margin-right: auto; margin-left: auto }

.news_show { width: 100%; float: left; }

.news_show_content { width: 1180px; margin: 0 auto; display: block; }

.news_show_l { width: 300px; float: left; overflow: hidden; display: block; }

.news_leibie { float: left; background: #ffffff; width: 300px; height: auto; }

.news_show_h3 { font-size: 18px; font-weight: normal; color: #333333; line-height: 32px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 30px 0 15px 30px; display: block; }

.navbar { margin-top: 10px; padding-left: 20px; padding-bottom: 20px; }

.navbar li { padding: 5px; font-size: 16px; line-height: 25px; height: 25px; width: 115px; float: left;  margin-bottom: 15px;     background-color: #F5F5F5;    margin-left: 4px;}

.new_red { margin-top: 20px; float: left; background: #ffffff; display: block; height: auto; width: 300px; }

.focus-list li { float: left; margin: 0 0 20px 15px; _display: inline; }

.focus-list li a { color: #888; font-size: 13px; cursor: pointer; }

.focus-list li a b { position: relative; display: block; margin: 0; padding: 1px; width: 125px; /*height: 90px;*/ border: 1px solid #e8e8e8; overflow: hidden; }

.focus-list li a b img { min-width: 100%; min-height: 100%; width: 100%; _height: 100%; }

.focus-list li a span { display: block; line-height: 30px; width: 120px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.rank-list { padding: 0 10px 10px 10px; }

.rank-list li { position: relative; _display: block; padding: 10px 0 0 25px; height: 25px; vertical-align: top; }

.rank-list li a { display: block; padding: 0; color: #888; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _position: absolute; }

.rank-list li .num { position: absolute; left: 0px; top: 12px; display: inline-block; vertical-align: -3px; *vertical-align:middle;
width: 16px; height: 16px; margin-right: 10px; background: #1389d7; font-style: normal; color: #fff; font-size: 10px; font-family: Verdana, Geneva, sans-serif; text-align: center; overflow: hidden; }

.rank-list li.active .num { top: 12px;  font-family: Georgia, "Times New Roman", Times, serif; }

.rank-list li span { float: right; margin-left: 5px; color: #999; _padding: 2px 0 2px 5px; _z-index: 2; _position: absolute; _background: #fff; _right: 0; }

.news_show_r { float: right; width: 850px; margin-left: 20px; height: 100%; display: block; background: #ffffff; }

/*内容标题样式*/
.meta { margin: 30px 0 0 0; padding: 20px 30px; border-bottom: 1px solid #f0f0f0; }

.meta:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.meta h3 { margin: 0; font-weight: 400; padding: 0 0 15px 0; color: #3b8dd1; font-size: 18px; line-height: 30px; }

.meta .meta-info { color: #999; font-size: 12px; line-height: 24px; }

.meta .meta-info span { margin-right: 10px; padding-left: 20px; color: #777; background: url(../images/sprite.gif) no-repeat; }

.meta .meta-info .time { background-position: left -158px; }

.meta .meta-info .view { background-position: left -36px; }

.meta .meta-info .comm { background-position: left 4px; }

/*内容详细样式*/
.news_thr_txt { width: 770px; padding: 30px 40px; display: block; height: auto; /*min-height: 700px;*/}

.default { font-family: Arial, "微软雅黑"; color: #A3A3A3; font-size: 13px; line-height: 26px; }

.default p { font-family: Arial, "微软雅黑"; color: #A3A3A3; font-size: 13px; line-height: 26px; }

.default p { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; }

.default img { margin: 0 0 20px 0; }

/*.entry table td, .entry table th { border-bottom: 0.15em solid #eee; border-right: 0.15em solid #eee; padding: 0.25em 0.5em; }*/

.next-prev-single { padding: 20px 40px; color: #A3A3A3; overflow: hidden; }

.next-prev-single p { width: 100%; font-size: 13px; padding: 3px; line-height: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.next-prev-single p a { color: #428bca; font-size: 13px; text-decoration: none; }

.next-prev-single .prev { float: left; border-top: 1px dotted #d7d7d7; padding-top: 15px; }

.next-prev-single .next { float: left; }

.base-tit { border-bottom: 1px solid #f0f0f0; color: #3b8dd1; line-height: 1em; font-size: 18px; font-weight: normal; }

.base-tit span { position: relative; top: 1px; display: inline-block; padding: 10px 0; border-bottom: 1px solid #3b8dd1; }

.base-tit i { float: right; padding: 10px 0; color: #999; font-size: 12px; line-height: 26px; font-style: normal; }

.show_rednews { width: 100%; float: left; }

/* Product_index */
.Product_index { width: 100%; float: left; }

.Prodcut_index_bd { width: 1180px; margin: 0 auto; }

.Prodcut_index_title { height: 48px; background: #ffffff; }

.Prodcut_index_h3 { margin-left: 30px; width: 280px; float: left; font-size: 16px; font-weight: 400; color: #333333; line-height: 48px; }

.Prodcut_index_title a.more { float: right; background-color: #205cad; padding: 0 20px; color: #fff; line-height: 48px; transition: all 0.3s ease-out 0s; }

.Prodcut_index_title a.more.active, .Prodcut_index_title a.more:hover { background: #7fcd61; color: #fff; }

.Product_content { width: 1180px; margin: 0 auto; }

.Product_content_l { width: 230px; z-index: 10; float: left; background-color: #ffffff; }

.Product_brand { height: 358px; position: relative; overflow: hidden; }

.Product_brand_img img { width: 230px; height: 358px; position: absolute; top: 0px; left: 0px; transition: all 0.2s ease 0s; }

.Product_brand_img a.go-mod-link { position: absolute; bottom: -1px; left: -1px; color: #FFF; width: 232px; height: 35px; line-height: 35px; text-align: center; opacity: 0.8; font-family: SimSun; transition: all 0.3s ease-out 0s; background: #205cad; }

.Product_brand_img a.active, .Product_brand_img a:hover { background: #7fcd61; color: #fff; }

.Product_words { border: 1px solid #e8e8e8; padding-top: 7px; padding-right: 10px; padding-left: 10px; padding-bottom: 7px; }

.Product_word_item { padding-bottom: 6px; overflow: hidden; }

h5 { font-size: 14px; font-weight: 400; color: #205cad; }

.Product_words a { display: block; float: left; padding: 5px; margin: 0px 2px 2px 0px; height: 22px; line-height: 22px; text-align: center; white-space: nowrap; }

.Product_content_r { width: 950px; height: 630px; float: left; }

.Product_content_list { margin-left: 0px; _margin-left: 0; padding-left: 10px; width: 948px; }

.brick-item-m-2 { height: 270px; padding: 20px 0 }

.brick-item-m-2 .figure-img { width: 160px; height: 160px }

.brick-item-m-2 .figure-img img { width: 160px; height: 160px }

.brick-item-m-2 .title { margin: 0 10px 2px }

.brick-item-m-2 .price { margin: 0 10px 14px }

.brick-item { position: relative; z-index: 1; float: left; width: 218px; margin-left: 14px; margin-bottom: 14px; background: #fff; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; border: 1px solid #e8e8e8; }

.brick-item:hover { z-index: 2 }

.brick-item .flag { position: absolute; top: 0; left: 50%; z-index: 2; width: 64px; height: 20px; margin-left: -32px; font-size: 12px; line-height: 20px; text-align: center; color: #fff }

.brick-item .flag-saleoff { background-color: #e53935 }

.brick-item .flag-postfree { background-color: #ffac13; z-index: 4 }

.brick-item .flag-gift { background-color: #2196f3; z-index: 3 }

.brick-item .flag-new { background-color: #83c44e; z-index: 5 }

.brick-item-m { height: 246px; padding: 34px 0 20px; *zoom:1
}

.brick-item-m .figure-img { width: 150px; height: 150px; margin: 0 auto 18px }

.brick-item-m .figure-img a { display: block }

.brick-item-m .figure-img img { width: 150px; height: 150px }

.brick-item-m .title { margin: 0 10px; font-size: 14px; font-weight: 400; text-align: center }

.brick-item-m .title, .brick-item-m .title a { color: #333 }

.brick-item-m .title a { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1 }

.brick-item-m .desc { margin: 15px 0px 15px 20px; width: 80px; border: 1px solid #0089cd; height: 26px; line-height: 26px; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1; color: #333; float: left; transition: all 0.3s ease-out 0s; }

.brick-item-m .price { margin: 15px 0px 15px 20px; width: 80px; border: 1px solid #0089cd; height: 26px; line-height: 26px; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1; color: #333; float: left; transition: all 0.3s ease-out 0s; }

.brick-item-m p:hover { background-color: #0089cd; color: #fff; }

.brick-item:hover { z-index: 2; -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1); box-shadow: 0 10px 20px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0) }

.price-box .desc { margin: 15px 0px 15px 20px; width: 90px; border: 1px solid #0089cd; height: 26px; line-height: 26px; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1; color: #333; float: left; transition: all 0.3s ease-out 0s; }

.price-box .price { margin: 15px 0px 15px 20px; width: 90px; border: 1px solid #0089cd; height: 26px; line-height: 26px; font-size: 12px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1; color: #333; float: left; transition: all 0.3s ease-out 0s; }

.price-box p:hover { background-color: #0089cd; color: #fff; }

/* Proudct List */
.p_container { width: 100%; float: left; }

.row { width: 1180px; margin: 0 auto; }

.widget-title { border-bottom: 1px solid #d7d7d7; font-weight: 500; }

.widget-title { text-transform: uppercase; font-size: 1.385em; margin-bottom: 15px; margin-top: 0; color: #333333; line-height: 35px; position: relative; }

.widget-title span { position: relative; display: inline-block; }

.widget-title:before { left: 100%; width: 100%; height: 1px; background: #e8e8e8; left: 0; bottom: -10px; }

.col-left { float: left; width: 240px; background: #ffffff; padding: 20px; }

.r_menu > ul { list-style: outside none none; padding: 0; overflow: hidden; }

.r_menu ul li { position: relative; height: 40px; line-height: 40px; padding-left: 15px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.b_select { color: #205cad; }

.r_menu ul li i { position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: #666; margin-top: -2px; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

.r_menu ul li a { color: #666; display: block; position: relative; text-decoration: none; }

.r_menu ul li:hover i { background: #205cad; }

.r_menu ul li:hover a { color: #205cad; }

.col-right { float: right; width: 850px; }

/*排序样式*/
.sort-box { height: 38px; border: 1px solid #e8e8e8; background: #fff; overflow: hidden; }

.sort-box a { display: block; float: left; margin-left: -1px; padding: 0 15px; line-height: 38px; height: 38px; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; color: #333; font-size: 12px; }

.sort-box a:hover, .sort-box a.selected { color: #fff; background: #0089cd; }

/*商品图片列表*/

.products-grid { overflow: hidden; width: 900px; }

.products-grid li.item { margin-bottom: 15px; margin-top: 10px; float: left; width: 31.5%; _display: inline; }

.col-item { position: relative; width: 278px; border: 1px solid #e8e8e8; -webkit-transition: all .2s linear; transition: all .2s linear; }

.col-item img { margin: 0 auto; width: 278px; height: 278px; }

.sale-top-right { top: 0; background: #fff; letter-spacing: 1px; right: 10px; }

.sale-label { font-size: 12px; color: #ffffff; text-transform: uppercase; padding: 0px; text-align: center; display: block; position: absolute; top: 10px; z-index: 100; letter-spacing: 1px; line-height: normal; width: 45px; height: 25px; line-height: 25px; margin-top: 0px; margin-right: 0px; background: #0089cd; }

.item .col-item .images-container { position: relative; overflow: hidden; }

.item .col-item .images-container .actions { position: absolute; left: 0px; bottom: -50px; height: 50px; width: 100%; text-align: center; background: #0089cd; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.item .col-item:hover .images-container .actions { bottom: 0; }

.item .col-item:hover { z-index: 2; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0) }

.actions .actions-inner .add-to-links { display: inline-block; height: 60px; width: 100%; }

.actions-inner .add-to-links li { height: 25px; line-height: 25px; width: 100%; color: #fff; float: left; }

.col-item .info { text-align: center; padding: 10px 15px; background: #fff; border-top: 1px solid #e8e8e8; }

.col-item .info .info-inner .item-title { margin-bottom: 5px; color: #333; font-size: 14px; font-weight: 400; white-space: nowrap; overflow: hidden; }

/*页码容器*/
.page-box { float: left; margin-top: 15px; color: #999; font-size: 14px; }

/*产品缩略图*/
.product_detail { width: 1178px; margin: 0 auto; }

.product_d { float: left; padding: 35px; background-color: #FFF; width: 1108px; }

.product_dr { float: right; width: 700px; margin-top: 10px; }

/*商品缩略图样式*/
.goods-pic { position: relative; float: left; width: 370px; *z-index:1;
}

.pic-box { float: left; }

.pic-preview { position: relative; width: 368px; height: 368px; border: 1px solid #e8e8e8; }

.pic-scroll { margin-top: 10px; width: 370px; }

.pic-scroll .prev { float: left; margin-right: 5px; }

.pic-scroll .next { float: right; }

.pic-scroll .prev, .pic-scroll .next { display: block; font-family: "宋体"; text-align: center; width: 10px; height: 60px; line-height: 60px; border: 1px solid #e8e8e8; background: #f7f7f7; cursor: pointer; text-decoration: none; }

.pic-scroll .items { position: relative; float: left; width: 335px; height: 62px; overflow: hidden; }

.pic-scroll .items ul { position: absolute; margin: 0; padding: 0; width: 999999px; height: 100%; }

.pic-scroll .items ul li { float: left; margin: 0; padding: 0; width: 67px; text-align: center; }

.pic-scroll .items ul li img { padding: 2px; border: 1px solid #e8e8e8; width: 56px; height: 56px; }

.pic-scroll .items ul li img:hover { padding: 1px; border: 1px solid #205cad; }

/* 图片放大镜样式*/
.jqzoom { position: relative; display: block; margin: 0; padding: 0; width: 368px; height: 368px; border: none; cursor: crosshair; }

.jqzoom img { width: 368px; height: 368px; }

.zoomdiv { position: absolute; z-index: 100; display: none; width: 368px; height: 368px; background: #fff; border: 1px solid #e8e8e8; overflow: hidden; }

.jqZoomPup { position: absolute; top: 0; left: 0; z-index: 10; visibility: hidden; max-width: 368px; max-height: 368px; border: 1px solid #aaa; background: #fff; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); overflow: hidden; }

/*商品规格*/
.goods-spec { position: relative; margin: 0 0 0 400px; overflow: hidden; overflow: hidden; *zoom:1;
}

.goods-spec h1 { display: block; color: #555; font-size: 18px; font-weight: 700; line-height: 1.1em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.goods-spec .subtitle { margin-top: 5px; color: #6c6c6c; font-weight:400; font-size: 14px; line-height: 18px; }

.goods-spec .spec-box { position: relative; margin-top: 10px; }

.goods-spec .spec-box.line { padding-top: 10px; border-top: 1px solid #efefef; }

.goods-spec .spec-box:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.goods-spec .spec-box dl { clear: both; display: block; }

.goods-spec .spec-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.goods-spec .spec-box ul { clear: both; display: block; width: auto; }

.goods-spec .spec-box ul li:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.goods-spec .spec-box ul li { float: left; width: auto; min-width: 200px; line-height: 38px; min-height: 38px; color: #999; }

.goods-spec .spec-box ul li span { display: block; float: left; width: 80px; line-height: 38px; min-height: 38px; font-weight: 400; color: #333; }

.goods-spec .spec-box1 ul { clear: both; display: block; width: auto; }
.goods-spec .spec-box1 ul li:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
.goods-spec .spec-box1 ul li:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.goods-spec .spec-box1 ul li { float: left; width: auto; min-width: 150px; line-height: 38px; min-height: 38px; color: #999; }

.p_jianjie { overflow: hidden; word-wrap: break-word; clear: both; float: left; width: 100%; }

.p_jianjie h6 { background-color: #0089cd; color: #fff; width: 80px; height: 27px; line-height: 27px; text-align: center; }

.p_jianjie .p_j { background-color: #f3f3f3; padding: 10px 20px; height: 100px; overflow: hidden; display: block; }

.p_jianjie .p_j p { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; line-height: 1.7; }

.spec-box1 .desc { margin-top: 15px; width: 120px; border-radius: 3px; background: #0089cd; height: 38px; line-height: 38px; font-size: 14px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1; color: #fff; float: left; transition: all 0.3s ease-out 0s; }

.spec-box1 .price { width: 120px; border-radius: 3px; background: #0089cd; height: 38px; line-height: 38px; font-size: 14px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; _zoom: 1; color: #fff; float: left; transition: all 0.3s ease-out 0s; }

.spec-box1 p:hover { background-color: #205cad; color: #fff; }

.prod_down { width: 120px; height: 16px; background-position: 0px 0px; display: block; float: left; margin-top: 4px; margin-right: 5px; padding-left: 25px; line-height: 16px; }

.all_ico { background: url(../images/down.png) no-repeat; }

.prod_down:hover { background-position: 0px -16px; }

.goods-spec .spec-box dl dt { float: left; width: 80px; line-height: 38px; min-height: 38px; font-weight: 400; color: #333; }

.goods-spec .spec-box dl dd { position: relative; padding: 5px 0; line-height: 26px; min-height: 26px; color: #6c6c6c; }

.goods-spec .spec-box dl dd s { display: inline-block; text-decoration: line-through; }

.goods-spec .spec-box dl dd .price { display: inline-block; margin-right: 5px; color: #f40; font-size: 18px; font-weight: 500; }

.goods-spec .spec-box dl dd .items li { position: relative; float: left; margin: 0 5px 8px 0; padding: 1px; line-height: 20px; vertical-align: middle; }

.goods-spec .spec-box dl dd .items li a { display: block; padding: 1px; color: #666; min-width: 10px; width: auto !important; text-align: center; text-decoration: none; border: 1px solid #eee; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; }

.goods-spec .spec-box dl dd .items li a span { display: inline-block; padding: 5px 9px; font-style: normal; line-height: 20px; }

.goods-spec .spec-box dl dd .items li a img { width: 36px; height: 38px; vertical-align: middle; }

.goods-spec .spec-box dl dd .items li a.selected { margin: -1px; color: #333; border: 2px solid #f40; color: #f40; }

.goods-spec .spec-box dl dd .stock-box { display: block; float: left; margin-right: 10px; width: 64px; }

.goods-spec .spec-box dl dd .stock-box input { float: left; margin-right: 3px; width: 42px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #e8e8e8; }

.goods-spec .spec-box .stock-box a { display: block; float: left; margin-bottom: 4px; width: 15px; height: 12px; line-height: 12px; color: #333; font-size: 11px; text-align: center; border: 1px solid #e8e8e8; cursor: pointer; overflow: hidden; }

.goods-spec .spec-box .stock-txt { float: left; line-height: 32px; }

.goods-spec .spec-box .btn-buy { margin-top: 15px; }

.goods-spec .spec-box .btn-buy .buy { display: inline-block; margin-right: 10px; padding: 0 20px; color: #e5511d; font-size: 16px; line-height: 36px; background: #ffe4d0; border: 1px solid #f0cab6; border-radius: 3px; cursor: pointer; }

.goods-spec .spec-box .btn-buy .add { display: inline-block; padding: 0 20px; color: #fff; font-size: 16px; line-height: 36px; background: #f40; border: 1px solid #f40; border-radius: 3px; cursor: pointer; margin-right: 10px; }

.goods-spec .spec-box .btn-buy button.over { color: #999; background: #f7f7f7; border-color: #e8e8e8; cursor: default; }

/*规格样式*/	
.goods-spec .spec-box1.line { margin-top: 15px; padding-top: 10px; border-top: 1px solid #efefef; }

.goods-spec .spec-box1 dl { clear: both; display: block; }

.goods-spec .spec-box1 dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.goods-spec .spec-box1 dl dt { float: left; width: 80px; line-height: 38px; min-height: 38px; font-weight: 400; color: #333; }

.goods-spec .spec-box1 dl dd { position: relative; padding: 5px 0; line-height: 26px; min-height: 26px; color: #6c6c6c; }

.goods-spec .spec-box1 dl dd .items li { position: relative; float: left; margin: 0 5px 8px 0; padding: 1px; line-height: 20px; vertical-align: middle; }

.goods-spec .spec-box1 dl dd .items li a { display: block; padding: 1px; color: #666; min-width: 10px; width: auto !important; text-align: center; text-decoration: none; border: 1px solid #eee; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; vertical-align: middle; }

.goods-spec .spec-box1 dl dd .items li a span { display: inline-block; padding: 5px 9px; font-style: normal; line-height: 20px; }

.goods-spec .spec-box1 dl dd .items li a.selected { margin: -1px; color: #333; border: 2px solid #f40; color: #f40; }

/*购物车样式*/
.cart-box { position: relative; margin-top: 30px; }

.cart-box h1 { float: left; color: #555; font-size: 18px; line-height: 35px; }

.cart-info { z-index: 2; margin: 0; padding: 15px; border: 1px solid #DFC795; position: absolute; top: 0px; left: 0px; _left: -269px; width: 302px; height: auto; background: #F7F2D0; text-align: left; }

.cart-info .btn-success { height: 32px; line-height: 32px; }

.cart-info .close { display: block; margin: 0; padding: 0; position: absolute; top: 5px; right: 5px; width: 15px; height: 10px; text-indent: -9999px; background: url(../images/sprite.gif) no-repeat left -240px; cursor: pointer; }

.cart-step { position: relative; margin-left: 200px; }

.cart-step li { float: left; width: 33.33%; height: 35px; line-height: 35px; text-align: center; background: url(../images/cart-arrow.gif) no-repeat right -45px #f6f6f6; color: #999; *width:33.3%;
}

.cart-step li span { display: inline-block; margin-right: 5px; font-weight: bold; font-size: 15px; }

.cart-step li.item { background-position: right 0; }

.cart-step li.selected { background: url(../images/cart-arrow.gif) no-repeat right -90px #e8e8e8; color: #8cac52; }

.cart-step li.last { background-image: none; }

.cart-table { border: 1px solid #f7f7f7; }

.cart-table th { padding: 0.8em 0.5em; color: #555; font-size: 13px; font-weight: 400; background: #f6f6f6; border-bottom: 1px solid #f7f7f7; }

.cart-table td { padding: 1em 0.5em; color: #555; font-size: 13px; border-bottom: 1px solid #f7f7f7; }

.cart-table td .stxt { margin-top: 5px; color: #666; font-size: 12px; line-height: 20px; }

.cart-table td input.checkall { padding: 0; border: 1px solid #eee; background: #fff; }

.cart-table td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #eee; }

.cart-table td .buy-box { margin: auto; padding: 0; width: 74px; height: 22px; overflow: hidden; }

.cart-table td .buy-box a { display: block; float: left; width: 20px; height: 20px; font-size: 12px; line-height: 20px; text-align: center; border: 1px solid #e8e8e8; overflow: hidden; }

.cart-table td .buy-box .input { float: left; margin: 0; padding: 0; width: 30px; font-size: 12px; height: 20px; line-height: 20px; text-align: center; ime-mode: Disabled; border-radius: 0; border-left: 0; border-right: 0; }

.cart-foot { margin-top: 20px; height: 40px; }

.cart-foot .btn-box { line-height: 40px; }

.cart-foot .btn-box a { margin-right: 20px; font-size: 14px; }

.item-box { clear: both; padding: 8px 0; font-size: 13px; }

.item-box li { display: block; float: left; margin: 0 25px; height: 28px; line-height: 28px; }

.item-box li label input { margin-right: 3px; }

.item-box li em { color: #999; }

.address-list { margin-bottom: 20px; padding: 10px; color: #555; font-size: 14px; border: 1px solid #f7f7f7; max-height: 300px; overflow: auto; }

.address-list li { margin: 5px 0; padding: 5px 10px; height: 20px; line-height: 20px; cursor: pointer; }

.address-list li span { margin-left: 10px; }

.address-list li label em { margin-left: 5px; color: #999; }

.address-list li.selected { padding: 10px; font-size: 15px; background: #fff0e8; border-radius: 3px; }

.address-list li.selected span { color: #333; font-weight: 700; }

.address-info { padding: 10px; border: 1px solid #f7f7f7; }

.address-info dd .input { padding: 5px; }

.address-info dd .select { display: inline-block; padding: 5px; border: 1px solid #e8e8e8; border-radius: 2px; line-height: 20px; }

.buy-foot { font-size: 14px; }

.buy-foot .left dl { clear: both; padding-bottom: 10px; line-height: 28px; }

.buy-foot .left dl dt { color: #6c6c6c; }

.buy-foot .left dl dd .input { width: 230px; padding: 5px; }

.buy-foot .right { text-align: right; }

.buy-foot .right p { line-height: 38px; }

.buy-foot .right p .price { color: #f00; font-weight: 700; }

.buy-foot .right p.txt-box { margin-top: 10px; font-size: 18px; font-weight: 700; }

.buy-foot .right p.btn-box { margin-top: 20px; }

/*商品Tab样式*/
.goods-tab { width: 1180px; margin-top: 10px; float: left; }

.goods-tab .tab-head { display: block; height: 40px; border: 1px solid #e8e8e8; background: #ffffff; overflow: hidden; }

.goods-tab .tab-head ul li { float: left; margin-left: -1px; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; }

.goods-tab .tab-head ul li a { display: block; padding: 0 30px; height: 40px; line-height: 40px; color: #555; font-size: 14px; }

.goods-tab .tab-head ul li a:hover, .goods-tab .tab-head ul li a.selected { color: #fff; background: #0089cd; }

.goods-tab .tab-content { display: none; background: #ffffff; overflow: hidden; }

/*内容详细样式*/
.entry { margin-top: 5px; padding: 30px; font-size: 14px; line-height: 2em; word-wrap: break-word; border: 1px solid #e8e8e8; }

.entry img { max-width: 100%!important; height: auto!important; }

.entry h2, .entry h3, .entry h4 { padding-bottom: 5px; border-bottom: 1px solid #f6f6f6; color: #555; }

.entry h2 { font-size: 1.2em; }

.entry h3, .entry h4 { font-size: 1.1em; }

.entry strong { color: #DC2523; }

.entry ul, .entry ol { margin: 1em; }

.entry li { margin-left: 1em; }

.entry ul li { list-style: disc outside none; }

.entry ol li { list-style: decimal outside none; }

.entry p { display: inherit; margin: 1em 0; color: #555; word-wrap: break-word; }

.entry a { text-decoration: underline; }

.entry code { display: block; padding: 0.5em; background: #eee; border-radius: .5em; color: #777; font-family: 'courier new'; line-height: 1.7em; }

.entry table { /*border-left: 0.15em solid #eee; border-top: 0.15em solid #eee;*/ }

.entry table th { background-color: #F9F9F9; text-align: center; }

.entry table td, .entry table th { /*border-bottom: 0.15em solid #eee; border-right: 0.15em solid #eee;*/ padding: 0.25em 0.5em; }

/*产品详细页推荐产品*/
.p_redlist { width: 1180px; float: left; }

.p_redlist_hd { height: 52px; }

.p_redlist_h2 { float: left; font-size: 18px; font-weight: 400; color: #333333; line-height: 50px; }

.p_redlist_bd ul { overflow: hidden; width: 1200px; }

.p_redlist_bd li.item { margin-bottom: 15px; margin-top: 10px; float: left; width: 25%; _display: inline; }

/*会员中心样式
----------------------------------------------*/
.avatar-box { padding: 15px; background: #F7F8FD; overflow: hidden; }

.avatar-box .img-box { display: block; float: left; margin-right: 10px; padding: 1px; border: 1px solid #fff; background: #fff; *width:60px;
*height:60px;
overflow: hidden; }

.avatar-box .img-box img { width: 60px; height: 60px; }

.avatar-box h3 { color: #6c757e; font-size: 16px; line-height: 1em; height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.avatar-box p { color: #6c757e; font-size: 12px; line-height: 20px; }

.side-nav { border-top: 1px solid #e8ecef; }

.side-nav li { padding: 5px 0; zoom: 1; }

.side-nav li a { position: relative; display: block; margin: 0 15px; padding: 8px 15px; color: #6c757e; font-size: 14px; line-height: 20px; height: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.side-nav li a:hover { color: #fff; border-radius: 3px; background: #277bb9; }

.u-tab-head { margin-bottom: 15px; height: 40px; background: #fbfbfb; border: 1px solid #e8ecef; }

.u-tab-head p a { float: left; display: block; margin: -1px 0 auto -1px; padding: 11px 25px; line-height: 20px; height: 20px; color: #7f838c; font-size: 14px; border-left: 1px solid #e8ecef; border-right: 1px solid #e8ecef; }

.u-tab-head p a:hover, .u-tab-head p a.selected { color: #fff; background: #0089cd; }

.u-tab-head span { float: right; line-height: 40px; }

.u-tab-head span .add { display: block; padding: 10px 15px; line-height: 20px; font-size: 12px; }

.u-tab-content { position: relative; padding: 15px; background: #fbfbfb; border: 1px solid #f0f0f0; min-height: 398px; overflow: hidden; _height: 398px; _overflow: visible; }

.u-tab-content .ntitle { margin: 0 auto; padding: 0 0 10px 0; }

.u-tab-content .ntitle-tit { margin: 0 0 10px; padding: 0; color: #444; font-size: 16px; font-weight: normal; }

.u-tab-content .ntitle-info { color: #999; }

.u-tab-content p { margin: 0; padding: 3px 0; color: #444; font-size: 13px; line-height: 24px; }

.title-div { margin-top: 20px; border-top: 1px solid #f0f0f0; height: 26px; color: #6e717a; }

.title-div strong { float: left; margin-top: -16px; padding: 3px 10px 3px 0; background: #fbfbfb; font-size: 15px; _position: absolute; }

.head-box { padding: 10px; border: 1px solid #f6f6f6; background: #fff; }

.head-box .img-box { float: left; margin-right: 10px; }

.head-box .img-box img { padding: 1px; width: 120px; height: 120px; border: 1px solid #f0f0f0; }

.head-box .inner { float: left; }

.head-box .inner h3 { margin-bottom: 15px; color: #3b8dd1; font-size: 24px; font-weight: normal; line-height: 1.3em; }

.head-box .inner p { color: #222; font-size: 14px; line-height: 24px; }

.head-inner { position: relative; margin: 20px 0 10px 0; padding: 10px; border: 1px solid #f6f6f6; background: #fff; }

.head-inner h3 { margin-bottom: 10px; padding-bottom: 8px; color: #3b8dd1; font-size: 16px; font-weight: normal; line-height: 30px; border-bottom: 1px solid #f0f0f0; }

.head-inner dl { display: block; float: left; width: 50%; line-height: 2.8em; font-size: 13px; }

.head-inner dl dt { display: block; float: left; color: #666; }

.head-inner dl dd { color: #999; }

.form-box { position: relative; padding: 10px; border: 1px solid #f6f6f6; background: #fff; font-size: 14px; }

.form-box dl { display: block; padding: 5px 0; }

.form-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.form-box dl dt { display: block; float: left; width: 120px; line-height: 38px; min-height: 38px; color: #555; font-size: 13px; text-align: right; _position: absolute; }

.form-box dl dd { position: relative; padding: 5px 0 5px 10px; line-height: 28px; min-height: 28px; color: #555; font-size: 13px; overflow: hidden; _margin-left: 120px; }

.form-box dl dd label.radio { margin-right: 5px; }

.accept-box { padding: 0; background: #fff; border: 1px solid #f0f0f0; }

.accept-box dl { padding: 0; }

.accept-box dl.head { position: relative; padding: 0; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }

.accept-box dl.head .btn-pay { position: absolute; top: 6px; right: 6px; display: block; padding: 0 15px; color: #fff; font-size: 12px; height: 24px; line-height: 24px; background: #52A152; border: 1px solid #417F41; border-radius: 2px; }

.step-box { position: relative; }

.step-box ul { margin: 0 -40px 0 -10px; }

.step-box ul li { position: relative; float: left; margin-right: -8px; width: 20%; text-align: center; color: #8c8c8c; font-size: 12px; }

.step-box ul li .progress { color: #fff; }

.step-box ul li .progress:after, .step-box ul li .progress:before { position: absolute; top: 0; right: 0; content: ""; width: 10px; height: 20px; background: url(../images/delivery.png) no-repeat 100% -60px; }

.step-box ul li .progress:after { right: 0; background-position: 100% -20px; }

.step-box ul li .progress:before { left: 0; background-position: 0 0; }

.step-box ul li .progress .text { display: block; margin: 0 10px; padding: 1px 10px; background: #c3c3c3; height: 18px; line-height: 18px; }

.step-box ul li.done .progress .text { background: #83bd39; }

.step-box ul li.done .progress:before { background-position: 0 -40px; }

.step-box ul li.done .progress:after { background-position: 100% -60px; }

.step-box ul li.first .progress:before { display: none; }

.step-box ul li.last .progress:after { display: none; }

.step-box ul li .info { line-height: 20px; }

.step-box.mini ul { margin: 0 -32px 0 -10px; }

.step-box.mini ul li { width: 25%; }

/*头像上传*/
.avatar-img { display: block; margin: 20px 0; padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; }

.avatar-img img { width: 180px; height: 180px; }

.cropper-wraper { margin-top: 20px; }

.cropper-wraper .cropper-box { position: relative; float: left; margin-right: 20px; padding: 1px; width: 350px; height: 350px; text-align: center; border: 1px solid #f0f0f0; border-radius: 2px; background: #f4f4f4; text-align: center; vertical-align: middle; }

.cropper-wraper .cropper-box div { margin: auto; vertical-align: middle; }

.cropper-wraper .cropper-view { float: left; width: 184px; }

.cropper-wraper .cropper-view .img-box { padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; overflow: hidden; }

.cropper-wraper .cropper-view .img-box img { display: block; width: 180px; height: 180px; }

.cropper-wraper .cropper-view .btn-box p { margin: 8px 0; text-align: center; color: #333; font-size: 13px; line-height: 24px; }

.cropper-wraper .cropper-view .btn-box p.tip { text-align: left; color: #999; font-size: 13px; line-height: 22px; }

.cropper-wraper .cropper-view .btn-box .btn { width: 100%; line-height: 34px; height: 36px; }

.ftable { width: 100%; border: 1px solid #f0f0f0; background: #fff; }

.mtable { width: 100%; background: #fff; _width: auto; }

.mtable th, .ftable th { padding: 0.8em; color: #6e717a; font-size: 13px; font-weight: 400; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }

.mtable td, .ftable td { padding: 0.8em; color: #333; font-size: 13px; border-bottom: 1px solid #F3F3F3; }

.ftable td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #e8e8e8; }

.ftable td s { color: #999; text-decoration: line-through; }

.mtable .tr_odd_bg, .ftable .tr_odd_bg { background: #f9f9f9; }

.page-foot { clear: both; font-size: 13px; padding-top: 15px; height: 35px; }

.page-btns { float: left; }

.page-btns a { color: #444; font-weight: bold; margin-right: 5px; }

.page-btns .pipe { color: #cbcbcb; margin: 0 5px; }

.login-right h1 { margin-bottom: 20px; color: #555; font-size: 22px; font-weight: 700; letter-spacing: 3px; line-height: 30px; height: 30px; text-align: center; }

.login-right li { position: relative; clear: both; margin-bottom: 10px; height: 50px; *display:inline;
*zoom:1;
}

.login-right li label { position: absolute; top: 1px; left: 10px; width: 68px; height: 40px; line-height: 40px; color: #999; font-size: 14px; }

.login-right li input { display: block; margin: 0; padding: 10px 10px 10px 80px; width: 208px; height: 20px; line-height: 20px; border: 1px solid #e8e8e8; background: #fbfcff; color: #333; font-size: 14px; border-radius: 3px; }

.login-right li input:focus { border-color: #999; }

.login-right li span { line-height: 24px; }

.login-right .btn-box .col { clear: both; margin-bottom: 10px; padding-bottom: 10px; color: #555; font-size: 14px; line-height: 20px; }

.login-right .btn-box .col .submit { display: block; padding: 10px 20px; width: 100%; color: #fff; font-size: 14px; line-height: 20px; border: 0; background: #1e7bb3; text-align: center; border-radius: 3px; cursor: pointer; }

.login-right .btn-box .tips { display: none; margin: 0; padding: 0; text-align: center; font-size: 12px; color: #f00; }

.login-right .oauth-box { clear: both; padding-top: 20px; }

.login-right .oauth-box h3 { display: block; margin-bottom: 10px; color: #555; font-size: 14px; line-height: 30px; height: 30px; font-weight: normal; }

.login-right .oauth-box p { margin-left: -25px; }

.login-right .oauth-box p a { display: block; float: left; margin: 0 0 10px 25px; _display: inline; _zoom: 1; }

.login-right .oauth-box p a img { width: 38px; height: 38px; }

.inner-box { margin: 30px 0; min-height: 350px; _height: 350px; border: 1px solid #f0f0f0; background: #fff; text-align: center; }

.inner-box .dl-list { margin: 0 auto; padding: 30px; text-align: left; width: 879px; font-size: 14px; }

.inner-box .dl-list dl { clear: both; display: block; padding: 5px 0; }

.inner-box .dl-list dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.inner-box .dl-list dl dt { display: block; padding: 5px 0; float: left; width: 30%; line-height: 42px; min-height: 42px; color: #555; text-align: right; }

.inner-box .dl-list dl dd { position: relative; padding: 5px 0 5px 20px; line-height: 42px; min-height: 42px; color: #555; overflow: hidden; _margin-left: 120px; }

.inner-box .dl-list dl dd .input { padding: 10px; }

.inner-box .dl-list dl dd a.send { display: inline-block; color: #555; border: 1px solid #e8e8e8; border-radius: 3px; width: 110px; height: 40px; line-height: 40px; color: #333; font-size: 14px; text-align: center; background: #fff; vertical-align: middle; }

.inner-box .dl-list dl dd a.send.gray { color: #999; }

.inner-box .dl-list dl dd a.send img { margin-top: 9px; }

.inner-box .dl-list dl dd .input.code { width: 84px; ime-mode: disabled; text-transform: uppercase; }

.inner-box .tab-head { display: block; border-bottom: 1px solid #f0f0f0; background: #fbfbfb; overflow: hidden; }

.inner-box .tab-head ul li { float: left; margin-left: -1px; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; }

.inner-box .tab-head ul li a { display: block; padding: 0 30px; height: 50px; line-height: 50px; color: #555; font-size: 14px; }

.inner-box .tab-head ul li a:hover, .inner-box .tab-head ul li a.selected { color: #666; background: #fff; border-bottom: 2px solid #0089cd; }

.inner-box .tab-content { display: none; }

/* Contact */
.box-hd h3 { text-align: left; font-size: 20px; line-height: 28px; margin-bottom: 20px; color: #333; font-weight: normal; }

.message { width: 680px; float: left; }

.message-box { position: relative; padding: 10px; border: 1px solid #f6f6f6; background: #fff; font-size: 14px; }

.message-box dl { display: block; padding: 5px 0; }

.message-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

.message-box dl dt { display: block; float: left; width: 70px; line-height: 32px; min-height: 32px; color: #555; font-size: 13px; text-align: left; _position: absolute; }

.message-box dl dd { position: relative; /*padding:5px 0 5px 5px;*/ line-height: 20px; min-height: 20px; color: #555; font-size: 13px; overflow: hidden; _margin-left: 70px; }

.message-box dl dd label.radio { margin-right: 5px; }

.message_r { /*background: #fafafa;*/ width: 350px; padding: 10px 30px 30px 30px; float: right; }

.message_r h3 { color: #205cad; margin-bottom: 15px; font-weight: 500; }

.message_r ul li { padding: 5px 0px; }

.message_r .guest { float: left; margin-top: 10px; }

.message_r .guest .qq { width: 100px; color: #fff; height: 33px; line-height: 33px; text-align: center; display: inline-block; background-color: #0089cd; margin-right: 15px; transition: all 0.3s ease-out 0s; }

.message_r .guest .qq:hover { background: #205cad; }

.message_r .xinwe { width: 320px; float: left; margin-top: 20px; }

.message_r .xinwe dl { text-align: center; font-size: 14px; color: #333; float: left; margin-right: 30px; }

.message_r .xinwe dl dd { margin-bottom: 10px; }

#dituContent1 { width: 1120px; height: 400px; float: left; margin: 20px 0px 0px 0px; }

/*文本框样式*/
input.txt1 { width: 420px; }

/*按钮样式*/
.btn1 { display: inline-block; margin: 0; padding: 0 25px; color: #fff; font-size: 12px; height: 38px; line-height: 38px; text-align: center; }

.btn1 { background: #0089cd; border-radius: 3px; vertical-align: middle; transition: all 0.3s ease-out 0s; }

.btn1:hover { background: #205cad; color: #fff; }

input.btn1, button.btn1 { height: 40px; cursor: pointer; overflow: visible; }

.c_b { border: none; }

#dituContent { width: 718px; height: 328px; border: #ccc solid 1px; float: left; }


#tab { float: left; width: 100%; margin-bottom: 10px; height:55px;}

#tab li { float: left; margin: 0px 30px 0px 0px; text-align: center; background-color: #0089cd; cursor: pointer; color: #fff; padding: 8px 20px; transition: all 0.3s ease-out 0s;}

#tab li:hover{background-color: #205cad; color: #fff;}

#tab li.fli { background-color: #205cad; color: #fff; }

#tab_con { float:left; width:100%;}

#tab_con .hidd { display: none; width: 100%; }

#tab_con .show h3 { margin: 20px 0px 10px 0px; float: left; clear: both; width: 100%; }

#tab_con .show ul { float: left; width: 210px; margin-left: 30px; margin-right: 20px; }

#tab_con .shop img{ width:848px;}

#tab_con .show ul li {padding:3px 0;}

/* Footer */
.site-footer { width: 100%; float: left; margin-top: 50px; color: #333; background: #ffffff; }

.site-footer .footer-service { padding: 27px 0; border-bottom: 1px solid #dfdfdf }

.site-footer .footer-links { padding: 40px 0; }

.site-footer .list-service { margin: 0; padding: 0; list-style-type: none }

.site-footer .list-service li { float: left; width: 20%; text-align: center }

.site-footer .list-service li a { display: block; font-size: 12px; color: #333 }

.site-footer .list-service li a:hover .iconfont { color: #ff4a00 }

.site-footer .list-service li a .iconfont { font-size: 30px; color: #6d6d6d }

.site-footer .list-service li a strong { display: block; margin-top: 5px; font-size: 18px; font-weight: 400; color: #000 }

.site-footer .col-links { float: left; _display: inline; width: 190px; height: 112px; margin: 0 0 0 30px; border-right: 1px solid #dfdfdf }

.site-footer .footer-links .col-links dt { margin: -1px 0 26px; font-size: 14px; line-height: 1.25; color: #424242 }

.site-footer .footer-links .col-links dd { margin: 10px 0 0; font-size: 12px }

.site-footer .col-links dd a { color: #6d6d6d }

.site-footer .col-links dd a:hover { color: #ff4a00 }

.site-footer .col-links-first { margin-left: 20px }

.site-footer .col-contact { float: right; width: 270px; text-align: center }

.site-footer .col-contact p { margin: 0 0 15px }

.site-footer .col-contact p.phone { margin-bottom: 5px; font-size: 26px; line-height: 1; color: #000 }

.site-footer .info-text { margin-bottom: 20px }

.site-footer .info-text a { color: #333 }

.site-footer .info-text a:hover { color: #ff4a00 }

.site-footer .info-text .logo-mini { float: left; width: 40px; height: 40px; margin-right: 15px; background: #ff4a00; text-align: center }

.site-footer .info-text .logo-mini i { font-size: 28px; color: #fff }

.site-footer .info-text .sep { margin: 0 3px }

.site-footer .info-text p { margin: 0; line-height: 20px }

.site-footer .info-sites { position: absolute; left: 50%; top: 85px; margin-left: 100px; width: 200px; font-size: 12px; text-align: left; color: #8c8c8c }

.site-footer .info-sites .global-site-current { width: 178px; height: 18px; padding: 10px; border: 1px solid #dfdfdf; background: #fff }

.site-footer .info-sites .arrow { position: absolute; right: 10px; top: 17px; z-index: 1; width: 0; height: 0; _font-size: 0; border-width: 5px; border-style: solid; border-color: #dfdfdf #fff #fff }

.site-footer .info-sites .global-site-list { display: none; position: absolute; left: 0; bottom: 0; z-index: 2; width: 198px; margin: 0; padding: 0; list-style-type: none; border: 1px solid #dfdfdf; background: #fff }

.site-footer .info-sites .global-site-list li a { display: block; height: 18px; padding: 10px }

.site-footer .info-links { clear: both }

.site-footer .info-links img { width: 20px; height: 20px }

.btn-line-primary { border-color: #205cad; background: #fff; color: #205cad; }

.btn-small { display: inline-block; padding: 0; margin: 0; border: 1px solid #205cad; text-align: center; cursor: pointer; -webkit-transition: all 0.4s; transition: all 0.4s; width: 118px; height: 28px; font-size: 12px; line-height: 28px; }

.btn-small:hover, .btn-small:focus, .btn-small.active, .btn-small:active { color: #fff; border-color: #205cad; background-color: #205cad; }

.modal-weixin .modal-body { text-align: center }

.modal-globalSites .modal-body { text-align: center }

.modal-globalSites .modal-body h3 { color: #333; font-size: 32px; margin: 0 }

.modal-globalSites .modal-body .modal-globalSites-tips { margin: 0; font-size: 18px }

.modal-globalSites .modal-body .modal-globalSites-links { width: 480px; margin: 30px 0 0; display: block; margin-left: auto; margin-right: auto }

.modal-globalSites .modal-body .modal-globalSites-links a { display: block; float: left; margin: 0 20px 20px 0; width: 140px; height: 40px; line-height: 40px; background-color: #f3f3f3 }

.modal-globalSites .modal-body .modal-globalSites-links a:hover { background-color: #ff4a00; color: #fff }

.site-mini-header { border-bottom: 2px solid #404144 }

.site-mini-header .span4 { padding-bottom: 2px; _padding-bottom: 17px; margin-bottom: -2px; border-bottom: 2px solid #ff4a00; position: relative }

#loginBox { height: 450px }

#loginBox .modal-body { padding: 10px }

/*@media (max-width:1260px) {

.site-header .header-nav .nav-main-list .nav-main-item a .text { padding: 0 11px; font-size: 16px }

.site-header .header-nav .nav-main-list .nav-main-children { width: 683px }

.site-header .header-nav .nav-main-list .nav-main-children .children-list li { width: 340px }

.site-header .header-nav .nav-main-list .nav-main-children .children-list .item-detail { padding: 50px 10px 30px 170px }

.site-header .header-nav .nav-main-list .nav-main-children .children-list .item-detail .title { font-size: 20px }

.site-header .header-nav .nav-main-list .nav-main-children .children-list .item-detail .thumb { position: absolute; top: 32px; left: 10px }

.site-footer .list-service li a strong { font-size: 16px }

.site-footer .col-links { width: 128px; margin: 0 0 0 20px }

.site-footer .col-contact { width: 180px }
}*/

.footer_content { width: 1180px; *zoom:1;
margin-right: auto; margin-left: auto; }

.footer-info { width: 100%; float: left; padding: 30px 0; font-size: 12px; }

.footer-info .logo { float: left; width: 110px; height: 36px; margin-right: 10px; background: url(../images/logo.png) no-repeat 50% 50% }

.ir { display: block; text-align: left; text-indent: -9999em; overflow: hidden; _zoom: 1; }

.footer-info .info-text { float: left; color: #757575; }

.footer-info .info-text p { margin: 0; line-height: 18px; color: #757575; }

.footer-info .info-text a { color: #757575; }

.footer-info .info-text a:hover { color: #ff6700; }

.footer-info .info-text .sites a { color: #333333; }

.footer-info .info-text .sites a:hover { color: #ff6700; }

.footer-info .info-links { float: right; _display: inline; height: 28px; margin: 4px 0 0; }

.footer-info .info-links img { width: 20px; height: 20px; margin-left: 7px; }

.sep, .ndash { margin: 0 0.25em; font-family: sans-serif; }

/* goTop */

.back_top { position: fixed; bottom: -70px; right: 220px; z-index: 20 }

.back_top a { width: 40px; height: 40px; border: 1px solid rgba(0,0,0,.1); border-radius: 21px; display: block; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.back_top i { width: 10px; height: 14px; display: block; background: url(../images/icon.png) no-repeat -68px -26px; margin: 14px 0 0 15px }

.back_top a:hover { background: #2882E8; }

.back_top a:hover i { background: url(../images/icon.png) no-repeat -83px -26px }


/*chrome */
::-webkit-scrollbar-track-piece {
width:12px;
background-color:#f4f4ff;
}

::-webkit-scrollbar {
width:12px;
background-color:#2882e8;
}

::-webkit-scrollbar-thumb {
width:12px;
background-color:#aeaeae;
}

::-webkit-scrollbar-thumb:hover {
width:12px;
background-color:#0089cd;
}

/*以下部分是WebUploader必须的
----------------------------------------------*/
.webuploader-container { position: relative; }

.webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }

.webuploader-pick { position: relative; display: inline-block; padding: 0 25px; line-height: 32px; height: 32px; border: 1px solid #02598E; border-radius: 2px; cursor: pointer; background: #1e7bb3; color: #fff; text-align: center; overflow: hidden; zoom: 1; *display:inline;
}

.webuploader-pick-hover { opacity: 0.9; }

.webuploader-pick-disable { opacity: 0.6; pointer-events: none; }

.upload-box { position: relative; display: inline-block; height: 32px; vertical-align: middle; zoom: 1; *display:inline;
}

.upload-box .upload-btn { display: inline-block; height: 32px; zoom: 1; *display:inline;
}

.upload-box .upload-progress { position: absolute; top: 0; left: 0; padding: 2px 5px; width: 115px; height: 28px; border: 1px solid #d7d7d7; background: #fff; overflow: hidden; }

.upload-box .upload-progress .txt { display: block; padding-right: 10px; font-weight: normal; font-style: normal; font-size: 11px; line-height: 18px; height: 18px; text-overflow: ellipsis; overflow: hidden; }

.upload-box .upload-progress .bar { position: relative; display: block; width: 112px; height: 4px; border: 1px solid #1da76b; }

.upload-box .upload-progress .bar b { display: block; width: 0%; height: 4px; font-weight: normal; text-indent: -99em; background: #28B779; overflow: hidden; }

.upload-box .upload-progress .close { position: absolute; display: block; top: 1px; right: 1px; width: 14px; height: 14px; text-indent: -99em; background: url(../images/sprite.gif) 0 -240px no-repeat; cursor: pointer; overflow: hidden; }

/*响应式布局
----------------------------------------------*/
/*@media only screen and (max-width:1180px) {
	.section{ width:941px; }
}
@media only screen and (min-width:1181px) {
	.section{ width:1180px; }
}*/

.section { display: block; position: relative; margin: 0 auto; padding: 0; width: 1180px; min-width: 941px; max-width: 1180px; text-align: left; overflow: hidden; }

.wrapper { position: relative; margin: 0 auto; width: 100%; height: 288px; overflow: hidden; }

.wrapper.igoods { height: 327px; }

.wrapper.auto { height: auto; }

.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.line30 { clear: both; font-size: 0px; height: 30px; overflow: hidden; }

.info-box { float: left; width: 200px; background: #eef8fa; border: 1px solid #e8ecef; }

.home-box { position: relative; display: block; margin: 0 0 0 217px; overflow: hidden; }

/*提示样式*/
.msg-tips { position: relative; margin: 30px auto; padding: 30px 0; width: 380px; font-size: 14px; text-align: left; }

.msg-tips .ico { display: block; float: left; background: url(../images/icon-tips.png) no-repeat left top; width: 46px; height: 46px; text-indent: -99999px; overflow: hidden; }

.msg-tips .ico.error { background-position: -50px 0; }

.msg-tips .ico.warning { background-position: -100px 0; }

.msg-tips .msg { margin-left: 60px; }

.msg-tips .msg strong { margin-bottom: 10px; color: #444; font-size: 15px; }

.msg-tips .msg p { line-height: 1.8em; }

.msg-tips .msg i { color: #f00; font-style: normal; }
