@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;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei','PingFang SC',Arial,Helvetica,san-serif;
    font-size: 14px;
    line-height: 28px;
    min-width: 1220px;
    /* padding-top: 100px; */
}

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

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

a:hover {
    color: #0056a7;
}

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;
}

#listshop {
    background: ;
}

#viewshop .banner {
    /* display: none; */
}

#viewarticle .banner {
    /* display: none; */
}

#viewshop .tp {
    margin-top: 0;
}

.wrap {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

#home .wrap {
    /* width: 960px; */
    /* max-width: 100%; */
}

#home header .wrap,#home footer .wrap,#home .bottom-nav .wrap {
    width: 1280px;
    max-width: 100%;
}

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

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

#main {
    width: 1280px;
    height: auto;
    min-height: 300px;
    margin: -80px auto 50px;
    padding: 0px 0px;
    vertical-align: top;
    position: relative;
    z-index:90;
    overflow: hidden;
}

#fullmain {
    width: 100%;
}

.fullcontent {
    width: 100%;
}

.fullcontent h1 {
    padding: 80px 15px 40px;
    line-height: 80px;
    font-size: 56px;
}

.fullcontent h2 {
    padding: 60px 15px 30px;
    line-height: 60px;
    font-size: 48px;
}

.fullcontent h3 {
    padding: 40px 15px 20px;
    line-height: 50px;
    font-size: 36px;
}

.fullcontent h4 {
    padding: 30px 15px 15px;
    line-height: 40px;
    font-size: 28px;
}

.fullcontent a.btn,.fullcontent a[href^='tel'] {
    display: inline-block;
    padding: 5px 20px;
    background: #f30;
    color: #fff;
    margin: 30px auto;
    font-size: 22px;
    line-height: 40px;
    border-radius: 4px;
}

#minmain {
    width: 1000px;
    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;
}

#shop .banner {
    display: none;
}

#shop .tp {
    margin-top: 0;
}

#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;
}

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

.p404 > .banner {
    display: none;
}

.p404 > section {
    padding: 20% 0 0;
    background: url(../images/404bg.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.p404 .showcontent {
    text-align: center;
}

#aside {
    padding: 0;
    min-height: 200px;
    width: 250px;
    background: #f9f9f9;
    position: relative;
    vertical-align: top;
    float: left;
    overflow: hidden;
}

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

#rbody .showbody {
    width: 100%;
}

#rbody .showbody time {
    text-align: left;
}

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

.nowpos {
    width: 100%;
    height: 60px;;
    border-bottom: 1px solid #ddd;
    margin-bottom:30px;
    line-height: 60px;
    overflow:hidden;
}

.nowpos strong {
    font-size: 22px;
    display: inline-block;
    padding-left: 25px;
    background: url(../images/ico/nowpos_48.png) left center no-repeat;
    background-size: 22px;
}

.nowpos span {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/ico/home_64.png) left center no-repeat;
    background-size: 16px;
}

.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: #0056a7;
    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;
}

.fullcontent {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
}

.fullcontent strong {
    color: #0056a7;
}


.showcontent {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
}

.showcontent strong {
    color: #000;
}

.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%;
}

.history ul {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.history ul:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 60px;
    background: #e60013;
    z-index: 1;
}

.history ul li:last-child:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 55px;
    background: #fff;
    z-index: 2;
}

.history ul li {
    width: 100%;
    height: auto;
    list-style: none;
    position: relative;
    padding: 50px 0;
    line-height: 30px;
    overflow: hidden;
}

.history ul li span,
.history ul li h3{
    display: inline-block;
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 30px;
    color: #0356d0;
    font-size: 22px;
}

.history ul li p {
    display: inline-block;
    width: 50%;
    float: right;
    padding-left: 30px;
}

.history ul li:nth-child(even) span,
.history ul li:nth-child(even) h3{
    float:right;
    text-align:left;
    padding-left: 30px;
}
.history ul li:nth-child(even) p{
    float:left;
    text-align:right;
    padding-right: 30px;
}

.history ul li i,
.history ul li h6{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    border-radius: 50%;
    background: #f5f5f5;
    z-index: 10;
}

.history ul li i:after,
.history ul li h6:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #e60013;
    left: 10px;
    top: 10px;
}



.sitemap {
    width: 1230px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.sitemap a {
    line-height: 45px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    color: #FFFFFF;
    background-color: #2197ee;
    text-align: center;
    width: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.sitemap a:hover {
    color: #FFFFFF;
    background-color: #0079c3;
}

.mapcon {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.mapcon h2 {
    width: 100%;
    overflow: hidden;
}

.mapcon h2 a {
    font-size: 16px;
    line-height: 45px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    color: #FFFFFF;
    background-color: #2197ee;
    text-align: center;
    width: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mapcon h2 a:hover {
    color: #FFFFFF;
    background-color: #0079c3;
}

.mapcon .maph3 {
    width: 100%;
    overflow: hidden;
}

.mapcon h3 a {
    font-size: 14px;
    line-height: 35px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    width: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mapcon h4 a:hover {
    color: #FFFFFF;
    background-color: #2197ee;
}

.mapcon h4 a {
    font-size: 12px;
    line-height: 35px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    width: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mapcon h3 a:hover {
    color: #FFFFFF;
    background-color: #2197ee;
}

.wenhua{
    width:100%;
    height:auto;
    overflow:hidden;
}
.wenhua > div{
    width:31.3%;
    margin:10px 1%;
    height:440px;
    float:left;
    background:#fabe0d;
    box-shadow:0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.wenhua p {
    line-height:20px;
    padding:0px 0 10px;
}
.wenhua p span{
    display:inline-block;
    padding:0 10px;
}
.wenhua strong{
    color:#fff;
}
.wenhua1 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.wenhua1:hover {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
}

.wenhua2 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.wenhua2:hover {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
}

.wenhua3 {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.wenhua3:hover {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
}

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

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

#service .showcontent h1 {
    line-height: 30px;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    font-weight: normal;
    display: inline-block;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.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,#swiper5 {
    width: 100%;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
}

#swiper1 .flex-direction-nav,#swiper5 .flex-direction-nav {
    display: block;
}

#swiper1 .flex-control-nav,#swiper5 .flex-control-nav {
    /* display:none; */
}

#swiper1 .flex-direction-nav a,#swiper5 .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/arrow_left.png) no-repeat;
    text-indent: -999em;
}

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

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

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

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

#swiper1 .flex-control-paging li a {
    background: #fff;
    background: rgba(255,255,255,.1);
    border: 2px solid #dd;
    cursor: default;
}

#swiper1 .flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255,255,255,1);
    border: 2px solid #fff;
    cursor: default;
}

#swiper1 .carousel li {
    margin: 0 ;
    position: relative;
}
#swiper1 .carousel .flex-control-nav li{
    margin: 0 6px;    
}


.banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 900px;
    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,.nobanner .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 rgba(200,200,200,.3);
}

.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: 100px;
    margin: 0px 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: 27px;
    z-index: 999;
    padding: 0;
    text-align: center;
}

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

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

.slogan {
    width: auto;
    float: right;
}

.slogan img {
    height: 60px;
    padding: 0 10px;
    background: #ba2f3d;
}

.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 {
    color: #0056a7;
    width: auto;
    float: right;
    text-align: right;
    height: 32px;
    margin: 14px 0;
}

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

.topreg a {
    color: #0056a7;
    width: 32px;
    border-radius: 50%;
}

.toplog a {
    color: #0056a7;
    margin-left: 5px;
}

nav {
    height: 100px;
    width: 75%;
    margin: 0px 0;
    padding: 0;
    float: right;
    overflow: visible;
}

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

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

nav ul li:first-child {
    padding-left: 0;
}

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 {
    color: #333;
    font-size: 16px;
    margin: 0;
    display: block;
    border-right: 0;
    padding: 0 0px;
    line-height: 100px;
    position: relative;
}

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

