.bdsharebuttonbox .bds_tsina{
	background-position: 0 0;
}
.bdshare-button-style1-24 .bds_tqq {
	background-position: -40px 0px;
}
.bdsharebuttonbox .bds_weixin{
	background-position: -120px 0px;
}
.bdshare-button-style1-24 a {
	display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    padding: 10px 0 0 0 ;
    background: url("../images/ico_sns.png") no-repeat;
    vertical-align: middle;
    font: 0/0 'microsoft yahei';
    -webkit-transition-timing-function: ease;
    transition: 0.3s;
}
.section ,.nav {
	width: 100%;
	position: relative;
}
.section img {
	width: 100%;
}
.section .sectionContent {
	width: 1300px;
	margin:  0 auto;
	position: relative;
}
.nav {
	width: 100%;
	position: relative;
	height: 60px;
	background: #111111;
}
.nav .navContent {
	width: 1300px;
	margin:  0 auto;
	padding: 15px 0;
	text-align: center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ 
}
.nav .navContent .itemNav {
	display: inline-block;
	width: 302px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.nav .navContent .itemNav a {
	color: #fff;
}
.nav .navContent .itemNav.active a {
	color: #0969bf;
}
.nav .navContent .itemNav::before {
	content:'';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 40px;
	background: #333;
}
.nav .navContent .itemNav:last-child:before {
	display: none;
}

.sectionKV {
	/*width: 100%;*/
	position: relative;
	/*height: 880px;
	background: url("../images/bg1.jpg") no-repeat;
	background-size: cover;*/
}
.sectionKV .sectionContent {
	position: absolute;
	left: 50%;
	margin-left: -650px;
	bottom: 50px; 
	text-align: center;
}
.sectionKV .professionGroup , .sectionKV .massesGroup{
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background: #067fe6;
	/*cursor: pointer;*/
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.sectionKV .professionGroup {
	margin-right: 84px;
}

.sectionProduction {
	min-height: 1662px;
	background: url("../images/bg2.jpg") no-repeat center center;
	background-size: 100% 100%;
}
.sectionProduction .sectionContent {
	min-height: 1662px;
	padding-top: 70px;
	padding-bottom: 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ 
}
.sectionProduction .colorList {
	width: 960px;
	margin: 0 auto;
}
.colorList:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.sectionProduction .colorList .itemColor {
	float: left;
	width: 80px;
	padding: 0 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ 
}
.colorList .itemColor div {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */ 
}
.colorList .itemColor .white {
	background: #fff;
	color: #a6acad;
}
 .colorList .itemColor .yellow {
	background: #edd146;
}
.colorList .itemColor .orange {
	background: #f47a4f;
}
.colorList .itemColor .red {
	background: #8f1c26;
}
.colorList .itemColor .reddishBrown {
	background: #936c50;
}
.colorList .itemColor .green {
	background: #5ebba1;
}
.colorList .itemColor .cyan {
	background: #004076;
}
.colorList .itemColor .blue {
	background: #588fb9;
}
.colorList .itemColor .purple {
	background: #4c0e58;
}
.colorList .itemColor .ink {
	background: #000000;
}
.colorList .itemColor .otherColor {
	background: #bdb5b1;
}
.colorList .itemColor.active div {
	border: 4px solid #067fe7;
	line-height: 36px;
}

.sectionProduction .sectionContent {
	width: 1300px;
	margin: 0 auto ;
}
.sectionProduction .productionList {
	width: 100%;
	padding: 48px 34px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	text-align: center;
	color: #fff;
}

.sectionProduction .productionList .dataNull {
	color: #fff;
	margin-top:80px;
}
.sectionProduction .productionList:after {
	content:"";
	display: block;
	clear: both;
	overflow: hidden;
}

.sectionProduction .productionList li {
	float:left;
	width: 308px;
	padding: 20px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.sectionProduction .productionList li .itemProduction {
	width: 100%;
	height: 340px;
}

.sectionProduction .productionList li .itemProduction:hover {
	box-shadow: 0px 5px 10px 1px rgba(175,185,194,0.7);
}
.sectionProduction .productionList li .itemProduction .itemImgManage {
	position: relative;
	background:#ccc;
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.sectionProduction .productionList li .itemProduction .itemImg {
	display: block;
	width: auto;
	height: 320px;
	cursor: pointer;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sectionProduction .productionList li .itemProduction .itemImg.wap {
	width: 100%;
    height: auto;
}
.sectionProduction .productionList li .itemProduction .itemImgManage .itemImgDel {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
	display: none;
	z-index: 5;
}
.sectionProduction .productionList li .itemProduction .itemInfo {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px; 
	background: #fff;
	padding-left: 70px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	position: relative;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sectionProduction .productionList li .itemProduction .itemInfo:hover .itemName a {
	font-weight: bold;
}
.sectionProduction .productionList li .itemProduction .itemInfo .itemPhoto {
	position: absolute;
	left: 16px;
	top: 11px;
	width: 43px;
	height: 43px;
	line-height: 43px;
	border-radius: 50%;
}
.sectionProduction .productionList li .itemProduction .itemInfo .itemPhoto img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	vertical-align: middle;
}
.sectionProduction .productionList li .itemProduction .itemInfo .itemPhoto .AvatarBgImg {
	position: absolute;
	top: -9px;
	left: -2px;
	width: 45px;
	height: 52px;
	border-radius: 50%;
}
.itemProduction .clickedShowImg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9;
	display: none;
}
.clickedShowImg .showImg {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 900px;
    max-height: 620px; 
}
.clickedShowImg .showImg .close {
	width: 30px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: -45px;
	cursor: pointer;
	background: url("../images/close.png") no-repeat center center;
}
.showProductImg {
	text-align: center;
	background: #fff;
}
.showProductImg img {
	max-width: 900px;
	max-height: 440px;
}
.productwold {
	width: 100%;
	/*min-height: 134px;*/
	padding: 15px 30px 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	background: #dddddd;
}
.productwold .productCode {
	font-size: 13px;
	color: #4c4c4c;
	margin-bottom: 10px;
	text-align: center;
}
.productwold .introduce {
	font-size: 16px;
	color:#333;
	text-align: left;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9;
	display: none;
}
.mask .fileWindow {
	width: 1004px;
	height: 584px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -502px;
	margin-top: -292px;
	padding: 40px 50px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	background: #fff;
}
.mask .fileWindow .close {
	width: 30px;
	height: 29px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	background: url("../images/close.png") no-repeat center center;
}
.mask .fileWindow .content {
	position: relative;
	width: 100%;
	margin-bottom: 45px; 
}
.mask .fileWindow .content:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

.mask .fileWindow .content .leftContent {
	float: left;
	width: 400px;
	height: 400px;
	position: relative;
	background: #dadee1;
	vertical-align: middle;
}
.mask .fileWindow .content .leftContent .upfiles {
	width: 152px;
	height: 186px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -93px;
	margin-left: -76px; 
}
.mask .fileWindow .content .leftContent .upfiles .upfileImg {
	width: 152px;
	height: 152px;
	border: 2px dotted #fff;
	border-radius: 3px;
	text-align: center;
    line-height: 152px;
    color: #fff;
    font-size: 80px;
}
.mask .fileWindow .content .leftContent .upfiles .fileImg {
    width: 156px;
    height: 156px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.mask .fileWindow .content .leftContent .upfiles .tips {
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
}
.leftContent .fileImgShow {
	max-width: 400px;
	max-height: 400px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.mask .fileWindow .content .rightContent {
	float: left;
	width: 502px;
	height: 400px;
	padding-left: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.mask .fileWindow .content .rightContent .tagColor {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	color: #067fe6;
	margin-bottom: 17px; 
	font-size: 24px;
}
.mask .fileWindow .content .rightContent .colorList {
	width: 100%;
	margin-bottom: 47px;
}
.mask .fileWindow .content .rightContent .colorList .itemColor {
	float: left;
	padding: 10px 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.fileWindow .colorList .itemColor .white {
	background: #f4f4f5;
}
.icon_down {
	padding-left: 18px;
	background: url("../images/icon_down.png") no-repeat center 15px;
	margin-left: 10px;
}
.mask .rightContent .productIntroduce {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	color: #067fe6;
	font-size: 24px;
	margin-bottom:10px; 
}
.mask .rightContent .productIntroduceContent {
	padding: 0 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.mask .rightContent .productIntroduceContent textarea {
	width: 100%;
	height: 140px;
	padding: 19px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.fileWindow .fileBtn {
	text-align: center;
}
.fileWindow .fileBtn .upFileBtn {
	width: 316px;
	height: 58px;
	background: #067fe6;
	color: #fff;
	font-size: 24px;
	line-height: 58px;
	text-align: center;
	border: none;
	cursor: pointer;
}

@media all and (min-width:1280px) and (max-width:1366px) {
	.sectionKV .professionGroup, .sectionKV .massesGroup {
	    display: inline-block;
	    width: 180px;
	    height: 40px;
	    line-height: 40px;
	    background: #067fe6;
	    /*cursor: pointer;*/
	    color: #fff;
	    font-size: 16px;
	    font-weight: 600;
	    text-align: center;
	}
	.sectionKV .sectionContent {
	    position: absolute;
	    left: 50%;
	    margin-left: -650px;
	    bottom: 50px;
	    text-align: center;
	}
}