/* CSS Document */
.ov{
	overflow:hidden;
	height:100%;}
.kw{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
	}
.header{
	background: #3b3b43;
}
.searchBox{
	padding: 0 28px 0 0;
	position: relative;
	background: #4a4a52;
	border-radius: 15px;
	overflow: hidden;
}
.search{
	margin-right: 60px;
}
.headTool{
	padding: 26px 0;
	position: relative;
	width: 20%;
	float: right;
}

.searchInput{
	width: 100%;
	height: 28px;
	padding: 5px 0 5px 10px;
	line-height: 18px;
	box-sizing: border-box !important;
	border: none;
	background: none;
	color: #fff;
}
.searchBtn{
	border: none;
	background: url(../images/icon.png) no-repeat 5px -24px / 200px 200px;
	overflow: hidden;
	width: 28px;
	height: 28px;
	text-indent: -10em;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
}
.searchBtn:hover{
	opacity: 1;
}
.logo{
	width: 132px;
	margin: 16px 0;
	padding: 0;
	float: left;
}
.logoBox{
	width: 132px;
	height: 48px;
	display: block;
	margin: 0 auto;
	background: url(../images/icon.png) no-repeat;
}
.language{
	position: absolute;
	right: 0;
	top: 50%;
	margin: -14px 0 0 0;
	width: 50px;
	border-radius: 15px;
	background: #4a4a52;
	text-align: center;	
	-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
		  font-size: 12px;
}
.languageList{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 28px;
	background: #4a4a52;
	border-radius: 0 0 15px 15px;
	z-index: 999;
}
.languageList a{
	display: block;
	line-height: 28px;
	padding: 0 10px;
	border-top: 1px solid rgba(255,255,255,0.06);
	color: #959595;
}
.languageList a:hover{
	color: #fff;
}
.languageBtn{
	display: block;	
	line-height: 28px;
	padding: 0 12px 0 5px;
	cursor: pointer;
	color: #959595;
	position: relative;	
}
.languageBtn:hover{
	color: #fff;
}
.languageBtn:after{
	display: block;
	content: '';
	width: 0;
	height:0;
	overflow: hidden;
	border-width: 5px;
	border-style: solid;
	border-color: #959595 transparent transparent transparent;
	position: absolute;
	right: 5px;
	top: 50%;
	margin: -2.5px 0 0 0;
}
.language.active{
	border-radius: 15px 15px 0 0;
}
.nav{
	padding: 0 21% 0 150px;
	text-align: center;
}
.nav li{
	width: 10%;
	float: left;
}
.nav li a{
	display: block;
	line-height: 80px;
	color: #999;
}
.nav li a:hover{
	color: #fff;
}
.nav li.active a{
	color: #fff;
	background: #394865;
}
.banner{
	position: relative;
}

.bg1{
	background: url(../images/b1.jpg) no-repeat center 0;
	height: 630px;
}
.bg1 .kw{
	position: relative;
	height: 100%;
}
.bannerNav .kw{
	position: relative;
	max-width: 1300px ;
}
.bannerNav{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -25px 0 0 0;
}
.banner p{
	margin: 0;
	padding: 0;
}
.bannerBtn{
	display: inline-block;
	line-height: 60px;
	padding: 0 30px;
	background: #304c78;
	color: #fff;
	font-weight: 200;
	font-size: 18px;
}
.bannerBtn:hover{
	color: #fff;
	background: #435f8b;
}
.bannerFoot{
	padding: 10px 0 0 32px;
}
.bannerText{
	position: absolute;
	right: 0;
	top: 22%;
}
.banner .swiper-pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}
.banner .swiper-pagination-bullet{
	border-radius: 0;
	margin: 0 3px;
	height: 14px;
	width: 14px;
	border:1px solid rgba(255,255,255,0.3);
	background: none;
	opacity: 1;
}
.banner .swiper-pagination-bullet:hover{
	border:1px solid rgba(255,255,255,0.8);
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	border:1px solid rgba(255,255,255,1);
}
.swiperNext{
	position: absolute;
	left: 0;
	top: 50%;
	margin: -25px 0 0 0;
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,0.3);
	z-index: 9999;
	-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
	cursor: pointer;
}
.swiperPrev{
	position: absolute;
	right:0;
	top: 50%;
	margin: -25px 0 0 0;
	width: 50px;
	height: 50px;
	background:rgba(0,0,0,0.3);
	z-index: 9999;
	cursor: pointer;
	-webkit-transition:0.2s ease-in 0s;
	   -o-transition:0.2s ease-in 0s;
		  transition:0.2s ease-in 0s;
}
.swiperPrev:hover,
.swiperNext:hover{
	background:rgba(0,0,0,0.6);
}
.swiperPrev.swiper-button-disabled,
.swiperNext.swiper-button-disabled,
.swiperPrev.swiper-button-disabled:hover,
.swiperNext.swiper-button-disabled:hover{
	background:rgba(0,0,0,0.3);
	opacity: 0.6;
	cursor: default;
}
.swiperNext:after{
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	overflow: hidden;
	background: #8c8c92;
	position: absolute;
	left: 18px;
	top: 50%;
	margin: -0.5px 0 0 0;
}
.swiperNext:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #8c8c92 transparent transparent;
	 
}

