﻿/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

li {
    vertical-align: middle;
}

em {
    font-style: normal;
    font-weight: bold;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input, button, select, textarea, a {
    outline: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    background: transparent;
    text-decoration: none;
    color: #666;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

a:active, a:hover {
    outline: 0;
}

body {
    color: #666;
    font: 14px/2 arial, 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, 宋体, Tahoma, Arial, Helvetica, STHeiti;
    word-break: break-all;
}

.o8 {
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}

.o8:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

::selection {
    color: #fff;
    background-color: #061034;
}

::-moz-selection {
    color: #fff;
    background-color: #061034;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/*自定义常用配制*/
.l {
    float: left;
}

.r {
    float: right;
}

.w {
    width: 100%;
}

.h {
    height: 100%;
}

.full {
    width: 100%;
    height: 100%;
}

.cer,.cer0,.cer2,.cer3 {
    max-width: 1400px;
    margin: 0 auto;
}

.cer {
    padding: 0 5%;
}

.cer2 {
    padding: 0 20px;
}

.cer3 {
    padding: 0 30px;
}

.cer7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cer8 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.cer9 {
    max-width: 1530px;
    margin: 0 auto;
    padding: 0 10px;
}

.b {
    font-weight: bold
}

.n {
    font-weight: normal;
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.posr {
    position: relative
}

.maxw {
    max-width: 100%;
}

.divpicw img {
    max-width: 100%;
}

.ikong {
    display: inline-block;
    width: 14px;
}

.h10 {
    width: 100%;
    height: 10px;
}

.h20 {
    width: 100%;
    height: 20px;
}

.h30 {
    width: 100%;
    height: 30px;
}

.h40 {
    width: 100%;
    height: 40px;
}

.h50 {
    width: 100%;
    height: 50px;
}

.h60 {
    width: 100%;
    height: 60px;
}

.h70 {
    width: 100%;
    height: 70px;
}

.h80 {
    width: 100%;
    height: 80px;
}

.h90 {
    width: 100%;
    height: 90px;
}

.h100 {
    width: 100%;
    height: 100px;
}

.h110 {
    width: 100%;
    height: 110px;
}

.h120 {
    width: 100%;
    height: 120px;
}

.disn {
    display: none
}

.disb {
    display: block
}

.dib {
    display: inline-block;
}

.vh {
    visibility: hidden;
}

.ov {
    overflow: hidden
}

.cur {
    cursor: pointer
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom:1;}

.op70 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

a.aftl {
    position: relative;
    padding-bottom: 1px;
}

a.aftl::after {
    left: 100%;
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: 1px solid #f5951c;
    -webkit-transition: .3s;
    transition: .3s;
}

a.aftl:hover::after {
    width: 100%;
    left: 0;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

/*font-style*/
.t12 {
    font-size: 12px;
}

.t14 {
    font-size: 14px;
}

.t16 {
    font-size: 16px;
}

.t18 {
    font-size: 18px;
}

.t20 {
    font-size: 20px;
}

.t22 {
    font-size: 22px;
}

.t24 {
    font-size: 24px;
}

.t26 {
    font-size: 26px;
}

.t28 {
    font-size: 28px;
}

.t30 {
    font-size: 30px;
}

.t32 {
    font-size: 32px;
}

.t34 {
    font-size: 34px;
}

.t36 {
    font-size: 36px;
}

.ti1 {
    text-indent: 1em;
}

.ti2 {
    text-indent: 2em;
}

.ti3 {
    text-indent: 3em;
}

.lh1 {
    line-height: 1em;
}

.lh1-5 {
    line-height: 1.5em;
}

.lh30 {
    line-height: 30px;
}

.lh2 {
    line-height: 2em;
}

.lh2-5 {
    line-height: 2.5em;
}

.lh3 {
    line-height: 3em;
}

.fontya {
    font-family: Microsoft YaHei,'微软雅黑';
}

.fontsong {
    font-family: simsun,'宋体';
}

.ell {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ttc {
    text-transform: capitalize;
}

.ttl {
    text-transform: lowercase;
}

.ttu {
    text-transform: uppercase;
}

.c3 {
    color: #333
}

.c6 {
    color: #666
}

.c9 {
    color: #999
}

.ca {
    color: #aaa;
}

.cf {
    color: #fff;
}

.ora {
    color: #f70;
}

.red {
    color: #f00;
}

.blue {
    color: #0096ff;
}

.c4 {
    color: #444;
}

.c8 {
    color: #888;
}

.yel {
    color: #ffa800;
}

.lblue {
    color: #bfdefb;
}

.green {
    color: #3c2;
}

.picw img,.pagecon img {
    max-width: 100%;
}

.limitwh {
    max-width: 100%;
    max-height: 100%;
}

.limitwh2 {
    max-width: 90%;
    max-height: 90%;
}

.pagecon div,.pagecon p,.pagecon span {
    font-size: 26px!important;
    line-height: 36px!important;
}

.bsb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.yj4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.yj2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.shadow6 {
    box-shadow: 0 0px 6px 0 #d9d9d9;
}

.guodu {
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.guodu2 {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.poa,.poa1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.poa2 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.poa3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.poa4 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.rotate90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pic101,.pic102,.pic104 {
    overflow: hidden;
}

.pic102 img,.pic104 img,.pic101 img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

li:hover .pic101 img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

li:hover .pic102 img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

li:hover .pic104 img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

@media screen and (max-width: 380px) {
}

img.scale104 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

img.scale104:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

.btn {
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.btn2 {
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

img.tw {
    position: relative;
    margin-top: -3px;
}

div.pageList {
    padding: 0 10px;
    text-align: center;
}

div.pageList ul.l {
    display: none;
}

div.pageList ul {
    font-size: 0;
}

div.pageList ul li {
    display: inline-block;
    height: 40px;
}

div.pageList ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    color: #ddd;
    background-color: #fff;
    min-width: 28px;
    padding: 0 5px;
    margin: 0 12px;
    height: 38px;
    border: 1px solid #ddd;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

div.pageList ul li:hover a {
    border-color: #0e8f48;
    color: #0e8f48;
}

div.pageList ul li a.selected {
    background-color: #33b597;
    border-color: #33b597;
    color: #fff;
}

div.pageList a.first,div.pageList a.last,div.pageList a.prev,div.pageList a.next {
    font-family: "simsun";
}

.listbtnout {
    padding: 0;
    display: none;
}

.listmore {
    display: block;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #b3b3b3;
    background-color: #fff;
    font-size: 20px;
    color: #666;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.listmore:hover {
    background-color: #0c8e46;
    color: #fff;
}

/*表单验证相关*/
.Validform_checktip {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../image/right.png) no-repeat left center;
}

.Validform_wrong {
    color: #d30315;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../image/error.png) no-repeat left center;
}

.Validform_loading {
    padding-left: 20px;
    background: url(http://www.vpoonpaper.com/public/images/onLoad.gif) no-repeat left center;
}

.Validform_error {
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    line-height: 25px;
    height: 25px;
    text-align: left;
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    position: relative;
    background-color: #000;
}

#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited {
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
    color: #cc0;
}

#Validform_msg .Validform_info {
    padding: 8px;
    border: 1px solid #000;
    border-top: none;
    text-align: left;
}

.v {
    position: relative;
}

i.v {
    display: inline-block;
}

.v span.Validform_checktip {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    font-style: normal;
}

.v p.message {
    position: absolute;
    left: 31px;
    top: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}

i.v2 {
    position: relative;
    display: inline-block;
}

i.v2 span.Validform_checktip {
    font-style: normal;
    margin-left: 20px;
    line-height: 36px;
}

/* banner */
#banner {
    width: 350px;
    height: 438px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    padding: 0 100px 40px;
}

#banner .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 20px;
    z-index: 1;
}

#banner .hd ul {
    overflow: hidden;
    zoom:1; float: left;
}

#banner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(http://www.vpoonpaper.com/public/images/dot02.png) center;
    opacity: 0.3;
}

#banner .hd ul li.on {
    opacity: 0.7;
}

#banner .bd {
    position: relative;
    z-index: 0;
    width: 350px;
    height: 438px;
    overflow: hidden;
}

#banner .bd li {
    zoom:1;}

/* 下面是前/后按钮代码 */
#banner .prev,#banner .next {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    display: block;
    width: 52px;
    height: 52px;
}

