@charset "utf-8";

html,body {
  font-size: 14px;
  font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial,"Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #4C4C4C;
  -webkit-font-smoothing: antialiased;
}

html,body,ul,li,p,h1,h2,h3,h4,h5,form,img,div,pre,form,dl,dt,dd,fieldset,input,textarea,blockquote{margin:0;padding:0;list-style:none;border:0;}

body a {color: #4C4C4C;text-decoration: none; outline: none;}
img {border:0;}
ol, ul { list-style: none;}
input,select,textarea,button { outline: none;}

.fl{float:left;}
.fr{float:right;}

.mt10{margin-top:10px}
.pt10{padding-top:10px}
.clear{clear:both;}
.clearfix:after{clear:both;content:"";display:block;}
.clearfix{*zoom:1;}

.color_black{color:#000;}
.color_red{color:#FF0000;}
.color_green{color:#008000;}

.lazyload,.lazyloading {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.lazyloaded {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.oe{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

#body {
  background: #F6F6F6;
  overflow: hidden;
}

#top_nav,#header,#body,#footer,#footer_logos {max-width:100%;width:100%;margin:0 auto;min-width:1200px;}

#header {
  height: 161px;
  background: white;
  border-bottom:4px solid #CE0000;
}

#header #header_search {
  height: 124px;
  font-size: 13px;
  position: relative;
}
#header #header_search #logo {
  margin: 28px 0 0 12px;
  width: 359px;
  height: 86px;
  float: left;
}
#header #header_search #search_input #input_div {
  width: 680px;
  height: 53px;
  float: left;
  margin-left: 32px;
  margin-top: 25px;
}
#header #header_search #search_input #input_div li {
  float:left;
  margin-top:4px;
  margin-right:15px;
}
#header #header_search #search_input #input_div li a {
  color: #777;
  text-decoration: none;
}
#header #header_search #search_input #input_div #input1 {
  clear: both;
  float: left;
  margin-top: 6px;
  width: 560px;
  height: 40px;
  border: 1px solid #CE0000;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#header #header_search #search_input #input_div #input1:hover {
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
#header #header_search #search_input #input_div #input1 #category_d {
  float: left;
  width: 104px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
#header #header_search #search_input #input_div #input1 #category_d #cat_img {
  vertical-align: middle;
  margin-left: 1px;
  margin-top: -3px;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list {
  border: 1px solid #CE0000;
  background: #FFF;
  position: absolute;
  width: 560px;
  left: -1px;
  top: 40px;
  padding: 10px 0;
  border-top: 0;
  z-index: 9999;
  display: none;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li {
  width: 67px;
  height: 24px;
  line-height: 24px;
  margin-left: 6px;
  float: left;
  text-align: center;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
  cursor: pointer;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li:hover {
  background-color: #CE0000; color: #FFF;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li.light {
  color: #CE0000;
}
#header #header_search #search_input #input_div #input1 #category_d .category_select_list li.light:hover {
  color: #CE0000;
  background-color: #FFF;
}
#header #header_search #search_input #input_div #input1 #search_input2 {
  height: 24px;
  margin-top: 8px;
  border: none;
  width: 260px;
  float: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: 5px;
  font-size: 14px;
}
#header #header_search #search_input #input_div #input1 #search_input2:focus {
  outline: none;
}
#header #header_search #search_input #input_div #input1 #search_select {
  width: 80px;
  height: 20px;
  margin-top: 10px;
  border: none;
  float: left;
}
#header #header_search #search_input #input_div #input1 #search_btn {
  float: right;
  width: 100px;
  height: 40px;
  background: #CE0000;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
}
#header #header_search #search_input #input_div #own {
  margin-top: 6px;
  width: 100px;
  height: 42px;
  line-height: 42px;
  float: left;
  margin-left: 10px;
  background: #FF9000;
  color: white;
  text-align: center;
  text-decoration: none;
}
#header #header_search #QRcode_div {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 80px;
  text-align: center;
  color: #777;
}
#header #header_search #QRcode_div #QRcode {
  width: 80px;
  height: 80px;
}
#header #header_search #QRcode_div_best {
  top: 78px;
  right: 0px;
  position: absolute;
  text-align: center;
  color: #777;
}
#header #header_search #QRcode_div_best #QRcode {
  width: 80px;
  height: 80px;
}
#header #header_search #e_hero .logo-sprite {
  position: absolute;
  width: 120px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-size: 240px 60px;
  top: 36px;
  right: 70px;
}
#header #header_search #e_hero .logo-sprite.sprite-1 {
  opacity: 0;
  background-position: 0 0;
}
#header #header_search #e_hero .logo-sprite.sprite-2 {
  background-position: -120px 0;
}
#header #header_bottom {
  height:40px;
}

