/*sitemap.html*/
.sitemap-0 {
  margin:0 auto;
  width:100%;
  height:auto;
}
.sitemap {
  margin:0 auto;
  height:auto;
  font-size:14px;
  font-weight:bold;
  padding:5px 25px 25px 30px;
  text-align:left;
  border:1px solid #FFFFFF;
  background-color:#fff;
  line-height:200%;
}
.sitemap h1 {
  width:100%;
  background:url(../images/line.gif) repeat-x bottom;
  text-align:center;
  line-height:250%;
  margin-bottom:15px;
  letter-spacing:2px;
  font-size:22px;
}
.sitemap a {
}
.sitemap a:hover {
  color:#b8000b;
}
.sitemap li {
  list-style:none;
  float:left;
  height:30px;
  background:url(../images/line.gif) repeat-x bottom;
  margin:0 10px 10px 10px;
  text-align:center;
  font-size:12px;
  font-weight: normal;
}
.view{
    display: block;
    padding-top: 30px;
    clear: both;
}
@media (min-width: 992px)
{
 .sitemap {
  width: 900px;

  } 
}
/*首页*/
.navfixed{
  padding-top: 90px;
}
.nav-top{
  margin-top: 8px;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1500;
  padding: 15px 0;
}
.navbar-shadow {
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
.nav .navbar-logo {
    height: 60px;
    margin: 0px;
    padding: 0px;
    display: block;
}
.nav .navbar-logo img {
  max-height: 59px;
}
@media (max-width: 991px) {
  .nav .navbar-logo img {
    max-height: 50px;
    padding-top:8px;
    margin: auto 0;
  }
}
.margin-top-30{
  margin-top: 30px;
}

/*三级菜单*/
.dropdown:hover .menu-top {
    display: block;
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.main-3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.main-3 ul li{
	float: left;
	background: #fff;
}
.main-3 ul li img{
	border-bottom:5px solid #da251c;	

}
.main-3 ul li h2{
	margin: 15px 0px;
	font-size: 38px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	font-style: italic;
}
.main-3 ul li h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #da251c;
	text-align: center;
	font-weight: 800;
	letter-spacing: 2px;
}

/* 更多按钮 */
.more {
  background: url(../images/arrow.png) repeat 26px -8px;
  width: 148px;
  height: 30px;
  display: block;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: #dfdfdf 1px solid;
  margin-top: 30px;
  clear: both;
}
.more-center{
  margin: 0 auto;
}
@media (max-width: 991px) {
  .more {
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top:0;
    padding: 0; 
  }
}
.more:hover {
  background: url(../images/arrow.png) no-repeat 26px -66px;
  border-color: #b6b6b6;
}

/* default.html */
.index-about {
  padding: 2% 0px;
  background: #fff;
  position: relative;
}
.index-about img {
  width: 100%;
  padding-bottom: 2%;
}
.index-about .about_cont h3,
.index-about .about_cont p {
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
.navbar-fixed-top {
    padding-top:0;
  }
.nav .navbar-logo {
}
.navfixed{
  padding-top: 60px;
  }
.logo {
  width:148px; 
  float:left;
  padding:10px 0 0 20px; 
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height: 70px;
  background-size:148px 60px;
  }
  .navbar {
    min-height: 60px;
  }


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0072b4;
  height: auto;
  }
}

@media (max-width: 991px) {
  .index-about .about_cont h3,
  .index-about .about_cont p {
    text-align: center;
    padding-bottom: 0px;
  }

.logo {
  width:200px; 
  float:left;
  padding-top: 10px;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:60px; 
  background-size:150px 48px;
  }

  .navbar-nav {
    font-size: 14px;
  }

  .navbar-fixed-top {
    padding: 0;
  }
}

@media (min-width: 992px) {

.logo {
  width:326px; 
  height:100px; 
  float:left;
  }
.logo a{
  background:url(../images/name.png) 
  no-repeat;
  width:auto; 
  height:auto; 
  display:block; 
  text-indent:-999px;
  height:100px; 
  }

  .navbar-nav {
    font-size: 16px;
  }
}

