﻿html, body {width:100%;height:100%;min-width: 320px;} /*非常重要的样式让背景图片100%适应整个屏幕*/  
@charset "utf-8";
body 
{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	border:none;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
ul,ol,li{list-style-type:none;}
.pro-info-right ul,ol,li{ list-style-type:inherit;}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ text-decoration:none;}
a{color: inherit;text-decoration:none;}
.clear{ clear:both;}    

img {
    border: none;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*********************************************************************************************************************************************************
** 
*/
.header{
	float: left;
	width: 100%;
	height: 93px;
}
.header .logo{
	float: left;
	width: 546px;
	height: 78px;
	background: url(../images/logo.jpg) no-repeat left top;
	background-size: 720px 78px;
	margin-top: 6px;
}
.dls{
	float: right;
	width: 95px;
	height: 31px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	border: solid 1px #d6d6d6;
	text-align: center;
	border-radius: 3px;
	transition: .3s;
	margin-top: 22px;
}
.dls:hover{
	color: #0089d4;
	border: solid 1px #0089d4;
}
.lang{
	float: right;
	margin-left: 19px;
	margin-top: 22px;
}
.en,.cn
{
	margin-top:9px;
	float: left;
	padding: 0px 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	transition:.3s;
}
.en:hover,.cn:hover{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.cn{
	margin-left: 14px;
}
.lang .title{
	float: left;
	font-size: 14px;
	color: #6e6e6e;
	margin-top: 5px;
}

/*nav*/
.nav-wrap{
	float: left;
	width: 100%;
	background-color: #eb6100;
	position: relative;
	z-index: 2;
}
.nav-fixed{
	position: fixed;
	left: 0;
	top: 0;
}

.nav{
	float: left;
}
.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li>a{
	float: left;
	font-size: 16px;
	color: #fff;
	padding: 15px 50px;
	background: url(../images/nav-ico.png) no-repeat right 14px center;
}
.nav>ul>li:hover >a{
	background-color: #eb6100;
}
.nav>ul>li>ul{
	position: absolute;
	top: 120%;
	left: 0;
	width: 200px;
	padding: 10px 5px;
	background-color: #eb6100;
	display: none;
	opacity: 0;
}
.nav>ul>li>ul>li{
	float: left;
	width: 100%;
	position: relative;
}
.nav>ul>li>ul>li>a{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	padding: 5px 5px;
	border-bottom: dotted 1px #fff;
}

.nav>ul>li>ul>li>a:hover{
	background-color: #eb6100;
}
.nav>ul>li>ul>li.active>a{
	background:url(../images/nav-down-ico.png) no-repeat right 10px center;
}
.nav>ul>li>ul>li.active>a:hover{
	background-color: #ec6d14;
}
/*3级*/
.nav >ul>li>ul>li>ul{
	position: absolute;
	left: 100%;
	top: 0;
	width: 240px;
	display: none;
	padding: 0px 5px;
}
.nav >ul>li>ul>li>ul>li{
	float: left;
	width: 100%;
	background-color: #ec6d14;
}
.nav >ul>li>ul>li>ul>li>a:hover{
	color: #fff;
	background-color: #eb6100;
}
.nav >ul>li>ul>li>ul>li>a{
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
color: #fff;
padding: 5px 5px;
border-bottom: dotted 1px #fff;
}
.nav >ul>li>ul>li:hover >ul{
	display: block;
}


.search{
	float: right;
	margin-top: 12px;
}
.inp-text{
	float: left;
	width: 211px;
	height: 29px;
	background-color: #fff;
	border: none;
	padding: 0 18px;
	font-size: 12px;
	color: #b0b0b0;
}
.inp-btn{
	float: left;
	width: 38px;
	height: 29px;
	border: none;
	background: url(../images/search.jpg) no-repeat left top;
	margin-left: -1px;
	cursor: pointer;
}
/**轮播**/
.swiper-container1{
	float: left;
	width: 100%;
	overflow: hidden;
}
.swiper-container1 img{
	float: left;
	min-width: 100%;
    width: 100%;
}
.swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 82px;
    height: 85px;
    margin-top: -42px;
    z-index: 100;
    cursor: pointer;
    background-size: 82px 85px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1.swiper-button-disabled, .swiper-button-next1.swiper-button-disabled {
    opacity: 0;
    transition: .6s;
}
.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
  background-image:url(../images/prev.jpg);
  left: 155px;
  right: auto;
}
.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
  background-image:url(../images/next.jpg);
  right: 155px;
  left: auto;
}

