@charset "utf-8";

html{
	font-size:10px;
}
@media screen (min-width: 481px) and (max-width: 1400px) {
	html{
	font-size:8px;
}
}
@media screen and (max-width: 480px) {
	html{
	font-size:6px;
}
}

 body {
	 font-family:"微软雅黑", "宋体";
    color: #666;
	font-size:16px;
}
@media screen (min-width: 481px) and (max-width: 1400px) {
	body{
	font-size:14px;
}
}
@media screen and (max-width: 480px) {
	body{
	font-size:12px;
}
}
h1, h2, h3, h4, h5, h6 {
    color: #232a2f;
	
}
h3, h4, h5 {
    font-weight: 200;
    margin-bottom: 30px;
}

p {
    
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 3rem;
}
iframe{
    border:0;
    outline: 0;
}
.header-content {
    margin-bottom: 40px;
    color: #FFF;
    text-align: center;
}
.header-content h2 {
	font-weight:bold;
    font-size: 3.2rem;
	text-align:left;
	color:#343639;
	text-transform:uppercase;
}
.header-content h3 {
    font-weight: 200;
    text-transform: capitalize;
	text-align:left;
}
ul.list li:before {
    position: absolute;
    left: 3px;
    font-family:'FontAwesome';
    content:'\f105';
}
ul.list {
    padding-left: 28px;
    padding-bottom: 10px;
    list-style: none;
    position: relative;
    
    line-height: 28px;
    font-weight: 300;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*
    [ GENERAL ELEMENTS ]
*/
 a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    text-decoration: none;
}

blockquote {
    margin-left: 20px;
}
blockquote p {
    margin-bottom: 10px !important;
}
code {
    display: block;
    padding: 4px 8px;
    font-size: 90%;
    color: #c7254e;
    white-space: inherit;
    background-color: #f9f2f4;
    border-radius: 2px;
}


#menu {
    position: fixed;
    width:300px;
    background: #f2f2f2;
    height: 100%;
    left: 0;
	top:0;
	
}
@media screen and (max-width: 480px) {

#menu {
	font-size:14px;
}
}
#menu .navbar-toggle {
    margin-top: 11px;
}
#menu .navbar-brand {
	width:100%;
	height:268px;
	background-color:#515457;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
}
  @media only screen and (max-width: 1100px) {
	  #menu .navbar-brand{
		  width:auto;
		  height:35px;
		  background-color:transparent;
		  margin-left:10px;
		  
	  }
	  
	 	#menu .navbar-toggle {
    margin-top: 0px;
} 
  }
   @media only screen and (max-width: 490px) {
	    #menu .navbar-brand img{
		  width:auto;
		  height:20px;

	  }
   }
#menu .navbar-brand>img{
	margin:0 auto;
}
#menu .navbar{
    border-radius: 0;
    background: transparent;
    border: none;
}
#menu .navbar-collapse {
    padding-left: 20px;
}
#menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li {
    float: none;
    margin-left: -10px;
}
#menu .navbar-default .navbar-nav>li>a {
    color: #515457;
    letter-spacing:1px;
    text-transform: uppercase;
    padding-left: 50px;
	
}
#menu .navbar-default .navbar-nav>li>a:hover {
    background: rgba(38, 41, 46, .2);
	color: #e7222a;
}
#menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	font-weight:bold;
	background:none;
}
#menu .navbar-nav {
    margin: 7.5px -15px;
}
#menu .navbar-nav .opens .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
#menu .navbar-default .navbar-nav .opens .dropdown-menu>li>a {
    color: #777;
}
#menu .navbar-nav .opens .dropdown-menu>li>a {
    line-height: 20px;
}
#language{
	border-top:#515457 solid 1px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
	width:100%;
	height:120px;
	padding-left:70px;
	position:absolute;
	bottom:0;
	left:0;
}

