/*

	[DESTOON B2B System] Copyright (c) 2008-2018 www.destoon.com

	This is NOT a freeware, use is subject to license.txt

*/

/* global */

body {
	font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica;
}

header .navbar.scrolling-navbar .navbar-nav > li:first-child{
	margin-right: 10px;
}

/* common */
.blue-text img{
	height: 40px;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
	background-color: #33b5e5;
	color: #fff;
}
.company-intro{
	text-align: left;
	line-height: 40px;
	text-indent: 25px;
}
.card-body ul li.media{
	margin-bottom: 1rem !important
}
.card-body ul li.media img{
	height: 70px;
	width: 70px;
}
.card-body ul.honor{
	list-style-type: none;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.card-body ul.honor li{
	float: left;
	width: 50%;
	padding: 10px;
}
.card-body ul.honor li img{
	width: 100%;
}
.card-body .news{
	line-height: 30px;
}
.footicons a{
	margin-right: 5px;
	margin-left: 5px;
}
.container {
    max-width: 1226px;
}
.modal {
    top: 20%;
}
#navbarSupportedContent ul li a:hover{
	background-color: #33b5e5;
	color: #fff;
}
.view .search-entrance{
	width: 100%;
	display: block;
	text-align: center;
	color: #33b5e5;
	font-size: 22px;
	padding: 40px 50px;
}
.view .search-entrance .fa-patent{
	margin-bottom: 12px;
}
.view .search-entrance .fa-registered,
.view .search-entrance .fa-copyright,
.view .search-entrance .fa-file-invoice{
	font-size: 40px;
	margin-bottom: 20px;
}
.view .search-entrance p{
	margin: 0px;
}
.view .search-entrance:hover{
	background-color: #33b5e5;
	color: #fff;
}
.fa-patent {
    background-image: url('/skin/ebiaoip/images/icon/fa-patent-33b5e5.png');
    background-size: 40px;
}
.view .search-entrance:hover .fa-patent{
	background-image: url('/skin/ebiaoip/images/icon/fa-patent-33b5e5-hover.png');
}
.fac-60 {
    display: inline-block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    width: 40px;
}

/* 媒体查询*/

@media screen and (min-width: 2880px) {

.container {
    max-width: 1226px;
}

}

@media screen and (min-width: 2560px) and (max-width: 2879px){

.container {
    max-width: 1226px;
}

}

@media screen and (min-width: 2304px) and (max-width: 2559px){

.container {
    max-width: 1226px;
}

}

@media screen and (min-width: 1680px) and (max-width: 1919px){

.container {
    max-width: 1226px;
}

}
@media screen and (min-width: 1600px)  and (max-width: 1679px) {

.container {
    max-width: 1226px;
}

}
@media screen and (min-width: 1400px)  and (max-width: 1599px) {

.container {
    max-width: 1226px;
}

}

@media screen and (min-width: 1366px) and (max-width: 1399px)
{

.container {
    max-width: 1226px;
}

} 

@media screen and (min-width: 1360px) and (max-width: 1365px) {

.container {
    max-width: 1226px;
}

} 

@media screen and (min-width: 1200px) and (max-width: 1359px) {



} 

@media screen and (min-width: 1152px) and (max-width: 1199px) {
	

}
/* 平板 start */
@media screen and (min-width: 960px) and (max-width: 1151px) {


}
/* 平板 end */

/* 小平板 start*/
@media screen and (min-width: 768px) and (max-width: 959px) {


	
}
/* 小平板 end*/

@media only screen and (min-width: 480px) and (max-width: 767px){
	
	
} 

@media only screen and (max-width: 479px) { 

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* 320x480 start */
header .navbar-light .navbar-brand{
	width: 79%;
}
/* 320x480 End */
}

@media only screen and (max-device-width : 320px) {

	
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}