.swiper-container1:hover .swiper-button-prev1,.swiper-container1:hover .swiper-button-next1{
	opacity: 1;
}
.swiper-container1:hover .swiper-button-prev1.swiper-button-disabled,.swiper-container1:hover  .swiper-button-next1.swiper-button-disabled {
    opacity: 1;
}

/*company-profile*/
.company-profile{
	float: left;
	width: 100%;
	padding: 46px 0;
	background-color: #f36421;
}
.head{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	z-index: 3px;
	padding-bottom: 12px;
	font-family: "times new roman";
}

.head2:before{
	background-color: #cdcdcd;
}
.head3{
	text-align: left;
	color: #000;
}
.head3:before{
	left: 0%;
	margin-left: 0px;
	background:none;
}
.com{
	float: left;
	width: 100%;
	margin-top: 65px;
	padding: 0 132px 0 40px;
}
.com .imgimg{
	float: left;
	width: 320px;
	height: 262px;
	overflow: hidden;
}
.com .img{
	width: 320px;
	height: 262px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.com .img img{
	width: auto !important;
	height: auto !important;
}
.com-info{
	float: right;
	width: calc( 100% - 393px );
	margin-top: 10px;
}
.com-info .title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 182px;
	overflow: hidden;
	margin-bottom: 24px;
}
.more{
	float: left;
	width: 118px;
	height: 37px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	border: solid 1px #fff;
	text-align: center;
	text-transform: uppercase;
	transition: .3s;
}
.more:hover{
	background-color: #fff;
	color: #0089d4;
	border-radius: 3px;
}
.more2{
	color: #5d5d5d;
	border: solid 1px #5d5d5d;
	margin-top: 50px;
}
.more2:hover{
	background-color: #5d5d5d;
	color: #fff;
	border-radius: 3px;
}
.pro-show-wrap{
	float: left;
	width: 100%;
	padding: 59px 0 75px 0;
}
.pro-show{
	float: left;
	width: 100%;
	margin-top: 47px;
}
.pro-show-list{
	float: left;
	width: 382px;
	overflow: hidden;
	border-bottom: solid 1px #eb6100;
	padding-bottom: 13px;
	margin-right: 27px;
	margin-bottom: 38px;
}
.pro-show-list:hover{
	border-bottom: solid 1px #ec6d14;
}
.pro-show-list:nth-child(3n){
	margin-right: 0;
}
.pro-show-list .imgimg{
	float: left;
	width: 382px;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.pro-show-list .img{
	width: 382px;
	height: 220px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.pro-show-list .img img{
	width: auto !important;
	height: auto !important;
}
.img-ico{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	margin-top: -23px;
	opacity: 0;
	transition: .3s;
}
.pro-show-list .imgimg:hover .img-ico{
	opacity: 1;
}
.img-bor{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	transition: .3s;
}
.bor{
	float: left;
	width: 100%;
	height: 100%;
	border: solid 1px #fff;
	transition: .3s;
}
.pro-show-list .imgimg:hover .img-bor{
	padding: 10px 13px;
}
.bor:hover{
	border: solid 1px #fff;
}
.pro-show-list .title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
	height: 70px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 3px;
	line-height: 23px;
}
.sub-pointer{
	font-size: 18px;
	color: #eb6100;
	float: left;
	width: 100%;
	padding: 0 10px;
}
.pro-show-list:hover .sub-pointer{
	color: #fd6b04;
}
/**news-product**/
.news-product{
	float: left;
	width: 100%;
	padding: 49px 0 23px 0;
	background-color: #f0f0f0;
}
.news-left{
	float: left;
	width: calc( 100% - 412px );
}
.swiper-container2{
	float: left;
	width: 100%;
}
.news-list-wrap{
	float: left;
	width: 100%;
	padding: 30px 23px 30px 23px;
}
.news-date{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #5d5d5d;
}
.news-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #eb6100;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-title:hover{color:#fd6b04;}
.news-sub-title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
}
.swiper-button-prev2, .swiper-button-next2 {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    z-index: 100;
    cursor: pointer;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: .6s;
}
.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
  background-image:url(../images/pointer-left.png);
   left: 0px;
}
.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
  background-image:url(../images/pointer-right.png);
  right: 0px;
}