#header #header_bottom #category {
  background: #CE0000;
  width: 210px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right:20px;
  cursor: pointer;
}

#header #header_bottom #category a{
  color:#FFF;
}
 
#header #header_bottom #header_nav li {
  float: left;
  width: 107px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
#header #header_bottom #header_nav li a {
  color: #4C4C4C;
  text-decoration: none;
  font-weight: 600;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header #header_bottom #header_nav li a:hover {
  color: #CE0000;
}
#header #header_bottom #header_nav li .active {
  color: #CE0000;
}

#header_bottom_article {
  width:100%;
  height:40px;
  line-height:40px;
  background:#D00000;
}

#header_bottom_article #header_nav_article{
  width: 1040px;
  margin: 0 auto;
  text-align: center;
}

#header_bottom_article #header_nav_article li {
  float: left;
  width: 120px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color:#FFF;
  margin-right:2px;
}

#header_bottom_article #header_nav_article li a {
  color: #D8D8D8;
  text-decoration: none;
  font-weight: 600;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#header_bottom_article #header_nav_article li a:hover {
  background-color: #3C3C3C;
  color: #FFF;
  display:block;
}

#header_bottom_article #header_nav_article li .active {
  background-color: #3C3C3C;
  color: #FFF;
  display:block;
}

#header #dropdown_div {
  position: absolute;
  top: 164px;
  height: 413px;
  *font-size: 12px;
  z-index: 999;
}
#header #dropdown_div #dropdown_menu {
  width: 210px;
  height: 413px;
  float: left;
  background: #3E4447;
  z-index: 9999;
}
#header #dropdown_div #dropdown_menu ul {
  height: 363px;
  width: 100%;
  display: inline-block;
}
#header #dropdown_div #dropdown_menu ul a {
  color: white;
  display: block;
  text-decoration: none;
}
#header #dropdown_div #dropdown_menu ul a li {
  line-height: 45.375px;
  *line-height: 30px;
  padding-left: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  background: #3E4447;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header #dropdown_div #dropdown_menu ul a li.dropdown_menu_hover {
  padding-left: 40px !important;
  color: #ce0000;
  background: white;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .more_cate {
  width: 133px;
  border: 1px solid #ce0000;
  text-align: center;
  margin: 0 auto;
  background-color: #ffe6e5;
  padding: 6px 15px;
  color: #ce0000;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt p {
  font-size: 13px;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input {
  width: 170px;
  height: 30px;
  margin: 13px auto 0;
  overflow: hidden;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input input {
  width: 109px;
  height: 28px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: none;
  color: #888;
  float: left;
  font-size: 12px;
  text-indent: 10px;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input input::-webkit-input-placeholder {
  color: #888;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input input:-moz-placeholder {
  color: #888;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input input::-moz-placeholder {
  color: #888;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input input:-ms-input-placeholder {
  color: #888;
}
#header #dropdown_div #dropdown_menu #dropdown_menu_bt .rr_input a {
  width: 60px;
  height: 30px;
  line-height: 30px;
  float: left;
  border: none;
  background-color: #d90000;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  display:block;
}
#header #dropdown_div #side_menu {
  width: 748px;
  height: 413px;
  border-left: none;
  float: left;
  background: white;
  display: none;
  z-index: 9999;
}
#header #dropdown_div #side_menu .cat_info {
  padding: 15px 20px;
  display: none;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list {
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ccc;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list p {
  font-weight: bold;
  margin-bottom: 6px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list p a {
  padding: 0;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul {
  width: 100%;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li {
  float: left;
  height: 27px;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 3px;
  font-size: 12px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li a:hover {
  color: #c40000;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li.vertical_line {
  line-height: 22px;
}
#header #dropdown_div #side_menu .cat_info .cat_info_list ul li:last-child {
  border: none;
}
.custom-select {
  padding: 0;
}
.custom-select .show_extra {
  font-size: 14px;
  text-indent: 6px;
  position: absolute;
  background-color: #FFF;
  color: #666;
  width: 180%;
  margin-top: 4px;
  display: none;
  border: 1px solid #1E90FF;
}
.custom-select .show_extra li:hover {
  background-color: #1E90FF;
  color: #FFF;
}
#top_nav {
  background: #F6F6F6;
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #EEE;
  font-size: 12px;
  color: #000;
}

#top_nav #left_nav {
  float: left;
}
#top_nav #left_nav a {
  color: #000;
}
#top_nav #right_nav {
  float: right;
}
#top_nav #right_nav li {
  float: left;
  padding-left: 8px;
}
#top_nav #right_nav li a {
  color: black;
  text-decoration: none;
}
#top_nav #right_nav li a#publish {
  color: #FF0000;
}

