@charset "UTF-8";

#banner {
	width: 100%;
}

#banner .swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
}

#banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}

#banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}
/*
#banner .swiper-container .slide-to-wrap {
	height: 30px;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: calc(50% - 65px);
	bottom: 20px;
	padding: 5px 15px;
	border-radius: 10px;
	z-index: 2;
} 

#banner .swiper-container .slide-to-wrap a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	float: left;
	margin-right: 10px;
}

#banner .swiper-container .slide-to-wrap a:last-child {
	margin-right: 0;
}

#banner .swiper-container .slide-to-wrap a:hover,
#banner .swiper-container .slide-to-wrap a.active {
	background: rgba(0, 0, 0, .9);
}

*/








#about-us {
	width: 100%;
}

#about-us .container {
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
}

#about-us .container .content {
	width: 100%;
	height: 760px;
	overflow: hidden;
	background: url("../images/about-us-bg.png") right no-repeat;
}

#about-us .container .content .title {
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-top: 90px;
}

#about-us .container .content .description {
	margin-top: 30px;
	display: block;
	width: 450px;
	font-size: 12px;
	color: #999;
	line-height: 2;
}

#about-us .container .content .details {
	display: block;
	width: 105px;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	background: #1B70CC;
	margin-top: 40px;
	-webkit-transition: background .1s;
	-moz-transition: background .1s;
	transition: background .1s;
}

#about-us .container .content .details:hover {
	background: #1558A2;
} 

#about-us .container .content .title, 
#about-us .container .content .description, 
#about-us .container .content .details {
	margin-left: 20px;
}




.slide-section {
	width: 100%;
	height: 500px;
}

.slide-section .container {
	width: 1200px;;
	height: 440px;
	margin: 0 auto;
	margin-top: 60px;
}

.slide-section .container .content {
	width: 100%;
	height: 362px;
	position: relative;
}

.slide-section .container .content .slide-container {
	width: 100%;
	height: 332px;
	margin-top: 40px;
	overflow: hidden;
	padding: 0 1px;
}

.slide-section .container .content .slide-container .slide-wrapper {
	width: 10000%;
	height: 100%;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	transition: transform 1s;
}

.slide-section .container .content .slide-container .slide-wrapper .slide-item {
	width: 290px;
	height: 330px;
	border: 1px solid #8E8E8E;
	float: left;
	margin-left: 10px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
}

.slide-section .container .content .slide-container .slide-wrapper .slide-item:hover {
    box-shadow: 0 0 0 5px #235dad inset, 0 5px 20px rgba(0,0,0,.22);
    border: 1px solid #235dad;
}

.slide-section .container .content .slide-container .slide-wrapper .slide-item:first-child {
	margin-left: 0;
}

.slide-section .container .content .arrow-left,
.slide-section .container .content .arrow-right {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 160px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.slide-section .container .content .arrow-left {
	left: -60px;
	background: url('../images/l.png');
}

.slide-section .container .content .arrow-right {
	right: -60px;
	background: url('../images/r.png');
}

.slide-section .container .content .arrow-left:hover {
	background: url('../images/l_hover.png');
}

.slide-section .container .content .arrow-right:hover {
	background: url('../images/r_hover.png');
}

#product-center.slide-section .container .content .slide-container .slide-wrapper .slide-item .image-wrapper {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#product-center.slide-section .container .content .slide-container .slide-wrapper .slide-item .image-wrapper img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}


#product-center.slide-section .container .content .slide-container .slide-wrapper .slide-item .title,
#product-center.slide-section .container .content .slide-container .slide-wrapper .slide-item .description {
	font-size: 14px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 2;
}

#product-center.slide-section .container .content .slide-container .slide-wrapper .slide-item .title {
	margin-top: 10px;
  height: 30px;
    overflow: hidden;
}

#honor.slide-section .container .content .slide-container .slide-wrapper .slide-item img {
	display: block;
	margin: 20px 6px;
}









