@charset "utf-8";
*{padding: 0;margin: 0;font-size: 12px;color: #333;font-family: "微软雅黑";}
html{overflow-y: scroll;}
img{display: block;border: 0;max-width: 100%;max-height: 100%;}
ul, ol, li{list-style: none;}
a{text-decoration: none;word-wrap: break-word;outline: none;}
a:hover{text-decoration: none;color: #c83b47;;}
.fl{float: left;}
.fr{float: right;}
.w1400{width: 1400px;margin: 0 auto;}
.w1600{width: 1600px;margin: 0 auto;}
/*--------------------header--------------------*/
.viewtext img{margin:0 auto;}
.header{}
.header div.head1{
    height: 80px;
    position: relative;
}
.header div.logo{
    height: 80px;
    margin: 8px 0;
}
.header div.head2{
    /*background-color: #c83b47;*/
    height: 60px;
    line-height: 60px;
    position:relative;
}
.heatop{
    height:35px;
    line-height: 35px;
    background-color: #ddd;
}
.heatop ul li{float:left;}
.heatop ul li:last-child{
    background: #d6645d;
    color: #fff;
    padding: 0 20px;
    margin-left: 15px;
}
.headb{
    background: url(../images/header.png) no-repeat;
    height: 120px;
    position: relative;
}
.headb img.bei{position:absolute;top:0;height:100%;width:auto;}
.header ul.nav{width:70%;}
.header ul.nav li{
    float: left;
    position: relative;
    line-height: 97px;
    width:12.5%;
}
.header ul.nav li a{
    font-size: 18px;
}
.header ul.nav li div.sub{
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    min-width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 3px 1px #00000026;
}
.header ul.nav li:hover div.sub{display: block;}
.header ul.nav li div.sub a{
    color: #333;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    text-align: center;
}
.header ul.nav li div.sub a:hover{
    /*background: #c83b47;*/
    color: #c83b47;
    border-bottom: 1px solid #c83b47;
}
.head1 div.zhe1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #fff;
}
.head1 div.zhe2{
    position: absolute;
    top: 0;
    /*width: 40%;*/
    height: 100%;
    z-index: -1;
    right: 0;
    background: #e6515e;
}
.head2 div.zhe1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #c83b47;
}
.head2 div.zhe2{
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: -1;
    right: 0;
    background: #cc6870;
}
.head1 div.zhe2 path{fill:#fff;}
.head2 div.zhe2 path{fill:#c83b47;}
/*--------------------footer--------------------*/
.footer{
	padding-top: 50px;
	background-color: #666;
}
.footer div.bott{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer div.bott1{
	width: 70%;
	float: left;
}
.footer div.bott1 dl {
	width: 25%;
	float: left;
}
.footer div.bott1 dl dt,.footer div.bott2 h4{
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 500;
}
.footer div.bott1 dl dd a,.footer div.bott2 p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.footer div.bott1 dl dd a:hover{color: #c83b47;}
.footer div.bott2{
	width: 30%;
	float: right;
}
.footer div.bott2>div{
	margin-top: 20px;
}
.footer div.bott2 img {}
.footer div.botb,.footer div.botb a{
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}
.footer div.botb a:hover{color: #c83b47;}
/*--------------------index--------------------*/
.owl-theme .owl-controls{text-align:center}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}
.owl-theme .owl-controls .owl-page span{width: 20px; height: 20px;display: block;background:#fff;border-radius: 20px;border:none;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-pagination{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;-webkit-tap-highlight-color:transparent}
.owl-pagination .owl-page:nth-of-type(1) span:after{content:""}
.owl-pagination .owl-page:nth-of-type(2) span:after{content:""}
.owl-pagination .owl-page:nth-of-type(3) span:after{content:""}
.owl-pagination{bottom:40px}
.owl-pagination .owl-page span{background-color:transparent;width:auto;height:auto;}
.owl-pagination .owl-page span{position:relative;transition:.36s ease}
.owl-pagination .owl-page.active span{background:#f93d4c;}
.owl-pagination .owl-page{margin-right:8px}
.owl-item .item img{display:block;width:100%}

.owl-buttons {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}
.owl-buttons {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-buttons .owl-prev,.owl-buttons .owl-next {
    width: 36px;
    height: 120px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px 0 0 2px;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    height: 80px;
}
.owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    background: #0000001f;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: 2px 26px;
}
.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {
    background-color: #f93d4c;
    font-weight: bold;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-buttons .owl-next {
    position: absolute;
    right: 0;
    background: #0000001f;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: 5px 26px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    margin-top: -25px;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -1;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}


.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src:url('../font/stroke7pixeden/stroke7pixeden.eot?u58ytb');
	src:url('../font/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
		url('../font/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
		url('../font/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
		url('../font/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}
.container{
	background-color: #f7f7f7;
	padding: 50px 0;
}
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	margin: 0 ;
	padding: 0;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left;
    min-width: 200px;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 16px;
}

.tabs nav li.tab-current a,.tabs nav li.tab-current a span,.tabs nav li:hover a,.tabs nav li:hover a span{
	color: #c83b47;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 30px;
	font-family: 'stroke7pixeden';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-gift::before {
	content: "\e652";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	overflow: hidden;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}

.tabs-style-iconbox nav {
	background: rgba(255,255,255,0.4);
}

.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 3em 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #666;
}

.tabs-style-iconbox nav ul li a span {
	font-weight: 700;
	font-size: 16px;
	color: #666;
}

.tabs-style-iconbox nav ul li.tab-current {
	z-index: 9;
}

.tabs-style-iconbox nav ul li.tab-current a {
	background: #fff;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #fff;
	content: '';
	pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}

.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 10px 0;
}
.content-wrap div.items p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.content-wrap div.right {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.content-wrap div.right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 443px;
    height: auto;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.content-wrap div.right ul li img {transition:transform 1s;}
.content-wrap div.right ul li:hover img{transform: scale(1.1);}
.content-wrap div.right ul li:hover p{color: #c83b47;}
.content-wrap div.right .next, .content-wrap div.right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.content-wrap div.right .next {
    right: 0px;
}
.content-wrap div.right .prev {
    left: 0px;
}
.content-wrap div.right:hover .next {
    opacity: 1;
}
.content-wrap div.right:hover .prev {
    opacity: 1;
}
.incase{overflow:hidden;padding-top:50px;}
.incase ul{overflow:hidden;}
.incase ul li{width:25%;float:left;overflow:hidden;}
.incase ul li>div{width: 95%;overflow:hidden;margin:0 auto;}
.incase ul li img{transition:transform 1s;}
.incase ul li img:hover{transform: scale(1.1);}
.ingxz{
	overflow: hidden;
	padding: 50px 0;
}
.ingxz div.ingxz1{
	width: 31%;
	padding: 0 24px;
	float: left;
	position: relative;
}
.ingxz div.ingxz1:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ddd;
}
.ingxz div.ingxz1:first-child{
	padding-left: 0;
}
.ingxz div.ingxz1:last-child{
	padding-right: 0;
}
.ingxz div.ingxz1:first-child:after{
	width: 0;
}
.ingxz div.ingxztit{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.ingxz div.ingxztit h3{
	float: left;
	font-size: 20px;
	font-weight: 500;
}
.ingxz div.ingxztit a{
	float: right;
	font-size: 14px;
}
.ingxz div.ingxztxt ul li {
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}
.ingxz div.ingxztxt ul li p{
	float: left;
	font-size: 16px;
}
.ingxz div.ingxztxt ul li a:hover p{color: #c83b47;}
.ingxz div.ingxztxt ul li span{
	float: right;
	font-size: 14px;
}
.ingxz div.ingxztext{
	font-size: 16px;
	margin-top: 10px;
	line-height: 24px;
}
/*--------------------single--------------------*/
.main{
	overflow: hidden;
	padding: 50px 0;
}
.listsfl{
	width: 20%;
	float: left;
}
.listsfr{
	width: 76%;
	float: right;
}
.listsfl div.ernav{
	margin-bottom: 30px;
}
.listsfl div.ernav h2 a{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	/*background-color: #c83b47;*/
	background: linear-gradient(0deg,#f4c38c,#c83a47);
	display: block;
	text-align: center;
	font-size: 20px;
}
.listsfl div.ernav ul li a{
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	padding-left: 30px;
	background-color: #f7f7f7;
	display: block;
	border-bottom: 1px solid #ddd;
}
.listsfl div.ernav li ul.sub a{
	border-bottom: 1px dashed #ddd;
    padding-left: 40px;
    color: #333!important;
    overflow: hidden;
}
.listsfl div.ernav li ul.sub a:hover,.listsfl div.ernav li ul.sub a.on{
	color: #c83b47!important;
}
.listsfl div.ernav ul li.on a{
	color: #c83b47;
}
.listsfr div.dqadd{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.listsfr div.dqadd h1 a {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #c83b47;
}
.listsfr div.dqwz{
	float: right;
	font-size: 14px;
}
.listsfr div.dqwz a{
	font-size: 14px;
}
.listsfr div.contxt img{
	margin: 0 auto;
}
.conimg1,.conimg2{overflow: hidden;}
.conimg1 dl,.conimg2 dl {
	width: 24%;
	float: left;
	margin-right: 1.1%;
}
.conimg1 dl:nth-child(4n),.conimg2 dl:nth-child(4n){margin-right: 0;}
.conimg1 dl dt,.conimg2 dl dt{
	width: 100%;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #ddd;*/
}
.conimg1 dl dt:after,.conimg2 dl dt:after{
	position: absolute;
	content: '';
	width: 99.3%;
    height: 99.4%;
	border: 1px solid #ddd;
	top: 0;
}
.conimg1 dl dt img,.conimg2 dl dt img{transition:transform 1s;}
.conimg1 a:hover dt img,.conimg2 a:hover dt img{transform: scale(1.1);}
.conimg1 dl dd,.conimg2 dl dd{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}
.conimg1 a:hover dd,.conimg2 a:hover dd{
	color: #c83b47;
}
/*--------------------artcle--------------------*/
.listsfr div.artlist dl{overflow: hidden;padding: 20px 0;border-bottom: 1px solid #ddd;}
.listsfr div.artlist dl dt {width: 30%;float: left;overflow: hidden;}
.listsfr div.artlist dl dt img{transition:transform 1s;width:100%;max-height:220px;}
.listsfr div.artlist dl a:hover dt img{transform: scale(1.1);}
.listsfr div.artlist dl dd{width: 65%;float: right;margin-top: 10px;}
.listsfr div.artlist dl dd p.artit{font-size: 16px;}
.listsfr div.artlist dl a:hover dd p.artit{color: #c83b47;}
.listsfr div.artlist dl dd p.artdes{font-size: 14px; color: #666;line-height: 30px;margin: 10px 0;}
.listsfr div.artlist dl dd span{color: #666;font-size: 14px;}
.pages{height: 80px;line-height: 80px;}
.pages ul {display: table;margin: 0 auto;overflow: hidden;}
.pages ul li{float: left;margin: 0 7px;}
.pages ul li a{padding: 7px 10px;border: 1px solid #666;}
.pages ul li a:hover,.pages ul li.active a{color: #fff;background: #c83b47;border: 1px solid #c83b47;}
/*--------------------product--------------------*/
.listsfr div.prolist{overflow: hidden;}
.listsfr div.prolist dl{width: 24%;margin-right: 1.2%;float: left;}
.listsfr div.prolist dl:nth-child(4n){margin-right: 0;}
.listsfr div.prolist dl dt {width: 100%;overflow: hidden;}
.listsfr div.prolist dl dt img{transition:transform 1s;}
.listsfr div.prolist dl a:hover dt img{transform: scale(1.1);}
.listsfr div.prolist dl dd{text-align: center;font-size: 14px;line-height: 50px;}
.listsfr div.prolist dl a:hover dd{color: #c83b47;}
/*--------------------view pro--------------------*/
.img-content *{
    box-sizing: border-box;
}
.img-content{
    width: 96%;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 2%;
}
.img-content .small-img{
    position: relative;
    width: 20%;
    overflow: hidden;
    float: right;
    height: 516px;
}
.small-img ul{
    list-style: none;
    position: relative;
    width: 5000px;
    margin: 0;
    padding: 0;
    left: 0;
    /*transition: all 1s;*/
}
.small-img ul:after{
    content: "";
    display: block;
    clear: both;
}
.small-img ul li{
    width: 174px;
    height: auto;
    margin-left: 5px;
    padding: 2px;
    box-sizing: border-box;
}
.small-img ul li img.moveimg{
    width: 100%;
    height: 100%;
    cursor: pointer;
    border:2px solid transparent;
}
.small-img ul li img.moveimg.active{border: 2px solid #FF0000;}
.img-content .big-img{
    width: 78%;
    height: auto;
    float: left;
}
.img-content .big-img img{
    width: 100%;
    height: 100%;
}

.small-img .top{
    left: 50%;
    bottom: 0;
    margin-left: -15px;
}
.small-img .bottom{
    left: 50%;
    top: 0;
    margin-left: -15px;
}
.small-img .top,.small-img .bottom{
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    cursor: pointer;
}


.viewfl{
    width: 70%;
    float: left;
}
.viewfl div.vctit{text-align: center;margin-bottom: 10px;}
.viewfl div.vctit h1 {font-size: 30px;margin-bottom: 10px;}
.viewfl div.vctit p {font-size: 14px;font-size: 14px;}
.viewfl div.viewcont{
    padding: 30px;
    background-color: #fff;
}
.viewfl div.sxp{
    padding: 30px;
    background-color: #fff;
    margin-top: 30px;
    overflow: hidden;
}
.viewfl div.sxp a{width:48%;}
.viewfl div.sxp a,.viewfl div.sxp span{font-size: 14px;}
.viewfl div.sxp a:hover,.viewfl div.sxp a:hover span{color: #c83b47;}
.viewfr{
    width: 25%;
    float: right;
}
.viewfr div.zuix{
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.viewfr div.zuix h4{
    border-bottom: 1px solid #ddd;
    height: 37px;
}
.viewfr div.zuix h4 span{
    font-size: 18px;
    display: block;
    border-bottom: 2px solid #333;
    height: 35px;
    margin-bottom: -1px;
    float: left;
}
.viewfr div.zuix ul{overflow: hidden;}
.viewfr div.zuix ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.viewfr div.zuix ul li p,.viewfr div.zuix ul li span{
    font-size: 14px;
}
.viewfr div.zuix ul li a:hover p{color: #c83b47;}
/*--------------------header--------------------*/
.wrap{margin:50px auto;width:1134px;height:360px;position:relative;overflow:hidden;}
.pic{width:235px;height:330px;cursor:pointer;}
.pic1{background:url('../images/01.jpg');position:absolute;top:0;left:0;z-index:1;}
.pic_num1{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:0 0;display:none;}
.pic2{background:url('../images/02.jpg');position:absolute;top:0;left:310px;z-index:3;}
.pic_num2{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-69px 0;}
.pic3{background:url('../images/03.jpg');position:absolute;top:0;left:400px;z-index:5;}
.pic_num3{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-138px 0;}
.pic4{background:url('../images/04.jpg');position:absolute;top:0;left:490px;z-index:7;}
.pic_num4{width:74px;height:79px;position:absolute;top:40px;left:17px;background:url('../images/pic_num.jpg');background-position:-207px 0;}
.pic5{background:url('../images/05.jpg');position:absolute;top:0;left:580px;z-index:9;}
.pic_num5{width:73px;height:79px;position:absolute;top:40px;left:18px;background:url('../images/pic_num.jpg');background-position:-276px 0;}
.pic6{background:url('../images/06.jpg');position:absolute;top:0;left:670px;z-index:11;}
.pic_num6{width:73px;height:79px;position:absolute;top:40px;left:18px;background:url('../images/pic_num.jpg');background-position:-345px 0;}
.pic7{position:absolute;top:0;left:860px;z-index:13;}
.pic8{position:absolute;top:0;left:950px;z-index:15;}
.pic9{position:absolute;top:0;left:1040px;z-index:17;}
.pic10{position:absolute;top:0;left:1130px;z-index:19;}
.pic11{position:absolute;top:0;left:1220px;z-index:21;}
.pic12{position:absolute;top:0;left:1310px;z-index:23;}
.pic13{position:absolute;top:0;left:1400px;z-index:25;}
.pic14{position:absolute;top:0;left:1490px;z-index:27;}
.pic15{position:absolute;top:0;left:1580px;z-index:29;}
.sin666{width: 86%;margin:0 auto;}
@media screen and (max-width: 1600px){
.w1600{width: 1400px;}
}
@media screen and (max-width: 1400px){
.w1600,.w1400{width: 1200px;}
.sin666{width: 100%;}
.viewfr div.zuix ul li p{max-width: 190px;overflow: hidden;height: 50px;}
}