#language a{
	width:45px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	border:#d1d1d1 solid 1px;
}
#language a:first-child{
	background-color:#333;
	border:none;
}
#language a:last-child{
	color:#666;
	
}
@media only screen and (max-width: 1199px){

	#language{
		width:auto;
		height:auto;
		padding-left:0;
		position:relative
	}
}
#container {
    position: relative;
    margin-left: 300px;
}
#container section {
    padding: 60px;
}

#container section.gray {
    background: #eceff1;
}
.mg-bt-80 {
    margin-bottom: 80px;
}
.mg-bt-60 {
    margin-bottom: 60px;
}
.mg-bt-40 {
    margin-bottom: 40px;
}
.to-top-btn {
    background: #e7222a;
    border-radius: 0;
    color:#000;
    display: block;
    font-size: 18px;
    line-height: 38px;
    margin: 0 auto;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.to-top-btn:hover{
    color: #fff;
}
.btn {
    border-radius: 0;
    padding: 8px 13px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
	 nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        margin-left: 10px;
    }
	nav.navbar.bootsnav li.dropdown.on > a.dropdown-toggle:before{
        content: "\f107";
    }
	
	  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    
	   nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu  > li > a{
        display: block;
        width: 100%;
        border-bottom: solid 1px #707070;
        padding: 10px 0;
        color:#fff;
		padding-left:60px;
		background-color:#515457;
    }
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu  > li > a:hover{
	background-color:#e7222a;
	 border-bottom: solid 1px #707070;
	
}
/*
    [ Preloader ]
*/
#preloader {
	background: #f1f1f1;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url(../images/Preloader_0.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
/* 
    [PAGES STYLE]
*/

/* ====== HOME ====== */
 #container section.home {
    padding: 0px;
}



/* ====== Services ====== */
#services{
	background-color:#f7f8f9;
}
#services a{
	position:relative;
}
.service {
    width: 100%;
    height: 200px;
    margin: 40px 0;
    text-align: center;
	 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#services .col-md-4{
	padding-left:40px;
}
.service img{
	display:block;
	margin-bottom:60px;
}

.service h3{
	top: 0px;
	position:relative;
	text-align:left;
	font-size:16px;
	line-height:18px;
	  -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service:hover h3{
	top: -30px;
}
.service h4{
	text-align:left;
	font-size:16px;
	color:#fff;
	top: 0px;
	position:relative;
	 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service:hover h4{
	top: -30px;
}
/* Responsive CSS */
@media only screen and (max-width: 871px){ 

   
    #menu {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 99999;
    }
    .sidebar {
        padding-left: 15px;
    }
    #menu .navbar {
        padding-top: 10px;
		background-color:#000;
		margin-bottom:0px;
		/* 控制整个导航栏底部位置 */
    }
    #menu .navbar-brand {
        padding-bottom: 0;
		padding-top:0px;
    }
	/* 控制logo位置 */
    #container {
        margin-left: 0;
    }
    
   
   
    
}
@media only screen and (min-width: 481px) and (max-width: 991px){    
    #menu {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 99999;
    }

    #menu .navbar-brand {
        padding-bottom: 0;
    }
    #container {
        margin-left: 0;
    }
  
    #menu .navbar-nav a,#menu .navbar-nav li{
        float: none;
    }
}



@media only screen and (min-width: 871px) and (max-width: 991px){    
    #menu .navbar-nav a,#menu .navbar-nav li{
        float: left;
    }
    #menu .navbar-header{
        float: left;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px){
    #menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li{
        float: none;
    }
}
@media only screen and (min-width: 1200px){
    #menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li{
        float: none;
    }
}

