/*@media only screen and (min-width: 768px) and (max-width: 1100px) {
	
}
@media only screen and (min-width:1100px) {
	
}
@media only screen and (max-width:768px) {
	
}*/

.hc-top-up { background: rgba(0, 0, 0, 0); border-color: rgba(255, 255, 255, .4); transition: .5s; }
.hc-top-nd { background: rgba(255, 255, 255, .9); border: none; box-shadow: 0px 0px 5px #888888; transition: .5s; }
.hc-banner { margin: 0; height: 100vh; width: 100%; overflow: hidden; position: relative; }
/*
.hc-banner ul {
	position:relative;
}*/

.hc-banner .banner li { width: 100%; height: 100vh; position: absolute; left: 0; top: 0; background-position: center; background-size: cover; overflow: hidden; }
.left { float: left; width: 30px; height: 52px; line-height: 52px; color: #fff; left: 10px; background: rgba(0, 0, 0, .7) }
.right { float: right; width: 30px; height: 52px; line-height: 52px; color: #fff; right: 10px; background: rgba(0, 0, 0, .7) }
a.btn { position: relative; top: 120px; z-index: 10; cursor: pointer; text-align: center; font-size: 32px }
.left { float: left; width: 30px; height: 52px; line-height: 52px; color: #fff; left: 10px; background: rgba(0, 0, 0, .7) }
.right { float: right; width: 30px; height: 52px; line-height: 52px; color: #fff; right: 10px; background: rgba(0, 0, 0, .7) }
ol { position: relative; display: table; margin: 0 auto 0; top: 90vh; z-index: 10 }
ol li { float: left; width: 55px; height: 3px; margin: 0 10px; border-radius: 2px; background: rgba(255, 255, 255, .8); cursor: pointer; }
ol li.red { background: #0072bb; }

/*====================================================================*/

@media only screen and (min-width:1100px) {
.p1100 { display: none; }
.hc-top-up .hc-logobox { display: inline-block; padding: 10px; /*border-right: 1px solid rgba(255, 255, 255, .4);*/ }
.hc-top-nd .hc-logobox { display: inline-block; padding: 10px; /*border-right: 1px solid rgba(0, 0, 0, .4);*/ }
#mainNav .hc-logobox img { height: 40px; }
#mainNav .hc-contact,  #mainNav .hc-navbox { height: 30px; overflow: hidden; margin: 15px 10px auto 10px; }
#mainNav .hc-navbox li { transition: .5s; top: 0; padding: 0 5px; }
#mainNav .hc-navbox li:hover { transition: .5s; top: -30px; }
#mainNav .hc-contact a { padding: 0 15px; line-height: 28px; display: inline-block; color: #666; border: 1px solid rgba(255, 255, 255, .8); border-radius: 30px; transition: .5s; }
#mainNav .hc-contact a:nth-child(1),  #mainNav .hc-contact a:hover { background: #fccf12 !important; border-radius: 50px; color: #333 !important; transition: .5s; }
#mainNav .hc-navbox li>.nav-off,  #mainNav .hc-navbox li:hover>.nav-off { background: #00448a !important; border-radius: 50px; color: #f1f1f1 !important; }
#mainNav .nav li a:nth-child(n) { text-align: center; line-height: 30px; display: block; padding: 0 15px; }
.hc-fly { width: 45%; height: 100vh; position: absolute; top: 15%; left: 0; right: 0; bottom: 0; margin: auto; opacity: 1; transition: 1s; }
.hc-fly img:nth-child(1) { width: 75%; display: block; margin: 0 auto; }
.hc-fly p:nth-child(3) { height: 20px; font-size: 18px; text-align: center; color: rgba(255, 255, 255, .6); position: absolute; left: 0; right: 0; bottom: 37%; letter-spacing: 2px; }
.hc-fly p:nth-child(4) { height: 20px; font-size: 28px; text-align: center; color: rgba(255, 255, 255, .9); position: absolute; left: 0; right: 0; bottom: 22%; }
}

/*=======================================================================================*/

@media only screen and (max-width:768px) {
.p768 { display: none; }
.hc-navbox { width: 100%; position: absolute; top: 0; background: rgba(255, 255, 255, .9); z-index: -1; margin: 0 -15px; padding-top: 0px; height: 0; overflow: hidden; opacity: 0; transition: .5s; }
.hc-navbox01 { width: 100%; position: absolute; top: 0; background: rgba(255, 255, 255, .9); z-index: -1; margin: 0 -15px; padding-top: 50px; height: 100vh; overflow: hidden; opacity: 1; transition: .5s; }
#navBox li { height: 40px; width: 100%; overflow: hidden; text-align: center; margin: 10px 0; font-size: 1.2em; }
#navBox li:active { background: #fff; }
#navBox li .nav-on { display: none; }
#mainNav .hc-logobox img { height: 50px; padding: 10px; }
/*C菜单按钮*/
#mainNav .hc-oi { width: 40px; height: 40px; border-radius: 4px; background: #00448a; position: absolute; right: 15px; top: 5px; padding: 3px; box-shadow: 0 -1px 5px #705900 inset; }
#mainNav .hc-io { width: 40px; height: 40px; border-radius: 4px; background: #00448a; position: absolute; right: 15px; top: 5px; padding: 3px; box-shadow: 0 1px 5px #705900 inset; }
#mainNav .hc-oi em { position: absolute; left: 50%; top: 50%; bottom: auto; right: auto; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: inline-block; width: 16px; height: 2px; background-color: #f1f1f1; z-index: 10; }
#mainNav .hc-oi em::before,  #mainNav .hc-oi em:after,  #mainNav .hc-oi em::before,  #mainNav .hc-oi em:after { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-color: #f1f1f1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform .3s; -moz-transition: -moz-transform .3s; transition: transform .3s; }
#mainNav .hc-oi em::before { -webkit-transform: translateY(-6px) rotate(0deg); -moz-transform: translateY(-6px) rotate(0deg); -ms-transform: translateY(-6px) rotate(0deg); -o-transform: translateY(-6px) rotate(0deg); transform: translateY(-6px) rotate(0deg); }
#mainNav .hc-oi em::after { -webkit-transform: translateY(6px) rotate(0deg); -moz-transform: translateY(6px) rotate(0deg); -ms-transform: translateY(6px) rotate(0deg); -o-transform: translateY(6px) rotate(0deg); transform: translateY(6px) rotate(0deg); }
#mainNav .hc-io em { background: rgba(53, 53, 53, 0); }
#mainNav .hc-io em::before { -webkit-transform: translateY(0px) rotate(45deg); -moz-transform: translateY(0px) rotate(45deg); -ms-transform: translateY(0px) rotate(45deg); -o-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
#mainNav .hc-io em::after { -webkit-transform: translateY(0px) rotate(-45deg); -moz-transform: translateY(0px) rotate(-45deg); -ms-transform: translateY(0px) rotate(-45deg); -o-transform: translateY(0px) rotate(-45deg); transform: translateY(0px) rotate(-45deg); }
/*C菜单按钮结束*/
.hc-fly { width: 100%; height: 100vh; position: relative; }
.hc-fly .fly-one { width: 75%; position: absolute; left: 50%; top: 20%; margin-left: -37%; opacity: 1; }
.hc-fly .fly-two { width: 100%; height: 30vh; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; margin: 0; background: rgba(252, 203, 13, .5); opacity: 1; }
.hc-fly .fly-three { height: 20px; font-size: 18px; text-align: center; color: rgba(255, 255, 255, .8); position: absolute; z-index: 2; left: 0; right: 0; bottom: 25vh; letter-spacing: 2px; }
.hc-fly .fly-four { height: 20px; font-size: 18px; text-align: center; color: #fff; position: absolute; z-index: 2; left: 0; right: 0; bottom: 15vh; letter-spacing: 2px; }
}

/*======================================================================================*/
@media only screen and (min-width: 769px) and (max-width: 1099px) {
.p768 { display: none; }
.hc-navbox { width: 100%; position: absolute; top: 0; background: rgba(255, 255, 255, .9); z-index: -1; margin: 0 -15px; padding-top: 0px; height: 0; overflow: hidden; opacity: 0; transition: .5s; }
.hc-navbox01 { width: 100%; position: absolute; top: 0; background: rgba(255, 255, 255, .9); z-index: -1; margin: 0 -15px; padding-top: 50px; height: 100vh; overflow: hidden; opacity: 1; transition: .5s; }
#navBox li { height: 40px; width: 100%; overflow: hidden; text-align: center; margin: 10px 0; font-size: 1.2em; }
#navBox li:active { background: #fff; }
#navBox li .nav-on { display: none; }
#mainNav .hc-logobox img { height: 50px; padding: 10px; }
/*C菜单按钮*/
#mainNav .hc-oi { width: 24px; height: 24px; border-radius: 4px; background: #fccb0d; position: absolute; right: 20px; top: 13px; padding: 3px; box-shadow: 0 -1px 5px #705900 inset; }
#mainNav .hc-io { width: 24px; height: 24px; border-radius: 4px; background: #fccb0d; position: absolute; right: 20px; top: 13px; padding: 3px; box-shadow: 0 1px 5px #705900 inset; }
#mainNav .hc-oi em { position: absolute; left: 50%; top: 50%; bottom: auto; right: auto; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: inline-block; width: 16px; height: 2px; background-color: #353535; z-index: 10; }
#mainNav .hc-oi em::before,  #mainNav .hc-oi em:after,  #mainNav .hc-oi em::before,  #mainNav .hc-oi em:after { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-color: #353535; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform .3s; -moz-transition: -moz-transform .3s; transition: transform .3s; }
#mainNav .hc-oi em::before { -webkit-transform: translateY(-6px) rotate(0deg); -moz-transform: translateY(-6px) rotate(0deg); -ms-transform: translateY(-6px) rotate(0deg); -o-transform: translateY(-6px) rotate(0deg); transform: translateY(-6px) rotate(0deg); }
#mainNav .hc-oi em::after { -webkit-transform: translateY(6px) rotate(0deg); -moz-transform: translateY(6px) rotate(0deg); -ms-transform: translateY(6px) rotate(0deg); -o-transform: translateY(6px) rotate(0deg); transform: translateY(6px) rotate(0deg); }
#mainNav .hc-io em { background: rgba(53, 53, 53, 0); }
#mainNav .hc-io em::before { -webkit-transform: translateY(0px) rotate(45deg); -moz-transform: translateY(0px) rotate(45deg); -ms-transform: translateY(0px) rotate(45deg); -o-transform: translateY(0px) rotate(45deg); transform: translateY(0px) rotate(45deg); }
#mainNav .hc-io em::after { -webkit-transform: translateY(0px) rotate(-45deg); -moz-transform: translateY(0px) rotate(-45deg); -ms-transform: translateY(0px) rotate(-45deg); -o-transform: translateY(0px) rotate(-45deg); transform: translateY(0px) rotate(-45deg); }
/*C菜单按钮结束*/
.hc-fly { width: 100%; height: 100vh; position: relative; }
.hc-fly .fly-one { width: 75%; position: absolute; left: 50%; top: 20%; margin-left: -37%; opacity: 1; }
.hc-fly .fly-two { width: 100%; height: 30vh; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; margin: 0; background: rgba(252, 203, 13, .5); opacity: 1; }
.hc-fly .fly-three { height: 20px; font-size: 18px; text-align: center; color: rgba(255, 255, 255, .8); position: absolute; z-index: 2; left: 0; right: 0; bottom: 25vh; letter-spacing: 2px; }
.hc-fly .fly-four { height: 20px; font-size: 18px; text-align: center; color: #fff; position: absolute; z-index: 2; left: 0; right: 0; bottom: 15vh; letter-spacing: 2px; }
}
/*===================================================================================================*/
/***自定义样式***/
/**通用**/
/*底部*/
body{position:relative;height:auto;float:left;width:100%;}
footer{width:100%;position:absolute;bottom:0;background:rgba(125,125,125,.6);padding:20px 0;}
footer span{display:inline-block;margin:0 10px;line-height:1.5;color:#fff;}
footer span.kaipad{color:#d3d3d3;}
footer span.kaipad a{color:#d3d3d3;}
footer span.kaipad a:hover{color:#fff;}
.level{float:left;width:100%;position:relative;}
.inner_banner img{max-width:100%;}
/*内页标题*/
.main-title .big_title{font-size:24px;color:#000;float:left;}
.main-title .page-breadcrumb{float:right;font-size:14px;vertical-align:baseline;}
.main-title .page-breadcrumb a,.main-title .page-breadcrumb span{display:inline-block;color:#000;margin-left:15px;}
.inner-content img{max-width:100%;}
.page-content{background:url(../images/about_bg.jpg)} 
.page-content .page-content{background:none;} 
/*产品页面*/
.product-title{}
.product-title .big_title{font-size:24px;color:#fff;float:left;}
.product-title .page-breadcrumb{float:right;font-size:14px;vertical-align:baseline;}
.product-title .page-breadcrumb a,.product-title .page-breadcrumb span{display:inline-block;color:#fff;margin-left:15px;}
.product-content{margin-top:50px;}
.pro_menu{position:relative;width:100%;float:left;}
.pro_menu_title{padding-bottom:5px;border-bottom:1px solid #8d8d8d;color:#474747;font-size:12px;text-indent:5px;margin-bottom:15px;}
.title-name{font-size:16px;margin-bottom:5px;}
.pro_menu_list li a{font-size:14px;color:#474747;line-height:1.5;color:#474747;}
.pro_list li a{float:left;width:100%;}
.pro_list li a img{max-width:100%;}
.pro_list .pro_list_img{width:100%;}
.pro_list_name p{font-size:12px;color:#474747;text-indent:30px;}
.pro_list_name p b{font-size:14px;letter-spacing:2px;}
.pro_show{background:url(../images/pro_bg.png) top center no-repeat;position:absolute;z-index:-9;height:100%;width:100%;}
.pro_show_bg{background:rgba(0,0,0,.9);width:100%;height:100%;z-index:-1;position:absolute;}
.product-show{padding-top:80px;padding-bottom:15px;float:left;width:100%;}
.pro_relate_list{width:100%;position:relative;float:left;text-align:center;padding-bottom:30px;}
.pro_relate_list .pro_relate_name{position:absolute;color:#fff;font-size:16px;line-height:1.5;bottom:0;width:100%;z-index:2;}
.pro_show_list li{margin-bottom:25px;}
.pro_show_canshu{font-size:16px;color:#fff;line-height:2;}
.pro_top{border-bottom:1px solid #313131;margin-bottom:50px;}
.pro_detail{padding-bottom:80px;}
.pro_detail img{max-width:100%;}
/*产品页面-新*/
.product-selector .cd-filter-content{float:left;position:relative;}
h1.pro-main-title{font-size:36px;color:#474747;font-weight:normal;line-height:2.5;} 
.product-selector .cd-filter-content h1.title{width:100%;float:left;font-size:18px;color:#474747;line-height:2.5;position:relative;z-index:9;}
.product-selector .cd-filter-content li{float:left;padding-right:15px;}
.product-selector .cd-filter-content li:last-child{border-right:1px solid #e4e1e1;}
.product-selector .cd-filter-content li label{border:1px solid #d8d8d8;padding:10px;border-radius:35px;position:relative;cursor:pointer;}
.product-selector .cd-filter-content li img{width:50px;height:50px;border-radius:25px;overflow:hidden;position:relative;z-index:9;}
.product-selector .cd-filter-content li input{display:none;}
.product-selector .cd-filter-content li span{width:100%;display:inline-block;}
.product-selector .cd-filter-content select{padding:5px 15px;font-size:16px;line-height:2.5;color:#777;border:1px solid #777;cursor: pointer;margin-top:65px;}
.product-selector .cd-filter-content select:onFoucs{border-color:#004489;}
.cd-filter-content .checkbox-label::before{width: 100%;height: 100%;left: 0;border-radius:35px;}
.cd-filter-content .radio-label::before{width: 100%;height: 100%;left: 0;border-radius:35px;}
.cd-filter-content input[type="checkbox"]:checked + label::before{border-color: #004489;background-color: #004489;}
.cd-filter-content input[type=radio]:checked + label::before{border-color: #004489;background-color: #004489;}
.cd-filter-content .checkbox-label::before{content: '';display: block;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);z-index:1}
.cd-tab-filter-wrapper{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08),0 -1px 1px rgba(0, 0, 0, 0.08) !important;padding:15px 0;}
.cd-select{position:relative;}
.cd-select::after{content: '';position: absolute;z-index: 1;right: 14px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);display: block;width: 16px;height: 16px;background: url("../img/cd-icon-arrow.svg") no-repeat center center;pointer-events: none;}
.cd-main-content.is-fixed .cd-tab-filter-wrapper{top:54px !important;}
.pro-link{float:left;width:100%;position:relative;display:inline-block;}
.pro-link .pro-cover-black{height:100%;width:100%;position:absolute;left:0;top:0;background:rgba(235,235,235,0.5);color:#004489;font-size:14px;font-weight:bold;border:3px solid #004489;display:none;}
.pro-link:hover .pro-cover-black{display:inline-block;}
.pro-link .pro-cover-black table{height:100%;width:100%;}
.cd-gallery li{float:left;box-shadow:none;margin-left:0.5%;margin-right:0.5%;}
.pro-border-bg{float:left;width:100%;box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);position:relative;cursor:pointer;}
/*联系*/
.contact-information{color:#e3e2e2;padding:0 25px;} 
.contact-information h1{font-size:24px;margin-top:50px;} 
.contact-information h3{font-size:18px;margin-top:35px;}
.contact-information p{margin-top:25px;}
.contact-information h5{font-size:14px;line-height:1.5;} 
.contact-information h6{font-size:14px;margin-top:35px;}
.contact-information a{font-size:14px;color:#e3e2e2;display:inline-block;border:1px solid #e3e2e2;line-height:3;padding:0 35px;margin-top:90px;}
.contact-information a span{font-size:14px;color:#e3e2e2;display:inline-block;margin-left:10px;}
.feedback-form{padding:45px 25px 0;}
.feedback-form div{width:100%;font-size:14px;position:relative;color:#e3e2e2;}
.feedback-form div input{width:100%;border:1px solid #e3e2e2;height:35px;line-height:35px;background:none;text-indent:5px;margin-bottom:10px;}
.feedback-form div textarea{width:100%;border:1px solid #e3e2e2;height:150px;line-height:35px;background:none;text-indent:5px;}
.feedback-form div label{display:block;position:absolute;line-height:35px;top:1px;left:1px;text-indent:5px;font-weight:normal;}
.feedback-form div button{padding:0 35px;background:none;line-height:3;border:1px solid #e3e2e2;margin-top:28px;}
/*新闻*/
.news-title{background:#000;}
.news-title .big_title{font-size:24px;color:#fff;float:left;}
.news-title .page-breadcrumb{float:right;font-size:14px;vertical-align:baseline;}
.news-title .page-breadcrumb a,.news-title .page-breadcrumb span{display:inline-block;color:#fff;margin-left:15px;}
.news-list{background:url(../images/pro_bg.png) top center no-repeat;position:absolute;z-index:-9;height:100%;width:100%;}
.news-list-bg{background:rgba(0,0,0,.9);width:100%;height:100%;z-index:-1;position:absolute;}
.news-list-block li{margin-bottom:25px;}
.new-information{border-top:1px solid #313131;padding-bottom:80px;} 
.news-list-img{background:url(../images/news_ge.png) no-repeat top right;}
.news-list-message{color:#c7c6c6;}
.news-list-message h1{font-size:20px;margin-bottom:25px;}
.news-list-message h3{font-size:14px;color:#5f5d5e;margin-bottom:75px;}
.news-list-message h5{font-size:14px;line-height:1.8}
.news_show_title{font-size:18px;color:#fff;line-height:2.5;}
.news_show_author{font-size:14px;color:#fff;line-height:1.8;}
.news_show_content{font-size:13px;color:#fff;line-height:1.5;margin-top:25px;}
/*案例*/
.case-title{background:#000;}
.case-title .big_title{font-size:24px;color:#fff;float:left;}
.case-title .page-breadcrumb{float:right;font-size:14px;vertical-align:baseline;}
.case-title .page-breadcrumb a,.case-title .page-breadcrumb span{display:inline-block;color:#fff;margin-left:15px;}
.case-list li a{width:100%;float:left;position:relative;}
.case-list li a img{max-width:100%;}
.case-list{width:100%;float:left;padding-top:35px;padding-bottom:80px;position:relative;}  
.case_block{position:relative;background:#d4d4d4;padding-top:30px;padding-bottom:30px;float:left;display:none;width:1200px;transition:ease all 0.4s;margin-top:40px;}
.case_block .case_block_arrow{display:block;position:absolute;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:15px solid #d4d4d4;top:-14px;margin:auto;} 
.case_block_left{padding-top:135px;}
.case_block_left h1{font-size:30px;color:#1b4186;font-weight:normal;padding-left:15px;margin-bottom:15px;}
.case_block_left h2{font-size:14px;color:#777;line-height:2;font-weight:normal;padding:0 15px;margin-bottom:40px;}
.case-list .case_block_left a{width:193px;font-size:24px;font-weight:blod;color:#fff;line-height:50px;background:#1b4186;cursor:pointer;margin-left:15px;}
.case_block_right img{max-width:100%;}
.level-line{width:100%;float:left;margin-bottom:25px;display:block;}
.case-show-name{font-size:18px;color:#fff;line-height:2.5;}
.case-show-content{font-size:13px;color:#004388;line-height:1.5;margin-top:25px;}
.case-cover-black{width:100%;height:100%;background:rgba(255,255,255,.7);position:absolute;display:none;border:5px solid #004388;}
.case-cover-black table{width:100%;height:100%;color:#004388;font-size:18px;font-weight:bold;}
.case_background a:hover .case-cover-black{display:inline-block;}
/**pc**/
@media(min-width: 769px){
/*导航*/	
.hc-top-up .hc-logobox{position:relative;z-index:99;}
#mainNav .hc-contact, #mainNav .hc-navbox{position:absolute;top:0;width:100%;margin:15px -15px 0;}
.navbar-nav > li.logo_replace_box{opacity:0;z-index:-99;}	
.container-fluid{background:rgba(125, 125, 125 , 0.5);text-align:center;}
.navbar-default .navbar-nav > li > a{color:#fff;}
.navbar-nav{float:none;}
.navbar-nav > li {float:none;}
.nav > li{display:inline-block;}
/*内页导航*/
.main-title{padding:10px 0;}
/*联系*/
.contact-block{width:960px;height:500px;position:absolute;top:50%;left:50%;margin-left:-480px;margin-top:-250px;}
.contact_relative_area{width:100%;height:100%;position:relative;}
.contact_bg{width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;display:inline-block;left:0;top:0;}
.news-list-block{margin-left:-15px;margin-right:-15px;margin-top:65px;}
/*案例*/
}
/*移动*/
@media(max-width: 768px){
/*导航*/
.navbar-nav > li.logo_replace_box{display:none;}	
/*底部*/
footer{padding:10px 0;}
/*内页导航*/
.main-title{padding:10px 0;}
.main-title .big_title{font-size:16px;float:left;margin-left:30px;}
.main-title .page-breadcrumb{float:right;font-size:14px;margin-right:30px;}
}