@charset "utf-8"; /*
  Author:wellwap.com
*/
*, *:after, *:before {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    padding: 0;
    margin: 0;
}

/*
@font-face {font-family:'MSYH';src:url('../fonts/MSYH.ttf') format('truetype');}
@font-face {font-family:'FZZDHJW';src:url('../fonts/FZZDHJW.ttf') format('truetype');}
*/
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei',"MSYH",Arial,Helvetica,san-serif;
    font-size: 14px;
    line-height: 28px;
    min-width: 1220px;
}

input,textarea,button,select {
    font-family: 'Microsoft Yahei',"MSYH",Arial,Helvetica,san-serif;
    font-size: 14px;
}

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

a:hover {
    color: #c42f3d;
}

ul,ol,dl,li {
    list-style: none;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
}

address,em,i {
    font-style: normal;
}

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

.clearfix {
    width: 100%;
    display: inline-block;
    clear: both;
}

.CLEAR {
    clear: both;
}

.hidden {
    display: none!important;
}

*:focus {
    outline: none;
}

img,a img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}

header,section,article,nav,figure,footer,address,aside,dialog,menu {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

/*
* {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

*:hover {
    -webkit-transition: all .3s cubic-bezier(.5,0,.2,1);
    -moz-transition: all .3s cubic-bezier(.5,0,.2,1);
    -ms-transition: all .3s cubic-bezier(.5,0,.2,1);
    -o-transition: all .3s cubic-bezier(.5,0,.2,1);
    transition: all .3s cubic-bezier(.5,0,.2,1);
}
*/
/*display:block; for lte IE 8 support html5*/
#load {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    background: #fff url(../images/loading.gif) 50% 45% no-repeat;
    z-index: 99;
}

#home {
    padding-top:80px;
}
.wrap {
    width: 1220px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.minwrap {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.row {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#main {
    width: 1220px;
    height: auto;
    min-height: 300px;
    margin: 50px auto;
    padding: 0px 10px;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

#minmain {
    min-height: 300px;
    margin: 50px auto;
    padding: 0px;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

#page {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 50px 0;
    overflow: hidden;
}

#idxmain {
    width: 100%;
    min-width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.wbg,#main.wbg {
    background: #fff;
}

.gbg,#main.gbg {
    background: #F9F9FC;
}

.nbg,#main.nbg {
    background: none;
}

#shop {
    padding-top: 80px;
}

section {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    height: auto;
    margin-top: 0px;
}

#aside {
    padding: 0;
    min-height: 200px;
    width: 240px;
    background: #efefef;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

#rbody {
    width: 900px;
    max-width: 100%;
    margin-right: 0px;
    padding: 0px 0;
    vertical-align: top;
    overflow: hidden;
}

#content {
    width: 1060px;
    max-width: 100%;
    vertical-align: top;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0px;
    border-radius: 4px;
    /*box-shadow:3px 3px 3px #fff,-2px -2px 5px #fff;*/
}

.ctitle {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0;
    padding-bottom: 10px;
    position: relative;
}

.ctitle:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #DB3209;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.idx_row .ctitle {
    margin-top: 30px;
}

.hbox {
    height: auto;
    width: 730px;
    *width: 722px;
    width: 722px\0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.clearbox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content > .show {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    line-height: 24px;
    overflow: hidden;
}

#main > h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 25px;
    color: #555;
}

.showcontent {
    width: 100%;
    margin: 0px auto;
}

.showcontent strong {
    color: #c42f3d;
}

.showcontent h1 {
    line-height: 30px;
    padding: 0 0 20px 0;
    font-weight: normal;
    display: none
}

.showcontent .sharedown {
    margin: 50px auto 30px;
}

.showcontent table {
    width: 100%;
}

.tab,.tab td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.tab td {
    padding: 5px 10px;
}

.gray {
    background: #fff;
}

.gray7 {
    background: #f7f7f7
}

.position {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 0 35px;
    line-height: 44px;
    background: #f1f1f1 url(../images/position.gif) 10px 50% no-repeat;
}

.position span {
    float: right;
}

.position span a {
    display: inline-block;
    padding-left: 15px;
    background: url(../images/goback.png) 0% 55% no-repeat;
}

/*banner*/
#swiper1 {
    width: 100%;
    margin: 0px auto 0;
    height: auto;
    overflow: hidden;
}

#swiper1 .flex-direction-nav {
    display: ;
}
#swiper1 .flex-control-nav {
    display: none;
}


#swiper1 .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 70px;
    margin: -35px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    background: url(../images/ico/l.png) no-repeat;
    text-indent: -999em;
}

#swiper1 .flex-direction-nav a.flex-next {
    background: url(../images/ico/r.png) no-repeat;
}

#swiper1 .flex-direction-nav .flex-prev {
    left: 10px;
    background-position: 0 0;
    opacity: .3;
}

#swiper1 .flex-direction-nav .flex-next {
    right: 10px;
    background-position: 0 0;
    opacity: .3;
}

#swiper1 .flexslider:hover .flex-prev,#swiper1 .flexslider:hover .flex-next {
    opacity: .9;
}

.banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 600px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner img {
    border: 0;
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 100%;
}

#home .banner,#home .tp {
    display: none;
}

#shop .banner {
    display: none;
}

header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px 0;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,1);
    overflow: visible;
    border-bottom: 1px solid #ddd;
}

.toptext {
    width: auto;
    height: 30px;
    margin: 35px 0 0 40px;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.toptext i,.toptext em {
    font-style: normal;
    float: left;
}

.toptext span {
    float: right;
}

.toptext span b {
    font-size: 16px;
}

.hdbox {
    height: 60px;
    margin: 10px auto;
    padding: 0px 0;
    position: relative;
    overflow: visible;
}

.hdbox a.logo {
    display: block;
    height: auto;
    margin: 0;
    float: left;
    width: auto;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    padding: 0;
    text-align: center;
}

.hdbox a.logo img {
    height: 60px;
    vertical-align: middle;
    margin: 0px 0;
}

.hdbox a.logo .logotxt {
    margin-left: 25px;
}

.ewm {
    width: 60px;
    height: inherit;
    line-height: 60px;
    float: right;
    text-align: center;
    margin-left: 20px;
    position: relative;
    z-index: 90;
    overflow: visible;
}

.ewm > a {
    display: inline-block;
    font-size: 22px;
    color: #999;
}

.ewm img {
    display: none;
    width: 120px;
    max-width: 120px;
    height: auto;
    padding-top: 10px;
    position: absolute;
    top: 50px;
    right: -30px;
    border: 2px solid #ddd;
}

.ewm a:hover {
    color: #000;
}

.ewm a:hover img {
    display: block;
}

.top {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.toplog,.topreg {
    display: inline-block;
    line-height: 32px;
    float: left;
}

.reg {
    width: auto;
    float: right;
    text-align: right;
    height: 32px;
    margin: 14px 0 14px 35px;
}

.reg a {
    display: inline-block;
    width: auto;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.topreg a {
    color: #fff;
    width: 32px;
    border-radius: 50%;
    background: #000;
    border: 1px solid #000;
}

.toplog a {
    color: #000;
    border: 1px solid #fff;
    margin-left: 10px;
}

nav {
    height: inherit;
    width: 50%;
    margin: 0px 0;
    padding: 0;
    float: right;
    z-index: 900;
    overflow: visible;
}

nav ul {
    position: relative;
    margin: 0 auto;
    height: inherit;
    text-align: right;
    width: 100%;
    overflow: visible;
}

nav ul li {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 0 0px 0 35px;
    line-height: 60px;
    position: relative;
}

nav ul li.drop {
    background: url(../images/icon_d.gif) 95% 50% no-repeat;
}

nav ul li.tel {
    width: auto;
    float: right;
    padding: 0 12px;
    background-color: #232F3F;
}

nav ul li.tel a {
}

nav ul li > a {
    font-size: 18px;
    margin: 0;
    display: block;
    border-right: 0;
    padding: 0 0px;
    line-height: 58px;
    border-bottom: 2px solid #fff;
}

nav ul li.home a {
    display: inline-block;
}

nav ul li.this > a,nav ul li.this > a:hover {
    color: #c42f3d;
    border-bottom: 2px solid #fff;
    /* background:#f1f1f1; */
}

nav ul li > a:hover {
    color: #c42f3d;
}

nav ul li.son > a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 60px;
    float: right;
    color: #999;
    position: relative;
    margin-left: 5px;
    background: url(../images/ico/icon_d.gif) 50% 50% no-repeat;
    transition: all .3s;
}

nav ul li.son:hover > a:after {
    content: '';
    color: #999;
    transform: rotate(180deg);
    transition: all .3s;
}

nav ul li dl {
    width: 160%;
    margin: 0px 0px 0;
    line-height: 18px;
    padding: 0;
    display: none;
    background: #fff;
    background: rgba(255,255,255,1);
    position: absolute;
}

nav ul li dl dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: left;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}

nav ul li dl dt a {
    display: block;
    color: #666;
    padding: 0;
    border: 0;
    font-weight: normal;
}

nav ul li.this dl a {
}

nav ul li dl a,nav ul li.this dl a {
    text-decoration: none;
    background: none left top repeat-x;
}

nav ul li dl a:hover,nav ul li.this dl a:hover {
    color: #c42f3d;
    text-decoration: none;
}

nav ul li dl dt a {
    font-size: 14px;
}

nav ul li dl dt:last-child {
    padding-bottom: 0px;
}

.thisnav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd
}

