@charset "utf-8";
/* CSS Document */


/******************************

1. basic
2. inside banner
3. article-section-1
4. article-section-2

******************************/





/*********************************
1. basic
*********************************/

.edit {
	float: left;
	width: 100%;
}

.inside #content-wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
	
.inside #content-wrap { /*header fixed height (for mobile)*/
	padding-top: 50px;
}
	
}

@media only screen and (min-width: 992px) {
	
.inside #content-wrap {
}
	
}

/*********************************
2. inside banner
*********************************/

.inside-banner-section {
	float: left;
	width: 100%;
}

.inside-banner-section .inside-banner {
	float: left;
	width: 100%;
}

.inside-banner-section .inside-banner img {
	float: left;
	width: 100%;
}

.inside-banner-section .inside-banner h2 {
	float: left;
	width: 100%;
	font-size: 1.8em;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
}

.banner-menu {
	float: left;
	width: 100%;
}

.banner-menu ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.banner-menu ul li {
	float: left;
	width: 50%;
	text-align: center;
}

.banner-menu ul li a {
	float: left;
	width: 100%;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.45em;
	font-weight: 500;
	transition: all 0.2s ease-in-out;
}

.banner-menu ul li:nth-child(1) {
	background-color: #02c1ea; 
}

.banner-menu ul li:nth-child(1) a:hover {
	background-color: #03afd4; 
	text-decoration: none;
}

.banner-menu ul li:nth-child(2) {
	background-color: #eeb25b; 
}

.banner-menu ul li:nth-child(2) a:hover {
	background-color: #d7983e; 
	text-decoration: none;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
	
.banner-menu ul li {
	width: 100%;
}

.banner-menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.05em;
	line-height: 1;
}
	
}

/*********************************
3. article-section-1
*********************************/

/*article-section-1*/
.article-section-1 {
	float: left;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 4%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
	
.article-section-1 {
	padding-top: 15%;
	padding-bottom: 10%;
}
	
}

.article-section-1 .article-top {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.article-section-1 .article-top .title {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: 1.6em;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	color: #0f0f0f;
}

.article-section-1 .article-top .desc {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.article-section-1 .article-bottom {
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.article-section-1 .article-top .title {
	font-size: 1.5em;
}

.article-section-1 .article-top .desc {
	float: left;
	/*line-height: 1.5;
	font-size: 0.9em;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
	
}

/*********************************
4. article-section-2
*********************************/

/*article-section-2*/
.article-section-2 {
	float: left;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 4%;
	background-color: #f7f7f7;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {
	
.article-section-2 {
	padding-top: 15%;
	padding-bottom: 10%;
}
	
}

.article-section-2 .article-top {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.article-section-2 .article-top .title {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: 1.6em;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	color: #0f0f0f;
}

.article-section-2 .article-top .desc {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.article-section-2 .article-bottom {
	float: left;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.article-section-2 .article-top .title {
	font-size: 1.5em;
}

.article-section-2 .article-top .desc {
	float: left;
	/*line-height: 1.5;
	font-size: 0.9em;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
	
}

/*equipment-list*/
.equipment-list {
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.equipment-list .list-item {
	float: left;
}

.equipment-list .list-item .item-top {
	float: left;
	width: 100%;
	border: 1px solid #dadada;
	transition: all .2s ease-in-out;
}

.equipment-list .list-item .item-top img {
	float: left;
	width: 100%;
}

.equipment-list .list-item .item-bottom {
	float: left;
	width: 100%;
	padding: 10px;
	margin-bottom: 80px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.equipment-list .list-item .item-bottom {
	margin-bottom: 20px;
}
	
}

.equipment-list .list-item .title {
	color: #575757;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.1;
	word-wrap:break-word;
	text-align: center;
}

.equipment-list .list-item .more {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

.equipment-list .list-item .more a {
	font-size: 1em;
	color: #c2c2c1;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.equipment-list .list-item .more a:hover {
	color: #b76904;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.equipment-list .list-item .title {
	font-size: 0.9em;
}

.equipment-list .list-item .more {
	margin-top: 0px;
}

.equipment-list .list-item .more a {
	font-size: 0.7em;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.equipment-list .list-item:nth-child(2n+1) { /*排列*/
   clear: both;
}
	
}

@media only screen and (min-width: 992px) {

.equipment-list .list-item:nth-child(3n+1) { /*排列*/
   clear: both;
}
	
}

/*service-list*/
.service-list {
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.service-list a {
	float: left;
}

.service-list .list-item {
	float: left;
}

.service-list .list-item .item-top {
	float: left;
	width: 100%;
}

.service-list .list-item a .item-top img {
	float: left;
	width: 100%;
	border: 1px solid #dadada;
	transition: all .2s ease-in-out;
}

.service-list .list-item a:hover .item-top img {
	transform: scale(1.1);
}

.service-list .list-item .item-bottom {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.service-list .list-item  .item-bottom {
	margin-bottom: 20px;
}
	
}

.service-list .list-item .more {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 5px;
}

.service-list .list-item a .more {
	font-size: 1em;
	color: #056297;
	transition: all .2s ease-in-out;
	text-decoration: none;
}

.service-list .list-item a:hover .more {
	color: #000;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.service-list .list-item .more {
	margin-top: 0px;
}

.service-list .list-item .more p {
	font-size: 0.7em;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.service-list .list-item:nth-child(2n+1) { /*排列*/
   clear: both;
}
	
}

@media only screen and (min-width: 992px) {

.service-list .list-item:nth-child(3n+1) { /*排列*/
   clear: both;
}
	
}

#ProductionEquipment, #InspectionInstrument {
	float: left;
	width: 100%;
}

/*fancybox*/
.fancybox-content {
	background-color: #fff!important;
}

.fc-infobar,
.fc-toolbar {
	position: absolute;
	top: 0;
	background-color: #9f9e9e;
	color: #fff;
}

.fc-infobar {
	left: 0;
	line-height: 44px;
	min-width: 44px;
	text-align: center;
}

.fc-toolbar {
	right: 0;
}

.fc-caption {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 15px;
	color: #fff;
	background-color: #9f9e9e;
	width: 100%;
	font-size: 0.95em;
	line-height: 1.4;
}

@media only screen and (min-width: 1px) and (max-width: 991px) {

.fc-caption {
	padding: 10px;
	font-size: 0.85em;
}

}




