@charset 'UTF-8';

/**
 * Css Library v1.0.0
 * 
 * Date: 2018-05-06
 */

header {
	width: 100%;
	z-index: 999;
	position: absolute;
}

header .header-container {
	width: 1400px;
	margin: 0 auto;
}

header .header-container .header-wrapper {
	width: 100%;/*
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;*/
}

header .header-container .header-wrapper:first-child {
	margin-top: 10px;
}

header .header-container .header-wrapper:last-child {
	margin-top: 20px;
	height: 100px;
	background: #FFF;
	border-radius: 5px;
}

header .header-container .header-wrapper .header-search-wrapper {
	width: 230px;
	height: 30px;
	float: right;
}

header .header-container .header-wrapper .header-search-wrapper .header-search {
	width: 200px;
	height: 30px;
	background: #FFF;
	float: left;
	border-radius: 5px 0 0 5px;
}

header .header-container .header-wrapper .header-search-wrapper .search-button {
	display: block;
	float: left;
	width: 30px;
	height: 30px;

	background: url(../images/search-icon.png) center center #9C231B no-repeat;
	border: none;
}

header .header-container .header-wrapper .header-search-wrapper .search-button img {
	display: block;
	margin: 7px auto;
	vertical-align: middle;
}

header .header-container .header-wrapper .header-search-wrapper .header-search .search {
	width: 100%;
	text-indent: 10px;
	height: 20px;
	margin-top: 5px;
	font-size: 14px;
	color: #000;
	outline: 0;
	border: 0;
}

header .header-container .header-wrapper .header-logo {
	display: inline-block;
	float: left;
	width: 426px;
	height: 66px;
	/*margin: 16px 20px;*/
	margin-top: 16px;
	margin-left: 20px;
	/*background: url('../images/logo.jpg');*/
}

header .header-container .header-wrapper .header-logo img {
}

header .header-container .header-wrapper .header-menu {
	width: 820px;
	float: right;
}

header .header-container .header-wrapper .header-menu .menu-item {
	display: block;
	float: left;
	/*margin-left: 47px;*/
	line-height: 100px;
	width: 100px;
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #000;
}

/*nav.menu .container .list a ul,*/
header .header-container .header-wrapper .header-menu .menu-item ul {
	position: absolute;
	top: 100px;
	left: 0;
	min-width: 100%;
	display: none;
	background: #FFF;
}

/*nav.menu .container .list a ul li,*/
header .header-container .header-wrapper .header-menu .menu-item ul li {
	font-size: 14px;
	color: #333;
	list-style: none;
	line-height: 2;
    white-space: nowrap;
    padding: 0 20px;
    text-align: left;
    position: relative;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
}
header .header-container .header-wrapper .header-menu .menu-item ul li ul {
    position: absolute;
    transform: translate3d(100%, 0, 0);
    top: 0;
}

header .header-container .header-wrapper .header-menu .menu-item:hover > ul {
	display: block;
}

header .header-container .header-wrapper .header-menu .menu-item ul li.active ul,
header .header-container .header-wrapper .header-menu .menu-item ul li:hover ul {
	display: block;
}

header .header-container .header-wrapper .header-menu .menu-item ul li.active, 
header .header-container .header-wrapper .header-menu .menu-item ul li:hover {
	background: #F8F8F8;
	color: #9C231B;
}

header .header-container .header-wrapper .header-menu .menu-item.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 41px;
	width: 3px;
	height: 16px;
	background: #9C231B;
}
.nothing{
	width: 194px;
	height: 180px;
	margin: 0 auto;
	text-align: center;
}
.nothing>img{
	max-width: 156px;
	max-height: 156px;
	margin-bottom: 10px;
}
@media (max-width: 900px) {
	.nothing{
		margin-top: 5%;
	}
	.nothing>img{
		width: 100px;
		height: 100px;
	}
}
header .header-container .header-wrapper .header-menu .menu-item:first-child {
	margin-left: 0;
}

header .header-container .header-wrapper .header-menu .menu-item:hover, 
header .header-container .header-wrapper .header-menu .menu-item.active {
	color: #9C231B;
}

.swiper {
	width: 100%;
}

.swiper .swiper-container {
	width: 100%;
}

.swiper .swiper-container .swiper-wrapper {

}

.swiper .swiper-container .swiper-wrapper .swiper-slide {
}

