.banner,
.banner img {
	width: 100%;
	display: block;
}

.breadCrumb,
.listMenu {
	height: 60px;
	line-height: 60px;
	background: #f5f5f5;
	border-bottom: 1px solid #e9e9e9;
}

.breadCrumb p {
	background: url(../images/home_icon.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
}

.breadCrumb .back {
	float: right;
	background: url(../images/back.png) no-repeat left center;
	padding-left: 20px;
}

.breadCrumb a {
	color: #565656;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	transition: all ease 0.3s;
}

.breadCrumb a:hover {
	color:#ff0000;
	text-decoration: none;
}

.cotdiv {
	padding: 50px 0;
	overflow: hidden;
}

.cotdivl {
	width: 20%;
}

.sidebar {
	margin-bottom: 20px;
}

.side_title {
	background: #ff0000;
	height: 80px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 80px;
	padding-left: 30px;
}

.sidebarMenu {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.sidebarMenu li {
	font-size: 16px;
	position: relative;
}

.sidebarMenu li a {
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 30px;
	display: block;
	color: #191919;
	background: url(../images/side_li.png) no-repeat 230px center;
	position: relative;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	transition: all ease 0.3s;
	font-size: 15px;
}

.sidebarMenu li .cur,
.sidebarMenu li a:hover {
	background: #f5f5f5 url(../images/side_lih.png) no-repeat 230px center;
	color: #ff0000;
}

.sidebarMenu li .cur:after,
.sidebarMenu li a:hover:after {
	height: 100%;
}

.sidebarMenu>li>a:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	height: 0;
	width: 3px;
	background: #ff0000;
	transition: all 0.3s;
}

.leftContact {
	border: 1px solid #d9d9d9;
	margin-top: 30px;
	border-top: 1px solid #ff0000;
}

.leftContact .title {
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: normal;
	color: #ff0000;
	border-bottom: 1px solid #d9d9d9;
}

.leftContact .main {
	padding: 25px;
	font-size: 14px;
	overflow: hidden;
}

.leftContact .main p {
	margin-bottom: 5px;
	color: #333;
}

.cotdivr {
	width: 75%;
}




/*          -------------        aboutus       -------------           */

.cotdivrimg {
	margin-bottom: 2%;
}

.cotdivrimg img {
	max-width: 100%;
	display: block;
}

.cotdivrnr h1 {
	font-size: 24px;
	color: #006428;
	margin-bottom: 2%;
}

.cotdivrnr p {
	line-height: 25px;
	font-size: 14px;
	color: #666;
}


/*           ----------       product        ---------            */

.proList li {
	float: left;
	width: 33.3%;
	margin: 0 auto;
}

.proList li a {
	display: block;
	width: 90%;
	margin: 0 auto 20px;
	overflow: hidden;
}

.proList li .pImg {
	display: block;
	width: 99%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	position: relative;
}

.proList li .pImg img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.proList li h5 {
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
}

.proList li:hover .pImg:before {
	transform: perspective(200px) rotateX(0);
}

.proList li .pImg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.2);
	transition: all 0.25s;
	transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform-origin: top;
	z-index: 2;
}

.proList li:hover .pImg:after {
	transition-delay: .1s;
	margin-top: -27px;
	opacity: 1;
}

.proList li .pImg:after {
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	background: url(../images/pmore2.png) no-repeat;
	left: 50%;
	top: 50%;
	margin-left: -27px;
	opacity: 0;
	transition: all 0.25s;
	z-index: 3;
}

.proList li:hover h5 {
	color: #ff0000;
}


/*           ----------       productcot        ---------            */

.protcotsl {
	width:43%;
}
/*商品缩略图样式*/

.goods-pic {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.pic-preview {
	position: relative;
	width: 100%;
	height: 329px;
	border: 1px solid #e8e8e8;
}

.pic-scroll {
	margin-top: 10px;
	width: 100%;
}

.pic-scroll .prev {
	float: left;
	margin-right: 5px;
}

.pic-scroll .next {
	float: right;
}

.pic-scroll .prev,
.pic-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	cursor: pointer;
	text-decoration: none;
}

.pic-scroll .items {
	position: relative;
	float: left;
	width: 92%;
	height: 62px;
	overflow: hidden;
}