/*  Bootstrap Components  */


 /*   NAV TABS*/

 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #c1c8cf;
    color: #e5e8eb;
    border-radius: 0;
    webkit-border-radius: 0;
    border-top: 0;
    border-left: none;
    border-bottom: 0;
    border-right: 0;
}
.nav-tabs {
    border-bottom: 0;
    overflow: hidden;
}
@media screen and (max-width: 440px) {
    .nav-tabs li {
        width: 30%;
    }
	#container section {
    padding: 15px;
}
}
.nav-tabs > li > a {
    
    color: inherit;
    background: #e5e8eb;
    font-weight: 700;
    border-left: none;
    margin: 0;
    margin-right: 5px;
    padding: 15px 20px;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav-tabs > li.active:first-child > a:hover {
    border-left: 0;
    border-bottom: 0;
}
.nav-tabs > li > a {
    border-bottom: 1px solid #CCC;
    border:0;
    color: #1A1E22;
}
.nav-tabs > li > a:hover {
    color: #FFF;
    background: #3a3e45;
    border-top: 0;
    border-right: 0;
    border-left: none;
    border:0;
}
.nav-tabs > li:first-child > a {
    border-left: 0;
}
.tab-content {
    background: #c1c8cf;
    padding: 15px;
    border:0;
}

.navbar-default .navbar-toggle{
	border-color:#666;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#e7222a;
	border-color:#e7222a;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{
	background-color:#fff
}
/* ====== Company ====== */
#company{
	background-color:#d80c18;
}
#company .col-md-6{
	padding:10px;
}
#company h2 {
	font-weight:bold;
    font-size: 3.2rem;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
}
#company h3 {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 14px;
	text-align:left;
	font-weight:bold;
	max-width:550px;
	color:#38383a;
}
#companybrief{
	width:60%;
	min-width:300px;
	height:300px;
	background-image:url(../images/about.jpg);
	background-size:cover;
	 display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items:center;
	 justify-content:center;
	 margin-top:60px;
}
#companycirle{
	 display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items:center;
	 justify-content:center;
	width:150px;
	height:150px;
	border-radius:50%;
	border:#ffffff solid 10px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#companybrief:hover #companycirle{
	border:#e7222a solid 10px;
	 
}
#companycirle i{
	display:none;
}
#companybrief:hover span{
	display:none;
}
#companybrief:hover i{
	display:block;
}
#bigtext{
	text-align:center;
	font-size:6rem;
	color:#fff;
	line-height:60px;
}
a #companycirle{
	color:#fff;
}
#smalltext{
	max-width:80%;
	padding-top:20px;
	text-align:center;
	
}
a #smalltext{
	color:#CCC;
}
a:hover #smalltext{
	color:#e7222a;
}

/* ====== serviceitem ====== */
#proservice{
	background-color:#f7f8fa;
}

#proservice .col-md-4{
	padding:15px;
}

.proservice{
	position:relative;
	max-width:390px;
}
.proservicecon{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(63,65,68,0.3);
}
.proservicetitle{
	position:absolute;
	left:0;
	bottom:0;
	padding:20px 0;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 490px){ 
#companybrief{
	width:100%;
}
.proservicetitle{
	font-size:2.5rem;
}
}
.proservicetitle i{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position:relative;
	left:0;
}
.proservice:hover i{
	left:30px;
}	
.proservice:hover .proservicetitle{
	background-color:#e7222a;
}
.proservicecon:hover{
	background-color:rgba(63,65,68,0.6);
}


#footercon{
	background-color:#3f4144;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
}
#footerconleft{
	flex:1;
	max-width:1000px;
	
}
#footerconleft p{
	max-width:430px;
	color:#FFF;
	font-size:2.6rem;
	font-weight:bold;
	line-height:36px;
	padding-left:30px;
}


#footerconright{
	flex:1;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	border-left:#fff solid 3px;
	max-width:320px;
	padding-left:30px;
}
#footerconright a{
	color:#fff;
}
#footerconright a:hover{
	color:#e7222a;
}
footer{
    background:#515457;
    padding:40px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:flex-end;
}
#footnavleft{
	flex:1;
	max-width:1020px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footnavleftcon{
	flex:1;
}
.footnavleftcon h3{
	color:#8c8c8e;
	font-weight:bold;
	text-indent:1em;
	font-size:18px;
	margin-bottom:10px;
	
}
.footnavleftcon ul{
	padding-left:20px;
}
.footnavleftcon li{
	list-style:none;
	line-height:1.8em;
}
.footnavleftcon li a{
	color:#848486;
	font-size:14px;
	text-align:left;
	padding:0px;
}
.footnavleftcon li a:hover{
	color:#fff;
}
#footnavright{
	color:#999;
	width:300px;
}
#footnavright a{
	color:#999;
}
@media only screen and (max-width: 871px){ 
	footer,#footercon,#footnavleft{
		 flex-direction:column;
		 justify-content: flex-start;
		 align-items:flex-start;
	}
	#footnavright{
		width:100%;
		text-align:center;
		
	}

	
}

