h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

.nowrap,
.nowrapall,
.nowrapall * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.common_top .maxsize {
  max-width: 1180px;
}

.common_top .maxsize,
.common_top .top-l,
.common_top .top-r {
  height: 32px;
  line-height: 32px;
}

.bgmusic {
  top: 16px;
}

.module {
  max-width: 1180px;
  margin: 0 auto;
}

.logo_name span {
  text-indent: -99em;
  position: absolute;
  display: block;
}

.menu {
  position: relative;
  max-width: 100%;
  border-top: 4px solid #fc3131;
}

.menu .head-box {
  max-width: 1180px;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
}

.menu .logo {
  padding: 10px 0;
  float: left;
}

.menu .logo img {
  max-height: 80px !important;
}

.menu .top_right {
  float: right;
  color: #666;
  line-height: 60px;
  padding: 10px 0;
  font-size: 15px;
}

.menu .top_right i {
  padding-right: 3px;
  font-size: 20px;
  vertical-align: middle;
}

.menu .top_right span {
  padding-left: 10px;
}

/*-------</END 头部 LOGO >------------*/

.menu .nav-box {
  height: 42px;
  z-index: 1;
}

.menu .NavBox {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.menu .nav {
  width: 100%;
}

.menu .nav li {
  float: left;
  text-align: center;
  width: 12.5%;
  padding: 0;
  box-sizing: border-box;
}

.menu .navbar-nav>li>a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #fff;
  height: auto;
  margin: 0px;
  padding: 0px 20px;
  line-height: 42px;
}

.menu .navbar-nav>li>a.active,
.menu .navbar-nav>li>a:hover,
.menu .navbar-nav>li>a:focus {
  color: #fff !important;
}

.menu .nav>li:hover ul {
  display: block;
}

.menu .nav>li .Triangle:after {
  content: '';
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}

.menu .nav>li ul {
  display: none;
  padding: 0;
  margin-top: 1px;
  position: absolute;
  left: 0px;
  top: 42px;
  width: 100%;
  z-index: 55;
}

.menu .nav>li ul li {
  line-height: 38px;
  margin-top: 1px;
  text-align: center;
  width: 100%;
  margin-right: 0;
}

.menu .nav>li ul li a {
  font-size: 12px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0px 5px;
}

.menu .nav>li ul li a:hover,
.menu .nav>li ul li:hover a {
  text-decoration: none;
  color: #000;
}

/*--下拉菜单倒三角--*/

.menu .nav>li .Triangle:after {
  position: absolute;
  right: 10px;
  top: 19px;
}

.menu .nav>li>a:hover.Triangle:after {
  position: absolute;
  right: 10px;
  top: 19px;
}

.menu .NavBtn {
  display: none;
  text-align: center;
  overflow: hidden;
}

.menu .nav>li:hover a {
  color: #fff !important;
}

/*---大图----*/

.header-box .clearfix.none {
  display: none;
}

.btn-navbar-t {
  display: none;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  border: none;
  border-radius: 0;
  padding: 6px 10px 10px;
}

.btn-navbar-t:hover,
.btn-navbar-t:focus,
.btn-navbar-t:active,
.btn-navbar-t.active,
.btn-navbar-t.disabled,
.btn-navbar-t[disabled],
.btn-navbar-t .icon-bar:hover,
.btn-navbar-t .icon-bar:focus,
.btn-navbar-t .icon-bar:active {
  filter: Alpha(opacity=80);
  opacity: 0.8;
}