.swiper .swiper-container .swiper-wrapper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper .swiper-container .swiper-button-prev,
.swiper .swiper-container .swiper-button-next {
	width: 50px;
	height: 50px;
	-webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.swiper .swiper-container .swiper-button-prev {
	left: 100px;
	background-image: url('../images/arrow-prev.png');
}

.swiper .swiper-container .swiper-button-next {
	right: 100px;
	background-image: url('../images/arrow-next.png');
}


.about-us {
	width: 100%;
	display: inline-block;
}

.about-us .container {
	width: 1200px;
	margin: 0 auto;
}

.about-us .container .content {
	padding-top: 70px;
}

.about-us .container .content .pic {
	display: inline-block;
	width: 574px;
	float: left;
	box-shadow: -10px -10px 0 #b1afaf;
}

.about-us .container .content .pic img {
	display: block;
	width: 100%;
	height: auto;
}

.about-us .container .content .description {
	width: 626px;
	float: left;
	padding: 49px 40px;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.about-us .container .content .description .desc-title {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}

.about-us .container .content .description .desc-title h2 {
	font-size: 28px;
	font-weight: normal;
}

.about-us .container .content .description .desc-title span {
	font-size: 12px;
	color: #333;
}

.about-us .container .content .description .desc-content {
	margin-top: 10px;
	font-size: 12px;
}

.about-us .container .content .description .more-btn {
	display: block;
	width: 75px;
	height: 30px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	background: #018fe1;
	float: right;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.about-us .container .content .description .more-btn:hover {
	background: #252424;
}

.product-center {
	width: 100%;
	margin-top: 30px;
	position: relative;
	background: #fffcfc url('../images/product-center-banner.jpg') no-repeat;
}

.product-center-main {
	margin-top: 0;
	background: #fffcfc;
}

.product-center .container {
	width: 1400px;
	margin: 0 auto;
}

/*
.about-us .container .title,
.product-center .container .title {
	width: 100%;
	text-align: center;
}

.product-center .container .title {
	height: 100px;
	overflow: hidden;
}

.news-center .container .title {
	width: 100%;
	text-align: center;
}

.about-us .container .title h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 70px;
}

.product-center .container .title h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
}

.news-center .container .title h2 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-top: 20px;
}

.about-us .container .title h3 {
	font-size: 28px;
}


.news-center .container .title div,
.about-us .container .title div,
.product-center .container .title div {
	line-height: 14px;
	color: #FFF;
	margin: 5px 0;
	font-size: 14px;
}

.news-center .container .title div,
.about-us .container .title div {
	color: #000;
}

.news-center .container .title div span,
.about-us .container .title div span,
.product-center .container .title div span {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 2px;
	background: #FFF;
}

.news-center .container .title div span,
.about-us .container .title div span {
	background: #000;
}

.news-center .container .title div span:first-child, 
.about-us .container .title div span:first-child,
.product-center .container .title div span:first-child {
	margin-right: 10px;
}

.news-center .container .title div span:last-child,
.about-us .container .title div span:last-child,
.product-center .container .title div span:last-child {
	margin-left: 10px;
}

.product-center .container .title h3 {
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 1px 0 #333;
}
*/

.title {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.title {
	width: 100%;
	text-align: center;
}

.title h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 70px;
}

.title h2 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
}

.title h2 {
	font-size: 28px;
	color: #000;
	font-weight: normal;
	margin-top: 20px;
}

.title h3 {
	font-size: 28px;
}

.title div {
	line-height: 14px;
	color: #FFF;
	margin: 5px 0;
	font-size: 14px;
}

.title div {
	color: #000;
}

.title div p {
	display: inline;
}

.title div span {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 2px;
	background: #FFF;
	background: #000;
}

.title div span:first-child {
	margin-right: 10px;
}

.title div span:last-child {
	margin-left: 10px;
}

.title h3 {
	font-size: 18px;
	text-shadow: 1px 1px 0 #333;
}

.news-center .container .title div span,
.about-us .container .title div span {
	background: #000;
}

.about-us .container .title h2 {
	font-weight: bold;
}

.about-us .container .title h3 {
	color: #7c7c7c;
	font-size: 24px;
}

.news-center .container .title h2 {
	font-size: 28px;
	font-weight: bold;
}

.product-center .container .title h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 28px;
}

.product-center-main .container .title h2 {
	color: #333;
}

.product-center .container .title div {
	color: #FFF;
}

.product-center-main .container .title div {
	color: #333;
}

.product-center .container .title div span {
	background: #FFF;
}

.product-center-main .container .title div span {
	background: #333;
}

.product-center .container .title h3 {
	color: #FFF;
	font-size: 24px;
}

.product-center-main .container .title h3 {
	color: #000;
	font-weight: normal;
}

.recruitment .title, 
.honor-main .title {
	padding-bottom: 20px;
}


.product-center .container .product-list {
	width: 100%;
	margin-top: 60px;
	min-height: 500px;
}

.product-center .container .product-list .product-item {
	width: 260px;
	background: #FFF;
	margin-left: 22px;
	margin-bottom: 22px;
	float: left;
	cursor: default;
	border: 1px solid #CCC;
}

.product-center .container .product-list .product-item a {
	z-index: 9999999;
}

.product-center .container .product-list .product-item .pic {
	width: 100%;
	position: relative;
	line-height: 220px;
	text-align: center;
	overflow: hidden;
}

.product-center .container .product-list .product-item .pic .mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(1, 143, 225, .4);
}