#banner .prev {
    left: 0;
    background: url(http://www.vpoonpaper.com/public/images/xiaoyu1.png) center no-repeat;
}

#banner .next {
    right: 0;
    background: url(http://www.vpoonpaper.com/public/images/dayu1.png) center no-repeat;
}

#banner .prev:hover {
    background-image: url(http://www.vpoonpaper.com/public/images/xiaoyu1h.png)
}

#banner .next:hover {
    background-image: url(http://www.vpoonpaper.com/public/images/dayu1h.png)
}

.newban .flex-direction-nav a {
    width: 34px;
    height: 34px;
    display: block;
    font-size: 0;
    position: absolute;
    bottom: 50%;
    z-index: 4;
    border-radius: 50%;
    border: 1px solid #015e53;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -18px;
}

.newban .flex-direction-nav a.flex-prev {
    left: 0;
    background-image: url('../image/lt4.png');
}

.newban .flex-direction-nav a.flex-next {
    right: 0;
    background-image: url('../image/gt4.png');
}

.newban .flex-direction-nav a:hover {
    background-color: #015e53;
}

.newban .flex-direction-nav a.flex-prev:hover {
    background-image: url('../image/lt4h.png');
}

.newban .flex-direction-nav a.flex-next:hover {
    background-image: url('../image/gt4h.png');
}

