﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/

.banner {
	width: 100%;
	height: 580px;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*border:1px solid #F00; */
}

.banner_m {
	width: 50%;
	height: 580px;
	display: inline-block;
	position: relative;
}

.wrapper {
	*float: left;
	width: 1920px;
	height: 580px;
	display: inline-block;
	position: relative;
	left: -967px;
}

.fn-clear {
	zoom: 1;
}

.box_skitter {
	position: relative;
	background: none;
}

.box_skitter ul {
	display: none;
}

.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}

.box_skitter .image {
	overflow: hidden;
}

.box_skitter .image img {
	display: none;
}

.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}

.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.box_skitter .prev_button {
	position: absolute;
	top: 203px;
	left: 15%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/prev.png) no-repeat left top !important;
}

.box_skitter .next_button {
	position: absolute;
	top: 203px;
	right: 14%;
	z-index: 100;
	width: 72px;
	height: 143px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: 0;
	background: url(../img/next.png) no-repeat left top !important;
}

.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}

.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url('ajax-loader.gif') no-repeat left top;
	width: 31px;
	height: 31px;
}

#slideshow {
	width: 1920px;
	height: 580px;
}

#slideshow ul {
	display: none;
}


/*顶部*/

.itop {
	width: 100%;
}

.itop .ilogo {
	width: 100%;
	height: 100px;
	background: url(../img/ilogo_bg.jpg) center no-repeat;
}

.itop .inav {
	width: 100%;
	height: 50px;
	background: url(../img/inav_bg.png) repeat-x;
}

.itop .inav ul li {
	float: left;
	margin-right: 25px;
	margin-top: 12px;
}

.itop .inav ul li a {
	display: block;
	font-size: 14px;
	width: 120px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border-radius: 12px;
}

.itop .inav ul li a:hover,
.itop .inav ul li.on a {
	color: #057dd1;
	background: #fff;
}


/*标题*/

.ititle {
	text-align: center;
}

.ititle h5{
	font-size: 30px;
	color: #057dd1;
}
.ititle h5 span{
	font-size: 20px;
	color: #666;
}

/*产品*/
.ipro{
	width: 100%;
	margin-top: 90px;
}
.ipro .ipro-img{
	float: left;
	width: 950px;
	margin-top: 40px;
	position: relative;
}
.ipro .ipro-img .ipro-img-li{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    z-index: -1;
    transition: all linear 0.2s;
}
.ipro .ipro-img .ipro-img-li.on{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.ipro .ipro-img .ipro-img-li img{
	float: left;
	display: block;
	width: 400px;
	height: 300px;
}
.ipro .ipro-img .ipro-img-li .ipro-img-nr{
	float: right;
	width: 510px;
	margin-top: 24px;
}
.ipro .ipro-img .ipro-img-li .ipro-img-nr span{
	display: block;
}
.ipro .ipro-img .ipro-img-li .ipro-img-nr h5{
	font-size: 40px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	padding-bottom: 15px;
}
.ipro .ipro-img .ipro-img-li .ipro-img-nr p{
	color: #666;
	line-height: 30px;
	padding: 20px 0;
}
.ipro .ipro-img .ipro-img-li .ipro-img-nr a{
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #057dd1;
	color: #fff;
	border-radius: 15px;
}
.ipro .ipro-img .ipro-img-li .ipro-img-nr a:hover{
	background: #f39800;
}

.ipro .ipro-txt{
	float: right;
	margin-top: 40px;
	width: 210px;
	height: 300px;
	box-sizing: border-box;
	padding: 30px 20px;
	background: #057dd1;
	color: #fff;
}
.ipro .ipro-txt h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.ipro .ipro-txt p{
	line-height: 28px;
	margin-top: 20px;
}
.ipro .ipro-list{
	width: 100%;
	margin-top: 40px;
}

.ipro .ipro-list ul li{
	float: left;
	width: 285px;
	height: 213px;
	box-sizing: border-box;
	border: 3px solid #ddd;
	margin-right: 20px;
	cursor: pointer;
}
.ipro .ipro-list ul li:nth-of-type(4n){
	margin-right: 0;
}
.ipro .ipro-list ul li:hover,
.ipro .ipro-list ul li.on{
	border: 3px solid #057dd1;
}
.ipro .ipro-list ul li img{
	width: 100%;
	height: 100%;
}

/*关于*/
.iabout{
	margin-top: 90px;
	width: 100%;
	background: url(../img/iabout_bg.jpg) top center no-repeat;
	padding-bottom: 80px;
}
.iabout>.wrap{
	position: relative;
}
.iabout>.wrap:before{
	content: "";
	display: block;
	width: 580px;
	height: 10px;
	background: #057dd1;
	position: absolute;
	left: 0;
	top: -10px;
}
.iabout>.wrap:after{
	content: "";
	display: block;
	width: 157px;
	height: 316px;
	background: #f39800;
	position: absolute;
	right: 55px;
	top: 65px;
	z-index: 1;
}
.iabout .iabout-txt{
	width: 480px;
	height: 550px;
	background: #f2f2f2;
	box-sizing: border-box;
	border: 15px solid #fff;
	padding: 0 22px;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.15);
	position: relative;
	top: 75px;
	left: 655px;
	z-index: 9;
}
.iabout .iabout-txt h5{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
.iabout .iabout-txt h5 span{
	color: #057dd1;
}
.iabout .iabout-txt em{
	display: block;
	font-size: 15px;
	line-height: 50px;
	color: #999;
	text-align: center;
}
.iabout .iabout-txt p{
	line-height: 30px;
	text-indent: 2em;
	color: #444;
}
.iabout .iabout-txt a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f39800;
	color: #fff;
	margin: 30px auto 0;
}