#top_nav #right_nav li span.member_account{
  color: #000;
}

#top_nav #nav_bar_div {
  position: absolute;
  height: 190px;
  border: 1px solid #ccc;
  top: 35px;
  right: 10px;
  background: white;
  z-index: 9999;
  display: none;
  padding: 10px 10px;
}

#top_nav #nav_bar_div .nav_list {
  width: 100px;
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
}
#top_nav #nav_bar_div .nav_list p {
  color: black;
  font-weight: bold;
  font-size: 14px;
}
#top_nav #nav_bar_div .nav_list li {
  line-height: 26px;
}
#top_nav #nav_bar_div .nav_list:last-child {
  border: none;
}

#bottom{
  min-height: 324px;
  height:auto;
  background: #FFF;
  color: #777;
}

#bottom .btm_info{
  margin:0 auto;
  height: 240px;
  line-height: 22px;
  font-size: 14px;
}

#bottom .btm_info .btm_lf{
   float: left;
   width:815px;
}

#bottom .btm_info .btm_rf{
   float:right;
   width:385px;
}

#footer {
  min-height: 500px;
  height:auto;
  background: #343434;
  color: #989898;
}
#footer a {
  color: #989898;
  text-decoration: none;
}
#footer #foot_top {
  height: 270px;
  font-size: 13px;
}
#footer #foot_top #foot1 {
  padding-top: 87px;
  float: left;
  width: 250px;
  height: 183px;
}
#footer #foot_top .foot_list {
  padding-top: 40px;
  width: 130px;
  height: 230px;
  float: left;
}
#footer #foot_top .foot_list p {
  color: #DDDDDD;
  font-size: 16px;
}
#footer #foot_top .foot_list li {
  margin-top: 14px;
}
#footer #foot_top #foot2 {
  padding-top: 43px;
  float: right;
  width: 300px;
  height: 227px;
}
#footer #foot_top #foot2 p {
  line-height: 26px;
}
#footer #foot_top #foot2 #QRcode2 {
  width: 121px;
  height: 119px;
  border: 0;
}
#footer #footer_bottom {
  border-top: 1px solid #4C4C4C;
  font-size: 12px;
}
#footer #footer_bottom #scroll_friend_link {
  width: 300px;
  height: 24px;
  line-height: 24px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