.index-product {
  position: relative;
}

/* index-news */
.index-news {
  padding-bottom: 2%;
  position: relative;
}
.index-news h2 {
  border-bottom: 1px solid #f5f5f5;
  padding: 1% 0px;
}
.index-news h3 {
  margin-top: 80px;
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
}
@media (max-width: 991px) {
.index-news h3 {
  margin-top: 0;
  }
}
.index-news img {
  border-top: 1px solid #f5f5f5;
  margin-right:2%;
  margin-bottom: 4%;
}

/*index-purpose*/
.index-purpose{
  padding:0 0 2% 0;
  position: relative;
} 
.index-purpose ul{
  margin: 4% 0;
  padding: 0;
}
.index-purpose ul li{
  list-style: none;
  text-align: left;
  font-size:18px;
  line-height: 200%;
}
.index-purpose h3{
  font-size: 14px;
  margin: 0px;
}

.index-footer {
  background: #257bbe url('../images/bg-footer.jpg') no-repeat top; 
  padding: 100px 0 30px 0;
  color: #fff;
}
.index-footer a{
  color: #fff;
}

.product{
  overflow: hidden;
}
/*profile.html*/
.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
}
.banner-s {
  width: 100%;
  height: auto;
}
.banner-profile {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  position:relative;
}
.banner-profile img{
  width: 100%;
}
.banner-title{
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;  
  padding-top: 7%;
}
.banner-title h2{
  padding:0;
  margin: 0;
  color: #fff;
  text-shadow: rgba(0,0,0,.25) 0 0 1px;
}

.breadcrumb {
  text-align: right;
  border-bottom: 1px solid #e6ecee;
  padding-bottom: 5px;
  margin: 20px 0;
}

.breadcrumb a{
  color: #494949;
}

.sub-menu{
  border: none;
  background-color: #fff;
  border-color: #fff;
}
.menu-title{
  font-size: 32px;
  color: #257bbe;
  text-align: center;
}
.product-menu {
 
}
.panel-body ul{
  padding: 0;
  margin: 0;
}
.panel-body ul li{
  list-style: none;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.panel-body ul li a {
  color: #0072b4;
  border-radius: 4px;
  padding: 10px;
  display: block;
  border: 1px solid #e6ecee;
  margin: 10px;
}
.panel-body ul li a:hover {
  color: #fff;
  background-color: #257bbe;
  border-radius: 4px;
  padding: 10px;
  display: block;
}
.panel-body ul a.active{
  color: #fff;
  background-color: #257bbe;
  border-radius: 4px;
  padding: 10px;
  display: block;
}

/*product.html*/
.caret-left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.product-menu {
}
@media (max-width: 767px) {
  .product-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-menu {
    display: none;
}
.product-hot{}

.product-1{
  margin: 2% 0;
  border: 1px solid #f5f5f5;
}

/*news.html*/
.news-list{

}
.news-list ul{
  padding:8px 4px;
  margin:0px;
  border-bottom:1px dotted #efeff1;
  list-style: none;
  text-align: left;
}
.list-news ul li a{
  color: #494949;
}
.list-news ul li a:hover{
  color: #9b0000;
}
.list-news p{
  margin: 2% 0;
  padding: 2% 0;
  padding:5px;
  font-size: 16px;
}

/*recruitment.html*/
.recruitment {
  margin:0 auto;
  width:100%;
  color: #4a4a4a;
}
.recruitment table {
  border:1px solid #c8c8c8;
  font-size:14px;
  width:100%;
  line-height: 200%;
  border-collapse: collapse;
}
.recruitment table tr td{
  border:1px solid #c8c8c8;
}
.recruitment_body{
  margin:0 auto;
  width:100%;
  color: #4a4a4a;
  font-size:14px;
  line-height: 200%;
  padding:20px;
}

/*feedback.html*/
.feedback-content{
  text-align: left;
  padding: 40px;
  text-align: left;
}
.feedback-content form input{
  margin-bottom: 20px;
}
.feedback-content p{
  line-height: 100%;
}