/* ====== 内页banner ====== */

#nybanner{
	width:100%;
	padding:140px 0 220px 0;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}

.nybannerabout{
	background-image:url(../images/cf.jpg);
}
.nybannerpro{
	background-image:url(../images/pro.jpg);
}
.nybannerqua{
	background-image:url(../images/quality.jpg);
}
.nybannerinno{
	background-image:url(../images/design.jpg);
}
.nybannermanu{
	background-image:url(../images/Manufacture.jpg);
}
.nybannernews{
	background-image:url(../images/news.jpg);
}
.nybannercont{
	background-image:url(../images/contact.jpg);
}
#nybannerlogo{
	background-color:#343639;
	width:16rem;
	text-align:center;
	font-size:3rem;
	padding:10px 0px;
	margin-left:80px;
	color:#fff;
	
}

#nybannertitlelong,#nybannertitle{
	background-color:#FFF;
	font-size:4.2rem;
	color:#343639;
	font-weight:bold;
	width:24rem;
	padding:10px 0px;
	text-align:center;
	text-transform:uppercase;
	margin-left:120px;
}
#nybannertitlelong{
	width:460px;
}
@media only screen and (max-width: 490px){ 
#nybannerlogo{
	display:none;
}
#nybanner{
	width:100%;
	padding:80px 0 80px 0;
	background-size: auto 100%;
	background-position:center center;
	margin-top:60px;
}
#nybannertitlelong,#nybannertitle{
	background-color:transparent;
	color:#fff;
	margin-left:0px;
	text-align:center;
	width:100%;
}
}
/* ====== 内页about ====== */
#about{
	background-color:#f7f8fa;
}
#about h2{
	text-transform:uppercase;
	margin-bottom:6rem;
	font-size:3.4rem;
	line-height:1.6em;
}
#about p{
	color:#666;
	line-height:24px;
}
.aboutdiver{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
	margin-top:40px;
	margin-bottom:40px;
}
.aboutdiverlogo{
	width:8.8rem;
}

.aboutdiverline{
	height:30px;
	flex:1;
	border-bottom:#bfbfbf solid 1px;	
}
#aboutphilosophy h2{
	text-align:center;	
}

.aboutphilosophy{
	width:150px;
	height:150px;
	border-radius:50%;
	background-color:#f1f1f1;
	border:#999 solid 1rem;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	color:#333;
	margin:0 auto;
}

.aboutphilosophy img{
	max-width:70px;
}
   @media only screen and (max-width: 490px) {
	   .aboutphilosophy{
	width:100px;
	height:100px;
	   }
	   #aboutphilosophy .col-sm-3{
		   margin-bottom:30px;
	   }
	   .aboutphilosophy img{
	max-width:50px;
}
   }
.philosophytext{
	margin-top:20px;
	text-align:center;
	color:#666;
}

/* ====== serviceitem ====== */
#aboutservice{
	background-color:#f7f8fa;
}
#aboutservice h2{
	text-align:center;
	text-transform:uppercase;
}
#aboutservice .row{
	margin-top:60px;
}
#aboutservice .col-md-4{
	padding:15px;
}

.aboutservice{
	position:relative;
	max-width:390px;
}
.aboutservicecon{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.1);
}
.aboutservicetitle{
	position:absolute;
	left:0;
	bottom:0;
	padding:20px 0;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	 -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 @media only screen and (max-width: 490px) {
	 .aboutservicetitle{
		 font-size:14px;
	 }
 }
.aboutservicetitle i{
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position:relative;
	left:0;
}
.aboutservice:hover i{
	left:30px;
}	
.aboutservice:hover .aboutservicetitle{
	background-color:#e7222a;
}
.aboutservicecon:hover{
	background-color:rgba(0,0,0,0.6);
}
#aboutlist{
	margin-top:30px;
}
#aboutlist .owl-prev{
	display:none !important;	
}
#aboutlist .owl-next{
	display:none !important;	
}