.pic-scroll .items ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 999999px;
	height: 100%;
}

.pic-scroll .items ul li {
    float: left;
    margin: 0 4px;
    padding: 0;
    width: 80px;
    text-align: center;
    height: 59px;
    display: table-cell;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    vertical-align: middle;
}

.pic-scroll .items ul li img {
	width: 100%;
}

.pic-scroll .items ul li:hover {
	border: 1px solid #006428;
}


/*商品规格*/

.goods-spec {
	position: relative;
	margin: 30px 0 0 400px;
	overflow: hidden;
	overflow: hidden;
	*zoom: 1;
}

.goods-spec h1 {
	display: block;
	color: #555;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.goods-spec .subtitle {
	margin-top: 5px;
	color: #6c6c6c;
	font-size: 15px;
	line-height: 18px;
}

.goods-spec .spec-box {
	position: relative;
	margin-top: 10px;
}

.goods-spec .spec-box.line {
	padding-top: 10px;
	border-top: 1px solid #efefef;
}

.goods-spec .spec-box:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.goods-spec .spec-box dl {
	clear: both;
	display: block;
}

.goods-spec .spec-box dl:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.goods-spec .spec-box dl dt {
	float: left;
	width: 80px;
	line-height: 38px;
	min-height: 38px;
	color: #999;
}

.goods-spec .spec-box dl dd {
	position: relative;
	padding: 5px 0;
	line-height: 26px;
	min-height: 26px;
	color: #6c6c6c;
}

.goods-spec .spec-box dl dd s {
	display: inline-block;
	text-decoration: line-through;
}

.goods-spec .spec-box dl dd .price {
	display: inline-block;
	margin-right: 5px;
	color: #f40;
	font-size: 24px;
	font-weight: 700;
}

.goods-spec .spec-box dl dd .items li {
	position: relative;
	float: left;
	margin: 0 5px 8px 0;
	padding: 1px;
	line-height: 20px;
	vertical-align: middle;
}

.goods-spec .spec-box dl dd .items li a {
	display: block;
	padding: 1px;
	color: #666;
	min-width: 10px;
	width: auto !important;
	text-align: center;
	text-decoration: none;
	border: 1px solid #eee;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.goods-spec .spec-box dl dd .items li a span {
	display: inline-block;
	padding: 5px 9px;
	font-style: normal;
	line-height: 20px;
}

.goods-spec .spec-box dl dd .items li a img {
	width: 36px;
	height: 38px;
	vertical-align: middle;
}

.goods-spec .spec-box dl dd .items li a.selected {
	margin: -1px;
	color: #333;
	border: 2px solid #f40;
	color: #f40;
}

.goods-spec .spec-box dl dd .stock-box {
	display: block;
	float: left;
	margin-right: 10px;
	width: 64px;
}

.goods-spec .spec-box dl dd .stock-box input {
	float: left;
	margin-right: 3px;
	width: 42px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e8e8e8;
}

.goods-spec .spec-box .stock-box a {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 15px;
	height: 12px;
	line-height: 12px;
	color: #333;
	font-size: 11px;
	text-align: center;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	overflow: hidden;
}

.goods-spec .spec-box .stock-txt {
	float: left;
	line-height: 32px;
}

.goods-spec .spec-box .btn-buy {
	margin-top: 15px;
}

.goods-spec .spec-box .btn-buy .buy {
	display: inline-block;
	margin-right: 10px;
	padding: 0 30px;
	color: #e5511d;
	font-size: 16px;
	line-height: 38px;
	background: #ffe4d0;
	border: 1px solid #f0cab6;
	border-radius: 2px;
	cursor: pointer;
}

.goods-spec .spec-box .btn-buy .add {
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	background: #f40;
	border: 1px solid #f40;
	border-radius: 2px;
	cursor: pointer;
}

.goods-spec .spec-box .btn-buy button.over {
	color: #999;
	background: #f7f7f7;
	border-color: #e8e8e8;
	cursor: default;
}


/* 图片放大镜样式*/

.jqzoom {
	position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 88%;
    border: none;
    cursor: crosshair;
    vertical-align: middle;
    text-align: center;
	overflow: hidden;
}

