@charset "utf-8";

.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
a {
  color: #777777;
}
a:hover {
  color: #f77b00;
}
body {
  font-family: "微软雅黑";
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb20 div{
  width: 100%;
}
.mb20 a img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.public_header .dh_topbar {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  font-size: 12px;
}
.account_s_g span.mobile i,
.account_s_g span.account_home i,
.account_s_g span.account_map i,
.nav_all .hd > i,
.clog_btn i,
.clog_dun li a i,
.floor_hd i.f_num,
.ftxt i,
.npath .np_ico,
.pro_iitem li.pro_imsg i,
.sp_rbtn a.sc_ab,
.sp_vip i {
  background-image: url(../images/icon_home.png);
  background-repeat: no-repeat;
}
.account_s_g > span {
  display: inline-block;
  margin-right: 10px;
}
.account_s_g span.mobile i {
  width: 10px;
  height: 14px;
  margin-right: 5px;
  background-position: -20px 0;
  vertical-align: middle;
  float: left;
  margin-top: 8px;
}
.account_line {
  display: inline-block;
  height: 6px;
  width: 1px;
  background-color: #cacaca;
  vertical-align: middle;
}
.account_s_g span.account_l a {
  color: #f77b00;
  text-decoration: underline;
}
.account_s_g span.account_home i {
  display: inline-block;
  float: left;
  width: 15px;
  height: 12px;
  background-position: -40px 0;
  margin: 8px 5px 0 0;
}
.account_s_g span.account_map i {
  width: 7px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-position: 0 0;
  transition: all 0.2s;
}
.account_s_g span.account_map a:hover i,
.account_s_g span.active i {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */ -moz-transform: rotate(180deg);
  /* Firefox */ -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */ -o-transform: rotate(180deg);
}
.account_s_g span.account_map {
  position: relative;
}
.site_nav_bd {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  width: 215px;
  padding: 10px;
  display: none;
}
.site_nav_bd dt,
.site_nav_bd dd {
  float: left;
  line-height: 22px;
}
.site_nav_bd dt {
  width: 60px;
  font-weight: bold;
}
.site_nav_bd dd {
  width: 155px;
  color: #ccc;
}
.site_nav_bd dd a {
  display: inline-block;
  margin: 0 5px;
  color: #666;
}
.site_nav_bd dd a:hover {
  color: #ff7300;
}
.header {
  height: 110px;
  background-color: #f7f7f7;
  font-size: 12px;
}
.header .logo {
  width: 183px;
  height: 66px;
  margin-top: 20px;
}
.header .search_box {
  margin-top: 20px;
  position: relative;
  left: 120px;
  width: 630px;
}
.s_top span.s_word {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  color: #777777;
}
.s_top span.active {
  color: #ff7300;
}
.s_main .sh_input {
  padding: 10px 10px 10px 30px;
  width: 427px;
  border: 2px solid #e3e3e3;
  color: #bcbcbc;
  margin-bottom: 5px;
  background: url(../images/sico.png) no-repeat 7px 10px #fff;
  border-right: none;
}
.s_main .sh_btn {
  border: none;
  vertical-align: top;
  background-color: #ff7300;
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #fff;
  width: 100px;
  height: 40px;
  font-weight: 100;
  cursor: pointer;
  margin-left: -6px;
}
.head_qrcode {
  width: 66px;
  overflow: hidden;
  margin-right: 20px;
}
.pfixed {
  position: fixed;
  width: 100%;
  top: 0;
}
.navbar2 {
  background-color: #ff7300;
  z-index: 9999;
  opacity: 0.95;
  filter: alpha(opacity=95);
  display: none;
  top: -80px;
}
.navbar2 .nav_ul li.active,
.navbar2 .nav_ul li:hover,
.navbar2 .nav_ul li a:hover {
  background-color: #ff500b;
}
.navbar2 .nav_ul li {
  padding: 5px 0;
  width: 95px;
}
.logo2 {
  margin-right: 15px;
  width: 96px;
  height: 35px;
  margin-top: 5px;
}
.logo2 img {
  max-width: 100%;
}
.top_sinput {
  width: 150px;
  height: 16px;
  line-height: 16px;
  padding: 10px;
  background-color: #dbe4ff;
  vertical-align: middle;
}
.top_btn {
  height: 36px;
  width: 60px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  vertical-align: middle;
}
.searchBox {
  margin-top: 7px;
}
.navbar {
  height: 40px;
  background-color: #ff7300;
}
.navbar .wk {
  overflow: inherit;
}
.nav_all {
  width: 195px;
  height: 40px;
  font-size: 16px;
}
.nav_all .hd {
  height: 40px;
  position: relative;
  background: #ff500b url(../images/hd_xia.png) no-repeat 170px center;
  padding: 0 20px;
  z-index: 9998;
}
.nav_all .hd > i {
  float: left;
  width: 15px;
  height: 11px;
  margin-top: 14px;
  margin-right: 10px;
  background-position: 0 -20px;
}
.nav_all .hd span.nav_ctit {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-size: 16px;
}
.nav_all .hd span.nav_ctit a,
.nav_all .hd span.nav_ctit a:hover {
  color: #fff;
}
.nav_ul li {
  float: left;
  width: 112px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  background: url(../images/nav_line.gif) no-repeat right center;
}
.nav_ul li:last-child {
  background: none;
}
.nav_ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.nav_ul li.active,
.nav_ul li a:hover {
  background-color: #FF8B0B;
}
/*.mitem_ul {
  width: 195px;
  height: 415px;
  background: #ff7300;
  float: left;
  border-top: none;
  position: relative;
  z-index: 1000;
  overflow-y: auto;overflow-x:hidden
}
.mitem_ul li {

  line-height: 50px;
  border-bottom: 1px dashed #fd9138;
}
.mitem_ul li i {
  display: inline-block;
  vertical-align: top;
}
.mitem_ul li a {
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  width: 128px;
  overflow: hidden;
}
.mitem_ul .foucs {
  background: #ff500b;
}
.mitem_ul li.foucs a,
.mitem_ul li a:hover {
  color: #fff;
}
.mitem_ul li i {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: 0 14px 0 16px;
  float: left;
  margin-top: 9px;
}
*/
.ce_list {
  position: absolute;
  left: 195px;
  top: 40px;
  background-color: #fff;
  width: 765px;
  height: 413px;
  border: 1px solid #ff7300;
  display: none;
}
.ce_list .ce_left {
  width: 518px;
  padding: 20px;
  box-sizing: border-box;
}
.ce_list .ce_left .ce_ltit {
  border-bottom: 1px solid #e9e9e9;
  height: 60px;
}
.ce_list .ce_left .ce_ltit span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-bottom: 3px solid #ff500b;
  background: url(../images/quan.jpg) no-repeat left center;
  padding: 0px 5px 0px 18px;
  font-size: 18px;
  color: #212121;
}
.ce_ltit i{ display:inline-block; width:10px; height:10px; border-radius:50%; background-color:#ff7300; margin-right:10px;}
.ce_cul{ margin-top:20px; height:440px; overflow-y:auto;}
.ce_cul li{ float:left; margin-bottom:14px; margin-right:20px; display:inline;}
.ce_cul li h2{ font-size:14px; padding:10px 0; font-weight:bold;}
.ce_list .ce_left .ce_alink a {
  font-size: 12px;
  color: #555555;
  width: 28%;
}
.ce_list .ce_left .ce_alink a:hover {
  color: #f77b00;
}
.ce_list .ce_right {
  width: 245px;
  border-left: 1px solid #e8e8e8;
  background-color: #fafafa;
  height: 403px;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
}
.ce_list .ce_right .ce_tit {
  border-bottom: 1px solid #e9e9e9;
  height: 30px;
  line-height: 30px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 15px;
  margin-top: 30px;
  position: relative;
}
.ce_list .ce_right .ce_tit:after {
  content: "";
  width: 3px;
  height: 9px;
  background: #ff500b;
  position: absolute;
  left: 5px;
  top: 12px;
}
.ce_list .ce_right .tuijian_ul {
  height: 290px;
  overflow: hidden;
}
.ce_list .ce_right .tuijian_ul li {
  width: 97px;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.ce_list .ce_right .tuijian_ul li a {
  display: block;
}
.ce_list .ce_right .tuijian_ul li a .pic {
  height: 108px;
  width: 97px;
  border: 1px solid #e3e1e1;
  position: relative;
  background: #fff;
}
.ce_list .ce_right .tuijian_ul li a .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.ce_list .ce_right .tuijian_ul li a p {
  font-size: 12px;
  color: #555555;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.ce_list .ce_right .tuijian_ul li a:hover p {
  color: #ff5e00;
}
.ce_cul {
  overflow-y: auto;
  height: 479px;
}
.ce_cul li {
  margin-bottom: 14px;
  margin-right: 20px;
}
.ce_cul li h2 {
  border-bottom: 1px solid #ff7300;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
}
.ce_alink {
  margin-top: 10px;
  line-height: 2.2em;
  height: 305px;
  overflow: hidden;
}
.ce_alink a {
  display: inline-block;
  color: #666;
  width: 25%;
}
.ce_alink a:hover {
  color: #ff7300;
}
.cer_t {
  font-weight: bold;
  font-size: 14px;
}
.cer_lp li {
  float: left;
  width: 48%;
  height: 35px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin: 1px;
}
.cer_lp li img {
  width: 100%;
}

.home_c1 {
  height: 405px;
  margin: 10px auto;
}
.home_c1 .left_c1 {
  width: 195px;
  height: 100%;
}
.home_c1 .com_c1 {
  width: 755px;
  margin: 0px 10px;
}
.home_c1 .com_c1 .banner {
  width: 755px;
  height: 237px;
}
.home_c1 .com_c1 .banner .slick-dots {
  bottom: 10px;
}
.home_c1 .com_c1 .banner .slick-dots .slick-active button {
  background: #ff7300;
}
.home_c1 .com_c1 .pro_zhan {
  width: 100%;
  margin-top: 15px;
}
.home_c1 .com_c1 .pro_zhan div a {
  display: block;
  width: 110px;
  margin: auto;
}
.home_c1 .com_c1 .pro_zhan div a .pic {
  width: 110px;
  height: 118px;
  position: relative;
}
.home_c1 .com_c1 .pro_zhan div a .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.home_c1 .com_c1 .pro_zhan div a p {
  font-size: 12px;
  color: #555555;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.home_c1 .com_c1 .pro_zhan .slick-next,
.home_c1 .com_c1 .pro_zhan .slick-prev {
  height: 26px;
  width: 13px;
  background: url(../images/xiao_tu_b1.png) no-repeat;
  transform: rotate(0);
  border: none;
}
.home_c1 .com_c1 .pro_zhan .slick-prev {
  left: 0px;
  background-position: -36px -48px;
}
.home_c1 .com_c1 .pro_zhan .slick-prev:hover {
  background-position: -52px -48px;
}
.home_c1 .com_c1 .pro_zhan .slick-next {
  right: 0px;
  background-position: -71px -48px;
}
.home_c1 .com_c1 .pro_zhan .slick-next:hover {
  background-position: -87px -48px;
}
.home_c1 .com_c1 .pro_zhan .slick-list {
  width: 695px;
  margin: auto;
}
.home_c1 .right_c1 {
  width: 230px;
  border: 1px solid #e6e6e6;
  height: 405px;
}
.home_c1 .right_c1 .clog_box {
  color: #555555;
  font-size: 12px;
  padding: 11px 0;
}
.home_c1 .right_c1 .clog_box .upic {
  width: 55px;
  height: 55px;
  margin: 0 10px;
}
.home_c1 .right_c1 .clog_box .uname {
  width: 145px;
  padding-top: 6px;
}
.home_c1 .right_c1 .clog_box .uname p {
  line-height: 18px;
  height: 18px;
  width: 100%;
  overflow: hidden;
}
.home_c1 .right_c1 .clog_btn {
  width: 100% px;
  height: 45px;
  line-height: 45px;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.home_c1 .right_c1 .clog_btn a {
  display: inline-block;
  text-align: center;
  width: 113px;
  height: 43px;
  line-height: 43px;
  background: #fafafa;
  float: left;
}
.home_c1 .right_c1 .clog_btn a i {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/xiao_tu_b1.png);
}
.home_c1 .right_c1 .clog_btn .cbtn-dl {
  border-right: 1px solid #e6e6e6;
}
.home_c1 .right_c1 .clog_btn .cbtn-dl i {
  background-position: -43px 0px;
}
.home_c1 .right_c1 .clog_btn .cbtn-zc i {
  background-position: -59px 0px;
}
.home_c1 .right_c1 .clog_tab {
  color: #555;
  font-size: 12px;
  padding: 10px;
}
.home_c1 .right_c1 .clog_tab .qie_ti {
  border-bottom: 1px solid #e6e6e6;
  line-height: 30px;
  height: 30px;
}
.home_c1 .right_c1 .clog_tab .qie_ti span {
  color: #333333;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  max-width: 60px;
  overflow: hidden;
}
.home_c1 .right_c1 .clog_tab .qie_ti .active {
  border-bottom: 1px solid #ff6600;
}
.home_c1 .right_c1 .clog_tab .qie_nei ul {
  display: none;
}
.home_c1 .right_c1 .clog_tab .qie_nei li {
  line-height: 30px;
  height: 30px;
}
.home_c1 .right_c1 .clog_tab .qie_nei li i {
  font-style: normal;
  color: #ff5e00;
  width: 35px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  display: inline-block;
}
.home_c1 .right_c1 .clog_tab .qie_nei li a {
  width: 170px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: inline-block;
}
.home_card {
  position: relative;
}
.home_card2 {
  position: relative;
  height: 91px;
  margin: 25px auto;
}
.home_card2 a {
  display: block;
  width: 590px;
  height: 91px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.home_gong {
  height: 290px;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px auto;
  overflow: hidden;
}
.home_gong .left_g,
.home_gong .right_g {
  width: 600px;
}
.home_gong .left_g .top_g,
.home_gong .right_g .top_g {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ff5e00;
}
.home_gong .left_g .top_g span,
.home_gong .right_g .top_g span {
  background: url(../images/ti_bg.jpg) no-repeat;
  padding-left: 40px;
  color: #242424;
}
.home_gong .left_g .top_g a,
.home_gong .right_g .top_g a {
  float: right;
  font-size: 12px;
  color: #888888;
  padding-right: 10px;
}
.home_gong .left_g .top_g a:hover,
.home_gong .right_g .top_g a:hover {
  color: #f77b00;
}
.home_gong .left_g .com_g .pic,
.home_gong .right_g .com_g .pic {
  width: 180px;
  height: 241px;
  position: relative;
}
.home_gong .left_g .com_g .pic1,
.home_gong .right_g .com_g .pic1 {
  border: 1px solid #e6e6e6;
  border-top: none;
}
.home_gong .left_g .com_g .news_ul,
.home_gong .right_g .com_g .news_ul {
  height: 240px;
  overflow: hidden;
}

.news_ul {
  width: 390px;
  margin-top: 5px;
  margin-left: 15px;
}
.news_ul a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #555555;
}
.news_ul a span {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  max-width: 300px;
  background: url(../images/ul_biao.jpg) no-repeat left center;
  padding-left: 15px;
}
.news_ul a time {
  color: #a8a8a8;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  max-width: 75px;
  display: inline-block;
}
.news_ul a:hover {
  color: #f77b00;
}
.qi_tu_l {
  width: 420px;
}
.qi_tu_l li {
  float: left;
  margin-left: 13px;
  margin-top: 13px;
  width: 127px;
}
.qi_tu_l li a {
  display: block;
}
.qi_tu_l li a .pic_qi {
  height: 78px;
  width: 127px;
  position: relative;
  border: 1px solid #d6d6d6;
}
.qi_tu_l li a p {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #555555;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.qi_tu_l li a:hover p {
  color: #ff5e00;
}
.home_fam .top_fam {
  height: 30px;
  line-height: 30px;
}
.home_fam .top_fam span {
  background: url(../images/ti_bg.jpg) no-repeat;
  padding-left: 40px;
  color: #242424;
}
.home_fam .top_fam a {
  float: right;
  font-size: 12px;
  color: #888888;
  padding-right: 10px;
}
.home_fam .top_fam a:hover {
  color: #f77b00;
}
.home_fam .fam_com {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  border-top: 1px solid #ff5e00;
}
.home_fam .fam_com .left_fam {
  width: 340px;
  position: relative;
}
.home_fam .fam_com .left_fam .pic_fam {
  height: 325px;
  width: 340px;
  display: block;
  position: relative;
  z-index: 1;
}
.home_fam .fam_com .left_fam .pic_fam img {
  z-index: 1;
}
.home_fam .fam_com .left_fam .text_f {
  position: absolute;
  bottom: 20px;
  z-index: 9;
  width: 200px;
}
.home_fam .fam_com .left_fam .text_f span {
  color: #ff5e00;
  font-size: 24px;
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.home_fam .fam_com .left_fam .text_f .fam_m {
  color: #fff;
  font-size: 12px;
  background: url(../images/fam_more.png) no-repeat;
  width: 105px;
  height: 22px;
  display: block;
  line-height: 22px;
  padding-left: 15px;
  margin-top: 10px;
}
.home_fam .fam_com .right_fam {
  width: 860px;
}
.home_fam .fam_com .right_fam .right_fam_top {
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.home_fam .fam_com .right_fam .right_fam_top i {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 10px 15px;
  float: left;
}
.home_fam .fam_com .right_fam .right_fam_top span {
  color: #242424;
  font-size: 24px;
}
.home_fam .fam_com .right_fam .r_fam_com {
  height: 260px;
}
.home_fam .fam_com .right_fam .r_fam_com .left_co {
  width: 390px;
  border-right: 1px solid #e6e6e6;
  padding-top: 20px;
  height: 260px;
  overflow: hidden;
  box-sizing: content-box;
}
.home_fam .fam_com .right_fam .r_fam_com .left_co a {
  width: 25%;
  height: 30px;
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #555555;
  float: left;
}
.home_fam .fam_com .right_fam .r_fam_com .left_co a:hover {
  color: #ff5e00;
}
.home_fam .fam_com .right_fam .r_fam_com .news_ul {
  margin-left: 15px;
  padding-top: 15px;
  height: 100%;
  overflow: hidden;
}
.home_sx {
  border-bottom: 1px solid #e6e6e6;
  margin: 22px auto;
}
.home_sx .left_sx {
  width: 930px;
}
.home_sx .left_sx .top_fam {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ff5e00;
}
.home_sx .left_sx .top_fam span {
  background: url(../images/ti_bg.jpg) no-repeat;
  padding-left: 40px;
  color: #242424;
}
.home_sx .left_sx .top_fam a {
  float: right;
  font-size: 12px;
  color: #888888;
  padding-right: 10px;
}
.home_sx .left_sx .top_fam a:hover {
  color: #f77b00;
}
.home_sx .left_sx .l_sx_com {
  position: relative;
  padding-top: 13px;
}
.home_sx .left_sx .l_sx_com .left_tu {
  width: 300px;
  height: 200px;
}
.home_sx .left_sx .l_sx_com .tu_wen {
  height: 38px;
  background: #313031;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0px;
  width: 300px;
  z-index: 9999;
  font-size: 12px;
}
.home_sx .left_sx .l_sx_com .tu_wen a {
  color: #fff;
  line-height: 38px;
  height: 38px;
  width: 200px;
  padding: 0px 10px;
  overflow: hidden;
  display: block;
}
.home_sx .left_sx .l_sx_com .tu_wen .slick-dots {
  bottom: 6px;
  width: 90px;
  height: 20px;
  right: 0px;
  background: #313031;
}
.home_sx .left_sx .l_sx_com .tu_wen .slick-dots li button {
  width: 12px;
  height: 12px;
}
.home_sx .left_sx .l_sx_com .tu_wen .slick-dots .slick-active button {
  background: #ff5e00;
}
.home_sx .left_sx .l_sx_com .nei_ul {
  width: 600px;
  margin-top: -8px;
  margin-left: 20px;
  height: 225px;
}
.home_sx .left_sx .l_sx_com .nei_ul li {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  width: 290px;
  float: left;
}
.home_sx .left_sx .l_sx_com .nei_ul li i {
  font-style: normal;
  color: #ff5e00;
  width: 35px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  display: inline-block;
}
.home_sx .left_sx .l_sx_com .nei_ul li a {
  width: 158px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  overflow: hidden;
  display: inline-block;
}
.home_sx .right_sx {
  width: 270px;
}
.home_sx .right_sx .top_fam {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ff5e00;
}
.home_sx .right_sx .top_fam span {
  background: url(../images/ti_bg.jpg) no-repeat;
  padding-left: 40px;
  color: #242424;
}
.home_sx .right_sx .top_fam a {
  float: right;
  font-size: 12px;
  color: #888888;
  padding-right: 10px;
}
.home_sx .right_sx .top_fam a:hover {
  color: #f77b00;
}
.home_sx .right_sx .r_sx_com {
  border-left: 1px solid #e6e6e6;
  height: 215px;
  padding: 16px 0px 0px 12px;
}
.home_sx .right_sx .r_sx_com .pic_sx {
  width: 257px;
  height: 77px;
  position: relative;
  display: block;
}
.home_sx .right_sx .r_sx_com .nei_ul {
  width: 290px;
  margin-top: 5px;
}
.home_sx .right_sx .r_sx_com .nei_ul li {
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}
.home_sx .right_sx .r_sx_com .nei_ul li i {
  font-style: normal;
  color: #ff5e00;
  width: 35px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  display: inline-block;
}
.home_sx .right_sx .r_sx_com .nei_ul li a {
  width: 135px;
  height: 30px;
  line-height: 30px;
      text-overflow: ellipsis;
    white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.m_left{ width:190px; height:10px; position:relative; z-index:9998;}
.m_center{ width:735px; margin-left:18px;}
.fc_pbox{ height:310px; overflow:hidden; background-color:#f7f7f7;}
.clbox{ height:80px; border:1px solid #dfdfdf; border-top-width:2px; padding:5px 20px; overflow:hidden; position:relative;}
.clist{ float:left;width:100%;}
.clist li{ float:left; width:33%; line-height:26px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.clist41 li{ float:left; width:100%; line-height:26px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.clist li a span.co{ color:#ff7300;}
.clist li a span.cb{ color:#046db1;}
.ctit{ height:26px; font-size:14px;}
.ctit h2{ float:left; border-bottom:2px solid #ff7300; line-height:26px; position:relative; margin-bottom:-2px;}
.cr_rscr{ overflow-y:auto; height:524px;}

.rec_scroolul{ position:absolute; width:693px; top:5px; left:20px;}

/*焦点图*/
.slideBox{ width:735px; height:310px; overflow:hidden; position:relative; }
.newslideBox{ width:458px; height:330px;}
.slideBox .hd{ height:18px; overflow:hidden; position:absolute; right:8px; bottom:8px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:4px;  width:15px; height:15px; line-height:14px; text-align:center; border:1px solid #ff7300; cursor:pointer; text-indent:100px; overflow:hidden;}
.slideBox .hd ul li.on{ background:#ff7300; color:#fff;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:735px; height:310px; display:block;  }
.newslideBox .bd img{ width:458px; height:330px; display:block;  }

.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/*滚动供求
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url(../images/arrow.png) no-repeat;}
.txtScroll-top .hd .next{ background-position:0 -50px;  }
.txtScroll-top .hd .prevStop{ background-position:-60px 0; }
.txtScroll-top .hd .nextStop{ background-position:-60px -50px; }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(../images/icoCircle.gif) 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }

*/
/*推荐供求*/
.rec_sd .ctit .prev,.rec_sd .ctit .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url(../images/arrow.png) no-repeat;}
.rec_sd .ctit .next{ background-position:0 -50px;  }
.rec_sd .ctit .prevStop{ background-position:-60px 0; }
.rec_sd .ctit .nextStop{ background-position:-60px -50px; }
.rec_sd .ctit ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.rec_sd .ctit ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url(../images/icoCircle.gif) 0 -9px no-repeat; }
.rec_sd .ctit ul li.on{ background-position:0 0; }
/**/


.n_clist a{ padding-left:10px; background:url(../images/newsico.gif) no-repeat 0 center;}

.m_right{width: 228px; height: 537px; border: 1px solid #e6e6e6; float: right; margin-top: 16px;}
.clog_box{ padding:11px 0; height:55px;}
.clog_box .upic{ width:55px; height:55px; margin:0 10px;}
.uname{ width:145px;}
.clog_btn{width: 228px; height: 43px;line-height: 43px; background: #fafafa; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;}
.clog_btn a {display: inline-block; text-align: center; width: 113px; height: 43px; line-height: 43px; background: #fafafa;float: left;}
.clog_btn a.cbtn-dl {border-right: 1px solid #e6e6e6;}
.clog_btn i {display: inline-block;width: 14px; height: 14px; margin-top: -3px; vertical-align:middle; margin-right:5px;}
.clog_btn .cbtn-dl i{ background-position:-20px -20px;}
.clog_btn .cbtn-zc i{ background-position:-40px -20px;}
.clog_btn a.cbtn-dl:hover i{ background-position:-60px -20px;}
.clog_btn a.cbtn-zc:hover i{ background-position:-80px -20px;}

.clogt_title{ border-bottom:1px solid #dfdfdf; height:25px; margin:10px 20px 0 20px;}
.clogt_title li{ float:left; margin-right:20px; height:25px;}
.clogt_title li.c_last{ margin:0;}
.clogt_title li.cs{ border-bottom:1px solid #ff7300; position:relative;}

.clogT_content{ background-color:#fafafa; border-bottom:1px solid #dfdfdf; height:247px;}
.clogT_content li{margin-bottom: 14px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; padding:0 10px;}
.clogT_content li.clogTC-first {padding-left: 25px;  padding-bottom: 20px; background-color:#fff; border-bottom:1px solid #e6e6e6;}
.clogTC-first a {float: left; display: inline-block; height: 41px; line-height: 41px; margin-right:10px;}
.clogTC-first h2 {font-size: 16px; color: #666;font-weight: normal;}
.clogTC-first h1 {font-size: 26px;color: #ff7300;font-family: "Tahoma";font-weight: 500;}

.clog_dun li{ float:left; width:75px; text-align:center; border-right:1px solid #dfdfdf; height:102px;}
.clog_dun li a{ padding-top:20px; display:block;}
.clog_dun li a i{ display:block; margin:10px auto; width:25px; height:28px;}
.clog_dun li a i.bs1{ background-position:-40px -40px;}
.clog_dun li a i.bs2{ background-position:-40px -80px;}
.clog_dun li a i.bs3{ background-position:-40px -120px;}

.floor_hd{ height:26px; line-height:26px;}
.floor_hd i.f_num{ width:29px; height:23px; color:#fff; background-position:-40px -160px; float:left; font-size:14px; font-style:normal; text-indent:2px;}
.floor_hd h2{ float:left; margin-left:20px; font-size:18px; font-weight:bold;}
.more a{ font-family:宋体; color:#888;}
.more a:hover{ color:#ff7300;}
.f_content{ height:310px; border:1px solid #e0e0e0;}
.floor_lead{ width:240px; height:310px; overflow:hidden;}
.floor_lead img{ width:240px; height:310px;}
.floor_wrap{ width:265px; border-right:1px solid #e0e0e0; height:310px;}
.floor-dir{ margin:10px 0 0 12px;}
.dir_item {line-height: 24px; overflow: hidden;float: left;margin-right: 5px;}
.dir_item a{ margin-right:20px;}
.dir-list li.dir_fg{ margin-bottom:20px;}
.floor-recmd-wrap{ width:680px; height:310px;}
.floor_prolist li{ float:left; width:140px; overflow:hidden; margin-left:24px;}
.floor_prolist li img{ width:140px;height:130px;}
.floor-sub-hd{ margin:15px 0 10px 24px;}
.floor-sub-hd h4{ font-size:14px;}
.floor_prolist li p{ height:27px; line-height:27px; text-align:center; overflow:hidden; background-color:#a7a7a7; color:#fff;}
.floor_prolist li a:hover,.floor_s_prolist li a:hover{ opacity:0.7; filter:alpha(opacity=70);}
.supplier-lst{ margin:0 20px 0 20px;}

.main_box{ padding:20px 0; background-color:#fafafa; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;}

.cSort_box{ width:585px; margin-bottom:15px;}
.cSBox_main{ border:1px solid #e0e0e0; border-top-width:2px; height:440px;}
.cSBox_aside{ width:240px; height:270px; overflow:hidden;}
.cSBox_aside img{ max-width:100%;}
.cSBox_cate{ height:269px; overflow:hidden; width:343px; border-bottom:1px solid #e0e0e0;}
.cSBox_comple{ height:170px; width:239px; overflow:hidden; border-right:1px solid #e0e0e0;}
.n_clist2 li{ width:100%; line-height:24px;}
.cSBox_pro{ width:343px; height:170px; position:relative;}
.cSBox_pro .floor-sub-hd,.cSBox_cate .floor-dir{ margin-left:20px;}
.n_clist23 li{ width:430px; line-height:23px;}
.line1,.line2,.line3{ position:absolute; background-color:#ff7300;}
.line1{ width:120px; height:1px; top:-1px; left:0;}
.line2{ width:35px; height:1px; bottom:-1px; right:-1px;}
.line3{ width:1px; height:35px; right:-1px; bottom:-1px;}

.floor_s_prolist{ margin:5px 0 0 6px;}
.floor_s_prolist li{ float:left; width:90px; margin-left:15px;}
.floor_s_prolist li img{ width:90px;height:83.5px;}
.floor_s_prolist li p{ height:20px; line-height:20px; text-align:center; font-size:10px; background-color:#a7a7a7; color:#fff;}

.news_tit{ border-bottom:2px solid #999999; line-height:40px;}
.n_lst{ float:left; width:273px; margin-left:32px; display:inline;}
.news_item li{ line-height:28px; height:28px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_item li a{ padding-left:15px; background:url(../images/nico.gif) no-repeat 5px 5px;}

.newsbanner11 {  
     width: 300px;
    height: 200px;
    display: block;}
	
.link_box{ padding:20px 0; background-color:#fafafa; border-top:1px solid #e0e0e0;}
.link_tit{ border-bottom:1px solid #f0f0f0;}
.link_al a{ display:inline-block; margin:0 5px; color:#666;}
.link_al a:hover{ color:#ff7300;}

.foot_layout{ background-color:#292929; padding:20px 0 30px 0;}

.ft_box{ padding:0 0 40px 0;}
.foot_menu li{ float:left; width:177px; padding:10px 30px; border-right:1px dotted #3a3a3a; text-align:center;}
.ftxt{ padding:10px 0 15px 0; border-bottom:1px solid #3a3a3a;}
.ftxt p{ color:#fff; font-size:16px; margin-top:10px;}
.ftxt i{ display:block; width:30px; height:30px; margin:0 auto;}
.ftxt i.fico1{ background-position:-40px -200px;}
.ftxt i.fico2{ background-position:-40px -240px;}
.ftxt i.fico3{ background-position:-38px -276px;}
.ftxt i.fico4{ background-position:-40px -320px;}
.ftxt i.fico5{ background-position:-37px -360px;}
.ft_a{ margin-top:20px;}
.ft_a a{ display:block; color:#979797; height:26px; line-height:26px;}
.ft_a a:hover{ color:#ff7300;}
.f_phone{ width:210px; text-align:center;}
.fp_tel{ font-size:26px; color:#fff;}
.f_twmbox{ margin-top:15px; background:url(../images/ftelbj.gif) no-repeat center 0; padding:10px;}
.f_twmbox p{ position:relative; top:-17px; color:#979797;}

 .f_alink{ border-top:1px solid #3a3a3a; text-align:center; padding-top:30px; color:#585858; line-height:2em;}
.f_alink a{ color:#979797;}
.f_alink a:hover{ color:#ff7300;} 

.links {
  margin: 35px auto;
}
.links .links_top {
  margin-bottom: 10px;
  position: relative;
}
.links .links_top span {
  color: #333333;
  font-size: 24px;
  height: 32px;
  line-height: 32px;
  width: 125px;
  margin: auto;
  display: block;
  text-align: center;
}
.links .links_top:before {
  content: "";
  width: 535px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 17px;
  left: 0px;
}
.links .links_top:after {
  content: "";
  width: 535px;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  top: 17px;
  right: 0px;
}
.links .links_com {
  font-size: 12px;
  color: #555555;
  border: 1px solid #e6e6e6;
  padding: 20px;
}
.links .links_com a {
  color: #555555;
  display: inline-block;
  line-height: 28px;
}
.links .links_com a:hover {
  color: #ff5e00;
}
.foot_layout {
  background-color: #292929;
  padding: 20px 0 30px 0;
  font-size: 12px;
}
.foot_layout .f_alink {
  text-align: center;
  padding-top: 30px;
  color: #585858;
  line-height: 2em;
}
.foot_layout .f_alink .mb10 {
  margin-bottom: 10px;
}
.foot_layout .f_alink a {
  color: #979797;
}
.foot_layout .f_alink a:hover {
  color: #ff5e00;
}
.foot_layout .tc {
  margin-top: 15px;
}
.foot_layout .tc a {
  margin-right: 10px;
  width: 112px;
  height: 35px;
  position: relative;
  display: inline-block;
}
/*product*/
.hot_cateitem li{ float:left; width:46%; margin-right:4%; line-height:2em;}
.hot_cateitem li a{ color:#666;}
.hot_cateitem li a:hover{ color:#ff7300;}
.hot_cateitem li a.acitve{ color:#ff7300;}
.f_proleft{ background-color:#f7f7f7;}
.f_proright{ border-left:1px solid #e0e0e0;}

.f_procenter .floor_prolist li >span{ display:block; line-height:22px;}
.floor_prolist li >span.pword em{ display:block; font-style:normal;}
.floor_prolist li >span.pword{width:140px;height:44px;overflow: hidden;}
.floor_prolist li .prol_pic{ display:block; width:138px; height:128px; border:1px solid #e0e0e0;}
.floor_prolist li .prol_pic img{ width:100%;}
span.pmuch{ color:#ff7300;}
.floor_prolist li span.pname{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.f_content2{ height:280px;}
.f_proleft,.f_procenter,.f_proright{ height:280px;}
.demand li >span.pword{width:140px;overflow: hidden;height:15px;}
.demand li >span.pword em{ display:inline-block; font-style:normal;}

/*company*/
.f_cleft,.f_cright{ height:325px; border:1px solid #e0e0e0;}
.f_cleft{ width:925px;}
.f_cright{ width:245px;}
.fc_tbox{ height:44px; line-height:44px; background-color:#f6f6f6; border-bottom:1px solid #e0e0e0; border-top:2px solid #ff7300; position:relative; margin-top:-2px;}
.fc_tbox .cf_nmu{ width:50px; background-color:#ff7300; color:#fff;}
.fc_tbox .cf_t{ width:146px; margin-left:10px;}
.fc_tbox .ct_c{ border-left:3px solid #ff7300; height:14px; line-height:14px; padding-left:10px;}
.fc_tbox .ct_cate{ color:#ff7300; margin-right:15px;}
.fc_tbox .ct_cate a{ color:#ff7300;}
.fc_tbox .ct_cate a:hover{ text-decoration:underline;}
.rec_cbox{ width:185px; height:280px; border-right:1px solid #e0e0e0; background-color:#f9f9f9;}
.comad dt{ background-color:#fff; padding:12px 15px; height:144px; overflow:hidden;}
.comad dt img{ width:100%;}
.comad dd{ padding:10px;}
.comad dd p.rec_p1 a{ color:#666;}
.comad dd p.rec_p2{ height:30px; overflow:hidden;}
.comad dd p.rec_p3 a{ display:inline-block; padding:1px 10px; margin:0 3px;}
.comad dd p.rec_p3 a.en_shop{ border:1px solid #ff7300; color:#ff7300;}
.comad dd p.rec_p3 a.en_shop:hover{ background-color:#ff7300; color:#fff;}
.comad dd p.rec_p3 a.en_con{ border:1px solid #e0e0e0;}
.rec_rbox{ width:739px; height:280px;}
.rec_rlist li{ float:left; width:340px; margin:25px 0 0 20px;}
.r_p{ width:100px; height:100px; line-height:100px; border:1px solid #e0e0e0; overflow:hidden; vertical-align:middle; text-align:center;}
.r_p img{width:100%;}
.r_rb{ margin-left:115px;}
.r_rb p{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:2em;}

.fcr_h{ height:44px; line-height:44px; border-bottom:1px solid #e0e0e0; background-color:#f6f6f6; padding:0 10px;}
.fcr_list{ margin:20px 15px 15px 20px;}

/*news*/
.top_navhide dd{ display:none;}
.news_left{ width:458px; overflow:hidden;}
.news_fp{ width:458px; height:330px; overflow:hidden;}
.news_lbbox{ background-color:#fbfbfb; border:1px solid #eeeeee; padding:12px; border-top:none; height:175px;}
.news_ll_ul{ width:430px;}
.news_lbbox .news_lt{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_lbbox .news_ltinfo{ line-height:20px; height:40px; overflow:hidden; border-bottom:1px dotted #d1d1d1;}
.news_ltinfo a{ color:#ff7300;}

.news_right{ width:716px; overflow:hidden; min-height:100px;}
.nr_lbox{ width:430px;}
.nrb_box{ background-color:#fbfbfb; border:1px solid #e0e0e0; padding:10px;}
.news_ll_ul2{ width:408px;}
.nrl_top{ height:330px;}
.nrl_top .news_rt a{ color:#ff7300;}
.nrl_top .news_rt a:hover{ text-decoration:underline;}
.nrl_top .news_ltinfo{ line-height:19px; height:38px;}
.nr_rbox{ height:328px; border:1px solid #e0e0e0; width:268px;}
.nr_rh{ height:40px; line-height:40px; background-color:#f0f0f0; border-bottom:1px solid #e0e0e0; box-shadow:0 -1px 0px #fff inset;}
.news_h1{ margin-left:10px; height:14px;line-height:14px; font-size:14px; font-weight:bold; padding-left:10px; border-left:4px solid #ff7300; display:inline-block;}
.nr_ritem{ padding:10px;}
.news_hotitem li{ height:27px; line-height:27px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_hotitem li a i{ display:inline-block; vertical-align:middle; width:13px; height:13px; text-align:center; line-height:13px; color:#fff; background-color:#a7a7a7; margin-right:5px; border-radius:2px; font-style:normal;}
.news_hotitem li a i.n_hot{ background-color:#ff7300;}
.nr_rbbox{ width:716px; height:200px; overflow:hidden;}
.nr_rbt{ height:40px; line-height:45px; overflow:hidden;}
.nr_r_pitem{ width:110%}
.nr_r_pitem li{ float:left; width:220px; height:160px; overflow:hidden; margin-right:28px; position:relative;}
.nr_r_pitem li p{ position:absolute; bottom:0; left:0; width:200px; padding:5px 10px; text-align:center; color:#fff; line-height:20px; background-color:rgba(0,0,0,0.6);    height: 20px;
    overflow: hidden;}

.rec_newsltc{ border:1px solid #dedede; width:580px; height:328px; margin-bottom:15px;}
.rec_ntbox{ height:43px; line-height:43px; border-bottom:1px solid #dedede; background-color:#f9f9f9; box-shadow:0 0 1px #fff inset; padding-right:10px; position:relative;}
.nb_line{ position:absolute; bottom:-1px; left:0; width:155px; height:1px; background-color:#ff7300;}
.rec_tb1{ padding:20px 0; border-bottom:1px dotted #c5c5c5; margin:0 15px; height:124px;}
.rec_tb1 .rnp{ width:170px; height:124px; margin-right:15px; text-align:center; line-height:124px;}
.rec_tb1 .rnp img{ width:170px;height:124px;}
.rec_tb1 .rn_tit{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.rec_tb1 .rn_info{ line-height:20px;}
.rec_tb1 .rn_info a{ color:#ff7300;}
.rec_nitem{ padding: 10px 15px; height:99px;}
.rec_nitem .clist{ width:555px;}

.npath{ height:32px; line-height:32px; padding:0 10px; color:#888; background-color:#f8f8f8; border:1px solid #dedede;}
.npath a{ color:#888;}
.npath .np_ico{ float:left; width:20px; height:20px; margin-top:6px; margin-right:5px; background-position:-60px 0;}
.news-infoleft{ width:905px;}
.news-inforight{ width:270px;}

.nileft_tbox{ border:1px solid #dedede; padding:15px;}
.nileft_tbox .nitxt{ font-size:22px;}

.nshare,.n_source{ display:inline-block; vertical-align:middle;}
.n_source{ margin-right:15px;}
.summary_txt{ padding:10px; background-color:#fffbd8; border:1px solid #ffd980; color:#666; line-height:24px;}
/*.news_info{ line-height:2em; white-space: pre-wrap;}*/
.news_info{ line-height:2em; }
.news_info img{ max-width:100%;}

.ud_nb{ border-top:1px solid #dedede; padding:20px 0 5px 0;}
.ud_nb >span{ width:45%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.rec_nbox{ border:1px solid #dedede; min-height:100px;}
.rec_nt{ font-size:14px; font-weight:bold; margin-left:10px;}

.rec_nlit{ padding: 15px; position:relative;min-height:182px;}
.rec_nlit .clist li{ width: 27%; margin-right: 3%; padding-right: 3%;}
.rec_nlit .rec_nline{ position: absolute; height: 182px; width: 1px; background-color: #dedede; top: 15px;}
.rec_nlit .recl1{ left: 31%;}
.rec_nlit .recl2{ left: 62%;}

.news-inforight .nr_rbox{ height: auto;}
.rec_picitem li,.rep_picitem li { float: left; width: 115px; margin:13px 0 0 13px;}
.rec_picitem li span.recpic{ display: block; width: 115px; height: 84px; overflow: hidden;;}
.rec_picitem li span.recpic img,.rep_picitem li span.recpic img{ width: 100%;}
.rec_picitem li p.recn,.rep_picitem li p.recn{ height: 24px; line-height: 24px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; text-align:center;}


.rep_picitem li span.recpic{ display: block; width: 115px; height: 107px; overflow: hidden;;}

.pro_ileft_box{ width: 340px; height: 450px;}
.pro_maxpro{ height: 420px;}
.pro_ishare{ border-bottom: 1px solid #e0e0e0;}
.pro_iright_box{ width: 490px; min-height: 200px;}
.pro_iright_box .pro_iname{ font-size: 24px; color: #ff7300;}
.pro_iitem li{ padding: 5px 0;}
.pro_iitem li em.pro_imuch{ color: #ff7300; font-style: normal;}
.pro_iitem li.pro_imsg{ padding: 15px 0 10px 0;}
.pro_iitem li.pro_imsg a{ display: inline-block; margin-right: 15px;}
.pro_iitem li.pro_imsg i{ display: inline-block; width: 19px; height: 19px; margin-right: 5px; vertical-align:middle;}
.pro_iitem li.pro_imsg a.jxqt_t i{ background-position: -80px -40px;}
.pro_iitem li.pro_imsg a.lxwm_t i{ background-position: -80px -60px;}

.pro_companyi li{ line-height: 26px;}
.pro_itit{ position:relative; width: 900px; height: 42px; top: -1px; left: -1px; color: #fff; font-size: 14px; text-indent: 15px;  font-weight:bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_content_txt{ padding: 20px; line-height: 2em;}

.pro_ptab td{ padding: 5px; border: 1px solid #e0e0e0;}
.hot_rec_pitem{ padding: 15px 0;}
.hot_rec_pitem span.pname{ display:block; padding: 5px 0;}
.hot_rec_pitem  .floor_prolist li{margin-left: 33px;}

.c_file_top,.c_file_center{ border-bottom: 1px solid #e5e5e5;}
.c_file_top{ height: 84px;}
.c_file_center{ height: 202px;}

.c_file_top .ct_name{ font-size: 14px; font-weight:bold; color: #ff7300; text-align:center;}
.ct_date{ display: inline-block; width: 105px; height: 18px; line-height: 18px; padding-left: 25px; background:url(../images/u_years.png) no-repeat 0 0; color: #fff; text-align: left;}
.c_file_top .ct_oper a{ color:#666; margin:0 5px;}
.nc_fileitem li{ padding: 5px 0;}
.c_file_bottom{ background-color: #fafafa; height: 181px;}
.c_file_bottom .nf_twm{ width: 122px; height: 122px; overflow: hidden; margin:24px auto 5px auto; display:block;}
 .nf_twm img{ max-width: 100%;}
 .g_star img{ vertical-align: middle;}

 .new_np_lit li{ padding: 10px 0; border-bottom: 1px dotted #b6b6b6; height: 63px;}
 .new_np_lit li span.new_npic{ width: 66px; height: 61px; border:1px solid #d1d1d1; float: left;}
 .new_np_lit li span.new_npic img{ width: 66px;height:61px;}
 .new_np_lit li .new_nright{ margin-left: 76px;line-height: 20px;}

 /*产品目录*/
 .procate_item{width: 565px;height: 90px;overflow: hidden;padding:10px; color: #ccc; line-height: 2em;}
 .procate_item a{ color:#666; display: inline-block; margin:0 10px;}
 .procate_item a:hover{ color:#ff7300;}
 .procate_ltc {border: 1px solid #dedede; width: 585px;height: 158px; margin-bottom: 15px;}

 /*搜索企业*/
.sea_proul li{ height: 115px; border:1px solid #fff; border-bottom: 1px dotted #e3e3e3; padding: 15px 0;}
.sea_proul li:hover{ border:1px solid #ff7300;}
.sp_pic{ float: left; width: 124px; height: 115px; overflow: hidden;}
.sp_pic img{width: max-width:100%; width: 100%;}
.sp_rb{ margin-left:15px; width: 390px; line-height: 20px; color: #666;}
.sp_rbtn a.sc_ab{ display:block; width: 56px; height: 26px; line-height: 26px; background-position: 0 -400px; padding-left: 31px; margin-top: 40px; margin-right: 10px;}
.sp_contact{ padding: 0 15px; border-left: 1px solid #efefef; border-right:1px solid #efefef; height: 72px; width: 160px; line-height: 2em; margin-top: 25px;}
.sp_vip i{ background-position: -80px -100px;display: inline-block; float: left; width:16px; height: 16px; margin-right: 3px;}
.sp_vip i.vip_i{  background-position: -80px -80px;}

/*产品列表*/
.pro_itembox{ width: 905px; overflow: hidden;}
.prolist_ul{width: 110%;}
.prolist_ul li{ float: left; width: 203px; padding: 5px; border: 1px solid #e3e3e3; margin-right: 15px; margin-bottom: 20px; line-height: 20px; font-size: 13px;}
.prolist_ul li:hover{border:1px solid #ff7300;}
.prolist_ul li:hover .prol_pic img{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1);}
.prolist_ul li a.prol_pic{ width: 203px; height: 188px; line-height: 188px; display:block; text-align: center; overflow:hidden;}
.prolist_ul li a.prol_pic img{max-width: 100%;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}

.prolist_ul li > span{display: block;}
.prolist_ul li span.pname{ height: 42px; overflow: hidden;}
.prolist_ul li span.pname a{ color:#3089e7; }
.prolist_ul li span.pro_icname a{white-space: nowrap; display:block; overflow: hidden; text-overflow:ellipsis; color: #888;}
.prolist_ul li span.pname a:hover{color:#ff7300;}

/*展会信息*/
.show_newstit{ max-height: 52px; overflow: hidden;}
.rec_tb2{ margin:15px 15px 0 15px; height: 82px;}
.show_litpic{ width: 87px; height: 80px; line-height: 80px; margin-right: 10px; border: 1px solid #e3e3e3; text-align: center; overflow:hidden;}
.show_litpic img{ max-width: 100%;}
.showrn_tit{ margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.showrn_info{ height: 35px; line-height: 18px; overflow: hidden;}

/*供应库*/
.floor_hd i.f_num1 { font-size: 24px; font-weight: bold; color: #ff7300; float: left; font-style:normal;}
.f_content3{height: 400px; border-top-width: 3px;}
.floor_demand{width: 920px;}
.floor-rec_dem ul.floor_prolist li{ margin-top: 20px; margin-left: 38px;}
.floor-rec_dem ul.floor_prolist li >span{ display: block;}
.floor-rec_dem ul.floor_prolist li >span.pname{ padding-bottom: 5px;}
.f_demleft{height:400px; background-color: #f7f7f7;}
.new_dem_lit{ padding: 10px 10px 0 20px; margin-top:10px;border-top:1px solid #e0e0e0; height: 175px; overflow: hidden;}
.new_dem_lit ul.clist{ width: 235px;}

.sdem_rb{width: 500px; margin-left: 15px;}
.sdem_rb .r_demtit a{color: #3089e7;}
.sdem_rb .r_deminfo{height: 40px; line-height: 20px; overflow: hidden;}
.r_demmuch{  width:150px; text-align:center;font-size: 18px; padding-top: 40px;}

/*page*/
.pages{text-align: center;}
.pages a,.pages strong{display: inline-block; vertical-align:middle; height: 34px; line-height: 34px; padding:0 15px; border: 1px solid #e3e3e3; font-size: 14px;}
.pages strong{ background-color: #ff7300; border:1px solid #ff7300; color:#fff;}
.pages .page-disabled{display: inline-block;vertical-align: middle;height: 34px;line-height: 34px;padding: 0 15px;border: 1px solid #e3e3e3;font-size: 14px;}
.pages .page-cur{ background-color: #ff7300; border:1px solid #ff7300; color:#fff;display: inline-block; vertical-align:middle; height: 34px; line-height: 34px; padding:0 15px; border: 1px solid #e3e3e3; font-size: 14px;}
 /*焦点图*/
.preview{width:340px; height:420px; }

.smallImg{position:relative; height:80px; margin-top:15px;  width:320px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:80px; overflow:hidden; position:relative; float:left; cursor:pointer; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(../images/d_08.png) no-repeat center center;}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(../images/d_09.png) no-repeat center center; margin-left:305px; margin-top:-80px;}

#imageMenu {height:80px; width:280px; overflow:hidden; margin-left:5px; float:left;}
#imageMenu li {height:80px; width:93px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:86px; height:80px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:80px; height:74px; border:3px solid #959595;}

.bigImg{position:relative; float:left; width:340px; height:316px; overflow:hidden;}
.bigImg #midimg{width:340px; height:316px;}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}

#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
 /*end*/



/*左右广告位*/
.ggw-left,
.ggw-right {
  position: fixed;
  top: 50%;
  margin-top: -260px;
  z-index: 99999;
}
.ggw-left {
  left: 0%;
}
.ggw-right {
  right: 0%;
}

.ggw-left .colse{position: absolute;top: -42px;right: 0;cursor: pointer;}
.ggw-right .colse{position: absolute;top: -42px;left: 0;cursor: pointer;}




/*登陆*/
.login{background: #f3f3f3;}
.logincon{width: 340px;height: 387px;background: #fff;float:right;margin: 107px 37px 0 0;box-shadow: 2px 2px 5px #E3E3E3;padding: 0 55px 0 53px;}
.logincon h3{font-size: 22px;font-weight: bold;line-height: 85px;}
.logincon h3 a.register{font-size: 12px;color: #003399;float: right;}
.logincon label input{border: 1px solid #ccc;width: 97%;line-height: 35px;height: 35px;font-size: 14px;color: #999;padding-left: 10px;}
.logincon .name input{background: url(../images/name.jpg) no-repeat 98% center;}
.logincon .mima input{background: url(../images/mimaico.jpg) no-repeat 98% center;}
.logincon a.forget{font-size: 12px;color: #999;line-height: 32px;float: right;}
.logincon .sub input{border: 0;background: #cd2e21;line-height: 30px;color: #fff;width: 100%;margin-top: 10px;border-radius: 3px;font-weight: bold;}
.hezuo{margin: 20px 0 0;}
.hezuo p{font-size: 12px;color: #999;line-height: 25px;margin-bottom: 5px;}
.hezuo img{margin-right: 5px;}
.logincon a.forget:hover{color: #003399;}
.logincon label input:focus{border: 1px solid #003399;}
.logincon .sub input:focus{border: 0;}




/*注册*/
.zhuce .logincon{height: 539px;margin-top: 30px;}
.zhuce .logincon label input{line-height: 40px;height: 40px;margin-bottom: 15px;}
.zhuce .logincon .contacts{width: 230px;}
.zhuce .logincon .gender{width: 8px;height: 10px;border: 0;}
.zhuce .logincon label{font-size: 13px;color: #252525;}
.zhuce .logincon label a{width: 90px;height: 40px;display: inline-block;background: #e76b44;float: right;text-align: center;line-height: 40px;color: #fff;border-radius:3px ;}
.zhuce .logincon p{color: #252525;margin: 10px 0;}
.zhuce .logincon p a{color: #266adb;}



/*新闻列表*/
.news_list{margin-bottom: 35px;}
.nlist_tit{line-height: 45px;background: #f9f9f9;font-size: 14px;position: relative;border: 1px solid #dedede;border-bottom: 0;}
.nlist_tit b{border-left: 4px solid #ff7300;padding: 0 15px;margin-left: 10px;}
.nlist_tit .line{border-bottom:1px solid #ff7300 ;position: absolute;width: 155px;}
.news_list ul{/*padding: 20px 0;*/border: 1px solid #dedede;}
.news_list ul li{width: 845px;margin: 0 auto;/*border-bottom: 1px dotted #c5c5c5;*/}
.news_list ul li h3{line-height: 25px;height: 25px;}
.news_list ul li h3 a{font-size: 13px;font-weight: bold;color: #3f3f3f;width: 80%;display: inline-block;height: 25px;overflow: hidden;}
.news_list ul li h3 span{font-family: arial;color: #828282;font-size: 14px;float: right;}
.news_list ul li p{color: #999;line-height: 20px;height: 40px;overflow: hidden;}
.news_list ul li:hover h3 a{color: #ff7300;}

/*找回密码*/
.find_pwd .logincon label input{line-height: 40px;height: 40px;margin-bottom: 15px;}
.find_pwd .logincon .contacts{width: 230px;}
.find_pwd .logincon .gender{width: 8px;height: 10px;border: 0;}
.find_pwd .logincon label{font-size: 13px;color: #252525;}
.find_pwd .logincon label a{width: 90px;height: 40px;display: inline-block;background: #e76b44;float: right;text-align: center;line-height: 40px;color: #fff;border-radius:3px ;}
.find_pwd .logincon p{color: #252525;margin: 10px 0;}
.find_pwd .logincon p a{color: #266adb;}


.floor-dir .dir-list{width: 241px;height: 280px;overflow: hidden;}
.floor-dir .hot_cateitem{width:241px;height:144px;overflow: hidden;}
.new_np_lit .new_nright p{height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news_info01{ line-height:2em;min-height: 600px; }
.news_info02{ line-height:2em;min-height: 477px; }
.news_info03{ line-height:2em;min-height: 733px; }
.news_info04{ line-height:2em;min-height: 310px; }


/*新增的样式*/
.mitem_ul{width: 188px;height: 405px;padding: 5px 0; background: #f7f7f7; float: left; border: 1px solid #e6e6e6; border-top: none; position: relative;z-index: 1000;overflow-y: auto;overflow-x:hidden}

.gaibanheadlist i {display: inline-block;width: 5px; height: 20px; vertical-align:middle; margin:-15px  10px 0 0px;font-style: normal;}
.gaibanheadlist li a {color: #000;}

.yijibiaoti a {color: #fff;}
.yijibiaoti a:hover{color: #fff;vertical-align: middle;}
.yijibiaoti i {display: inline-block;width: 10px; height: 20px; vertical-align:middle; margin:0  14px 14px 16px;color: #fff;}
.yijibiaoti{line-height: 34px;width:188px;overflow: hidden;background-color:#ff7300;display: block;height: 34px;font-size: 14px;}

.gaibanheadlist{
  display: block;
  padding-left: 30px;
  height: 34px;
  line-height: 34px;
  width: 137px;
  overflow: hidden;
  font-size: 12px;
}
.mitem_ul::-webkit-scrollbar{width:5px;background-color:#e1e5ea}
.mitem_ul::-webkit-scrollbar-thumb{background-color:#c3cad4;border-radius:10px;border:2px solid #e1e5ea;}
.mitem_ul::-webkit-scrollbar-thumb:hover{background-color:#ff7300;}
.mitem_ul::-webkit-scrollbar-thumb:active{border:0;border-radius:0;background-color:#ff7300}
.mitem_ul::-webkit-scrollbar-thumb:window-inactive{background-color:#ff7300}

.rerec_nbox{ border:1px solid #dedede; display: inline-block;height: 424px; width: 1200px;}
.rerec_nt{ font-size:14px; font-weight:bold; margin-left:10px;}
.renr_rh{ height:40px; line-height:40px; background-color:#f0f0f0; border-bottom:1px solid #e0e0e0; box-shadow:0 -1px 0px #fff inset;}
.rehot_rec_pitem span.repname{ display:block; padding: 5px 0;}
.rehot_rec_pitem  .refloor_prolist li{margin-left: 33px;}
.refloor_prolist li{ float:left; width:160px; overflow:hidden; margin-left:24px;}
.refloor_prolist li span.repname{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;    line-height: 24px;
    height: 24px;}
.refloor_prolist li .reprol_pic{ display:block; width:158px; height:140px; /*border:1px solid #e0e0e0;*/position: relative;}
.refloor_prolist li .reprol_pic img{     position: absolute;top: 0;bottom: 0;left: 0;right: 0; max-width: 100%; max-height: 100%;display: block;vertical-align: middle;text-align: center; margin: auto;  transition:All 0.4s ease-in-out;   
  -webkit-transition:All 0.4s ease-in-out;    
  -moz-transition:All 0.4s ease-in-out;  
  -o-transition:All 0.4s ease-in-out;}
.refloor_prolist li a:hover{ opacity:0.7; filter:alpha(opacity=70);}
.picmind img{    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;}


.news_ul2{

    padding-top: 15px;
    height: 100%;
    overflow: hidden;
    width: 454px;
    margin-top: 5px;
    margin-left: 15px;
}

.news_ul2 ul li{
  width: 185px;
  float: left;
  padding: 0 15px 0 15px;
}

.news_ul2 ul li a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #555555;
}
.news_ul2 ul li a span {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: inline-block;
  max-width: 300px;
  background: url(../images/ul_biao.jpg) no-repeat left center;
  padding-left: 15px;

}
.news_ul2 a time {
  color: #a8a8a8;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  max-width: 75px;
  display: inline-block;
}
.hot_cateitem1{   
  width: 241px;
    height: 185px;
    overflow: hidden;}
.pro_listimg12{
    position: relative;
    width: 241px;
    height: 190px;
  
    display: block;
    text-align: center;
    overflow: hidden; }
.pro_listimg12 img{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.floor-recmd-wrap1{ width: 955px;
}
.list_left1{padding-left: 20px;}
.crumbs1{display: none;}
.top11 {display: inline-block;}
.top22 {font-style: normal;}

.zhanwuxinxi{text-align: center;font-size: 14px;font-weight: bold;padding: 30px;}


.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px;
}
.map dl:hover {
  background: #f4f4f7;
}
.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #6a63c3;
}
.map dt:hover {
  background: #6a63c3;
}
.map dt a {
  color: #fff;
  display: block;
}
.map dt a:hover {
  color: #fff;
  font-weight: bold;
}
@media (max-width:640px) {
  .map dt{
    width:30%;
  }
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #6a63c3;
  color: #fff;
}
.link{ width: 1200px;    margin: 10px auto 10px auto;}
.link table{ border: 0px; display: block; float: left; }
.link table tr th{ width: 114px; text-align: center; padding: 11px 0; font-size: 14px; font-weight: normal; background: #efefef; }
.link table tr th a.morelink{ display: inline-block; line-height: 22px; text-decoration: none; color: #888888; text-indent: 9px; font-size: 12px; margin-top: 5px; background: url(../images/index/2013index.png) no-repeat -290px -65px; }
.link table tr th a.addlink{ display: inline-block; line-height: 25px; width: 90px; height: 25px; text-decoration: none; color: #fff; text-indent: 23px; font-size: 12px; margin-top: 5px; background: url(../images/index/2013index.png) no-repeat -189px -62px; }
.link table tr td{ width: 1070px; display: block; float: right; padding: 14px 10px; line-height: 22px; border-top: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; background: #fff; }
.link table tr td a{ text-decoration: none; color: #333333; margin: 0px 10px 0 0; display: inline-block; }
.link table tr td a:hover{ text-decoration: underline; color: #ff6600; }
.specialli{width: 255px;}

.list_space{padding: 0 0 15px 0;
    border-bottom: 1px dotted #c5c5c5;}
.list_space1{padding: 15px 0 0 0;
   }

.news_list15{margin-bottom: 35px;}

.news_list15 ul{padding: 20px 0;border: 1px solid #dedede;}
.news_list15 ul li{width: 845px;margin: 0 auto;padding: 5px 0;border-bottom: 1px dotted #c5c5c5;}
.news_list15 ul li h3{line-height: 40px;height: 40px;}
.news_list15 ul li h3 a{font-size: 15px;font-weight: bold;color: #3f3f3f;width: 80%;display: inline-block;height: 40px;overflow: hidden;}
.news_list15 ul li h3 span{font-family: arial;color: #828282;font-size: 14px;float: right;}
.news_list15 ul li p{color: #999;line-height: 20px;height: 40px;overflow: hidden;}
.news_list15 ul li:hover h3 a{color: #2d53be;}

.summary_txt1{ padding:10px; background-color:#fffbd8; border:1px solid #ffd980; color:#666; line-height:24px;height: 68px;overflow: hidden;}

.link p {
    font-size: 12px;
    line-height: 36px;
    float: left;
    text-indent: 10px;
   
}
.link p a{
  color: rgba(90, 86, 86, 0.71);
}
.link a.apply {
    width: 90px;
    height: 25px;
    float: left;
    margin-top: 10px;
    margin-left: 12px;
    background: url('/static/image/shenqing.png') no-repeat;
}

.linksq_body{ width: 966px; margin: 10px auto 0 auto; overflow: hidden; border: 1px #d4d4d4 solid; padding: 1px; background-color: #EFEFEF; }
.linksq_nr{ background-color: #ffffff; margin: 7px; width: 952px; overflow: hidden; height: auto; }
.linksq_nr table{ width: 864px; margin: 20px auto; border-collapse: collapse; }
.linksq_nr table td{ line-height: 22px; text-align: left; font-size: 12px; padding-left: 12px; padding-top: 6px; }
.linksq_nr table td.td_left{ text-align: right; }
.linksq_nr input{
  border: 1px solid #ccc;
  height: 22px;
  padding-left: 3px;
}
.linksq_nr span.cengse12b{
  color: red;
  margin:5px;
}
.linksq_nr input.button{
  width: 95px;
    height: 30px;
    color: #fff;
    background: #002899;
    display: inline-block;
    margin-top: 20px;
}

.linksq_nr textarea{
  width: 328px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ccc;
}

@charset "utf-8";
.header{
  background-color: #F7F7F7;
}
.header .logo {
  float: left;
  margin-top:25px;
}
.header .search {
  margin-top: 38px;
  margin-left: 110px;
  float: right;
  height: 40px;
}
.header .input{
  margin-left: 13px;
  float: left;
}
.header .search .search-box .text {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  width: 420px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}
.header .search .search-box .text:focus {
  border-color: #ccc;
}
.header .search .search-box .btn {
  box-sizing: border-box;
  border-radius: 0;
  height: 40px;
  width: 40px;
  border:1px solid #ccc;
  padding:0;
  border-left: none;
  background:#fff url('../images/all-icon.png') no-repeat 10px -8px;
  vertical-align: middle;
}



.footer {
  margin-top: 20px;
  color: #ccc;
  background-color: #393C41;
  font-size: 12px;
  padding-top: 50px ;
}
.footer .nav{
  padding-bottom: 14px;
  border-bottom: 1px solid #999;
  margin-bottom: 50px;
}
.footer .nav-box{
  float: left;
  margin-top: 40px;

}
.footer .nav-box li{
  font-size: 14px;
  float: left;
  margin: 0 30px;
}
.footer .logo{
  float: left;
}
.footer .nav-box  li a{
  color: #ccc;
}
.footer .nav-box  li a:hover{
  color: #1C909E;
}
.footer .footer-menu {
  width: 700px;
  float: left;
}
.footer .footer-menu li {
  float: left;
  width: 20%;
}
.footer .footer-menu a {
  display: block;
  color: #999;
  line-height: 24px;
}
.footer .footer-menu a:hover {
  color: #1C909E;
}
.footer .footer-menu .title {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  color: #ccc;
}
.footer .ewm {
  text-align: center;
  width: 105px;
  float: left;

}
.footer .ewm p{
  text-align: center;
  line-height: 24px;
}
.footer .tel{
  text-align: center;
  float: right;
  width: 300px;
  height: 145px;
  border-left: 1px solid #999;
}
.footer .tel h1{
  color: #ccc;
  font-size: 24px;
  margin-bottom: 10px;

}
.footer .tel h2{
  color: #ccc;
  font-size: 16px;
  margin-bottom: 8px;
}
.footer .tel p{
  box-sizing: border-box;
  color: #1C909E;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #1C909E;
  width: 120px;
  height: 30px;
}
.copyright {
  margin-top: 50px;
  height: 46px;
  line-height:46px;
  text-align: center;
  color:#CCCCCC;
  background-color: #292A2E;
  font-size: 12px;
}



.header .friendLink {
  position: relative;
  width: 100px;
  height: 40px;
  float: left;
}
.header .friendLink select {
  background: #fff;
  border: 1px solid #ccc;
  padding-left: 10px;
  width: 100%;
  height:40px;
  text-align: center;
  padding-left: 15px;
  background: #fff;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: justify;
}
.header .friendLink select::-ms-expand {
  display: none;
}
.header .friendLink option {
  text-align: center;
  text-align: justify;
  background: #fff;
}
.header .friendLink:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  background: url('../images/all-icon.png') no-repeat 0px 0px;
  margin-left: 8px;
  width: 20px;
  height: 6px;
  position: absolute;
  top: 18px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
}