/* ====== quality ====== */
#quality{
	background-color:#f7f8fa;
}
#quality h2{
	text-align:center;
	margin-top:10rem;
	margin-bottom:3rem;
	font-size:3.5rem;
}
.qualityline{
	width:10rem;
	height:1px;
	border-bottom:#c8c8c8 solid 1px;
	margin:0 auto;
	margin-bottom:10rem;
}
#quality p{
	max-width:900px;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
}

.quaprin{
	background-color:#585b5d;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	border-left:#e7222a solid 5px;
	transform: skew(-20deg);
	max-width:300px;
	text-align:center;
	padding:60px 0;
}
#quaprinrow{
	background-color:#c9c9c9;
	
}
.quaprinrow{
	max-width:1200px;
	margin:0 auto;
	margin-bottom:60px;
}
#quaprinmang{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;	
}
#quaprinrow h2{
	text-align:center;
	color:#585b5d;
	margin-bottom:10rem;
	font-size:3.5rem;
}
#quaprinmangleft{
	max-width:200px;
}
.quaprinmangleft{
	background-color:#787878;
	padding:5px;
	margin-bottom:3px;
	color:#CCC;
}
#quaprinmangright{
	flex:1;
}
#quaprinmangright img{
	max-height:580px;
	margin:0 auto;
}
#qualityequip{
	background-color:#f7f8fa;
}
.qualityequip{
	max-width:1200px;
	margin:0 auto;
}
.qualityequip h2{
	text-align:center;
	margin-bottom:3rem;
	font-size:3.5rem;
	color:#333;
}
.qualityequipcon{
	background-color:#787878;
	color:#fff;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.25);
	box-shadow:0 3px 3px rgba(0,0,0,0.25)
}
.qualitycaption{
	font-size:16px;
}
.qualitycaption i{
	background-color:#e7222a;
		padding:10px 20px;
}
@media only screen and (max-width: 871px){ 
#quaprinmang{
	flex-direction:column-reverse;
}
#quaprinmangleft{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
	max-width:100%!important;
}
.quaprinmangleft{
	flex:1;
	
	margin-left:2px;
}
}

/* ====== Design ====== */

#Innovation,#Innovation1{
	background-color:#f7f8fa;
}
#Innovation .col-md-3 img{
	margin-top:-60px;
	margin-left:-60px;
}

#Innovation h2{
	margin-top:10rem;
	margin-bottom:3rem;
	font-size:3rem;
}
@media only screen and (max-width: 490px){ 
#Innovation .col-md-3 img{
	margin-top:0px;
	margin-left:0px;
	width:50%;
}
}
#Innovation p strong{
	font-weight:bold;
}
#Development{
	background-color:#f7f8fa;
}
#Innovation1 .row{
	max-width:1300px;
	margin:0 auto;
}
#Innovation1 .col-sm-3{
	position:relative;
	padding:0px;
}
.Innotext1,.Innotext{
	background-color:#db0100;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	padding:20px;
	color:#FFF;
}
.Innotext1{
	background-color:#3f4144;
	color:#db0100;
}
.Innotext h1{
	color:#FFF;
	font-weight:bold;
	font-size:3rem;
}
.Innotext1 h1{
	color:#db0100;
	font-weight:bold;
	font-size:3.5rem;
}
#Innovation1 .col-sm-3:hover{
	opacity:0.8;
filter:alpha(opacity=80);
}
/* ====== manufacture ====== */