#news {
	width: 100%;
	padding-bottom: 57px;
	background: #333 url('../images/news-bg.png');
	overflow: hidden;
}

#news .container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}

#news > .container > .content {
	width: 100%;
	margin-top: 35px;
}

#news .container .content .content-wrap {
	width: 100%;
	position: relative;
}

#news .container .content .content-wrap .item-wrap {
	width: 790px;
	height: 100%;
}

#news .container .content .content-wrap .item-wrap .item {
	padding: 5px;
	background: #FFF;
	border: 1px solid #FFF;
	cursor: default;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

#news .container .content .content-wrap .item-wrap .item:hover {
	border: 1px solid #000;
}

#news .container .content .content-wrap .item-wrap .item:nth-child(2) {
	margin-top: 20px;
}

#news .container .content .content-wrap .item-wrap .item img {
}

#news .container .content .content-wrap .item-wrap .item .content {
	width: calc(100% - 300px);
	overflow: hidden;
	display: inline-block;
    vertical-align: top;
}

#news .container .content .content-wrap .item-wrap .item .content .content-wrap {
	margin-left: 20px;
	margin-top: 25px;
	width: calc(100% - 20px);
}

#news .container .content .content-wrap .item-wrap .item .content .content-wrap .title {
	font-size: 20px;
	font-weight: bold;
	display: block;
}

#news .container .content .content-wrap .item-wrap .item .content .content-wrap .date {
	font-size: 12px;
	color: #888;
	padding-top: 5px;
	display: block;
}

#news .container .content .content-wrap .item-wrap .item .content .content-wrap .content {
	font-size: 14px;
	color: #888;
	padding-top: 10px;
	display: block;
	width: 100%;
	line-height: 2;
	padding-bottom: 20px;
}

#news .container .content .content-wrap .more-news {
	width: 390px;
	height: 440px;
	position: absolute;
	right: 0;
	top: 0;
}

#news .container .content .content-wrap .more-news .more-news-img {
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#news .container .content .content-wrap .more-news .link-button {
	font-size: 14px;
	border: 1px solid #FFF;
	background: transparent;
	display: block;
	width: 130px;
	height: 50px;
	color: #FFF;
	z-index: 3;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: calc(50% - 65px);  
	top: calc(50% - 25px);
}

#news .container .content .content-wrap .more-news .link-button:hover {
	text-decoration: underline;
}




#footer-banner {
	width: 100%;
	height: 350px;
	background: #333 url('../images/footer-banner-bg.png') no-repeat;
	overflow: hidden;
}

#footer-banner .container {
	width: 840px;
	height: 140px;
	margin: 0 auto;
	margin-top: 105px;
	border: 1px solid #FFF;
}

#footer-banner .container .title-zh-cn,
#footer-banner .container .title-en-us {
	color: #FFF;
	line-height: 2;
	display: block;
	text-align: center;
}

#footer-banner .container .title-zh-cn {
	font-size: 32px;
	margin-top: 36px;
}

#footer-banner .container .title-en-us {
	font-size: 12px;
}




#footer {
	width: 100%;
	height: 370px;
	background: #2D3136;
	overflow: hidden;
}

#footer .container {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	margin-top: 100px;
}

#footer .container .item {
	float: left;
	margin-left: 50px;
}

#footer .container .item a:hover {
	text-decoration: underline;
}

#footer .container .item.contact-us {
	border-right: 1px solid #CECECE;
	width: 320px;
	height: 100%;
	margin-left: 0;
}

#footer .container .item.contact-us a:hover {
	text-decoration: none;
}

#footer .container .item.about-us {
	margin-left: 150px;
}

#footer .container .item h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	padding-bottom: 30px;
}

#footer .container .item a {
	display: block;
	font-size: 14px;
	color: #CECECE;
	line-height: 1.5;
}

#footer .container .item.electronic-sample {
	margin-left: 170px;
	width: 115px;
	height: 170px;
}

#footer .container .item.electronic-sample h3 {
	text-align: center;
}