.btn-navbar-t .icon-bar {
  display: block;
  margin-top: 3px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

/*-------</END 导航>------------*/

/* 小屏幕 一*/





@media screen and (max-width:1200px) {
  .menu .navbar-nav>li>a {
    padding: 0px 12px;
  }
}

@media screen and (max-width:980px) {
  .menu .navbar-nav>li>a {
    padding: 0px 10px;
  }
}

/* 小屏幕 三*/

@media screen and (max-width:870px) {
  .menu .top_right {
    display: none;
  }

  .menu {
    border: none;
  }

  .menu .head-box {
    height: 60px;
    background: none;
  }

  .menu .n-s-box {
    display: none;
  }

  .menu .logobox {
    width: 70%;
  }

  .menu .logo {
    padding: 0;
    display: none;
    text-align: left;
  }

  .menu .logo img {
    margin: 8px 10px !important;
    max-height: 54px !important;
  }

  .menu .nav-box {
    border-radius: 0px;
    height: auto;
  }

  .menu .nav {
    padding: 0;
    margin: 0;
  }

  .menu .nav li a:hover:after {
    display: none;
  }

  .menu .btn-t {
    display: block;
    position: absolute;
    top: 16px;
    right: 6px;
    border: 1px solid #fff;
    border-radius: 8px;
  }

  .menu .header-nav .nav-box {
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .menu .nav {
    float: none;
    width: 100%;
  }

  .menu .NavBox {
    width: 100%;
    height: 0;
    overflow: hidden;
  }

  .menu .NavBoxPublic ul.navPublic li a {
    color: #000 !important;
  }

  .menu .NavBoxPublic ul.navPublic>li ul li a {
    color: #fff !important;
  }

  .menu .NavBoxPublic ul.navPublic>li ul li:hover a {
    color: #000 !important;
  }

  /*-----------</菜单>---------------*/
  span.TriangleBtn {
    cursor: pointer;
  }

  .bgmusic {
    top: inherit;
  }
}

@media screen and (max-width:600px) {
  .menu .logobox {
    width: 50%;
  }

  .tpl_six .col-md-6,
  .tpl_seven .col-md-6 {
    padding: 0;
  }

  .m-box01 .col-md-4 {
    float: left;
  }

  .form-edit form {
    margin: 0 15px !important;
    padding: 0 20px 20px;
  }
}

/* 搜索 */
.menu .search {
  display: inline-block;
}
.menu .search .form-control{ padding: 0 12px; background: #eee; border-radius: 0; border:1px solid #eee !important;}
.menu .search .btn{ width: 36px; height: 36px; border-radius: 0;  transform: translateX(-5px); box-sizing: border-box; background:  url(http://vorwus.mozhan.com/Public/Images/Theme217/so.png) no-repeat center center; }
.banner{width: 100%; margin: 0 auto; overflow: hidden;}
.banner .bannerBox{ padding:0;}
.carousel{margin: 0;}

.banner img{width: 100%;}
.banner .carousel-control{background: none;}
.bannerEffect .fullwidthbanner-container {z-index: 0!important;}
/*.bannerEffect .tp-simpleresponsive >ul >li {z-index: 0!important;}*/
/*--banner/原点--*/
.bannerEffect .tp-bullets.simplebullets.round .bullet{width: 10px;height:10px;border-radius: 30px;margin: 0 5px;}
@media screen and (max-width:1030px) {
 
}
/*---公告和搜索----*/
.notice{ margin: 0 auto 15px; position: relative;  height: 42px; }
.notice .notice-box{ max-width: 1200px; margin: 0 auto;}
/*---公告----*/
.notice .alertinfo{ padding: 0px; box-sizing:border-box; height: 42px; line-height:42px; width: 60%;float: left;} 
.notice .zuixin{ font-weight: bold; font-size: 12px; padding: 0px 5px; float: left; color: #fff; display: block;}

.notice ul.notice-ul{color:#fff; font-size:12px;  list-style:none; padding:0;display:block; margin: 0px; height: 42px; line-height:42px; max-width: 80%; } 
.notice ul.notice-ul li { white-space: nowrap; text-overflow:ellipsis; overflow:hidden; height: 42px; line-height:42px;}
.notice ul.notice-ul li a{ color: #fff; display: block; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.notice ul.notice-ul li a:hover{ text-decoration: none; }


/*---搜索----*/
.notice .search{ height: 42px; width: 40%; float: right;}
.notice .search .navbar-form {padding:0px; margin: 0px;}
.notice .search .navbar-form .form-control { border-radius: 0; border: 0; box-shadow:none; font-size: 12px;
 height: 34px; line-height: 34px;  padding:0px 10px; background-color: #fff; box-sizing:border-box; vertical-align: top; width: 100%;}
.notice .search .dropdown-menu { border-radius: 0; padding:0; width:100%; left:0px; min-width: 100%;}
.notice .search .dropdown-menu>li { padding:0;}
.notice .search .dropdown-menu>li>a { text-align:center; font-size:12px;color:#666; display:block; line-height:26px; padding: 0px;}
.notice .search .btn-danger { color: #fff; border-radius: 0; padding:0px; font-size: 12px; height: 28px; line-height: 28px; float: none;}
.notice .search .form-group{ margin-bottom:0; vertical-align:middle; display:inline-block; height: 34px; line-height: 34px; width: 82%; float: left; margin-top: 4px;} 
.notice .btn-search-group {color:#fff;font-size:12px;cursor: pointer;  float: right; 
	width: 18%; text-align: center;  border: 2px solid #fff;height: 34px; box-sizing: border-box; margin-top: 4px;}
.notice .btn-search-group .btn {background: none !important;border: none !important;}
.notice .alertinfo li {line-height:32px;white-space: nowrap;}

.btn-group.open .dropdown-toggle{ box-shadow: none !important;}

.notice .search input::-webkit-input-placeholder {color: #000 !important;}
.notice .search input:-moz-placeholder {color: #000 !important;}
.notice .search input::-moz-placeholder {color: #000 !important;}
.notice .search input:-ms-input-placeholder {color: #000 !important;}


/* 小屏幕 一*/
@media screen and (max-width:1200px) {
	.notice{padding: 0px 10px;}
}
@media screen and (max-width:1200px) {
	.notice .search .form-group{width: 78%;}
	.notice .btn-search-group { width: 22%;}
}
/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width:768px) {
	.notice { height: 84px;}
	.notice .alertinfo{ height: 40px;}
	.notice .alertinfo,.notice .search{ width: 100%;}
}





/*配置颜色*/
.Themetxthover:hover,.Themefont{color:rgb(32, 114, 203) !important;}

.Themebg,.Themebghover:hover,.p_artlelist h3,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover,.tp-leftarrow:hover,
.tp-rightarrow:hover,.pro-list .thumbnail,.notice,
.message-list dl dt{background-color:rgb(32, 114, 203)!important;}

.footers .footers-box p,
.footers .Attention,.form-edit label{color:rgb(32, 114, 203) !important;}

.ThemeBborder,.pro_class_x .left_class li,.form .header,.breadCrumb{border-bottom-color:rgb(32, 114, 203) !important;}

.ThemeFborder,.ThemeFborderhover:hover,.bannerEffect,.photo.row .thumbnail,.menu,
.pro-list .thumbnail,.p_pro_d .prox-list .thumbnail,.p_info_d .list-box li,
.body-right ul.pro-list li,.message-list dl,.fieldset-style .div1,
.product-detail .ProductimgBox .thumbnail,body .product-detail .ProductimgSmall{border-color:rgb(32, 114, 203) !important; }

.ThemeBbg,.ThemeBbghover:hover,.menu li:hover,.about,.friendLink,
.menu .navbar-nav > li > a:hover,.menu .nav > li ul li a:hover{background-color:#60d0db!important;}

@font-face {font-family: "iconfont";
  src: url('/Public/Images/Theme217/icon/iconfont.eot?'); /* IE9*/
  src: url('/Public/Images/Theme217/icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/Public/Images/Theme217/icon/iconfont.woff?') format('woff'), /* chrome, firefox */
  url('/Public/Images/Theme217/icon/iconfont.ttf?') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('/Public/Images/Theme217/icon/iconfont.svg?#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jiantouyouline:before { content: "\e6f6"; }
.icon-jiantouyou:before { content: "\e612"; }
.icon-dianhua:before { content: "\e603"; }
.icon-youxiang:before { content: "\e60c"; }
.icon-dizhi:before { content: "\e611"; }
.icon-lianxiren:before { content: "\e608"; }


/*公共标题*/
.t_title{}
.t_title span{font-size:24px; color: #333; line-height:54px;display: block;  width: 70%; margin: 0 auto; text-align: center;}

.t_more{ display: block; width: 240px; margin: 0 auto; position: relative; text-align: center;}
.t_more i{ color: #ccc; position: absolute; top: 5px;}
.t_more i.left{ left: 0;}
.t_more i.right{ right: 0;}
.t_more span{width:68px; line-height: 26px; font-size: 12px; color: #fff; text-align: center; margin: 0 auto; border-radius: 18px;}

.demo-box-hw1 .t_more i.left{ left: -60px;top:-2px; }
.demo-box-hw1 .t_more i.right{ right: -54px;top:-2px;}


.tpl_five,.tpl_seven{ background-color: #e0f3f6; margin: 0px;}


/*公共样式*/
.content-box{max-width: 1180px; margin: 0 auto; padding: 0; }

@media screen and (max-width:1180px) {
  .content-box{ margin: 0 15px;} 
}

@media screen and (max-width:870px) {
  .ThemeXbg{ background-color:rgb(32, 114, 203)!important;}
}


@media screen and (max-width:600px) {
  .tpl_seven .col-md-6{ width: 100%; margin-left: 0;}
}

/*动画样式*/
/*一次*/
.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/*循环*/
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
/*消失*/
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

/*动画样式-闪动放大*/
.bounceIn { 
  -webkit-animation:bounceIn 2s .2s ease both;
  -moz-animation:bounceIn 2s .2s ease both;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
  60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
  to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@-moz-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
  60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
  to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
  0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
  20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
  40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
  60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
  80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
  to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}

/*由下而上缓慢展现*/
.fadeInUp{ 
  -webkit-animation:fadeInUp 3s .2s ease both;
  -moz-animation:fadeInUp 3s .2s ease both;
}
@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@-moz-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}

@keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
/*由下而上快速展现*/
.fadeInUpBig { 
  -webkit-animation:fadeInUpBig 2s .2s ease both;
  -moz-animation:fadeInUpBig 2s .2s ease both;
}
@-webkit-keyframes wqdFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@-moz-keyframes wqdFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes wqdFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
/*由上而下缓慢展现*/
.fadeInDown {
  -webkit-animation:fadeInDown 3s .2s ease both;
  -moz-animation:fadeInDown 3s .2s ease both; 
}
@-webkit-keyframes fadeInDown {
  from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@-moz-keyframes fadeInDown {
  from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInDown {
  from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}


/*缓慢展现*/
.t_more:hover,.flash{ 
  -webkit-animation:flash 2s .2s ease both;
  -moz-animation:flash 2s .2s ease both;
}

@-webkit-keyframes flash {
  from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@-moz-keyframes flash {
  from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; }
}
@keyframes flash {
  from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; }
}

/*左右循环翻转-无线循环*/
.FlipInY{ -webkit-animation:FlipInY 16s 0s ease-in-out infinite ;
          -moz-animation:FlipInY 16s 0s ease-in-out infinite ;
          -ms-animation:FlipInY 16s 0s ease-in-out infinite ;
          -o-animation:FlipInY 16s 0s ease-in-out infinite ;
          animation:FlipInY 16s 0s ease-in-out infinite ;}

@-webkit-keyframes FlipInY { 
  0%{-webkit-transform:rotateY(360deg)}
  40%{-webkit-transform:rotateY(0)}
  100%{-webkit-transform:rotateY(360deg)}
}
@-moz-keyframes FlipInY {
  0%{-moz-transform:rotateY(360deg)}
  40%{-moz-transform:rotateY(0)}
  100%{-moz-transform:rotateY(360deg)}
}
@keyframes FlipInY {
  0%{transform:rotateY(360deg)}
  40%{transform:rotateY(0)}
  100%{transform:rotateY(360deg)}
}

/*由左往右缓慢展现*/
.fadeInLeft { -webkit-animation:fadeInLeft 3s .2s ease both;-moz-animation:fadeInLeft 3s .2s ease both;  }
@-webkit-keyframes fadeInLeft {
  from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInLeft {
  from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
/*由左往右快速展现*/
.fadeInLeftBig { -webkit-animation:fadeInLeftBig 3s .2s ease both;-moz-animation:fadeInLeftBig 3s .2s ease both; }
@-webkit-keyframes fadeInLeftBig {
  from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInLeftBig {
  from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
/*由右往左缓慢展现*/
.fadeInRight { -webkit-animation:fadeInRight 3s .2s ease both;-moz-animation:fadeInRight 3s .2s ease both; }
@-webkit-keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
/*由右往左快速展现*/
.fadeInRightBig { -webkit-animation:fadeInRightBig 3s .2s ease both;-moz-animation:fadeInRightBig 3s .2s ease both;}
@-webkit-keyframes fadeInRightBig {
  from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInRightBig {
  from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; }
}


  /*公共样式*/
  .content-box{  max-width: 1030px; margin: 0 auto; box-sizing:border-box; }
  .content-box .body-right {  float: right; width: 75%; }
  .content-box .body-left {  float: left;width: 23.5%; }
  .clearfix:before, .clearfix:after { display: table; content: " "; clear: both; }
  .row { margin: 0; }
  .mt15{  margin-top: 15px; }
  .mt5{  margin-top: 5px; }
  .overflow{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .TopologyLeft .body-left{ margin: 0!important;}
  @media screen and (max-width:1030px) { 
    .content-box{  margin: 0 15px; }
   }
  @media screen and (max-width:870px) { 
    .content-box .body-right {  width: 100%; }
    .content-box .body-left { display: none; }
   }
/*内页--产品列表页/产品详情页/产品更多信息页/新闻列表页/新闻详情页/关于我 们/图库列表页/图库详情页/留言反馈页/联系我们/LBS/网页地图/面包屑--样式*/
.row,h3,h4,h5{ margin:0;}
.mt5{ margin-top: 0!important;}
.DoesNot{text-align: center;font-size: 20px;margin: 50px 0;}
/*----按钮----*/
a.a-btn { padding:0 10px; height:28px; line-height:28px; display:inline-block; cursor:pointer; margin-right:5px;}
a.a-btn + a { margin-bottom:3px; }
a.a-btn.a-btn1 { background-color:#cfcdcf; color:#666666; }
a.a-btn.a-btn1:hover { background-color:#ccc; color:#FFF;}

a.a-btn.a-btn2 { background-color:#e8603c; color:#fff;}
a.a-btn.a-btn2:hover { background-color:#f3af9d; }

.a-btn { padding:0 10px; height:28px; line-height:28px; display:inline-block; cursor:pointer; margin-right:5px; border:none;}
.a-btn.a-btn2 { background-color:#e8603c; color:#fff;}
.a-btn.a-btn2:hover { background-color:#f3af9d; color:#fff;}
@media screen and (max-width: 480px) {
	a.a-btn + a { margin-bottom:8px; }
}
/*-----------表格---------------*/
.table-01 { width:100%; margin-bottom:15px; }
.table-01 th, .table-01 td { padding:5px 2px;font-size:14px;}
.table-01 th { text-align:right; width:60px; font-weight:normal; color:#666; font-size:14px;}
.table-01 td { color:#666; }
.table-01 .jiathis_style_24x24 { margin:0; }

.table-02{ width:100%; }
.table-02 th, .table-02 td { padding:5px 2px; font-size:12px; line-height:30px; }
.table-02 th { text-align:right; width:125px; font-weight:normal; color:#666; vertical-align:text-top; }
.table-02 td { color:#666; }
.table-02 .line-b { border-bottom:1px dashed #ccc;}
.table-02 .line-b  th{ color:#000;}
.table-03 th { width:80px; }
.table-02.table-02-b th {width:110px; }

/*----输入框----*/
input.text01 { border:1px solid #d8d9da; height:30px; color:#333333;  line-height: 30px; padding: 2px 5px; width:75%; size:auto;  box-shadow:0 0 2px #d6d6d6 inset; font-size:12px; }
input.text01:focus, input.text01:hover, input.text01:active { border-color: #d8d9da; box-shadow: 0 0 3px #d6d6d6; }
.textarea01 { background-color:#fff; border:1px solid #dfdfdf; padding:5px; color:#636363; width:75%; }
.textarea01:focus { border-color: #d8d9da; box-shadow: 0 0 4px #d6d6d6; }


/*----翻页模块----*/
.page .col-lg-3, .page .col-lg-9{ padding:0; margin:10px 0; height:34px; line-height:34px;}
.page .col-lg-9{ text-align:right;}
.page .col-lg-3{ float:left;}
.page .pagination{ margin:0; padding-left:12px;}
.page .pagination > li > a{ color:#666;}
.page .pagination > li:first-child > a, .pagination > li:first-child > span{ border-bottom-left-radius: 0; border-top-left-radius: 0;}
.page .pagination > li:last-child > a, .pagination > li:last-child > span{ border-bottom-right-radius: 0; border-top-right-radius: 0;}
.page .pagination > .active > a, 
.page .pagination > .active > span, 
.page .pagination > .active > a:hover, 
.page .pagination > .active > span:hover, 
.page .pagination > .active > a:focus, 
.page .pagination > .active > span:focus{ background-color: #e8603c; border-color:#e8603c; color:#FFF;}
.pager .previous > a, .pager .next > a{color: #fff;}
.pager .next > a:hover{color:#000;}
@media screen and (max-width:1030px) {
	.page .col-lg-3, .page .col-lg-9{ margin:0; }
	.page .col-lg-3{ text-align:right;}
}
@media screen and (max-width:870px) {
	.page .col-lg-9{ margin:0 0 15px; }
	.TopologyLeft .body-right,.TopologyRight .body-right{padding: 0 15px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
}
@media screen and (max-width: 768px) {
	.page .col-lg-3{ float:none;}
}
/*----------------------------------------</END 公共模块>------------------------------------------------------*/

/*------------内容通用内容部分--------------*/
/*针对设计中心*/
.demo-box-hw1 .content-box .body-left{margin-top: 0px !important;}
/*----面包屑模块----*/
.breadCrumb{ background-color: #eee; border-top: 4px solid #ccc; height: 36px; line-height: 34px; padding: 0 12px; margin-bottom:10px; color:#999;}
.breadCrumb em { font-family: Arial; font-size: 14px; padding: 0 8px;}
.breadCrumb a { color:#333;}

/*----产品列表----*/
.pro-list{ padding:0; width:100%;float: left;}
.pro-list .thumbnail { text-align:center;padding:15px; margin-bottom:10px;border: 1px solid #ECECEC;border-radius:0;}
.pro-list .thumbnail:hover { border: 1px solid #e8603c;}
.pro-list .thumbnail .title{ text-align:center; color:#e8603c; text-overflow:ellipsis; font-size:16px; white-space:nowrap; overflow:hidden; background:none; height:40px; line-height:40px; margin:0px 7px;}
.pro-list .thumbnail p{ font-size:12px; line-height:24px; min-height:25px; max-height:25px; overflow:hidden; color:#999; text-align:center; margin:0px;}
.pro-list .thumbnail img{ width:100%;}
.pro-list li.col-md-3:nth-child(4n+1) {margin-left:0;}
.pro-list li.col-md-3 {margin-left:0\9; margin-right:8px\9;}/*解决IE8兼容兼容问题*/

@media screen and (max-width:980px) {
	.pro-list .thumbnail .title{ margin:0px 5px;}
	.pro-list li.col-md-3 { margin-right:6px\9;}/*解决IE9响应兼容问题*/
}

@media screen and (max-width:870px) {
	.pro-list .thumbnail .title{ margin:0;}
}

@media screen and (max-width: 600px) {
	.pro-list .col-md-3{ width:49.3%;}
	.pro-list .thumbnail { padding:15px;}
	.pro-list li[class*="col-"]:nth-child(2n+1) { margin-left:0;}
	.pro-list li.col-md-3 { margin-right:2px\9;}/*解决IE9响应兼容问题*/
}
@media screen and (max-width: 360px) {
	.pro-list li.col-md-3 { margin-right:1px\9;}/*解决IE9响应兼容问题*/
}

/*-----产品详情页-----*/
.product-detail { padding:0; width:100%; display:table; margin:5px 0 0 0; height:auto;}
.product-detail .col-md-5, .product-detail .col-md-7{ padding:0;}
.product-detail .col-md-5 .DB_imgWin img{ margin-bottom:0; padding:0; border-radius:0;}
.product-detail h3 { font-size:16px; color:#e8603c; padding:4px 0 5px 20px; font-family:宋体; margin:0;}
.product-detail .ProductimgBox .thumbnail{ margin-bottom: 0;}
.fieldset-style {word-break: break-all; word-wrap:break-word; overflow:hidden; margin:15px 0;}
.fieldset-style h3 { font-weight:bold; padding-left:10px; font-size: 12px; height:28px ; line-height: 28px;  color: #fff;  border: 0; background-color:#e8603c; margin:0;}
.title-ny { background-color:#fff; margin-bottom:10px; padding:15px; color:#00AADD; font-size:14px; }
.fieldset-style .div1 { border:1px solid #ECECEC; padding:6px 10px;  color:#666;}
.fieldset-style .div1 dl img { max-width:100%; }
.fieldset-style .div1 dl { overflow:hidden; margin-bottom:10px; margin-top:5px; }
.fieldset-style .div1 dl dt { margin-bottom:8px;  height:20px; line-height:20px; display:block; border-left:5px solid #f3af9d; padding-left:10px;  }
.fieldset-style .div1 dl dd { line-height:22px;  }
.pro_keyword { padding: 0;}

/*----产品更多详情----*/
.table-box { padding: 0; margin-bottom:10px;}
.table-box p{ border-bottom:1px dashed #ccc; color:#000; font-size:14px; height:40px; line-height:40px; margin-bottom:5px;}

/*-----------资讯列表页---------------*/
.nlist-box li{ height:32px; line-height:32px; color:#666; border-bottom:1px dashed #CCC; position: relative;}
.nlist-box li:before{content:"．";}
.nlist-box li a{ color:#666; padding-right: 80px; width: 75%;  position: absolute;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nlist-box li a:hover{ color:#e8603c;}
.nlist-box li span{ position: absolute;right: 0; top: 0;}
body .news-nr-box p { font-size: 12px; line-height: 24px;}
body .news-nr-box img { margin: 0 auto 10px;}

@media screen and (max-width: 600px) {
	.nlist-box li span{  display:none;}
}

/*图片详情*/
.photo.row .layout_default p { line-height: 18px;}

/*-----------公司介绍---------------*/
.company-box {}
.company-box p { line-height:2.1em; overflow:hidden;  color:#333;  }

/*-----------网站地图---------------*/
.map-box {padding:0; margin-bottom:10px;}
.map dl { border-bottom:1px dashed #ccc; padding:12px; font-size:13px; margin:0px; }
.map dl:last-child { border-bottom:none; }
.map dl dt { float:left; color:#000; }
.map dl dd { display:inline; margin:0px; }
.map dl dd a { margin:0 10px 10px; float:left; color:#666}
.map dl dd a:hover { color:#e8603c}
.map dl dd p { overflow:hidden; }

/*联系我们/lbs地图*/
.map-box1 { margin:15px 0; min-height:300px;}

/*-----------客户留言、留言反馈---------------*/
.message-box {padding:0 0 10px; margin-bottom:10px;}
.message-list { padding: 0;}
.message-list .addBtn{margin-bottom: 15px;}
.message-list dl { overflow:hidden; border:1px solid #f3af9d; margin:0 0 10px 0; }
.message-list dl dt { font-family:宋体; font-size:15px; line-height:30px; overflow:hidden; margin-bottom:10px; height:30px; padding:0 12px; background-color:#f3af9d; }
.message-list dl dt b { font-weight:normal; color:#fff; }
.message-list dl dt span { float:right; font-size:12px; color:#fff; }
.message-list dl dd { margin:15px 12px; }
.message-list dl dd p { font-size:13px; margin-bottom:10px; color:#666; }
.message-list dl dd small { font-size:12px;  color:#666;}
.message-list dl dd p i, .message-list dl dd small i{ float:left; color:#e8603c; padding-right:18px; font-size:18px}

blockquote { border-left: 5px solid #fff; margin: 0 0 20px; padding:0 ; }
blockquote small:before { content: ""; }

/*公共*/
.content-box .body-right,.TopologyLeft .body-right{ margin-top:15px;}

.SSSchazhao {width:1000px; display: block; background: #ddd;}
.content-box .body-right .mt15{margin-top: 0px !important;}
.container{ padding: 0;}
.content-box{ margin: 15px auto !important;}

.mb12{ margin-bottom: 12px!important;}
.mb8{ margin-bottom: 8px!important;}

/*针对文章搜索结果调整样式*/
.DoesNot{ margin: 0px;}
.nlist-box li:before{ position: absolute;}
.nlist-box li a{ padding-left: 12px;}
/*-----------------------------------------------------------------------------------------*/
.row{ margin: 0;}
.mb8{ margin-bottom: 8px!important;}
.mt15{margin-top: 0px!important;}
.TopologyLeft .body-right{ margin-top: 0!important; background-color: #fff;}
.content-box{ margin: 0 auto!important; box-sizing: inherit;}
.content-box .body-center{background-color: #fff;}
.tpl_footers{border-top: 1px solid #000;}
.tpl_footers .col-md-8 { width: 100%; margin: 0; padding: 0;}
blockquote{border-left: none;}
.lbs-box{ margin-top: -20px;}

.nlist-box li a{ width: 70%;}

.pager .next > a:hover{color: #fff;}

.bannerEffect{ max-width: 100%; padding:0; margin: 0 0 15px;display: block;}
.breadCrumb{ border: none; margin-bottom: 15px;  overflow: hidden;border-bottom: 2px solid #ccc;}
.breadCrumb em, .breadCrumb b, .breadCrumb span, .breadCrumb a{ line-height:28px; color: #000;}
.about_title{ height:36px;  line-height: 36px; text-align: center; font-size: 14px; color: #fff;padding: 0px 15px;}
.more_n { display:block; height: 36px; line-height: 36px; width:100%;text-align: center; }
.more_n a{  text-decoration: none; font-size: 12px; padding: 0px 15px;color: #000; }

.title_d{} { display:block; height: 34px; line-height: 34px; width:100%; text-align: left; clear: both;  position: relative;margin-bottom:12px;}
.title_d p{ text-decoration: none; font-size: 12px; padding: 0px 15px;display: inline-block; color: #fff;}
.title_d a{ font-size:12px; font-weight: normal; float:right;  display:block;  width: 80px; line-height: 34px; text-align: center; color: #fff;}

.x_title{ height: 34px; line-height: 34px; width:100%; text-align: left;}
.x_title span{ max-width: 60%; display: block; float: left; padding: 0px 15px; color: #fff; font-size: 14px;}
.x_title a{display: block; width: 80px; height: 34px; line-height: 34px;  float: right; color: #333; font-size: 12px; text-align: center;}
/*----小栏产品分类----*/
.pro_class_x{border: 1px solid #ccc; box-sizing:border-box; }
.pro_class_x .left_class{ height: auto;  margin: 1px auto 0; width: 100%;}
.pro_class_x .left_class li{   line-height: 36px; padding: 0px; border-bottom: 1px solid #ccc;}
.pro_class_x .left_class li a{ height: 36px; line-height: 36px;  display: block; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; color: #333; font-size: 12px;  padding: 0 12px;}
.pro_class_x .left_class li a.first{  position: relative; height: 36px; line-height: 36px; text-indent:5px; background-color: #fff;}
.pro_class_x .left_class li a.first i{ font-size: 14px;margin-right: 10px; margin-left: 10px;}
.pro_class_x .left_class li a.first:hover i{ color: #fff !important;}
.pro_class_x .left_class li a.second{text-indent:15px;}
.pro_class_x .left_class li a.second:hover{text-decoration: none; color: #333 !important;  }
.pro_class_x .left_class li a.first:hover,.pro_class_x .left_class li a.Themebg{color: #333 !important; text-decoration: none;}
#ProClassLeft li.ac .Classtriangle:after{top: 20px;}
#ProClassLeft li.ac .Themebg i{ color: #fff !important;}
.pro_class_x .left_class li a.Themebg i{ color: #fff !important;}
#ProClassLeft li .second, #md_detailProductClass li .second{background-color: #fff;}
.pro_class_x .left_class li a.ThemeFbg{color: #333 !important; }
/*----大栏产品分类----*/
#ProClass {display: block!important;}
#ProClass li.Selection a{ background-color: #fff;}
#ProClass li.ac .Classtriangle:after{top: 13px;}
.pro_class_d .product-class li{ line-height:34px; margin:0 15px 8px 0; float: left;}
.pro_class_d .product-class li a{padding: 0 15px; display:block; color:#333;border: 1px solid #ddd; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; max-width: 240px;}
.pro_class_d .product-class li a.second{text-indent:10px;}
.pro_class_d .product-class li a:hover, .pro_class_d .product-class li a.Themebg{ color:#fff;}

/*----小栏相关产品模块----*/
.p_pro_x{border: 1px solid #ccc; box-sizing:border-box; }
.smallphotoBox{ min-height: auto;}

/*----大栏相关产品模块----*/
.p_pro_d{ margin-bottom:10px;padding-bottom:10px;border: none;}
.p_pro_d .prox-list{   height: auto; overflow: hidden; padding: 10px 0 0; width: 100%;}
.p_pro_d .prox-list .pro-item{padding:15px 15px 0;}
.p_pro_d .prox-list .pro-item .pro-body p{height: 80px;}
.p_pro_d .prox-list .thumbnail{ border-radius: 0; border:none; padding:0;  margin: 0;}
.p_pro_d .prox-list h3{ text-align: center; height: 36px; line-height: 36px; font-size: 12px; font-weight: normal; color: #fff;}
@media screen and (max-width:600px) {
.p_pro_d .prox-list .col-md-3{ width:49%; margin-bottom: 10px;}
.p_pro_d .prox-list li.col-md-3:nth-child(2n+1) {margin-left:0;}
}


/*----小栏资讯分类----*/
.info_class_x{border: 1px solid #ccc; box-sizing:border-box;}
.info_class_x .tab-box { overflow:hidden;}
.info_class_x .tab-box a {padding:0 10px; display:block; color:#333;background-color: #fff;line-height: 36px; margin-top: 1px;}
.info_class_x .tab-box a:hover{text-decoration:none; color: #fff;}

/*----大栏资讯分类----*/
.info_class_d .tab-box { height: auto; overflow: hidden;margin: 0;}
.info_class_d .tab-box a { margin-right:10px; padding:5px 15px; display:inline-block; color:#333;  margin-bottom:10px; background-color:#edece7;}
.info_class_d .tab-box a:hover, .tab-box a.active{color: #fff; text-decoration: none;}

/*----小栏相关资讯模块----*/
.p_info_x{border: 1px solid #ccc; box-sizing:border-box;}
.p_info_x ul.left_news{overflow:hidden }
.p_info_x ul.left_news li{line-height: 36px; height: 36px; margin-top: 1px; background-color: #fff;}
.p_info_x ul.left_news li a{  font-size: 12px; line-height: 36px; height: 36px; white-space: nowrap;text-overflow:ellipsis; overflow:hidden;  display:block; color: #5a5a5a; padding: 0 12px;}
.p_info_x ul.left_news li a:hover{ text-decoration: none; color: #fff;}


/*----大栏相关资讯模块----*/
.p_info_d .list-box{ height: auto; overflow: hidden;    padding: 15px 0 0; width: 100%;}
.p_info_d .list-box li{ height:90px; overflow:hidden; border: 1px solid #ccc; margin-bottom: 12px; padding-right: 10px;}
.p_info_d .list-box li .face img{ width: 120px; margin-right: 15px; float: left;}
.p_info_d .list-box li h3{ color:#666; height: 38px; line-height: 38px; background: none; margin: 0; font-size: 12px; font-weight: bold;}
.p_info_d .list-box li.col-md-6:nth-child(2n+1) {margin-left:0;}
.p_info_d .list-box li p{line-height: 20px; color: #666; max-height: 40px; overflow: hidden;}
@media screen and (max-width: 600px) {
	.p_info_d .list-box li{ padding: 0;}
}

/*----联系我们内页组件----*/
.p_contact{ background-color: #fff;border: 1px solid #ccc; box-sizing:border-box;}
.p_contact .contact-box{ padding: 10px 0; }
.p_contact p{ line-height: 28px; padding: 0 10px;}

.page .col-lg-3{ width: 40%;}
.page .col-lg-9{ width: 60%; height: auto;}

/*----------------------------组件样式结束-----------------------------*/
.container { width: auto;}
a.a-btn{ height: 28px; line-height:28px; margin-bottom: 5px;}
.page{ margin: 15px 0;}

a.add-to-cart{ max-width: 200px;white-space: nowrap; text-overflow:ellipsis;}

@media screen and (max-width:1030px) {
	.content-box{ margin: 0 15px!important;}
}
@media screen and (max-width:870px) {
	.TopologyLeft .body-right, .TopologyRight .body-right{ padding: 0; }
	.content-box .body-right{ margin-top: 15px!important;}
}


.pro-list{width: 100%;}
.pro-list .thumbnail{ padding: 0; }
.pro-list .thumbnail .title{ color: #fff!important;  height: 30px; line-height: 30px; font-size: 12px;}
.pro-list .thumbnail p{ display: none;}


.TopologyCenter .body-left{ padding: 0;}
.content-box .body-right{ margin-top: 0; background-color: #fff; margin-bottom:20px!important;}

body .news-nr-box .DownloadBtn{ width: 150px; text-align: center; text-indent: 25px;}

.demo .content-box .body-center{ background-color: transparent;}
.demo .content-box .body-right{margin-top: 0;}

.about,.p_pro_d,.p_info_d{ background-color: #fff;}
.about{ margin-bottom: 15px;}

.message-list dl dd{ margin: 0; padding:15px 0;}
.message-list dl dt,.message-list dl dd p,.message-list blockquote{ margin-bottom: 0;}
.message-list blockquote{ padding:0 15px;}

.message-list dl dt span { float:right; font-size:12px; color:#fff; max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}

.map-box1{ margin: 15px 0;}


.fieldset-style{margin-bottom: 0;}
.fieldset-style .div1{ padding: 15px; margin-bottom: 15px;}

.pro-list .thumbnail,.p_pro_d .prox-list .thumbnail{ border:1px solid #ccc;}
.product-detail .ProductimgBox .thumbnail,.photo.row .thumbnail{ border-radius: 0; padding: 0;}
#ProClassLeft li.ac .Themebg:hover, #md_detailProductClass li.ac .Themebg:hover{color: #333!important;}
.p_pro_d .prox-list h3:hover{color: #333;}

.nlist-box li a{ width: 68%; padding-right: 0px; font-size: 12px;} 

.nlist-box li span{ font-size: 12px;}

.btn-warning.btn-can{ margin-left: 0px !important; margin-top:0px; margin-right: 0px !important; padding: 0px 5px!important; height: 32px!important;margin-bottom: 5px; line-height: 32px;}

.Themebg.btn-success{  margin-bottom: 10px;padding: 0px 5px!important; margin-right:5px;height: 32px!important;display: block;}
.content-box .about{ background-color: transparent!important;}
.body-center .page .col-lg-3{ width: 100%; text-align: left;}
.body-center .page .col-lg-9{ width: 100%; float: left!important; margin: 0; padding: 0;text-align: right;}
.body-center .page .pagination{ padding: 0;}
.Employment .Emplimg img{max-width: 100%;}
.Employment .detailBox img{max-width: 100%;}
@media screen and (max-width: 768px){
		.page .col-lg-3,.page .col-lg-9{ width: 100%;text-align: left!important; margin: 0px;}
		.page .pagination{ padding-left: 0px;}
}

@media screen and (max-width: 414px) {
	.nlist-box2 li .news_det{ width: 58%;}
	.nlist-box2 li .news_img{ width: 40%;}
	.Themebg.btn-success{ float: inherit!important;}

}

@media screen and (max-width: 375px) {
	
	.nlist-box2 li .news_det span{padding: 3px 15px;}
	.nlist-box2 li .det_box{ margin: 0px 0px 3px;}
}

/* 的手机的分辨率一*/
@media screen and (max-width: 320px) {
	/*产品列表*/
	.row .pro-list li.col-md-4{width:100%;margin-left:0 !important;padding: 0;}
	.table-02.table-02-b th{ width:85px; line-height:20px;}
	.table-02-b td{ line-height:20px;}
	.table-02 th{ width:80px;}
	.productBox .product-box  li.col-md-4{ width:100%;margin-left: 0 !important;}
	.nlist-box2 li .det_box{ height: 22px;}
}


.row{ margin:0;}
.photo ul.clearfix{ margin-top: 15px;}
.DoesNot{font-size: 14px; padding: 0 15px;}
.publictop { color: #333; }
.news-box { margin-top: 20px; }
.column:hover{ border: none;}
.footers{ margin: 0 auto; }
blockquote{border-left: none;}
.demo .content-box .body-right{ margin-top: 0;}

/*----翻页模块----*/
.col-lg-3{ width: auto;}
.col-lg-9{ width: auto; float: left !important;}
.page .col-lg-3, .page .col-lg-9{ padding:0; margin:10px 0; height:auto; line-height:34px; text-align: left;}
.page .col-lg-3{ text-indent:15px; float: left; }
.page .pagination{ margin:0; padding-left:12px;}
.page .pagination > li > a{ color:#666;}
.page .pagination > li:first-child > a, .pagination > li:first-child > span{ border-bottom-left-radius: 0; border-top-left-radius: 0;}
.page .pagination > li:last-child > a, .pagination > li:last-child > span{ border-bottom-right-radius: 0; border-top-right-radius: 0;}
.page .pagination > .active > a, 
.page .pagination > .active > span, 
.page .pagination > .active > a:hover, 
.page .pagination > .active > span:hover, 
.page .pagination > .active > a:focus, 
.page .pagination > .active > span:focus{ background-color: #e8603c; color:#FFF;}

/*-----------表格---------------*/
.table-01 { width:100%; margin-bottom:15px; }
.table-01 th, .table-01 td { padding:5px 2px;font-size:14px;}
.table-01 th { text-align:right; width:60px; font-weight:normal; color:#666; font-size:14px;}
.table-01 td { color:#666; }
.table-01 .jiathis_style_24x24 { margin:0; }

.table-02{ width:100%; }
.table-02 th, .table-02 td { padding:5px 2px; font-size:12px; line-height:30px; }
.table-02 th { text-align:right; width:120px; font-weight:normal; color:#666; vertical-align:text-top; }
.table-02 td { color:#666; }  
.table-02 .line-b { border-bottom:1px dashed #ccc !important;}
.table-02 .line-b  th{ color:#000;}
.table-03 th { width:80px; }
.table-02.table-02-b th {width:110px; }

/*-----------输入框---------------*/
input.text01 { border:1px solid #d8d9da; height:30px; color:#333333;  line-height: 30px; padding: 2px 5px; width:75%; size:auto;  box-shadow:0 0 2px #d6d6d6 inset; font-size:12px; }
input.text01:focus, input.text01:hover, input.text01:active { border-color: #d8d9da; box-shadow: 0 0 3px #d6d6d6; }
.textarea01 { background-color:#fff; border:1px solid #dfdfdf; padding:5px; color:#636363; width:75%; }
.textarea01:focus { border-color: #d8d9da; box-shadow: 0 0 4px #d6d6d6; }

/*----按钮----*/
a.a-btn { padding:6px 10px; height:32px; line-height:32px; cursor:pointer; margin-right:5px; font-size: 12px;}
a.a-btn + a { margin-bottom:0px; }
a.a-btn.a-btn1 { color:#fff;background-color: #CFCDCF; }
a.a-btn1:hover{ text-decoration: none;  } 
a.a-btn.a-btn2{color:#fff; white-space: nowrap; text-overflow:ellipsis;}
a.a-btn2:hover{ text-decoration: none;} 
a.a-btn.a-btn4{background-color:#f0223a; color:#fff;}
a.a-btn.a-btn4:hover { background-color:#e01d34; }

#inquiryForm{ padding-bottom: 15px;}
/*----------------------------------------</END 公共模块>------------------------------------------------------*/

/*--banner--*/
.bannerEffect{width: 100%;  background-color: #fff; margin: 0 0 15px; border: none;}
.TopologyLeft .body-left{ margin-top: 0; }
.TopologyLeft .body-right{ margin-top: 0; margin-bottom: 20px;}
.TopologyLeft .body-right,.TopologyCenter .body-right,.TopologyCenter #ProClass{ background-color: #fff;}
/*底部*/
.footers{background: none;}
/*内页左侧产品分类*/
.about_title{ height:36px;  line-height: 36px; text-align: center; font-size: 12px; color: #fff;padding: 0px 15px;}
.more_n { display:block; height: 36px; line-height: 36px; width:100%;text-align: center; }
.more_n a{  text-decoration: none; font-size: 12px; padding: 0px 15px;color: #333; }

/*----小栏产品分类----*/
.pro_class_x{border: 1px solid #ccc; box-sizing:border-box;}
.pro_class_x .left_class{ height: auto;  margin: 1px auto 0; width: 100%;}
.pro_class_x .left_class li{   line-height: 36px; padding: 0px; border-bottom: 1px solid #ccc;}
.pro_class_x .left_class li a{ height: 36px; line-height: 36px;  display: block; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; color: #333; font-size: 14px;  padding: 0;}
.pro_class_x .left_class li a.first{  position: relative; height: 36px; line-height: 36px; padding-left: 12px; background-color: #fff;}
.pro_class_x .left_class li a.first i{ font-size: 14px;margin-right: 10px; margin-left: 10px;}
.pro_class_x .left_class li a.first:hover i{ color: #fff !important;}
.pro_class_x .left_class li a.second{text-indent:15px;}
.pro_class_x .left_class li a.second:hover,.pro_class_x .left_class li a.first:hover,.pro_class_x .left_class li a.Themebg{ text-decoration: none;}
#ProClassLeft li.ac .Classtriangle:after{top: 12px;}
#ProClassLeft li.ac .Themebg i{ color: #fff !important;}
.pro_class_x .left_class li a.Themebg i{ color: #fff !important;}
#ProClassLeft li .second, #md_detailProductClass li .second{background-color: #fff;}
#ProClassLeft li.ac .Themebg:hover, #md_detailProductClass li.ac .Themebg:hover{color: #333 !important;}

/*----小栏相关资讯模块----*/
.p_info_x{border: 1px solid #ccc; box-sizing:border-box;}
.p_info_x ul.left_news{overflow:hidden }
.p_info_x ul.left_news li{line-height: 36px; height: 36px; margin-top: 1px; background-color: #fff;}
.p_info_x ul.left_news li a{  font-size: 14px; line-height: 36px; height: 36px; white-space: nowrap;text-overflow:ellipsis; overflow:hidden;  display:block; color: #5a5a5a; padding: 0 12px;}
.p_info_x ul.left_news li a:hover{ text-decoration: none; color: #fff;}

/*----产品列表----*/
.pro-list{ padding:0; }
.body-right ul.pro-list li{ float: left;margin-bottom: 10px; border: 1px solid #ccc; color: #fff;}
.pro-list li {width: 32.05%; margin-left: 1.4%;}
.pro-list li:nth-child(3n+1) { margin-left: 0;}
.body-right ul.pro-list .thumbnail{ border:none;  border-radius: 0px; margin: 0px; padding: 0;}
.body-right ul.pro-list li h3{ font-size: 14px;  height: 36px; line-height: 36px;  margin:0px; padding: 0px; text-align: center;}
.body-right ul.pro-list li h3 a{  color: #fff;}
.body-right ul.pro-list li h3 a:hover{ text-decoration: none;}
.body-right ul.pro-list li p{ line-height: 24px; height: 48px; overflow: hidden; padding:0px 10px; margin: 0px 0px 40px; color: #5a5a5a;}

/*-----------产品详情页---------------*/
.product-detail { width:100%; box-sizing:border-box;}
.product-detail .thumbnail{ margin-bottom:0;  margin-bottom: 10px; padding: 0;  border-radius:0;}
.product-detail .thumbnail img{ width:100%;}
.product-detail h2 {font-size:16px; padding:4px 0 5px 20px; font-family:Airal; margin:0;}
.product-detail .col-md-5, .product-detail .col-md-7{ padding:0;}
body .product-detail .ProductimgSmall{ margin-top: 0;}
.pro_page{ padding: 0 15px;}

.fieldset-style {overflow:hidden; }
.fieldset-style .more { display:block; height: 28px; line-height: 28px; width:100%; 
	text-align: left;  padding:0 15px; color: #fff; font-size: 14px;}

.title-ny { background-color:#fff; margin-bottom:10px; padding:15px; color:#00AADD; font-size:14px; }
.fieldset-style .div1 { padding:15px;  color:#333; border: 1px solid #ccc; margin-bottom: 15px;}
.fieldset-style .div1 dl img { max-width:100%; }
.fieldset-style .div1 dl { overflow:hidden; margin-bottom:10px; margin-top:5px; }
.fieldset-style .div1 dl dt { margin-bottom:8px;  height:20px; line-height:20px; display:block; border-left:5px solid; padding-left:10px;  }
.fieldset-style .div1 dl dd { line-height:22px; height: auto; overflow: hidden; word-break:break-all; }

/*-----------产品询价页---------------*/
.table-box { padding: 0;}
.table-box p{ border-bottom:1px dashed #ccc; color:#000; font-size:14px; height:40px; line-height:40px; margin-bottom:5px;}
/*----相关资讯模块---*/
.p_artlelist h3{ margin-top: 15px; height: 36px; line-height: 36px;  padding: 0;border-bottom: none;}
.p_artlelist h3 span{color: #fff!important; font-size: 14px; padding-left: 15px;}
.p_artlelist .row{ background-color: #fff;}
.p_artlelist ul li a{ padding:0 15px;}

/*----相关产品模块---*/
.p_prox{  background-color: #fff;}
.p_prox .more { display:block; height: 36px; line-height: 36px; width:100%; text-align: left; clear: both;  position: relative;margin-bottom:12px;}
.p_prox .more p{ text-decoration: none; font-size: 12px; padding: 0px 15px;display: inline-block; color: #fff;}
.p_prox .more a,.p_artlelist h3 a{ font-size:12px; font-weight: normal; float:right;  display:block;  line-height: 36px; text-align: center; color: #fff; padding: 0px 10px;}

.p_prox .prox-list{ height: auto; overflow: hidden; }
.p_prox .prox-list li{ background-color: #fff;} 
.p_prox .prox-list .pro-item{padding:15px 0 0;}
.p_prox .prox-list .pro-item .pro-body p{height: 80px;}
.p_prox .prox-list .thumbnail{ border-radius: 0; border:none; padding:0;  margin: 0;}
.p_prox .prox-list .prox_title{ color: #fff; display: block; width: 100%; text-align: center;font-size: 12px; height: 36px; line-height: 36px; font-weight: normal;}
/*------新闻资讯-------*/
.tab-box { overflow:hidden;}
.tab-box a.tab_box_all{ color: #fff;}
.tab-box a.tab_box_all:hover{ color:#fff; }
.tab-box a { margin-right:10px; padding:3px 15px; display:inline-block; color:#333;  margin-bottom:10px; background-color:#edece7;}
.tab-box a:hover,.tab-box a.Themebg{ color: #fff; text-decoration: none;}
.nlist-box{padding:0;}
.nlist-box li{list-style: none; border-bottom: 1px dashed #c3c3c3;position: relative; height: 32px; line-height: 32px;}
.nlist-box li:before{ content: "·" ; position: absolute; left: 0px; top: -4px; font-size: 16px; color: #666;}
.nlist-box li a{ color: #333; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; display: block; width: 70%; padding-left: 12px; float: left; } 
.nlist-box li a:hover{  text-decoration: none;}
.nlist-box li span{ float: right;}

/*新闻中心也就是文章列表*/
.content .group{position: relative; margin-bottom:20px;  border: 1px solid #ccc;}
.content .group h4{font-size: 16px;}
.content .group .date{width: 150px; position: absolute; top: 15px; left:15px;}
.content .group .date .yyyy{position: absolute; line-height: 70px; font-size: 18px; font-weight: 900; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; width: 50px; color: #ffa800;}
.content .group .date .mmdd{margin-left: 50px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 900; width: 70px; height: 70px; border-radius: 999px; color: #fff; background: #f7f7f7; text-align: center; font-size: 22px;}
.content .group .date .mmdd:hover{color: #fff !important;}

.content .group .date .mmdd span{font-size: 18px; line-height: 70px;}
.content .group .text{padding-left: 160px; padding-top: 10px; padding-bottom: 15px;min-height: 68px; padding-right: 15px;}
.content .group .text h4.title{font-size: 14px; font-weight: 600; color: #333; margin-bottom: 10px;}
.content .group:hover .text h4.title{color: #f17407;}
.content .group .text .about {line-height: 24px; overflow: hidden; margin-bottom: 10px; font-size: 12px;background-color: transparent!important; padding: 0px;}
.content .group .text .about a{ color: #333; display: block;max-height: 48px; overflow: hidden;}
.content .group .text .picture{display: block; max-height: 150px; overflow: hidden;}
.content .group .text .picture .pic{display: inline-block; height: 150px; width: auto; max-width: 100%;}


/*----新闻详情----*/
.news-nr-box {padding:15px 15px 0;word-break: break-all; word-wrap:break-word;}
.news-nr-box h5 { font-size:18px; font-family:Airal; text-align:center; line-height:25px; padding: 10px 0; margin:0px; color:#333;  border-bottom: 1px dotted #b6b6b6; max-width:100%;}
.news-nr-box h6 { font-size:12px; font-weight:normal; text-align:center; color:#000; margin:10px 0; height:auto; line-height:20px; }
.news-nr-box p { font-size:14px; text-indent:2em; line-height:2em; margin-bottom:10px; overflow:hidden; width:100%; color:#666;}
.news-nr-box p { text-indent: 0px; }

.pager { margin:20px 0 0;}
.pager .previous > a, .pager .next > a {color:#fff; height:2.5em; line-height:2.5em; padding:0 12px;  margin:0 10px 15px;}

body .news-nr-box .DownloadBtn{ width: 150px; text-align: center; text-indent: 25px;}

/*-----------客户留言、留言反馈---------------*/
.message-box {padding:0 0 10px; margin-bottom:10px;}
.message-list .DoesNot{ color: #333; margin:50px 0px; text-align: center;} 

.message-list { padding: 0; margin-top: 10px;}
.message-list dl { overflow:hidden; border-width:1px;border-style:solid; margin:5px 0 10px 0; }
.message-list dl dt { font-family:Airal; font-size:15px; line-height:30px; overflow:hidden; margin-bottom:10px; height:30px; padding:0 5px; }
.message-list dl dt b { font-weight:normal; color:#fff; }
.message-list dl dt span { float:right; font-size:12px; color:#fff;  max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.message-list dl dd { margin:15px 12px; }
.message-list dl dd p { font-size:13px; margin-bottom:10px; color:#666; }
.message-list dl dd small { font-size:12px;  color:#666;}
.message-list dl dd p i, .message-list dl dd small i{ float:left; padding-right:18px; font-size:18px}
blockquote { border-left: 5px solid #fff; margin: 0 0 20px; padding:0 ; }
blockquote small:before { content: ""; }

/*-----------公司介绍---------------*/
.company-box,body .Employment{ padding:0; }
.company-box p { line-height:2.1em; overflow:hidden;  color:#333; text-indent:2em; }
.company-box .company-detailed-box{font-size: 12px;}
/*-----------网站地图---------------*/
.map-box {padding:0; margin:30px 0 10px;}
.map dl { border-bottom:1px dashed #ccc; padding:12px; font-size:13px; margin:0px; }
.map dl:last-child { border-bottom:none; }
.map dl dt { float:left; color:#000; }
.map dl dd { display:inline; margin:0px; }
.map dl dd a { margin:0 10px 10px; float:left; color:#666}
.map dl dd a:hover { color:#e8603c}
.map dl dd p { overflow:hidden; }
.map-box1 { margin:15px 0; min-height:300px;}

/*面包屑*/
.breadCrumb{ height: 36px; clear: none; margin-bottom: 15px;padding-left: 15px; overflow: hidden; border-bottom: 2px solid #ccc; background-color: #eee;}
.breadCrumb em, .breadCrumb b, .breadCrumb span,.breadCrumb a{ line-height:38px;  margin: 0; color: #333;}

.photo ul.clearfix{ padding: 0; margin: 0;}
.photo.row .thumbnail{ border-radius: 0;padding: 0;}
/*分页*/
.page{text-align: center; padding: 10px 0;}

.pro_keyword,.pro_page{ padding:0;}

.btn-warning.btn-can{ margin-left: 0px !important; margin-top:0px; margin-right: 0px !important; padding: 0px 10px!important; height: 32px!important;margin-bottom: 5px; line-height: 32px;}

.Themebg.btn-success{  margin-bottom: 10px;padding: 0px 10px!important; margin-right:5px;height: 32px!important;}
.nlist-box li a{ font-size: 12px;}
.nlist-box li span{ font-size: 12px;}
/* 小屏幕 一*/
@media screen and (max-width:1030px) {
	.content-box{ margin: 0 15px;}
}


/* 平板电脑和小屏电脑之间的分辨率 二*/
@media screen and (max-width: 768px) {
	.nlist-box li .art_text p{margin:5px 0px 0px;}
	.pro-list li{width: 32.0%;}
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/
@media screen and (max-width: 600px) {
	.tab-box,.pro-list { padding:0;}
	.pro-list li{ width: 48.8%;}
	.pro-list li:nth-child(3n+1){ margin-left:1.4%;}
	.pro-list li:nth-child(2n+1) {margin-left:0;}
	.p_prox .prox-list .col-md-3{ width:49%; margin-bottom: 10px;}
	.p_prox .prox-list li.col-md-3:nth-child(2n+1) {margin-left:0;}
	.nlist-box li a{width: 100%;}
	.nlist-box li span{ display: none;}
	.content .group .text{ padding-left: 15px;}
	.content .group .date{ display: none;}
	.page .col-lg-3,.page .col-lg-9{ margin: 0px;width: 100%; text-align: left;}
}


@media screen and (max-width: 480px) {	
	.pro-list li{ width: 100%;margin-left:0;}
	a.a-btn{display: inline-block; padding: 0 12px;}
	a.a-btn.a-btn2{ margin-bottom: 5px; }
	.Themebg.btn-success,.btn-warning.btn-can{ float: inherit; vertical-align: top; margin-right: -10px;}
	.Themebg.btn-success{ margin-right: -10px;}

}

@media screen and (max-width: 430px) {
.nlist-box2 li .news_det{ width: 58%;}
.nlist-box2 li .news_img{ width: 40%;}
.btn-warning.btn-can{ padding: 2px 10px!important;display: inline-block;}
.row .pro-list li{ width:100%;margin-left:0 !important;padding: 0;}

}

@media screen and (max-width: 375px) {
.page .pagination{ padding-left: 0px;}
.nlist-box2 li .news_det span{padding: 3px 15px;}
.nlist-box2 li .det_box{ margin: 0px 0px 3px;}


}

/* 的手机的分辨率一*/
@media screen and (max-width: 320px) {
	/*产品列表*/
	.table-02.table-02-b th{ width:85px; line-height:20px;}
	.table-02-b td{ line-height:20px;}
	.table-02 th{ width:80px;}
	.productBox .product-box  li.col-md-4{ width:100%;margin-left: 0 !important;}
	.nlist-box2 li .det_box{ height: 22px;}
}


#pp{margin-top: 0; padding: 6px;}
#pb{ margin-top: 0px; padding: 5px 12px 4px;}
.p_artlelist h3 a:hover{ color: #fff!important; text-decoration: underline;}   







/*---footer----*/
.footers{ background-color: #333;}
.footers .footerBox{ max-width:1180px; margin:0 auto;}
.footerBox{ padding:15px 0; position: relative; z-index: 111;}
.footers .footers-box a{ margin-right:10px;word-break: break-all; word-wrap:break-word;text-decoration:underline; color: #fff !important;}
.footers .footers-box a:hover{ text-decoration: none;}
.footers .footers-box p{ padding:0;font-size:12px; line-height:26px;}

/*-----------</END>---------------*/
@media screen and (max-width:1030px) {
  .footers .footerBox{margin: 0 15px;}
}

@media screen and (max-width:600px) {
  .tpl_footers .footers .footersInformation p{ text-align: left;}
  .footers .footersInformation{ padding: 0 10px 70px 0;}
  .tpl_footers .content-box{ margin: 0; padding: 0;}
  .tpl_footers .col-md-4,.tpl_footers .col-md-8{ margin: 0;padding: 0;}
}

.column{border:none}
 .column:hover{border:none}