nav ul li.this > a,nav ul li.this > a:hover {
    color: #0056a7;
    font-weight: bold;
}

nav ul li.this > a:before {
    content: ;
    display: block;
    width: 100%;
    height: 1px;
    background: #0056a7;
    bottom: 12px;
    position: absolute;
}

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

nav ul li.son > a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100px;
    float: right;
    color: #999;
    position: relative;
    margin-left: 5px;
    background: url(../images/ico/ico_down.png) 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: 100%;
    margin: 0;
    line-height: 18px;
    padding: 30px 200px 10px 200px;
    display: none;
    background: #0056a7;
    position: absolute;
    left: 0px;
    z-index:95;
}

nav ul li dl dt {
    width: 22%;
    height: auto;
    line-height: 30px;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav ul li dl dt:nth-of-type(4n) {
    margin-right: 0;
}

nav ul li dl dt a {
    color: #fff;
}

nav ul li dl dt p > a {
    display: inline-block;
    color: #fff;
    padding: 0 25px 0 0;
    border: 0;
    font-weight: normal;
    background: url(../images/ico/star_04.png) right center no-repeat;
    background-size: auto 14px;
}

nav ul li.tid1 dl dt {
    width: 48%;
    margin-right: 4%;
}

nav ul li.tid1 dl dt:nth-of-type(2n) {
    margin-right: 0;
}

nav ul li.tid1 dl dt p > a {
    background: none;
}

nav ul li.this dl a {
}

nav ul li dl a,nav ul li.this dl a {
}

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

nav ul li dl dt p {
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 10px;
}

nav ul li.tid1 dl dt p {
    border-bottom: 2px solid #eee;
}

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

nav ul li.tid1 dl dt span {
    display: block;
}

.topsearch {
    position: relative;
    width: auto;
    height: 100px;
    float: right;
    padding-right: 0;
}

.topsearch form {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    border-radius: 15px;
    margin: 35px 0;
    position: relative;
    overflow: hidden;
}

.search-ipt {
    width: 100%;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0 15px;
}

.search-btn {
    width: 40px;
    height: 30px;
    position: absolute;
    border: 0;
    background: url(../images/ico/search_b.png) center center no-repeat;
    background-size: 16px;
    right: 0;
    cursor: pointer;
}

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

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

.tp {
    width: 100%;
    line-height: 40px;
    background: rgba(240,240,240,.5);
    margin-top: -40px;
    margin-top: 0px\0;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner + .tp {
    display: none;
    margin-top: -40px;
    background: rgba(255,255,255,.3);
}

.tp a {
    color: #999;
}

.tp a:hover {
    color: #0056a7;
}

.tp .wrap {
    padding: 0 0 0 10px;
    max-width: 100%;
}

.tp b {
    display: inline-block;
    color: #255da6;
    width: auto;
    float: left;
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    background: url(../images/ico/icon_go.gif) left center no-repeat;
}

.tp span {
    display: inline-block;
}

#wbody .tp {
    display: none;
}

#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: #0056a7;
    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: 0px 0 20px;
    padding: 40px 0 0;
    overflow: hidden;
    position: relative;
}

.text-left{
    text-align:left;
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}

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

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

.bigtit a {
    color: #000;
}

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

.bigtit h3 b {
    display: inline-block;
    font-size: 28px;
    line-height: 50px;
    padding: 0px 0px;
    font-weight: normal;
    position: relative;
}

.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: #ddd;
    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: ;
}

.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;
}

.jjfa {
    padding-bottom: 80px;
}

.jjfa .fangan {
    text-align: center;
}

.jjfa .fangan ul li {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    padding: 50px 15px;
}

.jjfa .fangan h3 {
    line-height: 50px;
}

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

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

.lxfs{
    width: 100%;
    padding: 0px 0 50px 0;  
    display:none;  
}

#swiper2 {
    margin: 0px auto;
}

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

#swiper2 .slides {
}

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

#swiper2 .slides li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

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

#swiper2 .slides li strong {
    display: block;
    padding: 5px 15px;
    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;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

#swiper2 .slides li b {
    display: block;
    text-align: center;
}

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

#swiper2 .carousel li {
    margin-right: 40px;
}

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

#swiper2 .flex-direction-nav {
    height: 48px;
    width: 80px;
    display: block;
    position: absolute;
    top: -68px;
    right: 0;
}

#swiper2 .flex-direction-nav a {
    position: absolute;
    top: 0;
    opacity: .7;
    margin: 0 auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}

#swiper2 .flex-direction-nav a:hover {
    opacity: 1;
}

#swiper2 .flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(../images/ico/page_prev.png);
}

#swiper2 .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(../images/ico/page_next.png);
}

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

#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: #0056a7;
}

#swiper3 .slides li {
    position: relative;
}

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

#swiper3 .slides li img {
}

#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;
}

.wel-case .flex-control-nav {
    bottom: 20px
}

.wel-banner .flex-control-nav li, .wel-case .flex-control-nav li {
    margin: 0 2px
}

.wel-banner .flex-control-nav li a, .wel-case .flex-control-nav li a {
    width: 12px;
    height: 12px;
    background: url(../img/btn01.png) no-repeat center;
    background-size: 100% 100%;
    transition: background .3s;
    box-shadow: none
}

.manage-bot .flex-control-nav {
    display: none
}

.wel-banner .flex-control-paging li a.flex-active, .wel-banner .flex-control-paging li a:hover, .wel-case .flex-control-nav li a:hover, .wel-case .flex-control-nav li a.flex-active {
    background: url(../img/btn01_h.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: none
}

.wel-case {
    padding: 0px 0 0 0;
    width: 100%;
    position: relative;
    /* background: #f1f1f1; */
    overflow: hidden;
}

.wel-case .bigtit {
    padding-top: 40px;
}



#home .js_tab {
    width: 100%;
    margin: 0 auto;
}

#home .js_tab h4 {
    font-weight: normal;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin:10px auto 30px;
    padding:0;
    background:transparent;
}
#home .js_tab h4 span {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    color: #0056a7;
    border:1px solid #0056a7;
    text-align: center;
    padding:0 15px;
    border-radius:0;
}
#home .js_tab h4 span a{
    color:#0056a7;
}
#home .jsTab_title span {
    cursor: pointer;
}
#home .jsTab_title .jsTab_this {
    background: #0056a7;
    color: #fff;
}
#home .jsTab_title .jsTab_this a {
    color: #fff;
}

#home .jsTab_con {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    overflow:hidden;
}
#home .js_tab ul li {
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#home .js_tab ul li a:before {
    content:none;
}

#home .goodslist li {
    width: 32.33%;
    padding: 0;
    float: left;
    margin: 0px 1.5% 20px 0px;
    position: relative;
    overflow: hidden;
}
#home .goodslist li:nth-child(3n){
    margin-right:0;
}
#home .goodslist li .zfx {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin:0 auto;
    border: 0px solid #f9f9f9;
}



.w1400 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 92%;
}

@media (max-width: 1430px) {
    .w1400 {
        width: 100%;
    }
}

.ser-contact-list li a {
    display: block;
    width: 100%
}

.wel-case-title {
    font-size: 24px;
    color: #24272b;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 22px
}

.jsTab_title{
    text-align:center;
    margin-bottom:20px;
}
.jsTab_title span{
    display: inline-block;
    width: auto;
    margin: 0 10px;
    color: #00B3D5;
    border: 1px solid #00B3D5;
    text-align: center;
    padding: 0 15px;
    border-radius: 0;
}
.jsTab_title span a{
    color: #00B3D5;
}

.wel-case-list {
    padding-bottom: 86px
}

.wel-case .flex-viewport {
    overflow: visible !important
}

