@charset "utf-8";
/* CSS Document */



body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup{
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	line-height:1.5em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	
}
a:hover{
	text-decoration:none;
}

html{
	-webkit-text-size-adjust:none;
	
	}
body{
	font-family:"微软雅黑", "宋体";
	font-size:14px;
	background-color:#fafafa;
}
/*-- Header Logo --*/
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  
  .header-logo .logo {
    margin: auto; }




/*-- Header bottom --*/
.header-bottom {
  background-color: #d20b1d; }

/*-- Header Bottom Logo --*/
.header-bottom-logo {
  display: none;
  float: left;
 }
  .header-bottom-logo .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
	}
    .header-bottom-logo .logo img {
      width: 100%;
      height: 100%; }

/*-- Main Menu --*/
.main-menu {
  float: right;
 
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media only screen and (max-width: 767px) {
    .main-menu {
      display: none !important; }
	   }
  .main-menu > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-right: 42px;
    position: relative;
    /*-- Sub Menu -*/
    /*-- Sub Menu -*/ }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .main-menu > ul > li {
        margin-right: 30px; } 
		}
    .main-menu > ul > li:last-child {
      margin-right: 0; }
    .main-menu > ul > li > a {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      line-height: 30px;
      padding: 25px 0px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-menu > ul > li > a {
          font-size: 13px; }
		   }
    .main-menu > ul > li:hover a, .main-menu > ul > li.active a {
      color: #333;
	   }
    .main-menu > ul > li .sub-menu {
      position: absolute;
      top: 100%;
      margin-top: 20px;
      left: -20px;
      text-align: left;
      padding: 15px 20px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      width: 220px;
      z-index: -99;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .main-menu > ul > li .sub-menu li a {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #7d7d7d;
        font-weight: 700;
        line-height: 30px; }
      .main-menu > ul > li .sub-menu li:hover a, .main-menu > ul > li .sub-menu li.active a {
        color: #abcd03; }
    .main-menu > ul > li:hover .sub-menu {
      margin-top: 0;
      z-index: 99;
      visibility: visible;
      opacity: 1; }

/*-- Mobile Menu --*/
.mean-push {
  display: none; }

.mobile-menu {
  position: relative;
  width:95%;
  }

.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
  
  }
  .mean-bar .meanmenu-reveal {
    top: 0px;
    padding: 0;
    height: 30px;
    overflow: hidden;
	}
    .mean-bar .meanmenu-reveal:hover {
      color: #abcd03; }
    .mean-bar .meanmenu-reveal i {
      font-size: 36px !important;
      display: block;
      line-height: 30px;
      margin-top: -3px;
	  color:#FFF;
	  }
    .mean-bar .meanmenu-reveal.meanclose i {
      font-size: 30px !important;
      margin-top: 0; }

/*-- Mean Nav --*/
.mean-nav {
  background-color: transparent;
  margin-top: 0; }
  .mean-nav ul li.mean-last {
    padding-bottom: 10px; }
  .mean-nav ul li a {
    display: block;
    line-height: 24px;
    padding: 8px 0;
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    font-weight: 700;
	color:#FFF;}
    .mean-nav ul li a:hover {
      color: #abcd03; }
    .mean-nav ul li a.mean-expand {
      width: 30px;
      top: 0;
      padding: 0 !important;
      border: none !important;
      right: 0;
      height: 42px;
      text-align: center;
      line-height: 42px;
      font-size: 20px !important; }
  .mean-nav ul li:hover > a, .mean-nav ul li.active > a {
    color: #d20b1d; }
  .mean-nav ul li ul li a {
    padding: 8px 0;
    padding-left: 15px;
    border-top: 1px solid #eeeeee;
    opacity: 1; }
  .mean-nav ul li ul li ul li a {
    padding-left: 30px; }

/*-- Header Search --*/
.header-search {
  float: right;
  position: relative;
  z-index: 99999; }

/*-- Search Toggle --*/
.search-toggle {
  padding: 25px 0;
  float: right;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .search-toggle {
      padding: 20px 0; } 
	  }
  .search-toggle:hover {
    color: #999; }
  .search-toggle i {
    font-size: 20px;
    line-height: 30px; }

/*-- Header Search Form --*/
.header-search-form {
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .header-search-form.open {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    right: 30px; }
  .header-search-form form {
    position: relative;
    padding-right: 40px; }
    .header-search-form form input {
      color: #7d7d7d;
      border: 1px solid transparent;
      height: 40px;
      line-height: 24px;
      padding: 7px 15px;
      width: 300px; }
      @media only screen and (max-width: 767px) {
        .header-search-form form input {
          width: 200px; } 
		  }
    .header-search-form form button {
      position: absolute;
      right: 0;
      top: 0;
      background-color: transparent;
      color: #7d7d7d;
      width: 40px;
      height: 40px;
      border: none;
      background-color: transparent;
      cursor: pointer; }
      .header-search-form form button:hover {
        color: #f1f1f1; }
    .header-search-form form button i {
      font-size: 20px;
      display: block;
      line-height: 40px; }

/*-- Header Stick --*/
.stick {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: #d60022;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
     .header-bottom-wrapper {
      text-align: right !important; }
	   }
   .header-bottom-wrapper .header-bottom-logo {
    display: block;
    padding: 16px 0;
    width: 160px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
       .header-bottom-wrapper .header-bottom-logo {
        width: auto; }
		 }
    @media only screen and (max-width: 767px) {
       .header-bottom-wrapper .header-bottom-logo {
        padding: 14px 0;
		padding-left:20px;
        width: auto; } 
		}
 /*--   .header-bottom-wrapper .main-menu {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    float: none;
	vertical-align:middle; }
	--*/
    @media only screen and (min-width: 768px) and (max-width: 991px) {
       .header-bottom-wrapper .main-menu {
        margin-right: 30px; } }
    @media only screen and (max-width: 767px) {
       .header-bottom-wrapper .main-menu {
        display: none !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
       .header-bottom-wrapper .main-menu > ul > li {
        margin-right: 25px; }
        .header-bottom-wrapper .main-menu > ul > li:last-child {
          margin-right: 0; } }
		  
    @media only screen and (min-width: 768px) and (max-width: 991px) {
       .header-bottom-wrapper .main-menu > ul > li > a {
        font-size: 13px; }
		 }
   .header-bottom-wrapper .mean-bar .meanmenu-reveal {
    right: 0 !important;
    left: auto !important; }
 .header-bottom-wrapper .header-search {
    width: 120px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
       .header-bottom-wrapper .header-search {
        width: auto; } }
    @media only screen and (max-width: 767px) {
       .header-bottom-wrapper .header-search {
        width: auto;
        margin-right: 40px; } }







/*底部*/
.bottome{
	width:100%;
	background-color:#2f2f2f;
	clear:both;
	text-align:center;
	padding:20px 0;
}
#bottom{
	max-width:1200px;
	position:relative;
	line-height:22px;
	color:#c2c2c2;
	margin:0 auto;
}

#bottom a{
	color:#fff;
	font-size:12px;
}
#bottom a:hover{
	color:#CCC;
}
@media only screen and (max-width: 767px) {
	#bottom a{
	font-size:12px;
}
	}




/*-- Page Banner Section --*/

.page-banner-section {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 170px 0;
  background-color:#485156;
  margin-top:80px;
  }
  .page-banner-section h1 small{
	  color:#FFF;
	  letter-spacing:1px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .page-banner-section {
      padding: 150px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-banner-section {
      padding: 150px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner-section {
      padding: 120px 0; } }
  @media only screen and (max-width: 767px) {
    .page-banner-section {
		margin-top:60px;
      padding: 100px 0; } }
  @media only screen and (max-width: 479px) {
    .page-banner-section {
		
      padding: 60px 0; } }
  .page-banner-section .page-title h1 {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
	text-align:right;
    }
    @media only screen and (max-width: 767px) {
      .page-banner-section .page-title h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 479px) {
      .page-banner-section .page-title h1 {
        font-size: 18px; } }

	
/*----------------------------------------------*/
.indexproline{
	width:100%;
	height:5px;
	background-color:#d20b1d;
}

/*About*/
.abtitle{
	color:#485156;
	font-size:12px;
	padding-top:60px;
	padding-bottom:20px;
	border-bottom:#aaaba9 solid 1px;
	margin-bottom:40px;
}
.abtitle h2{
	color:#485156;
	font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
}

.abtitle h2 small{
	color:#d20b1d;
	font-weight:normal;
	font-size:36px;
}

.abtitle strong{
	font-weight:bold;
	font-size:16px;
}

.abbrief{
	padding-top:40px;
	padding-bottom:40px;
	color:#5a5c59;

}
.abbrief h1{
	font-size:40px;
	font-weight:bold;
	line-height:40px;
}
.abbrief-title,.abbrief-wz{ text-align:center;
line-height:2em;}
.abbrief-title{
	color:#485156;
	font-size:26px;
	font-weight:bold;}
.abbrief img { margin-top:3rem;}
@media only screen and (max-width: 767px) {
	.abbrief h1{
	font-size:30px;
	line-height:30px;
}
	.abtitle h2{
		font-size:30px;
	}
	.abtitle h2 small{
	font-size:30px;
}

}
.abbrief-left{
	
	line-height:24px;
	max-width:270px;
	margin-top:60px;
	margin-bottom:60px;
}
.abbrief-bottom{
	width:100%;
	background:url(../images/db.jpg) no-repeat right center #eaeaea;
	text-align:center;
	font-size:18px;
	line-height:40px;
	padding-top:60px;
	padding-bottom:40px;
}
/*产品列表*/
.thumbnail{
	border-radius:0px;
   -moz-border-radius:0px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  position:relative;
  background:none;
}

.thumbnail img{
	 background: -webkit-linear-gradient(top, #a9a9a9, #efefef); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #a9a9a9, #efefef); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #a9a9a9, #efefef); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom,#a9a9a9, #efefef); /* 标准的语法 */
	
	display:block;
	z-index:1;
}
.thumbnail .caption h4{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-top:10px;
}

.thumbnail .caption h6{
	font-size:16px;
	margin-bottom:10px;
}
@media only screen and (max-width: 767px) {

	.thumbnail .caption h4{
		font-size:16px;
		font-weight:normal;
	}
		.thumbnail .caption h6{
		font-size:12px;
		color:#999;
	}
}
.thumbnail .caption h5{
	color:#00949c;
	margin-top:20px;
	line-height:3px;
}
.thumbnail .caption h5 small{
	color:#333;
	font-size:18px;
	letter-spacing:3px;
	
}
.thumbnail .caption{ white-space:nowrap; overflow:hidden;}

/*重定分页*/
.pagination>li>span{
	color:#fff;
	background-color:#3da036;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;background-color:#3da036;border-color:#ddd}
.pagination>li>a{
	color:#3da036;
}




/*产品详细*/
.proview-title{
	font-size:24px;
	font-weight:bold;
	line-height:36px;
	color:#00949c;
}

.proname{
	font-size:24px;
	padding-bottom:40px;
	font-weight:bold;
	
}
.proname strong{
	color:#d20b1d;
	font-weight:bold;
}



#nyjiacondet{
	width:100%;
	overflow:hidden;
	
}
.nyjiacondeth{
	display:inline-block;
	padding:8px 2em;
	border-right:#FFF solid 1px;
	color:#fff;
	background-color:#d20b1d;
	cursor:pointer;
	margin-top:10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}


.nyjiacondetc{
	border:#d1d1d1 solid 1px;
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	margin-bottom:40px;
}
.proviewbgny h3,.prosaminame{
	line-height:24px;
	color:#00949c;
	font-weight:bold;
	margin-top:30px;
}
.prosaminame{
	font-size:24px;
	line-height:48px;
	clear:right;
	color:#999;
	font-weight:bold;
	margin-bottom:20px;
}
.proviewbgny p{
	line-height:25px;
    color:#666;
	}
	
.proviewbgny table{
	color:#666;
	width:100%;
}

.proviewbgny table tr:first-child{
	font-weight:bold;
}
.proviewbgny table td{
	padding:5px 20px;
	text-align:center;
}

/*模具定制*/
.module{
	padding-top:40px;
	padding-bottom:40px;
}
.module .img-circle{
	border:#485156 2px dashed;
	background-color:#fafafa;
	padding:20px;
	margin-top:40px;
	margin-bottom:40px;
}
.module h2{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#d20b1d;
	margin-bottom:40px;
}
.modulelb{
		flex-wrap:wrap;
	display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
dispiay:flex;
align-items:center;
border-bottom:#CCC solid 1px;
padding-bottom:10px;
margin-top:20px;
margin-bottom:20px;
}
.modulebt{
	flex:1;
}
.modulebtwz{
	border-radius:50px;
	background-color:#485156;
	text-align:center;
	color:#FFF;
	font-size:30px;
	width:50px;
	height:50px;
	line-height:50px;
}
.moduleny{
	flex:6;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}
/*新闻中心*/
.news{
	padding:20px;
	text-align:left;
	background-color:#fff;
	margin-top:2em;
	color:#666;
	text-align:center;
	
}

.newsimg{
	padding-right:20px;
}

.newsimg a:hover>img{
	 -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    -ms-filter: grayscale(60%);
    -o-filter: grayscale(60%);
    filter: grayscale(60%);
    filter: gray;
	opacity:0.6;
filter:alpha(opacity=60);
}

.news h3{
	color:#303030;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
.news h3 a,.newsview a{
	color:#303030;
}

.news h3 a:hover{
	color:#d20b1d;
}
.news h5 a{
	color:#d20b1d;
}
.news h5 a:hover{
	color:#333;
}
.newsn{
	padding-top:0px;
	text-align:left;
}
.newsn p a{
	color:#999;
}
.newsn p a:hover{
	color:#d20b1d;
}
.newsn em{
	color:#999;
}


.newsn p{
	word-wrap:break-word;
	word-break:normal;
	text-align:left;
	color:#666;
	margin-top:20px;
}


.newsview{
	line-height:25px;
	margin-top:40px;
	margin-bottom:40px;
}
.newsview a{
	color:#333;
}
.newsview a:hover{
	text-decoration:underline;
}
.newsview h3{
	font-weight:bold;
}
.newsview p{
	word-wrap:break-word;
	word-break:normal;
	text-align:left;
	color:#666;
	margin-top:10px;
	margin-bottom:20px;
}
.newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	display:block;
	margin:0 auto;
}
.newsview  h2,.newsview-name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#333;
}
.newsview-name{
	font-size:24px;
	}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-bottom:40px;
}
.newsview-div{
	text-align:right;
}
.newsview .newsview-page{
	border-top:#ddd solid 1px;
}

.newsview .newsview-page1{
	border-bottom:#ddd solid 1px;
}


/*--销售网络-*/
.service{
	font-size:16px;
	margin-bottom:40px;
	line-height:20px;
	color:#666;
	max-width:850px;
	margin:0 auto;
	line-height:30px;
}
.service strong{
	color:#00949c;
	font-weight:bold;

}

/*--产品应用-*/
#application{
	background-color:#dadada;
	max-width:1280px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:30px;
}
#application .col-xs-6{
	padding:0px;
	position:relative;

}
.appwenzi{
	color:#999;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	position:absolute;
	width:100%;
	height:100%;
	
	left:0px;
	top:0px;
}
.appwenzi p{vertical-align: middle; display: inline-block; *display: inline; *zoom: 1;}
.visiblewz{height: 100%; vertical-align: middle; width: 0; display: inline-block;}


/*--联系我们-*/
/*--联系我们-*/
.contactmap{
	width:100%;height:505px;border:#ccc solid 1px;
	margin-top:40px;
}
@media (max-width:1198px){
	.contactmap{
		height:300px;
	}
}

.contact h2,.contact h3{
	font-weight:bold;
	font-size:24px;
	color:#333;
	line-height:30px;
	font-style:normal;
	text-align:center;
}
.contact h2{
	margin-top:40px;
}
.contact h3{
	margin-bottom:60px;
}
.contact .row{
	margin-top:40px;
	margin-bottom:40px;
}
.contactnr{
	 flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   align-items:center;
}
.contactnrbz{
	width:60px;
	height:60px;
	border-radius:30px;
	text-align:center;
	line-height:60px;
	background-color:#d20b1d;
	color:#fff;
	font-size:40px;
}
.contactnrcon{
	text-align:left;
	padding:0px 20px;
}
.contactnrcon a{
	color:#666;
}
.contactnrcon a:hover{
	color:#d20b1d;
	text-decoration:underline;
}

@media (max-width:768px){
	.contact .row{
		margin:0px;
	}
	.contact .col-md-4{
		padding:10px 0px;
	}
}
/*--目录下载-*/
.catalog-c{
	display:inline-block;
	vertical-align:text-top;
}
.catalog-c table{
	width:100%;
	margin-top:20px;

}
.catalog-c th{
	text-align:center;
	border:#CCC solid 1px;
	padding:1em;
	color:#3da036;
}
.catalog-c td{
	padding:1em;
	background-color:#f1f1f1;
	border:#CCC solid 1px;
}
.catalog-c a{
	display:block;
	background-color:#3da036;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	min-width:70px;
	 -moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius:25px;   /* Webkit browsers */
    border-radius:25px;
	margin-bottom:5px;
}
.catalog-c a:hover{
	color:#c1c1c1;
	background-color:#000;
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