#manufacture{
	background-color:#f7f8fa;
}
#manufacture h2{
	font-size:3.5rem;
}
.manufacture{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.manufactureline{
	width:160px;
	height:1px;
	background-color:#e7222a;
}
.manufacturecon{
	flex:1;
}
.manufactureleft{
	padding:60px;
	padding-bottom:0px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction:column;
}
.xijietu{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:flex-end;
}
.xijietu img{
	max-height:220px;
	margin-left:1em;
}
.manufacturelinegray{
	width:100%;
	height:1px;
	background-color:#dcdcdc;
	margin:6rem auto 6rem auto;
}
@media only screen and (max-width: 871px){ 
	.manufacturecol{
	flex-direction:column;
    }
  .manufacturecolrev{
	flex-direction:column-reverse;
    }
	.manufactureleft{
	padding:20px;
}
}
#manucase .col-sm-3{
	position:relative;
	margin-bottom:20px;
}
.manucasetext{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	text-align:center;
	padding:20px;
	color:#FFF;
	
}
.manucasetext h1{
	color:#FFF;
	font-weight:bold;
	font-size:3.5rem;
}

.manucasetext .col-sm-3:hover{
	opacity:0.8;
filter:alpha(opacity=80);
}
/* ====== News ====== */
#newsView,#news{
	background-color:#f7f8fa;
}
.news{
	border:#FFF 5px solid;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:30px;
}

.newsimg{
	width:260px;
	background-color:#ddd;
	padding:20px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newscon{
	flex:1;
	padding-left:40px;
	padding-right:20px;
}
@media only screen and (max-width: 768px){ 
.newscon{
	padding-left:20px;
}
.newsimg{
	width:100%;
}
.news{
	flex-direction:column;
}

}
.newscon h3{
	font-size:2.4rem;
	margin-bottom:0px;
	position:relative;
	left:0px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newscon h6{
	color:#999;
	position:relative;
	left:0px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newscon p{
	font-size:14px;
	color:#999;
}
.news:hover{
	-webkit-box-shadow:8px 8px 8px rgba(0,0,0,0.1);
	box-shadow:8px 8px 8px rgba(0,0,0,0.1)
}
.newscon:hover h3{
	left:20px;
	
}
.newscon:hover h6{
	left:20px;
}
.news:hover .newsimg{
	background-color:#999;
}
.news:hover p{
	color:#666;
}
#newsView h2{
	margin-bottom:30px;
	font-size:3.5rem;
	line-height:1.5em;
}
.newsview-page a{
	color:#333;
}
.newsview-page a:hover{
	color:#e7222a;
}
#newsView img{
	width:100%;
	max-width:100%;
	width:auto!important;
	height:auto!important;
	display:block;
}
/* ====== contact ====== */
#contact{
	background-color:#f7f8fa;
}

