body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    font: 12px/1.5em 'microsoft yahei';
    color: #50555f;
    margin: 0 auto;
    text-align: left;
    -webkit-text-size-adjust: none;
    background: #f6f6f6;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
ol,ul {list-style: none;}
address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: normal;
}
fieldset,img {border: none;}
input,button {vertical-align: middle;}
caption,th {text-align: left;}
a {
    text-decoration: none;
    color: #000;
}
a:hover {color: #7e1083;}
html {text-align: center;}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}
.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  overflow: hidden;
}


/*Common Style*/
.hidden {display: none;}
.clear:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.clear {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
table {font-size:inherit;font:100%;} 
.none{display:none;}
.white{color:#FFF;}
.red{color:red;}
.blue{color:blue;}
.gray{color:gray;}
.b{font-weight:bold;}
.new{background:url(../images/new.gif) right no-repeat;padding-right:32px;}
.hand{cursor:pointer;}
.img_area{text-align:center;}
.align_center{text-align:center;}
.left{float:left;}
.right{float:right;}
.fdz{float:left;}
.fdy{float:right;}
/* go top
   ================================================================================ */
.gotop{position: fixed; bottom:10px;right:10px; width:50px; height:50px;display:none; _position:absolute; _top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 60));}
.gotop a{display:block; height:50px; width:50px; overflow:hidden; background:url(../images/backtop.png) no-repeat; text-indent:-9999em; outline:none;}
/* qq dialog
   ================================================================================ */
#qq_box {padding-left: 26px;background: url(../images/qq_box.png)  left top no-repeat;_background: url(../images/qq_box.png) left top no-repeat;width:98px; height: 138px;overflow: hidden;right: 0px;}
#qq_box_main {width: 98px;height: 138px;display: block;background: url(../images/qq_box_right.png) no-repeat right top;float: right;visibility: hidden;padding-top: 10px;}
#qq_box_main ul {padding-bottom: 5px;}
#qq_box_main ul li {display: block;padding:3px 0px 3px 8px;}
/* countdown
   ================================================================================ */