.wel-case .slides li {
    overflow: hidden;
    position: relative;
    float: left;
    width: 420px;
    margin-right: 25px
}

.wel-case .slides li img {
    width: auto;
    max-width: 780px;
}

.wel-case .slides .con {
    position: absolute;
    bottom: -72%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    padding: 9% 50px 0;
    transition: bottom .3s
}

.wel-case .slides .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0)
}

.wel-case .slides .font-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity;
    transition-duration: .3s;
    transition-delay: .2s
}

.wel-case .slides .tit {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    color: #fff;
    font-weight: bold
}

.wel-case .slides .en {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60);
    line-height: 24px;
    min-height: 24px
}

.wel-case .slides .font {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    margin-top: 18px
}

.wel-case .slides .more {
    margin-top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    background: url(../images/wel02.png) no-repeat center
}

.wel-case-list .flex-direction-nav a {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 66px;
    height: 77px;
    margin: -38px 0 0;
    text-shadow: none;
    background-size: 100% !important;
    transition: background .3s;
    z-index: 1
}

.wel-case-list .flex-direction-nav a:before {
    font-size: 0
}

.wel-case .flex-viewport {
    overflow: visible !important
}

.wel-case-list .flex-direction-nav .flex-prev {
    background: url(../images/a32.png) no-repeat center;
    left: -121px
}

.wel-case-list .flex-direction-nav .flex-next {
    background: url(../images/a33.png) no-repeat center;
    right: -121px
}

.wel-case-list .flex-direction-nav .flex-prev:hover {
    background: url(../images/a32_h.png) no-repeat center
}

.wel-case-list .flex-direction-nav .flex-next:hover {
    background: url(../images/a33_h.png) no-repeat center
}

.wel-case .slides li:hover .con {
    bottom: 0
}

.wel-case .slides li:hover .font-bg {
    opacity: .3;
    filter: alpha(opacity=30)
}

@media(max-width: 1430px) {
    .wel-case-list .flex-direction-nav a {
        width: 44px;
        height: 51px;
        margin: -25px 0 0
    }

    .wel-case-list .flex-direction-nav .flex-prev {
        left: 50px
    }

    .wel-case-list .flex-direction-nav .flex-next {
        right: 50px
    }
}

@media(max-width: 1024px) {
    .wel-case .slides .con {
        bottom: 0;
        padding: 9% 10px 0
    }

    .wel-case .slides .font {
        font-size: 20px;
        line-height: 30px;
        margin-top: 33px
    }

    .wel-case {
        padding: 0px 0 0 0;
        background:#fff;
    }

    .wel-case-list {
        padding-bottom: 50px
    }

    .wel-case .flex-control-nav {
        bottom: 5px
    }

    .wel-case-list .flex-direction-nav .flex-prev {
        left: 0
    }

    .wel-case-list .flex-direction-nav .flex-next {
        right: 0
    }
}

@media(max-width: 768px) {
    .wel-case-title, .wel-product-title {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 12px
    }
}