.jqzoom img {
	display: block;
	width: 100%;
}

.zoomdiv {
	position: absolute;
	z-index: 100;
	display: none;
	width: 331px !important;
	height: 366px !important;
	background: #fff;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.jqZoomPup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	max-width: 150px;
	max-height: 150px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	overflow: hidden;
}

.zoomdiv img {
	width: 250%;
}






.prodetails {
    width: 48%;
    margin: 3% 4% auto;
}

.prodetaih2 {
    font-size: 26px;
    color: #006428;
    margin-bottom: 5%;
}
.prodetails p{
	font-size: 14px;
	line-height: 25px;
	color: #222;
}




.protcotfls{
	width: 100%;
	margin: 3% auto;
}
.protflssx {
    margin-bottom: 2%;    
    border-bottom: 2px solid #EAECEE;
}
.protflssx li:hover, .protflssx li.on {
    border-bottom: 2px solid #ff0000;
    color: #ff0000;
}
.protflssx li {
    width: 16.65%;
    float: left;
    display: block;
    text-align: center;
    line-height: 52px;
    font-size: 16px;    
    margin-bottom: -2px;
    margin-right: 5px;
}
.protcotfls .bd li {
    padding: 1% 2% 2%;
}




/*           ----------       download        ---------            */

.table {
    border-width: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;	
    border-left: 1px solid #ddd;	
}
.table td,.table th {
    border-width: 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #222;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 11px 24px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table tr:nth-child(2n+1) td {
    background-color: #f8f8f8;
}
.table .d1{
    background: url(../images/d3.png) no-repeat left center;
    padding-left: 25px;
}
.table .d2,.table .d1{
 	color: #222;	
}


.table tr{
	text-align: left;
}
.table .t1 {
    text-align: left;;
    text-indent: 2px;
    border-right: 1px solid #ddd;
}
.table th {
	background-color: #eee;
    color: #fff;
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
    height: 28px;
    font-family: "微软雅黑";
    border-right: 1px solid #ddd;
}

.table td:nth-child(1){
	border-right: 1px solid #ddd;
}




.table tr:hover td,.table tr:hover td a{
	color: #f5a200;
}









/*           ----------       inquiry        ---------            */

.jd_inquiry {
	width: 100%;
	margin: 0 auto;
	max-width: 1577px;
}

.jd_inquiry_con {
	width: 100%;
}

.jd_inquiry_con li {
	width: 33.3%;
	float: left;
	display: block;
	margin-bottom: 2%;
}

.jd_inquiry_con li a {
	width: 89%;
	margin: 0 auto;
	display: block;
}

.fancyboximg {
	background: #fff url(../images/load.gif) no-repeat center center;
	overflow: hidden;
	display: block;
}

.fancyboximg img {
	width: 100%;
	display: block;
}