.thisnav p {
    line-height: 30px;
}

.tp {
    background: #f5f5f5;
    border-left: 3px solid #c42f3d;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
}

.tp b {
    display: inline-block;
    line-height: 60px;
    color: #333;
    width: auto;
    float: left;
    text-indent: 10px;
    font-size: 22px;
    font-weight: normal;
}

.tp span {
    float: right;
    display: inline-block;
    line-height: 60px;
    margin-right: 10px;
}

#shop .tp {
    border-left: 0;
}

.sontype {
    width: 75%;
    height: auto;
    text-align: right;
    float: right;
    overflow: hidden;
}

.sontype:empty {
    display: none;
}

.sontype li {
    display: inline-block;
    line-height: 60px;
    padding: 0 0px;
    font-size: 15px;
}

.sontype li a {
    display: inline-block;
    padding: 0 20px;
    color: #666;
}

.sontype li.cur a {
    color: #c42f3d;
    font-weight: bold;
    background: #fff;
}

.type {
    width: 100%;
    padding: 10px 0px;
    margin: 60px auto 10px auto;
    height: auto;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
}

.type h2 {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    float: left;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    position: relative;
}

.type h2:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #f90;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.type .son {
    width: 960px;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.type h3 {
    display: inline-block;
    text-align: center;
    float: none;
    color: #fff;
    font-size: 24px;
    margin: 5px;
}

.type h3 a {
    display: block;
    font-size: 16px;
    padding: 8px 20px;
    background: #063494;
    color: #fff;
    border-radius: 6px;
    font-weight: normal;
}

.type h3.cur a,.type h3 a:hover {
    background: #f90;
}

.type iframe {
    text-align: right;
}

.box {
    text-align: right;
}

.box strong,.box .wtpic,.box .wtline,.box .st,.box .kqzl,.box .zl_txt {
    float: none;
}

.pl {
    width: 398px;
    border: 1px solid #fff;
    float: left;
    margin-left: 0px;
}

.pc {
    width: 348px;
    border: 1px solid #fff;
    float: left;
    margin-left: 20px;
}

.pr {
    width: 308px;
    border: 1px solid #fff;
    float: right;
    margin-right: 0px;
}

.bigtit {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0;
    margin: 0px 0 40px;
    overflow: hidden;
    position: relative;
}

#tjcp .bigtit {
    margin-top: 0;
}

.bigtit:after {
    width: 50px;
    height: 2px;
    display: block;
    background: #c42f3d;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.bigtit h3 {
    font-size: 1.6em;
    line-height: 30px;
    color: #000;
    font-weight: bolder;
}

.bigtit h3 b {
    display: inline-block;
    font-size: 48px;
    line-height: 60px;
    padding: 5px 0px;
    font-weight:bolder;
    position: relative;
    color: #000;
    border-bottom: 3px solid rgba(200,200,200,.3);
}

.jryw .bigtit h3 b {
    color: #fff;
    border-bottom: 3px solid rgba(200,200,200,.3);    
}

.bigtit h3 b:before {
    content: none;
    font-weight: normal;
    font-size: 1.2rem;
    width: 5px;
    height: 20px;
    position: absolute;
    bottom: -2px;
    left: -20px;
    background: #ddd;
    z-index: 1;
}

.bigtit h3 b:after {
    content: none;
    font-weight: normal;
    font-size: 1.2rem;
    width: 5px;
    height: 40px;
    position: absolute;
    bottom: -2px;
    left: -12px;
    background: #DB3209;
    z-index: 2;
}

.bigtit i {
    display: inline-block;
    width: auto;
    font-style: normal;
    text-transform: uppercase;
    color: #999;
    padding: 3px;
}

.bigtit h3 p {
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    text-indent:0;
}

.blue .bigtit h3 {
    color: #fff;
}

.blue .bigtit p {
    color: #294DA4;
}

.blue .bigtit {
    border-bottom: 0 solid #294DA4;
}

.gray .bigtit h3 {
    text-align: left;
}

.gray .bigtit p {
    color: ;
}

.gray .bigtit {
    border-bottom: 0 solid #ddd;
}

.idx_news .bigtit {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
}

.idx_news .bigtit:after {
    content: none;
}

.bigtit h4 b {
    font-size: 16px;
    margin-right: 5px;
}

.bigtit h4 a {
    font-weight: normal;
}

.xwzx {
    width: 100%;
    padding: 80px 0;
}

#swiper2 {
    margin: -10px 0 80px;
}

#swiper2 .flexslider {
    background: none;
    box-shadow: none;
}

#swiper2 .slides {
    padding-top: 10px;
}

#swiper2 .slides li {
    text-align: center;
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: auto;
    min-height: 250px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 3px solid #e9e9e9;
}

#swiper2 .slides li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: 3px solid #c42f3d;
}

#swiper2 .slides li i {
    display: block;
    padding: 15px 15px;
    font-size: 18px;
}

#swiper2 .slides li strong {
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#swiper2 .slides li a:hover strong {
    color: #000;
}

#swiper2 .slides li span {
    display: block;
    padding: 0px 15px 10px;
    color: #999;
}

#swiper2 .slides li .chat {
    display: inline-block;
    float: right;
    margin: 0 10px 10px;
    color: #DB3209;
    position: absolute;
    bottom: 10px;
}

#swiper2 .flex-control-nav,#swiper3 .flex-control-nav {
    display: none;
}

#swiper3 {
    margin: 30px 0 60px;
}

#swiper3 .flexslider {
    background: none;
    text-align: center;
    box-shadow: none;
}

#swiper3 .flex-control-nav {
    display: none;
}

#swiper3 a {
    color: #333;
    line-height: 30px;
}

#swiper3 a:hover {
    color: #c42f3d;
}

#swiper3 .slides li {
    position: relative;
}

#swiper3 .slides li i {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#swiper3 .slides li strong {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#swiper3 .slides li a:hover strong {
    color: #fff;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#swiper3 .slides li img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#swiper3 .slides li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.youshi {
    padding: 50px 0 20px;
    overflow: hidden;
    background-size: 100% auto;
}

.youshi h2 {
    font-size: 36px;
    color: #2a2a2a;
    text-align: center
}

.youshi h3 {
    font-size: 18px;
    color: #434343;
    text-align: center
}

.youshi h4 {
    margin: 20px 0;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.youshi ul {
    margin: 0 -1%;
}

.youshi .item {
    margin: 0 30px
}

.youshi li {
    float: left;
    width: 23%;
    margin: 0 1%;
    height: 400px;
    background: #f1f1f1;
    padding: 50px 10px;
    transition: .3s;
}

.youshi li p {
    color: #888;
}

.youshi .icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    padding: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e1e2e3;
}

.youshi .icon i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/features_icon.png) no-repeat;
}

.youshi .icon i.icon1 {
    background-position: 0 0
}

.youshi .icon i.icon2 {
    background-position: 0 -60px
}

.youshi .icon i.icon3 {
    background-position: 0 -120px
}

.youshi .icon i.icon4 {
    background-position: 0 -180px
}

.youshi li:hover h4 {
    color: #c42f3d
}

.youshi li:hover .icon {
    background: #c42f3d
}

.youshi li:nth-child(1):hover i.icon1 {
    background-position: -60px 0
}

.youshi li:nth-child(2):hover i.icon2 {
    background-position: -60px -60px
}

.youshi li:nth-child(3):hover i.icon3 {
    background-position: -60px -120px
}