@media(max-width: 480px) {
    .wel-case-list .flex-direction-nav a {
        width: 25px;
        height: 29px;
        margin: -15px 0 0
    }

    .wel-case .slides .font {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .wel-case .slides .con {
        padding: 9% 30px 0
    }
}

@media(min-width: 1025px) {
    .wel-case .slides li:hover .con {
        bottom: 0
    }

    .wel-case .slides li:hover .font-bg {
        opacity: .3;
        filter: alpha(opacity=30)
    }
}

.gsxx {
    padding-bottom: 50px;
}

.xa_ahh li {
    width: 23.5%;
    float: left;
    border:1px solid #f1f1f1;
    margin-bottom:20px;
    margin-right: 2%;
}

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

.xa_ahh li .a3_bb a.img {
    display: block;
    position: relative;
}
.xa_ahh li .a3_bb a.img i{
    display:block;
    width:100%;
    height:0;
    padding-bottom:66.66%;
    overflow:hidden;
}
.xa_ahh li .mt17 {
    margin-top: 14px;
}

.xa_ahh li .aghagh {
    position: relative;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0px 20px 0;
    color:#0056a7;
    background:;
    width: 100%;
    height: 50px;
}

.xa_ahh li .aghagh h2 {
    color: #333;
    font-size:14px;
    line-height:50px;
    text-align:center;
    font-weight:normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.xa_ahh li .aghagh h3 {
    color: #ffffff;
    font: 500 15px/24px "";
    height: 48px;
    overflow: hidden;
}

.xa_ahh li .a3_bb:hover .aghagh {
    background: rgba(0,86,167,.85);
}
.xa_ahh li .a3_bb:hover .aghagh h2{
    color:#fff;
}

.fang {
    overflow: hidden;
}

.fang img {
    width:100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.fang:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indexNewsList {
    width: 47%;
}

.indexNewsList .news-cat {
    font-size: 16px;
    border-bottom: 2px solid #929292;
    line-height: 35px;
}

.indexNewsList .news-cat span {
    float: right;
    font-size: 12px;
}

.index-news .newsItem {
    padding: 0px 0 50px;
}

.indexNewsList ul {
    padding-top: 10px;
}

.indexNewsList ul li {
    line-height: 35px;
    height:35px;
    overflow:hidden;
}

.indexNewsList ul li span {
    float: right;
    color: #838383;
}

.indexNewsList ul li a {
    display:inline-block;
    float:left;
    max-width:75%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.youshi {
    padding: 0px 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;
}

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

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

.youshi .item {
    margin: 0 10px;
}

.youshi li {
    float: left;
    width: 23%;
    margin: 0 1%;
    height: 380px;
    background: #dfffe9;
    padding: 20px 5px;
    transition: .3s;
}

.youshi li p {
    color: #888;
    text-align: left;
    line-height: 24px;
}

.youshi .icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    padding: 0px;
    text-align: center;
    -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: #0056a7
}

.youshi li:hover .icon {
    background: #0056a7
}

.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: #0056a7;
    overflow: visible;
    float: left;
}

.links {
    margin: 40px 0;
}

.links span {
    font-weight: bold;
}

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

.tjcp {
    padding: 0 0 60px 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 10px;
    height: 250px;
    border-top: 1px solid #ddd;
}

.plist li strong {
    display: block;
    font-weight: bold;
    position: relative;
    padding-left: 0px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.plist li .picture {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.plist li .picture img {
    width: auto;
    height: 200px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.plist li a span {
    display: block;
    width: 90%;
    margin: 10px auto;
    color: #999;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
}

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

.plist li:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -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 0px;
}

.gray.ywms {
    padding-top: 0;
}

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

.yewu ul li {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden;
}

.yewu ul li div {
    width: 50%;
    float: left;
    text-align: center;
}

.yewu ul li:nth-child(2n) div:first-child {
    float: right;
}

.yewu ul li div img {
    width: 100%;
}

.yewu ul li div h3 {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-top: 20px;
    font-size: 24px;
    line-height: 50px;
    font-weight: normal;
}

.yewu ul li div p {
    padding: 20px 20%;
}

.yewu ul li div a {
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 5px 20px;
}

.yewu ul li div a:hover {
    background: #0056a7;
}

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

.gywm h3 {
    color: #0056a7;
    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: #f9f9f9;
}

.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: #0056a7;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 8;
    border-left: 3px solid #0056a7;
}

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

.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;
}

.sonchannel {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
}

.sonchannel a {
    display: inline-block;
    margin: 5px 1px;
    padding: 5px 20px;
    background: #f1f1f1;
}

.sonchannel a.on {
    color: #fff;
    background: #000;
}

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

.s-side {
    width: 100%;
    position: relative;
    padding: 0 0px;
    height: auto;
    float: left;
    overflow: hidden;
}

.s-side > ul > li {
    display: block;
    font-size: 16px;
    line-height: inherit;
    text-indent: 0px;
    text-align: left;
    border-bottom: 1px dotted #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-side .s-firstItem i {
    font-size: 20px
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0 0 5px #eee;
    white-space: 10px
}

.s-side .first {
    padding: 0px 0;
    line-height: 40px;
    border-bottom:1px solid #f9f9f9;
}

.s-side .first:first-child ul {
    /* display: block; */
}

.s-side .d-firstNav {
    float: left;
    width: 100%;
    padding: 0 0px 0 20px;
    line-height: 60px;
    height: 60px;
    background-color: #e9e9e9;
}

.s-side .d-firstNav span {
    display: inline-block;
    margin-left: 0px;
    max-width:180px;
    overflow:hidden;
}

.s-side .d-firstNav span b {
    font-weight: normal;
}

.s-side .d-firstNav i.fr {
    font-size:16px
}

.s-side .s-secondNav,.s-side .s-secondItem {
    margin-left: 5%;
    margin-top: 0px;
    width: 90%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.s-side .s-secondItem i {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.s-side .s-secondItem a {
    display: inline-block;
    float: left;
    font-size: 15px;
    background: url(../images/ar.gif) 0 10px no-repeat;
    text-indent: 5px;
    text-align: left;
    max-width:200px;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.s-side a:hover,.s-secondNav:hover,.d-firstNav:hover {
    color: #1A5DA3;
    cursor: pointer
}

.s-side > ul > li .d-secondNav i,.s-side > ul > li .d-secondNav span {
    display: inline-block;
    line-height: 30px;
}

.s-side .first i {
    display: inline-block;
    width: 50px;
    line-height: 60px;
    text-align: center;
    color: #0056a7;
    position:relative;
    z-index:90;
}

.s-side .first .d-firstNav .fa-caret-right {
    display: inline-block;
    width: 20px;
    height:60px;
    line-height: 60px;
    text-align: center;
    transition: transform .5s;
}

.s-side .first .s-secondItem i {
    display: inline-block;
    width: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.s-side .d-secondDrop {
    margin-left: 100px;
    margin-top: 10px
}

.iconRotate {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    transition: transform .5s;
}

.s-firstDrop,.s-secondDrop {
    display: block;
    float: left;
    width: 100%;
    display:none;
}

.goodslist {
    padding: 5px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.goodslist li {
    width: 32.33%;
    padding: 0;
    height: auto;
    float: left;
    margin: 0px 1.5% 40px 0;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    overflow: hidden;
}

.goodslist li:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

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

.r4 li {
    width: 22%;
    padding: 0;
    height: 380px;
    float: left;
    margin: 0px 4% 50px 0;
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.r4 li:nth-child(3n) {
    margin-right: 4%;
}

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

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

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

.goodslist li .zfx img {
    height: auto;
    width: auto;
    max-width: 100%;
    /* max-height: 100%; */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

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

.goodslist li:hover a,.goodslist li:hover a span {
    color: #fff;
}

.goodslist li .zfx .picture {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    text-align: center;
    border: 1px solid #f9f9f9;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

.goodslist li:hover .zfx .picture {
    /*border: 1px solid #f1f1f1;*/
}

.goodslist li p {
    padding: 15px 15px;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goodslist li:hover p{
    color:#fff;
    background: #0056a7;
}

.goodslist li span {
    display: block;
    width: 100%;
    height: auto;
    max-height: 40px;
    line-height: 20px;
    padding: 0 10px;
    color: #666;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

.goodslist li a span:empty {
    display: none;
}

.goodslist li a em {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
    text-align: center;
}

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

.goodslist li a:hover span {
    color: #ccc;
    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: 25%;
    height: auto;
    padding: 0 5px;
    float: left;
    margin: 0px 0 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: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    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: #0056a7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

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

.photolist li a span font {
    color: #0056a7;
}
.photolist li a p{
    text-align:left;
}

.photolist li a i {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    text-align: center;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.photolist li a img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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 #0056a7;
}

.photolist li a:hover i img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.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: 40px;
    line-height: 40px;
    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-height: 100%;
}

.hezuo .photolist li {
    width: 200px;
    height: 120px;
    padding: 0;
    float: left;
    margin: 0px 50px 50px 0px;
    position: relative;
    overflow: hidden;
}

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

.hezuo .photolist li a i {
    display: block;
    width: 200px;
    height: 120px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

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

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

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

.newslist li {
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.newslist li:last-child {
    /* border-bottom: 0; */
}

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

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

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

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

.newslist li img {
    width: auto;
    height: auto;
}
.newslist li img[src*='defaultpic.gif']{
    width:100%;
    height:100%;
}



.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: 0 0 10px;
}

.tid6 .newslist li time {
    display: none;
}

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

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

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

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

.newslist li p a .download{
    display:inline-block;
    position:absolute;
    right:0;
    background:#0056a7 url(../images/download.png) 10px center no-repeat;
    background-size:auto 16px;
    color:#fff;
    font-size:12px;
    padding:0 10px 0 25px;
    border-radius:6px;
}
.newslist li p a:hover .download{
    opacity:.9
}

.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: #0056a7;
}

#home .newslist {
    width: 100%;
    padding: 0 0px;
    margin: 0;
    float: left;
    height: 120px;
}

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

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

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

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

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

#home .newslist li p {
    padding: 0px 0 0px 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#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%;
}

.gird {
    width: 48%;
}

.gird > div {
    width: 100%;
    float: left;
}

.gird a.btn {
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    padding: 5px 20px;
    margin: 20px 0;
}

.gird a.btn:hover {
    background: #0056a7;
    color: #fff;
}

.about{
    padding:50px 0;
}

.about .bigtit{
    padding-top:20px;
}
.about .fl > h5{
    margin:10px 0;
}
.about .fl > h5 a{
    display:inline-block;
    background:#0056a7;
    color:#fff;
    padding:0 25px;
    line-height:30px;
    border-radius:6px;
}
.about .fl > h5 a:hover{
    opacity:.9;
}
.hzal {
    padding-bottom: 50px;
}

.hzpp {
    width: 100%;
    float: right;
    height: auto;
    overflow: hidden;
}

.hzpp li {
    width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
}

.hzpp li p {
    background: #fff;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.hzpp li img {
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 10px;
}

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: 0px auto;
    text-align: left;
    float: left;
    padding: 50px 0 40px;
    overflow: hidden;
}

.pagelist li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: auto;
    padding: 0 0px;
    float: left;
    text-align: center;
    margin: 0 10px 10px 5px;
}

.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 15px;
    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: #0056a7;
    color: #fff;
    border: 1px solid #0056a7;
}

.pagelist li.prev a {
    width: 40px;
    background: #f9f9f9 url(../images/ico/page_prev.png) 50% 50% no-repeat;
    background-size: 16px;
    text-indent: -9999px;
    border: 1px solid #ddd;
}

.pagelist li.next a {
    width: 40px;
    background: #f9f9f9 url(../images/ico/page_next.png) 50% 50% no-repeat;
    background-size: 16px;
    text-indent: -9999px;
    border: 1px solid #ddd;
}

.showbody {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 50px;
    height: auto;
    position:relative;
    overflow: hidden;
}

.bodyheader {
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}

.showbody iframe{
    display:block;
    width:720px;
    height:480px;
    max-width:100%;
    margin:0 auto;
}
.showbody p {
    text-align: ;
}

.showbody h1 {
    margin: 0px auto 0;
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    font-weight: normal;
}
.pdf .bodyheader h1{
    width:70%;
    float:left;
}
.pdf .file{
    display:inline-block;
    width:25%;
    float:right;
    position:absolute;
    right:0;
}
.pdf .file a{
    display:inline-block;
    line-height:40px;
    height:40px;
    float:right;
    padding:0 20px;
    border:1px solid #0056a7;
    color:#0056a7;
    border-radius:4px;
}
.pdf .file a:hover{
    background:#0056a7;
    color:#fff;    
}

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

.showbody h1 b {
    color: #0056a7;
}

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

.showbody p {
    padding: 0px 0;
    text-indent: 0em;
}

#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;
}

.shopview h1,.shopview h2 {
    line-height: 50px;
    padding: 10px 0;
    font-size: 36px;
}

.shophead {
    height: auto;
    width: 100%;
    padding: 0px 0 0px;
    /* border-bottom:1px solid #ddd; */
    overflow: hidden;
}

.shophead .picture {
    float: left;
    width: 42%;
    border:1px solid #f1f1f1;
    padding:10px;
}

.shophead .picture img {
    border: 5px solid #fff;
    margin: 0px auto;
    width: 400px;
    height: auto;
    padding: 0px;
}

.shophead .pinfo {
    float: right;
    width: 54%;
}


.shophead .file{
    width:100%;
    height:auto;
    margin:15px 0;
}
.shophead .file a{
    display:inline-block;
    line-height:40px;
    height:40px;
    padding:0 20px;
    border:1px solid #0056a7;
    color:#0056a7;
    border-radius:4px;
}
.shophead .file a:hover{
    background:#0056a7;
    color:#fff;    
}

.shophead h1 {
    line-height: 40px;
    padding: 10px 0px 20px;
    position: relative;
    border-bottom:1px solid #ddd;
    margin-bottom:20px;
}

.shophead h1:after {
    display: block;
    width: 80px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
}
.shophead h3{
    margin-bottom:15px;
}
.shophead h5 {
    line-height: 25px;
    color: #666;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 0px;
    display: none;
}

.shophead h5:empty {
    display: none;
}

.shophead h4 {
    line-height: 25px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
}

.shophead h4:empty {
    display: none;
}

.shophead h6 {
    line-height: 30px;
    font-weight: normal;
    font-size: 32px;
    padding: 15px 0;
    color: #0056a7;
}

.shophead h6 small {
    font-size: 14px;
}

.shophead table {
    width: 100%;
    margin-bottom: 25px;
}

.shophead table,.shophead table td {
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    vertical-align: top;
}

.shophead table tr td {
    padding: 5px 10px;
}

.shophead table tr td:first-child {
    background: #f9f9f9;
    width: 120px;
}

.shophead .linkto {
    margin-top: 25px;
}

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

.linkto.bt {
    text-align: center;
}

.linkto.bt a {
    display: inline-block;
    margin: 50px 5px;
}

.linkto:empty {
    display: none;
}

.shophead .swiper-container {
    width: 100%;
    /* max-width: 400px; */
    margin-left: 0;
    margin-right: auto;
}

.shophead .swiper-slide {
    background-size: 90%;
    background-position: center;
    background-repeat:no-repeat;
}
.shophead .gallery-thumbs{
    display:none;
}


.gallery-top {
    height: 400px;
    width: 100%;
    position: relative;
    /* border: 1px solid #f1f1f1; */
    overflow: hidden;
}

.gallery-top .swiper-slide {
    width: 100%;
    height: 100%;
}

.gallery-top .swiper-button-white {
    display: none;
}

.gallery-thumbs {
    height: 72px;
    box-sizing: border-box;
    padding: 0px 0;
    margin-top: 10px;
    position: relative;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.75;
    border: 1px solid #f1f1f1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.fullcontent table,.showcontent table,.shopview table {
    margin: 10px auto;
    border-collapse: collapse;
}

.fullcontent table td,.showcontent table td,.shopview table td {
    padding: 5px 10px;
    border-collapse: collapse;
    border: 1px solid #999;
}

.fullcontent table.ke-zeroborder td,.showcontent table.ke-zeroborder td, .shopview table.ke-zeroborder td {
    border: 0;
}

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

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

.showbody .hd{
    border-bottom: 1px solid #0056a7;
    margin: 30px 0 10px;
    position: relative; 
    height:auto;
    overflow:hidden;
}
.showbody .hd li{
    display: inline-block;
    background: #ddd;
    color: #333;
    padding: 0 20px;
    width: 140px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    float:left;
    margin-right:1px;
}
.showbody .hd li.on{
    background: #0056a7;
    color: #fff;
}

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

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

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

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

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

.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: #0056a7;
}

#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: #0056a7;
    color: #fff;
    font-size: 16px;
}

#myform button:hover {
    background: #0056a7;
}

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

#aside h3 {
    width: 100%;
    padding: 0 10px;
    float: left;
    line-height: 80px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: #0056a7;
    background-size: 100% 100%;
    overflow: hidden;
}

#aside h3.sontit {
    display: none;
}

#aside h3.sontit.has {
    display: block;
}