.product-center .container .product-list .product-item .pic img {
	vertical-align: middle;
	max-width:184px ;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.product-center .container .product-list .product-item .desc {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	background: #018fe1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product-center .container .product-list .product-item .pic .mask, 
.product-center .container .product-list .product-item .desc {
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
}

.product-center .container .product-list .product-item:hover {
	cursor: pointer;
}

.product-center .container .product-list .product-item:hover .pic .mask {
	opacity: 1;
}

.product-center .container .product-list .product-item:hover .desc {
	background: blue;
}

.product-center .container .product-list .product-item:hover .pic > img {
	-webkit-transform: scale(1.5);;
	-moz-transform: scale(1.5);;
	-ms-transform: scale(1.5);;
	transform: scale(1.5);;
}

.product-center .container .product-list .product-item:nth-child(5n+1) {
	margin-left: 0;
}

.news-center {
	width: 100%;
	background: #fffcfc;
}

.news-center .container {
	width: 1200px;
	margin: 0 auto;
}

.news-center .container .news-list {
	width: 100%;
	margin-top: 40px;
}

.news-center .container .news-list .news-item {
	width: 400px;
	min-height: 240px;
	float: left;
	border: 1px solid #CCC;
	border-right: 0;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.news-center .container .news-list .news-item:hover {
	background: #FFF;
}

.news-center .container .news-list .news-item:hover .top .time {
	background: #ff8a00;
}

.news-center .container .news-list .news-item .footer .details:hover {
	color: #ff8a00;
}

.news-center .container .news-list .news-item:last-child{
	border: 1px solid #CCC;
}

.news-center .container .news-list .news-item .top {
	height: 70px;
	margin-top: 25px;
}

.news-center .container .news-list .news-item .top .time {
	/*width: 80px;
	height: 70px;*/
	border-radius: 0 10px 10px 0px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 10px 5px 15px;
	float: left;
	background: #0273b7;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
	cursor: default;
}

.news-center .container .news-list .news-item .top .time .day,
.news-center .container .news-list .news-item .top .time .date {
	display: block;
}

.news-center .container .news-list .news-item .top .time .day {
	font-size: 18px;
	font-weight: bold;
}

.news-center .container .news-list .news-item .top .time .date {
	font-size: 14px;
}

.news-center .container .news-list .news-item .top .title {
	float: left;
	/*width: 290px;*/
	width: calc(100% - 101px);
	padding: 5px 10px;
	font-size: 18px;
	text-align: left;
	color: #000;
}

.news-center .container .news-list .news-item .content {
	font-size: 14px;
    width: 97%;
    margin: 10px auto;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news-center .container .news-list .news-item .footer {
	padding: 20px;
}

.news-center .container .news-list .news-item .footer .details {
	font-size: 14px;
	position: relative;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
}

.news-center .container .news-list .news-item .footer .details:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -12px;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent transparent #ff8a00;
}

footer {
	width: 100%;
}

footer .top {
	width: 100%;
	height: 60px;
	background: #656565;
	overflow: hidden;
}

footer .top .link-list {
    width: 228px;
    height: 21px;
	margin: 18px auto;
}

footer .top .link-list .link {
	font-size: 14px;
	padding: 0 10px;
	color: #b5b5b6;
	float: left;
	position: relative;
}

footer .top .link-list .link:last-child {
	border-right: 0;
}

footer .top .link-list .link:hover {
	color: #F9F9F9;
}

footer .top .link-list .link:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #b5b5b6;
}

footer .top .link-list .link:last-child:after {
	background: transparent;
}

footer .main {
	width: 100%;

	background: #2b2b2b;
	overflow: hidden;
}

footer .main .container {
	width: 1039px;
	margin: 85px auto;
}

footer .main .container .item {
	width: 165px;
	float: left;
}

footer .main .container .item.contact-us-link {
	width: 225px;
}

footer .main .container .item h4 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}

footer .main .container .item span {
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 2px;
	background: #136baf;	
}

footer .main .container .item .link-list {
	width: 100%;
	margin-top: 25px;
}

footer .main .container .item .link {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7c7a7a;
	display: block;
	max-width: 225px;
}
	
footer .main .container .item .link:hover {
	/*text-decoration: underline;*/
	color: #b5b5b5;
}

footer .main .container .item .phone {
	width: 225px;
	height: 70px;
	border-radius: 10px;
	margin-top: 25px;
	/*padding: 15px;*/
	display: inline-block;
	cursor: default;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
	background: #136baf;
}

/*footer .main .container .item .phone:hover {
	background: #136baf;
}*/

footer .main .container .item .phone .phone-icon {
	float: left;
    margin-top: 15px;
    margin-left: 15px;
}

footer .main .container .item .phone div {
	float: left;
	padding-left: 15px;
	margin-top: 6px;
}

footer .main .container .item .phone div p {
	font-size: 20px;
	color: #FFF;
}

footer .main .container .qr-code-link {
	display: inline-block;
  float:right;
	margin-left: 10px;
 
}

footer .copyright {
	width: 100%;
	height: 75px;
	border-top: 1px solid #646464;
	background: #2b2b2b;
	line-height: 75px;
	text-align: center;
	font-size: 14px;
	color: #aeaeb0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header-mobile {
	display: none;
	width: 100%;
	z-index: 999;
	background: #373D41;
}

.header-mobile .container {
	width: 100%;
    height: 44px;
    padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header-mobile .container .logo {
	display: inline-block;
	width: 33px;
	height: 33px;
}

.header-mobile .container .logo img {
	border-radius: 50%;
}

.header-mobile .container div {
	display: inline-block;
	float: right;
	margin-top: 2px;
}

.header-mobile .container .menu {
	display: inline-block;
	vertical-align: top;
	background: #9C231B;
}

.header-mobile .container .menu {
	padding: 6px;
}

.header-mobile .container .menu span {
	display: block;
	width: 24px;
	height: 2px;
	background: #FFF;
	margin-top: 4px;
}

.header-mobile .container .menu span:first-child {
	margin-top: 0;
}


.menu-mask, nav.menu {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.menu-mask {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, .5);
}

nav.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	background: #333;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

nav.menu .container {
}

nav.menu .container .top {
	width: 100%;
}

nav.menu .container .top a {
	display: block;
	float: right;
	width: 25px;
	/*height: 25px;*/
	position: relative;
	border-radius: 50%;
}

nav.menu .container .top a:hover span {
	background: #FFF;
}

nav.menu .container .top a span {
	display: block;
	width: 16px;
	height: 2px;
	background: #888;
	position: absolute;
    top: 12px;
    left: 4px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
}

nav.menu .container .top a span.left {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


nav.menu .container .top a span.right {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

nav.menu .container .list {
	width: 100%;
	padding-left: 5px;
}

nav.menu .container .list a {
	font-size: 16px;
	color: #b8b7ad;
	line-height: 3;
	display: block;
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
	position: relative;
}

nav.menu .container .list a ul {
	width: 100%;
	background: #484848;
	display: none;
}

.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #333;
}

.scrollbar::-moz-scrollbar {
	width: 5px;
	height: 0px;
	background-color: #333;
}

.scrollbar::scrollbar {
	width: 5px;
	height: 0px;
	background-color: #333;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #696868;
}

.scrollbar::-moz-scrollbar-thumb {
	border-radius: 2px;
	background-color: #696868;
}

.scrollbar::scrollbar-thumb {
	border-radius: 2px;
	background-color: #696868;
}

.scrollbar::-webkit-scrollbar-button {
	display: none;
}

.scrollbar::-moz-scrollbar-button {
	display: none;
}

.scrollbar::scrollbar-button {
	display: none;
}

nav.menu .container .list a.active > ul {
	display: block;
}
nav.menu .container .list a.active ul li.active ul{
	display: block;
}

nav.menu .container .list a ul li {
	font-size: 14px;
	color: #b8b7ad;
	line-height: 3;
	padding: 0 10px;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 200px;
}

nav.menu .container .list a ul li ul {
	/*background: #585858;*/
}


nav.menu .container .list a ul li.active,
nav.menu .container .list a ul li:hover {
	color: #C84D4F;
}

nav.menu .container .list a.active,
nav.menu .container .list a:hover {
	color: #C84D4F;
}



.product-info {
	width: 100%;
	padding: 20px 0;
	background: #EEE;
}

.product-info .container {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.product-info .container .tag {
	margin-top: 20px;
	width: 100%;
	background: #FFF;
	border-top: 2px solid #9C231B;
}

.product-info .container .tag h2 {
	padding: 10px;
	font-size: 16px;
	color: #9C231B;
} 

.product-info .container .tag .details {
	padding: 20px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.product-info .container .tag .details img {
	display: block;	margin: 0 auto;

	max-width: 100%;
}
.product-info .container .tag .details p>span>img,.product-info .container .tag .details p>img{
	max-width: 100%;
}

.banner {
	width: 100%;
	/*height: 300px;*/
	overflow: hidden;
	position: relative;
	/*background: url('../images/about-us-banner.png') no-repeat;*/
	/*background-size: cover;*/
}

.banner img {
	display: block;
	width: 100%;
	min-width: 1000px;
}

.product-equipment {
	width: 100%;
}

.product-equipment .container {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.product-equipment .container .main {
	width: 100%;
}

.product-equipment .container .main .desc {
	padding: 20px 120px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
}
.product-equipment .container .main .pic {
	width: 617px;
	height: 411px;
	margin: 20px auto;
}

.product-equipment .container .main .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.product-equipment .container .shuffling {
	width: 100%;
	position: relative;
	margin-top: 40px
}

.product-equipment .container .shuffling .product-container {
	width: 1090px;
	/*width: 80%;*/
	height: 185px;
	overflow: hidden;
	margin: 0 auto;
}

.product-equipment .container .shuffling .product-container .product-wrapper {
	height: 100%;
	display: flex;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item {
	width: 265px;
	height: 185px;
	line-height: 185px;
	text-align: center;
	position: relative;
	float: left;
	display: block;
	margin-left: 10px;
	flex-shrink: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item:first-child {
	margin-left: 0;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item:hover .hover {
	opacity: 1;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item .hover .search-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	margin: 70px auto;
	position: relative;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item .hover .search-icon span {
	position: absolute;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item .hover .search-icon .circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #FFF;
	position: absolute;
	top: 0;
	left: 0;
}

.product-equipment .container .shuffling .product-container .product-wrapper .product-item .hover .search-icon .stick {
	width: 2px;
    height: 15px;
    background: #FFF;
    position: absolute;
    bottom: -1px;
    right: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.product-equipment .container .shuffling .arrow {
	position: absolute;
	top: 50px;
	display: block;
	width: 40px;
	height: 80px;
	background: #333;
	text-align: center;
	line-height: 80px;
}

.product-equipment .container .shuffling .arrow-left {
	left: 0;
}

.product-equipment .container .shuffling .arrow-right {
	right: 0;
}

.product-equipment .container .shuffling .arrow span {
	display: block;
	position: absolute;
	width: 4px;
	height: 30px;
	background: #FFF;
}

.product-equipment .container .shuffling .arrow .left {
}

.product-equipment .container .shuffling .arrow .right {
}

.product-equipment .container .shuffling .arrow-left span {
	left: 18px;
}

.product-equipment .container .shuffling .arrow-left .left {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
}

.product-equipment .container .shuffling .arrow-left .right {
	-webkit-transform: translate3d(0, 100%, 0) rotate(-45deg);
	-moz-transform: translate3d(0, 100%, 0) rotate(-45deg);
	-ms-transform: translate3d(0, 100%, 0) rotate(-45deg);
	transform: translate3d(0, 100%, 0) rotate(-45deg);
	top: 5px;
}

.product-equipment .container .shuffling .arrow-right span {
	right: 18px;
}

.product-equipment .container .shuffling .arrow-right .left {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
}

.product-equipment .container .shuffling .arrow-right .right {
	-webkit-transform: translate3d(0, 100%, 0) rotate(45deg);
	-moz-transform: translate3d(0, 100%, 0) rotate(45deg);
	-ms-transform: translate3d(0, 100%, 0) rotate(45deg);
	transform: translate3d(0, 100%, 0) rotate(45deg);
	top: 5px;
}











.news-consult {
	width: 100%;
  min-height:500px;
}

.news-consult .container {
	width: 1100px;
	margin: 0 auto;
}

.news-consult .container .news-item {
	width: 100%;
	margin: 20px auto;
	display: block;
	background: #FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	transition: all .1s;
	cursor: default;
	cursor: pointer;
    background: rgba(255, 255, 255, .8);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .12);
}

.news-consult .container .news-item:hover {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .21);
}

.news-consult .container .news-item .news-pic {
	width: 290px;
	float: left;
}

.news-consult .container .news-item .news-pic img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 192px;
}

.news-consult .container .news-item .news-right {
	width: calc(100% - 290px);
	height: 100%;
	float: left;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.news-consult .container .news-item .news-right .news-title {
	width: 100%;
}

.news-consult .container .news-item .news-right .news-title h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.news-consult .container .news-item .news-right .news-title span {
	font-size: 12px;
	color: #999;
}

.news-consult .container .news-item .news-right .news-content {
	font-size: 14px;
	color: #999;
	padding: 10px 0;
}

.contact-us {
	width: 100%;
	overflow: hidden;
}

.contact-us .container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.contact-us .container .pic {
	width: 500px;
	height: 300px;
	float: left;
}

.contact-us .container .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.contact-us .container .main-right {
	width: calc(100% - 500px);
	float: left;
}

.contact-us .container .main-right .content {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 80px;
}

.contact-us .container .main-right .content p {
	font-size: 14px;
}

.recruitment {
	width: 100%;
	padding: 20px 0;
	background: #F8F8F8;
}

.recruitment .container {
	width: 1100px;
	margin: 0 auto;
	background: #FFF;
}

.recruitment .container .jobs {
	width: 100%;
}

.recruitment .container .jobs .item {
	width: 100%;
	padding: 12px 2%;
	height: 30px;
	border-bottom: 1px dotted rgba(244, 244, 244, 1);
}
.recruitment .container .jobs .item a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	float: left;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}/*
.recruitment .container .jobs .item .name {width: 320px;}
.recruitment .container .jobs .item .type {width: 170px;}
.recruitment .container .jobs .item .area {width: 220px;}
.recruitment .container .jobs .item .number {width: 220px;}
.recruitment .container .jobs .item .time {width: 170px;}*/

.recruitment .container .jobs .item .name {width: 30%;}
.recruitment .container .jobs .item .type {width: 20%;}
.recruitment .container .jobs .item .area {width: 20%;}
.recruitment .container .jobs .item .number {width: 15%;}
.recruitment .container .jobs .item .time {width: 15%;}

.recruitment .container .jobs .item.jobs-title a {
	font-weight: bold;
	color: #333;
}

.news-info {
	width: 100%;
	padding: 20PX 0;
}

.news-info .container {
	width: 1200px;
	margin: 0 auto;
}

.news-info .container .top {
	width: 100%;
	text-align: center;
}

.news-info .container .top h2 {
	font-size: 24px;
	color: #333;
}

.news-info .container .top div {
	width: 100%;
}

.news-info .container .top div span {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}

.news-info .container .top div span:first-child {
	margin-left: 0;
}

.news-info .container .content {
	width: 100%;
	padding: 20px;
	min-height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}
.news-info .container .content p>span>img,.news-info .container .content p>img{
	max-width: 100%;
}


.honor {
	width: 100%;
	padding: 20px 0;
}

.honor .container {
	width: 1300px;
	margin: 0 auto;
}

.honor .container .item {
	width: 300px;
	display: block;
	height: 180px;
	border: 1px #E6E6E6 solid;
	padding: 25px 0;
	margin-left: -1px;
	position: relative;
	overflow: hidden;
	float: left;
}
.honor .container .item span.img{
	display: block;
	width: 80%;
	height: 150px;
	text-align: center;
	margin: 0 auto 10px;
}
.honor .container .item span.img >img{
	max-height: 150px;
	max-width: 80%;
	vertical-align: middle;
}
.honor .container .item:nth-child(4n+1) {
	margin-left: 0;
}

/*.honor .container .item img {*/
	/*display: block;*/
	/*width: 70%;*/
	/*max-height: 250px;*/
	/*margin: 0 auto;*/
	/*-webkit-transition: all .3s;*/
	/*-moz-transition: all .3s;*/
	/*-ms-transition: all .3s;*/
	/*transition: all .3s;*/
/*}*/

.honor .container .item:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}


.recruitment-info {
	width: 100%;
	background: #F8F8F8;
}

.recruitment-info .container {
	width: 1100px;
	margin: 0 auto;
	background: #FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.recruitment-info .container h2 {
    font-size: 16px;
    line-height: 29px;
    color: #333;
}

.recruitment-info .container .info {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.recruitment-info .container .info .job-survey {
	width: 100%;
}

.recruitment-info .container .info .job-survey .survey {
	display: block;
	width: 33.3%;
	font-size: 14px;
	float: left;
	color: #333;
}


.recruitment-info .container .info .job-survey .survey .name {
	width: 56px;
	display: inline-block;
	text-align:justify;
	text-justify:distribute-all-lines;
	text-align-last:justify;
	-moz-text-align-last:justify;
	-webkit-text-align-last:justify;
}


.recruitment-info .container .info .job-detail {
}

.recruitment-info .container .info .job-detail h3 {
    margin: 2em 0;
    font-size: 13px;
    font-weight: 700;
}

.recruitment-info .container .info .job-detail p {
    margin: 2em 0;
    font-size: 14px;
}

.leave-message {
	width: 100%;
}

.leave-message .container {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}

.leave-message .container .title {
	margin-bottom: 20px;
}

.leave-message .container .content {
	width: 100%;
}

.leave-message .container .content .item {
	width: 100%;
	margin-top: 20px;
}

.leave-message .container .content .item.input-wrap {
	height: 40px;
}

.leave-message .container .content .item:first-child {
	margin-top: 0;
}

.leave-message .container .content .item:last-child {
	height: auto;	
}

.leave-message .container .content .item input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #DDD;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.leave-message .container .content .item input:focus {
	border-color: #23b8ff;
}

.leave-message .container .content .item textarea {
	min-width: 100%;
	max-width: 100%;
	padding: 20px;
	outline: 0;
	font-family: "微软雅黑";
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	transition: border-color .3s;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.leave-message .container .content .item textarea:focus {
	border-color: #23b8ff;
}

.leave-message .container .content .submit {
	display: block;
	width: 90%;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	background: #333;
	margin: 0 auto;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.leave-message .container .content .submit:hover {
	background: #41c15e;
}
	

.map {
	width: 100%;
	padding: 20px 0;
}

.map .container {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	margin-top: 20px;
}


.about-company {
	width: 100%;
}

.about-company .container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

.about-company .container .top {
	width: 100%;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #DDD;
}

.about-company .container .top h2 {
    color: #003C7E;
    font-size: 20px;
}

.about-company .container .content {
	width: 100%;
	padding: 20px 0;
	min-height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.about-company .container .content p {
	font-size: 14px;

}
.about-company .container .content p>span>img,.about-company .container .content p>img{
	max-width: 100%;
}
.about-company .container .content p:first-child {
	margin-top: 0;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px; }
.pagination > li {
	display: inline; }
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #337ab7;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px; }

@media only screen and (max-width: 1400px) {
	header {
	}
	
	header .header-container {
		width: 91%;
	}
	
	header .header-container .header-wrapper .header-menu {
		width: auto;
	}

	.product-center .container {
		width: 100%;
	}
}


@media only screen and (max-width: 1310px) {
	header .header-container .header-wrapper .header-menu .menu-item {
		/*margin-left: 30px;*/
	}

	header .header-container .header-wrapper .header-menu .menu-item:first-child {
		/*margin-left: 30px;*/
	}

	.honor .container {
		width: 970px;
	}
	
	.honor .container .item:nth-child(4n+1) {
		margin-left: 30px;
	}	

	.honor .container .item:nth-child(3n+1) {
		margin-left: 0;
	}
}


@media only screen and (max-width: 970px) {
	.honor .container {
		width: 634px;
	}
	
	.honor .container .item:nth-child(4n+1), 
	.honor .container .item:nth-child(3n+1) {
		margin-left: 30px;
	}	

	.honor .container .item:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 634px) {
	.honor .container {
		width: 90%;
	}

	.honor .container .item {width: 100%;margin-left:0;}
	
	.honor .container .item:nth-child(4n+1), 
	.honor .container .item:nth-child(3n+1), 
	.honor .container .item:nth-child(2n+1) {
		margin-left: 0;
	}	
}

@media only screen and (max-width: 991px) {
	header {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.banner h2 {
		bottom: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.about-us .container {
		width: 90%;
	}
	
	.about-us .container .content .pic {
		width: 40%;
	}

	.about-us .container .content .description {
		width: 60%;
		padding: 0 40px;
	}

	.news-center {
		height: auto;
		padding-bottom: 20px;
	}

	.news-center .container {
		width: 90%;
	}

	.news-center .container .news-list .news-item {
		/*width: 532px;*/
		width: 50%;
	}
	
	/*.news-center .container .news-list .news-item:nth-child(odd) {
		border-bottom: none;
		border-right: none;
	}

	.news-center .container .news-list .news-item:last-child {
		border-bottom: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}*/

	.news-center .container .news-list .news-item:nth-child(2) {
		border-right: 1px solid #CCC;
	}

	.news-center .container .news-list .news-item:nth-child(3) {
		border-top: none;
	}

	.product-equipment .container {
		width: 90%;	
	}

	.news-consult .container {
		width: 90%;
	}

	.news-info .container {
		width: 90%;
	}

	.product-info .container {
		width: 90%;
	}

	.map .container {
		width: 90%;
	}
}

@media only screen and (max-width: 940px) {
	.about-us .container .content .pic {
		display: none;
	}

	.about-us .container .content {
		padding-top: 20px;
	}

	.about-us .container .content .description {
		margin: 0 auto;
		padding-bottom: 20px;
		width: 100%;
		float: none;
		border: none;
	}

	.product-equipment .container .main .desc {
		padding: 20px 80px;
	}
}

@media only screen and (max-width: 400px) {
	.product-equipment .container {
		width: 98%;
	}
}

@media only screen and (max-width: 900px) {
	.contact-us .container {
		width: 90%;
	}

	.contact-us .container .pic {
		display: none;
	}
	
	.contact-us .container .main-right {
		width: 100%;
	}

	.contact-us .container .main-right .content {
		padding: 20px;
	}

	.leave-message .container {
		width: 90%;
	}
}

@media only screen and (max-width: 1400px) {
	.product-center .container .product-list {
		width: 1114px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.product-center .container .product-list .product-item,
	.product-center .container .product-list .product-item:nth-child(5n+1) {
		margin-left: 22px;
	}

	.product-center .container .product-list .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
}


@media only screen and (max-width: 1229px) {
	.product-center .container .product-list {
		width: 830px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.product-center .container .product-list .product-item,
	.product-center .container .product-list .product-item:nth-child(4n+1) ,
	.product-center .container .product-list .product-item:nth-child(5n+1) {
		margin-left: 22px;
	}

	.product-center .container .product-list .product-item:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 834px) {
	.product-center .container .product-list {
		width: 546px;
	}

	.product-center .container .product-list .product-item,
	.product-center .container .product-list .product-item:nth-child(5n+1),
	.product-center .container .product-list .product-item:nth-child(3n+1) {
		margin-left: 22px;
	}

	.product-center .container .product-list .product-item:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 546px) {
	.product-center .container .product-list {
		width: 90%;
	}

	.product-center .container .product-list .product-item {
		width: 100%;
	}

	.product-center .container .product-list .product-item,
	.product-center .container .product-list .product-item:nth-child(5n+1),
	.product-center .container .product-list .product-item:nth-child(3n+1),
	.product-center .container .product-list .product-item:nth-child(2n+1) {
		margin-left: 22px;
	}

	.product-center .container .product-list .product-item:nth-child(1n+1) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 550px) {
	.about-us .container .title h2 { font-size: 24px; }

	.about-us .container .title h3 { font-size: 20px; }

	.about-us .container .content .description .desc-title h2 { font-size: 24px; }

	/*.about-us .container .content .description .desc-title span { font-size: ; }*/

	.product-center .container .title h2 { font-size: 24px; }

	/*.product-center .container .title div { font-size: ; }*/

	.product-center .container .title h3 { font-size: 20px; }

	.news-center .container .title h2 { font-size: 24px; }
}

@media only screen and (max-width: 450px) {
	.about-us .container .title h2 { font-size: 20px; }

	.about-us .container .title h3 { font-size: 16px; }

	.about-us .container .content .description .desc-title h2 { font-size: 20px; }

	/*.about-us .container .content .description .desc-title span { font-size: ; }*/

	.product-center .container .title h2 { font-size: 20px; }

	/*.product-center .container .title div { font-size: ; }*/

	.product-center .container .title h3 { font-size: 16px; }

	.news-center .container .title h2 { font-size: 20px; }
}

@media only screen and (max-width: 380px) {
	.swiper .swiper-container .swiper-button-prev, 
	.swiper .swiper-container .swiper-button-next {
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75);
	}
}

@media only screen and (max-width: 875px) {
	.news-center .container .news-list .news-item {
		/*width: 532px;*/
		width: 100%;
		float: none;
		margin: 0 auto;
		overflow: hidden;
		border-right: 1px solid #CCC;
	}

	.news-center .container .news-list .news-item:nth-child(2) {
		border-top: none;
	}

	.news-center .container .news-list .news-item:nth-child(3) {
	}
}

@media only screen and (max-width: 1120px) {
	/*footer .main {
		height: auto;
	}

	footer .main .container {
		width: 963px;
		margin: 40px auto;
	}

	footer .main .container .qr-code-link {
		display: none;
	}*/

	.recruitment .container {
		width: 90%;
	}

	.recruitment-info .container {
		width: 90%;
	}
}

@media only screen and (max-width: 1065px) { 
	footer .main {
		height: auto;
		padding: 40px;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	footer .main .container {
		width: 100%;
		margin: 0;
	}

	footer .main .container .item.about-us-link,
	footer .main .container .item.product-center-link,
	footer .main .container .item.news-consult-link,
	footer .main .container .item.server-support-link {
		width: 18%;
	}

	footer .main .container .qr-code-link {
		display: none;
	}
}

@media only screen and (max-width: 910px) {
	footer .main .container .item.about-us-link,
	footer .main .container .item.product-center-link,
	footer .main .container .item.news-consult-link,
	footer .main .container .item.server-support-link {
		width: 15%;
	}
}

@media only screen and (max-width: 725px) {
	footer .main {
		padding: 5%;
	}
	footer .main .container .item.about-us-link,
	footer .main .container .item.product-center-link,
	footer .main .container .item.news-consult-link,
	footer .main .container .item.server-support-link {
		width: 25%;
	}
	footer .main .container .item.contact-us-link {
		display: none;
	}
}
/*
@media only screen and (max-width: 470px) {
	footer .main .container .item.about-us-link,
	footer .main .container .item.product-center-link,
	footer .main .container .item.news-consult-link,
	footer .main .container .item.server-support-link {
		width: 14%;
	}
}*/

/**/
/*@media only screen and (max-width: 600px) {
	footer .main {
		padding: 5%;
	}
	footer .main .container .item.about-us-link,
	footer .main .container .item.product-center-link,
	footer .main .container .item.news-consult-link,
	footer .main .container .item.server-support-link {
		width: 25%;
	}
}*/

/*@media only screen and (max-width: 1070px) {*/
	/*footer .main .container {
		width: 798px;
	}

	footer .main .container .item.server-support-link {
		display: none;
	}*/
/*}*/
/*
@media only screen and (max-width: 1000px) {
	.honor .container {
		width: 624px;
	}
}

@media only screen and (max-width: 624px) {
	.honor .container {
		width: 312px;
	}
}*/

@media only screen and (max-width: 1000px) {
	.about-company .container {
		width: 90%;
	}
}

@media only screen and (max-width: 630px) {
	.recruitment-info .container .info .job-survey .survey {
		float: none;
		width: 100%;
	}
}

/*@media only screen and (max-width: 890px) {*/
	/*footer .main .container {
		width: 495px;
	}
	
	footer .main .container .item.contact-us-link {
		display: none;
	}*/
/*}*/

@media only screen and (max-width: 550px) {
	footer .copyright {
		height: 50px;
		line-height: 50px;
	}

	/*footer .main .container {
		width: 330px;
	}
	
	footer .main .container .item.news-consult-link {
		display: none;
	}*/
}

/*@media only screen and (max-width: 370px) {*/
	/*footer .main .container {
		width: 165px;
	}

	footer .main .container .item.product-center-link {
		display: none;
	}*/
/*}*/

@media only screen and (max-width: 780px) {
	.product-equipment .container .main .pic {
		width: 90%;
		height: auto;
	}

	.product-equipment .container .main .desc {
		padding: 20px 40px;
	}

	.news-consult .container .news-item .news-pic {
		display: none;
	}

	.news-consult .container .news-item .news-right {
		width: 100%;
	}

	.swiper .swiper-container .swiper-button-prev {
		left: 20px;
	}

	.swiper .swiper-container .swiper-button-next {
		right: 20px;
	}
}

@media only screen and (max-width: 1080px) {
	.product-equipment .container .shuffling .product-container {
		width: 815px;
	}
}

@media only screen and (max-width: 815px) {
	.product-equipment .container .shuffling .product-container {
		width: 540px;
	}
	footer .main .container .item h4{
		font-size: 14px;
	}

}

@media only screen and (max-width: 540px) {
	.product-equipment .container {
		min-width: 265px;
	}

	.product-equipment .container .shuffling .product-container {
		width: 265px;
	}

	.recruitment .container .jobs .item .name {
		width: 40%;
	}

	.recruitment .container .jobs .item .time {
		width: 20%;
	}

	.recruitment .container .jobs .item .area {
		display: none;
	}

	.swiper .swiper-container .swiper-button-prev {
		left: 10px;
	}

	.swiper .swiper-container .swiper-button-next {
		right: 10px;
	}
}

@media only screen and (max-width: 450px) {
	.recruitment .container .jobs .item .name {
		width: 50%;
	}

	.recruitment .container .jobs .item .number {
		display: none;
	}
}


@media only screen and (max-width: 420px) {
	.title div span {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.recruitment .container .jobs .item .name {
		width: 60%;
	}

	.recruitment .container .jobs .item .time {
		width: 40%;
	}

	.recruitment .container .jobs .item .type {
		display: none;
	}
}

@media only screen and (max-width: 290px) {
	.recruitment .container .jobs .item .name {
		width: 100%;
	}

	.recruitment .container .jobs .item .time {
		display: none;
	}
}

.detail .images {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: #efefef 1px solid;
}
.detail .images .big {
	position: relative;
	height: 410px;
	background-color: #e3e3e3; }
.detail .images .thumb {
	position: relative;
	overflow: hidden;
	height: 410px; }
.detail .images .thumb ul {
	display: block;
	height: 430px; }
.detail .images .thumb ul li {
	display: block;
	margin-bottom: 15px;
	height: 70px;
	background-color: #e3e3e3; }
.detail .content {
	margin-top: 30px;
	font-size: 16px;
}
.detail .content p>span>img, .detail .content p>img{
	max-width: 100%;
}
.container .page {
	text-align: center; }
/*.container .page .pagination li a {*/
/*margin: 0 5px;*/
/*padding: 6px 15px;*/
/*font-size: 16px;*/
/*border-radius: 5px; }*/
#ifocus {
	width: 700px;
	margin-bottom: 7px;
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 500px;
	height: 500px;
	overflow: hidden;
}

#ifocus_piclist li {
	width: 500px;
	height: 500px;
	overflow: hidden;
}

#ifocus_piclist img {
	max-width: 500px;
	max-height: 500px;
}

#ifocus_btn {
	display: inline;
	float: right;
	margin-top: 9px;
	padding-right: 5px;
}

#ifocus_btn li {
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#ifocus_btn img {
	width: 60px;
	height: 60px;

}

#ifocus_btn .on {
	background: url(images/ifocus_btn_bg.gif) no-repeat;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border: 1px solid #efefef;
}

#ifocus_opdiv {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 500px;
	height: 35px;
	background: #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#ifocus_tx {
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: #FFF;
}

#ifocus_tx ul li {
	display: none;
}

#ifocus_tx ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 991px){
	#ifocus_piclist img {
		max-width: 200px;
		max-height: 200px;
	}
	#ifocus_piclist li{
		width: 200px;
		height: 200px;
	}
	#ifocus_pic{
		width: 200px;
		height: 200px;
	}
	#ifocus_btn{
		float: right;
	}
	#ifocus_btn img{
		width: 30px;
		height: 30px;
	}
	#ifocus{
		width: 100%;

	}
}

