
.innerbanner {
    width: 100%;
}
.innerbanner img{
	width: 100%;
	display: block;
}







.with {
	width: 100%;
}

a {
	cursor: pointer;
}





/*            -----------      products         -------------             */

.backgrds {
	background: #eee;
}

.productds {
	width: 100%;
	display: block;
	margin-top: -4px;
	margin-bottom: 42px;
}

.contpros {
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.prodt {
	max-width: 1200px;
	margin: 0 auto;
}

.procurrent,
.procurrent a {
	font-size: 12px;
	color: #666;
}

.procurrent a:hover {
	color: #f00726;
}

.produtcont {
	max-width: 1200px;
	margin: 2% auto 3%;
}


.produtctl {
	width: 100%;
    float: none;
    margin: 0 auto;
}
.pronavc{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border-left: 1px solid #c8c8c8;
}
.pronavc li{
width: 11%;
    float: left;
    display: block;
    text-align: center;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
}
.pronavc li a {
    color: #292929;
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 12px 0 35px;
    height: 23px;
    width: 90%;
    margin: 0 auto;
}
.pronavc li:hover{
	background: #e10000;
}
.pronavc li:hover a{
	color: #fff;	
}
.pronavc li:nth-child(1){
	border-radius: 10px 0 0 10px;
}


/*.pronavc li:nth-child(7){
	border-radius: 0 9px 0 0;
}*/
/*.pronavc li:nth-child(8){
	border-radius: 0  0 0 9px;
}*/
/*.pronavc li:nth-child(8),.pronavc li:nth-child(9),.pronavc li:nth-child(10),.pronavc li:nth-child(11),.pronavc li:nth-child(12),.pronavc li:nth-child(13){
	border-top: 0;
}*/


.snavc{
	width: 100%;
}
.snavbody ul{
	display: none;
	width: 100%;
	background:  #fff;
	border: 1px solid #c8c8c8;	
	padding:1.5% 0 2%; 
	border-radius: 10px 10px 0 0;
	box-shadow: 6px 9px 10px #e6e6e6;
	border-top: 1px solid #c8c8c8;
}

.snavbody li{
	width: 21%;
	display: block;
	float: left;
	text-align: center;
}
/*.snavbody ul:nth-child(1) li:nth-child(5),.snavbody ul:nth-child(1) li:nth-child(6),.snavbody ul:nth-child(1) li:nth-child(7){
	width: 15%;
}*/
/*.snavbody ul:nth-last-child(1) li, .snavbody ul:nth-last-child(2) li {
    width: 14%;
    text-align: center;
}*/
.snavbody li>a{
	color: #ea0101;
	font-size: 12px;
}

.snavbody ul:nth-child(1) li:nth-child(7){
	clear: left;
}

.snavbody li:nth-child(3){
	width: 16%;
}


.tb_prodt{
	width: 100%;
	margin: 0;
}
.tb_prodt dd{
	line-height: 28px;
	margin: 0 ;
}
.tb_prodt dd a{
	font-size: 12px;
	color: #888;
}
.tb_prodt dd a:hover{
	color: #ea0101;
}



.contrl {
				width: 48%;
				display: block;
				float: left;
			}
			
			.contrr {
				width: 50%;
				display: block;
				float: right;
			}
			
			/*.container {
				width: 352px;
				height: auto;
				margin: 0 auto;
				overflow: hidden;
			}*/
			
			.jqzoom {
				float: left;
				border: none;
				position: relative;
				padding: 0px;
				cursor: pointer;
				margin: 0px;
				display: block;
			}
			
			.jqzoom img {
				width: 100%;
			}
			
			.zoomdiv {
				z-index: 100;
				position: absolute;
				top: 0px;
				left: 0px;
				width: 350px;
				height: 350px;
				background: #ffffff;
				border: 1px solid #CCCCCC;
				display: none;
				text-align: center;
				overflow: hidden;
			}
			
			.jqZoomPup {
				z-index: 10;
				visibility: hidden;
				position: absolute;
				top: 0px;
				left: 0px;
				width: 20px;
				height: 20px;
				border: 1px solid #aaa;
				background: #ffffff/*url(../images/zoom.png) 50% center no-repeat*/
				;
				opacity: 0.5;
				-moz-opacity: 0.5;
				-khtml-opacity: 0.5;
				filter: alpha(Opacity=50);
			}
			/*图片小图预览列表*/
			
			.spec-preview {
				width: 350px;
				height: 350px;
				border: 1px solid #DFDFDF;
			}
			
			.spec-scroll {
				clear: both;
				margin-top: 5px;
				width: 352px;
			}
			
			.spec-scroll .prev {
				float: left;
				margin-right: 4px;
			}
			
			.spec-scroll .next {
				float: right;
			}
			
			.spec-scroll .prev,
			.spec-scroll .next {
				display: block;
				font-family: "宋体";
				text-align: center;
				width: 10px;
				height: 54px;
				line-height: 54px;
				border: 1px solid #CCC;
				background: #EBEBEB;
				cursor: pointer;
				text-decoration: none;
			}
			
			.spec-scroll .items {
				float: left;
				position: relative;
				width: 322px;
				height: 56px;
				overflow: hidden;
			}
			
			.spec-scroll .items ul {
				position: absolute;
				width: 999999px;
				height: 56px;
			}
			
			.spec-scroll .items ul li {
				float: left;
				width: 64px;
				text-align: center;
			}
			
			.spec-scroll .items ul li img {
				border: 1px solid #CCC;
				padding: 2px;
				width: 50px;
				height: 50px;
			}
			
			.spec-scroll .items ul li img:hover {
				border: 2px solid #FF6600;
				padding: 1px;
			}





.produtctr {
	width: 100%;
	margin-top: 20px;
	background: #e8e8e8;
}

.pro_list {
	width: 1200px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
    padding-bottom: 2%;
}

.tb_productlist{ 
	padding:30px 0;
}
.tb_productlist dl{ 
	overflow:hidden; 
	padding:0 ; 
	background:#fff; 
	margin-bottom:23px;
}
.tb_productlist dl dt{ 
	float: left;
    margin-right: 0;
    width: 23%;
    overflow: hidden;
}
.tb_productlist dl dt img{ 
	width:100%;
	border:1px solid　#e6e6e6;
}
.tb_productlist dl dd{ 
    float: left;
    width: 50%;
    padding: 41px 0 ;
}
.tb_productlist dl dd h3{ 
	color: #4c4c4c;
    font-size: 18px;
    overflow: hidden;
    margin: 17px 0 12px;
}
.tb_productlist dl dd h3 a{ 
	color:#4c4c4c;
}
.tb_productlist dl dd h3 a:hover {
    color: #ea0101;
}

.tb_productlist dl dd p,.tb_productlist dl dd p a{ 
	color:#666666; 
	font-size:13px; 
	line-height:24px;
}
.tb_productlist dl dd.tb_productlistMore {
    width: 18%;
    text-align: center;
    border-left: 1px solid #f8f8f8;
    margin-left: 34px;
    padding: 46px 0px;
}
.tb_productlist dl dd.tb_productlistMore p a{ 
	width:81px; 
	height:81px; 
	display:inline-block; 
	background:url(../images/prock1.png) no-repeat;
	margin-top: 18px;
    line-height: 200px;
}
.tb_productlist dl.cur dd h3 a{
	color:#f08519;
}
.tb_productlist dl:hover dd.tb_productlistMore p a{
	color:#f08519; 
	background:url(../images/prock.png) no-repeat;
}
.tb_productlist dl dt a{
	width: 79%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.tb_productlist dl dt a img{
	cursor: pointer;
    transition: all 0.8s;
}
.tb_productlist dl dt a img:hover{
    transform: scale(1.1);
}








.solbackg{
	background: #edeff4;
}

.solutionx {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.solutionxs {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1% 0px 4%;
}

.soluttit {
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 3% 0;
}

.soluttit em {
	display: inline-block;
	margin-right: 20px;
	line-height: 50px;
	font-size: 42px;
	color: #cc0000;
	font-style: normal;
	vertical-align: top;
	font-weight: normal;
}

.soluttit i {
	font-style: normal;
	display: inline-block;
	line-height: 55px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

.solutimg {
	width: 48%;
}

.solutimg a{
    display: block;
    width: 72%;
    margin: 0 auto;
}

.solutimg img {
	width: 100%;
}

.solutconts {
    width: 52%;
    padding: 1% 0;
}

.soluth5 {
    margin-top: 0;
    font-size: 28px;
    line-height: 23px;
    color: #000;
    text-align: left;
    font-weight: 400;
}

.solution_lcont p {
    margin: 0;
    font-size: 12px;
    line-height: 28px;
    color: #858689;
}

.solution_line {
	margin: 15px 0 8px;
	width: 57px;
	height: 1px;
	background: #676767;
	overflow: hidden;
}

.solution_lcont .solutp {
	margin-top: 8%;
}

.solution_lcont .solutpa {
	text-align: right;
	margin-right: 8%;
}

.solutpa a {
	font-size: 16px;
	color: #000;
}

.solutpaimg {
	vertical-align: sub;
	margin-left: 1%;
}


.produtct{
	width: 100%;
	margin:0 auto;
}

.prodttit {
	width: 100%;
	max-width: 1200px;
	margin: 4% auto ;
}

.prodttit1 a {
	font-size: 20px;
	color: #666;
}

.protctcot{
	width: 100%;
	margin: 0 auto;
}

.procttit{
	text-align: center;
	font-size: 30px;
    color: #000;
    display: block;
    font-weight: 300;
}

.protcotsl{
    text-align: center;
    margin:0 auto; 
    position: relative;
    max-width: 1200px;
}

.protcotsl .prev,
.protcotsl .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 99;
}

.protcotsl .next {
	left: auto;
	right: 7%;
	background-position: 8px 5px;
}

.protcotsl .prev {
	right: auto;
	left: 7%;
	background-position: -170px 5px;
}

.protcotsl .prev:hover,
.protcotsl .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.prodetails{
	width: 60%;
    margin: 5% auto;
}

.prodetails p{
	line-height: 26px;
    text-align: left;
    color: #666;
    font-size: 14px;
}



.prodttit2 {
	width: 30%;
	text-align: right;
}

.prodttit2 a {
	line-height: 26px;
	color: #666;
	margin-right: 8%;
}

.prodttit2 a:hover{
	color: #cc0000;
}

.protctimg {
	width: 100%;
	overflow: hidden;
}

.protctimg img {
	width: 100%;
}

.pordutcnt {
	width: 100%;
	margin: 0 auto;
}


.otherprod{
	width: 100%;
	margin:0 auto;
	padding: 1% 0 2%;
}

.othprod{
	max-width: 1200px;
	margin:2% auto;
}

.othprod li{
	width: 25%;
	float: left;
	display: block;
	text-align: center;
}

.othprod li:hover a p{
	color: #cc0000;
}

.othprods{
	width: 62%;
    margin: 0 auto;
}

.othprods a,.othprods a span img{
	width: 100%;
	display: block;
}

.othprodsp{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 40px;
}

.solutcot{
	padding: 0 6% 0 2%;
}

.charact{
    width: 87%;
    overflow: hidden;
    margin: 1% auto 7%;
}

.charact li{
	width: 25%;
	display: block;
	float: left;
	text-align: center;
}

.charact li a{
    width: 60%;
    display: block;
    margin: 0 auto;
    border: 1px solid #9e9e9e;
    color: #666;
    font-size: 26px;
    border-radius: 100px;
    line-height: 153px;
}

.charact li:hover a{
	background: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
}

.prtitle{
    background: #f7f8f9;
    color: #515457;
}

.prtitle h2 {
	padding:2.5% 0;
    font-size: 30px;
    width: 1200px;
    margin: auto;
    font-weight: 300;
    color: #333333;
}

.prcont{
	max-width: 1200px;
	margin:3% auto 5%;
}












/*         -----------        about        ------------          */

.backgrdss {
	background: #f9f9f9;
	padding-bottom: 4%;
}

.borders {
	border-bottom: 1px solid #e1e1e1;
}

.cotnavigr {
	width: 100%;
	text-align: center;
	margin: 1% 0 3%;
}

.cotnavigr a {
	overflow: hidden;
	width: 11%;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #c9c9c9;
	display: inline-block;
	padding: 0.8% 0px;
	color: #333;
}

.cotnavigr a:hover,
.cotnavigr a.onls ,
.cotnavigr a.selected {
	border-color: #024287;
	background-color: #024287;
	color: #fff;
}

.cotabut {
	max-width: 1200px;
	margin: 2% auto 0;
	background: #fff;
	padding-bottom: 2%;
}

.cotabouts {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
}

.view{
	color: #666;
}





/*           ----------       news        ---------            */

.cotnews {
	width: 100%;
	display: block;
}

.newsct {
	max-width: 1200px;
	margin: 0 auto;
}

.new_left {
	width: 30%;
	border: 1px solid #c3c3c3;
	overflow: hidden;
    height: 190px;
}

.new_left a img {
	width: 100%;
	-webkit-transition: 1s;
}

.cotnews li:hover .new_left a img,
.cotnews li:hover .new_left a img {
	-webkit-transform: scale(1.1);
}

.new_right {
	width: 66%;
}

.new_right h2 a {
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.new_right h2 span {
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.new_right p {
	margin: 3% 0 5% 0;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.new_right>a {
	-webkit-transition: .5s;
	float: right;
	border: 1px solid #d3d0ce;
	border-radius: 5px;
	font-size: 14px;
	width: 98px;
	height: 30px;
	color: #999;
	text-align: center;
	line-height: 30px;
}

.cotnews li {
	padding: 2% 0;
	border-bottom: 1px dashed #c7c7c7;
}

.cotnews li:hover {
	background-color: #f2f2f2;
}

.cotnews li:hover .new_right>a {
	color: #fff;
	background-color: #024287;
	border-color: #024287;
}

.contbt {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

.contbt h1 {
	color: #333;
	font-size: 18px;
	margin-top: 45px;
	line-height: 24px;
	font-weight: normal;
}

.contdat,
.buttonbox,
.contdat span {
	float: left;
	color: #999;
	line-height: 28px;
}

.contdat span {
	margin-right: 10px;
}

.contdat {
	margin-bottom: 23px;
}

.contdat .buttonbox {
	margin-top: 0;
}

.fanh {
	float: right;
	margin-top: -20px;
	border-radius: 5px;
	background: url("../images/page_03.png") no-repeat 17px 14px #e4e4e4;
	color: #666;
	width: 78px;
	padding-left: 46px;
	height: 44px;
	line-height: 44px;
}

.fanh:hover {
	background: url("../images/page_03.png") no-repeat 17px 14px #d4d4d4;
}

.newsconts {
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
}

.newsts {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2% 0;
}

.fany {
	margin: 3% 0 1%;
	text-align: center;
}

.fany .fh {
	width: 105px;
}

.fany a {
	border: 1px solid #dfdfdf;
	background-color: #fff;
	border-right: 2px solid #dfdfdf;
	border-bottom: 3px solid #dfdfdf;
	display: inline-block;
	color: #a3a3a3;
	margin-right: 10px;
	font-size: 14px;
	width: 50px;
	height: 50px;
	background-color: #f2f2f2;
	text-align: center;
	line-height: 50px;
}

.fany a:hover {
	border-color: #108fcf;
}

.fany a.new_prev {
	background: url("../images/pre1_03.png") no-repeat center #fff;
}

.fany a.new_next {
	background: url("../images/pre1_05.png") no-repeat center #fff;
}


/*          ------------        contact           -------------          */

.contacts {
	max-width: 1200px;
	margin: 0 auto;
}

.contatl {
	width: 47%;
	background: #fff;
	padding-left: 3%;
	padding-bottom: 5%;
}

.contatltit {
	text-align: left;
	color: #323232;
	font-weight: 300;
	letter-spacing: 1px;
	font-style: normal;
	line-height: 28px;
	font-size: 26px;
	position: relative;
	margin-bottom: 7%;
	margin-top: 4%;
}

.i1 {
	background: #ccc;
	content: "";
	height: 1px;
	width: 65px;
	left: 0;
	bottom: -15px;
	position: absolute;
}

.i2 {
	background: #ccc;
	content: "";
	height: 1px;
	width: 40px;
	left: 0;
	bottom: -18px;
	position: absolute;
}

.contatr {
	width: 50%;
}
.contatr img{
	width: 100%;
}

.cooperts {
	width: 100%;
}

.cooperts li {
	width: 31.5%;
	display: block;
	float: left;
	margin-right: 2.2%;
	overflow: hidden;
	position: relative;
	margin-bottom: 2%;
}

.cooperts li:nth-child(3),.cooperts li:nth-child(6){
	margin: 0;
}

.cooperdiv {
	width: 90%;
	margin: 0 auto;
}

.coopimgs img {
	width: 100%;
}

.cooperts li p {
	color: #848484;
	font-size: 13px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cooperh4 {
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #595959;
	transition: all ease-out 0.2s;
	border-bottom: 1px solid #E1E1E1;
	text-align: left;
	width: 100%;
	position: relative;
}

.coopi {
	position: absolute;
	width: 10px;
	height: 1px;
	background-color: #3C3C3C;
	margin-top: -1px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.cooperts li:hover .coopi {
	width: 90%;
}




.services{
	max-width: 1200px;
	margin: 0 auto;
}

.servie_list {
	overflow: hidden;
	margin-top: 20px;
}

.servie_list ul {
	overflow: hidden;
}

.servie_list li {
	overflow: hidden;
	margin-bottom: 15px;
}

.servie_list li h2 {
	cursor: pointer;
	border: 1px solid #eee;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	text-indent: 20px;
	position: relative;
	color: #666;
	font-weight: 300;
}

.servie_list li h2 i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: url(../images/serve10.png) no-repeat 10.5px center;
}

.servie_list li.act h2 {
	background: #e67817;
	color: #fff;
	border-color: #e67817;
}

.servie_list li.act h2 i {
	border: 1px solid #fff;
	background: url(../images/serve11.png) no-repeat 10.5px center;
}

.servie_list li div {
	padding: 20px;
}






/*        -----------       itstrand         ------------        */
.itstrands{
	width: 100%;
	margin:2% auto;
	display: block;
}

.itborder{
	border-bottom:1px solid #d7d7d7;
}

.itstrds{
	max-width: 1200px;
	margin: 0 auto;
}

.itstrandsl{
	width: 50%;
	text-align: center;
}

.itdiv{
	width: 76%;
	margin: 0 auto;
}

.itstrdimg,.itstrdimg img{
	width: 100%;
	display: block;
	overflow: hidden;
}

.itstrdcont{
	width: 90%;
	margin: 3% auto 0; 
}

.itstrdcont p{
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.charact1 li{
	width: 33%;
}

.charact1 li a{
	width: 59%;
    display: block;
    margin: 0 auto;
    border: 1px solid #9e9e9e;
    color: #666;
    font-size: 20px;
    border-radius: 46px 2px;
    line-height: 70px;
}




.prohotcell{
	width: 100%;
}

.pro-hot-cell{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.container ul {
    margin-left: -2%;
    margin-right: -2%;
}

.container li{
	margin-bottom: 3%;
    width: 22%;
    display: block;
    float: left;
    margin-right: 3.5%;
}

.container li:nth-last-child(1){
	margin: 0;
}

.cooperation {
    border: 1px solid #e5e5e5;
    padding: 15% 13%;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cooperation h3 {
    margin-bottom: 14%;
    padding-bottom: 14%;
    margin-top: 14%;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    font-size: 18px;  
}

.cooperation h3, .cooperation h4, .cooperation p {
    padding-left: 14%;
    line-height: 28px;  
}

.container p a,.container h4 a{
    margin: 0;
    color: #333;
    font-size: 12px;
}

.cooperation h4 a{
    margin: 0.3em 0;
    font-weight: bold;
    font-size: 14px;
}

.itsbglobal{
	width: 100%;
	margin: 2% 0 4%;
}

.globalcont{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.globalcont li{
	width: 50%;
	float: left;
	display: block;
    line-height: 43px;
}

.globaimg{
	margin-right: 3%;
}

.globaimg img{
	vertical-align: middle;
}




.solutcot1 {
    padding: 3% 2% 0;
}
.solutimg1 {
    width: 46%;
}
.solutimg1 a{
	width: 100%;
}
.solutconts1 {
    width: 50%;
    padding: 0;
}




.certificate,.hd2{
	background: none;
}
.certificate {
    width: 100%;
    padding: 2% 0 ;
}


    .Validform_wrong, .Validform_right {
        display: none;
    }

    input.txt {
        width: 350px;
    }

    #feedback_form {
        width: 100%;
        margin: 0 auto;
    }

    .form-box {
        padding: 58px;
    }






.procontss{
	max-width: 1200px;
	margin: 0 auto 3%;
}
.procontss .prodttit{
	margin-bottom: 3%;
}
.protflssx{
	margin-bottom: 2%;
}
.protflssx li{
	width: 16.65%;
	float: left;
	display: block;
	text-align: center;
    line-height: 52px;
    border-bottom: 2px solid #EAECEE;
    font-size: 16px;
}
.protflssx li:hover, .protflssx li.on{
    border-bottom: 2px solid #f00726;
	color: #f00726;
}
.protcotfls .bd li{
	padding: 1% 2% 2%;
}


.protcotfls .bd ul:nth-last-child(1) p img{
	width: 2%;
}


.protcotfls .bd ul p img{
	width: 100%;
}

.cooperdiv .coopimgs{
	display: block;
    height: 250px;
    overflow: hidden;
}







/*商品缩略图样式*/
.goods-pic{position:relative;float:left;width:370px;z-index:1;}
.pic-box{float:left;}
.pic-preview{position:relative;width:368px;height:368px;border:1px solid #e8e8e8;}
.pic-scroll{margin-top:10px;width:370px;}
.pic-scroll .prev{float:left;margin-right:5px;}
.pic-scroll .next{float:right;}
.pic-scroll .prev,.pic-scroll .next{display:none;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:335px;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;padding:0;width:67px;text-align:center;}
.pic-scroll .items ul li img{padding:2px;border:1px solid #e8e8e8;width:56px;height:56px;}
.pic-scroll .items ul li img:hover{padding:1px;border:2px solid #d70000;}
/*商品规格*/
.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;padding:0;width:368px;height:368px;border:none;cursor:crosshair;}
.jqzoom img{width:368px;height:368px;}
.zoomdiv{position:absolute;z-index:100;display:none;width:368px;height:368px;background:#fff;border:1px solid #e8e8e8;overflow:hidden;}
.jqZoomPup{position:absolute;top:0;left:0;z-index:10;visibility:hidden;max-width:368px;max-height:368px;border:1px solid #aaa;background:#fff;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);overflow:hidden;}


.protctcotss{
	width: 100%;
	max-width: 1200px;
	margin:4% auto 2%;
}
.protcotsl{
	width: 35%;
}






.protfxs{
	margin-top: 4%;
}
























.its_coopera{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 4%;
}

.its_copacot{
	width: 50%;
	padding: 5% 0 0;
}
.its_copacos{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.its_copacosp{
	line-height: 28px;
	color: #666;
	margin-top: 4%;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.its_copacosa a{
	width: 20%;
	margin: 3% auto 0;
	background: #666666;
	display: block;
	color: #fff;
	line-height: 30px;
	border-radius: 5px;
}
.its_copacosa a:hover{
	background: #cc0000;
}







.appgallery {

}

.appgallery li{
	width: 33.2%;
	float: left;
	display: block;
	border-bottom: 1px dashed #e0e0e0;
	border-right: 1px dashed #e0e0e0;
	padding-top: 25px;
}
.appgallery li:nth-child(3),.appgallery li:nth-child(6),.appgallery li:nth-child(9){
	border-right: none;
}
.appgallery li a{
	display: block;
	width: 90%;
	margin: 0 auto ;
	text-align: center;
}
.appgallery li a img{
	width: 100%;
}
.appgallery li a span{
	font-size: 14px;
	color: #666;
	line-height: 48px;
}
.fancybox .fancyboximg{
	display: block;
    height: 473px;
    overflow: hidden;
}














@media screen and (max-width:1024px ){
	
	
.pronavc li {
    width: 19.9%;
}	


.pro_list{
	width: 96%;
}
.snavc{
	display: none;
}











}





@media screen and (max-width:888px ) {
	.nav li .submenu{
		display: none !important;
	}
	.pronavc li a {
    padding: 12px 0 11px;
	}
	
	.produtctl ul li p {
    font-size: 14px;
    padding-left: 7px;
}
.pronavc li {
    width: 48%;
}
.pronavc li{
	border-left: none;
} 
.pronavc li:nth-child(2n+1){
	border-right: 1px solid #c8c8c8;
} 
.tb_productlist dl dd.tb_productlistMore {
    width: 18%;
    text-align: center;
    border-left: 1px solid #f8f8f8;
    margin-left: 22px;
    padding: 32px 0px;
}
.tb_productlist dl dd p, .tb_productlist dl dd p a {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.produtctl {
    width: 99%;
}
.tb_productlist dl dd.tb_productlistMore p a {
    width: 81px;
    height: 109px;
    display: inline-block;
    background: url(../images/prock1.png) no-repeat;
    margin-top: 0;
    line-height: 200px;
}
.pl_cont li img{
	width: 50%;
}

.pl_details p {
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pl_details .pl_understand a {
    width: 64%;
}
.pl_details p a {
    color: #666;
    font-size: 12px;
}



.cotabut{
	width: 94%;
    border-radius: 40px 4px;
}

.cotnavigr a{
	width: 21%;
	padding: 1.5% 0px;
}


.pro_list>ul>li {
    float: left;
    width: 45.6%;
    margin-right: 4%;
    margin-bottom: 5%;
}
.pl_tit {
    background: #999 repeat-x;
    border: 1px solid #FFFFFF;
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 26px;
}
.pro_list>ul>li:nth-child(3), .pro_list>ul>li:nth-child(6){	
    margin-right: 4%;
}


.solution_lcont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.procttit {
    font-size: 24px;
}
.protcotsl{
	width: 92%;
	float: none;
}
.prodetails {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding-bottom: 15%;
}

.protflssx li {
    width: 33%;
    font-size: 14px;
}


.new_right>a {
    -webkit-transition: .5s;
    float: right;
    border: 1px solid #d3d0ce;
    border-radius: 5px;
    font-size: 14px;
    width: 72px;
    height: 25px;
    color: #999;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    margin-right: 9%;
}


.globcont p{
	font-size: 12px;
}


.procttit {
    font-size: 24px;
}
.protcotsl{
	width: 92%;
}
.prtctimg li a img{
	width: 57%;
}
.charact li a {
    width: 74%;
    font-size: 14px;
    line-height: 65px;
}
.its_copacosa a {
    width: 68%;
}
.soluttit em {
    font-size: 28px;
}
.othprods {
    width: 80%;
    margin: 0 auto;
}
.othprodsp {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 70px;
}
.prtitle h2 {
    font-size: 16px;
    width: 100%;
}




.its_copacos p img{
	width: 100%;
}







}



@media screen and (max-width:680px ) {
.cotabouts {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}
.cotabouts p img,.servie_list p img,.contacts p img{
	width: 100%;
}   
	
	
	
.pronavc li{
    width: 48.5%;
}
.tb_productlist dl dd.tb_productlistMore {
    width: 96%;
    text-align: center;
    border-left: 1px solid #f8f8f8;
    margin-left: 22px;
    padding: 17px 0px;
    margin: 0 auto;
}
.tb_productlist dl dd.tb_productlistMore p a {
    width: 81px;
    height: initial;
    display: inline-block;
    background: none;
    margin-top: 0;
    line-height: initial;
}
.tb_productlist dl dd {
    float: none;
    width: 90%;
    padding: 17px 0;
    margin: 0 auto;
}
.tb_productlist dl dt {
    float: none;
    margin-right: 0;
    padding: 17px 0;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}


.produtctr {
    width: 98%;
    margin: 5% auto 0;
    float: none;
}
	
.pl_tit {
    font-size: 12px;
}
	
	
	.produtctl ul li ul li a{
		padding-left: 5px;
	}
	
	
	
	
.backgrdss {
    background: #f9f9f9;
    padding-bottom: 20%;
}

.contpros {
    width: 96%;
    padding: 0 2%;
}

.cotnavigr {
    width: 100%;
    text-align: center;
    margin: 2% 0 6%;
}
	
.cotabouts {
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
}

.cotnavigr a {
    width: 20%;
    padding: 1.5% 0px 1.8%;
}


.page-box{
	margin-top: 6%;
}


.soluth5 {
    font-size: 22px;
    line-height: 16px;
}

.solution_lcont p {
    margin: 0 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #858689;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_right h2 a ,.new_right p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new_left {
    width: 38%;
    border: 1px solid #c3c3c3;
    overflow: hidden;
}
.new_right {
    width: 56%;
}

.contbt,.contatl,.contatr{
	width: 96%;
	margin: 0 auto;
	float: none;
	display: block;
}

.contatl {
	width: 90%;
	padding-left: 6%;
	padding-top: 4%;
	padding-bottom: 8%;
}


.contbt h1{
	font-size: 16px;
}

.globaimg {
    margin-right: 2%;
}
.globcont{
	width: 86%;
}
.globalcont li {
    width: 99%;
    float: left;
    display: block;
    line-height: 43px;
}


#feedback_form {
    width: 100%;
    margin: 0 auto;
}
.contacts .form-box {
    padding: 9% 0 9% 5%;
}
.form-box dl dt {
    width: 22%;
}
input.txt {
    width: 78% !important;
}
#txtContent{
	width: 78% !important;
    height: 80px !important;
}
.contacts .form-box dl dt{
	width: 100px;
}


.newsts p, .newsts p img{
	width: 100% !important;
	display: block;
	height: inherit !important;
}

.newsts{
	overflow: hidden;
}



.appgallery li {
    width: 49%;
}
.fancybox .fancyboximg {
    display: block;
    height: 200px;
}
.appgallery li a span {
    font-size: 12px;
    color: #666;
    line-height: 48px;
}






}




@media screen and (max-width:414px ) {
	
.tb_productlist dl:hover dd.tb_productlistMore p a {
    color: #f08519;
    background: none;
}
	
.procttit {
    font-size: 16px;
}
	
	
	
	
	
.cooperts li {
    width: 48%;
}
.cooperts li:nth-child(even){
	margin: 0;
}

.cotnavigr a {
    width: 40%;
    padding: 1.5% 0px 1.8%;
    margin-bottom: 2%;
    font-size: 12px;
}

.cotabouts p img{
	width: 100% !important;
	height: inherit !important;
}
.pronavc li a {
    padding: 12px 0 14px;
}


.solutimg1 {
    width: 100%;
    float: none;
}
.solutconts1 {
    width: 100%;
    padding: 0;
    float: none;
    display: block;
    margin: 6% 0;
}

.charact1 li a {
    width: 75%;
    display: block;
    margin: 0 auto 5%;
    border: 1px solid #9e9e9e;
    color: #666;
    font-size: 16px;
    border-radius: 46px 2px;
    line-height: 56px;
}

.container li {
    margin-bottom: 3%;
    width: 48%;
    display: block;
    float: left;
    margin-right: 3.5%;
}

.container li:nth-child(2n){
	margin-right: 0;
}


.pro_list>ul>li {
    width: 96%;
    float: none;
    display: block;
    margin: 0 auto 11%;
}


.prodttit1 a {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.prodttit2 {
    width: 47%;
    text-align: right;
}

.soluttit em {
    font-size: 20px;
}
.soluttit i{
	font-size: 16px;
}

.charact li a {
    width: 101%;
    font-size: 12px;
    line-height: 47px;
}

.othprod li{
	width: 50%;
}
.its_copacosp {
    font-size: 12px;
}









}



@media screen and (max-width:320px ){
	
	.contpros{
		display: none;
	}
	
	
	
.cooperation h3 {
    font-size: 14px;
}

.cooperation h3, .cooperation h4, .cooperation p {
    padding-left: 8%;
    line-height: 28px;
}
.globcont {
    width: 87%;
}
.globcont p{
	line-height: 25px;
    margin-bottom: 5%;    
    font-size: 12px;
}

.soluttit em {
    font-size: 30px;
}
.soluttit i {
    line-height: 42px;
    font-size: 20px;
    margin-bottom: 3%;
}
.container li {
    width: 47%;
}
.charact1 li a {
    width: 75%;
    display: block;
    margin: 0 auto 5%;
    border: 1px solid #9e9e9e;
    color: #666;
    font-size: 14px;
    border-radius: 46px 2px;
    line-height: 44px;
}

.contacts .form-box dl dt {
    width: 75px;
}

.tb_productlist dl dd h3 {
    font-size: 18px;
}

}