.jd_inquiry_con li a p {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jd_inquiry_con li:hover a p {
	color: #006428;
}


/*           ----------       resources        ---------            */

.sk_resources {
	width: 100%;
}

.cn_offerscot {
	width: 92%;
	margin: 0 auto;
}

.box116_1 {
	width: 100%;
	margin: 0 auto;
}

.zptabletr .ttcol1 {
	background-color:  #eee;
	border-right: #969696 dotted 1px;
	line-height: 60px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	width: 249px;
	color: #000;
	font-weight: bold;
	font-size: 17px;
}

.zptabletr .ttcol2,
.zptabletr .ttcol3,
.zptabletr .ttcol4,
.ttcol5 {
    background-color: #eee;
    border-right: #969696 dotted 1px;
    line-height: 60px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    width: 249px;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}

.zptabletr .ttcol6 {
	text-align: center;
	background-color: #EFEFEF;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	width: 150px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.zptabletr1 td {
	background-color: #ffffff;
	border-bottom: #E6E6E6 solid 1px;
	line-height: 55px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.zwmessage h3 {
	background-color: #FFEEE0;
	line-height: 42px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

.zwmessage .zwtab {
	width: 100%;
	font-size: 13px;
	margin-bottom: 5px;
}

.zwtab td {
	border-bottom: #E7E7E7 solid 1px;
	background-color: #F7F7F7;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 38px;
	width: 13%;
	color: #333333;
}

.zwtab td:nth-child(2n) {
	background-color: #fff;
}

.zwmessage .zwms h2 {
	line-height: 35px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.zwmscot {
	margin-top: 20px;
	width: 80%;
}

.zwmscot p {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-left: 6px;
	margin-bottom: 5px;
	color: #333333;
}

.zwms {
	border-bottom: #E6E6E6 solid 1px;
}

.shipl {
	margin-top: 30px;
}

.zptabletr1 {
	width: 100%;
}

.cn_reqzhaop {
	padding: 2% 0;
	margin-top: 2%;
}

.zptabletr2 {
	display: none;
}


/*         -----------          news           ------------           */

.news {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 3%;
	padding: 0;
}

.news li {
	border-bottom: 1px dashed #eed;
}

.newsdivs {
	padding: 3% 0;
	overflow: hidden;
}

.newsfa1 {
	width: 20%;
	text-align: center;
}

.newsfa1 p:nth-child(1) {
	border-bottom: 1px solid #ff0000;
	font-size: 32px;
}

.newsdivs .newsfa1 p {
	line-height: 53px;
}

.newsfa1 p {
	color: #ff0000;
	width: 60%;
	margin: 0 auto;
	line-height: 30px;
}

.newsfar {
	width: 78%;
}

.newsfar .newsfrp {
	font-size: 14px;
	font-weight: 600;
	color: #444;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news li:hover .newsdivs .newsfar .newsfrp {
	margin-left: 2%;
	color: #ff0000;
}

.newsdivs .newsfar .newsfrp {
	font-size: 18px;
	line-height: 48px;
	transition: all .6s ease;
}

.newsfar p {
	color: #888;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newschak {
	color: #666;
	line-height: 40px;
	font-size: 14px;
	float: right;
	margin-right: 8%;
}

.news li:hover .newschak {
	color:#ff0000;
}






.wincotti {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.wincotti h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #006428;
}
.wincotsj {
	margin: 0 auto 2%;
    width: 97%;
    text-align: right;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2%;
    padding-right: 6%;
}
.wincotsj span {
    font-size: 14px;
    color: #666;
}

.details{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.details img{
	max-width: 100%;
	margin: 0 auto;
}
.details p{
	font-size: 14px;
	line-height: 25px;
	color: #333;
}





/*           ----------        contactus         -----------             */

.fnw_contactusnr {
	margin: 50px auto;
}

.fnw_contactusnr h1 {
	font-size: 30px;
	color: #000;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
}

.fnw_contusnr {
	width: 100%;
	margin: 39px auto;
}

.fnw_contusnr p {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	width: 25%;
	float: left;
	display: block;
}

.fnw_contusnr p span {
	text-align: center;
	display: block;
}

.fnw_contusnr p span img {
	width: 30%;
	-webkit-filter: grayscale(1);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(1);
	/* W3C */
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.fnw_contusnr p a {
	width: 77%;
	text-align: center;
	display: block;
	line-height: 27px;
	margin: 2% auto;
}

.fnw_contusnr p:hover span img {
	-webkit-filter: grayscale(0);
	/* Webkit */
	filter: gray;
	/* IE6-9 */
	filter: grayscale(0);
}

.requests {
	width: 100%;
    margin: 0 auto;
    padding: 4% 0;
}

.requetlt {
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 40px;
	color: #000;
	font-weight: 400;
}

.requescot {
	text-align: center;
}

.requescot input{
	width: 19%;
	display: inline-block;
	margin: 0 14px 15px 19px;
	padding: 10px;
	background: #fff;
	border: 1px solid #d9d9d9;
}

.requescot textarea {
	width: 88.3%;
	height: 116px;
	line-height: 20px;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	padding: 14px;
	background: #fff;
	color: #999;
}

.tjbtn {
	border: 0;
	background: #e60213;
	border-radius: 2px;
	width: 170px;
	padding: 0 11px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 0;
	margin-top: 20px;
}

.requescot .footersbut {
	margin-top: 30px;
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
	font-size: 18px;
}


/*               ---------          videos           -----------             */

.videos{
	width: 100%;
}

















@media screen and (max-width:768px) {}