.iabout .iabout-txt a:hover{
	background: #057dd1;
}

.iabout .iabout-nav{
	position: absolute;
	right: 550px;
	bottom: -35px;
}
.iabout .iabout-nav ul li{
	float: left;
	position: relative;
	padding-left: 15px;
	height: 19px;
	line-height: 19px;
	margin-right: 45px;
}

.iabout .iabout-nav ul li:before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #057dd1;
	position: absolute;
	left: 0;
	top: 7px;
}
.iabout .iabout-nav ul li a:hover{
	text-decoration: underline;
}

/*服务*/
.iser{
	margin-top: 80px;
	width: 100%;
}

.iser .iser-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.iser .iser-list img{
	display: block;
	max-width: 600px;
	height: auto;
}
.iser .iser-list .iser-txt{
	width: 530px;
}
.iser .iser-list:nth-of-type(4) .iser-txt{
	width: 640px;
}
.iser .iser-list .iser-txt span{
	font-size: 15px;
	color: #666;
}
.iser .iser-list .iser-txt h5{
	font-size: 35px;
	font-weight: bold;
	color: #057dd1;
	line-height: 70px;
}
.iser .iser-list .iser-txt p{
	font-size: 15px;
	line-height: 30px;
	color: #333;
	margin-top: 8px;
}
.iser .iser-list .iser-txt i{
	display: block;
	width: 220px;
	height: 3px;
	background: #f39800;
	margin-top: 30px;
}

/*优点*/
.iadv{
	width: 100%;
	margin-top: 90px;
	background: url(../img/iadv_bg.jpg) center no-repeat;
	padding: 70px 0;
}
.iadv .ititle h5,
.iadv .ititle h5 span{
	color: #fff;
}
.iadv .iadv-list{
	margin-top: 35px;
}
.iadv .iadv-list ul li{
	width: 291px;
	height: 200px;
	border-radius: 6px;
	background: rgba(255,255,255,0.3);
	float: left;
	margin-right: 12px;
	margin-top: 12px;
	cursor: pointer;
}
.iadv .iadv-list ul li:nth-of-type(4n){
	margin-right: 0;
}
.iadv .iadv-list ul li:hover{
	background: rgba(255,255,255,0.4);
}