.youshi li:nth-child(4):hover i.icon4 {
    background-position: -60px -180px
}

.idx_news {
    width: 48%;
    height: auto;
    padding: 0px;
    background: ;
}

.idx_news.pc {
    width: 348px;
    margin-left: 0;
    margin-right: 20px;
}

.idx_news h2,.idx_about h2,.idx_picnews h2 {
    text-align: left;
    height: 40px;
    line-height: 43px;
    padding: 0 0px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    width: 100%;
    text-align: center;
    background: #c42f3d;
    overflow: visible;
    float: left;
}

.links {
    margin: 40px 0;
}

.links span {
    font-weight: bold;
}

.links a {
    display: inline-block;
    margin-right: 10px;
}

.jryw {
    background: #c42f3d 50% 50% no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.gyzy {
    background: url(../images/ywjsbg.jpg) 50% 50% no-repeat;
    background-size: 100% auto;
    background: #fff;
}

.xwdt {
    background: url(../images/ywjsbg.jpg) 50% 50% no-repeat;
    background-size: 100% auto;
    background: ;
}

.xwdt .bigtit h3 b {
    color: #fff;
}

.soname {
    text-align: center;
}

.soname a {
    display: inline-block;
    padding: 4px 12px;
    margin: 5px;
    font-size: 18px;
    color: #333;
    border: 1px solid #666;
}

.soname a:hover {
    color: #fff;
    background: #333;
    border: 1px solid #000;
}

.plist {
    width: 100%;
    height: auto;
    padding: 5px 0;
    float: left;
    overflow: hidden;
    margin: 0px auto 0px;
}

.plist li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.plist li.last,.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li .txt {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.plist li strong {
    display: block;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-left: 10px;
}

.plist li strong:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #c42f3d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.plist li strong:after {
    content: '+';
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: center;
    font-size: 24px;
    color: #ddd;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.plist li .picture {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.plist li .picture img{
    width:100%;
}
.plist li a span {
    width: 90%;
    margin: 20px auto;
    color: #999;
    overflow: hidden;
}

.plist li a:hover {
    color: #000;
}

.plist li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.plist .two li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}
.plist .two li.last,.plist .two li:nth-child(2n) {
    margin-right: 0;
}

.plist .three li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}
.plist .three li.last,.plist .three li:nth-child(3n) {
    margin-right: 0;
}

.plist .four li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}
.plist .four li.last,.plist .four li:nth-child(4n) {
    margin-right: 0;
}


.ywms {
    background: #fff;
    background-size: 100% 100%;
    padding: 80px 0 80px;
}

.yewu {
    width: 100%;
    margin: 0 auto;
}

.yewu p {
    text-indent: 2.0em;
}

.gyzy .bigtit {
    text-align: left;
    margin-top: 100px;
}

.gywm h3 {
    color: #c42f3d;
    font-size: 1.6rem;
    margin: 10px 0 30px;
}

.gywm p {
    padding: 0 20px 0 0;
    text-align: justify;
    color: #666;
    font-size: 14px;
}

.abimg p {
    padding: 0 0 0 20px;
    text-align: right;
}

.abimg p img {
    height: 680px;
}

.abimg {
    margin-bottom: 0px;
}

.abbg {
    color: #fff;
    background: #002C69;
}

.abbg .bigtit h3,.abbg .bigtit i {
    color: #fff;
}

.csbg {
    background: #f9f9f9;
}

.blue {
    background: #2F318B;
}

.gray {
    background: #f6f6f6;
}

.idx_row h2 b,.idx_news h2 b,.idx_about h2 b,.idx_picnews h2 b {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 22px;
    background: none;
    text-indent: 10px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: #c42f3d;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 8;
    border-left: 3px solid #c42f3d;
}

.idx_row h2:hover b,.idx_news h2:hover b,.idx_about h2:hover b,.idx_picnews h2:hover b {
    color: #c42f3d;
    border-left: 3px solid #c42f3d;
}

.idx_row h2 span {
    display: block;
    width: 74%;
    margin: 0 auto;
    position: absolute;
    left: 12%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.idx_row h2 span strong {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
    font-weight: normal;
}

h4.more {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    z-index: 10;
}

h4.more a {
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 54px;
    width: 150px;
    background: #000;
    color: #fff;
    font-size: 48px;
    border-radius: 4px;
    font-weight: normal;
}

h4.more a:hover {
    background: #fff;
    color: #F7B71D;
    transition: all .3s;
}

h3.more {
    clear: both;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0 0 10px;
}

h3.more a {
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    width: 150px;
    background: #ddd;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    font-weight: normal;
    text-transform: capitalize;
}

h3.more a:hover {
    background: #F78F22;
    color: #fff;
    transition: all .3s;
}

.idx_pic {
    height: 300px;
    line-height: 22px;
    padding: 0;
    text-align: justify;
    background: #fff;
    margin-left: 10px;
}

.idx_pic img {
    width: 258px;
    height: 192px;
    max-width: none;
}

.idx_pic .p2 {
    width: 100%;
    height: 90px;
    margin-top: 10px;
}

.idx_down {
    display: inline-block;
    width: 240px;
    height: 60px;
    position: absolute;
    left: 53%;
    margin-left: -115px;
    bottom: 13%;
    z-index: 10;
    text-indent: -9999px;
}

.idx_shop form {
    background: #e9e9e9;
    text-align: center;
    padding: 15px 0;
}

.idx_shop form p {
    padding: 0 0 10px 0;
}

.idx_shop form input {
    border: 1px solid #666;
}

.srbox {
    background: none;
    height: auto;
    margin-top: 0px;
}

.idxtab {
    width: 245px;
    height: auto;
    float: left;
    margin: 20px 0 20px 20px;
}

.idxtab li {
    margin-bottom: 5px;
    line-height: 46px;
    text-align: center;
    width: 100%;
}

.idxtab li a {
    display: inline-block;
    width: 99%;
    line-height: inherit;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    position: relative;
}

.idxtab li a:hover,.idxtab li a.selected {
    color: #fff;
    background: #D10;
    border: 1px solid #D10;
}

.photobox {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: right;
    margin: 10px auto;
    background: none;
    border: 0;
}

.goodslist {
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.goodslist li {
    width: 32%;
    padding: 0;
    float: left;
    margin: 0px 2% 20px 0px;
    position: relative;
    overflow: hidden;
}

.goodslist li.last,.goodslist li:nth-child(3n) {
    margin-right: 0;
}

.goodslist li .zfx {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.goodslist li .zfx:after {
    content: '';
    display: block;
    margin-top: 100%;
}

.goodslist li .zfx img {
    height: 100%;
    min-height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.goodslist li a {
    height: auto;
    padding: 0px;
    background: #fff;
    text-align: center;
}

.goodslist li .zfx .picture {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.goodslist li span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: #f1f1f1;
    text-align: center;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.goodslist li span strong {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 90%;
    left: 5%;
    padding: 0;
    font-weight: normal;
}

.goodslist li a:hover .picture {
    border: 1px solid #c42f3d;
}

.goodslist li a:hover span {
    background: #c42f3d;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.goodslist li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.goodslist li a:hover img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.photolist {
    padding: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.photolist li {
    width: 250px;
    height: 175px;
    padding: 0;
    float: left;
    margin: 0px 20px 20px 0px;
    position: relative;
    overflow: hidden;
}

.photolist li.last {
    margin-right: 0;
}

.photolist li:nth-child(4n) {
    margin-right: 0;
}

.photolist li a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.photolist li a i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photolist li a strong,.photolist li a span {
    display: inline-block;
    width: 96%;
    height: 32px;
    line-height: 40px;
    padding: 0px 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
    color: #333;
    text-align: center;
    font-weight: normal;
    background: #fff;
}

.photolist li a:hover strong {
    background: #fff;
    color: #c42f3d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.photolist li a span {
    font-size: 12px;
    color: #333;
    display: block;
}

.photolist li a span font {
    color: #c42f3d;
}

.photolist li a i {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.photolist li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.photolist li a:hover i {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #c42f3d;
}

.r34 li {
    text-align: center;
}

.r34 li .zfx {
    width: 100%;
    position: relative;
}

.r34 li .zfx:after {
    content: '';
    display: block;
    margin-top: 150%;
}

.r34 li .zfx a {
    display: inline;
    position: initial;
    overflow: visible;
}

.r34 li strong {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 110;
    color: #333;
    text-align: center;
    font-weight: normal;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.r34 li .zfx img {
    width: auto;
    min-width: 100%;
    max-width: 150%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#lightbox .lb-data .lb-number {
    display: none;
    opacity: 0;
}

/*news*/
.newslist {
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 20px;
    overflow: hidden;
}

.newslist li {
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border-bottom: 1px dotted #ddd;
}

.newslist li:first-child {
    padding-top: 0
}

.newslist li > a {
    display: inline-block;
    float: left;
    width: 120px;
    height: 120px;
    border: 1px dotted #ddd;
    overflow: hidden;
}

.newslist li .picture {
    display: inline-block;
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 40px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
}

.newslist li .picture[rel*='defaultpic.gif'] {
    display: ;
}

.newslist li img {
    width: 100%;
    height: 120px;
}

.newslist li:hover .picture {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
}

.newslist li a,.newslist li a:visited {
    text-decoration: none;
    line-height: 25px;
    font-size: 18px;
}

.newslist li em a,.newslist li em a:visited {
    font-size: 14px;
    color: #999;
}

.newslist li time {
    display: inline-block;
    line-height: 16px;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
}

#home .newslist li time {
    position: absolute;
    left: 0;
    top: 2px;
    float: left;
    width: 100px;
    padding: 0 0 5px;
    text-align: center;
    background: #ccc;
    color: #fff;
}

#home .newslist li time i {
    display: block;
    line-height: 50px;
    font-size: 22px;
    background: #c42f3d;
    color: #fff;
    margin-bottom: 5px;
}

.newslist li p {
    line-height: 20px;
    height: auto;
    color: #333;
    padding: 2px 0px 5px;
}

.newslist li p a {
    display: inline-block;
}

.newslist li p .btn a {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #3A9E2C;
    padding: 0px 15px;
    margin: 2px 0 0;
    color: #3A9E2C;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.newslist li p .btn a:hover {
    color: #fff;
    background: #3A9E2C;
    border: 1px solid #00B3D5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.newslist li p span:after {
    content: "..."
}

.newslist li p span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
    margin: 10px 0;
}

.newslist.r2 li {
    width: 48%;
    height: auto;
    float: left;
    border: 0px solid #f1f1f1;
    padding: 20px 0 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}

.newslist.r2 li.last {
    float: right;
    margin-right: 0;
}

.newslist.r2 li time {
    display: inline-block;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: auto;
    left: 100px;
    top: auto;
    bottom: 20px;
}

.newslist.r2 li a, .newslist.r2 li a:visited {
    color: #333;
    text-decoration: none;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist.r2 li a:hover {
    color: #c42f3d;
}

#home .newslist {
    width: 100%;
    padding: 0 0px;
}

#home .newslist li {
    padding: 0;
    width: 48%;
    float: left;
    border-bottom: 0;
    margin-bottom: 20px;
}

#home .newslist li:nth-child(2n) {
    float: right;
}

#home .newslist li:hover {
    background: transparent;
}

#home .newslist li a {
    font-size: 18px;
    padding-right: 30px;
}

#home .newslist li a b {
    font-weight: normal;
}