#footer .container .item.electronic-sample img {
	display: block;
	margin: 0 auto;
}

#footer .container .item.electronic-sample p {
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
}


#footer-copyright {
	width: 100%;
	height: 30px;
	background: #1558A2;
	overflow: hidden;
}

#footer-copyright .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}


#footer-copyright .container .copyright, 
#footer-copyright .container .record {
	font-size: 14px;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
}

#footer-copyright .container .copyright {
	float: left;		
}

#footer-copyright .container .record {
	float: right;		
}



#about-us > .container > .title,
#product-center.slide-section > .container > .title,
#honor.slide-section > .container > .title,
#news > .container > .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CECECE;
}

#about-us > .container > .title > .zh-cn, 
#product-center.slide-section > .container > .title > .zh-cn, 
#honor.slide-section > .container > .title > .zh-cn, 
#news > .container > .title > .zh-cn {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #1B70CC;
}

#about-us > .container > .title > .en-us, 
#product-center.slide-section > .container > .title > .en-us, 
#honor.slide-section > .container > .title > .en-us, 
#news > .container > .title > .en-us {
	font-size: 12px;
	color: #7F7F7F;
}




#news > .container > .title {
	border-bottom: 1px solid #FFF;
}

#news > .container > .title > .zh-cn {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}

#news > .container > .title > .en-us {
	color: #FFF;
}






@media only screen and (max-width: 1350px) {
	.slide-section .container {
		width: 903px;
	}
}

@media only screen and (max-width: 1100px) {
	.slide-section .container {
		width: 602px;
	}
}

@media only screen and (max-width: 900px) {
	#footer-banner {
		display: none;
	}
}

@media only screen and (max-width: 1080px) {
	#footer {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.slide-section .container {
		width: 294px;
	}
}

@media only screen and (max-width: 430px) {
	.slide-section {
		position: relative;
	}

	.slide-section .container .content {
		position: static;
	}

	.slide-section .container .content .arrow-left {
		left: 2%;
	}

	.slide-section .container .content .arrow-right {
		right: 2%;
	}

	.slide-section .container .content .arrow-left,
	.slide-section .container .content .arrow-right {
		-webkit-transform: -webkit-scale(0.7);
		-moz-transform: -moz-scale(0.7);
		-transform: scale(0.7);
		top: 220px;
	}

}

@media only screen and (max-width: 390px) {
	.slide-section .container .content .arrow-left {
		left: 1%;
	}

	.slide-section .container .content .arrow-right {
		right: 1%;
	}
}

@media only screen and (max-width: 380px) {
	.slide-section .container .content .arrow-left {
		left: 0%;
	}

	.slide-section .container .content .arrow-right {
		right: 0%;
	}
}

@media only screen and (max-width: 375px) {
	.slide-section .container .content .arrow-left,
	.slide-section .container .content .arrow-right {
		display: none;
	}

}

@media only screen and (max-width: 1250px) {
	#news .container {
		width: 80%;
	}

	#news .container .content .content-wrap .more-news {
		display: none;
	}

	#news .container .content .content-wrap .item-wrap {
		width: auto;
	}
}

@media only screen and (max-width: 1200px) {
	#about-us .container {
		margin-top: 5%;
	}

	#about-us .container .content {
		height: auto;
		padding-bottom: 30px;
	}

	#about-us .container .content .title {
		color: #FFF;
		font-size: 20px;
		margin-top: 10%;
	}

	#about-us .container .content .description {
		color: #FFF;
		width: 80%;
		margin-top: 7%;
	}

	#footer .container {
		width: 80%;
	}

	#footer .container .item.about-us {
		margin-left: 60px;	
	}

	#footer .container .item.electronic-sample {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 700px) {
	#news .container .content .content-wrap .item-wrap .item img {
		display: none;
	}

	#news .container .content .content-wrap .item-wrap .item .content {
		width: auto;
	}
}

@media only screen and (max-width: 668px) {
	/*#banner .swiper-container .slide-to-wrap {
		display: none;
	}*/
}










