@charset "utf-8";
/*
  基本样式 - 与项目无关
  注意：一般不建议修改，如需修改或删除代码，请告知创建者。
  @date 2015-12-05
*/
/* reset */
html, body { width:100%;height:100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;  -webkit-touch-callout: none; -webkit-touch-callout: none; -webkit-overflow-scrolling: touch; -moz-overflow-scrolling: touch; -o-overflow-scrolling: touch; overflow-scrolling: touch;}
/*html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust: none; }*/
body{font-size: 16px;-webkit-overflow-scrolling: touch !important;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
body, button, input, select, textarea{ font-family: "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif; color: #666666; background-color: #fff; position: relative;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
textarea { resize: none; }
input[type=button],input[type=submit]{cursor: pointer;}
input[type=button] { -webkit-appearance: none; outline: none }
:-moz-placeholder {color: #ccc;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #ccc;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #ccc;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #ccc;}
table { border-collapse: collapse; border-spacing: 0 }
th { text-align: inherit; }
fieldset, img { border: 0 none; }
img{vertical-align: middle;}
abbr, acronym { border: none; font-variant: normal;}
del { text-decoration: line-through; }
hr{border:0;height:1px; background-color: #D9D9D9;}
ul, li, ol { list-style: none; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit }
button, input { border: 0;background: 0; -webkit-appearance: none;outline: 0 }
a {-webkit-touch-callout: none; text-decoration: none; color: #666666; outline: 0; cursor: pointer;}
a:hover{ text-decoration: none; }
a:focus, *:focus { outline: none; }
em, i { font-style: normal }
label {cursor:pointer;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-word-break:break-all;word-break:break-all;-ms-word-wrap:break-word;word-wrap:break-word;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; }
.clear{ clear: both; display: block; font-size: 0; height: 0; line-height: 0; overflow: hidden; }

/*====================== mouse =======================*/
.cp{cursor: pointer;}
.cd{cursor: default;}
.cna{cursor: not-allowed;}

/*====================== position =======================*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto; margin-right: auto;}
.fl{float:right;}
.fr{float:left;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.vt{vertical-align:top;}
.vm{vertical-align:middle;}
.vb{vertical-align:bottom;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-left{position:absolute;right:0}
.abs-right{position:absolute;right:0}
.abs-top{position:absolute;top:0}
.abs-bottom{position:absolute;bottom:0}
.abs-lt{position:absolute;left:0;top:0;}
.abs-lb{position:absolute;left:0;bottom:0}
.abs-rt{position:absolute;right:0;top:0}
.abs-rb{position:absolute;right:0;bottom:0}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.none{display:none;}
.ib{display: inline-block;}
.inline{display: inline;}
.block{display: block;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #666;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #666;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #666;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #666;   
}
.nav-menu-content-box {
    z-index: 100;
    position: relative;
}

.nav-menu-content {
    overflow: hidden;
    height: 86px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.nav-menu-content-item {
    box-shadow: 0 2px 15px #ccc;
    height: 325px;
    position: absolute;
    width: 100%;
    background-color: #f1f1f1;
    background-color: rgba(243,243,243,.95);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav-menu-content-cell {
    height: 86px;
    width: 100%;
    background: #8433ba;
}

.nav-menu-content-sell {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

.nav-menu-content-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background:#eee; */
    height: 325px;
}
.nav-menu-content-logo {
    display: inline;
    float: left;
    width: 20%;
}

.nav-menu-content-home {
    display: inline;
    float: left;
    width: 10%;
}
.nav-menu-content-login {
    display: inline;
    float: right;
    width: 10%;
}
.nav-menu-content-login a {
    display: block;
    color: #fff;
    text-align: left;
    text-indent: 16px;
    font-size: 16px;
    height: 86px;
    line-height: 86px;
    border-right: 1px solid #8433ba;
}
.nav-menu-content-home a {
    display: block;
    color: #faff64;
    text-align: left;
    text-indent: 16px;
    font-size: 16px;
    height: 86px;
    line-height: 86px;
    border-right: 1px solid #8433ba;
}

.nav-menu-content-info {
    width: 50%;
    display: inline;
    float: left;
}

.navMenu-item {
    display: inline;
    float: left;
    width: 20%;
}
.navMenu-item-one {
    display: inline;
    float: left;
    width: 20%;
}


.navMenu-item a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 86px;
    height: 86px;
    border-right: 1px solid #8433ba;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.navMenu-item-content {
    height: 239px;
    border-right: 1px solid #ddd;
    transition: all ease-in .2s;
    padding-top: 15px;
}

.navMenu-item-content ul li {
    width: 50%;
    display: inline;
    float: left;
    height: 30px;
    text-align: center;
}

.navMenu-item-content ul li a {
    color: #400040;
    font-size: 13px;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    display: inline;
}


.navMenu-item:hover .navMenu-item-content {
    background-color: #eeedef;
    cursor: pointer;
}

.navMenu-item-content ul li a:hover {
    color: #8433ba;
    border-bottom: 2px solid #8433ba;
}

.navMenu-item-two ul li {
    width: 100%;
}

.nav-icon {
    width: 19px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 50%;
    line-height: 1;
    background: #EC5E24;
    border-radius: 10px;
    color: #FFF;
    margin-left: 20px;
}

.navMenu-list-title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    /* margin-top: 6px; */
    text-align: center;
    color: #b8b8b8;
    position: relative;
    float: left;
    font-family: 'Microsoft YaHei';
}

.navMenu-list-line {
    width: 169px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAABCAYAAACYCO/KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTA2MTdCNTkyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTA2MTdCNUEyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDYxN0I1NzIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDYxN0I1ODIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PibsvwIAAAB3SURBVCjP7Y2JCcAgDEVjLfacwf3X0h162yOFHwjSQgdo4PG+RhMTQnBEZBjLFODOJXDKFWhwbpHFNz1cM526b9QMh77YZjsFUs7za3nvDf31uWKM58en+0PeHziYldkyJ2ZmFnhSeVB3woj+hJ78XWE9P2F3ugAlSC239Ce4gwAAAABJRU5ErkJggg==');
    background-repeat: repeat-x;
    background-size: cover;
}

.navMenu-item-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 5px;
    width: 18px;
    height: 20px;
}

.navMenu-item-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.navMenu-item-four ul li {
    width: 100%;
}

.navMenu-item-four ul li a:hover {
    border-bottom: 0;
}

.navMenu-item-tex {
    text-align: left;
    display: inline-block;
    width: 71px;
}

.navMenu-item-four .navMenu-item-content {
    border-right: 0;
}

.dow-hover {
	background-color: #a056d1;
}
.content-dow-hover .nav-menu-content {
    overflow: visible;
}
.product_content{
	width: 1000px;
	margin: auto;
}