#home .newslist li p {
    padding: 0px 0 0px 110px;
}

#home .newslist li p span {
    margin: 5px 0;
}

#home .newsimg {
    width: 50%;
    float: left;
    margin-bottom: 80px;
}

#home .newsimg p {
    padding-right: 20px;
}

#home .newsimg img {
    width: 100%;
}

div .btn {
    margin-top: 50px;
    text-indent: 0;
    text-align: center;
}

div .btn a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #DB3209;
    padding: 0 30px;
    color: #DB3209;
}

div .btn a:hover {
    color: #fff;
    background: #DB3209;
}

.pagelist {
    width: 100%;
    height: auto;
    margin: 20px auto 20px;
    text-align: center;
    float: right;
    overflow: hidden;
}

.pagelist li {
    display: inline-block;
    height: auto;
    line-height: 30px;
    width: auto;
    padding: 0 5px;
    text-align: center;
}

.pagelist li.thisclass {
}

.pagelist li .pageinfo {
    display: none;
    color: #999;
}

.pagelist li a {
    display: inline-block;
    width: 100%;
    height: inherit;
    color: #666;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.pagelist li a:hover {
    color: #DB3209;
    text-decoration: none;
}

.pagelist li.thisclass a,.pagelist li.thisclass a:visited {
    background: #c42f3d;
    color: #fff;
    border: 1px solid #c42f3d;
}

.pagelist li.prev {
    background: url(../images/page_prev.png) 50% 50% no-repeat;
    text-indent: -9999px;
    margin-right: 10px;
}

.pagelist li.next {
    background: url(../images/page_next.png) 50% 50% no-repeat;
    text-indent: -9999px;
}

.showbody {
    width: 100%;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
}

.showbody h1 {
    margin: 0px auto;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    color: #000;
    font-weight: normal;
}

.showbody .canshu h1 {
    border-bottom: 1px solid #eee;
    text-align: left;
    line-height: 35px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.showbody h1 b {
    color: #c42f3d;
}

.showbody time {
    display: block;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    height: auto;
    line-height: 25px;
    margin: 10px auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.showbody p {
    padding: 5px 0;
}

#photo h1 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    color: #000;
    height: auto;
    line-height: 25px;
    margin: 0px auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.canshu {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    display: none;
}

.canshu picture {
    display: block;
    width: 320px;
    height: auto;
    float: left;
    padding-bottom: 1px;
}

.canshu picture img {
    border: 1px solid #ddd;
}

.cslist {
    width: 540px;
    float: right;
}

.shopview {
    margin-top: 20px;
}

.shophead {
    text-align: center;
}

.shophead img {
    border: 5px solid #f9f9f9;
    margin: 10px 0 20px;
    width: 500px;
    height: auto;
}

.shophead h1 {
    line-height: 35px;
    padding: 10px;
}

.xqtit {
    border-bottom: 1px solid #ccc;
    margin: 40px 0;
    position: relative;
}

.xqtit b {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 0 20px;
    width: 120px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -60px;
}

.w40 {
    width: 42%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.w60 {
    width: 56%;
    height: auto;
    overflow: hidden;
}

#allmap {
    width: 100%;
    height: 400px;
    float: left;
    overflow: hidden;
}

#allmap img {
    max-width: 500%;
}

.contact {
    width: 32%;
    float: right;
}

.lxwm dd {
    margin-bottom: 15px;
    padding-left: 50px;
    line-height: 25px;
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
}

.lxwm dt {
    margin: 0 0 20px;
    line-height: 25px;
    position: relative;
    padding: 20px 0 20px 15px;
    background: #f5f5f5;
}

.lxwm dt b {
    font-size: 22px;
    display: block;
}

.lxwm dd b {
    display: block;
}

.lxwm dd i {
    display: block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #c42f3d;
}

#myform {
    width: 100%;
    height: auto;
    margin: 0px 0;
    overflow: hidden;
}

#myform p {
    margin-bottom: 10px;
}

#myform input {
    width: 320px;
    line-height: 40px;
    padding: 0 5px;
}

#myform textarea {
    width: 80%;
    line-height: 25px;
    height: 100px;
    padding: 8px 5px;
}

#myform button {
    width: 160px;
    line-height: 45px;
    border: 0;
    padding: 0;
    margin: 0 0 0 70px;
    cursor: pointer;
    background: #c42f3d;
    color: #fff;
    font-size: 16px;
}

#myform button:hover {
    background: #c42f3d;
}

#myform span {
    display: inline-block;
    width: 60px;
    text-align: right;
    margin-right: 10px;
    float: left;
    line-height: 44px;
}

#aside h3 {
    width: 100%;
    padding: 0 20px;
    float: left;
    height: 60px;
    line-height: 55px;
    font-size: 22px;
    text-align: center;
    background-size: 100% 100%;
    border-top: 4px solid #c42f3d;
    overflow: hidden;
}

#aside h3 b {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #333;
    width: auto;
    font-weight: normal;
}

#aside h4 {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background: #ddd;
    background-size: 100% 100%;
}

#aside h4 b {
    color: #fff;
    font-weight: normal;
}

#aside .ewm {
    width: 100%;
    height: auto;
    float: left;
    background: #f1f1f1;
    padding: 15px 0;
    overflow: hidden;
}

#aside p {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

#aside p img {
    width: 80%;
    margin-top: 10px;
    border: 1px solid #ddd;
}

#aside p span {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}