#aside h3 b {
    display: block;
    width: 100%;
    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;
}

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

.likebox h3 {
    line-height: 40px;
    text-indent: 0px;
    border-bottom: 1px solid #ddd;
    /* background-color:#f1f1f1; */
    /* background-image: linear-gradient(#fdfdfd, #f0f0f0); */
}

.likearc {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.likearc li {
    width: 48%;
    height: auto;
    line-height: 35px;
    float: left;
    margin-right:2%;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.likearc li img {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.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: #0056a7;
}

#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: #0056a7;
}

.sonchl li.cur a {
    color: #0056a7;
}

.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%;
    max-width: 1000px;
    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: 100%;
    display: inline-block;
    float: left;
    line-height: 25px;
    color: #666;
}

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

.context ul li a {
    color: #000;
    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 {
    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: #0056a7;
}

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

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

.login font {
    /* color: #0056a7; */
    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: #0056a7;
    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: #0056a7;
}

#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: #333;
    background: #f1f1f1;
    overflow: hidden;
}

footer a {
    color: #333;
}

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

footer h4 {
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: left;
}

footer .col-md-s:nth-child(n+5) h4{
    margin-top:20px;
}



.col-md-s {
    width:25%;
    float: left;
}

.col-md-l {
    width: 44.444444444444444%;
    float: left;
}

.col-sm-2 {
    width: 16.66666667%;
    float: left;
}
.bottom-nav {
    background-color: #f1f1f1;
    margin: 0px auto;
    padding: 60px 0;
    height:auto;
    overflow:hidden;
}

.bottom-nav .row .col-md-s {
    text-align: center;
}

.bottom-nav .row .col-md-s:nth-child(1), .bottom-nav .row .col-md-s:nth-child(2) {
    text-align: center;
}

.bottom-nav .row .col-md-s:nth-child(6), .bottom-nav .row .col-md-s:nth-child(7) {
    text-align: right;
}

.bottom-nav .row .col-md-s > div {
    display: inline-block;
    text-align: center;
}

.bottom-nav h4 {
    font-weight: bold;
    font-size: 15px;
}

.bottom-nav h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
}

.bottom-nav dd {
    line-height: 24px;
}

.bottom-nav h5 a, .bottom-nav h4 a {
    text-decoration: none;
    color: #666;
}

.bottom-nav h5 a {
    font-size: 13px;
    color: #555;
}

.bottom-nav h4 a {
    font-size: 15px;
    color: #444;
}

.bottom-nav dd a {
    color: #666;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    text-decoration: none;
    white-space: nowrap;
}

.bottom-nav dd a:hover {
    color: #0068b7;
}

@media (max-width: 991px) {
    .col-md-s {
        width: 25%;
        float: left;
    }

    .bottom-nav .row .col-md-s {
        text-align: left !important;
    }

    .bottom-nav .row .col-md-s:nth-child(3), .bottom-nav .row .col-md-s:nth-child(7) {
        text-align: center !important;
    }

    .bottom-nav .row .col-md-s:nth-child(4) {
        text-align: left !important;
    }

    .bottom-nav .row .col-md-s:nth-child(7) > div {
        margin-left: -28px;
    }

    .col-md-l {
        width: 50%;
        float: left;
    }

    .col-sm-2 {
        width: 20% !important;
        float: left !important;
    }

}