#footer #footer_bottom #scroll_friend_link label {
  float: left;
  width: 550px;
  height: 100%;
  color: #ddd;
  text-align: left;
}
#footer #footer_bottom #scroll_friend_link #scroll_friend_uls {
  width: 600px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 65px;
}
#footer #footer_bottom #scroll_friend_link #scroll_friend_uls .scroll_f_u_s {
  width: 100%;
  height: 30px;
}
#footer #footer_bottom #scroll_friend_link #scroll_friend_uls .scroll_f_u_s a {
  float: left;
  padding: 0 15px;
  color: #ddd;
  height: 30px;
}
#footer #footer_bottom #bottom_left {
  margin-top: 5px;
  width: 650px;
  float: left;
  line-height: 30px;
}
#footer #footer_bottom #bottom_left .tags_boxs {
  float: left;
  padding: 0 10px;
}
#footer #footer_bottom #bottom_left .foot_tags {
  float: left;
  padding: 0 10px 0 0;
  line-height: 24px;
  word-break: keep-all;
}
#footer #footer_bottom #bottom_left .footer_high_light {
  color: #DDDDDD;
}
#footer #footer_bottom #bottom_right {
  margin-top: -20px;
  width: 500px;
  float: right;
  line-height: 26px;
  text-align: right;
}
#footer_logos {
  background: #FFF;
  padding:20px 0;
}
#footer_logos .footer_img {
  width: auto;
  height: 53px;
  margin-right: 15px;
}

.red {
  color: red;
}
.content {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
#logo2 {
  width: 135px;
  height: 60px;
  margin-left:20px;
}