.sidecontact {
    width: 220px;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 10px 9px;
    padding: 0
}

.sidecontact img {
    margin: 0;
    vertical-align: middle;
}

.sidecontact td {
    margin: 0;
    padding: 0
}

.sidecontact p {
    padding: 3px 2px;
    width: 100%;
}

.shoplist {
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}

.shoplist li {
    width: 240px;
    float: left;
    margin: 0 0 20px 22px;
    height: 236px;
    border: 1px solid #fff;
    overflow: hidden
}

.shoplist li i {
    display: inline-block;
    width: 238px;
    height: 180px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
}

.shoplist li i img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 178px;
    *height: 178px;
    padding: 1px;
    vertical-align: middle;
    float: none;
}

.shoplist li span {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 21px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden
}

.shoplist li span b {
    color: #c42f3d;
}

#aside h2 {
    line-height: 60px;
    padding: 0 0px;
    font-size: 1.4em;
    position: relative;
    font-weight: normal;
    width: 100%;
    text-align: center;
    overflow: visible;
    float: left;
    color: #333;
}

#aside h2 a {
    color: #fff;
    font-weight: bold;
}

.asideimg {
    width: 100%;
    height: auto;
    float: left;
    border-top: 15px solid #fff;
}

#aside dl {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

#aside dl dt {
    width: 100%;
    line-height: 60px;
    font-size: 22px;
    border-top: 15px solid #fff;
}

#aside dl dd {
    width: 100%;
    border-bottom: 10px solid #fff;
}

#aside dl dd span {
    display: block;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#aside dl dd img {
    border: 1px solid #eee;
}

.sdcontact {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 10px solid #fff;
    float: left;
    color: #fff;
}

.sdct {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
    float: left;
}

.sonchl {
    width: 100%;
    float: left;
    padding: 0px 20px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.sonchl li {
    width: 100%;
    float: left;
    line-height: 60px;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sonchl li:first-child {
    border-top: 0;
}

#home .sonchl li {
    width: 100%;
    line-height: 35px;
}

.sonchl li a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.sonchl li a:after {
    content: '>';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-family: "宋体";
}

.sonchl li a:hover,.sonchl li.cur {
    color: #c42f3d;
}

.sonchl li.cur a {
    color: #c42f3d;
}

.shopic {
    width: 960px;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
}

.shopic .time {
    margin-bottom: 0px;
}

.shopic .p_left {
    margin-left: 0px;
}

.shopic .bd td {
    width: 320px;
    height: 240px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.shopic .bd td img {
    vertical-align: baseline;
}

.shopic .p_right {
    float: right;
    margin: 20px 0px 0;
    width: 600px;
    height: 240px;
    background: #fff;
}

.shopic .p_right h1 {
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #2F318B;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.shopic .p_right h1 font {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.p_right {
    width: 100%;
    margin-top: 10px;
}

.shopic .p_right table tbody td {
    width: 90%;
    padding: 2px 5px 2px 0;
    font-size: 16px;
}

.shopic .p_right table tfoot td {
    width: 100%;
}

.shopic .p_right table td span {
    display: inline-block;
    width: 60px;
    text-align: left;
    color: #999;
    font-size: 14px;
}

.shopic .p_right table td.gray {
    color: #999;
    font-size: 14px;
}

.shopic .p_right table tbody td b {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.shopic .p_right table tbody td .call {
    display: none;
}

.show {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fz {
    -webkit-animation: fanZhuan 1.6s .2s ease-in-out both;
    -moz-animation: fanZhuan 1.6s .2s ease-in-out both;
    animation: fanZhuan 1.6s .2s ease-in-out both;
}

.context {
    width: 100%;
    margin: 30px auto 0;
    background: #f9f9f9;
    padding: 20px 0;
    overflow: hidden;
}

.context ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
}

.context ul li {
    width: 50%;
    display: inline-block;
    float: left;
    line-height: 25px;
}

.context ul li.next {
    text-align: right;
}

.context ul li a {
    color: #063494;
    display: inline-block;
    text-indent: 0;
}

.context ul li a:hover {
    color: #f90;
}

.context ul li a[href="javascript:void(0)"] {
    color: #999
}

/*kefu*/
.custom_service p img {
    display: inline;
    vertical-align: middle;
}

.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 350px;
    right: 0
}

.side_content {
    width: 154px;
    height: auto;
    overflow: hidden;
    float: left;
}

.side_content .side_list {
    width: 154px;
    overflow: hidden;
}

.show_btn {
    width: 0;
    height: 112px;
    overflow: hidden;
    margin-top: 50px;
    float: left;
    cursor: pointer;
}

.show_btn span {
    display: none;
}

.close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.side_title,.side_bottom,.close_btn,.show_btn {
    background: url(../images/sidebar_bg.png) no-repeat;
}

.side_title {
    height: 46px;
}

.side_bottom {
    height: 8px;
}

.side_center {
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px 12px;
    font-size: 12px;
}

.close_btn {
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    margin: 16px 10px 0 0;
    _margin: 16px 5px 0 0;
}

.close_btn span {
    display: none;
}

.custom_service {
    padding: 0 0 5px 0;
}

.side_center .custom_service p {
    text-align: center;
    padding: 6px 0;
    margin: 0;
    vertical-align: middle;
}

.other {
    padding: 5px 0;
    text-align: center;
    border-bottom: 0px solid #ddd;
    border-top: 1px solid #ddd
}

.other p {
    padding: 0px 0;
    _height: 16px;
    margin: 0;
    color: #666666;
}

.other p img {
    margin-bottom: 5px;
}

.other p b {
    color: #4695DD;
}

.msgserver {
    text-align: center;
    margin-top: 5px;
    display: none;
}

.msgserver a {
    background: url(../images/sidebar_bg.png) no-repeat -119px -115px;
    padding-left: 22px;
}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {
    background-position: -195px 0;
}

.side_center, .side_blue .side_center {
    background: url(../images/blue_line.png) repeat-y center;
}

.side_bottom, .side_blue .side_bottom {
    background-position: -195px -50px;
}

.close_btn, .side_blue .close_btn {
    background-position: -44px 0;
}

.close_btn:hover, .side_blue .close_btn:hover {
    background-position: -66px 0;
}

.show_btn , .side_blue .show_btn {
    background-position: -119px 0;
}

.msgserver a, .side_blue .msgserver a {
    color: #06C;
}

/* green skin  */
.side_green .side_title {
    background-position: -349px 0;
}

.side_green .side_center {
    background: url(../images/green_line.png) repeat-y center;
}

.side_green .side_bottom {
    background-position: -349px -50px;
}

.side_green .close_btn {
    background-position: -44px -23px;
}

.side_green .close_btn:hover {
    background-position: -66px -23px;
}

.side_green .show_btn {
    background-position: -147px 0;
}

.side_green .msgserver a {
    color: #76a20c;
}

/*member*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

button {
    cursor: pointer;
}

#user .tp {
    display: none;
}

.login {
    width: 520px;
    max-width: 100%;
    margin: 0px auto 50px;
}

.login > h3 {
    text-align: center;
    margin: 50px 0;
    font-weight: normal;
    font-size: 32px;
}

.login a {
    color: #068AD0;
}

.login label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.login input[type='text'],.login input[type='password'] {
    line-height: 40px;
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
    width: 400px;
    padding: 0 5px;
}

.login b {
    display: inline-block;
    width: 100px;
    line-height: 35px;
    text-align: right;
    margin-right: 20px;
    font-weight: normal;
}

.login button {
    line-height: 35px;
    border: 1px solid #900;
    border-radius: 4px;
    width: 150px;
    background: #c00;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
}

.login button:hover {
    background: #c42f3d;
}

.login p > span {
    display: inline-block;
    margin-top: 15px;
    line-height: 30px;
}

.login p {
    padding-left: 120px;
}

.login font {
    /* color: #c42f3d; */
    font-weight: bold;
}

.login em {
    padding-left: 120px;
}

.login em:empty {
    padding: 0;
}

.login em b {
    width: auto;
}

#rmember label,#rmember .label {
    display: block;
    width: 100%;
    margin-top: 20px;
}

#rmember label:first-child,#rmember .label:first-child {
    margin-top: 10px;
}

#rmember label.inline {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}

#rmember input[type='text'],#rmember input[type='password'] {
    line-height: 40px;
    border: 1px solid #999;
    border-radius: 4px;
    background: #fff;
    width: 400px;
    padding: 0 5px;
}