@media (max-width: 767px) {
    .bottom-nav {
        margin: 0px auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        height:auto;
        overflow:hidden;
    }

    .bottom-nav .col-md-s {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid #EEE;
    }
    footer .col-md-s:nth-child(n+5) h4{
        margin-top:0;
    }

    .bottom-nav .col-md-s:last-child {
        border-bottom: none;
    }

    .bottom-nav .col-md-s h4 {
        margin: 0;
        line-height:20px;
        text-align:left;
    }

    .bottom-nav .col-md-s .bottom-nav-item {
        overflow: hidden;
        height: 0;
        margin-bottom: 0;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }

    .bottom-nav .col-md-s .bottom-nav-item dl {
        margin-bottom: 0;
    }

    .bottom-nav .col-md-s h4 a {
        display: block;
        padding: 15px 0;
    }

    .bottom-nav .row .col-md-s > div {
        display: block !important;
        text-align: left;
    }

    .bottom-nav .row, .bottom-nav .row .col-md-s > div {
        margin: 0 !important;
    }

    .bottom-nav .col-md-s h4 .arrow {
        display: block;
        margin-top: 15px;
        float: right;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(../images/arrow.png);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .bottom-nav .col-md-s h4 span.arrow-open {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .bottom-nav .col-md-s dd {
        line-height: 30px;
        padding-left: 15px;
    }

    .bottom-nav .col-md-s dd a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        background-repeat: no-repeat;
        background-position: right -112px;
        background-image: url(../images/ico.png);
    }

}






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

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

.ftlogo {
    width: 10%;
    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 {
    width: 100px;
    height: auto;
}

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

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

.ftmenu dl dt {
    font-weight: bold;
    margin: 0 auto 5px;
    width: 100%;
}

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

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

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

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

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

.ftewm h4 {
    text-indent: 0px;
    text-align: center;
}

.ftewm p {
    width: 120px;
    padding: 0;
    margin-left: 30px;
    height: auto;
    float: right;
    text-align: center;
    overflow: hidden;
}

.ftewm img {
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    display: block;
    margin: 5px auto;
    clear: both;
}

.ftewm p span {
    display: block;
    width: 120px;
    height: auto;
    text-align: center;
    clear: both;
}

.bottom .wrap{
    height:auto;
    border-top: 1px solid #ddd;
    overflow:hidden;
}
.bottom .power {
    width: 40%;
    float: left;
    height: auto;
    padding: 32px 0;
    line-height: 25px;
    text-align: left;
    color: #666;
    overflow: hidden;
}
.bottom .power img{
    height:25px;
}
.bottom .power a {
    color: #666;
}

.bottom .lxfs {
    width: 60%;
    padding:20px 0;
    float: right;
}
.bottom .lxfs .lx{
    width:65%;
    float:left;
    padding:12px 0;
}
.bottom .lxfs .gzh{
    display:block;
    width:30%;
    float:right;
    text-align:right;
}
.bottom .lxfs img {
    width: 100px;
    height: 100px;
    float: right;
    margin-right: 0px;
}

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

.contact {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 404px;
    box-sizing: border-box;
    z-index: 99;
}

.contact > img {
    width: 54px;
}

.contact .transition {
    transition-duration: 0.8s;
}

.contact-item-block {
    position: absolute;
    right: 0;
    width: 59px;
    height: 66px;
    background-color: #fff;
    border-right: none;
    box-sizing: border-box;
}

.contact-item-block:nth-child(1) {
    top: 0;
}

.contact-item-block:nth-child(2) {
    top: 47px;
}

.contact-item-block:nth-child(3) {
    top: 113px;
}

.contact-item-block:nth-child(4) {
    top: 179px;
}

.contact-item-block:nth-child(5) {
    top: 245px;
}

.contact-item-block:nth-child(6) {
    top: 311px;
}

.contact-item-block:nth-child(7) {
    top: 398px;
}

.contact-item {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    border-right: none;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-product,.br-contact-1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.contact-search,.br-contact-2 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.contact-item-p {
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
    text-align: center;
}

.contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

.contact-in.cur {
    width: 156px;
    background-color: transparent;
}

.contact-in.cur .contact-item-in {
    width: 100%;
    display: block;
}

.contact-in.cur .contact-item {
    display: none;
}

.contact-in:before {
    content: "";
    background-color: #20B09F;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

.contact-in.cur:before {
    width: 100%;
}

.contact-item-block.contact-top {
    display: none;
    cursor: pointer;
    width: 58px;
    height: 58px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
    border-radius: 50%;
}

.contact-item-block.contact-top:hover {
    background: #20B09F;
}

.contact-item-block.contact-top:hover .contact-item-p {
    color: #fff;
}

.contact-item-block.contact-top .contact-item-p {
    font-size: 14px;
    margin-top: 0;
}

.contact-in.contact-search.cur {
    border-left: none;
}

.contact-qr-show {
    display: none;
    position: relative;
    z-index: 1;
    border: 1px solid #20B09F;
}

.contact-qr-show img {
    width: 100%;
}

/*float contact*/
.contact-form {
    position: absolute;
    width: 0;
    height: 232px;
    right: 156px;
    bottom: -1px;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
}

.contact-form.cur {
    width: 200px;
    opacity: 1;
}

.float-contact {
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: rgba(0, 162, 255, 0.8);
    border-bottom: 1px solid #00A2FF;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
}

.fc-close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 0;
    background: url(../../images/special/float-contact/fc-close.png) no-repeat 20px 8px;
    cursor: pointer;
}

.fc-title {
    height: 35px;
    margin: 0 8px;
    background: url(../../images/special/float-contact/fc-title.png) no-repeat left center;
}

.fc-form {
    margin: 0 14px 14px;
}

.fc-input {
    display: block;
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    text-indent: 10px;
    font-size: 12px;
    color: #666;
}

.fc-input:focus {
    box-shadow: inset 0px 0px 2px 1px #999;
}

.fc-submit {
    text-align: center;
}

.fc-btn {
    background-color: #fff;
    border: none;
    padding: 3px 15px;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.fc-btn:hover {
    color: #00A2FF;
}

/*contact-pop*/
.contact-pop {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 490px;
    padding-bottom: 30px;
    background-color: rgba(4, 14, 53, .8);
    display: none;
}

.contact-pop-top {
    padding: 20px 0 15px;
    position: relative;
}

.contact-pop-top img {
    display: block;
    margin-right: 15px;
    position: relative;
    /* top: 10px; */
}

.contact-pop-top-p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    align-self: flex-end;
    width: 353px;
}

.contact-pop-top-p .tel {
    font-size: 18px;
    font-weight: normal;
}

.contact-pop-close {
    position: absolute;
    width: 40px;
    height: 60px;
    right: 0;
    top: 0;
    background: url(../../images/special/co/contact-pop-close.png) no-repeat center;
}

.contact-pop-form {
    margin: 0 15px;
    padding: 0 30px 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
    font-size: 0;
}

.contact-pop-form img {
    height: 38px;
    vertical-align: middle;
}

.contact-pop-form label {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.is_verify_on .contact-pop-form label {
    position: relative;
    top: 20px;
}

.contact-pop-form input {
    vertical-align: middle;
    border: none;
    width: 205px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #fff;
    font-size: 14px;
}

.contact-pop-form .verify-input {
    width: 102px;
    margin: 10px 0 0 80px;
}

.contact-pop-form .submit {
    vertical-align: middle;
    height: 38px;
    border: none;
    background-color: #FFE32A;
    color: #333;
    cursor: pointer;
    padding: 0 10px;
}

.contact-pop-btn {
    text-align: center;
    margin-top: 20px;
}

.contact-pop-btn a {
    width: 220px;
    height: 38px;
    line-height: 38px;
    background-color: #3CA7FC;
}

.contact-pop-btn a:hover {
    background-color: #0891ff;
}

.contact-pop-btn a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../images/special/co/contact-pop-btn.png) no-repeat center;
    vertical-align: middle;
    margin-right: 8px;
}

.contact-pop-form-item {
    justify-content: flex-start;
}

.contact-pop-form-item.bottom {
    padding-left: 80px;
    margin-top: 10px;
}

.contact-pop-form .contact-pop-form-verify-input {
    width: 60px;
    text-align: center;
}

.contact-pop-form .contact-pop-form-verify-pic {
    margin-right: 10px;
}

.is_verify_on .contact-pop-form-item .phoneNumber {
    margin: 0;
    width: 272px;
}

.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%;
}
.pp48 {
    width: 48%;
}
.pp49 {
    width: 49%;
}
.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%;
}

