 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
/* =========
  工具样式
  ========== */
.clearfix{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/* =========
  自定义页面样式
  ========== */
body{
	background-color: #fff;
	font-family:"Arial","微软雅黑";
	min-width: 1200px;
	font-size: 12px;
}
a{
	color: #666;
	text-decoration: none !important;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
::before,::after{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family:"Arial","微软雅黑";
	font-size: 12px;
	outline: none;
}
img{
	border: none;
	vertical-align: middle;
	max-width: 100%;
	text-align: center;
}
.donghua {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.comWidth{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.publicBox{
	background-color: #fff;
	border: 1px solid #ededed;
	border-top: 0;
	width: 1438px;
	margin: 0 auto;
	overflow: hidden;
}
/* =========

  首页

  ========== */
/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 82px;
	line-height: 82px;
	z-index: 100;
	background-color: #ebebeb;
}
.indexheader{
	background-color: #fff;
}
.header .inbox{
	overflow: visible;
}
.header .inbox .logo{
	display: block;
	float: left;
	padding-top:5px;
}
.header .inbox .logo img{
	width: 200px;
	height: 69px;
}
.header .inbox .nav{
	position: relative;
	float: right;
}
.header .inbox .nav .nLi{
	float: left;
    position: relative;
    text-align: center;
    margin-right: 42px;
}
.header .inbox .nav .nLi1{
	width: 80px;
}
.header .inbox .nav .nLi .line{
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 0;
	left: -25px;
	background-color: #0674ec;
}
.header .inbox .nav .nLi1 .line{
	left: 0;
}
.header .inbox .nav .nLi3 .line{
	left: -36px;
}
.header .inbox .nav .nLi4 .line{
	left: -54px;
}
.header .inbox .nav .nLi .a1{
	font-size: 16px;
	color: #242424;
}
.header .inbox .nav .nLi .sub{
	position: absolute;
	top: 82px;
	left: -25px;
	background-color: rgba(0,0,0,.5);
	*background-color: #000;
	*opacity: .5;
	filter: alpha(opacity=50);
	text-align: center;
	display: none;
}
.header .inbox .nav .nLi2 .sub,.header .inbox .nav .nLi5 .sub,.header .inbox .nav .nLi6 .sub,.header .inbox .nav .nLi7 .sub{
	width: 110px;
}
.header .inbox .nav .nLi3 .sub{
	width: 150px;
	left: -36px;
}
.header .inbox .nav .nLi4 .sub{
	width: 172px;
	left: -54px;
}
.header .inbox .nav .nLi .sub li .a2{
	font-size: 14px;
	color: #e6e6e6;
	line-height: 25px;
	height: 25px;
	display: block;
}
.header .inbox .nav .nLi .sub .subli1{
	height: 12px;
}
.header .inbox .nav .nLi .sub .subli2{
	height: 15px;
}
.header .inbox .nav .nLi1:hover .line{
	width: 100%;
}
.header .inbox .nav .nLi2:hover .line,.header .inbox .nav .nLi5:hover .line,.header .inbox .nav .nLi6:hover .line,.header .inbox .nav .nLi7:hover .line{
	width: 110px;
}
.header .inbox .nav .nLi3:hover .line{
	width: 150px;
}
.header .inbox .nav .nLi4:hover .line{
	width: 172px;
}
.header .inbox .nav .nLi .sub li .a2:hover,.header .inbox .nav .nLi .a1:hover{
	color: #0674ec;
}
.header .inbox .nav .on .a1{
	color: #0674ec;
}
.header .inbox .nav .on .line{
	width:100%;
}
.header .inbox .nav .on .line2{
	width: 110px;
}
.header .inbox .nav .on .line3{
	width: 150px;
}
.header .inbox .nav .on .line4{
	width: 172px;
}
/*头部 ENd*/
/*中间广告轮播*/
.banner-box{
	position: relative;
	margin-top: 82px;
	max-height: 798px;
	overflow: hidden;
}
.banner-box img{
	width: 100%;
}
.banner{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-height: 798px;
	overflow: hidden;
}
.banner .list{
	height: 100%;
}
.banner .list ul,.banner .list ul li{ 
	width:100% !important; 
}
.banner .list ul{ 
	height: 100% !important;
}
.banner .list ul li{ 
	display:block; 
	background-position: center;
	background-size: cover; 
	background-repeat: no-repeat;
	height: 100%;
}
.banner .list ul li a{ 
	display:block; height: 100%;
}
.banner .hd{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	z-index: 11;
	overflow: hidden;
    height: 20px;
}
.banner .hd ul{
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	*display: block;
	*zoom: 1;
	width: 15px;
	height: 15px;
	background-image: url(icon06.png);
	cursor: pointer;
	margin-right: 3px;
}
.banner .hd ul .on{
	background-image: url(icon05.png);
}
/*中间广告轮播 End*/
/*产品大类*/
.index-porductsBox{
	padding-top: 40px;
	padding-bottom: 45px;
}
.index-publicbox .intitle{
	font-size: 32px;
	color: #000;
	text-align: center;
	line-height: 1;
}
.index-publicbox .inline{
	width: 40px;
	height: 2px;
	background-color: #0674ec;
	margin: 13px auto;
}
.index-publicbox .inyw{
	color: #727272;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}
.index-porductsBox ul{
	margin-top: 40px;
}
.index-porductsBox ul li{
	float: left;
	width: 590px;
	height: 400px;
	background-color: #0674ec;
	margin-right: 20px;
	margin-bottom: 20px;
}
.index-porductsBox ul .mgr0{
	margin-right: 0;
}
.index-porductsBox ul li a{
	display: block;
	position: relative;
}
.index-porductsBox ul li a img{
	width: 590px;
	height: 400px;
}
.index-porductsBox ul li a .inbox{
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 420px;
	z-index: 10;
	margin-left: -210px;
}
.index-porductsBox ul li a .inbox .zw{
	font-size: 26px;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
	color: #db1f07;
	height: 39px;
	font-weight:bolder;
}
.index-porductsBox ul li a .inbox .yw{
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 1.2;
	height: 19px;
}
.index-porductsBox ul li a .inbox .desc{
	color: #fff;
	font-size: 12px;
	line-height: 2;
	height: 72px;
	overflow: hidden;
	display: none;
}
.index-porductsBox ul li a .absoluimg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
/*	background-image: url(bg01.png);
*/	background: rgba(0, 26, 255, 0.712);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
.index-porductsBox ul li a .bottomline{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-color: #f08300;
	height: 10px;
	width: 0;
}
.index-porductsBox ul li a:hover .inbox{
	bottom: 110px;
}
.index-porductsBox ul li a:hover .inbox .zw{
	text-align: left;
	font-size: 32px;
	height: 45px;
	line-height: 45px;
}
.index-porductsBox ul li a:hover .inbox .yw{
	text-align: left;
}
.index-porductsBox ul li a:hover .bottomline{
	width: 100%;
}
.index-porductsBox ul li a:hover .inbox .desc{
	display: block;
	margin-top: 36px;
}
.index-porductsBox ul li a:hover .absoluimg{
	height: 100%;
	background-image: url(bg02.png);
}
/*产品大类 End*/
/*产品*/
.index-productBox{
	margin-top: 50px;
}
.index-productBox .indexpdul{
	margin-top: 40px;
}
.index-productBox .indexpdul li{
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-color: #ccc;
}
.index-productBox .indexpdul .li1{
	height: 500px;
}
.index-productBox .indexpdul .li2{
	height: 500px;
}
.index-productBox .indexpdul .li3{
	height: 560px;
}
.index-productBox .indexpdul li a{
	display: block;
	height: 100%;
	position: relative;
}
.index-productBox .indexpdul li[data-active="on"] a .flimg{
	bottom: 0;
}
.index-productBox .indexpdul li[data-active="on"] a .inbox{
	top: 50%;
	margin-top: -117px;
}
.index-productBox .indexpdul .li2 a .flimg{
	left: auto;
	right: 100px;
}
.index-productBox .indexpdul .li2 a .inbox{
	left: 180px;
	right: auto;
}
.index-productBox .indexpdul li a .flimg{
	width: 480px;
	height: 480px;
	position: absolute;
	left: 100px;
	bottom: -480px;
}
.index-productBox .indexpdul li a .inbox{
	width: 340px;
	position: absolute;
	right: 140px;
	top: -300px;
}
.index-productBox .indexpdul li a .inbox .zw{
	font-size: 30px;
	color: #000;
	line-height: 1;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index-productBox .indexpdul li a .inbox .yw{
	font-size: 16px;
	color: #b8b8b8;
	line-height: 1;
	height: 16px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.index-productBox .indexpdul li a .inbox .desc{
	font-size: 14px;
	color: #5a5a5a;
	overflow: hidden;
	line-height: 1.5;
	height: 112px;
}
.index-productBox .indexpdul li a .inbox .line{
	height: 1px;
	width: 100%;
	background-color: #0674ec;
	margin-top: 16px;
	margin-bottom: 18px;
}
.index-productBox .indexpdul li a .inbox .more{
	background-color: #0674ec;
	color: #fff;
	text-align: center;
	width: 135px;
	height: 34px;
	line-height: 34px;
	margin-top: 25px;
}
/*产品*/
/*关于我们*/
.index-aboutBox{
	height: 550px;
	background-image: url(../homeaboutbg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.index-aboutBox .inbox{
	padding-top: 80px;
}
.index-aboutBox .inbox .title{
	font-size: 40px;
	color: #fff;
	line-height: 1;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.index-aboutBox .inbox .desc{
	font-size: 14px;
	color: #dcdcdc;
	line-height: 1.8;
	overflow: hidden;
	/*height: 75px;
	text-align: center;*/
	margin-top: 36px;
	margin-bottom: 36px;
}
.index-aboutBox .inbox ul{
	margin-bottom: 30px;
}
.index-aboutBox .inbox ul li{
	float: left;
	width: 190px;
	text-align: center;
	margin-right: 62px;
}
.index-aboutBox .inbox ul li a{
	display: block;
}
.index-aboutBox .inbox ul .mgr0{
	margin-right: 0;
}
.index-aboutBox .inbox ul li .img-box{
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
}
.index-aboutBox .inbox ul li .img-box img{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.index-aboutBox .inbox ul li:hover .img-box .img1{
	top: -50px;
}
.index-aboutBox .inbox ul li .img-box .img2{
	top: 50px;
}
.index-aboutBox .inbox ul li:hover .img-box .img2{
	top: 0px;
}
.index-aboutBox .inbox ul li .desc1{
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	height: 88px;
	overflow: hidden;
}
.index-aboutBox .inbox ul li:hover .desc1{
	color: #0674ec;
}
.index-aboutBox .inbox .more{
	display: block;
	margin: 0 auto;
	width: 135px;
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	background-color: #0674ec;
}
/*关于我们 End*/
/*联盟合作*/
.index-cooperationBox{
	background-color: #e3e3e3;
	padding-top: 52px;
}
.index-cooperationBox ul{
	margin-top: 20px;
}
.index-cooperationBox ul li{
	float: left;
	margin-right: 30px;
}
.index-cooperationBox ul .mgr0{
	margin-right: 0;
}
.index-cooperationBox ul li a{
	display: block;
	height: 280px;
	width: 380px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.index-cooperationBox ul li a .title{
	position: absolute;
	top: 120px;
	left: 0;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1;
	height: 30px;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}
.index-cooperationBox ul li a .kuai{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: #0674ec;
}
.index-cooperationBox ul li a:hover .kuai{
	width: 270px;
	height: 170px;
	margin-top: -85px;
	margin-left: -135px;
	opacity: .5;
	filter: alpha(opacity=50);
}
/*联盟合作 End*/

/*最新资讯*/
.index-newsBox{
	padding-top: 52px;
	background-color: #e3e3e3;
	padding-bottom: 60px;
}
.index-newsBox ul{
	margin-top: 30px;
}
.index-newsBox ul li{
	float: left;
	width: 270px;
	margin-right: 30px;
}
.index-newsBox ul .mgr0{
	margin-right: 0;
}
.index-newsBox ul li a{
	display: block;
	position: relative;
}
.index-newsBox ul li a .line{
	position: absolute;
	top: 162px;
	height: 8px;
	left: 0;
	width: 0;
	background-color: #0674ec;
}
.index-newsBox ul li a:hover .line{
	width: 100%;
}
.index-newsBox ul li a img{
	width: 270px;
	height: 170px;
}
.index-newsBox ul li a .title{
	font-size: 16px;
	color: #101010;
	line-height: 1.5;
	height: 48px;
	margin: 10px 0;
	overflow: hidden;
}
.index-newsBox ul li a .desc{
	font-size: 12px;
	color: #707070;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
}
.index-newsBox .more{
	margin: 40px auto 0;
	color: #fff;
	background-color: #0674ec;
	width: 135px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	display: block;
}
/*最新资讯 End*/
.back-top{
	position: fixed;
	right: 30px;
	bottom: 40px;
	z-index: 111;
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(backtop.png);
	background-repeat: no-repeat;
	background-color: #0674ec;
	opacity: .8;
	filter: alpha(opacity=80);
	background-position: center;
	border-radius: 10px;
}
/*回到顶部 End*/
/*底部*/
.footer .upper{
	background-color: #323232;
	padding-top: 70px;
	padding-bottom: 60px;
}
.footer .upper .left{
	float: left;
	width: 1020px;
	overflow: hidden;
}
.footer .upper .left .li1{
	float: left;
	margin-right: 90px;
}
.footer .upper .left .li1 .a1{
	font-size: 16px;
	color: #fff;
	line-height: 1;
}
.footer .upper .left .li1 .line{
	width: 15px;
	height: 1px;
	background-color: #0674ec;
	margin: 15px 0;
}
.footer .upper .left .li1 ul li a{
	font-size: 14px;
	color: #939393;
	line-height: 1.8;
}
.footer .upper .left .li1 ul li a:hover,.footer .upper .left .li1 .a1:hover{
	color: #0674ec;
}
.footer .upper .right{
	float: right;
	width: 180px;
	overflow: hidden;
	color: #fff;
	line-height: 1.5;
	font-size: 12px;
}
.footer .bottom{
	background-color: #1b1b1b;
	padding: 20px 0;
}
.footer .bottom .inbox{
	font-size: 12px;
	color: #939393;
	text-align: center;
	line-height: 2;
	overflow: hidden;
}
/*底部 End*/

/* =========

  关于我们

  ========== */
.aboutBox .upper{
	padding-top: 70px;
	padding-bottom: 10px;
}
.aboutBox .upper .left{
	float: left;
	width: 170px;
	position: relative;
}
.aboutBox .upper .left .line1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0674ec;
}
.aboutBox .upper .left .line2{
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: #0674ec;
}
.aboutBox .upper .left .yw{
	font-size: 20px;
	color: #0674ec;
	line-height: 1.2;
	height: 48px;
	overflow: hidden;
	margin-top: 24px;
}
.aboutBox .upper .right{
	float: right;
	width: 910px;
}
.aboutBox .upper .right .zw{
	font-size: 32px;
	color: #0674ec;
	line-height: 1;
	height: 32px;
	overflow: hidden;
}
.aboutBox .upper .right .desc{
	font-size: 14px;
	color: #505050;
	line-height: 2;
	overflow: hidden;
	margin-top: 40px;
}

.aboutBox .upper .right .desc img{ padding:5px;
}
.aboutBox .bottom{
	height: 390px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutBox .bottom .inbox{
	color: #fff;
	font-size: 30px;
	padding-top: 140px;
	text-align: center;
	/*height: 100px;*/
	overflow: hidden;
	position: relative; 
}
.aboutBox .bottom .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 42px;
	background-image: url(img05.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.aboutBottom{
	padding-top: 115px;
	padding-bottom: 115px;
	text-align: center;
}
.aboutBottom img{
	width: 728px;
	height: 45px;
}

/* =========

  产品

  ========== */
.allbg-box{
	position: relative;
	max-height: 300px;
	overflow: hidden;
}
.allbg-box img{
	width: 100%;
}
.allbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.allbg2{
	/*height: 300px;*/
}
.allbg .wordsbox{
	position: absolute;
	top: 50%;
	left: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 104px;
	margin-top: -52px;
	overflow: hidden;
}
.allbg .wordsbox .zw{
	font-size: 42px;
	line-height: 1;
	height: 42px;
	overflow: hidden;
}
.allbg .wordsbox .line{
	width: 40px;
	height: 2px;
	background-color: #0674ec;
	margin: 15px auto;
}
.allbg .wordsbox .yw{
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.productBox{
	padding-bottom: 140px;
}
.productBox .indexpdul li{
	margin-bottom: 20px;
	height: 500px;
}
.productBox .indexpdul li a .flimg{
	width: 390px;
	height: 390px;
	left: 120px;
}
.productBox .indexpdul .li2 a .inbox{
	left: 200px;
}
/* =========

  产品分类

  ========== */
.product-choseul{
	margin-top: 35px;
	margin-bottom: 3px;
	text-align: center;
}
.product-choseul li{
	*display: block;
	*zoom: 1;
	display: inline-block;
	margin-right: 17px;
	padding-left: 25px;
	padding-right: 25px;
	height: 54px;
	line-height: 56px;
	text-align: center;
	border: 1px solid #b1b1b1;
	font-size: 18px;
	float:left;
}
.product-choseul li a{
	color: #000;
	display: block;
}
.product-choseul .active{
	border-color: #0674ec;
	background-color: #0674ec;
}
.product-choseul .active a{
	color: #fff;
}
.product-choseul li:hover{
	border-color: #0674ec;
	background-color: #0674ec;
}
.product-choseul li:hover a{
	color: #fff;
}
.product-classul{
	margin-bottom: 30px;
}
.product-classul li{
	float: left;
	width: 380px;
	height: 450px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}
.product-classul .mgr0{
	margin-right: 0;
}
.product-classul li a{
	display: block;
	position: relative;
}
.product-classul li a img{
	width: 380px;
	height: 450px;
}
.product-classul li a .inbox{
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	text-align: center;
}
.product-classul li a .inbox .title{
	font-size: 18px;
	color: #000;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.product-classul li a .inbox .line{
	width: 12px;
	height: 1px;
	background-color: #0674ec;
	margin: 10px auto;
}
.product-classul li a .inbox .yw{
	font-size: 14px;
	color: #0674ec;
	line-height: 1;
	height: 14px;
}
.product-classul li a .boder{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-image: url(img06.png);
	background-repeat: no-repeat;
}
.product-classul li:hover a .inbox .title{
	color: #0067ac;
}
.product-classul li:hover a .boder{
	width: 100%;
	height: 100%;
}
/* =========

  产品详细

  ========== */
.porductDetBox{
	margin-top: 35px;
	margin-bottom: 50px;
}
.porductDetBox .left{
	float: left;
	width: 650px;
}
.porductDetBox .left .hd1{
	float: left;
	position: relative;
	width: 105px;
}
.porductDetBox .left .hd1 li{
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.porductDetBox .left .hd1 .on{
	border-color: #0674ec;
}
.porductDetBox .left .hd1 li img{
	width: 103px;
	height: 69px;
}
.porductDetBox .left .bd{
	float: left;
	margin-left: 10px;
}
.porductDetBox .left .bd ul li{
	border: 1px solid #e6e6e6;
}	
.porductDetBox .left .bd ul li img{
	width: 528px;
	height: 352px;
}
.porductDetBox .left .hd1 .btn{
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 20px;
	left: 50%;
    line-height: 20px;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #0674ec;
    margin-left: -20px;
}
.porductDetBox .left .hd1 .prev{
	top: 22px;
	background-image: url(icon08.png);
}
.porductDetBox .left .hd1 .next{
	bottom: 10px;
	background-image: url(icon09.png);
}
.porductDetBox .right{
	float: right;
	width: 500px;
}
.porductDetBox .right .title{
	font-size: 22px;
	line-height: 1;
	height: 22px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	margin-top: 10px;
}
.porductDetBox .right .line{
	width: 10px;
	height: 1px;
	margin: 12px 0;
	background-color: #0674ec;
}
.porductDetBox .right .yw{
	font-size: 16px;
	color: #0674ec;
	line-height: 1;
	height: 16px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 40px;
}
.porductDetBox .right .desc{
	font-size: 14px;
	color: #505050;
	line-height: 2;
	overflow: hidden;
}
/*porductDetBottom*/
.porductDetBottom{
	background-color: #f8f8f8;
}
.porductDetBottom .chose{
	background-color: #0674ec;
	padding-top: 27px;
	padding-bottom: 27px;
}
.porductDetBottom .chose ul li{
	float: left;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	margin-right: 32px;
	cursor: pointer;
}
.porductDetBottom .chose ul .active{
	font-weight: bold;
	color: #fff;
}
.porductDetBottom .chose ul .line{
	width: 1px;
	background-color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}
.porductDetBottom .chose ul li:hover{
	color: #fff;
}
.porductDetBottom .inbox{
	padding-top: 70px;
	padding-bottom: 120px;
	color: #3c3c3c;
	line-height: 2;
	overflow: hidden;
	font-size: 14px;
}
/*porductDetBottom End*/

.servicesBox{
	margin-top: 70px;
	margin-bottom: 160px;
	font-size: 16px;
	color: #000;
	line-height: 2;
	overflow: hidden;
}
.businessBox{
	margin-top: 80px;
	position: relative;
}
.businessBox .inbox{
	min-height: 200px;
	color: #000;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	margin-bottom: 80px;
}
.businessBox .bbg{
	padding-top: 80px;
	padding-bottom: 100px;
	background-color: #f0f0f0;
}
/* =========

  新闻资讯

  ========== */
.newsBox-upper{
	background-color: #f5f5f5;
	height: 149px;
	border-bottom: 1px solid #cacaca;
}
.newsBox-upper .inbox a{
	display: block;
}
.newsBox-upper .inbox .link{
	float: left;
	width: 138px;
	height: 43px;
	border: 1px solid #b3b3b3;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	margin-top: 52px;
}
.newsBox-upper .inbox .active{
	border-color: #0674ec;
	background-color: #0674ec;
	color: #fff;
}
.newsBox-upper .inbox .link:hover{
	border-color: #0674ec;
	background-color: #0674ec;
	color: #fff;
}
.newsBox-upper .inbox .data{
	float: right;
	color: #868686;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	margin-top: 65px;
	margin-left: 20px;
}
.newsBox-upper .inbox .on{
	color: #0674ec;
	font-size: 40px;
	line-height: 50px;
	height: 50px;
	margin-top: 48px;
}
.newsBox-upper .inbox .data:hover{
	color: #0674ec;
}
.newsBox-recommend{
	margin-top: 60px;
	margin-bottom: 70px;
}
.newsBox-recommend .data{
	font-size: 14px;
	color: #8d8d8d;
}
.newsBox-recommend .title{
	display: block;
	font-size: 28px;
	color: #000;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 25px;
}
.newsBox-recommend .img{
	float: left;
	display: block;
	width: 542px;
	height: 298px;
}
.newsBox-recommend .img img{
	width: 542px;
	height: 298px;
}
.newsBox-recommend .right{
	float: right;
	width: 620px;
}
.newsBox-recommend .right .desc{
	font-size: 14px;
	color: #6c6c6c;
	line-height: 2;
	overflow: hidden;
	height: 84px;
}
.newsBox-recommend .right .more{
	font-size: 18px;
	color: #6c6c6c;
	padding-bottom: 8px;
	border-bottom: 1px solid #414141;
	margin-top: 60px;
	display: block;
	width: 72px;
}
.newsBox-recommend .bshare-custom{
	margin-top: 100px;
}
.newsBox-recommend .bshare-custom .color{
	font-size: 14px;
	color: #a5a5a5;
	padding-right: 40px;
	background-image: url(icon12.png);
	background-repeat: no-repeat;
	background-position: 55px center;
	line-height: 19px;
	display: inline-block;
	*zoom: 1;
	*display: block;
	height: 19px;
}
.newsBox-recommend .bshare-custom .bshare-more.more-style-addthis{
	background: url(icon13.png);
	padding-left: 24px !important;
}
/*newsListBox*/
.newsListBox{
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 80px;
}
.newsListBox .inbox{
	margin-bottom: 60px;
}
.newsListBox .inbox li{
	padding-top: 45px;
	padding-bottom: 44px;
	border-bottom: 1px solid #b9b9b9;
}
.newsListBox .inbox li a{
	display: block;
}
.newsListBox .inbox li a img{
	float: left;
	width: 195px;
	height: 124px;
}
.newsListBox .inbox li a .right{
	float: right;
	width: 970px;
}
.newsListBox .inbox li a .right .title{
	font-size: 18px;
	color: #000;
	line-height: 20px;
	height: 20px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsListBox .inbox li a:hover .right .title{
	color: #0674ec;
}
.newsListBox .inbox li a .right .desc{
	font-size: 12px;
	color: #8c8c8c;
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 30px;
	height: 38px;
	overflow: hidden;
}
.newsListBox .inbox li a .right .data{
	font-size: 14px;
	color: #aaaaaa;
	height: 20px;
	line-height: 20px;
}
.newsListBox .inbox li a .right .data .more{
	display: inline-block;
	margin-left: 26px;
	padding-bottom: 1px;
	border-bottom: 1px solid #aaa;
}
/*newsListBox End*/
/*fenye*/
.fenye{
	text-align: center;
}
.fenye li{
	display: inline-block;
	*zoom: 1;
	*display: block;
	width: 24px;
	height: 30px;
	text-align: center;
	line-height: 28px;
}
.fenye li a{
	display: block;
	font-size: 16px;
	color: #959595;
}
.fenye .active a{
	color: #0067ac;
	border-bottom: 2px solid #0067ac;
}
.fenye li:hover a{
	color: #0067ac;
}
.fenye .prev,.fenye .next{
	width: 58px;
	height: 30px;
}
.fenye .prev{
	background: url(icon10.png) no-repeat;
	margin-right: 20px;
}
.fenye .next{
	background: url(icon11.png) no-repeat;
	margin-left: 20px;
}
.product-fenye{
	margin-bottom: 120px;
}
/*fenye End*/
/* =========

  新闻详情

  ========== */
.newDetBox .upper{
	height: 150px;
	background-color: #f5f5f5;
	margin-top: 0;
}
.newDetBox .upper .title1{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	color: #000000;
	margin-top: 50px;
}
.newDetBox .upper .data1{
	text-align: center;
	font-size: 14px;
	color: #8d8d8d;
	margin-top: 20px;
}
.newDetBox .upper .data1 .bshare-custom{
	margin-top: 0px;
	display: inline-block;
	*zoom: 1;
	*display: block;
	vertical-align: middle;
}
.newDetBox .upper .data1 .bshare-custom .color1{
	display: inline-block;
	*zoom: 1;
	*display: block;
	line-height: 17px;
	font-size: 12px;
	vertical-align: middle;
}
.newDetBox .inbox{
	color: #6c6c6c;
	margin-bottom: 200px;
}
/* =========

 视频详情

  ========== */
.videoBox .pc-banner{
	position: relative;
	height: 950px;
}
.videoBox .pc-banner .video-con{
	width: 1020px;
	margin: 0 auto;
}
.videoBox .pc-banner .mejs-overlay-button{
	background: url(icon14.png);
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
}
.videoBox .pc-banner .list{
	height: 630px;
	width: 1020px;
	margin: 80px auto 0;
}
.videoBox .pc-banner .list ul li{ 
	display:block; 
	background-position: center;
	background-size: cover; 
	background-repeat: no-repeat;
	height:630px;
	width: 1020px;
	position: relative;
}
.videoBox .pc-banner .list ul li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11111;
}
.videoBox .pc-banner .list ul li .title{
	font-size: 28px;
	color: #424242;
	text-align: center;
	margin-top: 25px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.videoBox .pc-banner .hd{ 
	text-align: center; 
	/*position: absolute; 
	bottom:130px; 
	left: 90px; */
	position: relative;
	margin: 0 auto;
	white-space: nowrap;
	width: 1020px;
	margin-top: 50px;
}
.videoBox .pc-banner .hd .bd{
	overflow: hidden;
	width: 1020px;
}
.videoBox .pc-banner .hd ul li{ 
	float: left;
	/*margin-right: 13px;*/
	position: relative;
	cursor: pointer;
}
.videoBox .pc-banner .hd ul li img{
	width: 243px;
	height: 132px;
	display: block;
}
.videoBox .pc-banner .hd ul li .mask{
	background-color: #000;
	opacity: .35;
	filter: alpha(opacity=35);
	position: absolute;
	top: 0;
	left: 0;
	width: 243px;
	height: 132px;
}
.videoBox .pc-banner .hd ul li .icon{
	width: 50px;
	height: 50px;
	background-image: url(icon14.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -44px;
	z-index: 1;
}
.videoBox .pc-banner .hd ul li.on .mask,.videoBox .pc-banner .hd ul li.on .icon{ 
	display: none;
}
.videoBox .pc-banner .hd .btn{
	position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}
.videoBox .pc-banner .hd .prev{
	background-image: url(icon15.png);
	left: -90px;
}
.videoBox .pc-banner .hd .next{
	background-image: url(icon16.png);
	left: 1064px;
}
.videoBox .pc-banner .hd ul li .title2{
	font-size: 14px;
	color: #767676;
	height: 20px;
	line-height: 20px;
	margin-top: 6px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
/* =========

 联系我们

  ========== */
.allmap{
	height: 390px;
	margin-top: 22px;
}
.allmap img{
	max-width: none;
}
.contactBox{
	margin-top: 70px;
	margin-bottom: 70px;
}
.messageBox{
	padding-top: 70px;
	padding-bottom: 115px;
	background-color: #f8f8f8;
}
.messageBox .title{
	font-size: 22px;
	color: #000000;
	margin-bottom: 30px;
}
.messageBox form input[type="text"]{
	width: 388px;
	height: 48px;
	border: 1px solid #c8c8c8;
	background-color: #f8f8f8;
	margin-right: 5px;
	color: #969696;
	font-size: 14px;
	text-indent: 15px;
}
.messageBox form textarea{
	height: 178px;
	width: 1198px;
	border: 1px solid #c8c8c8;
	background-color: #f8f8f8;
	color: #969696;
	font-size: 14px;
	text-indent: 15px;
	margin-top: 15px;
	padding-top: 15px;
}
.messageBox form input[type="submit"]{
	width: 390px;
	height: 50px;
	margin-top: 17px;
	color: #fff;
	background-color: #0674ec;
	border: 0;
	font-size: 14px;
	text-align: left;
	text-indent: 15px;
	cursor: pointer;
	background-image: url(icon17.png);
	background-position: 300px center;
	background-repeat: no-repeat;
}

.yiwuBox{
	padding-top: 80px;
	padding-bottom: 80px;
}



.hdhg-upper .inbox .data{
	float: left;
}
/* =========

 活动回顾

  ========== */
.hdhgBox{
	margin-top: 60px;
}
.hdhg-upper{
	background-color: #fff;
	border-bottom: 0;
	height: auto;
}
.hdhg-upper .search-box{
	margin-top: 53px;
	float: right;
}
.hdhg-upper .search-box form input[type="text"]{
	border: none;
	height: 36px;
	width: 235px;
	background-color: #eeeeee;
	font-size: 14px;
	text-indent: 15px;
	float: left;
}
.hdhg-upper .search-box form input[type="submit"]{
	width: 40px;
	height: 36px;
	background-color: #bcbcbc;
	border: none;
	float: right;
	cursor: pointer;
	background-image: url(icon25.png);
	background-repeat: no-repeat;
	background-position: center;
}
.hdhgBox li{
	float: left;
	margin-right: 15px;
	width: 390px;
	border-bottom: 3px solid #f2f2f2;
	padding-bottom: 30px;
	margin-bottom: 70px;
}
.hdhgBox .mgr0{
	margin-right: 0;
}
.hdhgBox li:hover{
	border-color: #0674ec;
}
.hdhgBox li a{
	display: block;
}
.hdhgBox li a img{
	width: 390px;
	height: 240px;
}
.hdhgBox li a .title{
	font-size: 18px;
	color: #000;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 30px;
	margin-bottom: 25px;
}
.hdhgBox li:hover a .title{
	color:  #0674ec;
}
.hdhgBox li a .desc{
	font-size: 14px;
	color: #878787;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}
.hdhgBox li a .imgBox{
	position: relative;
}
.hdhgBox li a .imgBox .bg{
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	width: 90px;
	height: 25px;
}
.hdhgBox li a .imgBox .data{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 90px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	z-index: 1;
}
.hdhgBox li:hover a .imgBox .data{
	color:  #0674ec;
}
.zlkBox{
	margin-top: 60px;
	margin-bottom: 60px;
}
.zlkBox li{
	width: 303px;
	height: 173px;
	background-color: #f5f5f5;
	padding: 50px 50px 35px 25px;
	border: 1px solid #f5f5f5;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.zlkBox .mgr0{
	margin-right: 0;
}
.zlkBox li .title{
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	height: 20px;
	margin-bottom: 16px;
}
.zlkBox li .desc{
	font-size: 14px;
	color: #999999;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
}
.zlkBox li .line{
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #cfcfcf;
}
.zlkBox li .down .read{
	color: #999999;
	font-size: 14px;
	float: left;
	height: 46px;
	line-height: 46px;
}
.zlkBox li .down .icon{
	float: right;
	width: 46px;
	height: 46px;
	background-image: url(icon24.png);
}
.zlkBox li .down .read:hover{
	color: #0674ec;
}
.zlkBox li .down .icon:hover{
	background-image: url(icon23.png);
}
.zlkBox li:hover .line{
	background-color: #0674ec;
}
.zlkBox li:hover .title{
	color: #0674ec;
	font-weight: bold;
}
.zlkBox li:hover{
	background-color: #fff;
	border-color: #0674ec;
}
/* =========

 软件下载

  ========== */
.rjxzBox{
	margin-top: 80px;
	margin-bottom: 20px;
}
.rjxzBox li{
	float: left;
	width: 562px;
	margin-right: 75px;
	margin-bottom: 78px;
	padding-bottom: 24px;
	border-bottom: 1px solid #b9b9b9;
	height: 120px;
}
.rjxzBox .mgr0{
	margin-right: 0;
}
.rjxzBox li:hover{
	border-bottom-color: #0674ec;
	border-width: 2px;
	padding-bottom: 23px;
}
.rjxzBox li .title{
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rjxzBox li .desc{
	font-size: 12px;
	color: #8c8c8c;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 22px;
}
.rjxzBox li .read{
	font-size: 14px;
	color: #343434;
}
.rjxzBox li .line{
	margin: 0 15px;
	color: #343434;
}
.rjxzBox li:hover .line,.rjxzBox li .read:hover,.rjxzBox li:hover .title{
	color: #0674ec;
}
.detjump{
	margin-bottom: 60px;
}
.detjump a{
	font-size: 14px;
	color: #999;
}
.detjump a:hover{
	color: #0674ec;
}
.detjump .prev{
	float: left;
	width: 48%;
}
.detjump .next{
	float: right;
	width: 48%;
	text-align: right;
}

/*会员中心*/
.memberCenterBox-upper{
	margin-top: 82px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.memberCenterBox-upper .left{
	float: left;
	font-size: 24px;
	color: #000;
}
.memberCenterBox-upper .right{
	float: right;
	line-height: 20px;
}
.memberCenterBox-upper .right .num{
	float: left;
	font-size: 14px;
	color: #444444;
	padding-left: 30px;
	background-image: url(icon26.png);
	background-repeat: no-repeat;
	height: 20px;
	margin-right: 10px;
}
.memberCenterBox-upper .right a{
	font-size: 14px;
	color: #444444;
}
.memberCenterBox .left{
	float: left;
	padding-top: 36px;
	width: 154px;
}
.memberCenterBox .left li{
	height: 36px;
	line-height: 36px;
}
.memberCenterBox .left .active a{
	color: #fff;
	background-color: #0674ec;
}
.memberCenterBox .left li:hover a{
	color: #fff;
	background-color: #0674ec;
}
.memberCenterBox .left li a{
	display: block;
	font-size: 14px;
	color: #000;
	text-indent: 20px;
}
.memberCenterBox .right{
	float: right;
	width: 995px;
	border-left: 1px solid #eaeaea;
	padding-left: 50px;
	min-height: 400px;
	padding-bottom: 200px;
}
.memberCenterBox .right .right-upper{
	margin-top: 45px;
}
.memberCenterBox .right .right-upper .fenlei{
	float: left;
	width: 700px;
}
.memberCenterBox .right .right-upper .fenlei li{
	float: left;
}
.memberCenterBox .right .right-upper .fenlei .li1{
	margin-right: 40px;
}
.memberCenterBox .right .right-upper .fenlei .li1 a{
	display: block;
	font-size: 18px;
	color: #333333;
	height: 34px;
	line-height: 36px;
	border-bottom: 2px solid #fff;
}
.memberCenterBox .right .right-upper .fenlei .li1:hover a{
	color: #0674ec;
	border-bottom: 2px solid #0674ec;
}
.memberCenterBox .right .right-upper .fenlei .active a{
	border-bottom-color:#0674ec;
	color: #0674ec;
	font-weight: bold;
}
.memberCenterBox .right .right-upper .fenlei .select select{
	height:36px;
	border: 1px solid #c4c4c4;
	width: 200px;
	text-indent: 15px;
	font-size: 16px;
	color: #333333;
}
.memberCenterBox .right .search-box{
	margin-top: 0;
}
.memberCenterBox .search-box form input[type="text"]{
	background-color: #fff;
	border: 1px solid #dedede;
	height: 34px;
}
.memberCenterBox .search-box form input[type="submit"]{
	background-color: #0674ec;
}
.memberCenterBox .rightul{
	margin-top: 54px;
}
.memberCenterBox .rightul li{
	padding-bottom: 39px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}
.memberCenterBox .rightul li a{
	display: block;
}
.memberCenterBox .rightul li .img{
	float: left;
	width: 190px;
	height: 120px;
}
.memberCenterBox .rightul li img{
	width: 190px;
	height: 120px;
}
.memberCenterBox .rightul li .rightArea{
	float: right;
	width: 780px;
}
.memberCenterBox .rightul li .rightArea .title{
	font-size: 18px;
	color: #000000;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.memberCenterBox .rightul li .rightArea .title:hover{
	color: #0674ec;
}
.memberCenterBox .rightul li .rightArea .desc{
	font-size: 12px;
	color: #8c8c8c;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 25px;
}
.memberCenterBox .rightul li .rightArea .bottom{
	font-size: 14px;
	color: #979797;
	height: 20px;
	line-height: 20px;
}
.memberCenterBox .rightul li .rightArea .bottom .line{
	margin: 0 9px;
}
.memberCenterBox .rightul li .rightArea .bottom .dengji{
	background-image: url(icon30.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 14px;
	text-align: center;
	color: #fff;
	line-height: 14px;
	height: 20px;
}
.memberCenterBox .rightul li .rightArea .bottom .xingji .xing{
	width: 15px;
	height: 20px;
	background-image: url(icon29.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 2px;
}
.memberCenterBox .rightul li .rightArea .bottom .coll{
	color: #0067ac;
	padding-left: 20px;
	background-image: url(icon28.png);
	background-repeat: no-repeat;
	margin-left: 20px;
}
.memberCenterBox .rightul li .rightArea .bottom .collactive{
	background-image: url(icon34.png);
}
.memberCenterBox .rightul li .rightArea .bottom .coll .zi{
	border-bottom: 1px solid #0067ac;
}
.memberCenterBox .rightul li .rightArea .bottom .down{
	color: #0674ec;
	padding-left: 20px;
	background-image: url(icon27.png);
	background-repeat: no-repeat;
}
.memberCenterBox .rightul li .rightArea .bottom .down .zi{
	border-bottom: 1px solid #0674ec;
}
.memberCenterBox .rightul li .rightArea .content{
	display: none;
}
.memberCenterBox .rightul .informationli .img{
	display: none;
}
.memberCenterBox .rightul .informationli .rightArea{
	width: 100%;
}
.memberCenterBox .rightul .inli[data-active="on"] .img{
	display: none;
}
.memberCenterBox .rightul .inli[data-active="on"] .rightArea{
	width: 100%;
}
.memberCenterBox .rightul .inli[data-active="on"] .rightArea .desc{
	display: none;
}
.memberCenterBox .rightul .inli[data-active="on"] .rightArea .bottom{
	margin-top: 15px;
	margin-bottom: 15px;
}
.memberCenterBox .rightul .inli[data-active="on"]{
	padding-bottom: 20px;
}
.memberCenterBox .rightul .inli[data-active="on"] .rightArea .content{
	display: block;
}
.memberCenterBox .right .content-box{
	margin-top: 30px;
	width: 100%:;
}
.memberCenterBox .right .content-box tr{
	height: 50px;
	border-bottom: 1px solid #eaeaea;
}
.memberCenterBox .right .content-box tr th{
	font-size: 14px;
	color: #3a3a3a;
	font-weight: normal;
	background-color: #ebebeb;
}
.memberCenterBox .right .content-box tr td{
	text-align: center;
	font-size: 14px;
	color: #1a1a1a;
}
.memberCenterBox .right .content-box tr td input[type="checkbox"]{
	margin-right: 10px;
	margin-left: 5px;
	cursor: pointer;
}
.memberCenterBox .right .content-box tr .dengji .box{
	width: 18px;
	height: 18px;
	margin: auto;
	background-image: url(icon30.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.memberCenterBox .right .content-box tr .xingji .xing{
	display: inline-block;
	*zoom: 1;
	*display: block;
	width: 15px;
	height: 20px;
	background-image: url(icon29.png);
	background-repeat: no-repeat;
	background-position: center;
}
.memberCenterBox .right .content-box tr .down a{
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(icon27.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.memberCenterBox .right .content-box tr .del a{
	display: block;
	width: 16px;
	height: 19px;
	background-image: url(icon31.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	background-color: transparent;
	*background-color: #fff;
	border: none;
	cursor: pointer;
}
.memberCenterBox .right .content-box tr .pass{
	color: #0674ec;
}
.memberCenterBox .right .content-box tr .nopass{
	color: #1976b4;
}
.memberCenterBox .right .content-box tr:hover{
	background-color: #ebebeb;
}
.memberCenterBox .right .alldet{
	margin-top: 20px;
	color: #3a3a3a;
}
.memberCenterBox .right .alldet input[type="checkbox"]{
	margin-right: 10px;
}
.memberCenterBox .right .alldet input[type="submit"]{
	width: 85px;
	height: 30px;
	font-size: 14px;
	color: #3a3a3a;
	background-color: #ebebeb;
	border: 1px solid #d8d8d8;
	margin-left: 20px;
	cursor: pointer;
}
.memberCenterBox .right .alldet .down{
	width: 85px;
	height: 30px;
	display: inline-block;
	*display: block;
	*zoom: 1;
	background-color: #1976b4;
	border-color: #1976b4;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
.memberCenterBox .right .alldet .input{
	margin-top: 8px;
	margin-right: 10px;
}
.memberCenterBox .right .xiugai{
	margin-top: 30px;
}
.memberCenterBox .right .grzl{
	margin-top: 40px;
}
.memberCenterBox .right .xiugai .item,.memberCenterBox .right .grzl .item{
	margin-bottom: 14px;
}
.memberCenterBox .right .xiugai .item .item-title,.memberCenterBox .right .grzl .item .item-title{
	font-size: 14px;
	color: #707070;
	float: left;
	width: 100px;
	height: 34px;
	line-height: 34px;
}
.memberCenterBox .right .xiugai .item input[type="password"]{
	height: 34px;
	width: 278px;
	border: 1px solid #d5d5d5;
	text-indent: 10px;
}
.memberCenterBox .right .xiugai input[type="submit"]{
	margin-top: 50px;
	width: 140px;
	height: 34px;
	border: 1px solid #1976b4;
	font-size: 14px;
	color: #1976b4;
	background-color: #fff;
	cursor: pointer;
}
.memberCenterBox .right .grzl .item input[type="text"]{
	height: 34px;
	border: 1px solid #d5d5d5;
	text-indent: 12px;
	width: 276px;
	font-size: 14px;
	color: #707070;
}
.memberCenterBox .right .grzl .item .item-title{
	text-align: right;
	width: 90px;
	margin-right: 10px;
}
.memberCenterBox .right .grzl .item .disabled{
	border: 0 !important;
	background-color: #f0f0f0;
	width: 200px !important;
}
.memberCenterBox .right .grzl .item .disabled2{
	width: 100px !important;
}
.memberCenterBox .right .grzl .item .box{
	position: relative;
	float: left;
}
.memberCenterBox .right .grzl .item .box .float-icon{
	position: absolute;
	top: 8px;
	left: 12px;
	width: 15px;
	height: 20px;
	background-image: url(icon30.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.memberCenterBox .right .grzl .item .box .float-num{
	position: absolute;
	top: 6px;
	left: 12px;
	width: 15px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.memberCenterBox .right .grzl .item .word{
	float: left;
	color: #0067ac;
	font-size: 14px;
	line-height: 34px;
	margin-left: 15px;
}
.memberCenterBox .right .grzl input[type="submit"]{
	margin-left: 100px;
	background-color: #fff;
	border: 1px solid #1976b4;
	font-size: 14px;
	color: #1976b4;
	width: 140px;
	height: 36px;
	cursor: pointer;
	margin-top: 26px;
}
.wu-example{
	margin-top: 50px;
}
.wu-example .btn-default{
	margin-top: 30px;
	width: 78px;
	height: 36px;
	border: 0;
	background-color: #0674ec;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	width: 130px;
	height: 40px;
	font-size: 16px;
}
.wu-example .info{
	font-size: 14px;
	float: left;
	width: 400px;
	border: 1px solid  #cdcdcd;
	height: 28px;
	line-height: 30px;
	text-indent: 12px;
	font-weight: normal;
	color: #333333;
}
.wu-example .state{
	margin-left: 85px !important;
	font-size: 12px;
	color: #555555;
}
.progress-striped{
	max-width: 100px;
	height: 10px;
	background-color: #ccc;
	border-radius: 5px;
	margin-top: 30px;
	margin-left: 85px;
}
.progress-striped .progress-bar{
	max-width: 100px;
	background-color: #00b7ee;
	height: 10px;
	border-radius: 5px;
}
.webuploader-container{
	height: 58px;
	border: 1px solid #cdcdcd;
	margin-top: 20px;
}
.webuploader-pick{
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -39px;
	background-color: #fff;
	color: #414141;
	font-size: 16px;
	width: 100px;
	background: #fff url(icon33.jpg) no-repeat left center !important;
}
.uploader-list .item{
	padding: 30px;
	border: 1px solid #cdcdcd;
}
.uploader-list .item .title2{
	height: 40px;
	font-size: 14px;
	color: #888888;
	margin-right: 30px;
}
.uploader-list .item .title2 span{
	display: inline-block;
	*display: block;
	*zoom: 1;
	line-height: 16px;
	margin-right: 5px;
	vertical-align: middle;
	color: red;
}