.iadv .iadv-list i{
	display: block;
	width: 53px;
	height: 53px;
	margin: 55px auto 0;
}
.iadv .iadv-list i.iadv01{
	background: url(../img/iadv_icon.png) left 0 top 0 no-repeat;
}
.iadv .iadv-list i.iadv02{
	background: url(../img/iadv_icon.png) left -53px top 0 no-repeat;
}
.iadv .iadv-list i.iadv03{
	background: url(../img/iadv_icon.png) left -106px top 0 no-repeat;
}
.iadv .iadv-list i.iadv04{
	background: url(../img/iadv_icon.png) left -159px top 0 no-repeat;
}
.iadv .iadv-list i.iadv05{
	background: url(../img/iadv_icon.png) left -212px top 0 no-repeat;
}
.iadv .iadv-list i.iadv06{
	background: url(../img/iadv_icon.png) left -265px top 0 no-repeat;
}
.iadv .iadv-list i.iadv07{
	background: url(../img/iadv_icon.png) left -318px top 0 no-repeat;
}
.iadv .iadv-list i.iadv08{
	background: url(../img/iadv_icon.png) left -371px top 0 no-repeat;
}
.iadv .iadv-list p{
	text-align: center;
	margin-top: 18px;
	color: #fff;
}

/*案例*/
.icase{
	margin-top: 80px;
	width: 100%;
}
.icase .icase-list{
	margin-top: 40px;
}
/* marqueeleft */

.marqueeleft {
	height: 235px;
	width: 1200px;
	overflow: hidden;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 10px;
	display: inline;
	width: 265px;
	height: 235px;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	width: 265px;
	height: 200px;
}

.marqueeleft li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.marqueeleft li .txt {
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 14px;
}

.marqueeleft li .txt a {
	display: block;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 80px;
}
.inews .inews-img{
	float: left;
	margin-top: 40px;
}
.inews .inews-img a{
	display: block;
	width: 450px;
	height: 380px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px;
}
.inews .inews-img a:hover{
	border: 1px solid #057dd1;
}
.inews .inews-img img{
	display: block;
	width: 428px;
	height: 230px;
}
.inews .inews-img h5{
	font-size: 15px;
	margin: 18px 0 13px;
}
.inews .inews-img p{
	color: #666;
	line-height: 25px;
}
.inews .inews-list{
	float: right;
	width: 720px;
	margin-top: 40px;
}
.inews .inews-list ul li{
	float: left;
	margin-top: 20px;
}
.inews .inews-list ul li:nth-of-type(1),
.inews .inews-list ul li:nth-of-type(2){
	margin-top: 0;
}
.inews .inews-list ul li:nth-of-type(2n){
	float: right;
}
.inews .inews-list ul li a{
	display: block;
	width: 350px;
	height: 180px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
}
.inews .inews-list ul li a:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 0 0 40px 40px;
	border-style: solid;
	border-color: transparent transparent #666 transparent;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.inews .inews-list ul li a:hover{
	border-color: #057dd1;
}
.inews .inews-list ul li a:hover:after{
	border-color: transparent transparent #057dd1 transparent;
}
.inews .inews-list ul li span{
	font-size: 12px;
	color: #999;
}
.inews .inews-list ul li h5{
	font-size: 15px;
	line-height: 35px;
}

.inews .inews-list ul li p{
	line-height: 25px;
	color: #666;
}
.inews .inews-list ul li em{
	display: block;
	position: absolute;
	right: 1px;
	bottom: -1px;
	color: #fff;
	z-index: 9;
	font-size: 22px;
}
/*留言*/
.imsg{
	width: 100%;
	height: 750px;
	margin-top: 80px;
}
.imsg .imsg-l{
	float: left;
	width: 400px;
	height: 750px;
	box-sizing: border-box;
	padding: 0 55px;
	background: url(../img/imsg_bg.jpg) center no-repeat;
}
.imsg .imsg-l img{
	display: block;
	width: 141px;
	height: 24px;
	margin-top: 50px;
}
.imsg .imsg-l h5{
	font-size: 22px;
	color: #fff;
	margin-top: 190px;
}
.imsg .imsg-l p{
	font-size: 15px;
	line-height: 2;
	color: #fff;
	margin-top: 40px;
}
.imsg .imsg-l span{
	display: block;
	color: #6188df;
	margin-top: 20px;
}
.imsg .imsg-l dl{
	margin-top: 190px;
}
.imsg .imsg-l dl dt{
	color: #fff;
}
.imsg .imsg-l dl dd{
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
}
.imsg .imsg-r{
	float: right;
	width: 800px;
	height: 750px;
	background: #f2f2f2;
}
.imsg .imsg-r h5{
	font-size: 35px;
	text-align: center;
	margin-top: 75px;
}
.imsg .imsg-r p{
	color: #999;
	text-align: center;
	margin-top: 10px;
}
.imsg .imsg-r form{
	margin-top: 50px
}
.imsg .imsg-r label{
	display: block;
	width: 500px;
	margin: 20px auto 0;
}
.imsg .imsg-r label span{
	display: block;
	font-size: 15px;
}
.imsg .imsg-r label input{
	width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 12px;
}
.imsg .imsg-r label textarea{
	width: 100%;
    max-width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: arial;
    line-height: 25px;
    resize: none;
    margin-top: 12px;
}
.imsg .imsg-r .msg_btn{
	display: block;
	margin: 40px auto 0;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    border-radius: 25px;
    background: #057dd1;
    color: #fff;
    cursor: pointer;
}