.newban .flex-control-paging {
    width: 100%;
    height: 3px;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 38px;
    left: 0;
    z-index: 3;
}

.newban .flex-control-paging li {
    display: inline-block;
    *display: inline;
    *zoom:1; overflow: hidden;
    width: 50px;
    height: 3px;
    margin: 0 10px;
}

.newban .flex-control-paging li a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    background-color: #75ccb7;
    position: relative;
}

.newban .flex-control-paging li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 3px;
    background-color: #fff;
}

.newban .flex-control-paging li.ac a:before {
    -webkit-transition: linear 5s;
    -moz-transition: linear 5s;
    -ms-transition: linear 5s;
    -o-transition: linear 5s;
    transition: linear 5s;
    width: 100%;
}

.newban {
    position: relative;
    width: 100%;
    height: 675px;
    overflow: hidden;
    z-index: 1;
}

.flexslider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.flexslider .flex-viewport {
    height: 100%;
}

.flexslider .slides {
    overflow: hidden;
    height: 100%;
    font-size: 0;
}

.flexslider .slides li {
    height: 100%;
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow: hidden;
}

.flexslider .slides li .wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.flexslider .slides .wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fff;
    object-fit: cover;
}

/*.flexslider li .wrap:before{ content: ''; position: absolute; left: 0; bottom:0; z-index: 2;
	width: 0; height: 2px; background-color: #00946f;}
.flexslider li.ac .wrap:before{ transition: linear 6s; width: 100%;}*/
.flexslider .slides .wrap>img {
    -webkit-transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.flexslider .slides .ac .wrap>img {
    -webkit-transition: -webkit-transform 5s ease-in;
    transition: transform 5s ease-in;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.btt1 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 422px;
    height: 112px;
    z-index: 1;
    background: url('http://www.vpoonpaper.com/public/images/btt1.png') center no-repeat;
    margin-top: -290px;
}

.btt2 {
    position: absolute;
    top: 50px;
    right: 12.5%;
    width: 553px;
    height: 54px;
    z-index: 1;
    background: url('http://www.vpoonpaper.com/public/images/btt2.png') center no-repeat;
}

.btt3 {
    position: absolute;
    top: 50px;
    right: 12.5%;
    width: 497px;
    height: 61px;
    z-index: 1;
    background: url('http://www.vpoonpaper.com/public/images/btt3.png') center no-repeat;
}

.btt4 {
    position: absolute;
    top: 50px;
    left: 5%;
    width: 497px;
    height: 61px;
    z-index: 1;
    background: url('http://www.vpoonpaper.com/public/images/btt4.png') center no-repeat;
}

.btt5 {
    position: absolute;
    top: 50px;
    left: 12.5%;
    width: 540px;
    height: 71px;
    z-index: 1;
    background: url('http://www.vpoonpaper.com/public/images/btt5.png') center no-repeat;
}

.btt1,.btt2,.btt3,.btt4,.btt5,.btt31 {
    transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
}

.btt12 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    height: 50px;
    z-index: 1;
    margin-left: -250px;
    ; text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin-top: -35px;
    background-color: #016b45;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.btt32 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1112px;
    height: 41px;
    z-index: 1;
    background: url('http://www.vpoonpaper.com/public/images/btt32.png') center no-repeat;
    margin-left: -556px;
    margin-top: -70px;
}