#rmember #mainCp input[type='text'],#rmember #mainCp input[type='password'] {
    width: 300px;
}

#rmember input[type='file'] {
    width: 200px;
}

#rmember label b,#rmember .label b {
    display: inline-block;
    width: 150px;
    line-height: 35px;
    text-align: right;
    margin-right: 20px;
    font-weight: normal;
    font-size: 15px;
}

#rmember button {
    line-height: 35px;
    border: 1px solid #900;
    border-radius: 4px;
    background: #fff;
    width: 150px;
    background: #c00;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
}

#rmember form p {
    padding-left: 175px;
}

#rmember label a:link,#rmember .label a:link {
    color: #00f;
}

#rmember label font,#rmember .label font {
    color: #c42f3d;
    font-weight: bold;
}

.newpass {
    display: none;
}

.chgpass {
    font-size: 14px;
    color: #33d;
}

.viewbox {
    position: relative;
    display: block;
    height: auto;
    padding-left: 175px;
}

#faceview {
    background: #fff;
    border: 1px dotted #ddd;
    height: auto;
    min-width: 180px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

#faceview img {
    height: 180px;
    width: auto;
}

#user .sonchl li a {
    color: #333;
    text-align: center;
}

#user .sonchl li {
    line-height: 50px;
}

.red {
    color: #c42f3d;
}

#user #aside {
}

#rmember {
    width: 800px;
}

#rmember > h3 {
    line-height: 51px;
    font-size: 16px;
    font-weight: normal;
}

.mbinfo {
    border: 1px solid #ddd;
    width: 98%;
}

.mbinfo a {
    color: #068AD0;
}

.mbinfo dl {
    width: 100%;
    height: auto;
    line-height: 50px;
    overflow: hidden;
}

.mbinfo dl:nth-child(2n) {
    background: #f5f5f5;
}

.mbinfo dt {
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-size: 15px;
}

.mbinfo dd {
    width: 76%;
    float: left;
    padding-left: 10px;
    border-left: 1px dotted #ddd;
}

.mbinfo dd.wtg {
    line-height: 30px;
    padding: 10px;
}

.link {
    padding: 20px 0;
    border-top: 1px solid #eee;
    color: #666;
}

.link a {
    display: inline-block;
    margin-right: 10px;
    color: #666;
}

footer {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    background: #3D3D3D;
    overflow: hidden;
}

footer a {
    color: #999;
}

footer address {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 50px;
    position: relative;
    background: #3D3D3D;
}

footer h4 {
    color: #ddd;
    font-weight: normal;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 0px;
}