/*友情链接*/
.link{
	width: 100%;
	margin-top: 100px;
	background: #f0f0f0;
}
.link .link-l{
	float: left;
	width: 200px;
	line-height: 70px;
}
.link .link-l h5{
	font-size: 20px;
	font-weight: bold;
}
.link .link-l h5 span{
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
.link .link-list{
	float: right;
	width: 950px;
}
.link .link-list a{
	display: inline-block;
	line-height: 70px;
	font-size: 15px;
	margin-right: 40px;
	color: #666;
}
/*页脚*/
.footer{
	width: 100%;
	padding: 50px 0;
	background: url(../img/ft_bg.png) repeat-x;
}
.footer .ft-ewm{
	float: left;
	width: 140px;
	height: 140px;
	background: url(../img/ewm.png) center no-repeat;
}

.footer .ft-r{
	float: left;
	margin-left: 80px;
}
.footer .ft-r .ft-nav ul li{
	float: left;
    margin-right: 85px;
    color: #fff;
}
.footer .ft-r .ft-txt{
	color: #fff;
	line-height: 30px;
	margin: 20px 0;
}
.footer .ft-r .ft-copy{
	color: #fff;
}




/*内页*/

.content {
	width: 100%;
	margin-top: 70px;
}

.content>.wrap {
	display: flex;
	justify-content: space-between;
}


/*小标题*/

.little-title {
	position: relative;
}

.little-title:before {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #f39800;
	top: 0;
	left: 20px;
}

.little-title:after {
	position: absolute;
	display: block;
	content: "";
	width: 7px;
	height: 50%;
	background: #057dd1;
	bottom: 0;
	left: 20px;
}

.little-title h5 {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	padding-left: 40px;
	font-size: 26px;
	font-weight: bold;
}

.little-title p {
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	font-family: Candara, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	margin-top: 5px;
}


/*内页侧边栏*/

.content-left {
	width: 250px;
}

.content-left .content-left-nav .content-left-nav-t {
	display: flex;
	align-items: center;
	width: 100%;
	height: 85px;
	background: #f0f0f0;
}

.content-left .content-left-nav .content-left-nav-list ul li {
	width: 100%;
	margin-top: 3px;
}

.content-left .content-left-nav .content-left-nav-list ul li>a {
	display: block;
	line-height: 50px;
	background: #f0f0f0;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	color: #666;
}

.content-left .content-left-nav-list ul li>a:hover {
	background: #057dd1;
	color: #fff;
}

.content-left .content-left-nav-list ul li dl dd {
	display: block;
	line-height: 45px;
	border-bottom: 1px solid #e1e1e1;
}

.content-left .content-left-nav-list ul li dl dd>a {
	display: block;
	line-height: 45px;
	font-size: 15px;
	font-weight: normal;
	padding-left: 55px;
	background: none;
	color: #666;
	background: url(../img/dian.png) no-repeat 40px center;
}

.content-left .content-left-nav-list ul li dl dd>a:hover {
	font-weight: bold;
	color: #057dd1;
	background: url(../img/dianh.png) no-repeat 40px center;
}

.content-left .content-left-contact {
	width: 100%;
	background: #f0f0f0;
	padding: 20px 0 5px;
	margin-top: 20px;
}

.content-left .content-left-contact>h4 {
	line-height: 20px;
	font-size: 13px;
	color: #999;
	padding: 0px 15px;
	margin: 15px 0 5px;
}

.content-left .content-left-contact>p {
	line-height: 24px;
	padding: 0 15px;
	color: #666;
}


/*内页右侧*/

.content .content-right {
	flex: 1;
	margin-left: 30px;
}

.content .content-right .content-right-t {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e1e1e1;
}

.content .content-right .content-right-t:after {
	display: block;
	content: "";
	width: 100px;
	height: 3px;
	background: #057dd1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.content .content-right .content-right-t h5 {
	font-size: 26px;
	color: #444;
}

.content .content-right .content-right-t .content-right-pos {
	line-height: 60px;
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-t .content-right-pos a {
	color: #666;
}

.content .content-right .content-right-t .content-right-pos a:hover {
	color: #057dd1;
}

.content .content-right .content-right-b {
	padding-top: 20px;
	font-size: 13px;
	line-height: 30px;
	color: #666;
}

.content .content-right .content-right-b .prodetails img {
	max-width: 100%;
}


/*内页产品列表*/

.content .content-right .content-right-b .content-productlist ul {
	width: 100%;
}

.content .content-right .content-right-b .content-productlist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
	border-bottom: 2px solid #f0f0f0;
}

.content .content-right .content-right-b .content-productlist ul li:hover {
	border-bottom-color: #057dd1;
}

.content .content-right .content-right-b .content-productlist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.content .content-right .content-right-b .content-productlist ul li a {
	display: block;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img {
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}

.content .content-right .content-right-b .content-productlist ul li .content-productlist-img i {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.content .content-right .content-right-b .content-productlist ul li:hover .content-productlist-img i {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.content .content-right .content-right-b .content-productlist ul li h5 {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666;
	margin-top: 3px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*口罩list*/

.content .content-right .content-right-b .kouzhaolist ul li .content-productlist-img {
	padding-bottom: 100% !important;
}


/*产品内容页*/

.content .content-right .content-right-b .content-right-b-img>h5 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.content .content-right .content-right-b .content-right-b-img>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.content .content-right .content-right-b .prodetails {
	margin-top: 10px;
	font-size: 13px;
	line-height: 26px;
	color: #666;
}

.content .content-right .content-right-b .prodetails h3 {
	font-size: 18px;
	font-weight: normal;
	color: #35383d;
	height: 40px;
	line-height: 40px;
	background: #e7e8e9;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}


/*新闻*/

.content .content-right .content-right-b .content-newslist ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.content .content-right .content-right-b .content-newslist ul li h5 {
	height: 32px;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li h5 a {
	font-size: 18px;
	color: #057dd1;
}

.content .content-right .content-right-b .content-newslist ul li h5 a:hover {
	text-decoration: underline;
}

.content .content-right .content-right-b .content-newslist ul li h5 span {
	font-size: 13px;
	color: #999;
}

.content .content-right .content-right-b .content-newslist ul li p {
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.content .content-right .content-right-b .content-newslist ul li>a {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
	border: 2px solid #e1e1e1;
	line-height: 32px;
	border-radius: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

.content .content-right .content-right-b .content-newsnr>h5 {
	font-size: 18px;
	color: #057dd1;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.content .content-right .content-right-b .content-newsnr>span {
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: dotted 1px #ccc;
	font-weight: normal;
	margin: 5px 0 10px;
}

.content .content-right .content-right-b .content-prenext {
	margin-top: 80px;
}

.content .content-right .content-right-b .content-prenext p a {
	font-size: 12px;
	line-height: 2;
	color: #666;
}

.content .content-right .content-right-b .content-prenext p a:hover {
	color: #057dd1;
}

.proright {
	float: right;
	width: 480px;
}

.proright h2 {
	font-size: 18px;
	color: #057dd1;
}

.proright .summary {
	margin-top: 15px;
}

.prodetails {
	margin-top: 10px;
	color: #333;
	overflow: hidden;
}

.prodetails h3 {
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #057dd1;
	text-indent: 15px;
	margin-bottom: 15px;
	border: none;
	margin-top: 15px;
}

.prodetails p {
	padding: 0 10px
}

#preview {
	float: left;
	margin: 0px auto;
	width: 400px;
}

.jqzoom {
	width: 400px;
	height: 270px;
	position: relative;
	border: solid 1px #cccccc;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 420px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(img/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(img/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 375px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}


/*jqzoom*/

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 700px;
	height: 473px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 375px;
	margin-right: 6px;
}

#spec-list div {
	margin-top: 0;
	margin-left: -30px;
	*margin-left: 0;
}