.find-1 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    opacity: 0;
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.finu-1 {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    opacity: 0;
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
}

.finl-1 {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    opacity: 0;
    -o-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
}

.finr-1 {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    opacity: 0;
    -o-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}

.scl01-1 {
    -webkit-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    opacity: 0;
}

.scl05-1 {
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    opacity: 0;
}

.scl08-1 {
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    opacity: 0;
}

.findsc05-1 {
    -webkit-transform: translateY(60px) scale(0.5, 0.5);
    -moz-transform: translateY(60px) scale(0.5, 0.5);
    -o-transform: translateY(60px) scale(0.5, 0.5);
    -ms-transform: translateY(60px) scale(0.5, 0.5);
    transform: translateY(60px) scale(0.5, 0.5);
    opacity: 0;
}

.finusc05-1 {
    -webkit-transform: translateY(-60px) scale(0.5, 0.5);
    -moz-transform: translateY(-60px) scale(0.5, 0.5);
    -o-transform: translateY(-60px) scale(0.5, 0.5);
    -ms-transform: translateY(-60px) scale(0.5, 0.5);
    transform: translateY(-60px) scale(0.5, 0.5);
    opacity: 0;
}

.finlsc05-1 {
    -webkit-transform: translateX(-60px) scale(0.5, 0.5);
    -moz-transform: translateX(-60px) scale(0.5, 0.5);
    -o-transform: translateX(-60px) scale(0.5, 0.5);
    -ms-transform: translateX(-60px) scale(0.5, 0.5);
    transform: translateX(-60px) scale(0.5, 0.5);
    opacity: 0;
}

.finrsc05-1 {
    -webkit-transform: translateX(60px) scale(0.5, 0.5);
    -moz-transform: translateX(60px) scale(0.5, 0.5);
    -o-transform: translateX(60px) scale(0.5, 0.5);
    -ms-transform: translateX(60px) scale(0.5, 0.5);
    transform: translateX(60px) scale(0.5, 0.5);
    opacity: 0;
}

.ac .finu-1, .ac .find-1 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ac .finl-1, .ac .finr-1 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    opacity: 1;
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.ac .finusc05-1,.ac .findsc05-1 {
    -webkit-transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
}

.ac .scl05-1,.ac .scl01-1,.ac .scl08-1 {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    opacity: 1;
}

.ac .finrsc05-1, .ac .finlsc05-1 {
    -webkit-transform: translateX(0) scale(1, 1);
    -moz-transform: translateX(0) scale(1, 1);
    -o-transform: translateX(0) scale(1, 1);
    -ms-transform: translateX(0) scale(1, 1);
    transform: translateX(0) scale(1, 1);
    opacity: 1;
}

#fbannum {
    position: absolute;
    bottom: 84px;
    left: 5%;
    z-index: 2;
    font-weight: bold;
    height: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

@media screen and (max-width: 1440px) {
    .btt2,.btt3 {
        right: 5%;
    }

    .btt5 {
        left: 5%;
    }
}