#bottom{clear:both;width:100%;background:#FFF;}
.btm_main{ width:1200px; margin:0 auto; padding:20px 0 0 0;box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;}
.btm_main .cont{ margin-bottom:20px;}
.btm_main .cont .promise{ width:130px; height:200px; font-size:13px; color:#666; float:left; margin-right:55px;}
.btm_main .cont .promise h5{ color:#333; font-size:14px; line-height:28px; margin-bottom:10px;}
.btm_main .cont .promise p{ line-height:24px; font-size:13px;}
.btm_main .cont ul{ width:100px; height:200px; float:left; margin-right:55px;}
.btm_main .cont ul li.first{color:#333; font-size:14px; line-height:28px; margin-bottom:10px;}
.btm_main .cont ul li{line-height:24px; font-size:13px;}
.btm_main .cont ul a li:hover{ color:#cc0000;}
.btm_main .cont .logo_i{ width:392px; height:168px; border-left:1px solid #E6E6E6; float:right; margin-top:20px;}
.btm_main .cont .logo_i .logo_hot{width:150px; height:160px; margin-left:30px; text-align:center;  }
.btm_main .cont .logo_i .logo_hot img{ width:117px; height:117px; margin-top:18px;}
.btm_main .cont .logo_i .logo_hot span{ font-size:14px; margin-top:16px; }
.btm_main .cont .logo_i .logo_hot p{ font-size:12px; color:#333; line-height:18px;}
.btm_main .cont .logo_i .code_{ width:120px; height:160px; text-align:center;}
.btm_main .cont .logo_i .code_ img{ width:117px; height:117px; margin-top:18px;}
.btm_main .cont .logo_i .code_ p{ font-size:12px; color:#333; line-height:18px;}

.link{clear:both;height:auto;line-height:30px;padding:5px 0 10px;border-top:1px solid #E6E6E6;color:#333;font-size:14px;text-align:left;}
.link span{ float:left;}
.link ul{ width:1120px; height:auto; overflow:hidden; float:left;}
.link ul li{ display: inline-block; font-size:13px; color:#999; margin-right:14px;}
.link ul li:hover{ color:#CC0000;}
.link ul li label.qq{color:#CC0000;}

.inner_cate{clear:both;height:auto;line-height:30px;padding:5px 0 10px;border-top:1px solid #E6E6E6;color:#333;font-size:14px;text-align:left;}
.inner_cate span{ float:left;color:#999;}
.inner_cate ul{float:left;width:1120px;height:auto; overflow:hidden;}
.inner_cate ul li{margin-right:14px;font-size:13px; color:#999;display:inline-block;}
.inner_cate ul li:hover{ color:#CC0000;}


#footer_main{ width:100%; height:130px; background:#2D2D2D;padding:10px 0 0 0;box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;}
#footer_main .ft_cont{ width:1200px; margin:0 auto; text-align:center; }
#footer_main .ft_cont a{line-height:24px;padding:0 5px;font-size:13px;color:#ACACAC;}
#footer_main .ft_cont a:hover{text-decoration:none;}
#footer_main .ft_cont p{color:#ACACAC; font-size:13px;margin-top:20px;line-height:24px;}
#footer_main .ft_cont {}

/*************** Pagination ***************/
 .pagination{padding:10px 0; text-align:center;}  
 .pagination li{border-radius:3px; border:1px solid #DFDFDF;display:inline-block;margin:0 2px;}  
 .pagination .active{background:#FF9002; color:#FFF; border-color:#FF9002; margin:0 2px;}  
 .pagination .disabled{color:#AAA;}
 .pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}
 .pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}

.page {clear:both;width:100%;margin:20px 10px 30px;padding:10px;text-align: center;}
.page .total{color:#CE0000;font-weight:bold;}
.page input{width:40px;height:35px;line-height:35px;margin:0 4px;padding:0 2px;border-radius:4px;border:1px #C6C6C6 solid;text-align:center;}
.page a {border: #C6C6C6 1px solid; padding: 10px;margin: 2px;color: #797979;background:#FFF;text-decoration: none;   -moz-border-radius: 4px;   -webkit-border-radius: 4px;  border-radius:4px; }
.page a:hover {border: #DFB406 1px solid;color: #DFB406;background:#FFF;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px; }
.page a:active {
border-right: #DFB406 1px solid;color: #DFB406; -moz-border-radius: 4px;     -webkit-border-radius: 4px;  border-radius:4px; }
.page span.current {
border: #535353 1px solid;font-weight: bold;padding: 10px 14px;margin: 2px;color: #FFF;background: #DFB406;
  border-color: #DFB406 !important;-moz-border-radius: 4px; -webkit-border-radius: 4px;  border-radius:4px; }
.page span.disabled {
border-right: #eee 1px solid; padding-right: 10px; border-top: #eee 1px solid; padding-left: 10px; padding-bottom: 10px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 10px; border-bottom: #eee 1px solid;   -moz-border-radius: 4px;    -webkit-border-radius: 4px;   border-radius:4px; }


/* dialog register */
.dialog_register .dialog_r_item {
  height: 34px;
}
.dialog_register .dialog_r_item label {
  margin-right: 5px;
  width: 85px;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.dialog_register .dialog_r_item .dialog_r_input {
  border: 1px solid #dbdbdb;
  height: 27px;
  line-height: 27px;
  text-indent: 5px;
  width: 130px;
}
.dialog_register .dialog_r_item .dialog_r_input.red_border {
  border: 1px solid #ce0000;
}
.dialog_register .dialog_r_item #register_send_code {
  margin-left: 10px;
  background-color: #f2f2f2;
  border: 1px solid #c1c1c1;
  color: gray;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 9px;
}
.dialog_register .dialog_r_item .d_r_short_input {
  width: 70px;
}
.dialog_register .dialog_r_item #dialog_do_register {
  margin-top: 10px;
  cursor: pointer;
  margin-left: 94px;
  padding: 3px 12px;
  color: #fff;
  border: 1px solid #ce0000;
  background-color: #ce0000;
}
.dialog_register .green_note {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.dialog_register .green_note .green_success {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* frame_fixed_menu  start*/
.frame_fixed_menu {
  position: fixed;
  right: 0;
  bottom: 190px;
  width: 73px;
  z-index: 1000 !important;
}
.frame_fixed_menu .frame_fixed_bd_lxb {
  width: 250px;
  height: 200px;
  position: absolute;
  top: 23px;
  right: 75px;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont {
  width: 240px;
  height: 100%;
  background-color: #ce0000;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  float: left;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont .bd_lxb_top {
  width: 100%;
  height: 64px;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont .bd_lxb_top .db_lxb_top_left {
  float: left;
  height: 50px;
  width: 190px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont .bd_lxb_top .db_lxb_top_right {
  float: right;
  width: 43px;
  height: 42px;
  margin-top: 3px;
  margin-right: 3px;
  cursor: pointer;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont input {
  height: 32px;
  line-height: 32px;
  margin: 8px 20px 0;
  width: 200px;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont input#bd_telInput {
  font-size: 13px;
  text-align: center;
  color: #6f6f6f;
  background-color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont input#bd_telInput {
    line-height: normal;
  }
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont input#bd_call_btn {
  font-size: 15px;
  text-align: center;
  background-color: #6ca7e1;
  cursor: pointer;
  color: #fff;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_cont .bd_lxb_note {
  color: #fff;
  margin-top: 17px;
  text-align: center;
  width: 100%;
  font-size: 13px;
}
.frame_fixed_menu .frame_fixed_bd_lxb .frame_fixed_db_right {
  margin-top: 164px;
  float: left;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #ce0000;
  border-bottom: 7px solid transparent;
  zoom: 1;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.frame_fixed_menu .back_up {
  width: 72px;
  height: 73px;
  display: none;
  border: none;
}
.frame_fixed_menu .contrast_btn {
  background: #fff none repeat scroll 0 0;
  height: 73px;
  text-align: center;
  width: 72px;
  cursor: pointer;
  margin-bottom: 1px;
  position: relative;
}
.frame_fixed_menu .contrast_btn:hover .frame_contrast_icon {
  display: none;
}
.frame_fixed_menu .contrast_btn:hover a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.frame_fixed_menu .contrast_btn .frame_backup_icon {
  width: 72px;
  height: 73px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #666;
  display: inline-block;
}
.frame_fixed_menu .contrast_btn .frame_backup_icon:hover {
  background-color: #444;
}
.frame_fixed_menu .contrast_btn:hover .frame_qq_icon {
  background-color: #488bc7;
}
.frame_fixed_menu .contrast_btn:hover .frame_kf_icon {
  background-color: #ce0000;
}
.frame_fixed_menu .contrast_btn:hover .frame_wechat_icon {
  background-color: #58a81c;
}
.frame_fixed_menu .contrast_btn.focus .qqnumber,
.frame_fixed_menu .contrast_btn.focus .phone_number,
.frame_fixed_menu .contrast_btn.focus .wechat_pic {
  display: inline;
}
.frame_fixed_menu .contrast_btn .frame_contrast_icon {
  left: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.frame_fixed_menu .contrast_btn .m_hover {
  color: #fff;
  font-size: 14px;
  background-color: #ff3300;
  height: 73px;
  line-height: 73px;
  padding: 0 6px;
  width: 60px;
  display: none;
}
.frame_fixed_menu .contrast_btn .m_hover:hover {
  color: #fff;
}
.frame_fixed_menu .contrast_btn .frame_qq_icon {
  left: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #6da9de;
}
.frame_fixed_menu .contrast_btn .qqnumber {
  background-color: #488bc7;
  color: #fff;
  display: none;
  font-size: 18px;
  height: 73px;
  left: -160px;
  line-height: 73px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 160px;
}
.frame_fixed_menu .contrast_btn .frame_kf_icon {
  left: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ce0000;
}
.frame_fixed_menu .contrast_btn .phone_number {
  background-color: #ff811b;
  color: #fff;
  display: none;
  font-size: 18px;
  left: -160px;
  line-height: 73px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 160px;
}
.frame_fixed_menu .contrast_btn .frame_wechat_icon {
  left: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #5aab22;
}
.frame_fixed_menu .contrast_btn .wechat_pic {
  display: none;
  height: 160px;
  left: -180px;
  position: absolute;
  top: 0;
  width: 180px;
}
.frame_fixed_menu .contrast_btn .wechat_pic img {
  width: 160px;
  height: 160px;
  border:0;
}
.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50px;
  -moz-background-clip: padding;
  border-radius: 50px;
  background-clip: padding-box;
  position: fixed;
  z-index: 9999;
}
/* frame_fixed_menu  end*/
/* 底部商标推荐浮动 start */
.fdtj-short {
  width: 100%;
  height: 70px;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1001 !important;
}
.fdtj-short .fdtj-s-cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.fdtj-short .fdtj-s-cont .fdtj-short-qq {
  display: block;
  height: 40px;
  width: 150px;
  position: absolute;
  cursor: pointer;
  right: 61px;
  top: 15px;
}
.fdtj-short .fdtj-s-cont .fdtj-short-open {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.fdtj-short .fdtj-s-cont .fdtj-short-open img {
  vertical-align: middle;
}
.fdtj-zk {
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: none;
  z-index: 1001 !important;
}
.fdtj-zk .fdtj-zk-cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -58px;
  right: 6px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-qq {
  display: block;
  height: 40px;
  width: 150px;
  position: absolute;
  cursor: pointer;
  right: 61px;
  top: 2px;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form {
  width: 430px;
  height: 130px;
  margin-top: 58px;
  margin-left: 450px;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form input {
  width: 250px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #dadada;
  color: #777777;
  text-indent: 15px;
  float: left;
  margin-left: 10px;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form input::-webkit-input-placeholder {
  color: #949494;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form input:-moz-placeholder {
  color: #949494;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form input::-moz-placeholder {
  color: #949494;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form input:-ms-input-placeholder {
  color: #949494;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form a {
  display: inline-block;
  padding: 7px 46px;
  background: #fc1e27;
  float: left;
  margin-left: 8px;
  color: #ffffff;
  font-size: 14px;
}
.fdtj-zk .fdtj-zk-cont .fdtj-zk-form p {
  color: #fff;
  line-height: 32px;
  padding-right: 12px;
  text-align: right;
}
.contact_seller_phone {
  width: 280px;
  height: 110px;
  margin: 0 auto;
}
.contact_seller_phone .bap2_1 {
  font-size: 20px;
  color: #CE0000;
  margin-left: 31px;
  margin-bottom: 8px;
  margin-top: 3px;
  font-weight: bold;
}
.contact_seller_phone .bap2_2 {
  font-size: 12px;
  color: black;
  margin-left: 31px;
  margin-bottom: 10px;
}
.contact_seller_phone .bap2_3 {
  width: 215px;
  height: 35px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding-left: 31px;
}
.contact_seller_phone .bap2_3 .ask_phone,
.contact_seller_phone .bap2_3 .left_employee_phone {
  border: 1px solid #CE0000;
  width: 144px;
  height: 33px;
  text-indent: 5px;
  float: left;
}
.contact_seller_phone .bap2_3 .do_ask_phone,
.contact_seller_phone .bap2_3 .call_for_help {
  width: 67px;
  height: 35px;
  border: none;
  float: left;
  color: white;
  cursor: pointer;
  letter-spacing: 1px;
  background: #CE0000;
}
.contact_seller_phone .bap_error {
  display: none;
  height: 18px;
  width: 100%;
  color: red;
  text-indent: 30px;
}
#valid_answer {
  padding: 4px 10px;
  background: #CE0000;
  border: none;
  color: white;
  cursor: pointer;
}
#answer {
  padding: 3px 10px;
  border: 1px solid #CE0000;
  margin-left: 20px;
  width: 100px;
}
/** 搜索下拉start **/
#keywords_popupmenu {
  position: absolute;
  outline: 0;
  margin: 0;
  cursor: default;
  border-width: 1px;
  border-style: solid;
  border-color: #BEBEBE;
  background-color: #fff;
  z-index: 99999;
  width: 267px;
  top: 129px;
  left: 845px;
}
#keywords_popupmenu.s-menu-hidden {
  visibility: hidden;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem {
  color: #333;
  list-style: none;
  margin: 0;
  font-size: 12px;
  line-height: 26px;
  white-space: nowrap;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem b {
  font-weight: 700;
  color: #000;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-list {
  height: 26px;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-list .s-mi-cont-key {
  float: left;
  padding-left: 5px;
  text-align: left;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-list .s-mi-cont-style {
  float: left;
  margin-left: 15px;
  text-align: left;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover {
  background-color: #ff0036;
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover b {
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover .s-mi-tip {
  background: #ff0036;
  border-top: 1px solid #ff0036;
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem.s-menuitem-hover .s-mi-list {
  color: #fff;
}
#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-tip {
  font-family: '\5B8B\4F53';
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #fff;
  padding: 0 5px;
  overflow: hidden;
  color: #333;
  cursor: pointer;
}

#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-tip b {
  font-family: Arial;
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}

#keywords_popupmenu #keywords_popupmenu_content .s-menuitem .s-mi-tip em {
  margin: 0 5px 0 0;
  font-weight: 700;
  padding: 0;
  float: none;
  font-size: 12px;
  font-style: normal;
}
/** 搜索下拉end **/


.qqshow {
 overflow:hidden;
 float:right;
 position:fixed;
 width:185px;
 right:0;
 top:220px;
 z-index:7777;
 font-size:12px;
}
.coatactTitps {
 float:right;
 background-color:#3C3C3C;
 width:50px;
 text-align:center;
 z-index:2;
 position:relative;
 cursor:pointer
}
.qqshow ul li {
 list-style-type:none;
 float:right;
 margin-right:10px;
 margin-top:25px;
 z-index:2;
 position:relative
}
.heng {
 border:1.5px solid #000;
 width:47px;
 z-index:2;
 position:relative
}
.qqshow .qqd {
 height:160px;
 z-index:9;
 position:relative;
 padding-top:20px
}
.qqshow .qqdiv {
 width:155px;
 height:auto;
 padding:0 0 15px;
 text-align:center;
 background-color:#EFEFEF;
 float:right;
 position:relative;
 right:-206px;
 z-index:-30
}
.qqshow .qqdiv .t {
 color:#c30d23;
 font-size:14px;
 font-weight:bold;
 padding-top:15px;
 display:block
}
.qqshow .selback {
 background-color:#c30d23
}
.qqshow .gotopdiv {
 width:145px;
 height:45px;
 text-align:center;
 float:right;
 right:-205px;
 position:relative;
 z-index:-20;
 top:230px
}
.qqshow .gotopdiv img {
 margin-top:7px
}
.qqshow .to-top {
 height:50px;
 padding-top:15px;
 position:relative;
 z-index:9
}
.qqshow .erwm {
 height:50px;
 padding-top:15px;
 position:relative;
 z-index:3
}
.qqshow .erweimdiv {
 text-align:center;
 float:right;
 position:relative;
 right:-415px;
 height:430px;
 z-index:-30;
 top:260px
}

.hover{overflow:hidden;display:none}

.flink_add{float:left;width:250px;height:24px;line-height:24px;text-align:left;font-size:12px;color:#DDD;}

.no_data{clear:both;width:100%;height:300px;line-height:300px;margin:200px 0 0 0;text-align:center;color:#999;font-size:14px;}

.right_fixed{ position:fixed; top:34%; right:0px; z-index:101}
.right_fixed ul li{ width:50px; height:50px; background-color:#cc0000; margin-bottom:4px; cursor:pointer; position:relative; z-index:100}
.right_fixed ul li span{height: 36px;width: 40px;color: #FFF;font-size: 14px;line-height: 18px;padding: 7px 5px; text-align:center; display:none; position:absolute; top:0; left:0;}
.right_fixed ul li:hover{ background-color:#cc0000;}
.right_fixed ul li:hover span{ display:block;}
.right_fixed ul li:hover i{ display:none}

.right_fixed ul li.online_qq a{ height: 36px;width: 40px;color: #FFF;font-size: 14px;line-height: 18px;padding:7px 5px; text-align:center; display:block; }
.right_fixed ul li i{ width:50px; height:50px; display:inline-block; position:absolute; background:url("/static/images/home/link_fix.png") no-repeat; top:0; left:0;}
.right_fixed ul li.tel:hover p{ display:block;}
.right_fixed ul li.tel p{ position:relative; left:-164px; top:0px; width:164px; height:50px; line-height:50px; text-align:center; font-size:20px; color:#fff; font-weight:800; z-index:99; background-color:#cc0000; display:none; cursor:text;}
.right_fixed ul li.desk:hover p{ display:block;}
.right_fixed ul li.desk p{ position:relative; width:120px; height:120px; top:0; left:-122px; background-color:#cc0000; display:none; }
.right_fixed ul li.desk p img{ width:110px;margin:5px;}
.right_fixed ul li.tel i{ background-position:0 -100px;}
.right_fixed ul li.colect i{ background-position:0 -50px;}
.right_fixed ul li.desk i{ background-position:0 -150px;}
.right_fixed ul li.mes i{ background-position:0 -200px;}
.right_fixed ul li.top2 i{ background-position:0 -250px;}
.animation-slide-right {-webkit-animation-name: slide-right;-o-animation-name: slide-right;animation-name: slide-right;animation-delay:100ms;animation-timing-function:ease-out;animation-duration:.3s;animation-fill-mode:both;}