#contact h2{
	font-size:3.5rem;
	
}
@media only screen and (max-width: 490px){ 
#contact h2{
	text-align:center;
}
}
#contact ul{
	margin-top:4rem;
}
#contact .col-md-6{
	margin-bottom:20px;
}
#contact li{
	padding:5px 0;
	list-style:none;
}
.contactmap {margin:0;height:380px;border:1px solid #ccc;}
/* ====== products====== */
#products{
	background-color:#f7f8fa;
}
/* ====== products====== */
#products{
	background-color:#f7f8fa;
}
.index-nav{width: 100%;border-bottom: 1px solid #eeeeee;box-sizing: border-box;background:#707070; position:relative; height:7rem;}
.index-nav-frame{width: 1200px;}
.index-nav-frame-line{color: #b8b8b8;float: left;position: relative;display: block;outline: none;cursor: pointer;width:200px;text-align: center;font-weight: 700;height:6.8rem; line-height:6.8rem; border-right:#666 solid 1px;}
.index-nav-frame-line a{
	display:block;
	color: #b8b8b8;
}
.index-nav-frame-line a:hover{
	color:#fff;
}

.index-nav-frame-line:hover,.index-nav-frame-line.active{color:#fff; background-color:#464648; border-top:#e7222a 2px solid;}
.index-nav-frame-line.active a{
	color:#fff; 
}

.nav-small{width: 100%;height: 6.6rem; display: none;outline: none; text-align:center; line-height:6.6rem; color:#FFF;  text-transform:uppercase; }
.nav-small-focus{position: absolute;width: 100%;height: 100%;display: none;}
.nav-small-focus:focus{display: none;}
@media only screen and (max-width:799px) {
	.nav-line{display: block;border-bottom: 1px solid #eeeeee;}
	.nav-small{display: block; background-color:#F00; position:static;}
	.index-nav-frame-line{width: 100%; border-bottom: 1px solid #ccc; display:none;}
	.nav-small:focus .nav-small-focus{display: block;}
	.index-nav-frame{width: 100%;}

}

/* products*/
.thumbnail{
	border-radius:0px;
   -moz-border-radius:0px;
  position:relative;
  padding:0;
  padding-bottom:30px;
  background:none;
  border:#eee solid 1px;
 
}


.thumbnail:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.thumbnail .caption{
	overflow:hidden;
	 padding:0 10px;
	 position:absolute;
	 left:0;
	 bottom:0;
	  background-color:#f2f2f2;
	 height:50px;
	 width:100%;
	 transition: height 0.3s ease-in;
-moz-transition: height 0.3s ease-in;	/* Firefox 4 */
-webkit-transition: height 0.3s ease-in;	/* Safari 和 Chrome */
-o-transition: height 0.3s ease-in;	/* Opera */
	 }
.thumbnail:hover .caption{
	height:130px;
	background-color:#e7222a;
}
.thumbnail .caption h4{
	font-size:14px;
	color:#666;
 word-wrap: break-word;
    word-break: normal;
	padding:15px 0;
	margin:0px;
	
}
.thumbnail:hover h4,.thumbnail:hover p{
	color:#fff;
}

.thumbnail p{
	 word-wrap: break-word; 
	color:#999;
}
.protopimg{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.protopimg img{
	width:100%;
}
/*重定分页*/
.pagination{
	margin:10px auto 60px auto;
	text-align:center;
	display:block;
}
.pagination>li{
	display:inline-block;
	margin-bottom:12px;
	
}
.pagination>li>span{
	color:#fff;
	background-color:#e7222a;
	border-color:#dddddd;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#fff;
	background-color:#e7222a;}
.pagination>li>a{
	color:#fff;
	background-color:#cccccc;
	border-color:#dddddd;
}
/*产品详细*/

.propaddin{
	padding-top:40px;
}
.propaddin .col-md-5 img{
	border:#ddd solid 1px;
}
.promartop{
	margin-top:30px;
	background-color:#c1c1c1;
	border-bottom:#c1c1c1 solid 1px;
	color:#666;
	padding-top:10px;
	padding-bottom:10px;
	text-indent:2em;
	font-size:20px;
	font-weight:bold;
	}

.proname{
	font-size:16px;
	padding:20px 0;
	color:#999;
	line-height:30px;
	font-weight:normal;
	border-top:#d1d1d1 solid 3px;
}
.proname strong{
	font-size:3rem;
	color:#333;
	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{
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	background-color:#f8f8f8;
}

.proviewbgny{
	padding:25px 40px;
	overflow:hidden;
	color:#ababab;
	background-color:#ffffff;
}
.proviewbgny h3{
	color:#333;
	font-weight:bold;
	padding:15px 0;
	font-size:2.4rem;
}
.prosaminame{
	font-size:2.4rem;
	line-height:2em;
	clear:right;
	color:#999;
	font-weight:bold;
	margin-bottom:20px;
}
.proviewbgny p{
	line-height:25px;
    color:#666;
	padding:20px 20px;
	margin-bottom:10px;
	}
	
.proviewbgny table{
	color:#666;
	width:100%;
	margin-top:20px;
}

.proviewbgny table th{
	text-align:center;
	font-weight:bold;
	background-color:#666;
	color:#FFF;
	border-right:#fff solid 1px;
	border-top:#fff solid 1px;
}
.proviewbgny table td{
	padding:5px 20px;
	text-align:center;
	border:#CCC solid 1px;
}

@media (max-width:768px){
	.proviewbgny{
		padding:0px;
	}
	.proviewbgny table td{
	padding:0px 0px;
}
}