@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;}
body{ margin:0px; padding:0px; font-size:12px; font-family:"微软雅黑"; background:url(../images/index_bg.jpg) 0px -4px no-repeat;}
body { behavior:url("css/csshover.htc"); }
form,ul,li,p,h1,h2,h3{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
li{ list-style:none; list-style-position:outside;}
img{ border:none;}
img, input{ vertical-align:middle;}
a{ color:#000; text-decoration:none; font-family:"微软雅黑";}
a:hover{ color:#e81123; text-decoration:none;}

/*公用样式*/
.bodydiv_parent{ width:100%; margin:auto;}
.bodydiv{ width:1200px; margin:auto;}
.clear{ clear:both;}
.cursor01{ cursor:pointer;}

#wrapper{width:100%;height:100%;}
.w1200{width:1200px;margin:0 auto;}
.w1200 img{display:block;}

#ch{width:100%;z-index: 999;background: #fafafa;}
#ch div{width:1200px;margin:0 auto;height: 36px;}
#ch div div{float:left;width:70%;}
#ch a{float:right;margin:8px 0.5%;}
#ch a span{padding-left:5px;}

.db{width:100%;height:40px;background:#3e3e3e;}
.db p{font-size:14px;color:#fff;}
.db div p{float:left;}
.db div p span{padding:20px;background:#1a4292;line-height:38px;}
.db div p span a{color:#fff;}
.db div p:first-child{width:70%;text-align:left;line-height:38px;} 
.db div p:last-child{width:30%;text-align:right;} 

/*网站头部*/

.header{
    width:100%;
	background: url(../images/nav_bg.png) repeat-x center;
}

.header .nav{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 111;

}
.header .nav li{
	float: left;
	width: 12%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.header .nav li a{
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.header .nav li .second-nav{
	width: 242px;
	display: none;
	position: relative;
}
.header .nav li .second-nav li{
	position: relative;
	width: 95%;
	height: 40px;
	line-height: 40px;
	background: #ccd8de;
	border-top: 1px solid #fff;
	color:#fff;
}
.header .nav li:hover a{color:#fff;}
.header .nav li ul li a{color:#fff!important;font-size:14px!important;font-weight: normal!important;}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}


/*banner*/
#container  a {
  color: #fff;
  text-decoration: none;
}

#container {
  overflow: hidden;
  margin:0px auto;
}

#sliderContainer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: #fff solid 0px;
  padding: 0px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

#slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slide {
  position: absolute;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.slide.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

/*.slideCopy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  color: #333;
}*/

.slideCopy p { font-size: 18px; }

.arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto 0;
  cursor: pointer;
  z-index: 100;
  background-size: 10px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#prev {
  left: 30px;
  background-image: url(../images/arrow-left.png);
  background-position: 13px center;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

#next {
  right: 30px;
  background-image: url(../images/arrow-right.png);
  background-position: 16px center;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}

.sliderHovered .arrow {
  opacity: 1;
  pointer-events: auto;
}

.sliderHovered #prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.sliderHovered #next {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}


/*product*/
.container {
	width: 1200px;
	margin: 0 auto;
}
.container .title {
	padding:20px 0px 10px 0px;
	font-size: 34px;
	font-weight: 300;
	color: #222;
	text-align: center;
}

.container .tiao {
	width:36px;
	height:4px;
	background: #02328d;
	margin:10px 0px;
}

.container .desc {
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 14px;
	color: #555555;
	text-align: center;
}

.container .pro_type ol {width:1090px;margin:0 auto;}
.container .pro_type ol li{float:left;width:140px;margin:20px;height:60px;background:#02328d;}
.container .pro_type ol li a p{font-size:14px;color:#FFFFFF;text-align:center;line-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.container .pro_type ol li:hover{background:#ededed;}
.container .pro_type ol li:hover a p{color:#02328d;}

.bg-white {
	background-color: #fff;
}
.bg-white .container {
	margin-top: 30px;
}
.container .titlebox {
	text-align: center;
	overflow: hidden;
	padding-top:50px;
}
.container .titlebox h1 {
	font-size: 36px;
	color: #fff;
	margin-top: 32px;
}
.container .titlebox h2 {
	font-size: 18px;
	color: #fff;
	margin-top: 12px;
}
.container .titlebox h3 {
	font-size: 36px;
	color: #fff;
	margin-top: 18px;
}


.container .items {
	width:100%;
	height:auto;

}
.container .items .item {
	float: left;
	width: 287px;
	height: 320px;
	position: relative;
	margin-right: 13px;
	overflow: hidden;
	margin-top:20px;
}
.container .items .item.last-item {
	margin-right: 0;
}
.container .items .item:last-child {
	margin-right: 0;
}
.container .items .item .imgbox {
	width: 285px;
	height: 283px;
	overflow: hidden;
	border:1px solid #cbcbcb;
}
.container .items .item .imgbox img {
	margin-left:0px;
	margin-top:0px;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.container .items .item .textbox p{
	font-size:15px;
	text-align:center;
	padding:0px 30px;
	}
.container .items .item .textbox span {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-top:1px solid #fff;
}
.container .items .item .textbox .desc {
	font-size: 14px;
	color: #434343;
}
.container .items .item .shadowbox {
	position: absolute;
	top: 499px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(87,143,221,.7);
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.container .items .item:hover .shadowbox {
	top: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.container .items .item:hover .imgbox img {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.container .items .item .shadowbox span {
	display: block;
	width: 150px;
	height: 30px;
	border: 2px solid #fff;
	margin: 150px auto;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

/*application*/
.titlebox{background:url(../images/tz17.png) no-repeat center;}

.middle .title {
	padding:20px 0px 10px 0px;
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-align: center;
}

.middle .desc {
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
	text-align: center;
}
 .colsg_inner{
     width:1200px;
     margin:0 auto;
}
/*滚动主体*/
 #ProductMarquee20.ProductMarquee .Marquee_bd {
     padding:10px 15px;
     position:relative;
     zoom:1;
}
/*滚动内部主体用于截断隐藏滚动内容*/
 #ProductMarquee20.ProductMarquee .Marquee_box{
     overflow:hidden;
     margin: 0 auto;
     width:100%;
     height:415px;
     position:relative;
}
/*滚动的所有内容ul*/
 #ProductMarquee20.ProductMarquee .Marquee_lists{
}
/*滚动单元元素宽度等于滚动图片padding,border,width之和*/
 #ProductMarquee20.ProductMarquee .Marquee_li{
     width:376px;
	 border:2px solid #48a4e5;
	 margin:0px 10px;
}
/*滚动的单个元素*/
 #ProductMarquee20.ProductMarquee .Marquee_imgbx{
}
/*滚动图片*/
 #ProductMarquee20.ProductMarquee .Marquee_img{
     width: 360px;
     height:360px;
     padding:2px;
}
/*产品名称*/
 #ProductMarquee20.ProductMarquee .Marquee_name{
     text-align: center;
     line-height: 34px;
}
 #ProductMarquee20.ProductMarquee .Marquee_link{
     color:#333!important;
	 font-size:14px;
}
 #ProductMarquee20.ProductMarquee .Marquee_link:hover{
     color:#f30;
     text-decoration: underline;
}
 #ProductMarquee20.ProductMarquee .jqzoom {
     display: block;
}
 #ProductMarquee20.ProductMarquee .nojqzoom {
}



/*about*/
.about_box{background:url(../images/tz19.png) no-repeat center;padding:20px 0px;}
.about_box .title {
	padding:20px 0px 10px 0px;
	font-size: 34px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
}
.about_box .desc {
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#about{width:100%;}
#about .a1,#about .a2,#about .a3{float:left;}
#about .a1{width:28%;}
#about .a2{width:45%;}
#about .a2 a p{font-size:12px;color:#FFFFFF;text-align:left;line-height:25px;padding:10px 24px;}
.slideTxtBox2{width:540px;height:158px;margin:0 auto;margin-top:10px;background:url(images/hjbbj_12.jpg) no-repeat;}
.slideTxtBox2 .hd{height:36px;width:520px;margin-bottom:20px;}
.slideTxtBox2 .hd ul{float:left;height:36px;}
.slideTxtBox2 .hd ul li{float:left;width:118px;height:36px;text-align:center;line-height:38px;font-weight:bold;color:#008500;cursor:pointer;}
.slideTxtBox2 .hd ul li a{color:#02761b;}
.slideTxtBox2 .hd ul li a:hover{text-decoration:none;}
.slideTxtBox2 .hd ul li.on{color:#fff;background:url(images/nabjj_12.jpg) no-repeat;}
.slideTxtBox2 .hd ul li.on a{color:#fff;}
.slideTxtBox2 .hd .btn{float:right;margin:8px 0 0 0;}
.slideTxtBox2 .hd .btn div{width:11px;height:20px;overflow:hidden;cursor:pointer;background:url(images/arrow-left-right.gif) no-repeat;float:left;margin:0 10px 0 0;display:inline;}
.slideTxtBox2 .hd .btn .prev{background-position:0 0;}
.slideTxtBox2 .hd .btn .next{background-position:-11px 0;}
.slideTxtBox2 .bd{width:500px;height:158px;margin:0 auto;line-height:32px;text-align:center;}
.slideTxtBox2 .bd .hceg{width:150px;height:158px;margin-left:14px;font-size:14px;color:#FFFFFF;}

#about .a3{width:27%;}
#about .a3 .contact0{width:324px;height:228px;background: #141414;}
#about .a3 .contact0 ol{width:100%;margin-left:0px;}
#about .a3 .contact0 ol li{padding:20px 0px;border-bottom:1px solid #202020;}
#about .a3 .contact0 ol li img{float:left;margin-left:10px;}
#about .a3 .contact0 ol li span{font-size:14px;color:#014693;line-height:25px;margin-left:20px;}
#about .a3 .dt{width:323px;height:171px;}



/*foot*/
.contact-bg{width:100%;padding:40px 0px;background:#014693;}
.contact-bg .w1200 div{float:left;}

.foot-nav{width:62%;margin:0 auto;font:20px "microsoft yahei";color:#D9D9D9;padding-top:15px;padding-left:0px;}
.foot-nav .db_nav{float:left;} 
.db_nav p:first-child a{font-size:16px;color:#fff;}
.db_nav p a{font-size:12px;color:#b3d7ff;line-height:34px;}
.db_nav {padding:0px 42px}


.wx{width:34%;padding-left:30px;}
.wx p{font-size:14px;color:#d0e6ff;padding-left:13px;line-height: 35px;}

.footer{width:100%;height:100%;overflow:hidden;background:#16181e;}
.db_container{width:100%;overflow:hidden;margin-top:15px;}
.db_container p{color:#666;font-size:14px;text-align:center;line-height:25px;padding-bottom:15px;}
.db_sy{width:1200px;margin:0 auto;}
.db_sy p{font-size:14px;color:#fff;text-align:center;padding:10px 0px;}



/*neiye*/
#title{margin-top:20px;}
#title p{font-size:25px;font-weight:bold;color:#4c5562;text-align:center;}
#title div{text-align:center;margin:12px 0px;}
#title div span{font-size:12px;color:#a6a6a6;text-transform:uppercase;font-weight:normal;}

#title1{margin-top:20px;}
#title1 p{font-size:36px;font-weight:bold;color:#0384af;text-align:center;}
#title1 div{text-align:center;}
#title1 div span{font-size:25px;color:#fff;text-transform:uppercase;font-weight:normal;}


.sub .pro_type ol {width:1090px;margin:0 auto;}
.sub .pro_type ol li{float:left;width:140px;margin:20px;height:60px;background:#02328d;}
.sub .pro_type ol li a p{font-size:14px;color:#FFFFFF;text-align:center;line-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sub .pro_type ol li:hover{background:#ededed;}
.sub .pro_type ol li:hover a p{color:#02328d;}

#news_n{width:1200px;height:auto;min-height:400px;margin:0 auto;}
#news_n ul{width:100%;margin-top:20px;}
#news_n ul li{float:left;width:32%;height:185px;margin:0.5%;position: relative;top:0;left:0;background:#f3f3f3;}
#news_n ul li .n1{font-size:18px;width:94%;line-height:28px;color:#333;padding:15px 0px 0px 18px;}

#news_n ul li .date{ width:75px; height:66px; margin-right:20px;text-align:center; color:#fff;background:#3883ff;position: absolute;left:298px;top:-20px;}
#news_n ul li .date b{ font-weight:normal; font-size:30px; display:block;color:#fff;margin-top:0px;}
#news_n ul li .date span{ font-size:16px;display:block;color:#fff;}

#news_n ul li .n2{font-size:14px;width:94%;line-height:28px;color:#666666;padding:10px 0px 0px 10px;font-weight:normal;}
#news_n ul li a:hover{color:#333!important;}

#news_n ul li .more{width:100%;padding:11px 0px;background:#fff;margin-top:34px;}
#news_n ul li .more a{font-size:14px;color:#666;text-align: right;}
#news_n ul li .more a p{padding-right:30px;}

#news_n ul li .more:hover{background:#3883ff;}
#news_n ul li .more:hover a{color:#fff;}

.con1{width:1200px;height:480px;margin:0 auto;overflow:hidden;}
.con1-left{float:left;width:238px;height:auto;overflow:hidden;background:#fff;border:1px solid #014693}
.left-title1{width:100%;height:70px;line-height:70px!important;background:#014693;text-transform:uppercase;text-align:center;font:18px/45px "microsoft yahei";color:#fff;}
.class_up{display:block;background:url(../images/left_top.jpg) 0 0 no-repeat;width:211px;height:19px;margin:11px auto 4px;}
.class_down{display:block;background:url(../images/left_bottom.jpg) 0 0 no-repeat;width:211px;height:19px;margin:5px auto 12px;}
.con1_class{width:211px;height:325px;overflow:hidden;margin:0 auto;position:relative;}
.con1_class ul{position:absolute;left:0;top:0;width:100%;}
.con1_class ul li{width:195px;height:36px;line-height:40px;border-bottom:1px dotted #1d1d1d;overflow:hidden;font:14px/41px "microsoft yahei";color:#1d1d1d;padding:0 8px;}
.con1_class ul li a{color:#1d1d1d;}
.con1_class ul li a:hover{color:#014693;font-weight: bold;}
.zoom{position: absolute;width:45px;height:45px;display:none;right:0;bottom:0;cursor: pointer;background:url(../images/zoom.png) 0 0 no-repeat;}
#picShow{position: fixed;width:100%;height:100%;background:url(../images/blackbg.png) 0 0 repeat;left:0;top:0;z-index:9999}
.pic_show_box{width:100%;height:100%;overflow:hidden;position: relative;}
.pic_show_box img{display:block;margin:93px auto 0;border:5px solid rgba(255,255,255,.2);}
.pic_quit{position: absolute;background:url(../images/quit.png) 0 0 no-repeat;width:64px;height:64px;top:0;right:0;cursor: pointer}
.lbtn{display:block;position: absolute;background:url(../images/leftbtn1.png) 0 0 no-repeat;width:53px;height:53px;top:287px;left:65px;}
.rbtn{display:block;position: absolute;background:url(../images/rightbtn1.png) 0 0 no-repeat;width:53px;height:53px;top:287px;right:65px;}
.pic_show_box p{width:593px;text-align:center;margin:0 auto;overflow:hidden;font:18px/106px "microsoft yahei";color:#0c4201;text-overflow: ellipsis;white-space: nowrap}
.pic_show_box p a{color:#fff;}
.con1_right{width:1200px;height:auto;overflow:hidden;float:right;}
.con1_right li{width:226px;padding-left:0px;float:left;}
.con1_img{width:229px;height:172px;border:1px solid #fff;position:relative}
.con1_right li p{width:226px;height:41px;text-align:center;background:#fff;overflow:hidden;font:700 14px/41px "microsoft yahei";color:#1d1d1d}
.con1_right li p a{color:#1d1d1d}
.con1_right li p a:hover{color:#dc3132}

.subpage{width:1200px;height:auto;position:relative;padding-bottom:24px;margin:0 auto;min-height:400px;top:0px;}
.sub-left{position:absolute;left:-224px;bottom:0;z-index:1}
.sub-right{position:absolute;right:-280px;bottom:-94px;z-index:1}
.sub{width:1200px;height:auto;overflow:hidden;background:#fff;position:relative;z-index:2}
.right{width:1200px;height:auto;overflow:hidden;float:left;}
.header-article-list {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0px 26px;
	border-bottom: 2px solid #eeeeee;
}
.contact-right {
	position: absolute;
	right: 0;
	margin-top: -26px;
	margin-right: 10px;
}

.contact-left {
	color: #f4797f;
}
	

.header-article-list a {
	color: #858586;
}

.header-article-list a:hover{
	color: #f4797f;
}
.about-image {
	width: 100%;
	height: 100%;
}

.about-image img {
	width: 100%;
	height: 100%;
}

.about-box {
	width: 1200px;
	margin: 0 auto;
}

.about-box .about-leftbox {
	width: 43%;
	display: inline-block;
}

.about-box .about-leftbox img {
	width: 100%;
	height: 100%;
}

.about-box .about-rightbox {
	width: 50%;
	height: 201px;
	display: inline-block;
	float: right;
	background: #cdcdcd;
	padding: 100px 40px;
}
.about-box h1{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:20px 0px;
}
.about-box p{
	color:#fff;
	margin:20px 0px;
}
.about-box article{
	color:#fff;
	line-height:25px;
}
.right-con{width:100%;height:auto;overflow:hidden;font:14px/30px "microsoft yahei";color:#1d1d1d;margin:16px auto;padding-left:0px;}
.product-top{width:100%;font:14px/30px "microsoft yahei";color:#1d1d1d;max-height: 150px;overflow:hidden;margin-bottom:16px;}
.product li{margin:0px 2px;border:2px solid #D8D8D8;margin-bottom:25px;}
.product li:hover{border:2px solid #e60012}
.product{ float:none}


.right0{width:932px;height:auto;overflow:hidden;float:right;}
.left-contact{width:237px;height:auto;overflow:hidden;float:left;margin-top:24px;border:1px solid #336192;background:#336192;}
.left{float:left;width:243px;height:auto;overflow:hidden;margin-top:20px;}
.left-title{width:194px;height:73px;background:url(../images/line1.jpg) 0 bottom repeat-x;margin:0 auto;}
.left-title p{width:100%;height:73px;background:url(../images/contact_ico.jpg) 4px center no-repeat;text-indent:28px;font:18px/68px "microsoft yahei";color:#fff;}
.left-title p span{font-size:16px;}
.left-con{width:194px;height:auto;overflow:hidden;color:#fff;font:14px/40px "microsoft yahei";margin:14px auto 0;}
.left-contact h1{width:100%;text-align:center;font:30px/84px "impact";color:#fff;}

.con1_right0{height:auto;overflow:hidden;}
.con1_right0 li{width:280px;padding-left:1px;float:left;}
.con1_img{width:229px;height:172px;border:1px solid #ccc;position:relative}
.con1_img:hover{border:3px solid #0266b5;}
.con1_right0 li p{width:280px;height:41px;text-align:center;background:#fff;overflow:hidden;font:700 14px/41px "microsoft yahei";color:#1d1d1d}
.con1_right0 li p a{color:#1d1d1d}
.con1_right0 li p a:hover{color:#dc3132}
.right-con0{width:97%;height:auto;overflow:hidden;font:14px/30px "microsoft yahei";color:#1d1d1d;margin:16px auto;padding-left:20px;}
.product-top{width:100%;font:14px/30px "microsoft yahei";color:#1d1d1d;max-height: 150px;overflow:hidden;margin-bottom:16px;}
.product0 li{margin:0px 8px;border:2px solid #D8D8D8;margin-bottom:25px;}
.product0 li:hover{border:2px solid #e60012}
.product0{ float:none}


.con1_right_1{height:auto;overflow:hidden;}
.con1_right_1 li{width:225px;padding-left:1px;float:left;}
.con1_img{width:225px;height:225px;border:1px solid #ccc;position:relative}
.con1_img:hover{border:3px solid #0266b5;}
.con1_right_1 li p{width:225px;height:41px;text-align:center;background:#fff;overflow:hidden;font:700 14px/41px "microsoft yahei";color:#1d1d1d}
.con1_right_1 li p a{color:#1d1d1d}
.con1_right_1 li p a:hover{color:#dc3132}
.right-con_1{width:96%;height:auto;overflow:hidden;font:14px/30px "microsoft yahei";color:#1d1d1d;margin:16px auto;padding-left:20px;}
.product-top{width:100%;font:14px/30px "microsoft yahei";color:#1d1d1d;max-height: 150px;overflow:hidden;margin-bottom:16px;}
.product_1 li{margin:0px 3px;border:2px solid #D8D8D8;margin-bottom:25px;}
.product_1 li:hover{border:2px solid #e60012}
.product_1{ float:none}

/* pages */
.pages{width:100%;height:28px; margin:14px 0; clear:both;}
.pages ul{float:right; margin:0 15px 0 0; display:inline;}
.pages ul li{float:left; display:inline; margin:0 7px 0 0; font:500 12px/26px "microsoft yahei";color:#6e6e6e;width:26px;height:26px;border:1px solid #3f3f3f;background:#3f3f3f; text-align:center;}
.pages ul li a{color:#fff; display:block;width:26px;height:26px;}
.pages ul li.prev{width:64px;height:26px;background:url(../images/prev_page.jpg) 6px center no-repeat #3f3f3f;text-indent:13px; border:1px solid #3f3f3f; text-align:left;}
.pages ul li.prev a,.pages ul li.next a{display:block;width:64px;height:26px;}
.pages ul li.ok a{display:block;width:55px;height:28px;}
.pages ul li.next{width:64px;height:26px;background:url(../images/next_page.jpg) 54px center no-repeat #3f3f3f;text-indent:6px; border:1px solid #3f3f3f; text-align:left;}
.pages ul li.clickli{background:#bb2f30;border:1px solid #bb2f30}
.pages ul li.clickli a{color:#fff}
.pages ul li.dot{border:0; background:none;color:#64728f;}
.pages ul li.allpage{width:136px;border:0;background:none;}
.allpage input{width:26px;height:26px;border:1px solid #3f3f3f;text-align:center;background:#3f3f3f; margin:0 5px;color:#fff;font:12px/26px "microsoft yahei";}
.pages ul li.ok{background:#3f3f3f;width:53px;height:26px;float:left;border:1px solid #3f3f3f}
.pages ul li.ok a{color:#fff}
/* news */
.news{width:100%;height:auto;overflow:hidden;}
.news li{width:100%;height:50px;border-bottom:1px dotted #232323;overflow:hidden;background:url(../images/icons1.jpg) 8px center no-repeat;text-indent:19px;font:14px/50px "microsoft yahei";color:#1d1d1d;}
.news li a{float:left;color:#1d1d1d}
.news li span{float:right;padding-right:30px;}
.news li.blank{margin-bottom:26px;}

.news_list2{width:100%;height:auto;overflow:hidden}
.news_list2 li{width:100%;height:106px;overflow:hidden;}
.news_list2 li p{width:100%;height:42px;border-bottom:1px dashed #dadada;overflow:hidden;background:url(../images/icons1.jpg) 8px center no-repeat;text-indent:22px;}
.news_list2 li p a{float:left;font:14px/42px "microsoft yahei";color:#3e3e3e;}
.news_list2 li p img{float:left;margin:16px 0 0 8px;}
.news_list2 li p span{float:right;font:12px/42px "microsoft yahei";color:#a3a3a3;padding-right:12px;}
.news_list2 li div{width:100%;height:52px;overflow:hidden;font:14px/26px "microsoft yahei";color:#999898;margin-top:5px;}
.news_list2 li:hover a,.news_list2 li:hover span,.news_list2 li:hover div{color:#d40000}
.news_list2 li:hover a{background:url(../images/icons2.jpg) 8px center no-repeat;}

.news_list3{width:100%;height:auto;overflow:hidden}
.news_list3 li{width:100%;height:140px;overflow:hidden;}
.news_list3 li p{width:100%;height:42px;border-bottom:1px dashed #dadada;overflow:hidden;background:url(../images/icons1.jpg) 8px center no-repeat;text-indent:22px;}
.news_list3 li p a{float:left;font:14px/42px "microsoft yahei";color:#3e3e3e;}
.news_list3 li p img{float:left;margin:16px 0 0 8px;}
.news_list3 li p span{float:right;font:12px/42px "microsoft yahei";color:#a3a3a3;padding-right:12px;}
.news_list3 li div{width:100%;height:88px;overflow:hidden;font:14px/22px "microsoft yahei";color:#999898;margin-top:8px;}
.news_list3 li:hover a,.news_list3 li:hover span,.news_list3 li:hover div,.news_list3 li:hover div img{color:#d40000;border-color:#d40000}
.news_list3 li:hover a{background:url(../images/icons2.jpg) 8px center no-repeat;}
.news_list3 li div a{display:block;float:left;padding:3px;border:1px solid #ddd;margin:0 14px 0 3px;width:107px;height:78px;}
/* case */
.case{width:100%;height:auto;overflow:hidden;}
.case li{width:100%;height:204px;margin-bottom:28px;border-bottom:1px solid #b1b1b1;overflow:hidden;}
.case li>a{display:block;float:left;width:229px;height:172px;border:1px solid #fff;overflow:hidden;}
.case li>h1{float:left;width:480px;padding-left:22px;height:42px;overflow:hidden;font:700 16px/42px "microsoft yahei";color:#1d1d1d;}
.case li>h1>a{color:#1d1d1d;}
.case li>div{float:left;width:480px;height:120px;overflow:hidden;margin-top:5px;font:14px/30px "microsoft yahei";color:#1d1d1d;padding-left:22px;}
/* view */
.view h1{width:100%;text-align:center;font:16px/30px "microsoft yahei";color:#343434;}
.date{width:100%;text-align:center;color:#7d7d7d}
.page{width:100%;margin:10px auto;overflow: hidden;position: relative}
.page p{width:100%;height:28px;font:12px/28px "microsoft yahei";color:#1d1d1d;overflow: hidden;}
.page p a{color:#1d1d1d}
.page p a:hover,.back:hover{text-decoration: underline}
.back{font:14px/39px "microsoft yahei";color:#fff;background:#282828;width:138px;margin:0 auto;border-radius:4px;display:block;text-align:center;}
.view img{max-width: 100%;display:inline}
.view div{font-size:14px;}
.pdf_down{display:block;background:url(../images/pdf.jpg) 0 0 no-repeat;width:224px;height:46px;margin:10px auto;font:14px/46px "microsoft yahei";color:#fff;text-indent:74px;}
.white-bg{background:#fff;padding:10px 0;}
/* hr */
.hr{ margin:10px auto; width:96%;font-size:12px;line-height:24px; border:1px #CCC solid; background-color:#fff;}
.hr td{ border:1px #CCC solid;}
.hr a{ color:#333;}
.hr a:hover{ color:#de0303;}
.hr_btn{width:100px; height:40px; font-size:12px;}
/* common color 通用样式 */
.common_color,.has_account a.common_color,.xiadd a{color:#ff5958}
.common_bg,.common_page a.nowpage,.common_page a:hover,.vip_left_nav li.vip_left_btn1:hover,.vip_left_nav li.vip_left_btn1.nowpage,.vip_left_nav li.vip_left_btn2:hover,.vip_left_nav li.vip_left_btn2.nowpage,.vip_left_nav li.vip_left_btn3:hover,.vip_left_nav li.vip_left_btn3.nowpage,.vip_left_nav li.vip_left_btn4:hover,.vip_left_nav li.vip_left_btn4.nowpage,.vip_left_nav li.vip_left_btn5:hover,.vip_left_nav li.vip_left_btn5.nowpage,.vip_add_address a.common_bg,.vip_login li input.common_bg,.level_bg p.common_bg,.scrollbutton.smallImgUp:hover,.scrollbutton.smallImgDown:hover,.star_score_box p.common_bg,.view_img_btns input,.view_imgs .prev:hover,.view_imgs .next:hover,.common_page a.nowpage,.common_page a:hover,.pagebox a.nowpage,.pagebox a:hover,.pagebox_num_nonce,.order-list-state a.on,.vip_login_alert li input.vip_login_btn,.vip_left_nav li.vip_left_btn6:hover,.vip_left_nav li.vip_left_btn6.nowpage,.m_car_collect a:hover{background-color:#ff5958}
.common_border_color,.type_choose span.border_color,.type_choose2 span.border_color,.view_imgs .listBox .on img,.cart_address.common_border{border-color:#ff5958;}
.product_about_top span.on{border-top-color:#ff5958}
.product{ float:none}


/* product zoom 产品内页1 */
.view_img_zoom{width:98%;height:auto;overflow:hidden;padding-bottom:7px;margin:0 auto;}
.preview{width:345px; height:318px;float:left;border:1px solid #e4dede;padding:4px;}
.smallImg{position:relative; height:56px;padding:3px 0; width:345px; overflow:hidden;float:left;}
.scrollbutton{width:16px; height:56px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/view_left.png) center center no-repeat #bfbebe;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/view_right.png) center center no-repeat #bfbebe; margin-left:331px; margin-top:-56px;}
.scrollbutton.smallImgUp:hover,.scrollbutton.smallImgDown:hover{background-color:#ff5958}
.scrollbutton.smallImgUp.disabled, .scrollbutton.smallImgDown.disabled,.scrollbutton.smallImgUp.disabled:hover, .scrollbutton.smallImgDown.disabled:hover{background-color:#ddd;}
#imageMenu {height:56px; width:312px; overflow:hidden; margin-left:1px; float:left;}
#imageMenu li {height:56px; width:78px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:76px; height:56px;cursor:pointer;margin:0 auto;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:70px; height:50px; border:3px solid #959595;}
.bigImg{position:relative; float:left; width:345px; height:259px; overflow:hidden;}
.bigImg #midimg{width:345px; height:259px;}
.bigImg #winSelector{width:160px; height:120px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;max-width: 1200px;}
.view_img_zoom_right{float:left;width:280px;height:auto;overflow:hidden;padding-left:20px;}
.view_img_add{width:100%;height:19px;margin-top:3px;position:relative;overflow:hidden;}
.view_img_add p{width:100%;height:0;overflow:hidden;border-top:1px solid #d8d8d8;margin-top:10px;}
.view_img_add a{display:block;position:absolute;width:66px;height:17px;right:0;top:0;border:1px solid #ccc;border-radius:4px;text-align:center;font:12px/17px "microsoft yahei";color:#646464;background:#fff;}
.view_img_zoom_right h1{font:18px/30px "microsoft yahei";margin-top:7px;text-align:left}
.view_img_zoom_right h2{width:100%;font:14px/28px "microsoft yahei";color:#000}
.view_img_zoom_right h2 span{color:#d80000; font-size:22px;}
.right_con div.view_img_text{width:95%;font:12px/24px "microsoft yahei";color:#646464;height:93px;overflow: auto; border:1px solid #ededed; padding:3px 0px  3px 10px; margin:0 0 8px 0;}
.star_score{width:200px;height:26px;overflow:hidden}
.star_score_box{float:left;width:147px;height:26px;position:relative;background:#cacaca;overflow:hidden}
.star_score img{position:absolute;width:147px;height:26px;left:0;top:0;}
.star_score_box p{height:26px;background:#ff5958;width:0}
.star_score span{float:left;font:700 18px/30px "microsoft yahei";color:#ff8400;padding-left:12px;}
.view_sold{width:100%;height:22px;font:12px/22px "microsoft yahei";color:#6e6e6e; margin:7px 0 0 0;}
.view_img_btns{width:100%;height:35px;margin-top:8px;overflow:hidden}
.view_img_btns input{float:left;height:35px;border-radius:3px;text-align:center;font:16px/31px "microsoft yahei";color:#fff;background:#ff5958;border:0;cursor: pointer}
.view_buy_now{width:114px;margin-right:13px;}
.view_add_to_cart{width:150px;}
.product_about{width:100%;height:auto;overflow:hidden;}
.product_about_top{width:98%;height:39px;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;position:relative;margin:0 auto;}
.product_about_top span{float:left;font:14px/38px "microsoft yahei";color:#646464;border:1px solid #e5e5e5;padding:0 16px;border-left:0;cursor: pointer}
.product_about_top span.on{border-bottom-color:#fff;border-top:3px solid #ff5958;line-height:36px}
.product_about_box{padding-top:8px;width:98%;overflow:hidden;display:none;margin:0 auto;}
.youfei {  background:#faf4de; padding:3px; border:1px solid #efebaa; text-align:center; margin:0px 0px 8px 0px;}
.product_discuss{width:100%;height:auto;overflow:hidden}
.product_discuss li{width:100%;border-bottom:1px solid #e5e5e5;margin-bottom:2px;}
.product_discuss_top{width:100%;height:30px;background:#f1f1f1;overflow:hidden;}
.product_discuss_top p{float:left;background:url(../images/vip_member.png) 15px center no-repeat;text-indent:34px;font:14px/30px "microsoft yahei";color:#646464;}
.product_discuss_top span{float:right;font:12px/30px "microsoft yahei";color:#a9a9a9;padding-right:24px;}
.product_discuss_con{width:96%;height:auto;overflow:hidden;margin:0 auto;font:12px/24px "宋体";color:#555555}
.product_discuss_con p { color:#af874d}
/* product view 产品内页2 */
.view_imgs{margin:20px auto;position:relative;}
.view_imgs .btn{position:absolute;width:15px;height:70px;top:422px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.view_imgs .prev{left:0;background:url(../images/view_left.png) no-repeat center center #bfbebe;}
.view_imgs #prevTop,.view_imgs #nextTop{display:none}
.view_imgs .next{right:0;background:url(../images/view_right.png) no-repeat center center #bfbebe;}
.view_imgs li{float:left;}
.view_imgs .prev:hover,.view_imgs .next:hover{background-color:#ff5958}
.view_imgs .cf li{position:relative;color:#fff;}
.view_imgs .cf a{display:block;width:555px;height:416px;position:absolute;color:#fff;}
.view_imgs .picBox{height:416px;position:relative;overflow:hidden;}
.view_imgs .picBox ul{height:416px;position:absolute;}
.view_imgs .picBox li{width:555px;height:374px;}
.view_imgs .listBox{width:511px;height:71px;margin:0 auto;position:relative;padding:6px 0 10px;overflow:hidden;}
.view_imgs .listBox ul{height:71px;position:absolute;}
.view_imgs .listBox li{width:104px;height:71px;cursor:pointer;position:relative;}
.view_imgs .listBox li a{display:block;width:95px;height:71px;}
.view_imgs .listBox li img{width:95px;height:71px;}
.view_imgs .listBox .on img{width:89px;height:65px;border:3px solid #ff5958;}
.ol_width { width:580px;}

/* msg 留言板 */
.msg{width:100%;margin:16px auto;height:auto;overflow:hidden;}
.msg li{width:100%;height:auto;padding-bottom:10px;margin-bottom:10px;}
.msg_top{width:100%;height:auto;font:14px/30px "microsoft yahei";background:#ededed;color:#333333;text-indent:14px;overflow:hidden;border-radius:3px 3px 0 0; font-weight:bold;}
.msg_top span{margin-right:14px;}
.msg_con{border:1px solid #ebebeb;background:#f3f3f3;overflow:hidden;padding-bottom:12px;}
.msg_consult{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";color:#7b7b7b;}
.msg_reply{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";border:1px solid #ebebeb;border-radius:3px ;background:#fff;color:#ff5958;text-indent:14px;}
.msg_now{width:100%;height:34px;background:url(../images/msg_line1.png) center center no-repeat;overflow:hidden; margin:15px 0 0 0;}
.msg_title{width:155px;height:34px;background:url(../images/msg_btn.png) 7px center no-repeat #1f59c5;text-indent:43px;margin:0 auto;color:#fff;font:22px/34px "microsoft yahei";}
.msg_ul{width:580px;height:auto;overflow:hidden;margin:20px auto;}
.msg_ul li{width:100%;height:auto;overflow:hidden;position:relative;margin-bottom:6px;}
.msg_ul li p{width:90px; float:left;height:36px;font:14px/36px "microsoft yahei";color:#333;vertical-align: top;  text-align:right; margin: 0 6px 0 0;}
.msg_ul li p span{color:red;margin-top:2px;vertical-align: middle;font-weight: bold}
.msg_input{width:264px;height:34px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;}
.msg_pin{width:164px;height:34px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;float:left;}
.msg_pin img{float:left;margin-left:14px;}
.msg_textarea{width:264px;height:80px;border:1px solid #d9d9d9;border-radius:2px;padding:10px;resize: none}
.msg_submit{width:286px;height:36px;margin:20px auto;border-radius:3px;border:0;text-align:center;font:18px/36px "microsoft yahei";color:#fff;background:#1f59c5;cursor: pointer}

/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
    margin-left:4px;
    line-height:20px;
    height:20px;
    overflow:hidden;
    color:#999;
    font-size:12px;
}
.Validform_right{
    color:#71b83d;
    padding-left:20px;
    background:url(../images/right.png) no-repeat left center;
}
.Validform_wrong{
    color:#999;
    padding-left:20px;
    white-space:nowrap;
    background:url(../images/error.png) no-repeat left center;
	font-size:14px;
    float:left;margin-top:6px
}
.Validform_loading{
    padding-left:20px;
    background:url(../images/onLoad.gif) no-repeat left center;
}
.Validform_error{
    background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}
.info{
	color:#666; 
	position:absolute;
	display:none;
	line-height:34px;
	float:right;
}
.dec {
    bottom: -8px;
    display: block;
    
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}
.passwordStrength{

}
.passwordStrength b{
    font-weight:normal;
}
.passwordStrength b,.passwordStrength span{
    display:inline-block;
    vertical-align:middle;
    line-height:16px;
    line-height:18px\9;
    height:16px;
}
.passwordStrength span{
    width:45px;
    text-align:center;
    background-color:#d0d0d0;
    border-right:1px solid #fff;
}
.passwordStrength .last{
    border-right:none;
}
.passwordStrength .bgStrength{
    color:#fff;
    background-color:#71b83d;
}