.countdown{
    position: absolute;
    top: 70px;
    right: 220px;
    line-height: 36px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: #7f2f83;
    font-size: 12px;
}
.countdown li{float:left;border:1px solid #7f2f83;margin:2px;padding:0px 5px;}
.countdown li:first-child{border:none;}
.countdown .c_tit{font-size:20px;font-weight:600;}
.countdown #day_num,
.countdown #hour_num,.countdown #minute_num,.countdown #second_num{font-size:18px;font-weight:600;}
/* form
   ================================================================================ */
.post_error{color:red;}
.tab_form{background:#D4D0C8;}
.tab_form td{background:#FFFFFF;padding:5px;color:#3D3D3D;}
.tab_form td.b{background:#EEEEEE;font-weight:bold;}
.tab_form .input_txt{border-top:1px #999999 solid;border-left:1px #999999 solid;border-right:1px #CCCCCC solid;border-bottom:1px #CCCCCC solid;background:#FFF;}
.tab_form .input_txt:hover{border:1px #0099CC solid;background:#F5F9FD;}
.tab_list td{padding:7px;border-bottom:1px #ccc dotted;}
/* disjoin page
   ================================================================================ */
.pagination{text-align:left;padding:2px 0;}
.pagination em{float:left;padding-right: 5px; display: inline-block;padding-bottom: 2px;margin-right: 5px;font-style:normal;line-height:26px;}
.pagination a,.pagination strong{float:left;padding:0 6px;margin-right:2px;height:26px;border:1px solid;line-height:26px;overflow:hidden;text-decoration:none;}
.pagination a{border-color:#E8E8E8;background-color:#FFF;color:#069;}
.pagination a:hover{text-decoration:underline;}
.pagination strong{border-color:#069;background-color:#069;color:#FFF;font-weight:700;}
.pagination a.prev,.pagination a.next{background-repeat:no-repeat;}
.pagination a.prev{background-image:url(../images/arrow_left.gif);background-position:30% 50%;padding:0;width:22px;overflow:hidden;text-indent:-9999px;}
.pagination a.next{padding-right:16px;background-image:url(../images/arrow_right.gif);background-position:90% 50%;}
.pageback a{padding-left:16px;background:#FFF url(../images/arrow_left.gif) no-repeat 0 50%;}
.pagination a:hover,.pagination a.next{border-color:#069;}
/* table default style
   ================================================================================ */
table.tab{border-collapse:collapse;border-spacing:0;word-wrap:break-word;word-break:break-all;color:#666;font-size:12px;}
table.tab td,table.tab th{padding:8px;border:1px solid #DDD;}
table.tab th{text-align:center;border-top:2px solid #BBB;background-color:#F7F7F7;font-weight:bold;}
/* tab card
   ================================================================================ */
.tab_card_tit{
	height:30px;
	overflow:hidden;
	background:#F0F0F0;
	padding-left:10px;
}
.tab_card_txt{
	padding:10px 10px;
	border:1px #C2C2C2 solid;	
	line-height:25px;
}
.tab_card_tit ul li{
	float: left;
	display:block;
	width:83px;
	height:25px;
	line-height:25px;
	margin:6px 5px 0px 0px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000002;
}
.tab_card_tit .active{background:url(../images/tab_tit_bg.jpg) no-repeat;}
.tab_card_tit .normal{background:url(../images/tab_tit_bg.jpg) -83px 0px no-repeat;}
.tab_card_tit .active a{color:#000002;}
.tab_card_tit .normal a{color:#000002;}
/* pic player
   ================================================================================ */
#lightboxOverlay {position: absolute;top: 0;left: 0;z-index: 9999;background-color: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);opacity: 0.85;display: none;}
#lightbox {position: absolute;left: 0;width: 100%;z-index: 10000;text-align: center;line-height: 0;font-family: "lucida grande", tahoma, verdana, arial, sans-serif;font-weight: normal;}
#lightbox img {width: auto;height: auto;}
#lightbox a img {border: none;}
.lb-outerContainer {position: relative;background-color: white;*zoom: 1;width: 250px;height: 250px;margin: 0 auto;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}
.lb-outerContainer:after {content: "";display: table;clear: both;}
.lb-container {padding: 10px;}
.lb-loader {position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
.lb-nav {position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
.lb-container > .nav {left: 0;}
.lb-nav a {outline: none;}
.lb-prev, .lb-next {width: 49%;height: 100%;background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");display: block;}
.lb-prev {left: 0;float: left;}
.lb-next {right: 0;float: right;}
.lb-prev:hover {background: url(../images/prev.png) left 48% no-repeat;cursor: pointer;}
.lb-next:hover {background: url(../images/next.png) right 48% no-repeat;cursor: pointer;}
.lb-dataContainer {margin: 0 auto;padding-top: 5px;*zoom: 1;width: 100%;-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;-ms-border-bottom-left-radius: 4px;-o-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;-ms-border-bottom-right-radius: 4px;-o-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;}
.lb-dataContainer:after {content: "";display: table;clear: both;}
.lb-data {padding: 0 10px;color: #bbbbbb;}
.lb-data .lb-details {width: 85%;float: left;text-align: left;line-height: 1.1em;}
.lb-data .lb-caption {font-size: 13px;font-weight: bold;line-height: 1em;}
.lb-data .lb-number {display: block;clear: left;padding-bottom: 1em;font-size: 11px;}
.lb-data .lb-close {width: 35px;float: right;padding-bottom: 0.7em;outline: none;}
.lb-data .lb-close:hover {cursor: pointer;}
/* text select
   ========================================================================== */
::-moz-selection,::selection {background: #327012;color: white;}
/* scrollbar
   ========================================================================== */
::-webkit-scrollbar {height:10px;width:10px}
::-webkit-scrollbar-button {height:0;width:0;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display:block;}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display:none;}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-style:solid;border-color:transparent;border-radius:10px;}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff;}
::-webkit-scrollbar-thumb {-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);min-height:28px;padding-top:100;}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4);}
::-webkit-scrollbar-thumb:active {-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5);}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-width:0;}
::-webkit-scrollbar-track:hover {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05);}
::-webkit-scrollbar-track:active {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05);}
/* test
   ================================================================================ */
.test{
	color:red;
	font-weight:bold;
}

/**/
.w {
    width: 1200px;
    margin: 0 auto;
}
header,.header_area {
    width: 100%;
    height: 177px;
    border-bottom: 1px solid #d4d4d4;
    background: #fff;
    margin-bottom: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.new-w {
  width: 1300px;
  margin: 0 auto;
}
.new-w2 {
  width: 1280px;
  margin: 0 auto;
}
.headerblock {
  width: 100%;
  height: 177px;
}
.headertop {
  width: 100%;
  height: 50px;
}
.headertop .topa {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #fff;
}
.headertop .mr20 {
  margin-right: 20px;
  border-right: 1px solid #98409c;
}
.headertop .pr20 {
  padding-right: 20px;
}

.headertop .howdays {
  line-height: 47px;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 20px;
  border-right: 1px solid #98409c;
  border-left: 1px solid #98409c;
}
.headertop .howdays span {
  font-size: 22px;
  padding: 0 5px;
  font-weight: bold;
}
.headertop .blanguage {
  padding: 10px 0;
  line-height: 24px;
}
.headertop .blanguage a {
  padding: 0 18px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.headertop .blanguage a.active {
  background: #fff;
  color: #7e1083;
}
/**/
.header_nav{padding-top:67px;}
.nav li a {
    padding: 20px 0px;
    font-size: 16px;
    color: #505050;
    display: block;
}
.nav>li {
    float: left;
    width: 100px;
    text-align: center;
	position:relative;
	z-index:999;
}
.nav>li>a{
    font-size: 16px;
	font-weight:bold;

}
.nav>li.current>a,
.nav>li:hover>a {
    color: #7e1083;
    border-bottom: 3px solid #7e1083;
}
.sub-nav {
    position: absolute;
    left: 0;
    top:57px;
	width:100px;
    background: #fff;
    display: none;
    text-align: center;

}
.sub-nav-row {
	margin:0px auto;
}
.sub-nav-row .sub-nav-li {
    width:100%;
    padding: 0;
    color: #7e1083;
	background: #fff;
}
.sub-nav-row .sub-nav-li a {
    color: #505050;
    padding: 10px 0;
    font-size: 14px;
}

.sub-nav-row .sub-nav-li a:hover {
    color: #7e1083;
}
.sub-nav>div.w {
    min-height: 195px;
    box-sizing: border-box;
    background: url(../images/change_bg.jpg) right bottom no-repeat;
    padding: 45px 0;
}


/**/

.banner {
    height: 540px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 12px 0;
}
.banner ul {
    width: 1000%;
    position: absolute;
}
.banner li {
    width: 10%;
    height: 634px;
    float: left;
    position: relative;
    overflow: hidden;
}
.banner li img {
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 0;
}
/**/
.banners {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 235px;
	padding-top:170px;
}
.banners img {
  width:100%
}
.hbanner{
  width: 100%;
  height: auto;
  padding-top:177px;
}
.hbanner img {
  width: 100%;
}

/**/
.bcategory {
  position: relative;
  z-index: 2;
}
.bcategory .catebox {
  width: 100%;
  height: 208px;
  position: absolute;
  left: 0;
  top: -170px;
}
.bcategory .catebox .cbrow {
  width: calc(50% - 1px);
  *width:49.5%;
  height: 208px;
  float: left;
 
  background: url("../images/white20p.png") repeat;
}
.bcategory .catebox .cbrow .icon {
  padding-top: 55px;
  padding-bottom: 18px;
  text-align: center;
}
.bcategory .catebox .cbrow p.txt {
  font-weight: bold;
  font-size: 18px;
  color: #fff000;
  text-align: center;
  letter-spacing: 2px;
}
.bcategory .catebox .cbrow a {
  width: 100%;
  height: 100%;
  display: block;
}
.bcategory .catebox .cbrow:last-child {
  border: none;
}
.bcategory .catebox .cbrow:hover {
  background:url(../images/biconbg.png) repeat;
}
.nblcok01 {
  padding: 20px 0px;
  border-bottom: 3px solid #f6eef6;
}
.nblcok01 .nb01left {
  width: 45%;
  float: left;
}
.nblcok01 .nb01left .ntoptitle {
  font-size: 30px;
  padding: 30px 0 20px 0;
}
.nblcok01 .nb01left .bintro {
 /* padding: 25px 0;*/
  font-size: 14px;
  line-height: 25px;
}
.nblcok01 .nb01left .numbox {
  padding-top: 20px;
}
.nblcok01 .nb01left .numbox .numrow {
  width: 33.3%;
  float: left;
}
.nblcok01 .nb01left .numbox .numrow .numbig {
  font-size: 28px;
}
.nblcok01 .nb01left .numbox .numrow .numin {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.nblcok01 .nb01left .numbox .numrow .numcell {
  font-weight: bold;
}
.nblcok01 .nb01left .numbox .numrow .numplush {
  font-size: 16px;
}
.nblcok01 .nb01left .alink {
  margin-top: 35px;
}
.nblcok01 .nb01left .alink a {
  width: 33.3%;
  display: block;
  float: left;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.nblcok01 .nb01left .alink a span {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  border-radius: 50%;
  margin-right: 5px;
  background: #7e1083 url("../images/min-right.png") center center no-repeat;
}
.nblcok01 .nb01right {
  width: 50%;
  float: right;
}
.nblcok02 {
  position: relative;
  width: 100%;
  height: 250px;
  background: #f6eef6;
}
.nblcok02 .nb02box {
  position: relative;
  height: 250px;
}
.nblcok02 .bottle {
  position: absolute;
  width: 224px;
  height: 289px;
  /*bottom: 0;*/
  left: 0;
}
.nblcok02 .bottletxt {
  width: 785px;
  float: right;
  margin-right: 50px;
  padding-top: 50px;
}

.nblcok02 .bottletxt .box-l,.nblcok02 .bottletxt .box-r{
    width: 48%;
    float: left;
}
.nblcok02 .bottletxt .box-r{
    width: 52%;
    float: left;
}
.nblcok02 .bottletxt .bname {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 35px;
}
.nblcok02 .bottletxt .btxt {
  color: #333;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}
.nblcok02 .bottletxt .btxt span {
  width: 180px;
  display: inline-block;
}

.nbleft {
  width: 64%;
  float: left;
  overflow:hidden;
}
.nbright {
  width: 33%;
  float: right;
}
.nblcok03 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nb03title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}
.nblcok03 .nb03title .title {
  float: left;
  font-size: 28px;
  font-weight: bold;
}
.nblcok03 .nb03title .more,.title .more {
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.nblcok03 .nb03left .leftbox {
  width: 100%;
}
.nblcok03 .nb03left .leftbox .lbrow {
  width: 48%;
  background: #f8f8f8;
  margin-right: 10px;
}
.nblcok03 .nb03left .leftbox .lbrow .pic {
  width: 100%;
  height: 235px;
  overflow: hidden;
}
.nblcok03 .nb03left .leftbox .lbrow .pic img {
  width: 100%;
  vertical-align:top;
}
.nblcok03 .nb03left .leftbox .lbrow .txt {
  width: 90%;
  padding: 20px 5% 30px 5%;
}
.nblcok03 .nb03left .leftbox .lbrow .txt a {
  font-size: 16px;
  display: block;
  line-height: 25px;
  height: 50px;
 /* margin-bottom: 25px;*/
  overflow: hidden;
}
.nblcok03 .nb03left .leftbox .lbrow .txt p {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.nblcok03 .nb03right .rightbox ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 25px;
  position: relative;
}
.nblcok03 .nb03right .rightbox ul li a {
  font-size: 16px;
  display: block;
  width: 80%;
  line-height: 25px;
  height: 25px;
  /*font-weight: bold;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nblcok03 .nb03right .rightbox ul li .time {
  font-size: 14px;
}
.nblcok03 .nb03right .rightbox ul li .icon {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 18px;
  right: 0;
  background: #7e1083 url("../images/min-right.png") center center no-repeat;
}
.nblcok04 {
  max-width:1280px;
  padding: 20px 0 10px;
  border-top: 3px solid #f6eef6;
  border-bottom: 3px solid #f6eef6;
  margin:0px auto;
}
.nblcok04 .picblock {
  height: 20px;
}
.nblcok04 .bbutton {
  display: block;
  width: 212px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 70px;
  background: url("../images/rectangle.png") 0 0 no-repeat;
}
.title {
  clear:both;
  font-size: 28px;
  font-weight: bold;
  padding:0px 0px 25px 0px;
}
.img_bor{
    border: 1px #ccc solid;
    box-shadow: 0px 1px 5px #ccc;
    border-radius: 5px;
}
/**/


.nfooter {
  background: #f1f1f1;
  width: 100%;
  min-height: 214px;
  border-top: 3px solid #e2e3e2;
}
.nfooter .nrow {
  width: calc(50% - 1px);
  *width:50%;
  margin-top: 36px;
  float: left;
  border-right: 1px solid #d8d8d8;
  min-height: 138px;
}
.nfooter .ncb {
 
}
.nfooter .last {
  border-right: none;
}
.nfooter .nrow-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.nfooter .nrow-list {
  line-height: 20px;
}
.nfooter .nrow-list a{
  color:#50555f;
}
.footer_r ul li {
    width: 32px;
    height: 32px;
    margin: 5px 3px;
    float: right;
    background: #b8b8b8;
    border-radius: 27px;
}

.footer_r ul li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/ico3.png) no-repeat;
}

.footer_r ul li.wx a {
    background-position: 4px center;
}

.footer_r ul li.wb a {
    background-position: -33px center;
}

.footer_r ul li.yx a {
    background-position: -69px center;
}

.footer_r p,.footer_r a {
    clear:both;
    color: #6e6e6e;
    font-size: 12px;
}

.footer_r ul li.pinterest a {
    background: url(../images/ico4.png) no-repeat;
    background-position: 5px center;
}
.small_img_main {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    position: relative;
}
.big_img_main {
    position: absolute;
    bottom: 0px;
    left: -25px;
    display: none;
}
/**/
.mgreen {
  color: #7e1083;
}
.mgreenbg {
  background: url(../images/dbj.jpg);
}
.details-banner{
  height: 252px !important;
}
.nfooter .nrow-list a{
    display: block;
}
/*submain*/
.sub_main {
	width:1200px;
    height: 100%;
	margin:10px auto;
	background:#f6f6f6;
   /*border-bottom: 10px solid #f2f2f2;*/
	
}
.content_0{
    width: 250px;
    float: left;
    border-right: 10px solid #f6f6f6;
	background:#fff;
	padding:20px 10px;
}
.sub_main h2{
    padding: 9px 15px 11px;
    margin-bottom: 18px;
    font-size: 20px;
    color: #7e1083;
	font-weight:bold;
    border-bottom: 1px solid #f2f2f2;
}
.leftNav {
    width: 100%;
    /*border-bottom: 10px solid #f2f2f2;*/
    padding-bottom: 50px;
}

.leftNav li {
    width: 100%;
    position: relative;
    *vertical-align: middle;
}

.leftNav li a {
    display: block;
    padding: 5px 15px 6px;
    font-size: 15px ;
    color: #404040;
}
.leftNav li a:hover,
.leftNav li a.current {
    background: #7e1083;
    color: #fff;
}
.leftcontact {
   /* border-bottom: 10px solid #f2f2f2;*/
}
.leftcontact .more{padding:15px;font-size:12px;}
.leftcontact a {
    color: #7e1083;
}
.leftcontact a:hover {
    text-decoration: underline;
}
.leftcontact p {
    padding: 0 15px;
}
.content_min{
    float:left;
    width: 620px;
    padding: 16px 25px 100px;
	background:#fff;
}
.content_min{line-height:22px;}
.content_2{
    width: 239px;
    float: right;
    /*border-left: 10px solid #f2f2f2;*/
    margin-left: -10px;
	background:#fff;
    padding:20px 0px;
}
.btn_visitoreg, .btn_boothapp {
    width: 150px;
    display: block;
    float: left;
    color: rgb(255, 255, 255);
    text-indent: 0px;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    padding: 20px 30px;
    margin: 0px 0px 10px 15px;
    font: bold 20px 微软雅黑;
}
.btn_boothapp,.btn_boothapp:hover {
    background: #95d3a7;
    color: #FFF;
}
.btn_visitoreg,.btn_visitoreg:hover {
    background: #7e1083;
    color: #FFF;
}
/**/
.banner,
.banners,
.siteinfo,
footer {
    min-width: 1200px;
}


.app-Language-row,
.app-Menu,
.app-nav {
    display: none;
}

/*media*/

@media screen and (min-width: 750px) {
    .nav>li:hover .sub-nav {
        display: block;
    }
}

@media (max-width:767px) {
    .ewm-right {
        float: none;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    .details-logo-row {
        width: 90px !important;
    }
    .details-name-row {
        width: 62%;
    }
}

@media (max-width:480px) {
    .details-logo-row {
        float: none;
        margin: 0 auto;
    }
    .details-name-row {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width:1200px){
	.header_logo{
	     width:	160px;
	}
	.header_logo img{
	    width:100%;
		height:auto;	
	}
   .new-top-time.header_r_bd strong{
	   font-size:20px;
	  }	
}
@media screen and (max-width:979px){
	.headertop .top-search-row,.page-search-icon{
	    display:none;	
	}
	.headerblock{
	    display:none;	
	}
}

@media screen and (max-width: 750px) {
  .nfooter {
    border-top: 0;
    padding-bottom: 20px;
  }
  .nblcok03 .nb03left .leftbox .lbrow{
    width: 100%;
    margin-bottom: 20px;
  }
    .nblcok03 .nb03left .leftbox .lbrow:last-child{
      margin-bottom: 0;
    }
  .headerblock{
    height: 0;
    display: none;
  }

  .bcategory .catebox{
    position: relative;
    top: 0;
    width: calc(100% - 20px);
    margin: 10px;
    height: auto;
  }

  .bcategory .catebox .cbrow{
   background: url('../images/bbanner.jpg');
   
    width: calc(100% / 2 - 6px);
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
    height: 60px;
    border-right: 0 !important;
    font-size: 16px;
  }
  .bcategory .catebox .cbrow:nth-child(1){
    background-position: 30px 60px;
  }

  .bcategory .catebox .cbrow:nth-child(2){
    background-position: 678px 200px;
  }

  .bcategory .catebox .cbrow:nth-child(3){
    background-position: 661px 232px;
  }

  .bcategory .catebox .cbrow:nth-child(4){
    background-position:861px 407px;
  }
  .nblcok02 .bottleline-left{display: none;}
  .nblcok02 .bottletxt{
    width: calc(100% - 20px);
    float: none;
    margin: auto;
  }
  .nblcok02 .bottleline-right{display: none;}
  .bcategory .catebox .cbrow:nth-child(2n){margin-right: 0;}
  .bcategory .catebox .cbrow .icon{
    margin-top: 14px;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 10px;
    padding-top: 0;
    margin-right: 10px;
  }
  .bcategory .catebox .cbrow p.txt{
   
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    text-align: left;
  }
   .bcategory .catebox .cbrow .icon img{
    max-width: 80%;
   }
  .nblcok01{
    padding-bottom: 20px;
  }
  .nblcok01 .nb01left,.nblcok01 .nb01right{
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .nblcok01 .nb01left .ntoptitle{
    font-size: 18px;
    padding: 20px 0 0px 0;
  }

  .nblcok01 .nb01left .bintro{
    padding: 20px 0;
  }

  .nblcok01 .nb01left .alink a{
    width: 50%;
  }

  .nblcok02 .bottletxt .box-l, .nblcok02 .bottletxt .box-r{
    width: 100%;
  }
  .nblcok02 .bottle{
    width: 100px;
    top: 20px;
    left: calc(100% - 100px);

  }

  .nblcok02 .bottle img{
    max-width: 100%;

  }

  .nblcok02{
    height: 320px;
  }

  .nbleft,.nbright{
    width: calc(100% - 20px);
    margin: 20px 10px 20px 10px;
  }

  .nblcok04 .nbright a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .nblcok03{
    padding-top: 30px;
    padding-bottom: 0;

  }
  .nblcok03 .nb03left .leftbox .lbrow .pic{
    height: auto;
  }
  .nblcok03 .nb03left .leftbox .lbrow .txt{
    padding: 10px 5% 20px 5%;
  }
  .nblcok03 .nb03left .leftbox .lbrow .txt a{
        margin-bottom: 0px;
  }
  .nbleft img, .nbright img{
    max-width: 100%;
  }
  .nblcok04 {
        padding: 10px 0 10px;
  }
  .nblcok04 .bbutton{
    margin-top: 0px;
  }
  .nblcok04 .bbutton,.nblcok05,.newsletter_form{
    padding-bottom: 0;
  }
  .bvideo video{
    height: 300px;
  }
  .nblcok03 .nb03title .title{
    font-size: 24px;
  }
  .nblcok05 .siteinfo ul li .siteinfo_hd{
    margin-top: 30px;
    font-size: 24px;
  }
  .siteinfo ul li .siteinfo_hd{
    line-height: 30px;
  }

  .siteinfo ul li .siteinfo_hd{
    width: calc(100% - 20px) !important;
    margin: auto;
  }
  .nblcok02 .bottletxt .bname{
    padding-bottom: 15px;
  }
  .bottletxt div{
    margin-bottom: 10px;
  }
  .nblcok02 .bottletxt .btxt span{
    width: 150px;
  }
  .nblcok03 .nb03title{
    margin-bottom: 10px;
  }
  .nfooter .nrow{
    border-right: 0;
    width: calc(100% - 20px);
    margin: 20px 10px 0 10px;
    min-height: 70px;
    text-align: center;
  }
.nfooter .ncb{margin-left: 0;}
.nfooter .nrow-name{padding-bottom: 10px;}
.nblcok01 .nb01left .numbox .numrow{text-align: center;}
.nblcok01 .nb01left .numbox .numrow .numbig{font-size: 18px;}
.nblcok01 .nb01left .numbox .numrow .numplush{font-size: 14px;}
}
/* ipad */
@media (max-width: 979px) {
    .list-li{
        width: 48%;
        margin-right: 4% !important;
        margin-bottom: 4%;
    }
    .list-li:nth-of-type(2n){
        margin-right: 0 !important;
    }
    nav{
        display: none;
    }
    .Language_box,
    .header_r_bd {
        display: none;
    }
    .page-search-icon{
        
    }
    header,.header_area{
        position: relative;
        padding: 20px;
        box-sizing: border-box;
    }
    .main-row{
        margin-top: 0;
    }
    .list-li,
    .list-li a.list-li-img{
        height: 300px;
    }
    .header_logo{
        margin-left: 0;
    }
    
    .app-condition-row .condition{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .details-row{
        width: 100%;
        float: none;
    }
    .details-sideBar{
        display: none;
    }
    .prod-name{
        display: block !important;
    }
    .app-Menu{
        display: block;
        float: left;
        padding: 20px 0;
        padding-left: 10px;
    }
    .Language{
        float: right;
        width: 40px;
    }
    .top-search-row{
        right: 51px;
    }
    .app-Language-row{
        display: block;
        float: right;
        padding: 20px 0;

    }
    .app-Language{
        line-height: 26px;
        font-size: 16px;
    }
    .app-Language img{
        float: left;
        margin: 0 10px;
        margin-top: -7px;
    }
    .app-nav{
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        top: 0;
        left: 0;
        z-index: 1000;
    }
    .app-nav-row{
        background: #fff;
        height: 100%;
        overflow: auto;
        
    }
    .appnav-top{
        padding: 20px ;
    }
    .app-nav-ul{
        width: 100%;
        background-color: #fcfcfc;
        border-top: 1px solid #ccc;
    }
    .app-nav-ul>li{
        margin: 15px 0;
    }
    .app-nav-ul>li>a{
        font-size: 16px;
        display: block;
        padding: 10px 0;
        padding-left: 10%;
    }
    .app-sub-nav-row{
        background-color: #f7f7f7;
        padding: 5px 0;
        display: none;
    }
    .app-sub-nav-li{
        margin: 5px 0;
    }
    .app-sub-nav-li a{
        font-size: 16px;
        padding: 5px 0;
        padding-left: 20%;
        display: block;
    }
    .appnav-close{
        font-size: 39px;
        float: right;
        height: 30px;
        margin: 20px 0;
    }
	/*广告位*/
  .ad-banner-box .list-li {
		width: 48%;
		margin-bottom: 0;
		height:160px;
	}
	.ad-banner-box  .list-li a.list-li-img{
	width:100%;
    height:160px;	
	display:inline-block;
    }
	
}
@media screen and (max-width: 1180px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .w {
        width: 98%;
        margin: 0 auto;
    }
    .banner,
    .banners,
    .siteinfo,
    footer {
        width: 100%;
        min-width: 100%;
    }
    .header_logo {
        margin-left: 0;
    }
    .content {
        background: none;
    }
    .leftNav li {
        width: 90%;
    }
    .content-bd-chunk {
        width: 50%;
    }
    .inner_detail .vertical-box.half-group {
        width: 100%!important;
    }
    .header_r_bd strong {
        font-size: 14px;
    }
    .header_r_bd p {
        font-size: 14px;
    }
}
.phone-header {
    display: none;
}

.langbox {
    display: none;
}
.nblcok02 .bottle img{
    max-width: 100%
}
.innerad {
    overflow: hidden;
    margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
    .new-w {
        width: 100% !important;
    }
	.new-w2 {
        width: 96% !important;
    }

}
@media screen and (max-width: 1024px) and (min-width:768px){
    .nav>li{
        width: 70px;
    }
    .new-top-time.header_r_bd{
        padding-right: 10px;
    }
    .newheader .header_logo {
        margin-left: 10px;
    }
    .nblcok01{
        padding-top: 40px;
    }
   .nblcok01 .nb01left .ntoptitle{
        font-size: 24px;
   }
   .nblcok01 .nb01left{
    margin-left: 10px;
   }

   .nblcok02 .bottle {
        width: 160px;
        height: 212px;
      
    }
    .nblcok03{
        padding-bottom: 50px;
    }
}
    
/* 手机端 */
@media (max-width: 767px) {
    .langbox {
    display: inline;
    float: right;
    padding: 0 10px 0 0;
    color: #7e1083;
    font-size: 14px;
    background-image: url(../images/language_16.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 20px;
    background-size: 16px;
}
    .appnav-close{
        margin: 0;
    }
    header,.header_area{
        height: auto;
        padding: 0;
    }
    .list-text-row{
        padding: 5%;
    }
    .app-condition-row{
        margin-top: 50px;
        display: block;
        padding: 0 20px;
        overflow: hidden;
    }

    .headertop .searchrow{
        display: none;
    }


    .header_logo {
        padding: 0;
        line-height: 0;
    }
    .header_logo a {
        line-height: 0;
    }
    .header_logo a img{
        height: 30px;
        width: auto;
    }

    .app-Menu{
        cursor: pointer;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 10px;
    }
    .app-Menu img{
        height: 20px;
        vertical-align: middle;
    }
    .Language{
        padding: 0;
        display: block !important;
    }
    .app-Language-row{
        padding: 0px 0;

    }
    .app-Language{
        line-height: 22px;
    }
    .search{
        padding: 0;
    }
    .top-search-row{
        top: -1px;
    }
    .app-Language img{
       
        width: 25px;
        margin: 0 5px;
        margin-top: -2px;
    }
    .page-search-icon{
        margin-right: 0;
        height: 20px;
    }
    .top-search-row{
        right: 32px;
        top: -4px;
    }
	.headerblock{
        display: none;
    }

    .app-nav {
        width: 0;
        transition: 0.3s;
        overflow: hidden;
    }
    .app-nav-row {
        background: #7e1083;
    }
    .appnav-close {
        color: #fff;
        cursor: pointer;
    }
    .app-nav-ul {
        position: absolute;
        background: #7e1083;
    }
    .app-nav-ul li {
        margin: 0;
        line-height: 25px;
    }
    .app-nav-ul li>a {
        color: #fff;
        width: 90%;
        font-size: 14px;
        padding-left: 10%;
        border-bottom: 1px solid #fafafa;
    }
    .app-nav-ul .app-sub-nav-row {
        width: 90%;
        padding: 0 0 0 10%;
        position: relative;
    }
    .app-nav-ul .app-sub-nav-row .app-sub-nav-li {
        margin: 0;
    }
    .app-nav-ul .app-sub-nav-row .app-sub-nav-li a {
        width: 100%;
        padding-left: 0;
        color: #333;
    }
    .hbanner{
        /*margin-top: 50px;*/
		padding:0;
    }
    .banners {
        margin-top: 50px;
        padding-top: 0;
        height: auto;
        padding: 0;
    }
    
    .nblcok05 .letterbt .Email_input {
        width: calc(100% - 116px) !important;
    }
    
    .PC-header {
        display: none;
    }
    .phone-header {
        position: fixed;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    z-index: 1000;
    width: 100%;
    top: 0;
    }
    .phone-header img {
        vertical-align: middle;
    }
    .nblcok05 .letterbt {
        max-width: 100%;
    }
    .app-nav {
        display: block;
    }
    .w {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}


  /*banner hd*/
  .device {
  width:100%;
  height:600px;
  *height:600px;
  padding: 0px 0px;
  position: relative;
    overflow:hidden;
  /*
  margin: 5px auto;
  box-shadow: 0px 0px 5px #000;
  border-radius: 20px;
  border: 3px solid white;*/
}
.hbanner p{
   display:block;
   width:100%;
    height:100%;
    background-repeat:no-repeat;
   background-position:center;
}
.device img{
   width:100%;
   height:100%;
}

.device .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:999;
}
.device .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index:999;
}
.swiper-container {
  width: 100%;
   height:600px;
  *height:600px;
}
.content-slide {
  padding: 20px;
  color: #fff;
  z-index:999;
}

.device .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index:9;
}
.swiper-pagination-switch {
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.xchang-txt{margin-left:-8px;margin-right:-8px;}
.xchang-txt td{padding-bottom:10px;text-align:center;}
@media screen and (min-width: 1600px){
    .device{
	   height:600px;
	}
	.swiper-container {
	   height:600px;
	}
    .hbanner p{background-size:auto 100%;}
}
@media screen and (max-width: 1600px) and (min-width:1024px){
    .device{
	   height:500px;
	}
	.swiper-container {
	   height:500px;
	}
   
}
@media screen and (max-width: 1024px) and (min-width:767px){
    .device{
	   height:420px;
	}
	.swiper-container {
	   height:420px;
	}
}

.thr_tit {
    clear: both;
    font-size: 28px;
    font-weight: bold;
    margin: 20px auto;
    letter-spacing: 1px;
}
.w80{
    
    
    width: 1280px;
    height: auto;
    overflow: hidden;
    
    
    
    
    
}
.sub_exhibi_col{
 width: 400px;
    margin-right: 13px;
    float: left;
    position: relative;
    /* height: 370px; */
    cursor: pointer;
    margin-top: 5px;
    margin-left: 13px;
}
.sub_exhibi_col3{
   width:29.3%;
   margin-right:0;
   float:left;
   position:relative;
   cursor:pointer;
   margin-top:5px;
   margin-bottom:35px;
}
.sub_exhibi_block{
   width:85%;
   margin:15px 0px;
 
   clear:both;
   overflow:hidden;

}
/*
.sub_exhibi_red{
   border:1px solid #da3a31;
   
}
.sub_exhibi_blue{
   border:1px solid #3576bb;
}
.sub_exhibi_green{
   border:1px solid #6cba41;
}
*/
.logo_block{
 
  width:100%;
  
  
}
.sub_exhibi_block h1{
  clear:both;
  text-align:center;
  font-size:18px;
  margin-top:15px;
  font-weight:bold;
  color:#333
}
.sub_exhibi_block p{
  clear:both;
  margin:15px 25px;
  font-size:15px;
  line-height:200%;
  color:#333
}
.sub_exhibi_block p span{
  float:left;
  width:50%;
}
.sub_exhibi_block_right{
  margin-right:0
}

.info{
	display: none;
	width: 215px;
	height: 0;
	top: 120px;
	position: absolute;
    left:17%;
	background-size: 100% auto;

}

.fix_main{
margin-top:90px;
}
.wrapper {
    width: 96%;
    min-width: 984px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#qq_box{z-index:99999;}
#fly_area{
z-index:999;
}