.pp100 {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.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-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 50px;
    }

    .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: 'PingFang SC','Microsoft Yahei',Arial,Helvetica,san-serif;
        font-size: inherit;
    }

    /*wellwap responsive*/
    #home {
        padding-top: 0;
        width: 100%;
        overflow-x: hidden;
    }

    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: auto;
        text-align: center;
        float: none;
        top: 0;
        margin: 0 auto;
    }

    .hdbox a.logo img {
        height: 20px;
        margin: 15px 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: #0056a7;
        height: auto;
        float: left;
        padding:55px 20px 20px 20px;
        overflow: hidden;
    }

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

    nav ul li.drop {
        background: none;
    }

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

    nav ul li a {
        color: #fff;
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 20px;
        padding: 0px 0;
        line-height: 30px;
    }

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

    nav ul li dl dt {
        width: 50%;
        border-bottom: 0;
        text-indent: 0;
        height: auto;
        line-height: 25px;
        margin: 0;
    }

    nav ul li dl dt:nth-of-type(2n) {
        margin-right: 0;
    }

    nav ul li dl dt p {
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    nav ul li dl dt p > a {
        color: #ddd;
        padding: 0;
        background: url(../images/ico/star_04.png) 80% 50% no-repeat;
        background-size: auto 12px;
    }

    nav ul li dl dt a {
        margin-left: 0px;
        font-size: 16px;
        padding: 0;
    }

    nav ul li.tid1 dl dt {
        width: 100%;
        margin-right: 0;
    }

    nav ul li.tid1 dl dt p {
        border-bottom: 0px;
    }

    nav ul li.tid1 dl dt span {
        display: block;
        width: 50%;
        float: left;
        padding: 0 5px;
    }

    nav ul li.tid1 dl dt span a {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
        font-size: 14px;
        text-align: left;
        color: #aaa;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    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 {
        border-bottom: 0;
    }

    nav ul li.this > a, nav ul li.this > a:hover {
        color: #fff;
        font-weight: normal;
    }

    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/ico_down.png) 50% 50% no-repeat;
        transition: all .3s;
    }

    .topsearch {
        position: absolute;
        width: 100%;
        height: 40px;
        float: right;
        padding-right: 0;
        top:10px;
        left:0;
        padding:0 15px;
    }

    .topsearch form {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #f1f1f1;
        border-radius: 15px;
        margin: 5px 0;
        position: relative;
        overflow: hidden;
    }

    .wrap {
        width: 100%;
    }

    #shop {
        padding-top: 0px;
    }
    
    #home .js_tab h4{
        height:auto;
        margin-bottom:0
    }
    #home .js_tab h4 span{
        margin-bottom:5px;
    }

    .sliderDiv {
        opacity: .8;
    }

    .banner {
        display: none;
    }

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

    #swiper1 .flexslider .slides li {
        height: 200px;
        position: relative;
    }

    #swiper1 .flexslider .slides img {
        width: auto;
        max-width: 640px;
        height: 200px;
    }

    .tjcp {
        padding: 0;
    }

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

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

    #swiper2 .carousel li {
        margin-right: ;
    }

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

    .bigtit h3 p {
        padding: 0 10px;
        margin-top: 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: 32px;
        height: 21px;
        background: #fff;
        background-size: 80% 80%;
        position: absolute;
        left: 10px;
        top: 20px;
        text-indent: -9999px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .mobnav:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        position: absolute;
        left: 0;
        top: 9px;
    }

    .gird {
        width: 100%;
    }

    .gird > div a.btn {
        display: none;
    }

    #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;
    }

    .gsxx,.hzal,.xwzx {
        /* display: none; */
    }

    .about{
        padding:15px;
    }
    .about .pp48{
        width:100%;
    }
    .about .bigtit{
        padding-top:0;
        margin-top:0;
    }
    #home .jsTab_con{
        margin-bottom:0;
    }

    .about .fl > h5{
        text-align:center;
    }
    .about .fl > h5 a{
        width:50%;
    }


    .xwzx {
        padding: 0px 15px;
        display:none ;
    }


    #home .newsimg {
        display: none;
    }

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

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

    #home .newslist li p {
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #home .newslist li a {
        text-align: left;
        padding: 0;
        display: block;
        white-space: nowrap;
    }

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

    #home .newslist li time {
        display: none;
        line-height: 35px;
        margin: 0;
    }

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

    .lxfs{
    width: 100%;
    padding: 0px 15px 50px;  
    display:block;  
    background:#f1f1f1;
    border-bottom:1px solid #fff;
}
.lxfs .pp48{
    width:100%;
}
.lxfs .fl{
    display:none;
}
    #minmain {
        width: 100%;
        min-height: 100px;
        margin: 20px auto;
        padding: 0 10px;
    }

    .contact {
        display: none;
    }

    .gird {
        text-align: center;
    }

    .hzpp {
        width: 100%;
        float: left;
        height: auto;
        overflow: hidden;
    }

    .hzpp li {
        width: 50%;
        float: left;
        margin-bottom: 18px;
    }

    .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: 920px;
        height: auto;
        margin: 0px auto;
        float: left;
        padding: 0px 0px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }

    .nowpos {
        width: 100%;
        height: auto;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        line-height: 30px;
    }

    .nowpos span {
        display: none;
    }

    #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;
    }

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

    .likearc li {
        width: 100%;
        height: auto;
        line-height: 35px;
        float: left;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #aside {
        width: 100%;
        float: left;
        display: none;
        min-height: auto;
    }

    #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%;
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }

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

    .idx_right {
        width: 100%;
    }

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

    .shophead .picture {
        float: left;
        width: 100%;
    }

    .gallery-top {
        height: 360px;
    }

    .shophead .picture img {
        border: 1px solid #f7f7f7;
        margin: 0px auto;
        width: 100%;
    }

    .shophead .pinfo {
        float: left;
        width: 100%;
    }

    .shophead .linkto {
        text-align: center;
        margin-top: 20px;
    }

    .shophead .linkto a {
        display: inline-block;
        margin: 0;
        padding: 8px;
    }

    .linkto.bt a {
        display: inline-block;
        margin: 0;
        padding: 8px;
    }

    .shophead h5 {
        padding: 20px 0 10px;
    }

    .shophead h6 {
        padding-top: 30px;
    }

    .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;
    }

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

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

    .wel-case .bigtit {
        padding-top: 0px;
    }

    .wel-case .slides li img {
    width: auto;
    max-height: 180px;
    max-width: 780px;
}
    .gsxx{
        padding-bottom:0;
    }
    .xa_ahh {
        padding: 0 15px;
    }

    .xa_ahh li {
        width: 49%;
        float: left;
        margin-right:2%;
    }

    .xa_ahh li+li {
        margin-left: auto;
    }

    .xa_ahh li:nth-child(2n) {
        margin-right:0;
    }
    .xa_ahh li:nth-child(2n-1){
        margin-right:2%;
    }

    .xa_ahh li:nth-child(n+5){
        display:none;
    }

    .xa_ahh li .aghagh {
        padding: 13px 15px 10px;
        height: auto;
    }

    .xa_ahh li .aghagh h3 {
        height: auto;
        font-size: 14px;
    }

    .hzpp li img {
        height: 80px;
        width: auto;
        max-width: 100%;
        padding: 10px;
    }

    .indexNewsList {
        width: 100%;
    }

    .gray .bigtit {
        padding: 0px 10px 0;
    }

    .jjfa {
        padding-bottom: 0;
    }

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

    .bigtit h3 {
        font-size: 18px
    }

    .bigtit h3 b {
        display: inline-block;
        width: 100%;
        font-size: 24px;
        line-height: 40px;
        padding: 5px 15px;
        font-weight: ;
        position: relative;
        color: #000;
    }

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

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

    .srbox {
        margin-top: 10px;
    }

    .ywms {
        padding: 0 15px;
    }

    #swiper3 {
        margin-bottom: 30px;
    }

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

    .yewu ul li {
        margin-bottom: 0;
    }

    .yewu ul li div {
        width: 100%;
        float: left;
        text-align: center;
    }

    .yewu ul li div p {
        padding: 20px 0;
        text-align: center;
    }

    .yewu ul li div h3 {
        padding-top: 30px;
    }

    .yewu ul li div a {
        display: none;
    }

    .yewu ul li:last-child div a {
        display: block;
        line-height: 40px;
        margin-bottom: 20px;
        background: #f7f7f7;
        color: #000;
    }

    .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: auto;
        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: #0056a7;
        font-size: 1.6rem;
        margin: 10px 0 0px;
    }

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

    .three li,.plist .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;
    }

    .plist li .picture {
        padding: 20px;
    }

    .plist li .txt {
        height: auto;
    }

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

    #main > h2 {
        margin: 30px auto 10px;
    }

    .wenhua > div {
    width: 100%;
    margin: 10px 0;
    height: auto;
    float: left;
    background: #fabe0d;
    box-shadow: 0 5px 20px 1px rgb(49 49 49 / 20%);
}

    .fullcontent {
        padding: 0 10px;
    }

    .fullcontent h1 {
        padding: 50px 0px 40px;
        line-height: 80px;
        font-size: 48px;
    }

    .fullcontent h2 {
        padding: 40px 0px 30px;
        line-height: 60px;
        font-size: 40px;
    }

    .fullcontent h3 {
        padding: 30px 0px 20px;
        line-height: 50px;
        font-size: 32px;
    }

    .fullcontent h4 {
        padding: 20px 0px 10px;
        line-height: 40px;
        font-size: 24px;
    }

    .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: 20px 15px;
        margin: 0 auto;
    }

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

    .r4 li:nth-child(3n) {
        margin-right: auto;
    }

    .r4 li.last, .r4 li:nth-child(4n) {
        margin-right: auto;
    }

    .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;
    }

    .photolist li a i {
        display: block;
        width: 100%;
        height: 240px;
        border: 1px solid #ddd;
        position: relative;
        overflow: hidden;
    }

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

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

    .hezuo .photolist li,.hezuo .photolist li:nth-child(5n) {
        width: 200px;
        height: 120px;
        padding: 0;
        float: none;
        margin: 0px auto 10px;
        position: relative;
        overflow: hidden;
    }

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

    .newslist li {
        padding: 30px 0;
    }

    .newslist li .picture {
        /* display: none; */
        width: 100%;
        height: auto;
        text-align: center;
    }

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

    .newslist li p a {
        display: inline-block;
        width: 100%;
        white-space: normal;
        line-height: 35px;
        font-size: 18px;
    }
    .newslist li p a .download {
        clear:both;
    display: inline-block;
    position: absolute;
    right: 0;
    background: #0056a7 url(../images/download.png) 10px center no-repeat;
    background-size: auto 16px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 25px;
    border-radius: 6px;
}

    .newslist li p span ,.newslist li p .btn {
        line-height: 25px;
    }

    .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;
    }

    .shophead {
        padding-bottom: 10px;
    }

    .showbody .hd{
        margin-top:10px;
    }

    .showbody .hd li{
        width:33%;
    }

    .showbody h1 {
        font-size: 22px;
        line-height: 35px;
        margin: 0 auto;
        padding-bottom: 0
    }
    .shophead h1{
        padding:10px 0;
        margin-bottom:10px;
    }

    .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: auto;
        height: auto;
        max-width: 100%;
        float: none;
        -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 {
        width: 100%;
        padding: 0px 15px;
    }

    .mapcon {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }

    .sitemap {
        width: 100%;
    }

    .sitemap a,.mapcon h3 a,.mapcon h2 a {
        width: 48%;
        margin: 10px 1%;
    }

    .mapcon h2,.mapcon .maph3 {
        width: 100%;
    }

    .photobox {
        margin: 0px 0;
    }

    .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;
        padding: 40px 10px;
    }

    .pagelist li {
        padding: 0 0;
        float: none;
        margin: 5px;
    }

    .pagelist li a {
    }

    .gywm {
        padding: 0 15px;
    }

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

    .ftinfo {
        display: none;
        padding: 20px 10px;
    }

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

    .ftinfo .wrap .ftcont {
        display: none;
    }

    .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 h4 {
        text-align: center;
        padding: 0;
        text-indent: 0;
    }

    .ftewm p {
        display: inline-block;
        width: 120px;
        padding: 0;
        margin: 0 10px;
        height: auto;
        float: none;
        text-align: center;
        overflow: hidden;
    }

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

    .btnav {
        display: block;
        width: 100%;
        background: #9a9a9a;
        height: 50px;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #999;
        overflow: visible;
        z-index:990;
    }

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

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

    .btnav .wxewm {
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: 50px;
        background: #fff;
        box-shadow: 0 0 0px rgba(0,0,0,0),-1px 0 20px rgba(0,0,0,.2);
        text-align: center;
        display: none;
    }

    .btnav .wxewm img {
        width: 200px;
        height: 200px;
        margin: 50px 0;
    }

    .btnav .wxewm a {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'Arial';
        text-decoration: none;
        color: #f00;
    }

    .btnav ul li a {
        color: #fff;
        padding: 0 5px;
        position: relative;
    }

    .btnav ul li a b {
        display: inline-block;
        width: auto;
        height: 50px;
        line-height: 50px;
        padding-left: 30px;
        position: relative;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
    }

    .btnav ul li a i {
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 50px;
        line-height: 50px;
        left: 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 80%;
    }

/*
    .btnav ul li.call a i {
        background-image: url(../images/right_pic1_w.png);
    }

    .btnav ul li.chat a i {
        background-image: url(../images/right_pic7_w.png);
    }

    .btnav ul li.code a i {
        background-image: url(../images/right_pic2_w.png);
    }

    .btnav ul li.navi a i {
        background-image: url(../images/i_map.png);
    }
*/
    .bottom .btnav {
        display: none;
    }

    /*

    .bottom .btnav {
        display: block;
        width: 100%;
        background: #f1f1f1;
        height: auto;
        position: fixed;
        bottom: 0;
        z-index: 990;
        border-top: 1px solid #eee;
        overflow: hidden;
    }

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

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

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

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

    */
    .bottom{
        display:none;
    }
    .bottom .power {
        line-height: 20px;
        padding: 10px 15px 0;
        /* display: none; */
        width:100%;
    }
    .bottom .lxfs{
        width:100%;
        line-height: 20px;
        padding: 0px 15px;
    }
    .bottom .lxfs .lx{
        width:100%;
    }
    .bottom .lxfs .gzh{
        width:100%;
        text-align:center;
    }

    .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%;
    }
}
