body{
	font-family: "微软雅黑";
	overflow-x:hidden;	
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#222222;
}
a:hover{color:#dddddd;text-decoration: none;}
a:link{text-decoration: none;}

.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right: 0px;
    padding-left: 0px;
}
/*首页导航*/

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}
#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;  
}
#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
  background: #000;
  position: relative;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}
.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}
.sidebar-nav li:first-child a {
  background-color: #3e3d3d;
  color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #5d5d5d;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #737373;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #797979;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #9a9a9a;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #a0a0a0;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #afafaf;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #b3b3b3;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #c3c3c3;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 20px;
  width: 32px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.t_top{
	height:30px;
	line-height: 30px;
	background: #e7e7e7;
	font-size: 12px;
	color:#333;	
}
.t_top a{
	color:#333;
}
.t_top_l{
	float:left;
}
.t_top_r{
	float:right;
}
.menu_b{
    width:100%;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    margin-bottom: 0;
    z-index: 1;
    padding-top: 20px;
}

.fixed{
	position: fixed !important;
	width:100%;
	top:0;
	z-index:10;
}
.navbar-default{
	border:0;
	background: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:0;
}
.navbar{
	margin-bottom: 0px;
}
.logo{
	vertical-align: middle;
}
.logo img{
	height:60px;	
    display: inline-block;
    vertical-align: unset
}
.navbarlogo img{
    padding-top:5px;
    height:50px;
}
.navbarlogo1{	
    height:40px;    
    display: block; 
    position: fixed;
    top: 15px;  
    z-index: 999;
    right: 10px;
}
.navbarlogo1 img{   
    height:40px; 
}
.toggled .navbarlogo1{
    display: none !important;
}
.navbar-collapse{
	padding: 0;
}
.navbar-nav > li > a{
	color:#848484;
	font-weight: normal;
}
 .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #222222;
    font-weight: normal;  
    text-shadow: none;
    background: #e7e7e7;   
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus{
	color: #222222;
    font-weight: normal;    
    text-shadow: none; 
    background: none;   
}
 .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {
    color: #222222;
    font-weight: normal;   
    text-shadow: none;   
    background: none;   
}
.banner{
    background: url(../images/banner1.jpg) no-repeat;   
    position: relative;
    min-height: 850px;  
    background-size: cover;
}
@media (min-width: 992px){
    /*.navbar-collapse.collapse{
        position: absolute;
        left:50%;
        margin-left: -30%;
    }*/
    .carousel{
        width:410px;
        position: absolute;
        left:50%;
        margin-left: -36%;
        top:130px;
    }
    .banner_b{
        /*padding:0 40px;*/
    }
    .nav > li > a{
        padding: 15px 30px;
    }
}

@media (max-width: 1366px) and (min-width:1200px){
    .banner{
        background: url(../images/banner1.jpg) no-repeat;   
        background-size: cover;
        position: relative;
        min-height: 677px;    
    }
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0.21);  
  border: 0px solid rgba(0, 0, 0, 0.4); ;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  border: 3px solid rgba(0, 0, 0, 0.4); ;
  background-color: #fff;
}
@media (max-width: 991px){
    .menu_b{
        position: relative;
        z-index: 1;
        background: #000;
        height:60px;
        margin-bottom:20px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border:0;
        width:100%;
    }
    .carousel{
        width:100%;
        margin:0 auto;
        position: relative;  
        /*padding-top:30px;*/
        float:none;  
        text-align: center;  
        /*padding-bottom:50px;*/ 
    }
    .carousel img{
        display: inline-block !important;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #222222;
        font-weight: bold;
        background: #55cbd2;   
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;        
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
        color: #222222;
        font-weight: bold;
        background: #55cbd2;   
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #222222;
        font-weight: bold;
        background: #55cbd2;   
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }   
    .nav > li{
        border-bottom: 1px solid #fff;
    }
    .navbar-toggle{
        margin-top: 12px;
    }
    .banner_b{
       /* padding: 0 20px;*/
       /* margin: 20px 0;*/
    }
    .banner{
        /*background: url(../images/banner.jpg) no-repeat center;   
        position: relative; */       
    }
}
.navbar-nav {
    margin: 7.5px 0px;
}
@media (min-width: 992px){
    .about{
        margin-top: 50px;
        padding-bottom: 50px;
       
    }
      
    .about_img_a{
        display: inline-block;
        box-shadow: 0px 0px 25px #cecece;
       
    }
    .about_cont{
        padding: 0 0 0 40px;
    }
    .about_cont h4{       
        padding-bottom: 40px;
    }
}
@media (max-width: 991px){
    .about{        
        padding-bottom: 30px;
        overflow: hidden;
    }
    .about_img{
        text-align: center; 
    }
    .about_img_a{
        display: inline-block;
        box-shadow: 0px 0px 25px #cecece;
       /* padding: 0 20px;*/
        width: 100%;
    }
    .about_cont p{
        padding-top:10px;
        padding-bottom: 10px;
    }
    .about_cont{
        width: 90%;
        margin: 0 auto;
    }
    .about_cont h4{       
        padding-bottom: 20px;
    }
}
.about_img_b{
    display: inline-block;
    background: #fff;
    padding: 20px;
}
.about_cont h3{
    font-family: 黑体;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
    display: block;
    vertical-align: middle;
}
.about_cont h4{
    font-family: Open Sans Condensed;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #9b6c3e;
    display: block;
    padding: 2px;
    vertical-align: middle;   
}
.about_cont p{
    color: #808080;
    padding-top: 32px;
    padding-bottom: 33px;
    line-height: 1.5em;
}
.about_cont .more a{
    font-family: 微软雅黑;
    font-size: 13px;
    padding: 15px 80px;
    border-width: 1px;
    border-color: #fdd000;
    background-color:#fdd000;
    color: #333;
    display: inline-block;
}
.about_cont .more a:hover{
    background: #fcd52bdc;
}
.ppgs{
    /*background: url(../images/ppgs.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;*/
    padding: 90px 0;
    background-color: #e2e2e2;
}
.ppgs_t {
    
    margin: 0 auto;
    padding: 10px;
    display: block;
    overflow: hidden;
}
@media (max-width: 991px){
    .ppgs{
        padding:20px 0;
    }
    .ppgs_c{
        width:94%;
    }
    .ppgs_t{
        width: 94%;
    }
}
.ppgs_img{
    padding:5px;  
}
.ppgs_c{
    background: #fff;
    margin:0 auto;
    padding: 10px;
    display: block;
    overflow: hidden;
}
.ppgs_inner{
    position: relative;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.ppgs_inner > div.ppgs_img {
	backface-visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.ppgs_inner:hover > div.ppgs_img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.ppgs_inner > div img {
	max-width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	position: relative
}
.ppgs_title{
    position: absolute;
    left: 0;
    top:0;
    padding:5px;
    width: 100%;
    height: 100%;
    color:#000;
    opacity: 0;
	background-color: #fdd000;
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.ppgs_inner:hover .ppgs_title{
    opacity: 1;
    -webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0)
}
.ppgs_title h2{
    font-size: 1.5em;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40%;
	margin: 0;
	padding: 10px;
	color: #333
}
.ppgs h3{
    font-family: 黑体;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
    display: block;
    vertical-align: middle;
}
.ppgs h4{
    font-family: Open Sans Condensed;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #9b6c3e;
    display: block;
    padding: 2px;
    vertical-align: middle;   
    margin-bottom: 40px;
}
.ppgs p{
    color: #808080;
    padding-top: 32px;
    padding-bottom: 33px;
    line-height: 1.5em;
}
.ppgs .more a{
    font-family: 微软雅黑;
    font-size: 13px;
    padding: 15px 80px;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    display: inline-block;
}
.ppgs .more a:hover{
    background: #333333;
}
.ppgs h5{
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}
.ppgs_cont{
    padding: 18% 12% 0 12%;
}
@media (max-width: 991px){
    .ppgs_cont{
        padding: 8% 0px 4%;
        max-width:600px;
        margin:0 auto;
    }
    .ppgs_img{
        text-align:center;
    }
    .ppgs_img img{
        display: inline-block;
    }
}
.product{
    margin-top: 80px;
}
.prol{
    padding-right: 5px;
}
.pror{
    padding-left:5px;
}
.product a h4{
    color: #5e5e5e;
    font-size: 14px;
    font-family: 微软雅黑;
    line-height: 20px;
}
.product a{
    color: #5e5e5e;   
    text-align:center;
    line-height: 20px;
}
.pro_a:hover a{
    color: #222222;   
}
.product a h3{
    font-size:14px;
    font-family: 微软雅黑;    
}
.product a h4{
    color: #777777;
    font-size: 18px;
    font-family: Open Sans Condensed;
    padding:3px;
}
.pro_a{
    padding: 5px 5px;
}
.pro_a:hover{
    padding: 5px 5px;
    background-color: #fdd000;
    -webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;
}
.pro_a:hover a h4{color: #fff;}
@media (max-width: 991px){
    .product img{
        display: inline-block;
    }
    .product_img{
        text-align: center;
    }
    .prol{
        padding-right: 0px;
    }
    .pror{
        padding-left:0px;
    }
}
.news{
    background: url(../images/news.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 0 0%;
    margin-top: 80px;
}
@media (max-width: 991px){
    .news{
        background: unset;
    }
}
.news_c{
    background-color: rgba(231,231,231,0.4);
    width:50%;
    padding: 250px 0 0 100px;
    height:800px;
}
.news h3{
    font-family: 黑体;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
    display: block;
    vertical-align: middle;
}
.news h4{
    font-family: Open Sans Condensed;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #9b6c3e;
    display: block;
    padding: 2px;
    vertical-align: middle;   
    margin-bottom: 60px;
}
.news p{
   display: inline-block;
}
.news_list{
    margin-bottom:40px;
}
.news_list ul li{
    line-height: 30px;   
}
.news_list ul li a{
    color: #333333;    
}
.news_list ul li a:hover{
    color: #666;    
}
.news_list ul li a span{    
    padding-left: 40px;
    display: inline-block;
}
.news .more a{
    font-family: 微软雅黑;
    font-size: 13px;
    padding: 15px 80px;
    border-width: 1px;
    border-color: #fdd000;
    background-color: #fdd000;
    color: #333;
    display: inline-block;
}
.news .more a:hover{
    background: #fcd52bdc;
}
@media (max-width: 991px){
    .news_c{
        width:100%;
        height:600px;
        padding: 20% 10% 0 10%;
    }
    .news_list ul li{
        line-height: 20px;
        margin-bottom: 10px;
    }
    .news_list ul li a{
        color: #333333;    
    }
    .news p{
       display: inline-block;
       margin:0;
    }
    .news_list ul li a span{    
       padding-left: 0px;
       display: inline-block;
       float: right;
    }
}
@media (max-width: 767px){ 
    .news_c{
        width:100%;
        height:600px;
        padding: 12% 10% 0 10%;
    }   
    .news_list ul li{
        line-height: 20px;
        margin-bottom: 10px;
    }
    .news_list ul li a{
        color: #333333;    
    }
    .news p{
       display: block;
       margin:0;
    }
    .news_list ul li a span{    
       padding-left: 0px;
       float:none;
    }
}
.contact{
    margin:80px auto;    
}
.contactr{
    float:right;
}
.contact_cont p{
    color:#5e5e5e;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 40px;
}
@media (max-width: 991px){
    .contact_img{
        text-align: center;
    }
    .contact_img img{
        display: inline-block;
    }
    .contactr{
        width:100%;
        text-align:center;
    }
    .contact_cont{
        margin-top:20px;
    }
    .contact_cont p{
        line-height: 30px;
    }
}
.shangmeng{
    margin: 40px auto 0px;
    padding:10px 0; 
    background: #2f2f2f;
    color:#ddd;
    text-align: center;
}
.shangmeng span{
    color:#ddd;
    font-weight: bold;
    display: inline-block;
}
.shangmeng a{
    color:#ddd;
    padding: 0px 10px;
    display: inline-block;
}
.footer{
	background: #3a3a3a;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 80px 0;
    color:#bbbbbb;
}
.footer .container .row{
    width:86%;
    margin: 0 auto;
}
.footer a{
    color:#bbbbbb;
}
.footer h3{    
    line-height: 20px;
    margin: 10px 0 20px;
    font-weight:normal;
}
.footer h3 a{
    color:#FFFFFF;
    font-size: 20px;
}
.footer h4{    
    width:49.999999%;
    float:left;
    line-height: 20px;
    margin: 10px 0 30px;
    font-weight:normal;    
}
.footer h4 a{
    color:#e6e6e6;
    font-size: 20px;
}
.footer ul li{
    color:#bbbbbb;
    line-height: 30px;
    font-size: 12px;
    font-weight:normal;
}
.footd{
    font-size: 12px;
    border-top:1px solid rgba(73,73,73,1);
    padding-top: 40px;
    margin-top: 40px;
    line-height: 40px;
    font-weight:normal;
}
@media (min-width: 992px){
    .footdr{
        margin-left: 8.333333%;
		padding-top: 12px;
    }
    .footdr h3{
        line-height: 20px;
        margin: 0px 0 20px;
        font-weight:normal;
        color:#FFFFFF;
        font-size: 20px;
    }
    .footdr img{
        max-width: 120px;
    }
}
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  min-height:80px;
  background:#
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
  min-height: 80px;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
    text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
}
@media (max-width: 991px) {
  body {
   padding-bottom:80px !important;
  }
}
.nrmenu{
   margin-bottom: 50px !important;
    position: relative !important;
}
.contect{
    padding-bottom: 60px;
    overflow: hidden;
    background: #f5f5f5;
}
.contect .row{
    padding: 0px;
    margin: 0px;
}
.procontect{
    overflow: hidden;
    background: #f5f5f5;
}
.mbx{
    padding: 20px 0;
    background: #f5f5f5;
}
.mbx span{
    float:right;
    font-size: 14px;
}
.ct{
    margin-bottom: 20px;
}
.ct h2{
    font-family: 黑体;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
    display: block;
    vertical-align: middle;
}
.ct h3{
    font-family: Open Sans Condensed;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #9b6c3e;
    display: block;
    padding: 2px;
    vertical-align: middle;
}
.ctp{
    margin: 40px 0;
}
.ctp h1{
    font-family: 黑体;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    padding: 0 0 5px 0;
    display: block;
    padding: 0 0 5px 0;
    margin:0;
}
.ctp h2{
    font-family: 黑体;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    padding: 0 0 5px 0;
    display: block;
    padding: 0 0 5px 0;
    margin:0;
}
.ctp h3{
    font-family: Open Sans Condensed;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #888888;
    display: block;
    padding: 2px;
    margin:0;
}
.gridlist{
    margin-bottom: 24px;
}
.gridlist ul{
    text-align: center;
}
.gridlist ul li{
    display: inline-block;
    margin: 10px 5px;
}
.gridlist ul li a{
    border: 1px solid #999999;
    background: #999999;
    color:#fff;
    padding: 4px 25px;
}
.grid{
    padding-top: 100px;
}
.effect-bubba{
    overflow: hidden;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 50px;
}
.effect-bubba .grid_img{
    overflow: hidden;
    display: inline-block;
}
@media(max-width:992px){
    .effect-bubba .grid_img{
        padding:0 5px;
    }
    
}
.effect-bubba img{
    display: inline-block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 5px;
}
@media(max-width:992px){
    .effect-bubba img{
        padding:0px;
    }
}
/*.effect-bubba:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}*/
.effect-bubba figcaption h3{
    margin: 6px 0;
}
.effect-bubba figcaption h3 a{
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    font-family: 黑体;
}
.effect-bubba:hover h3 a{
    color: #000000;
}
.effect-bubba figcaption h4{
    margin: 0 0 6px 0;
}
.effect-bubba figcaption h4 a{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    font-family: Open Sans Condensed;
}
.effect-bubba:hover h4 a{
    color: #444444;
}
.pages{
    text-align: center;
    margin:30px 0 60px;
}
.pages ul span{    
    background: #fff;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 5px 10px;
    margin: 20px 3px;
    display: inline-block;
    color:#999999;
}
.pages ul a{    
    background: #fff;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 5px 10px;
    margin: 20px 3px;
    display: inline-block;
    color:#999999;
}
.pages ul .nolink{    
	display: none;
}
.pages ul a:hover{    
    background: #999999;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 5px 10px;   
    display: inline-block;
    color:#fff;
}
.pages ul span:first-child{display: none;}
.pages ul span:hover{    
    background: #999999;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 5px 10px;   
    display: inline-block;
    color:#fff;
}
.articlenext{
    margin-bottom:20px;
}
.articlenext a{
    color:#333;
}
.articlenext a:hover{
    color:#999999;
}
.artmbx{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(229,229,229,1);
    margin-bottom: 40px;
}
.artimg h3{
    font-family: Open Sans Condensed;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.artimg h4{
    position: relative;
    line-height: 1.5em;   
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family: 黑体; 
    color: #000;  
    padding-top: 10px;    
    margin: 0;
}
.artimg h5{
    position: relative;
    line-height: 1.5em;   
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-family: 黑体; 
    color: #000;     
    padding-bottom: 10px;
    margin: 0;
}
.art h1{
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    font-family: 黑体;
    margin: 15px 0 0;
}
.art em{
    background-color: #ddd;
    display: block;
    height: 3px;
    margin: 20px 0;
    width: 30px;
}
.art .artprice{
    font-size: 48px;
    font-weight: normal;
    color: #000000;
    font-family: Open Sans Condensed;
    line-height: 48px;
    padding-bottom: 16px;
}
.artpq{
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    font-family: 黑体;
    border-top: 1px dotted #ddd;
    padding: 10px 0;
}
.arttag{
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    font-family: 黑体;    
}
.arttag a{
    color: #00a7ba;
    font-family: 黑体;
}
.arttag2{
    font-size: 14px;
    font-weight: normal;
    color: #777777;
    font-family: 黑体;
    padding-bottom: 20px;
}
.arttag2 a{
    color: #00a7ba;
    font-family: 黑体;
}
.artinfo{
    margin-top: 40px;
    padding-top: 40px;    
    border-top: 1px solid rgba(229,229,229,1);
    margin-bottom: 40px;
}
.articlenext{
    padding: 20px 0 ;    
    border-top: 1px solid rgba(229,229,229,1);
}
.articlenext .plf{
    float:left;
}
.articlenext .prl{
    float:right;
}
.xg{
    max-width: 1500px;
    margin: 0 auto;
}
.xg .row{
    padding: 0;
    margin: 0;
}
.xgnews ul{

}
.xgnews ul li{    
    height:30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
}
.xgnews ul li a{
    display: block;
    border-bottom: 1px dotted #ddd;
}
.xgnews ul li a:hover{
    color:#a0a0a0;
}
.xgnews ul li a span{
    float: right;
}
.nn{
    padding-top: 48px;
    padding-bottom: 32px;
}
.nn h2{
    font-family: 黑体;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    padding: 0 0 5px 0;
    display: block;        
    margin: 0;
    text-align: center;
}
.nn h3{
    font-family: Open Sans Condensed;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    display: block;
    margin: 0;
    text-align: center;
}
.xgproc{
    text-align: center;
    margin-bottom: 60px;
}
.xgproc h3{
    width:90%;
    text-align:center;
    margin: 0 auto 5px;
    overflow: hidden;   
}
.xgproc h3 img{
    display: inline-block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.xgproc h3:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.xgproc h4{
    margin: 0;
}
.xgproc h4 a{
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    font-family: 黑体;
}
.xgproc h5{
    margin: 5px 0;
}
.xgproc h5 a{
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    font-family: Open Sans Condensed;
}
.newsconn{
    padding-top: 20px;
}
.newsco{
    margin: 35px 0;
    overflow: hidden;
}
.newsccont{
    padding-left: 60px;
}
@media (max-width: 767px){
    .newsccont{
        padding-left: 0px !important;
        text-align: center;
    }
    .newscinfo {
        padding: 0 10px !important;
    }
    .newsctit a{
        padding-bottom: 0 !important;
    }
}
.newscimg{
    overflow: hidden;
    
    text-align: center;
}
.newscimg img{
    display: inline-block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.newsctit a{
    color: #666666;
    font-size: 16px;
    font-family: 黑体;
    line-height: 16px;
    display: block;
    padding-bottom: 15px;
}
.newsctit{
    padding-top: 10px;   
}
.newsctit em{
    height:1px;
    width:0px;
    background: #dddddd;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;    
    transition: all 0.5s ease;
    display: block;
    margin-bottom: 15px;
}
.newsco:hover a{
    color:#222222;
}
.newsco:hover em{
    width:100%;
}
.newsco:hover img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.newsctime{
    padding-top: 3px;
    color: #bcbcbc;
    font-size: 12px;
    line-height: 12px;
    font-family: 黑体;
}
.newscinfo{
    color: #898989;
    font-size: 12px;
    font-family: 黑体;
    line-height: 25px;
    padding-top: 3px;   
    padding-right: 30px;
}





@media (max-width:767px){

    .team-page .team-box dt {max-width: 100%;width: 100%;text-align: center}
    
    .team-page .team-box dd {padding: 0;border: 0;text-align: center}
    
    .team-page .team-box {margin-bottom: 0}
    
    }
    
    .team-page-size {max-width:200px;height: auto}
    
    /*cehua*/
    
    .cehua {  background-position: center center; background-repeat: no-repeat; }
    
    .cehua.sx-jianju {padding-top: 0}
    
    .cehua figure {width: 80px;height: 80px;margin: 15px auto 0 auto;border-radius: 50%;font-size: 32px;line-height: 80px;color: #fff;transition:All 0.2s ease-in-out;-webkit-transition:All 0.2s ease-in-out; float:left;}
    
    /* .cehua .row > div:hover figure {background-color: #f00;transform:scale(1.1);-webkit-transform:scale(1.1)} */
    
    .cehua .row > div figure a,.cehua figure a:hover {color: #333; text-decoration: none}
    
    .cehua h3 {font-size: 16px;margin: 25px 0 10px 0}
    
    .cehua h3 a {color: #333}
    
    .cehua .row > div:hover h3 a {color: #333;}.sx-jianju {
        padding-top: 60px;
        padding-bottom: 65px;
    }.ys{float:left;width: 180px;text-align: left;padding-left: 15px;}
    .ys .hg-2{ text-align:left;}
    .hg-2{ text-align:left !important;}
    
    @media (min-width:1200) {.cehua p {padding: 0 15px}}