﻿* {
    margin: 0;
    padding: 0;
}

html,
body {
    text-align: center;
    font-size: 12px;
    color: #333;
    background: #fff;
    min-width: 1200px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    font: 12px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

.wrap {
    width: 1115px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.MainTable {
    width: 1200px;
    margin: auto;
    border: 0;
    margin-bottom: 20px;
    min-height: 400px;
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.white {
    color: white!important;
}

.clearfix:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
}

.page {
    height: 40px;
    margin: 10px 0px;
    text-align: center;
}

.page a {
    border: 1px #e8e8e8 solid;
    line-height: 40px;
    margin: 0px 5px;
    padding: 5px 10px;
    border-radius: 3px;
}

.page span.current {
    border: 1px #e8e8e8 solid;
    line-height: 40px;
    margin: 0px 5px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #e8e8e8;
}


/* 底部 */

.footerbg {
    background-color: #fafafa;
}

.footer {
    height: 317px;
    min-width: 1100px;
}

.footer h3 {
    font-size: 20px;
    padding: 60px 0 30px;
    color: #333333;
    line-height: 20px;
    margin: 0;
    text-align: left;
}

.footer_about ul li {
    width: 190px;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
    text-align: left;
}

.footer_about ul li a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.footer_address p,
.footer_tel p {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
    display: block;
    line-height: 1;
}

.footer_tel {
    padding-left: 95px;
}

.footer .ly-code {
    width: 120px;
    height: 120px;
    margin-top: 60px;
    background-image: url(../images/ruanduo_wecodes.png);
}

.footer .qr-code p {
    font-size: 14px;
    padding-top: 15px;
    color: #666666;
}

.footer .footer_copy {
    font-size: 12px;
    margin: 15px auto 0;
    text-align: center;
    width: 1100px;
    min-width: 1100px;
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
    color: #b6b6b6;
}

.footer .footer_copy a {
    text-decoration: none;
    color: #b6b6b6;
}


/**********return top*********/

.ReturnItem {
    overflow: hidden;
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 9999;
}

.ReturnTop {
    overflow: hidden;
}

.ReturnTop a {
    width: 45px;
    height: 50px;
    display: inline-block;
    background: url('../images/returntop-bg.gif') no-repeat;
}


/* leftsead */

#leftsead {
    width: 161px;
    height: 290px;
    position: fixed;
    top: 350px;
    right: 0px;
    z-index: 100;
}

*html #leftsead {
    margin-top: 258px;
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
    width: 161px;
    height: 60px;
}

#leftsead li img {
    float: right;
}

#leftsead li a {
    height: 49px;
    float: right;
    display: block;
    min-width: 47px;
    max-width: 161px;
}

#leftsead li a .shows {
    display: block;
}

#leftsead li a .hides {
    margin-right: -143px;
    cursor: pointer;
    cursor: hand;
}

#leftsead li a.youhui .hides {
    display: none;
    position: absolute;
    right: 143px;
}


/* #leftsead li a.youhui .2wm{
	display:none;position:absolute;right:143px;
} */

#p2 {
    width: 112px;
    background-color: #A7D2A9;
    height: 47px;
    margin-left: 47px;
    border: 1px solid #8BC48D;
    text-align: center;
    line-height: 47px
}

#p3 {
    width: 112px;
    background-color: #EC9890;
    height: 47px;
    margin-left: 47px;
    border: 1px solid #E6776C;
    text-align: center;
    line-height: 47px
}

.footer_fixed_cont>div{
    margin-right:15px;
}
.mbs{
    width:100%;
    height:70px;
}
.footer_fixed{
    width:100%;
    height:70px;
    position: fixed;
    bottom:0;
    left:0;
    background: #242424;
    z-index: 9999;
}
.zk{
    width:100px;
    height:70px;
    position: fixed;
    line-height: 70px;
    bottom:0;
    left:0;
    background: #f37021;
    color: #fff;
    font-size: 20px;
    z-index: 9999;
    display: none;
}
.footer_fixed_cont{
    width:1400px;
    line-height: 70px;
    position: relative;
    font-size: 28px;
    color:#ff6262;
    margin:0 auto;
    display: flex;
    align-content:space-around;
    align-items: center;
}
.footer_icon{
    display:table;
}
.footer_icon img{
    width:40px;
    height:40px;
    float:left;
    margin:0 10px;
}
.footer_p{
    position: relative;
    width:241px;
    height:70px;    }
 .footer_p img{
    position: absolute;
    width:200px;
    bottom:0;
    left:0;
}
.footer_wx{
    position: relative;
    height:70px;
}
.footer_wx:hover .this_wx{
    display: block;
}
.this_wx{
    position: absolute;
    bottom:70px;
    left:-80px;
    right:0;
    margin:auto;
    display:none;
}
.this_wx>img{
    width:200px;
    height:200px;
}
.kuosan {
    width: 90px;
    height: 34px;
    margin: 0 8px;
    position: relative;
}
.kuosan button{
    background:#ff6262;
    color:#fff;
    width:90px;
    height:32px;
    border:none;
    outline:none;
    display: block;
}
.lq{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 90px;
    height: 34px;
    background: #f37021;
    opacity: .5;
    animation: diffuse 1s linear infinite;
    -webkit-animation: diffuse 1s linear infinite;
}
.sq{
    position: absolute;
    height:70px;
    background: #f37021;
    color: #fff;
    top:0;
    right:0;
    padding:0 15px;
    font-size: 20px;
}


@keyframes diffuse{
    0%   {transform:scale(1);opacity:.5;}
    50%   {transform:scale(1.3);opacity:.25;}
    100%   {transform:scale(1.6);opacity:0;}
}
    
@-webkit-keyframes diffuse{
    0%   {-webkit-transform:scale(1);opacity:.5;}
    50%   {-webkit-transform:scale(1.3);opacity:.25;}
    100%   {-webkit-transform:scale(1.6);opacity:0;}
}
    
@-moz-keyframes diffuse{
    0%   {-webkit-transform:scale(1);opacity:.5;}
    50%   {-webkit-transform:scale(1.3);opacity:.25;}
    100%   {-webkit-transform:scale(1.6);opacity:0;}
}
    
@-o-keyframes diffuse{
    0%   {-webkit-transform:scale(1);opacity:.5;}
    50%   {-webkit-transform:scale(1.3);opacity:.25;}
    100%   {-webkit-transform:scale(1.6);opacity:0;}
}