.ftinfo {
    width: 100%;
    background: #3D3D3D;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

.ftinfo .wrap > div {
    height: 180px;
}

.ftlogo {
    width: 15%;
    float: left;
    text-align: justify;
}

.ftlogo p {
    line-height: 25px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ftlogo i {
    font-size: 18px;
    margin-right: 10px;
}

.ftlogo img {
    height: 50px;
}

.ftmenu {
    width: 35%;
    float: left;
    text-align: left;
    border-right: 0px solid #555;
    padding: 0 0;
}

.ftmenu dl {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}

.ftmenu dl dt {
    margin: 0 auto 5px;
    display: inline-block;
}

.ftmenu dl dd {
    width: 40%;
    float: left;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.ftmenu dl dd a {
    text-decoration: underline;
}

.ftmenu dl dt a:hover,.ftmenu dl dd a:hover {
    color: #ddd;
}

.ftcont {
    width: 20%;
    float: left;
    text-align: left;
    margin: 0 10%;
    padding: 0;
}

.ftewm {
    width: 10%;
    float: right;
    text-align: center;
    padding-left: 0px;
}

.ftewm img {
    width: 100px;
    height: 100px;
    margin: 5px 0;
    border: 5px solid #fff;
}

.ftewm p {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.bottom .power {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 0;
    line-height: 25px;
    text-align: center;
    color: #999;
    overflow: hidden;
    border-top: 1px solid #555;
}

.bottom .power a {
    color: #fff;
}

.bottom .ewm {
    width: 30%;
    float: right;
    height: 100px;
    text-align: right;
}

.bottom .ewm img {
    width: 100px;
    height: 100px;
    float: right;
    margin-right: 0px;
}

.bottom .ewm span {
    display: inline-block;
    height: 50px;
    line-height: 25px;
    padding: 25px 10px;
}

.sliderDiv {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.activeDiv {
    opacity: 1;
    filter: alpha(opacity = 100);
    -webkit-animation: fadeInUp 0.8s forwards;
    -ms-animation: fadeInUp 0.8s forwards;
    animation: fadeInUp 0.8s forwards;
}

.activeDiv div {
    opacity: 1\9\0;
    filter: alpha(opacity = 100);
    -webkit-animation: fadeInUp 0.8s forwards;
    -ms-animation: fadeInUp 0.8s forwards;
    animation: fadeInUp 0.8s forwards;
}



@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%,0,0);
        -ms-transform: translate3d(-20%,0,0);
        transform: translate3d(-20%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%,0,0);
        transform: translate3d(20%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%,0,0);
        -ms-transform: translate3d(20%,0,0);
        transform: translate3d(20%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20%,0);
        -ms-transform: translate3d(0,20%,0);
        transform: translate3d(0,20%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20%,0);
        -ms-transform: translate3d(0,-20%,0);
        transform: translate3d(0,-20%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft,.fadeInRight{
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}
.fadeInUp,.fadeInDown{
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}


.pp10 {
    width: 10%;
}

.pp20 {
    width: 20%;
}

.pp25 {
    width: 25%;
}

.pp30 {
    width: 30%;
}

.pp33 {
    width: 33.3333%;
}

.pp35 {
    width: 35%;
}

.pp40 {
    width: 40%;
}

.pp45 {
    width: 45%;
}

.pp50 {
    width: 50%;
}

.pp55 {
    width: 55%;
}

.pp60 {
    width: 60%;
}

.pp65 {
    width: 65%;
}

.pp66 {
    width: 66.6666%;
}

.pp70 {
    width: 70%;
}

.pp75 {
    width: 75%;
}

.pp80 {
    width: 80%;
}

.pp85 {
    width: 85%;
}

.pp90 {
    width: 90%;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.fl,.FL {
    float: left;
}

.fr,.FR {
    float: right;
}

.hide,.hidden,.none {
    display: none;
}

.formob {
    display: none;
}

.mobnav {
    display: none;
}

.btnav {
    display: none;
}

@media only screen and (max-width: 960px) {
    /*wellwap format*/ *, *:after, *:before {
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    *:focus {
        outline: none;
    }

    img,* img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

    html {
        font-size: 62.5%;
        width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0 auto;
    }

    body {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        word-wrap: break-word;
        word-break: break-word;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        font-family: 'Microsoft Yahei',Helvetica,Arial;
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 60px;
    }

    .fl,.FL {
        float: left
    }

    .fr,.FR {
        float: right
    }

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

    .clearfix {
        display: inline-block;
    }

    .clr,.clear {
        clear: both
    }

    .hidden,.hide,.none {
        display: none!important
    }

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

    *:hover,*:focus,*:active {
        -webkit-tap-highlight-color: transparent;
    }

    * table {
        width: 100%;
        height: auto;
        overflow: scroll;
    }

    textarea {
        outline: none;
        resize: none;
    }

    textarea, select, button, input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"] {
        -webkit-appearance: none;
        border-radius: 0;
    }

    input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-placeholder, textarea:-ms-placeholder, input:-webkit-placeholder, textarea:-webkit-placeholder, input:placeholder, textarea:placeholder {
        color: #ddd;
        font-family: 'Microsoft Yahei',Helvetica,Arial;
        font-size: inherit;
    }

    /*wellwap responsive*/
    #home{
        padding-top:0;
    }
    header {
        padding: 0;
        position: relative;
    }

    .hdbox {
        height: auto;
        padding: 5px 0;
        margin: 0 auto;
        text-align: center;
        overflow: visible;
        border-bottom: 0px solid #f1f1f1;
    }

    .hdbox a.logo {
        display: inline-block;
        width: 160px;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    .hdbox a.logo img {
        height: 40px;
        margin: 5px 0;
        width: auto;
    }

    .reg {
        position: absolute;
        right: 10px;
        top: 0;
        display: none;
    }

    .topreg {
        display: none;
    }

    nav {
        display: none;
        height: auto;
        width: 100%;
        padding: 0 0px 5px 0;
        margin: 0 auto;
        background: none;
        position: absolute;
        top: 60px;
        overflow: hidden;
        z-index: 999;
        border-top: 1px solid #ddd;
    }

    nav ul {
        width: 100%;
        background: #fff;
        height: auto;
        float: left;
        padding: 20px;
        box-shadow: 3px 3px 3px rgba(0,0,0,.3);
        overflow: hidden;
    }

    nav ul li {
        width: 100%;
        height: auto;
        line-height: 30px;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    nav ul li.drop {
        background: none;
    }

    nav ul li:first-child {
        width: 100%;
    }

    nav ul li a {
        color: #000;
        display: block;
        float: left;
        width: 100%;
        text-align: left;
    }

    nav ul li > a {
        line-height: 34px;
    }

    nav ul li dl {
        display: block;
        position: relative;
    }

    nav ul li dl dt {
        width: 33.33%;
        border-bottom: 0;
        text-indent: 0;
        height: 30px;
        line-height: 30px;
    }

    nav ul li dl dt a {
        margin-left: 0px;
    }

    nav ul li.tel {
        display: none;
    }

    nav ul li:hover, nav ul li a:hover, nav ul li.this a, nav ul li.this a:hover {
        color: ;
    }

    nav ul li.son > a:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 36px;
        float: right;
        color: #999;
        position: relative;
        margin-left: 5px;
        background: url(../images/ico/icon_d.gif) 50% 50% no-repeat;
        transition: all .3s;
    }

    .wrap {
        width: 100%;
    }

    #shop {
        padding-top: 0px;
    }

    .sliderDiv {
        opacity: .8;
    }

    .banner {
        display: none;
    }

    #swiper1 .flex-control-nav,#swiper1 .flex-direction-nav {
        display: none;
    }

    #swiper2 {
        margin: 0px 0 40px;
    }

    #swiper2 .slides li {
        text-align: center;
        background: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        height: auto;
        min-height: 200px;
        padding-bottom: 10px;
        position: relative;
        border-bottom: 3px solid #e9e9e9;
    }

    .bigtit h3 p {
        padding: 0 10px;
    }

    .gywm .btn {
        margin: 20px 0 50px;
        text-align: center;
    }

    .gywm p {
        padding: 0;
    }

    .jryw {

        padding: 0px 15px;
    }

    .soname a {
        display: inline-block;
        padding: 4px 12px;
        margin: 5px;
        font-size: 16px;
        color: #333;
        border: 1px solid #666;
    }

    .toptext,.lang {
        display: none;
    }

    .forpc {
        display: none;
    }

    .formob {
        display: inline-block;
        text-align: center;
    }

    .mobnav {
        display: block;
        width: 36px;
        height: 24px;
        background: #fff url(../images/ico/panel_gray.png) 50% 50% no-repeat;
        background-size: 80% 80%;
        position: absolute;
        left: 10px;
        top: 18px;
        border-radius: 4px;
        text-indent: -9999px;
    }

    #shop .mobnav,#case .mobnav {
        display: block;
    }

    .reg a {
        padding: 0 8px;
    }

    .ewm {
        display: none;
    }

    .home_features li {
        float: left;
        width: 100%;
        padding: 0 20px 20px;
    }

    .home_features {
        padding: 0;
        background-size: auto 100%;
    }

    .pp40,.pp45 {
        width: 100%;
    }

    .pp50 {
        width: 100%;
    }

    .abimg {
        display: none;
    }

    .xwzx {
        padding: 10px 15px;
        display: ;
    }

    #home .newsimg {
        display: none;
    }

    #home .newslist {
        width: 100%;
        padding: 0 0px;
    }

    #home .newslist li {
        padding: 0;
        width: 100%;
        float: left;
        border-bottom: 0;
        margin-bottom: 20px;
    }

    #home .newslist li p {
        padding: 0;
    }

    #home .newslist li a {
        padding: 0;
    }

    #home .newslist li a b {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #home .newslist li time {
        display: none;
    }

    #home .newslist li p span {
        line-height: 22px;
        margin: 0;
    }

    #minmain {
        min-height: 100px;
        margin: 20px auto;
        padding: 0 10px;
    }

    .minwrap {
        width: 100%;
    }

    .tp {
        /* display:none; */
        margin-bottom: 10px;
        border-left: 0;
    }

    .tp b {
        display: none;
    }

    .tp span {
        float: left;
        padding: 0 10px;
        font-size: 14px;
        margin: 0 auto;
        width: 100%;
        line-height: 40px;
    }

    .sontype {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sontype li {
        width: 33.33%;
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .sontype li a {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .sontype li.cur a {
        background: transparent;
    }

    #wmain {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: auto;
        margin: 0px auto;
        padding: 0px 0px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }

    #rbody {
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding: 0px 0px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }

    #content {
        width: 100%;
        max-width: 100%;
        float: right;
        margin-right: 0px;
        padding: 20px 0;
        vertical-align: top;
        border-left: 0px solid #ddd;
        margin-left: -1px;
        overflow: hidden;
        float: none;
        margin: 0 auto;
        border-radius: 0;
    }

    #aside {
        width: 100%;
        min-height: auto;
    }

    #home #aside {
        display: block;
    }

    #shop #aside {
        display: none;
        width: 100%;
        min-height: auto;
        position: relative;
        overflow: visible;
        border-bottom: 10px solid #f1f1f1;
        z-index: 99;
    }

    #aside h3 {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 0;
        top: -60px;
        text-indent: -9999px;
    }

    #home #aside {
        width: 100%;
        margin: 0 auto;
        border-top: 0;
    }

    #home #aside h3 {
        width: 100%;
        height: 48px;
        line-height: 48px;
        position: relative;
        right: 0;
        top: 0;
        text-indent: 0;
    }

    .sonchl {
        background: #fff;
        padding: 5px 0;
    }

    .sonchl li {
        width: 50%;
        float: left;
        line-height: 30px;
    }

    .sonchl li a {
        background: #fff;
        color: #333;
    }

    .sonchl li.cur a {
        color: #f90;
    }

    #home #aside .sonchl {
        padding: 0;
    }

    #aside .ewm,#aside h4 {
        display: none;
    }

    #home .sonchl li {
        width: 50%;
        float: left;
    }

    #home .sonchl li a {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        color: #333;
        line-height: inherit;
        text-align: left;
        background: url(../images/icon_c_white.gif) 15px 50% no-repeat;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #kefu {
        display: none;
    }

    #idxmain {
        width: 100%;
        min-width: 100%;
        height: auto;
    }

    .idx_row {
        width: 100%;
        height: auto;
    }

    .idx_right {
        width: 100%;
    }

    .showbody {
        width: 100%;
        margin: 0px auto;
        height: auto;
        padding: 15px;
        overflow: hidden;
    }

    .canshu picture {
        display: block;
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 1px;
    }

    .cslist {
        width: 100%;
        float: right;
    }

    .lxwm {
        margin-top: 10px;
    }

    #allmap {
        width: 100%;
        height: 300px;
        float: left;
        margin-top: 10px;
        overflow: hidden;
    }

    .contact {
        width: 100%;
        float: right;
        margin: 20px auto;
    }

    .links {
        margin: 20px 0;
        padding: 0 15px;
    }

    .bigtit {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0px 0 0px 0;
        margin: 30px auto 20px;
        overflow: hidden;
    }

    .bigtit h3 {
        font-size: 18px
    }

    .bigtit h3 b {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 40px;
        padding: 5px 15px;
        font-weight: ;
        position: relative;
        color: #000;
        border: 3px solid rgba(200,200,200,.3);
    }

    .home_features .bigtit {
        margin: 30px 0;
    }

    .bigtit p {
        font-size: 18px;
    }

    .srbox {
        margin-top: 10px;
    }

    .ywms {
        background-color: #fff;
        padding: 0;
    }

    .yewu {
        width: 100%;
        padding: 0 15px;
    }

    .yewu p {
        margin-top: 10px;
    }

    .youshi {
        padding: 15px 0px;
        overflow: hidden;
        background-size: 100% auto;
    }

    .youshi ul {
        padding: 10px 5px;
        background: #fff;
        height:auto;
        overflow:hidden;
    }

    .youshi li {
        float: left;
        width: 50%;
        margin: 0 0;
        height: 280px;
        padding: 10px 10px;
        transition: .3s;
        background:#fff;
    }

    .youshi .item {
        margin: 0 0px;
        font-size: 14px;
    }
    .youshi .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    padding: 20px;
}

    .youshi h4 {
        margin: 10px 0;
        font-size: 18px;
        color: #333;
        text-align: center;
    }

    .youshi p {
        line-height: 20px;
        text-align: justify;
    }

    .gyzy .bigtit {
        text-align: center;
        margin-top: 30px;
    }

    .gywm h3 {
        color: #c42f3d;
        font-size: 1.6rem;
        margin: 10px 0 0px;
    }

    .three {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 10px auto;
    }

    .three li {
        width: 100%;
        float: left;
        margin-right: 0;
        background: #fff;
    }

    .three li.last {
        margin-right: 0;
        max-height: auto;
        overflow: hidden;
    }

    .three li.last p {
        font-size: 14px;
        width: 94%;
        padding: 5% 4%;
        margin: 0 auto 10px;
        background: #f1f1f1;
        color: #000;
        text-indent: 2.0em;
        text-align: justify;
    }

    #main {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: 200px;
        margin: 0px auto;
        padding: 0 0px;
    }

    .shopic {
        width: 100%;
        height: auto;
        margin: 10px auto;
        overflow: hidden;
        background: #fff;
    }

    .content_show {
        line-height: 30px;
        margin: 10px auto 0px;
        height: auto;
        min-height: 200px;
        overflow: hidden;
        text-align: justify;
        padding: 0 10px;
    }

    .position {
        display: none;
        background-position: 0 10px;
        padding: 10px 10px 10px 25px;
        line-height: 24px;
    }

    .banner img {
        float: left;
    }

    .type {
        width: 100%;
        padding: 0px 0px;
        margin: 0px auto 0px auto;
        height: auto;
        text-align: center;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .type h2 {
        display: none;
    }

    .type .son {
        width: 100%;
        height: auto;
        text-align: left;
        padding: 4px 0 0;
        overflow: hidden;
    }

    .type h3 {
        display: inline-block;
        width: 50%;
        float: left;
        text-align: center;
        float: none;
        color: #fff;
        font-size: 16px;
        margin: 0px;
        padding: 0 2px;
    }

    .type h3 a {
        display: block;
        font-size: 16px;
        padding: 8px 5px;
        background: #063494;
        color: #fff;
        border-radius: 6px;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .type h3.cur a,.type h3 a:hover {
        background: #f90;
    }

    .goodslist {
        padding: 0 15px;
        margin: 0 auto;
    }

    .goodslist li {
        width: 100%;
        padding: 0;
        float: left;
        margin: 0px auto 20px;
        position: relative;
        overflow: hidden;
    }

    .goodslist li a i {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
        overflow: hidden;
    }

    .photolist li {
        width: 50%;
        padding: 0 5px;
        float: left;
        height: auto;
        margin: 0px 0 20px 0px;
        position: relative;
        overflow: hidden;
    }

    .r34 li .zfx img {
        width: auto;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .newslist {
        width: 100%;
        height: auto;
        margin: 0px auto 10px;
        padding: 15px 15px;
        overflow: hidden;
    }

    .newslist li .picture {
        display: none;
    }

    .newslist li p a {
        display: inline-block;
        width: 100%;
        white-space: normal;
        line-height: 35px;
        font-size: 22px;
    }

    .newslist li p span ,.newslist li p .btn {
        display: ;
    }

    .newslist li time {
        display: inline-block;
        width: auto;
        color: #999;
        font-size: 12px;
        text-align: center;
        position: relative;
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
    }

    .newslist.r2 {
        padding: 0 10px;
    }

    .newslist.r2 li {
        width: 100%;
        height: auto;
        float: left;
        border: 0px solid #f1f1f1;
        padding: 20px 0 20px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px dotted #ddd;
    }

    .showbody h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .newslist li > a {
        display: inline-block;
        float: left;
        width: 120px;
        height: 120px;
        border: 1px dotted #ddd;
        overflow: hidden;
    }

    .newslist li picture {
        display: table-cell;
        width: 120px;
        height: 120px;
        vertical-align: middle;
        overflow: hidden;
    }

    .newslist li img {
        width: 120px;
        height: auto;
        float: left;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .newslist li p {
        line-height: 20px;
        height: auto;
        color: #333;
        padding: 0px 0px 0px 0px;
    }

    .content_show h1 {
        margin: 10px auto 0;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        color: #333;
        font-weight: normal;
    }

    .showcontent {
        padding: 15px;
    }

    .shopic .p_left {
        display: none;
    }

    .shopic .p_right {
        float: right;
        margin: 0px 0px 0;
        width: 100%;
        height: auto;
        background: #fff;
    }

    .content_show p.desc {
        background: #f9f9f9;
        padding: 5px 10px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .shopic .p_right table tbody td .call {
        display: inline-block;
        background: #0089E1 url(../images/telephone_20.png) left center no-repeat;
        width: auto;
        height: 20px;
        padding: 0 10px 0 30px;
        float: right;
        border-radius: 4px;
        color: #fff;
    }

    .shopic .p_right table {
        display: ;
    }

    .context ul li,.context ul li.next {
        width: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .context ul li a {
        display: inline;
    }

    .w40 {
        width: 100%;
    }

    .w60 {
        width: 100%;
        height: auto;
        margin: 10px auto 0;
        overflow: hidden;
    }

    .pagelist {
        width: 100%;
        text-align: center;
    }

    .pagelist li {
        padding: 0 0;
    }

    .pagelist li a {
        padding: 0 8px;
    }

    .gywm {
        padding: 0 15px;
    }

    footer h4 {
        color: #ddd;
        font-weight: normal;
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .ftinfo {
        padding: 20px 10px;
    }

    .ftinfo .wrap > div {
        height: auto;
    }

    .ftlogo {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
        display: none;
    }

    .ftlogo p img {
        float: none;
    }

    .ftcont {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .ftmenu {
        display: none;
        width: 100%;
        float: left;
        text-align: center;
    }

    .ftmenu dl {
        width: 33.33%;
        height: 200px;
        float: left;
        margin: 0;
        padding: 0;
        text-align: center;
        overflow: hidden;
    }

    .ftmenu dl dt {
        font-size: 18px;
        margin: 0 auto 10px;
        padding-bottom: 15px;
        text-align: center;
        display: inline-block;
        border-bottom: 2px solid #DB3209;
    }

    .ftmenu dl dd {
        color: #999;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .ftmenu dl a {
        color: #999;
    }

    .ftewm {
        width: 100%;
        float: right;
        text-align: center;
        color: #999;
        margin-bottom: 0px;
    }

    .ftewm img {
        width: 120px;
        height: 120px;
        margin-bottom: 5px;
    }

    .btnav {
        display: block;
        width: 100%;
        background: #000;
        height: auto;
        position: fixed;
        bottom: 0;
        z-index: 90;
        overflow: hidden;
    }

    .btnav ul li {
        width: 25%;
        float: left;
        text-align: center;
        border-right: 1px dotted #29280A
    }

    .btnav ul li:last-child {
        border-right: 0;
    }

    .btnav ul li a {
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 30px 0 5px;
        position: relative;
    }

    .btnav ul li a i {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24x;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        top: 10px;
        font-size: 20px;
    }

    .bottom .power {
        line-height: 20px;
        padding: 10px 0;
        display: none;
    }

    .scrollsidebar {
        display: none;
    }

    /*member*/
    #page {
        width: 100%;
        padding: 20px 20px;
    }

    .login {
        width: 100%;
        margin-bottom: 20px;
    }

    .login > h3 {
        margin: 0px auto 20px;
        background: #f1f1f1;
        padding: 20px 0;
        font-size: 22px;
    }

    .login b {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .login input[type='text'], .login input[type='password'] {
        width: 100%;
    }

    .login em {
        padding: 0;
    }

    .login p {
        padding: 0
    }

    .login button {
        width: 100%;
    }

    #user .sonchl li {
        width: 33.33%;
    }

    .sonchl li {
        border: 0;
    }

    #user .sonchl li a {
        background: #f1f1f1;
    }

    #rmember {
        width: 100%;
    }

    .mbinfo {
        width: 100%;
    }

    .mbinfo dt {
        width: 30%;
    }

    .mbinfo dd {
        width: 70%;
    }

    #rmember label b, #rmember .label b {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    #rmember input[type='text'], #rmember input[type='password'] {
        width: 100%;
    }

    #rmember form p {
        padding: 0;
    }

    #rmember button {
        width: 100%;
    }
}