@media screen and (max-width: 1023px) {
    .newban {
        height: 0;
        padding-bottom: 48%;
    }

    .newban .flexslider {
        position: absolute;
        top: 0;
        left: 0;
    }

    .newban .flex-control-paging li {
        width: 30px;
        height: 2px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .newban .flex-control-paging {
        bottom: 10px;
    }
}

@media screen and (max-width: 750px) {
    .btt1,.btt2,.btt3,.btt4,.btt5 {
        max-width: 90%;
        background-size: 100% auto;
    }
}

html,body {
    height: 100%;
}

body.locked {
    overflow: hidden;
}

.all {
    width: 100%;
    min-width: 480px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.allfirst {
    height: 100%;
}

/* 头部 */
.head {
    width: 100%;
    min-width: 480px;
    height: 128px;
    position: fixed;
    z-index: 40;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.head>.cer3 {
    height: 100%;
}

.head a.logo {
    height: 100%;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 1;
    line-height: 128px;
}

.head a.logo img {
    max-height: 80%;
}

.headshadow {
    width: 100%;
    height: 128px;
}

.headin {
    position: relative;
    z-index: 7;
    height: 100%;
}

.head.mini {
    height: 80px;
}

.head.mini a.logo {
    line-height: 80px;
}

.xiala {
    position: absolute;
    width: 120px;
    height: 32px;
    top: 50%;
    right: 0;
    z-index: 3;
    margin-top: -16px;
}

.xiala .hand {
    padding-left: 42px;
    width: 78px;
    height: 100%;
    border-radius: 16px;
    cursor: pointer;
    background: #eee url('../image/earth.png') 14px center no-repeat;
}

.xiala span {
    background: url('../image/sjd-lang.png') right center no-repeat;
    font-size: 14px;
    color: #888;
    line-height: 32px;
    text-transform: capitalize;
    display: block;
    width: 50px;
    padding-right: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.xialalinks {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 40px;
    z-index: 1;
    padding: 2px 0;
    display: none;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}

.xialalinks a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-indent: 0;
    text-align: center;
}

.xialalinks a {
    border: 2px solid #fff;
    background-color: #eee;
}

.xialalinks a:hover {
    background-color: #33b597;
    color: #fff;
}

.xiala:hover span {
    background-image: url('../image/sjd-lang2.png');
    color: #33b597;
}

a.tbtn {
    position: absolute;
    top: 50%;
    right: 130px;
    z-index: 4;
    margin-top: -16px;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    border-radius: 50%;
    background: #33b597 url('../image/glass.png') center no-repeat;
}

#topsoubtn.on {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.topsouout {
    padding: 15px 0;
    background-color: #dfdfdf;
    position: absolute;
    display: none;
    z-index: 5;
    width: 100%;
    right: 0;
    top: 100%;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}

.topsouout .topsou {
    position: relative;
    width: 580px;
    padding-right: 110px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.topsou input.shuru {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    color: #666;
    display: block;
    text-indent: 20px;
}

.topsou input.anniu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 110px;
    height: 100%;
    border: none;
    cursor: pointer;
    background-color: #33b597;
    color: #fff;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.topsou input.anniu:hover {
    background-color: rgba(51,181,151,0.5);
}

.topsou input.shuru:focus {
    box-shadow: 0 0 3px 0 rgba(0,0,0,1) inset;
}

.nav {
    position: absolute;
    right: 270px;
    top: 0;
    z-index: 3;
    height: 100%;
}

.nav>li {
    float: left;
    height: 100%;
    position: relative;
    z-index: 1;
}

.nav>li>a {
    display: block;
    padding: 0 30px;
    height: 100%;
    position: relative;
    font-size: 16px;
    color: #555;
    line-height: 128px;
    text-align: center;
}

.nav>li:hover>a {
    color: #015e53;
}

.nav>li>a:after {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: 26px;
    content: " ";
    width: 0;
    margin-left: 0;
    border-bottom: 3px solid #015e53;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav>li.on>a:after,.nav>li:hover>a:after {
    width: 66px;
    margin-left: -33px;
}

.head.mini .nav>li>a {
    line-height: 80px;
}

dl.navtwo {
    width: 100%;
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1;
    padding-top: 15px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

dl.navtwo.on {
    top: 90%;
}

dl.navtwo .inner {
    width: 100%;
    background-color: rgba(255,255,255,1);
    padding: 13px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 5px 2px rgba(0,0,0,0.2);
}

dl.navtwo:after {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
    content: " ";
    width: 23px;
    background: url('../image/sju1.png') center no-repeat;
    height: 15px;
    z-index: 1;
}

dl.navtwo dd {
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

dl.navtwo dd:hover {
    background-color: #eee;
}

dl.navtwo dd>a {
    position: relative;
    color: #666;
}

dl.navtwo dd:hover>a {
    color: #0c8e46;
}

dl.navtwo dd>a:after {
    left: 100%;
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: 1px solid #0c8e46;
    -webkit-transition: .3s;
    transition: .3s;
}

dl.navtwo dd>a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s;
    -webkit- transition: width 0.3s;
}

.navzk {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 128px;
    z-index: 9;
    left: 0;
    background-color: #33b597;
    -webkit-transition: .3s;
    transition: .3s;
}

.navzk.mini {
    top: 80px;
}

.navzk.on {
    height: 60px;
}

.zkone {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.zkone li {
    display: none;
}

.zkone li.on {
    display: block;
}

.zktwo {
    font-size: 0;
    text-align: center;
    position: relative;
}

.zktwo li {
    padding: 10px;
    height: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.zktwo li a {
    display: block;
    padding: 0 36px;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.zktwo li:hover a {
    color: #2eb394;
    background-color: #fff;
}

/* 手机导航 */
.navsjout {
    width: 100%;
    opacity: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 20;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #333;
}

.navsjout.on {
    opacity: 1;
    left: 0;
}

.navsj {
    width: 100%;
    -webkit-overflow-scrolling : touch;
    background-color: #333;
    position: absolute;
    top: 128px;
    left: 0;
    border-top: 1px solid #666;
}

.head.mini .navsj {
    top: 80px;
}

.navsj>li {
    position: relative;
}

.navsj>li>a {
    display: block;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.navsj>li>a:after {
    content: '';
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 0;
    height: 1px;
    background-color: #666;
}

.navsjtwo {
    width: 100%;
    overflow: hidden;
    display: none;
    padding: 10px 0;
    background-color: #f1f1f1;
}

.navsjtwo>li {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.navsjtwo>li>a {
    display: block;
    line-height: 70px;
    font-size: 20px;
    color: #432a23;
    position: relative;
    z-index: 1;
    background-color: #ada;
    text-align: center;
    background: url('../image/nav-jtr1.png') 73% center no-repeat;
}

.navsj li i {
    position: absolute;
    right: 22%;
    top: 0;
    z-index: 1;
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
    background: url('../image/nav-jtd1.png') center no-repeat;
}

.navsj li.on i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navsj,.navsj li i {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
    display: none;
    background: url('http://www.vpoonpaper.com/public/images/op0-60.png');
    cursor: pointer;
}

.navbtn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 100px;
    height: 100px;
    display: none;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.head.mini .navbtn {
    width: 80px;
    height: 80px;
}

.navbtn s {
    position: absolute;
    left: 25%;
    display: block;
    width: 50%;
    height: 4%;
    background-color: #33b597;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.navbtn>s:nth-child(1) {
    top: 32%;
}

.navbtn>s:nth-child(2) {
    top: 48%;
    width: 40%;
    transform: rotate(0deg) scale(1,1);
}

.navbtn>s:nth-child(3) {
    top: 64%;
}

.navbtn.on s:nth-child(1) {
    top: 48%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.navbtn.on s:nth-child(2) {
    transform: rotate(-180deg) scale(0,1);
}

.navbtn.on s:nth-child(3) {
    top: 48%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media screen and (max-width: 1400px) {
    .nav {
        right: 180px;
    }
}

@media screen and (max-width: 1300px) {
    .nav>li:first-child {
        display: none;
    }

    .nav>li>a {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1100px) {
    .head {
        height: 80px;
    }

    .head a.logo,.head a.logo2 {
        line-height: 80px;
    }

    .headshadow {
        height: 80px;
    }

    .nav>li>a {
        line-height: 80px;
    }

    .navbtn {
        width: 80px;
        height: 80px;
    }

    .navsj {
        top: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .navsjout {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .nav {
        display: none;
    }

    .navbtn {
        display: block;
    }

    .xiala {
        right: 90px;
    }

    a.tbtn {
        right: 240px;
    }
}

@media screen and (max-width: 600px) {
    .navbtn {
        right: -20px;
    }

    .xiala {
        right: 50px;
    }

    a.tbtn {
        right: 180px;
    }
}

.footer2 {
    height: 350px;
    background-color: #333333;
}

.footer2>div {
    height: 100%;
}

.footerin {
    position: relative;
    min-height: 220px;
    padding: 66px 0 20px;
}

.footnav {
    float: left;
    overflow: hidden;
}

.footnav li {
    float: left;
    position: relative;
    width: 100px;
}

.footnav li dt {
    height: 30px;
    line-height: 28px;
    color: #fff;
}

.footnav li dt a {
    color: #fff;
}

.footnav li dt a:hover {
    text-decoration: underline;
}

.footnav li dd {
    line-height: 24px;
    color: #666;
}

.footnav li dd a {
    color: #666;
}

.footnav li dd a:hover {
    color: #fff;
}

.footinfo {
    float: left;
    width: 35.6%;
    color: #fff;
}

.footinfo h3 {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-bottom: 4px;
}

.footinfo h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 40px;
    height: 2px;
    background-color: #595959;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footinfo h3:hover:after {
    width: 64px;
    background-color: #eee;
}

.footinfo h4 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    margin-top: 38px;
    margin-bottom: 20px;
}

.footinfo p {
    padding-left: 28px;
    font-size: 14px;
    line-height: 30px;
    color: #f7f7f7;
}

.footinfo p a {
    color: #f7f7f7;
}

.flx1 {
    background: url('../image/flx1.png') 0 8px no-repeat;
}

.flx2 {
    background: url('../image/flx2.png') 0 9px no-repeat;
}

.flx3 {
    background: url('../image/flx3.png') 0 7px no-repeat;
}

.footleft {
    float: left;
    width: 35.6%;
}

.footleft .inner {
    width: 272px;
    max-width: 100%;
    text-align: center;
}

.footlogo {
    width: 100%;
    margin-top: 32px;
}

.footlogo img {
    max-width: 50%;
}

.footewm {
    width: 100%;
    padding-top: 12px;
}

.footewm img {
    width: 77px;
    border: 4px solid #015e53;
    border-radius: 3px;
}

.footlx {
    float: right;
    width: 23.5%;
    color: #fff;
}

.footlx h3 {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    position: relative;
    padding-bottom: 4px;
}

.footlx h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 40px;
    height: 2px;
    background-color: #595959;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footlx h3:hover:after {
    width: 64px;
    background-color: #eee;
}

.footlx a.more {
    display: block;
    width: 136px;
    height: 42px;
    background-color: #015e53;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.footlx a.more:hover {
    opacity: 0.8;
}

.foottel {
    margin: 42px 0 30px;
    padding-left: 76px;
    color: #fff;
    background: url('../image/foottel.png') 0 0 no-repeat;
}

.foottel div {
    font-size: 14px;
    line-height: 24px;
}

.foottel p {
    font-size: 26px;
    line-height: 30px;
    font-family: "Helvetica";
    font-weight: bold;
}

.foottel p a {
    color: #fff;
}

.foottel a,.flx1 a {
    position: relative;
    padding-bottom: 1px;
}

.foottel a::after,.flx1 a::after {
    left: 100%;
    position: absolute;
    bottom: 0;
    content: " ";
    width: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.foottel a:hover::after,.flx1 a:hover::after {
    width: 100%;
    left: 0;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

@media screen and (max-width: 1200px) {
    .footerin {
        padding: 46px 0 40px;
    }

    .footinfo {
        width: 30%;
    }

    .footlx {
        width: 30%;
    }

    .foottel {
        padding-left: 60px;
    }
}

@media screen and (max-width: 960px) {
    .footleft {
        width: 30%;
        margin-right: 5%;
    }

    .footlogo img {
        width: 220px;
    }
}

@media screen and (max-width: 840px) {
    .footleft {
        width: 15%;
        margin-right: 3%;
    }

    .footlogo {
        display: none;
    }

    .footinfo {
        width: 40%;
    }

    .footlx {
        width: 40%;
    }

    .footewm {
        padding-top: 6px;
    }
}

@media screen and (max-width: 660px) {
    .footleft {
        display: none;
    }

    .footinfo h4 {
        margin-top: 28px;
    }

    .foottel {
        margin-top: 28px;
    }

    .footinfo {
        width: 52%;
    }

    .footlx {
        width: 45%;
    }
}

@media screen and (max-width: 560px) {
    .foottel p {
        font-size: 20px;
    }
}

.footer3 {
    background-color: #333;
    padding: 12px 0 20px;
    border-top: 1px solid #414141;
}

.footer3>div {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.footer3 .l {
    width: 33.3%;
}

.footer3 span {
    display: inline-block;
}

.footer3 a {
    color: #a1a1a1;
}

.footer3 a:hover {
    color: #015e53;
}

.footer3 a.beian {
    display: inline-block;
    padding: 0 20px;
    height: 100%;
    border-radius: 18px;
    background-color: rgba(0,0,0,0.1);
}

.footer3 a.beian:hover {
    background-color: rgba(0,0,0,0.3);
}

.footer3 img.jw {
    position: relative;
    margin-top: -2px;
    margin-left: 5px;
}

.footer3 img.cnzz {
    margin-left: 5px;
}

@media screen and (max-width: 1200px) {
    .footer3 {
        padding: 16px 0;
        text-align: center;
    }

    .footer3 .cer3 {
        height: auto;
        line-height: 2.5em;
    }

    .footer3 .l,.footer3 .r {
        float: none;
        display: block;
        width: 100%;
    }

    .footer3 span {
        margin: 0 5px;
    }
}

.footer4 {
    width: 100%;
    height: 78px;
    background-color: #000;
    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;
    display: none;
}

.footshadow {
    width: 100%;
    height: 78px;
    display: none;
}

.footfun {
    height: 100%;
    overflow: hidden;
}

.footfun li {
    float: left;
    width: 25%;
    height: 100%;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footfun li:nth-child(even) {
    background-color: #0c0c0c;
}

.footfun li a {
    display: block;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.footfun li a .pic {
    height: 36px;
    line-height: 36px;
    font-size: 0;
}

.footfun li a .pic img {
    max-height: 36px;
}

.footfun li h3 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
}

.waiting {
    width: 124px;
    height: 124px;
    background: url('http://www.vpoonpaper.com/public/images/waiting.gif') center;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    z-index: 2;
    top: 50%;
    margin-top: -62px;
}

#totop {
    position: fixed;
    padding-right: 34px;
    height: 32px;
    left: 50%;
    cursor: pointer;
    margin-left: 610px;
    z-index: 1;
    bottom: 100px;
    background: #40698f url('http://www.vpoonpaper.com/public/images/jtu1.png') 80px no-repeat;
}

#totop span {
    display: block;
    width: 74px;
    background-color: #94acc2;
    text-indent: 16px;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
}

#totop:hover span {
    background-color: #40698f;
}

.msgbg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
    overflow: hidden;
}

.msg {
    width: 40%;
    height: 280px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-family: 'Microsoft Yahei';
    left: 30%;
    top: -50%;
    margin-top: -160px;
    border: 5px solid #016b45;
    padding: 20px;
}

.msgtxt {
    font-size: 28px;
    color: #36467a;
    line-height: 40px;
    text-align: center;
    margin: 40px 0 0;
    height: 120px;
    overflow: hidden;
}

.msgbg.on .msg {
    top: 50%;
}

.msg input {
    width: 200px;
    height: 50px;
    display: block;
    background-color: #016b45;
    font-size: 24px;
    margin: 0 auto;
}

.msgclose {
    width: 41px;
    height: 41px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    cursor: pointer;
    background: url('http://www.vpoonpaper.com/public/images/close.png') center no-repeat;
}

/*---在线QQ---*/
.fside {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 50%;
    margin-top: -100px;
    width: 50px;
}

.fside a {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: 2px;
    position: relative;
    background-color: #bfbfbf;
    text-align: center;
    line-height: 56px;
}

.fside a:first-child {
    margin-top: 0;
}

.sidetelno {
    width: 0;
    height: 56px;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    background-color: #b00b18;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sidetelno.on {
    width: 240px;
}

.sidetelno span {
    display: block;
    height: 56px;
    padding: 0 10px;
    font-family: 'arial';
    color: #fff;
    font-size: 20px;
    line-height: 56px;
}

.sidebigewm {
    display: none;
    position: absolute;
    top: 116px;
    left: 61px;
    z-index: 1;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 4px;
}

.sidebigewm img {
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 840px) {
    .fside {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    div.pageList {
        display: none;
    }

    .listbtnout {
        display: block;
    }

    .mhide {
        display: none;
    }

    .footer4 {
        display: block;
    }

    .footshadow {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .cer3,.cer8 {
        padding: 0 20px;
    }
}