.swiperPrev:after{
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	overflow: hidden;
	background: #8c8c92;
	position: absolute;
	right: 18px;
	top: 50%;
	margin: -0.5px 0 0 0;
}
.swiperPrev:before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #8c8c92;
	 
}
.span3{
	width: 33.333333333%;
	float: left;
}
.row{
	padding: 80px 0;
	
}
.pBg.row{
	padding: 50px 0;
}
.smallRow{
	padding: 80px 0;
}
.rowMar{
	margin: 0 0 0 -50px;
}
.rowPad{
	padding: 0 0 0 50px;
}
.boxTitle{
	color: #36353d;
	line-height: 100%;
}
.boxTitle h4{
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.boxTitle h2{
	font-size: 42px;
	font-family: MicrosoftYaHei Bold;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.boxTitleLine{
	display: inline-block;
	width: 35px;
	height: 4px;
	background: #384864;
	overflow: hidden;
	line-height: 0;
}
.homeAboutText{
	line-height: 180%;
	padding: 30px 0;
}
.aboutPic{
	position: relative;
}
.aboutNext,
.newsNext{
	left: -25px;
	background: rgba(255,255,255,0.6);
	border: 1px solid #384864;
}
.aboutPrev,
.newsPrev{
	right: -25px;
	background: rgba(255,255,255,0.6);
	border: 1px solid #384864;
}

.aboutNext.swiper-button-disabled:hover,
.aboutPrev.swiper-button-disabled:hover,
.newsNext.swiper-button-disabled:hover,
.newsPrev.swiper-button-disabled:hover{
	background: rgba(0,0,0,0.3);
	border: 1px solid #384864;
	
}
.aboutNext.swiper-button-disabled:hover:after,
.aboutPrev.swiper-button-disabled:hover:after,
.aboutNext:after,
.newsNext.swiper-button-disabled:hover:after,
.newsPrev.swiper-button-disabled:hover:after,
.newsNext:after{
	background: #384864;
}
.aboutNext:before,
.aboutNext.swiper-button-disabled:hover:before,
.newsNext:before,
.newsNext.swiper-button-disabled:hover:before{
	border-color: transparent #384864 transparent transparent; 
}
.aboutPrev:after,
.newsPrev:after{
	background: #384864;
}
.aboutPrev:before,
.aboutPrev.swiper-button-disabled:hover:before,
.newsPrev:before,
.newsPrev.swiper-button-disabled:hover:before{
	border-color: transparent transparent transparent  #384864; 
}
.aboutNext:hover,
.aboutPrev:hover,
.newsNext:hover,
.newsPrev:hover{
	background:#384864 ;
}
.aboutNext:hover:after,
.aboutPrev:hover:after,
.newsNext:hover:after,
.newsPrev:hover:after{
	background: #fff;
}

.aboutNext:hover:before,
.newsNext:hover:before{
	border-color: transparent #fff transparent transparent; 
}
.aboutPrev:hover:before,
.newsPrev:hover:before{
	border-color: transparent transparent transparent  #fff; 
}
.newsNext,
.newsPrev{
	margin: -70px 0 0 0;
}
.pBg{
	background: url(../images/pb.jpg) no-repeat center center / auto 100%;
}
.nBg{
	background: url(../images/zbg.jpg) no-repeat center 0 / auto 100%;
}
.pBg .boxTitle,
.nBg  .boxTitle{
	color: #fff;
}
.pBg .boxTitleLine,
.nBg .boxTitleLine{
	background: #fff;
}
.listPad{
	display: block;
	margin: 20px 0 0 50px;
	position: relative;
	background: #323d53;
	overflow: hidden;
}
.list li{
	width: 20%;
	float: left;
}
.list ul{
	margin: -20px 0 0 -50px;
	position: relative;
}
.listText{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 222;
    
   -webkit-transition:0.4s ease-in 0s;
	   -o-transition:0.4s ease-in 0s;
		  transition:0.4s ease-in 0s;
}
.listPic{
	overflow: hidden;
	
}
.listPad img {
	opacity: 0.6;
    backface-visibility: hidden;
    display: block;
   -webkit-transition: transform 0.7s ease 0s;
		-o-transition: transform 0.7s ease 0s;
   			transition: transform 0.7s ease 0s;
   	 
}
.listPad:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.listPad:hover .listText{
	top: 100%;
	bottom: -100%;
}
.list{
	padding: 25px 0 0 0;
}
.listTextBox{
	padding: 0 10px;
}

.list1Title a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 16px;
	color: #36353d;
	display: block;
}
.list1Title a:hover{
	color: #374663;
	text-decoration: underline;
}
.list1Pic{
	overflow: hidden;
	display: block;
	margin: 0 0 15px 0;
}
.list1Pic img {
    backface-visibility: hidden;
    display: block;
   -webkit-transition: transform 0.7s ease 0s;
		-o-transition: transform 0.7s ease 0s;
   			transition: transform 0.7s ease 0s;
   	 
}
.list1Pic:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.list1Title{
	margin: 0 0 10px 0;
}
.list1Time{
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding: 0 0 10px 0;
}
.list1Time img{
	width: 14px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.list1Text{
	font-size: 12px;
	color: #888;
	overflow: hidden;
	height: 38px;
}
.homeNews{
	position: relative;
	margin: 30px 0 0 0;
}
.nBg .homeNewsMain{
	max-width: 768px;
	margin-left: auto;
}
.nBg .list1Title a{
	color: #fff;
}
.linkPic{
	font-size: 0;
}
.linkPic a{
	display: inline-block;
	margin: 20px 0 0 30px;
}
.linkPicPad{
	margin: 0 0 0 -30px;
}
.footer{
	background: url(../images/fbg.png);
}
.copyright{
	text-align: center;
	padding: 20px 10px;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.fb1{
	width:22%;
	float: left;
}
.fb2,
.fb3,
.fb4,
.fb5,
.fb6,
.fb7{
	width: 13%;
	float: left;
}
.footerBox dt{
	padding: 0 0 10px 0;
	color: #fff;
}
.footerText,
.footerText a{
	color: #666;
}
.pageHead{
	background: #fff;
}
.pageTitle{
	width:180px;
	float: left;
}
.pageNav{
	margin-left: 180px;
	padding: 45px 0 0 0;
}
.pageNav .swiper-slide{
	width: auto;
	float: left;
}
.pageTitle{
	line-height: 100%;
	padding: 20px 0;
}
.pageTitle p,
.pageTitle h2{
	margin: 0;
	padding: 0;
}
.pageTitle h2{
	margin: 10px 0 0 0;
	color: #3a3941;
	font-size: 28px;
}
.pageNavBtn{
	line-height: 46px;
	border-bottom: 3px solid #fff;
	display: inline-block;
	font-size: 16px;
}
.pageNavBtn.active{
	color: #243650;
	border-bottom: 3px solid #243650;
}
.pageBanner{
	padding: 20px 0 0 0;
}
.pageBannerBox{
	min-height: 230px;
	align-items: center;
    display: flex;
    padding: 0 50px;
}
.pageBannerText{
	max-width: 650px;
	color: #fff;
	 
}
.pageBannerText h3{
	font-size: 48px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
.pageBannerText h4{
	font-size: 16px;
	font-weight: 400;
	line-height: 200%;
	margin: 0;
	padding: 0;
}
.list3Pad{
	background: #fff;
	margin: 20px 0 0 20px;
}
.list3 li{
	width: 25%;
	float: left;
}
.list3 ul{
	margin: -20px 0 0 -20px;
}
.list3Text{
	padding: 20px;
}
.list3Text h3 a{
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 16px;
}
.list3Text h3 a:hover{
	text-decoration: underline;
}
.list3Text h3{
	margin: 0;
	padding: 0;
}
.list3Text p{
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
}
.list3Pic{
	display: block;
	overflow: hidden;
	max-height: 190px;
}
.list3Pic img {
    backface-visibility: hidden;
    display: block;
   -webkit-transition: transform 0.7s ease 0s;
		-o-transition: transform 0.7s ease 0s;
   			transition: transform 0.7s ease 0s;
   	 
}
.list3Pic:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.list3{
	padding: 25px 0 0 0;
}


.paging a:hover{
	color: #243650;
}
.paging a.active{
	background: #9ba1ac;
	color: #fff;
	font-weight: bold;
	border: 1px solid transparent;
}
.paging{
	text-align: center;
	padding: 50px 0;
}
.next:after{
	display: block;
	position: absolute;
	content: '';
	border-top: 1px solid #9ba1ac;
	border-right: 1px solid #9ba1ac;
	width: 14px;
	height: 14px;
	transform:rotate(-135deg);
	-ms-transform:rotate(-135deg); 	/* IE 9 */
	-moz-transform:rotate(-135deg); 	/* Firefox */
	-webkit-transform:rotate(-135deg); /* Safari 和 Chrome */
	-o-transform:rotate(-135deg); 
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -4px;
}
.prev:after{
	display: block;
	position: absolute;
	content: '';
	border-top: 1px solid #9ba1ac;
	border-right: 1px solid #9ba1ac;
	width: 14px;
	height: 14px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -10px;
}
.paging a.disabled{
	opacity: 0.5;
	cursor: default;
}
.list4 li{
	width: 16.6666667%;
	float: left;
}
.list4 li a{
	display: block;
	height: 90px;
	align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    margin: 20px 0 0 20px;
}
.list4 ul{
	margin: -20px 0 0 -20px;
}
.list4{
	padding: 20px 0;
}
.listBoxShow{
	box-shadow: 0 0 15px rgba(0,0,0,0.02);
	padding: 15px;
}
.listBoxShow .list3Text{
	padding: 0;
}
.listBoxShow .list3Text h3{
	margin: 15px 0 0 0;
}
.listBoxShow .list3Text .list1Time{
	padding: 15px 0 0 0;
}
.listBoxShow .list1Text{
	padding:15px 0 0 0;
}
.viewBox{
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.02);
	padding: 0 30px;
	margin: 20px 0;
}
.viewBoxHead{
	border-bottom: 1px dashed #ccc;
	padding: 20px 100px 20px 0;
	position: relative;
}
.viewBoxTitle{
	font-size: 24px;
	color: #3a3941;
}
.viewBoxTime{
	position: absolute;
	right: 0;
	top: 45px;
	font-size: 12px;
	color: #999;
}
.viewBoxTime img{
	width: 14px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.viewMain{
	padding: 20px 0;
	line-height: 180%;
	margin: 20px 0;
}
.productSide{
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding: 20px;
	
}
.productMain{
	margin-right: 220px;
	background: #fff;
	padding: 20px;
}
.productLayout{
	margin: 20px 0;
	position: relative;
}

/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:500px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index:99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(../images/blank.png);
	z-index:99999;
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(../images/ajax-loader.gif);
    width:32px;
    height:32px;
}
/*
    This style will be applied to the first list element (UL tag)
    inside the container.
    ### This should not require changing ###
*/
.thumbelina {
    position:absolute;
    white-space:nowrap;
    /* font-size:0 stop gaps between display-inline li elemets */
    /* Either do this, or remove all white space in HTML beween li elements */
    font-size:0;    
    /* prevent annoying iPad cut/paste actions */
    -webkit-touch-callout: none; 
    -webkit-user-select: none;     
}




/* Common style for the buttons */
.thumbelina-but {
    position:absolute;
    z-index: 1;
    cursor:pointer;   
    font-size:14px;
    font-weight: bold;
    font-family:monospace;
}

.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    cursor:default;
    box-shadow:none;
}

/* Horizontal buttons. */
.thumbelina-but.horiz {
   position:absolute;
	 
	top:0;
	bottom:0;
	width:24px;
}
/* Left edge button. */
.thumbelina-but.horiz.left {
    left:-30px;
    
}
/* Right edge button */
.thumbelina-but.horiz.right {
    right:-30px;
}



#slider1 {
	margin:5px 14px 0 14px;
	height:62px;
	position:relative;
}
.thumbelina li{
	display:inline-block;
	width:60px;
	padding:0 3px;}

.cloudzoom-gallery{
	border:1px solid #ebebeb;}
.cloudzoom-gallery-active{
	border:1px solid #243650;}
.thumbelina-but.horiz.left:before,
.thumbelina-but.horiz.right:before{
	width:14px;
	height:14px;
	content:'';
	display:block;
	position:absolute;
	left:9px;
	top:50%;
	border-top:1px solid #999;
	border-right:1px solid #999;
	margin:-5px 0 0 0;
	transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
	}
.thumbelina-but.horiz.right:before{
	 transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			left:1px;
	}
.thumbelina-but.horiz.left:hover:before,
.thumbelina-but.horiz.right:hover:before{
	border-top:1px solid #243650;
	border-right:1px solid #243650;
	}
.thumbelina-but.horiz.disabled{
	cursor:default;
	opacity:0.3;
	}
.thumbelina-but.horiz.disabled:hover:before,
.thumbelina-but.horiz.disabled:hover:before{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	}
.crumbs{
	font-size: 12px;
	padding: 20px 0 0 0;
}
.crumbs a{
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	position: relative;
}
.crumbs a:after{
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin: -6px 0 0 0;
}
.productViewPic{
	width: 38%;
	float: left;
}
.productInfo{
	width: 62%;
	float: left;
}
.productInfoMain{
	padding: 0 0 0 30px;
}
.productInfoTitle{
	font-weight: normal;
	color: #3a3941;
	font-size: 30px;
	margin: 0;
	padding: 5px 0 20px 0;
}
.colorList a{
	display: inline-block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #ddd;
	float: left;
	margin: 5px 10px 0 0;
	position: relative;
}
.colorList a img{
	width: 100%;
	height: 100%;
}
.colorList a:hover,
.colorList a.active{
	border: 1px solid #243650;
}
.colorList a.active:after{
	display: block;
	content: '';
	overflow: hidden;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px;
	border-color: transparent #333 #333 transparent;
	position: absolute;
	right: 0;
	bottom: 0; 
	z-index: 1;
}
.colorList a.active:before{
	width: 6px;
	height: 3px;
	display: block;
	content: '';
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	/* IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
	-o-transform:rotate(-45deg);
	position: absolute;
	right: 1px;
	bottom: 3px;
	z-index: 2;
}
.productHead{
	padding: 0 0 40px 0;
}
.list5Title{
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.list5Pad{
	margin: 15px 0 0 15px;
}
.list5 ul{
	margin: -15px 0 0 -15px;
}
.list5{
	padding: 10px 0 0 0;
}
.productViewPicBox{
	position: relative;
}
.productAttrBox{
	background: #243650;
	padding: 25px;
	position: relative;
	text-align: center;
	color: #fff;
	width: 120px;
	float: left;
}
.productAttrList{
	margin-left: 190px;
}
.productAttrBox h3{
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}
.productAttrBox h4{
	line-height: 160%;
	margin:  0;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
}
.productAttrBox:after{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	content: '';
	border: 1px solid #fff;
}
.productAttrList li{
	width: 20%;
	float: left;
}
.productAttrListPad{
	padding: 20px 0 0 20px;
}
.productAttrList ul{
	margin: -20px 0 0 -20px;
	line-height: 180%;
	font-size: 12px;
}
.productAttrList{
	overflow: hidden;
}
.contact{
	background: #fff;
	margin: 20px 0;
	padding: 35px;
}
#dituContent{
	height: 400px;
	margin: 20px 0 0 0;
}
#dituContent img{
	max-width: initial;
}
.contactTitle{
	font-size: 28px;
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
}
.ewm{
	width: 160px;
	float: left;
}
.contactText{
	margin-left: 200px;
}
.contactTextSpan1{
	width:48%;
	float: left;
}
.contactTextSpan2{
	width:48%;
	float: right;
}
.aboutBar{
	width: 40%;
	float: left;
}
.aboutBar .aboutPad{
	padding-left: 20px;
}
.aboutVideo{
	width: 60%;
	float: left;
}
.aboutVideo .aboutPad{
	padding-right: 20px;
}
.aboutBar .aboutBarPad{
	padding: 80px 30px;
	position: relative;
}
.aboutBar .aboutBarText{
	position: relative;
	z-index: 2;
	background: #fff;
	line-height: 200%;
	color: #243650;
}
.aboutBar .aboutBarPad:after{
	display: block;
	content: '';
	left: 0;
	right:60px;
	top: 0;
	bottom: 0;
	border: 1px solid #243650;
	position: absolute;
	z-index: 1;
}
.aboutBar .aboutBarText h3{
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-size: 24px;
}
.aboutBar .aboutBarText h3:after{
	display: block;
	content: '';
	height: 5px;
	width: 40px;
	background: #333;
	bottom: 0;
	position: absolute;
}
.aboutList{
	padding: 20px 0 0 0;
}
.aboutList li{
	width: 50%;
	float: left;
}
.aboutListPad{
	padding: 50px 0 0 50px;
}
.aboutList ul{
	margin: -50px 0 0 -50px;
}
.joinBanner .pageBannerText{
	max-width: initial;
}
.joinBanner h3{
	font-size: 24px;
	margin: 0;
	padding: 0 0 10px 0;
}
.joinBanner h4{
	font-size: 14px;
}
.joinListPad{
	margin: 20px 0 0 20px;
	padding: 20px;
	background: #fff;
}
.joinList ul{
	margin: -20px 0 0 -20px;
}
.joinList li{
	width: 50%;
	float: left
}
.joinList{
	padding: 20px 0;
}
.joinListHead{
	padding: 0 100px 0 60px;
	position: relative;
}
.joinLisIcon{
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/i.gif) no-repeat;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}
.joinLisIcon span{
	font-size: 20px;
}
.joinListHead{
	font-size: 24px;
	color: #243650;
	line-height: 48px;
}
.joinListTime{
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 5px;
}
.joinListText{
	line-height: 160%;
	color: #243650;
	max-height: 620px;
	overflow: auto;
}
@media (max-width: 1440px) {
	.listPad{
		margin: 20px 0 0 30px;
	}
	 
	.list ul{
		margin: -20px 0 0 -30px;
		position: relative;
	}
	.listTextBox h3{
		font-size: 20px;
	}
	.listTextBox p{
		font-size: 12px;
	}
}
@media (max-width: 1024px) {
	.nav{
		padding: 10px 0;
		text-align: center;
		clear: both;
		border-top: 1px solid rgba(255,255,255,0.06);
		overflow: hidden;
	}
	 
	.headTool{
		width: 42%;
	}
	.bg1{
		background: url(../images/b1.jpg) no-repeat center 0;
		background-size: auto 480px;
		height: 480px;
	}
	.bannerText{
		width: 50%;
	}
	.bannerBtn{
		line-height: 40px;
		padding: 0 20px;
		font-size: 14px;
	}
	.bannerFoot{
		padding-left: 6%;
	}
	.span3:nth-child(1){
		float: none;
		width: 100%;
		text-align: center;
		padding: 0 0 40px 0;
	}
	.span3:nth-child(2),
	.span3:nth-child(3){
		width: 50%;
	}
	.aboutNext,
	.newsNext{
		left: 5px;
	}
	.aboutPrev,
	.newsPrev{
		right: 5px;
	}
}
@media (max-width: 960px) {
	.row{
		padding: 50px 0;
	}
	.rowMar{
		margin: 0 0 0 -30px;
	}
	.rowPad{
		padding: 0 0 0 30px;
	}
	.list li{
		width: 33.33333333%;
	}
	.linkPic a{
		display: inline-block;
		margin: 20px 0 0 20px;
	}
	.linkPicPad{
		margin: 0 0 0 -20px;
	}
	 
	.fb1,
	.fb2,
	.fb3,
	.fb4,
	.fb5,
	.fb6,
	.fb7{
		width:25%;
		float: left;
		padding-bottom: 10px;
		 
	}
	.fb5{
		clear: both;
	}
	.pageBannerBox{
		padding: 0 30px;
	}
	.list3 li{
		width: 33.333333333%;
	}
	.list4 li{
		width: 20%;
	}
	
	.listBoxShow{
		padding: 10px;
	}
	.listBoxShow .list3Text{
		padding: 0;
	}
	.listBoxShow .list3Text h3{
		margin: 10px 0 0 0;
	}
	.listBoxShow .list3Text .list1Time{
		padding: 10px 0 0 0;
	}
	.listBoxShow .list1Text{
		padding:10px 0 0 0;
	}
	
	.productMain{
		margin: 0;
	}
	.productSide{
		width: auto;
		position: relative;
		right: auto;
		top: auto;
		margin: 20px 0 0 0;
	}
	.list5 li{
		width: 33.33333333%;
		float: left;
	}
	.aboutBar{
		width: auto;
		float: none;
	}
	.aboutBar .aboutPad{
		padding: 0;
	}
	.aboutVideo{
		width: auto;
		float: none;
		padding: 20px 0 0 0;
	}
	.aboutVideo .aboutPad{
		padding: 0;
	}
}


@media (max-width: 767px) {
	.headTool{
		position: relative;
		width:auto;
		float: none;
		max-width: 480px;
		margin: 0 auto;
		padding:  15px 0;
	}
	.logo{
		width: auto;
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding:  10px 0;
		margin: 0;
	}
	.nav{
		position: fixed;
		left: 0;
		right: 0;
		top: 68px;
		bottom: 0;
		background: #3a3a42;
		padding: 0;
		display: none;
		z-index: 99999;
	}
	.nav li{
		width: auto;
		float: none;
	}
	.nav li a{
		line-height: 40px;
		border-bottom: 1px solid rgba(255,255,255,0.05);
	}
	.header .kw{
		padding: 0;
	}
	.logoBox{
		margin: 0 0 0 10px;
	}
	
	/**/
	.openIcon{
		display: block;
		height: 48px;
		width: 48px;
		position: absolute;
		right: 0;
		top: 10px;
		 
	}
	 
	.openIcon i,
	.openIcon:before,
	.openIcon:after{
		height:2px;
		width:24px;
		overflow:hidden;
		display:block;
		content:'';
		background:#fff;
		position:absolute;
		left:50%;
		margin-left: -12px;
		-webkit-transition:0.2s ease-in 0s;
		-o-transition:0.2s ease-in 0s;
		transition:0.2s ease-in 0s;
		border-radius:2px;
		}
	.openIcon:before{
		top:14px;
		}
	.openIcon:after{
		bottom:14px;
		}
	.openIcon i{
		top:50%;
		left:50%;
		margin: -1px 0 0 -12px;}
	.active.openIcon i{
		opacity:0;
		}
	.active.openIcon:before{
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg); 
		-webkit-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		width:24px;
		top:23px;
		}
	.active.openIcon:after{
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg); 
		-webkit-transform:rotate(-45deg);
		-o-transform:rotate(-45deg); 
		width:24px;
		bottom:23px;
		}
	.bg1{
		background: url(../images/b1.jpg) no-repeat center 0;
		background-size: auto 280px;
		height: 280px;
	}
	.bannerText{
		width: 50%;
	}
	.bannerBtn{
		line-height: 35px;
		font-size: 14px;
	}
	.bannerFoot{
		padding-left: 6%;
	}
	.banner .swiper-pagination-bullet{
		margin: 0 2px;
		height: 8px;
		width: 8px;
	}
	.boxTitle h2{
		font-size: 32px;
	}
	.boxTitle h4{
		font-size: 20px;
	}
	.boxTitleLine{
		height: 2px;
	}
	.list ul{
		margin: -20px 0 0 -20px ;
	}
	.listPad{
		margin: 20px 0 0 20px;
	}
	.nBg .homeNewsMain{
		margin-right: auto;
	}
	.nBg .boxTitle{
		text-align: center;
	}
	
	.fb1,
	.fb2,
	.fb3,
	.fb4,
	.fb5,
	.fb6,
	.fb7{
		width:33.33333333%;
		font-size: 12px;
	}
	.fb5{
		clear:  initial;
	}
	.fb4{
		clear:  both;
		
	}
	.pageTitle{
		width: auto;
		float: none;
		text-align: center;
	}
	.pageNav{
		margin: 0;
		padding: 0;
		border-top: 1px solid #eee;
	}
	.pageBannerText h3{
		font-size: 32px;
	}
	.pageBannerText h4{
		font-size: 14px;
	}
	.list3Text{
		padding: 10px;
	}
	.list3Text h3 a{
		font-size: 14px;
	}
	.list3Pad{
		margin:15px 0 0 15px;
	}
	.paging a{
		line-height: 30px;
		height: 30px;
		padding: 0 5px;
		margin: 0;
		font-size: 12px;
	}
	.prev:after{
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -6px;
	}
	.next:after{
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -2px;
	}
	.list4 li{
		width: 25%;
	}
	.list4 li a{
		margin: 15px 0 0 15px;
		height: 80px;
	}
	.list4 ul{
		margin: -15px 0 0 -15px;
	}
	.thumbelinaMask{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.productAttrBox{
		
		width: auto;
		float: none;
	}
	.productAttrList{
		margin:20px 0 0 0;
	}
	.ewm{
		width: auto;
		float: none;
	}
	.contactText{
		margin: 20px 0;
	}
	.contact{
		padding: 20px;
	}
	#dituContent{
		height: 250px;
	}
	.aboutListPad{
		padding: 20px 0 0 20px;
	}
	.aboutList ul{
		margin: -20px 0 0 -20px;
	}
	.joinBanner{
		padding-top: 15px !important;
		padding-bottom: 15px !important;;
	}
	.joinList li{
		width: auto;
		float: none;
	}
	.joinListText{
		max-height: initial;
	}
}
@media (max-width: 600px) {
	.productInfo,
	.productViewPic{
		width:auto;
		float: none;
	}
	.productInfoMain{
		padding: 30px 0 0 0;
	}
	.productAttrList li{
		width: 33.33333333%;
	}
}
@media (max-width: 480px) {
	 .headTool{
		 
		margin: 0 10px;
	}
	.bg1{
		background: url(../images/b1.jpg) no-repeat center 0;
		background-size: auto 180px;
		height: 180px;
	}
	.bannerText{
		top: 15%;
		width: 60%;
	}
	.bannerBtn{
		line-height: 35px;
		font-size: 14px;
	}
	.bannerFoot{
		padding-left: 6%;
		padding-top: 0;
	}
	.banner .swiper-pagination-bullet{
		margin: 0 2px;
		height: 5px;
		width: 5px;
	}
	.banner .swiper-pagination{
		bottom: 5px;
	}
	.bannerBtn{
		font-size: 12px;
		line-height: 30px;
		padding: 0 15px ;
	}
	.swiperNext,.swiperPrev{
		display: none;
	}
	.span3:nth-child(2){
		padding: 0 0 20px 0;
	}
	.span3:nth-child(2),
	.span3:nth-child(3){
		width: auto;
		float: none;
	}
	.aboutNext,
	.aboutPrev{
		display: block;
	}
	.row{
		padding: 30px 0;
	}
	.pBg.row{
		padding: 30px 0;
	}
	.span3:nth-child(1){
		padding-bottom: 20px;
	}
	.homeAboutText{
		padding: 20px 0;
	}
	.list li{
		width: 50%;
	}
	.newsNext,
	.newsPrev{
		display: block;
	}
	.fb1,
	.fb2,
	.fb3,
	.fb4,
	.fb5,
	.fb6,
	.fb7{
		width:50%;
		font-size: 12px;
	}
	.fb5{
		clear:  both;
	}
	.fb4{
		clear:  initial;
	}
	.fb3{
		clear: both;
	}
	.copyright{
		padding: 15px 10px;
		font-size: 12px;
	}
	.pageNavBtn,.pageNavBtn.active{
		font-size: 14px;
		border-bottom-width:2px ;
	}
	.pageBannerText h3{
		font-size: 24px;
	}
	.pageBannerText h4{
		font-size: 14px;
	}
	.pageBannerBox{
		padding: 0 20px;
	}
	.list3 li{
		width: 50%;
	}
	.paging{
		padding: 20px 0;
	}
	.list4 li{
		width: 33.3333333%;
	}
	.productInfoTitle{
		font-size: 20px;
		padding: 20px 0 10px 0;
	}
	.list5 li{
		width: 50%;
	}
	.contactTextSpan1,
	.contactTextSpan2{
		width: auto;
		float: none;
		text-align: center;
	}
	#dituContent{
		height: 200px;
	}
	.aboutList{
		padding: 0;
	}
	.aboutListPad{
		padding: 10px 0 0 10px;
	}
	.aboutList ul{
		margin: -10px 0 0 -10px;
	}
}


@media (max-width: 720px) {
    .bannerText p span{
        font-size:24px!important;
        display: inline-block;
    max-height: 67px;
        overflow: hidden!important;
    }
    .bannerFoot{
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .bannerText p span{
        font-size:16px!important;
        max-height: 46px;
        overflow: hidden!important;
    }
}