.latest-pro{
	float: right;
	width: 240px;
	margin-right: 80px;
}

/*sldie*/
.slider {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.slick-slide {
    margin: 5px 0;
}

.slick-slide img {
    max-width: 100% !important;
}
.slider-imgimg{
	float: left;
	width: 240px;
	height:auto;
	overflow: hidden;
}
.slider-imgimg .img{
	width: 240px;
	height:auto;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slider-title{
	float: left;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
.slick-prev{
    display: none;
}   
.slick-prev.slick-arrow{
	display: none !important;
}
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -37px;
    left: 50%;
    margin-left: -10px;
    top: inherit;
    display: block;
    width: 20px;
    height: 20px;
}  
.slick-next:before
{
	display: block;
    content: '';
    background:url(../images/pointer-down.png) no-repeat center;
    width: 16px;
    height: 9px;
}

/*footer*/
.footer-wrap{
	float: left;
	width: 100%;
	background-color: #eb6100;
	padding: 17px 0 30px 0;
	position: relative;
	z-index: 3;
}
.footer-head{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	font-family: "times new roman";
	margin-bottom: 50px;
}
.footer-list-wrap{
	float: left;
	width: 100%;
    padding: 0 15px;
}
.footer-list{
	float: left;
	width: 25%;
	font-size: 14px;
	color: #fff;
	padding-left: 45px;
	line-height: 33px;
}

.tel{
	background: url(../images/tel.png) no-repeat left center;
	
}
.email{
	background: url(../images/email.png) no-repeat left center;
}
.footer-adds{
	float: right;
	width: 48%;	
	margin-top: 20px;
}
.adds{
	background: url(../images/adds.png) no-repeat left center;
	font-size: 14px;
	color: #fff;
	padding-left: 37px;
	line-height: 33px;
}
/*end*/
.end{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background-color: #383838;
	padding: 16px 0;
	text-align: center;
	position: relative;
	z-index: 3;
}

/*****************************article************************/
.banner{
	float: left;
	width: 100%;
	height: 331px;
}
.nei-main{
	float: left;
	width: 100%;
	margin-top: 0;
}
.menu-left{
	float: left;
	width: 362px;
	height: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
	z-index: 2;
}
.con-us{
	float: left;
	width: 100%;
	padding: 38px 59px 25px 43px;
}
.nei-head{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #626262;
	position: relative;
	padding-bottom: 16px;
}

.con-ul{
	float: left;
	width: 100%;
	margin-top: 19px;
}
.con-ul li{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #5d5d5d;
	margin-bottom: 15px;
	max-width: 270px;
}
.menu-email{
	background: url(../images/email-ico.png) no-repeat right top 5px;
	padding-right: 22px;
}
.small-li{
	text-align: center;
	font-size: 12px;
	color: #5d5d5d;
	margin-top: 10px;
}
.qq{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 16px;
}
.qq-line{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 20px 40px 14px 70px;
	border-radius: 5px;
	background: #ec690d url(../images/qq.PNG) no-repeat left 23px center;
}
.qq-line:hover{
	background: #fe6f0a url(../images/qq.PNG) no-repeat left 23px center;
	box-shadow: 1px 2px 0px #fd9c57;
}
.Complaints-feedback{
	float: left;
	width: 100%;
	padding: 40px 0 54px 0;
	background-color: #eb6100;
	text-align: center;
}
.Complaints-feedback a{
	display: inline-block;
	background-color: #fff;
	padding: 18px 20px;
	font-size: 16px;
	color: #eb6100;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 3px 5px 0px #ec6d14;
	transition: .2s;
}
.Complaints-feedback a:hover{
	box-shadow: 3px 5px 0px #b7520b;
}
.find-agent{
	float: left;
	width: 100%;
	padding: 35px  59px 35px 43px;
}
.find-agent select{
	float: left;
	width: 236px;
	height: 41px;
	font-size: 14px;
	color: #626262;
	border: solid 1px #cdcdcd;
	background-color: #fff;
	margin-top: 14px;
}
.pro-menu{
	float: left;
	width: 100%;
	padding: 35px  59px 65px 43px;
}
.pro-menu-list{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.pro-menu-list .imgimg{
	float: left;
	width: 105px;
	height: 123px;
	overflow: hidden;
}
.pro-menu-list .img{
	width: 105px;
	height: 123px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.pro-menu-list .img img{
	width: auto !important;
	height: auto !important;
}
.pro-menu-right{
	float: right;
	font-size: 14px;
	color: #5d5d5d;
	width: calc( 100% - 127px );
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 48px;
}
.pro-menu-list:hover .pro-menu-right{
	color: #0089d4;
}
.nav-fixed-nei{
	position: fixed;
	z-index: 2;
	top: 52px;
}

.pro-info{
	float: right;
	width: calc( 100% - 417px );
	margin-top: 24px;
}
.pro-info-top{
	float: left;
	width: 100%;
}
.pro-info-left{
	float: left;
	width: 385px;
	overflow: hidden;
}
.big-img{
	float: left;
	width: 100%;
	height: 306px;
	overflow: hidden;
}
.big-img .imgimg{
	float: left;
	width: 100%;
	height: 306px;
    display: none;
}
.big-img .imgimg.active{
	display: block;
}
.big-img .img{
	width: 10%;
	height: 306px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.big-img .img img{
	width: auto !important;
	height: auto !important;
}
.small-img{
	float: left;
	width: 100%;
}
.small-img .imgimg{
	float: left;
	width: 115px;
	height: 77px;
	overflow: hidden;
	border: solid 1px #eeeeee;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom:3px;
}
.small-img .imgimg:nth-child(3n)
{
   margin-right: 0px; 
    }
.small-img .imgimg.active{
	border: solid 1px #0089d4;
}
.small-img .img{
	width: 115px;
	height: 77px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}
.small-img .img img{
	width: auto ;
	height: 100% ;
}
.pro-info-right{
	float: right;
	width: calc( 100% - 410px );
}
.pro-info-right .title{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #0089d4;
	text-transform: uppercase;
	margin-top: 20px;
}
.pro-info-right .sub-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #808080;
	margin-top: 64px;
	line-height: 23px;
}
.pro-info-down{
	float: left;
	width: 100%;
	margin-top: 64px;
}
.pro-info-down .title{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #4c4c4c;
	font-family: "times new roman";
	text-transform: uppercase;
}
.pro-info-down .sub-title{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #808080;
	line-height: 25px;
	margin-top: 24px;
}
.con-nr{
	float: left;
	width: 100%;
	margin-top: 70px;
}

/**************************************投诉************************************/
.tousu-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 3;
	display: none;
}
.tousu{
	width: 80%;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -422px;
	margin-left: -40%;
	background-color: #fff;
	z-index: 4;
	display: none;
}
.tousu-li{
	float: left;
	width: 100%;
	height: 825px;
	overflow: hidden;
}
.off{
	position: absolute;
	right: -12px;
	top: -12px;
	background: url(../images/off.png) no-repeat right top;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	cursor: pointer;
	border-radius: 100%;
}
.tousu-head{
	float: left;
	width: 100%;
	padding: 40px 90px;
}
.tousu-head .title{
	float: left;
	font-size: 38px;
	color: #ec6200;
	font-weight: bold;
	background: url(../images/simle.png) no-repeat left top 8px;
	padding-left: 54px;
}
.tousu-head .sub-title{
	float: left;
	font-size: 16px;
	margin-top: 5px;
	margin-left: 13px;
}
.tousu-main{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	padding: 51px 85px 100px 85px;
}
.tousu-line{
	float: left;
	width: 100%;
	height: 14px;
	background: url(../images/tousu-line.jpg) repeat-x top center;
}
.inp-list-wrap{
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 39px 187px 52px 62px;
}
.inp-list{
	float: left;
	width: 100%;
	margin-bottom: 32px;
}
.inp-list .title{
	float: left;
	width: 102px;
	font-size: 16px;
	color: #333333;
}
.inp-list input{
	float: left;
	width: 270px;
	height: 38px;
	border: solid 1px #d2d2d2;
	font-size: 14px;
	color: #666;
	margin-left: 18px;
}
.inp-list textarea{
	float: right;
	font-size: 14px;
	width: calc( 100% - 120px );
	height: 220px;
	border: solid 1px #d2d2d2;
	padding: 20px 28px;
}
.tjfk{
	float: left;
	font-size: 16px;
	color: #fff;
	width: 155px;
	height: 40px;
	line-height: 40px;
	background-color: #ec6200;
	text-align: center;
	border: none;
	border-radius: 5px;
	margin-left: 130px;
	cursor: pointer;
	transition: .3s;
}
.tjfk:hover{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background-color: #d45902;
}

.nr{ width:100%; text-align:left; line-height:30px; clear:both; margin-bottom:24px;}

.nr img{ max-width:100%; height:auto;}

.nr a{ color:#0089d4; text-decoration:none;}

.nr a:hover{ color:#0089d4; text-decoration:underline;}

.mod-pager-box
{
    clear:both;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:30px;
    font-family:微软雅黑,Microsoft YaHei;
    margin-bottom:19px;
    }
.mod-pager-box a
{
    text-align:center;
    line-height:30px;
    margin:0 5px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#cccccc;
    display:inline-block;
    border-radius:9px;
    cursor:pointer;
}
.mod-pager-box a:hover,.mod-pager-box .current
{
    text-align:center;
    margin:0 5px;
    width:30px;
    height:30px;
    line-height:30px; cursor:pointer;
    color:#fff;
    background-color:#eb6100;
    display:inline-block;  border-radius:9px;
}
.mod-pager-box a.pages
{
    width:auto;
    padding:0 15px;  border-radius:9px;
    display:inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled']{ display:none;}

.xwnrsss{ width:96%; border-bottom:dashed 1px #858585; clear:both; overflow:hidden;  margin-left:2%;}

.xwimgss{ width:2px; height:2px; overflow:hidden; clear:both; float:left; background-image:url(../images/dxs.jpg); margin-top:34px; margin-bottom:0px;}

.xwtits{ overflow:hidden; float:left;padding-left:7px; margin-top:19px; margin-bottom:19px;}

.xwtits a{ color:#474747;}

.xltit{  overflow:hidden; clear:both; line-height:30px; width:76%; text-align:left; border-bottom:solid 1px #858585; font-weight:normal;}

.rq{ float:right;  margin-top:19px; margin-bottom:19px; color:#cccccc;}

.pro-show-lists{
	float: left;
	width: 366px;
	overflow: hidden;
	border-bottom: solid 1px #eb6100;
	padding-bottom: 13px;
	margin-right: 50px;
	margin-bottom: 38px;
}
.pro-show-lists:hover{
	border-bottom: solid 1px #ec6d14;
}
.pro-show-lists:nth-child(3n){
		margin-right: 50px;
}
.pro-show-lists:nth-child(2n){
	margin-right: 0;
}
.pro-show-lists .imgimg{
	float: left;
	width: 366px;
	height: 201px;
	overflow: hidden;
	position: relative;
}
.pro-show-lists .img{
	width: 366px;
	height: 201px;
	text-align:center;
    display:table-cell;
    vertical-align:middle;
}

.ssbg{ width:100%; height:40px; line-height:40px; background-color:#f4f4f4; overflow:hidden; clear:both;}

.drowdown{ float:left; overflow:hidden; padding-left:7px; padding-top:7px;}

.stxt{ float:right; padding-right:7px; padding-top:0px; font-size:12px;}

.stxt input{ width:123px; height:24px; line-height:24px; margin-left:4px; padding-left:4px;}

.sstit{ width:100%; clear:both; overflow:hidden; color:#eb6100; padding-top:11px; border-bottom:solid 1px #c2bec2; font-size:14.7px;}

.sstit span{ width:25%; float:left; color:#eb6100; padding:11px;} 

.sstits{ width:100%; clear:both; overflow:hidden; color:#5d5d5d; padding-top:11px; border-bottom:dashed 1px #c2bec2; font-size:12px;}

.sstits span{ width:25%; float:left; color:#5d5d5d; padding:11px;  padding-top:0px;} 

  
        -- .big-img
        {
            position: relative;
        }
        .big-img span img
        {
            /*CSS for enlarged image*/
            border-width: 0;
            padding: 2px;
            width: 500px;
        }
        .big-img span
        {
            position: absolute;
            padding: 3px;
            border: 0px solid gray;
            visibility: hidden;
            background-color: #FFFFFF;
           
        }
        .big-img:hover
        {
            background-color: transparent;
        }
        .big-img:hover span
        {
            visibility: visible;
            top: 0;
            left:19%; top:35%;
z-index:9999;
        }
      
      @media (max-width:700px) 
{ .big-img:hover span
        {
            visibility: visible;
            top: 0;
            left: 0%; top:60%;
        }
      
}