*,*:after,*:before {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

*,*:hover {
    -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,*:focus,*:active {
    -webkit-tap-highlight-color: transparent;
}

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

body {
    font-family: PingFang SC,Microsoft YaHei,Helvetica,san-serif,Arial;
    color: #333;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 15px;
    line-height: 28px;
    padding-top: 60px;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0
}

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

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

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

.graybg{
    background-color:#f9f9f9;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    vertical-align: top;
}

.fl,.FL {
    float: left;
}

.fr,.FR {
    float: right;
}

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

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

.clearfix {
    *zoom:1;}

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

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

.c-img6 {
    position: absolute;
    top: -100px;
}

.header {
    margin: 0px auto;
    padding: 0px 0;
    overflow: visible;
    width: 100%;
    height: 60px;
    background: #fff;
    position: relative;
    z-index: 990;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
}

.header .wrap {
    overflow: visible;
}

.header .logo {
    float: left;
    position: absolute;
    top: 0;
}

.header .logo img {
    width: auto;
    height: 20px;
    margin: 20px 0;
}

.header .topico {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    float: right;
    line-height: 60px;
}

.header .topico span {
    display: inline-block;
    padding: 0 12px;
}

.header .topico span:first-child {
    margin-left: 0;
}

.header .topico span i {
    cursor: pointer;
}

.header .topico span em {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    top: 60px;
    right: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
}

.header .topico span em img {
    width: 120px;
    height: 120px;
    border: 10px solid #fff;
    margin: 0;
    float: left;
}

.header .topico span em b {
    display: block;
    background: #fff;
    width: auto;
    white-space: nowrap;
    line-height: 25px;
    padding: 10px;
}

.header .nav {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.header .nav ul {
    margin-left: 0px;
}

.header .nav ul li {
    display: inline-block;
    margin: 0 20px;
    line-height: 60px;
}

.header .nav ul li a {
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #fff;
    /* font-weight:bold; */
}

.header .nav ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -2px;
    background: rgba(0,0,0,.6);
    height: 1px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav ul li a:hover:before,.nav ul li a:focus:before,.nav ul li a:active:before {
    left: 0;
    right: 0;
}

.header .nav ul li a:hover {
    color: #000;
}

.header .nav ul li .navhover {
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.6);
}

.mobnav,.closenav,.nav > p {
    display: none;
}

.white {
    background: #fff;
}

.gray {
    background: #f4f6f8;
}

#ie {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #ff0;
    text-align: center;
    background: #dc231f;
}

.row {
    width: 100%;
    height: auto;
    clear: both;
}

.wrap {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

#banner .carousel .slides li {
    margin: 0;
}

#article .carousel, #xcx .carousel {
    display: none;
}

.carousel {
    margin: 0px auto 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.carousel .figure li {
    vertical-align: middle;
    position: relative;
}

.carousel .figure li div {
    position: absolute;
    z-index: 9;
    text-align: center;
    color: #fff;
    width: 60%;
    left: 20%;
    top: 35%;
}

.carousel .figure li h1,.carousel .figure li h2,.carousel .figure li h3, .carousel .figure li h4,.carousel .figure li h5,.carousel .figure li h6 {
    padding: 10px 0;
    font-weight: normal;
}

.carousel .figure li h1 {
    font-size: 58px;
    line-height: 58px;
}

.carousel .figure li h2 {
    font-size: 50px;
    line-height: 50px;
}

.carousel .figure li h3 {
    font-size: 42px;
    line-height: 42px;
}

.carousel .figure li h4 {
    font-size: 34px;
    line-height: 34px;
}

.carousel .figure li h5 {
    font-size: 26px;
    line-height: 26px;
}

.carousel .figure li h6 {
    font-size: 16px;
    line-height: 20px;
}

.carousel .figure img {
    float: left;
    width:100%;
    height: auto;
}

#about .carousel .figure img {
    float: left;
    width:auto;
    height: auto;
    min-height:360px;
}

.carousel .spot {
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    bottom: 8%;
    z-index: 5;
}

.carousel .spot ul {
    zoom:1;float: left;
    width: 100%;
    height: inherit;
    text-align: center;
    overflow: hidden;
}

.carousel .spot ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    width: 40px;
    height: 3px;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}

.carousel .spot ul li.on {
    background: #fff;
    opacity: 1;
}

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

.iyewu ul {
    margin:0 auto;
    padding:0 20px;
    max-width: 1300px;
    overflow: hidden;
}

.iyewu ul li {
    position: relative;
    margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 80px;
    margin-left: 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 32%;
    height: auto;
    text-align: center;
    background: #fff;
}

.iyewu ul li:nth-child(3n) {
    margin-right: 0;
}

.iyewu ul li.last {
    margin-right: 0;
}

.iyewu ul li:hover {
    box-shadow: 0 26px 40px -14px rgba(0, 36, 100, 0.3);
}


.iyewu ul li .pic {
    overflow: hidden;
    width: 100%;
    height: 120px;
    line-height: 80px;
    font-size: 64px;
    margin: 0px;
    text-align: center;
    /* background: #f9f9f9; */
    padding: 20px 0;
}

.iyewu ul li .pic a {
    display: inline-block;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.iyewu ul li .pic img {
    width: 80px;
    height: 80px;
    transition: all .3s;
}

.iyewu ul li:hover .pic img {
    transform: scale(1.02);
    transition: all .3s;
}

.iyewu ul li .txt {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    transition: all .3s;
}

.iyewu ul li:hover .btn {
    transform: translateY(-2px);
    transition: all .3s;
}

.iyewu ul li:hover .pic {
    transform: translateY(2px);
    transition: all .3s;
    /* background: #f1f1f1; */
}

.iyewu ul li i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    float: left;
    margin-right: 10px;
}

.iyewu ul li h1,.iyewu ul li h2 {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #000;
    /* font-weight: bold; */
    float: left;
}

.iyewu ul li .txt b {
    font-weight: normal;
}

.iyewu ul li .txt em {
    margin-top: 10px;
    font-size: 14px;
    display: block;
    color: #666;
}

.iyewu ul li .txt p {
    margin: 20px auto;
    display: block;
    width: 100%;
    padding: 0 25px;
    color: #666;
    line-height: 25px;
    text-align: justify;
    height: auto;
    overflow: hidden;
}

.iyewu ul li .txt p.btn {
    margin: 0 auto;
    padding: 0 22px 25px;
}

.iyewu ul li .txt p.btn strong {
    display: inline-block;
    width: 48%;
    margin: 1%;
    background: #f4f6f8;
    font-size: 16px;
    line-height: 40px;
    float: left;
    font-weight: normal;
    text-align: center;
}

.iyewu ul li .more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 62px;
    height: 62px;
    text-indent: -9999px;
    z-index: 2;
    background: url(../images/ico_add.png) no-repeat center;
}

.iyewu ul li .chat {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 62px;
    height: 62px;
    text-indent: -9999px;
    z-index: 2;
    background: url(../images/ico_chat2.png) no-repeat center;
}

#xcx .iyewu .box ul li .top:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #f0f0f0;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 20px;
}

#xcx .iyewu .box ul li:hover .top:after {
    background: #dc231f;
}

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

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

.iyoushi ul {
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}

.iyoushi ul li {
    position: relative;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 50px;
    margin-left: 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 30%;
    height: 220px;
    text-align: center;
    /* background: #fff; */
}

.iyoushi ul li:nth-child(3n) {
    margin-right: 0;
}

.iyoushi ul li.last {
    margin-right: 0;
}

.iyoushi ul li:hover {
}

.iyoushi ul li .pic {
    overflow: hidden;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 64px;
    margin: 0px 0 10px;
    text-align: center;
    background: ;
}

.iyoushi ul li .pic img {
    width: 80px;
    height: 80px;
    transition: all .3s;
}

.iyoushi ul li:hover .pic img {
    transform: scale(1.02);
    transition: all .3s;
}

.iyoushi ul li .txt {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    transition: all .3s;
}

.iyoushi ul li:hover .txt {
    transform: translateY(-2px);
    transition: all .3s;
}

.iyoushi ul li i {
    display: inline-block;
}

.iyoushi ul li h1,.iyoushi ul li h2,.iyoushi ul li .txt strong {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.iyoushi ul li .txt b {
    font-weight: normal;
}

.iyoushi ul li .txt em {
    margin-top: 10px;
    font-size: 14px;
    display: block;
    color: #666;
}

.iyoushi ul li .txt p {
    margin: 10px auto;
    display: block;
    width: 100%;
    color: #666;
    line-height: 25px;
    text-align: justify;
}

.iyoushi ul li .txt p.btn strong {
    display: inline-block;
    width: 48%;
    margin: 1%;
    background: #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.iyoushi ul li .more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 62px;
    height: 62px;
    text-indent: -9999px;
    z-index: 2;
    background: url(../images/ico_add.png) no-repeat center;
}

.iyoushi ul li .chat {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 62px;
    height: 62px;
    text-indent: -9999px;
    z-index: 2;
    background: url(../images/ico_chat2.png) no-repeat center;
}

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

.hybox {
    height: 500px;
    padding-bottom: 0px;
    /* background-color: #373D41; */
}

.ihangye .item {
    flex: 1;
    text-align: center;
    position: relative;
    height: 500px;
    background: no-repeat center;
    background-size: 100% auto;
    width: 20%\0;
    float: left\0;
}

.ihangye .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ihangye .item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    transition: all .5s cubic-bezier(.5,0,.2,1);
    background: url(../images/gray50.png) repeat\0;
}

.ihangye .item:hover:before {
    background: none\0;
    background-color: rgba(255,255,255,1);
    background-color: #000\0;
}

.ihangye .item-1 {
    background-image: url(../images/hy01.png);
}

.ihangye .item-2 {
    background-image: url(../images/hy02.png);
}

.ihangye .item-3 {
    background-image: url(../images/hy03.png);
}

.ihangye .item-4 {
    background-image: url(../images/hy04.png);
}

.ihangye .item-5 {
    background-image: url(../images/hy05.png);
}

.ihangye h5 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

.ihangye h5:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
    transition: all .5s cubic-bezier(.5,0,.2,1);
}

.ihangye .item:hover h5:before {
    opacity: 0;
    margin-bottom: 0;
}

.ihangye .item i {
    display: block;
    position: relative;
    margin-top: 180px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 56px;
    color: #fff;
    transition: all .5s cubic-bezier(.5,0,.2,1);
}

.ihangye .item:hover i {
    margin-top: 120px;
}

.ihangye .pbox {
    position: relative;
    transition: all .5s cubic-bezier(.5,0,.2,1);
    opacity: 0;
    margin-top: 10px;
    display: none\0;
}

.ihangye .item:hover .pbox {
    display: block;
    opacity: 1;
    margin-top: 0;
}

.ihangye p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.ihangye .item:hover i,.ihangye .item:hover h5,.ihangye .item:hover p {
    color: #000;
}

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

.icase .wrap {
    margin-bottom: 50px;
}

.icase .icase-list {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
}

.icase .icase-list ul {
    margin: 0 auto;
    padding: 0 0;
    padding: 0\0;
}

.icase .icase-list ul li {
    float: left;
    margin: 0 0.5% 0 0;
    overflow: hidden;
    position: relative;
    width: 33%;
}

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

.icase .icase-list ul li i {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}

.icase .icase-list ul li i:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    background: rgba(0,0,0,.5);
    background: #000\0;
    transition: all .5s cubic-bezier(.5,0,.2,1)
}

.icase .icase-list ul li:hover i:after {
    content: '';
    height: 100%;
    opacity: 1;
    transition: all .5s cubic-bezier(.5,0,.2,1)
}

.icase .icase-list ul li i img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100);
    filter: ;
    transition: all .3s;
}

.icase .icase-list ul li:hover i img {
    -webkit-filter: grayscale(0);
    filter: none;
    transform: scale(1.0);
    transition: all .3s;
}

.icase .icase-list ul li p {
    display: block;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    transition: all .3s;
    display: none\0;
}

.icase .icase-list ul li strong {
    display: block;
    white-space: nowrap;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #333;
    z-index: 12;
    overflow: hidden;
}

.icase .icase-list ul li strong:after {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    transition: all .4s linear;
}

.icase .icase-list ul li:hover strong {
    color: #000;
}

.icase .icase-list ul li:hover strong:after {
    content: '';
    width: 100%;
    height: 100%;
    transition: all .4s linear;
}

.icase .icase-list ul li p b {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 80%;
    height: 30px;
    margin: 50% 10% 0;
    transition: all .5s cubic-bezier(.5,0,.2,1)
}

.icase .icase-list ul li p em {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 80%;
    height: auto;
    margin: 0 10%;
    transition: all .5s cubic-bezier(.5,0,.2,1)
}

.icase .icase-list ul li p em a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
    margin-top: 15px;
}

.icase .icase-list ul li:hover p {
    display: block;
    top: 0;
    opacity: 1;
    background: ;
    background: ;
    transition: all .5s cubic-bezier(.5,0,.2,1)
}

.icase .icase-list ul li:hover p b {
    margin-top: 25%;
    transition: all .5s cubic-bezier(.5,0,.2,1);
}

.icase .icase-list ul li .more {
    margin-top: 10px;
    display: block;
    overflow: hidden;
    float: right;
    width: 80px;
    height: 20px;
    color: #fff;
    border-radius: 10px;
    background: #181818;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.ixcx {
    padding-bottom: 80px;
}

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

.itopnews .inews-list {
    padding: 40px 0;
}

.itopnews .inews-list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.itopnews .inews-list ul li {
    width: 22%;
    float: left;
    margin-left: 4%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itopnews .inews-list ul li a {
    display: inline;
    height: 50px;
}

.itopnews .inews-list ul li a:before {
}

.itopnews .inews-list ul li:nth-child(4n-3) {
    margin-left: 0;
}

.itopnews .inews-list ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 0;
}

.inews {
    width: 100%;
    height: auto;
    padding: 0px 0 50px;
}

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

.inews .inews-block {
    justify-content: space-between;
}

.inews .inews-block .ibox {
    width: 24%;
    overflow: hidden;
    float: left\0;
    margin-right: 1%\0;
}

.inews .inews-block .ibox a {
    color: #666;
}

.inews .inews-block .ibox:hover a {
    color: #000;
}

.inews .inews-block .ipic {
    overflow: hidden;
}

.inews .inews-block .ipic img {
    width: 100%;
    transition: all .3s ease;
}

.inews .inews-block .ibox:hover .ipic img {
    transform: scale(1.1);
}

.inews .itbox {
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.inews .itbox p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: justify;
}

.inews .inews-list {
    /* background-color: #fff; */
    padding: 20px 0;
}

.inews .inews-list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.inews .inews-list ul li {
    width: 50%;
    float: left;
    margin-right: 0%;
    margin-bottom: 30px;
    height: 75px;
    padding: 0 80px 0 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#index .inews .inews-list ul li{
    height:auto;
    margin-bottom:10px;
}

#index .inews .inews-list ul li:nth-child(2n-1):after{
    height:12px;
}

#index .inews .inews-list ul li:nth-child(2n) {
    padding: 0 0 0px 80px;
}

.inews .inews-list ul li a {
    display: inline-block;
    width: auto;
    max-width: 100%;
    float: left;
    font-weight: bold;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inews .inews-list ul li a:before {
    content: '→';
    color: #999;
    font-weight: lighter;
    font-size: 12px;
    display: inline-block;
    line-height: 25px;
    margin-right: 5px;
    transition: all .3s linear;
}

.inews .inews-list ul li a:hover:before {
    content: '→';
    color: #000;
    margin-left: 2px;
    transition: all .3s linear;
}

.inews .inews-list ul li p {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #999;
    position: relative;
    white-space: normal;
}

.inews .inews-list ul li p:after {
    content: '...';
}

.inews .inews-list ul li:nth-child(2n) {
    padding: 0 0 50px 80px;
}


.inews .inews-list ul li:nth-child(2n-1):after {
    content: '';
    display: block;
    height: 70px;
    width: 1px;
    border-left: 1px solid #eee;
    position: absolute;
    right: 0;
    top: 8px;
}

.inews .inews-list ul li:nth-child(2n) {
    margin-right: 0;
}

.inews .inews-list .item {
    margin: 5px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1000px;
}

.inews .inews-list .item a {
    color: #999;
}

.inews .inews-list .item a:hover {
    color: #000;
}

.ihezuo {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 1px 0;
    overflow: hidden;
}

.ihezuo .wrap {
    overflow: visible;
}

.ihezuo .flex {
    justify-content: space-between;
    margin-top: -1px;
}

.ihezuo .hzlist {
    width: 80%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.ihezuo .cspic {
    height: 80px;
    margin: 10px 0;
    position: relative;
    border: 0px solid #eee;
    transition: all .3s ease;
    width: 25%;
    float: left;
    text-align: center;
}

.ihezuo .cspic:hover {
    z-index: 1;
    border-color: #000;
}

.ihezuo .cspic a {
    display: block;
    height: 100%;
}

.ihezuo .cspic img {
    height: 60px;
    width: auto;
    margin: 10px auto;
    transition: all .3s ease;
    opacity: .8;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}

.ihezuo .cspic:hover img {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.newslist {
    margin: -40px auto 40px;
    overflow: hidden;
    width: 1260px;
}

.newslist .hang {
    overflow: hidden;
    width: 1260px;
    text-align: center;
}

.newslist .hang ul li {
    padding: 0 25px;
    display: inline-block;
    border-left: 1px solid #888;
}

.newslist .hang ul li a {
    color: #888;
}

.newslist .hang ul li .index {
    color: #000;
}

.newslist .hang ul li .indexhover,.newslist .hang ul li a:hover {
    color: #ed1838;
}

.newslist .newsbox {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.newslist .newsbox ul {
    margin-right: -20px;
}

.newslist .newsbox ul li {
    position: relative;
    margin-top: 40px;
    width: 300px;
    height: 350px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.newslist .newsbox.r3 ul {
    width: 1290px;
}

.newslist .newsbox.r3 ul li {
    width: 390px;
    margin-right: 40px;
    height: 140px;
}

.newslist .newsbox ul li .img {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #ccc;
}

.newslist .newsbox ul li .img img {
    width: 100%;
    min-height: 180px;
}

.newslist .newsbox ul li .time {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: left;
    color: #333;
    margin: 10px 0;
}

.newslist .newsbox ul li strong {
    font-size: 18px;
    line-height: 25px;
    height: 50px;
    font-weight: normal;
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist .newsbox ul li .tit {
    text-align: left;
    margin-top: 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
}

.newslist .newsbox.r3 ul li .tit {
    margin-top: 0;
}

.newslist .newsbox ul li .tit strong {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: normal;
    display: block;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist .newsbox ul li .detail {
    width: 100%;
    margin: 0px auto 0;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    color: #999;
}

.newslist .newsbox ul li:hover {
}

.newslist .newsbox ul li:hover .time {
    color: #000;
    transform: translate(0,-1px);
    transition: all .3s linear;
}

.newslist .newsbox ul li:hover .img {
    transform: translate(0,1px);
    transition: all .3s linear;
}

.newslist .newsbox ul li:hover .detail {
}

.newslist .casebox ul{
    width:100%;
    height:auto;
    position:relative;
    overflow:hidden;
}
.newslist .casebox ul li {
    position: relative;
    margin-top: 40px;
    width: 32%;
    /* aspect-ratio: 1 / 1; */
    height: 0;
    padding-bottom:32%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}
.newslist .casebox ul li:nth-child(3n){
    margin-right:0;
}
.newslist .casebox ul li img{
    width:100%;
}

.newslist .casebox ul li .tit{
    width:80%;
    position:absolute;
    top:5%;
    left:10%;
    color:#fff;
    font-size:14px;
    text-align:center;
    line-height:1.5;
}
.newslist .casebox ul li .tit a{
    color:#fff;
}


.page {
    margin: 30px auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.page ul li {
    margin-right: 10px;
    display: inline-block;
    width: auto;
    height: 35px;
    padding: 0 0px;
    background: #333;
    text-align: center;
    color: #fff;
    line-height: 35px;
}

.page ul li a {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.page ul li a {
    color: #fff;
}

.page ul li.thisclass,.page ul li.thisclass a,.page ul li:hover {
    background: #C22126;
}

.page li .pageinfo {
    display: inline-block;
    padding: 0 10px;
    display: none;
}

#article {
    background: #f9f9f9;
}

.article {
    margin: 0px auto 0;
    padding: 30px 10px;
    width: 1260px;
    max-width: 100%;
    background: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
    /* box-shadow: 5px 5px 10px rgba(0,0,0,.1),-5px -5px 10px rgba(0,0,0,.1); */
}

.article .position {
    width: 100%;
    text-align: left;
    overflow: hidden;
    background: #f9f9f9;
    padding: 5px 0;
    color: #999;
    position: relative;
}

.article .position:before {
    content: '→';
    margin: 0 10px;
}

.article .position a {
    color: #999;
}

.article .body {
    width: 66%;
    overflow: hidden;
    text-align: center;
    float: left;
    padding: 10px 0px 20px;
}

.article .body h1 {
    margin-top: 30px;
    line-height: 35px;
    font-size: 30px;
    display: block;
    text-align: center;
    font-weight: normal;
}

.article .body dl dd {
    margin: 10px;
    display: inline-block;
    color: #999;
    font-size: 13px;
}

.article .body dl dd a {
    color: #576b95;
}

.article .body dl dd a.writer {
    color: #999;
}

.article .body p {
    margin: 10px auto;
    display: block;
    padding: 0px;
    color: #666;
}

.article .bodyinfo {
    padding: 0 25px;
}

.article .bodytip {
    padding: 0 25px;
}

.article #content {
    margin: 22px auto;
    width: 100%;
    padding: 0 0px;
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
    overflow: hidden;
}

.article #content .appwx {
    margin: 0 50px 20px 0;
    width: 160px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.article #content .appwx p {
    text-align: center;
    font-size: 14px!important;
    color: #000;
}

.article #content .appwx img {
    width: 100%;
}

.center {
    text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.article #content p {
    margin: 0!important;
    padding: 0!important;
    font-size: 18px!important;
    line-height: 35px!important;
}

.article #content img {
    margin: 0 auto;
}

.article .detail {
    margin-top: 30px;
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.article .detail p {
    margin: 0;
    padding: 0;
}

.article .body .click {
    text-align: left;
    color: #999;
}

.article .body .click a {
    color: #576b95;
}

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

.prenext li {
    width: 49%;
    float: left;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prenext li.right {
    float: right;
    text-align: right;
}

.prenext li a {
    color: #000;
}

.wxbox {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 20px 0;
    font-size: 14px;
    overflow: hidden;
}

.wxbox .fl,.wxbox .fr {
    width: 52%;
}

.wxbox .fr {
    width: 43%;
    float: right;
    border-left: 1px solid #ddd;
}

.wxbox .fl img {
    width: 160px;
    float: left;
    margin: 0 20px;
}

.wxbox .fl p {
    text-align: justify;
}

#bdshare {
    margin: 20px auto;
}

#bdshare .bdsharebuttonbox.bdshare-button-style0-32 {
    width: 230px;
    margin: 0 auto;
}

.side {
    width: 30%;
    float: right;
    padding-right: 30px;
}

.side h3 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 10px;
}

.sdbtn {
    width: 100%;
    margin-top: 30px;
}

.sdbtn a {
    display: block;
    text-align: center;
    line-height: 50px;
    border: 1px solid #000;
    color: #000;
    border-radius: 6px;
}

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

.twlist {
    margin: 0px 0 30px;
}

.twlist li {
    margin-bottom: 25px;
    overflow: hidden;
    *zoom:1;}

.twlist img {
    display: block;
    width: 150px;
    height: 90px;
    float: left;
    margin-right: 12px;
}

.twlist strong {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 8px;
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.twlist a:hover strong {
    color: #0098fe;
}

.twlist p {
    height: 62px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.ttlist {
    width: 100%;
    overflow: hidden;
    *zoom:1;}

.ttlist li {
    float: left;
    width: 48%;
    margin: 0 2% 20px 0;
}

.ttlist li img {
    display: block;
    width: 100%;
    height: 120px;
}

.ttlist li span {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.ttlist li span,.twlist strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txlist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.txlist li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txlist li a:before {
    content: '';
    color: #999;
    font-weight: bolder;
}

#about > .wrap {
    margin-top: 0px;
    /* box-shadow: 5px 5px 10px rgba(0,0,0,.1),-5px -5px 10px rgba(0,0,0,.1); */
}

#about .carousel {
    /* display:none; */
}

.bannertext {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
}

.bannertext .bannertitle {
    padding: 50px;
    font-size: 24px;
    line-height: 60px;
}

#about .btn {
    margin-top: 10px;
}

#about .btn a {
    display: inline-block;
    width: 150px;
    line-height: 50px;
    background: #dc231f;
    color: #fff;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 18px;
}

.about {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.about .wrap {
    /* width: 100%; */
}

.abww {
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    font-weight: normal;
    text-align: center;
    background: #fff;
}

.abww .wrap {
    padding: 0 0 50px;
    border-bottom: 1px solid #f1f1f1;
}

.abww .left {
    margin-top: 50px;
    font-size: 80px;
    color: #000;
    height: 100px;
    line-height: 100px;
    font-weight: bolder;
}

.abww .right {
    font-size: 14px;
}

.abww .right .minbody {
    width: 768px;
    max-width: 100%;
    margin: 20px auto 0;
    text-align: justify;
}

.abww .right p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.about .abpp {
    margin: 0 auto 30px;
    padding: 0px 0 50px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.about .abbg {
    color: #fff;
    padding: 100px 0;
    background: #f2f2f2 url(/images/banner1.jpg) center no-repeat;
    background-size: cover;
}

.about .abpp H3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
}

.about .abpp strong {
    display: block;
    line-height: 40px;
    font-size: 22px;
}

.about .abpp p {
    line-height: 30px;
    padding: 0 0;
}

.about .abpp .lxfs {
    margin: 20px 0;
}

.about .abtit {
    margin: 20px 0px;
    padding: 0 0px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.about .abtit .left {
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 0 20px;
    text-align: center;
    position: relative;
}

.about .abtit .left:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #dc231f;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.about .abtit .left P {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    z-index: 5;
}

.about .abtit .left p:last-child {
    color: #eee;
    font-weight: bold;
    font-size: 54px;
    position: relative;
    margin-top: -25px;
    text-align: center;
    z-index: 1;
}

.about .abtit .right {
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: 30px;
    border-top: 0px solid #f1f1f1;
    text-align: center;
    padding-top: 20px;
}

.about .abtit .right h3 {
    font-size: 18px;
    color: #666;
    height: auto;
    line-height: 40px;
    font-weight: normal;
    overflow: hidden;
}

.about .abtit .right h3 span {
    font-size: 24px;
    display: inline-block;
    float: left;
    line-height: 30px;
    margin: 45px 40px 45px 0;
}

.about img {
    max-width: 100%;
}

.abnum, .absol ,.abadv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.abbg {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

.abnum li {
    width: 25%;
    float: left;
    padding: 5px;
    text-align: center;
    overflow: hidden;
}

.abnum li i {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #dc231f;
}

.absol li {
    width: 33.33%;
    float: left;
    padding: 5px 5px;
    position: relative;
    overflow: hidden;
}

.absol li i {
    font-size: 96px;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f1f1f1;
}

.absol li i b {
    font-size: 18px;
}

.about .absol li p {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 10px 20px;
    color: #333;
}

.absol li img {
    width: 100%;
}

.abadv li {
    width: 50%;
    float: left;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.abadv li > div {
    position: relative;
}

.about .abadv li > div p {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    text-align: center;
    padding: 0 50px;
    color: #fff;
    z-index:10;
}

.abadv li.lp > div {
    width: 100%;
    height: 690px;
    position:relative;
}

.abadv li > div img {
    width: 100%;
    height: 100%;
}

.abadv li.rp > div {
    width: 100%;
    height: 340px;
    float: left;
}

.abadv li.rp > div:last-child {
    margin-top: 10px;
}

.abadv li.lp > div:after,.abadv li.rp > div:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.4);
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}

.abyw {
    margin: 10px auto 50px;
    width: 100%;
    padding: 0 0px;
    overflow: hidden;
}

.abyw ul {
    padding: 5px;
    height: auto;
    overflow: hidden;
}

.abyw ul li {
    padding: 30px 0;
    display: block;
    float: left;
    text-align: center;
    width: 20%;
    border-radius: 6px;
    overflow: hidden;
}

.abyw ul li:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,.05),-1px -1px 10px rgba(0,0,0,.05);
    background: #fff;
}

.abyw ul li .left {
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 56px;
}

.abyw ul li i {
    font-size: 58px;
}

.abyw ul li .left em {
    font-size: 30px;
    color: #666;
}

.abyw ul li .left p {
    font-size: 30px;
    color: #dc231f;
}

.abyw ul li .right {
    float: right;
    width: 100%;
    overflow: hidden;
    margin-left: 50px;
}

.abyw ul li .right p {
    overflow: hidden;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.abyw ul li .right a {
}

.section {
    padding: 0px 0 50px;
}

.htitle {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 80px 0;
    position: relative;
    /* overflow:hidden; */
}

#index .htitle {
    margin: 80px 0;
}

.htitle:before {
    content: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: none transparent transparent;
    margin-left: -6px\0;
}

.htitle:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: none;
    bottom: -10px;
    left: 50%;
    transform: 0;
    margin-left: -15px;
}

.stitle {
    margin: 0 auto;
    margin-top: -60px;
    overflow: hidden;
    width: auto;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #999;
    text-transform: uppercase;
}

.items-main {
    height: 120px;
    background-color: #F6F6F6;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    display: block\0;
    width: 100%\0;
}

.items-website .flex {
    justify-content: space-between;
}

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

.website > .flex {
    margin: 50px auto;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
}

.website .item {
    width: 19%;
    flex-direction: column;
    height: 400px;
    border: 2px solid #eee;
    position: relative;
    background: #fff;
    float: left\0;
    margin-left: 1%\0;
}

.website .item:first-child {
    margin-left: 0\0;
}

.website .item h5 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.website .item h5 a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #666;
    color: #fff;
}

.website .item h5 a:hover {
    display: block;
    width: 70%;
    margin: 0 auto;
    background: #000;
    color: #fff;
}

.website .ico-block {
    margin: 30px auto;
    height: 66px;
    position: relative;
}

.website .ico-block > i {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 72px;
    color: #666;
}

.item h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    color: #8E716D;
}

.website p {
    color: #999;
    text-align: center;
    line-height: 24px;
}

.website .item-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.website .item-btn-a {
    font-size: 12px;
    text-decoration: underline;
}

.website .item:hover {
    box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
    border-color: #000;
}

.website .item:hover h3 {
    color: #000;
}

.website .item:hover .item-title {
    color: #000;
}

.website .item:hover .item-btn-a {
    color: #000;
}

.website .item:hover p {
    color: #000
}

.website .item:hover .ico-block > i {
    color: #000
}

.icolist > li {
    flex: 1;
    height: auto;
    border-bottom: 0px solid #e5e5e5;
    border-left: 0px solid #e5e5e5;
    line-height: 58px;
    text-align: left;
    font-size: 18px;
    box-sizing: border-box;
    padding: 20px 0;
    padding-left: 80px;
    display: block\0;
    width: 25%\0;
    float: left\0;
}

.icolist > li:first-child {
    border-left: 0 none;
}

.icolist:nth-child(3) > li {
    border-bottom: 0 none;
}

.icolist > li i {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    height: 58px;
    width: 58px;
    padding: 10px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    float: left
}

.icolist > li b {
    display: inline-block;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    font-weight: normal;
}

.icolist > li:hover i {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

.icolist > li:hover b {
    color: #000;
}

#index .icolist:nth-child(2) > li {
    border-bottom: 0 none;
}

.icolist > li:first-child {
    border-left: 0 none;
}

.icolist:nth-child(3) > li {
    border-bottom: 0 none;
}

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

.message {
    margin: 0 auto;
    overflow: visible;
    width: 1260px;
    max-width: 100%;
    padding: 0 0px;
}

.message strong {
    display: block;
    font-weight: normal;
    width: 1260px;
    font-size: 24px;
}

.message form {
    display: block;
    margin-right: -10px;
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
}

.message form input {
    border: 0;
    margin-right: 1%;
    display: block;
    float: left;
    font-size: 15px;
    background: #fff;
    color: #333;
    height: 50px;
    line-height: 50px;
    text-indent: 5px;
}

.message form input:hover {
    box-shadow: 3px 3px 6px rgba(0,0,0,.1),-3px -3px 6px rgba(0,0,0,.1)
}

.message form .name,.message form .phone {
    width: 17%;
}

.message form .project {
    width: 49%;
}

.message form .price {
    width: 14%;
}

.message form .submit {
    width: 14%;
    background: #f1f1f1;
    color: #000;
    text-indent: 0;
    text-align: center;
    cursor: pointer;
    margin-right: 0;
}

.message form .submit:hover {
    background: #000;
    color: #fff;
}

.message form .submit.on {
    background: #000;
}

.message p {
    margin-top: 20px;
    display: block;
    float: left;
    color: #666;
    width: 100%;
}

.message form .xqlist {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 49%;
    line-height: 25px;
    height: 110px;
    overflow-y: scroll;
    background: #fff;
    padding: 5px;
    border: 0;
    box-shadow: 3px 3px 6px rgba(0,0,0,.1),-3px 0px 6px rgba(0,0,0,.1);
}

.message form .xqlist li.bg {
    background: #ff0
}

.message #xq:hover .xqlist,.message #xq:focus .xqlist {
    display: block;
}

.message form .yslist {
    display: none;
    position: absolute;
    left: 41%;
    top: 50px;
    width: 14%;
    line-height: 25px;
    height: 110px;
    overflow-y: scroll;
    background: #fff;
    padding: 5px;
    border: 0;
    box-shadow: 3px 3px 6px rgba(0,0,0,.1),-3px 0px 6px rgba(0,0,0,.1)
}

.message form .yslist li.bg {
    background: #ff0
}

.message #ys:hover .yslist,.message #ys:focus .yslist {
    display: block;
}

.message form li {
    cursor: pointer;
}

.window {
    display: none;
    position: fixed;
    width: 360px;
    height: 360px;
    left: 50%;
    top: 15%;
    margin: 0px 0 0 -180px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #f1f1f1;
    box-shadow: 5px 5px 10px rgba(0,0,0,.3),-2px -2px 10px rgba(0,0,0,.3);
    z-index: 990;
}

.window h5 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

.window img {
    width: 70%;
    margin: 5px auto;
}

.window .close {
    display: block;
    width: 48px;
    height: 48px;
    border: 12px solid #fff;
    border-radius: 50%;
    text-align: center;
    text-indent: -9999px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: -24px;
    opacity: 1;
    background: #fff url(../images/close.png) 50% 50% no-repeat;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}

.window .close:hover {
    border: 5px solid #fff;
    opacity: 1;
    box-shadow: 0px 3px 10px rgba(0,0,0,.5);
}

.footer {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #f9f9f9;
}

.footer .box {
    margin: 0 auto;
    width: 1260px;
    max-width: 100%;
    padding: 50px 0;
    overflow: hidden;
    color: #666;
    border-top: 1px solid #eee;
}

.footer .box .d1 {
    width: 49.9%;
    float: left;
    border-right: 1px solid #eee;
}

.footer .box em {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    color: #666;
}

.footer .box p {
    font-size: 12px;
    line-height: 20px;
}

.footer b {
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
    /* font-size: 16px; */
}

.footer .box .d1 a {
    display: inline-block;
    color: #666;
}

.footer .box .d1m {
    margin-bottom: 20px;
}

.footer .box .d1m a {
    margin-right: 10px;
    font-size: 16px;
}

.footer .box .d2 {
    float: left;
}

.footer .box .d2 {
    float: right;
    text-align: right;
    height: 150px;
}

.footer .box .d2 span {
    display: inline-block;
    margin: 0px 0 0 40px;
    text-align: center;
    width: 120px;
    height: 150px;
    overflow: hidden;
}

#output {
    width: 120px;
    height: 120px;
    background: url(/images/qr.png) no-repeat;
}

.footer .box .d2 img {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    margin: 0;
}

.footer .box .d2 span i {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    line-height: 110px;
    font-size: 54px;
    color: #333;
    background: #f1f1f1 50% 50% no-repeat;
    border: 5px solid #fff;
    margin: 0;
}

.footer .box .d2 span:hover i {
    color: #C22126;
}

#output canvas {
    float: left;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
}

.footer .box2 {
    padding: 10px 0;
    width: 100%;
    background: #181818;
    overflow: hidden;
}

.footer .box2 .copy {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
}

.footer .box2 p {
    font-size: 12px;
    color: #666;
}

.footer .box2 a {
    margin-right: 0px;
    font-size: 12px;
    color: #666;
}

.footer .box2 .right {
    margin-top: 10px;
    float: right;
}

#wxwin {
}

#bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 90;
}

#wxwin .box {
    width: 240px;
    height: 260px;
    position: fixed;
    top: 180px;
    padding: 20px;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2),-3px -3px 10px rgba(0,0,0,.1);
    z-index: 99;
    background: #fff;
}

#wxwin .box img {
    width: 100%;
}

#wxwin .closewin {
    position: absolute;
    right: -12px;
    top: -12px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #dc231f;
    border-radius: 50%;
    color: #ff0;
}

.winform {
    width: 250px;
    height: 495px;
    position: fixed;
    top: 85px;
    left: 10px;
}

.wform {
    position: absolute;
    left: 78px;
    top: 300px;
    width: 120px;
    height: 180px;
}

.wform h3 {
    text-align: center;
    color: #ff0;
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.wform input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
}

.wform .submit {
    background: #ff0;
    color: #e00421;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer
}


body > #newBridge{display:none !important;}
body >#aff-im-root{
    display:none !important;
}



@media only screen and (max-width: 1024px) {
    *,*: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: top;
    }

    html {
        max-width: 100%;
        min-width: 100%;
        min-height: 100%;
        padding: 0;
        margin: 0 auto;
    }

    body {
        padding: 0;
        margin: 0 auto;
        max-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: 16px;
        padding-top: 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,Helvetica,san-serif,Arial;
        font-size: inherit;
    }

    html.lock {
        height: 100%;
        overflow: hidden;
    }

    .header {
        top: 0;
        left: 0;
        padding: 0;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #fff;
        z-index: 99999;
        width: 100%;
        overflow: visible;
    }

    .header .topico {
        display: none;
    }

    .header h1,.header h2,.header h3 {
        color: #1E50AE;
        font-size: 20px;
        font-weight: bold;
    }

    .header h1 a,.header h2 a,.header h3 a {
        color: #629F1E;
        font-size: 18px;
    }

    .header h2,header h3 {
        position: absolute;
        height: 50px;
        line-height: 50px;
        top: 0;
        width: auto;
    }

    .header h2 {
        left: 10px;
    }

    .header h3 {
        right: 10px;
    }

    .header h1 a {
        float: none;
    }

    .header .logo {
        width: 180px;
        height: 50px;
        float: left;
        text-align: left;
    }

    .header .logo img {
        height: 16px;
        margin: 17px 15px;
    }

    .mobnav {
        display: block;
        width: 28px;
        height: 18px;
        border-top: 2px solid #999;
        border-bottom: 2px solid #999;
        background-size: 80% 60%;
        position: absolute;
        right: 10px;
        top: 16px;
        text-indent: -9999px;
    }

    .mobnav:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #999;
        position: absolute;
        top: 6px;
    }

    .header .nav {
        margin: 0;
        width: 200px;
        height: 100%;
        position: fixed;
        right: -200px;
        background: rgba(0,0,0,1);
        padding: 50px 20px;
        z-index: 999;
        overflow: hidden;
        transition: all .3s;
    }

    .header .nav.open {
        right: 0;
        box-shadow: -5px -5px 10px rgba(0,0,0,.5);
        transition: all .3s;
    }

    .nav .closenav {
        display: block;
        width: 50px;
        height: 50px;
        color: #ff0;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
    }

    .nav ul {
        border-bottom: 1px solid #212121;
    }

    .header .nav ul li {
        width: 100%;
        float: left;
        margin: 0 auto;
    }

    .header .nav ul li a {
        color: #fff;
        font-size: 18px;
        display: block;
        border-bottom: 1px solid #212121;
        padding: 0;
        line-height:50px;
    }

    .header .nav ul li .navhover {
        color: #ff0;
        border-bottom: 1px solid #212121;
    }

    .nav p {
        display: block;
        line-height: 20px;
        color: #999;
        font-size: 15px;
    }

    .nav p img {
        width: 120px;
        margin: 20px auto 5px;
    }

    .nav .call {
        border-top: 0px solid #212121;
        color: #999;
        padding-top: 10px;
        margin-top: 10px;
    }

    .nav .call a {
        display: block;
        background: #C22126;
        color: #fff;
        border-radius: 4px;
        line-height: 40px;
        font-size: 18px;
    }

    footer .box2 {
        display: none;
    }

    #article footer {
    }

    .copy {
        background: #000;
    }

    .footer .d2 span em {
        display: block;
        width: 100%;
    }

    .footer .d2 span {
        display: none;
    }

    .footer .d2 span:first-child {
        display: block;
    }

    .carousel {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        display: none;
    }

    #index .carousel {
        display: block;
    }

    .carousel .figure li {
        vertical-align: middle;
    }

    .carousel .figure img {
        float: left;
        width: auto;
        max-width:400%;
        height: 240px;
    }
    .carousel .figure li h2 {
    font-size: 32px;
    line-height: 40px;
}
    .carousel .figure li div {
    position: absolute;
    z-index: 9;
    text-align: center;
    color: #fff;
    width: 80%;
    left: 10%;
    top: 25%;
}

    .carousel .spot {
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        width: 320px;
        margin-left: -160px;
        bottom: 8%;
        z-index: 5;
    }

    .carousel .spot ul {
        zoom:1;float: left;
        width: 100%;
        height: inherit;
        text-align: center;
        overflow: hidden;
    }

    .carousel .spot ul li {
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        width: 40px;
        height: 3px;
        background: #fff;
        cursor: pointer;
    }

    .carousel .spot ul li.on {
        background: #000;
    }

    .gray {
        background: #f9f9f9;
    }

    .section {
        padding: 0 15px;
    }

    .iyewu,.ihangye,.ihezuo {
        padding: 0 15px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .htitle {
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .stitle {
        text-align: justify;
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .iyewu {
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    .iyewu ul li {
        width: 100%;
        margin: 0 auto 15px;
        color: #666;
        height: auto;
    }

    .iyewu .pic {
        max-height: 200px;
        overflow: hidden;
    }

    .iyewu ul li .txt em {
        display: block;
        text-align: center;
        margin: 0px 0;
    }

    .iyewu ul li p {
        text-align: justify;
        color: #666;
        width: 100%;
        padding: 0 20px 20px;
    }

    .iyewu ul li .txt h1,.iyewu ul li .txt h2{
        margin: 10px auto 0;
        display: block;
        width: 100%;
        font-size: 24px;
        color: #000;
        font-weight: normal;
    }

    .iyewu ul li .pic img {
        width: 100%;
        height: auto;
    }

    .iyewu ul li .chat {
        display: none;
    }

    .ihangye {
        padding-bottom: 20px;
    }

    .ihangye .wrap {
        padding: 0;
    }

    .hybox {
        height: auto;
        background: none;
    }

    .hybox .item {
        margin-bottom: 10px;
        padding: 15px;
        color: #fff;
        height: auto;
        overflow: hidden;
    }

    .ihangye .item-1,.ihangye .item-2,.ihangye .item-3,.ihangye .item-4,.ihangye .item-5 {
    }

    .hybox .item:nth-child(2n) {
    }

    .hybox .item h5 {
        font-size: 20px;
        padding: 5px;
    }

    .ihangye .item i {
        display: none;
    }

    .ihangye .pbox {
        opacity: .8;
    }

    .ihangye p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .section .wrap {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .grid {
        padding: 15px;
    }

    .icolist li {
        width: 50%;
        float: left;
        line-height: 40px;
    }

    #index .icolist > li {
        padding: 10px;
    }

    .ihezuo {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .ihezuo .flex {
        padding-left: 2px;
    }

    .ihezuo .cspic {
        display: block;
        height: auto;
        padding: 5px 0;
        width: 50%;
        float: left;
        text-align: center;
        border: 1px solid #ddd;
        margin-top: -1px;
        margin-left: -1px;
        overflow: hidden;
    }

    .ihezuo .cspic img {
        transition: all .3s ease;
        position: relative;
        top: 0;
        left: 0;
        opacity: .5;
        transform: none;
    }

    .message #xq:hover .xqlist,.message #xq:focus .xqlist,.message #ys:hover .yslist,.message #ys:focus .yslist,.message form .xqlist,.message form .yslist {
        display: none;
    }

    #index .msgwrap {
        display: block;
        padding: 20px 15px;
    }

    .message {
        width: 100%;
    }

    .message strong {
        display: block;
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    #index .message form input {
        width: 100%;
        line-height: 40px;
        margin-bottom: 10px;
        padding: 0 5px;
        display: block;
        float: left;
        font-size: 15px;
        box-shadow: none;
        border-radius: 0;
        background: #ddd;
    }

    #index .message form input:hover {
        background: #fff;
    }

    #index .message .submit {
        width: 100%;
        background: #C22126;
        color: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 50px;
        padding: 0;
        border: 0;
        font-size: 18px;
    }

    #index .message form .submit.on,#index .message form .submit:hover {
        background: #000;
    }

    .message p {
        font-size: 15px;
        margin-top: 10px;
    }

    .htitle {
        font-size: 24px;
        color: #333;
        text-align: center;
        margin: 20px 0 20px;
        position: relative;
    }

    .mob #index .htitle, #index .htitle  {
        margin: 20px 0 0;
    }

    .stitle {
        margin: 0 auto 10px;
        overflow: hidden;
        width: auto;
        height: auto;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        color: #999;
    }

    .wrap .stitle {
        padding: 0 15px;
    }

    .section {
        padding: 0px 0 20px;
    }

    .flex {
        display: block;
    }

    .website > .flex {
        margin: 30px auto;
        justify-content: space-between;
        height: auto;
        overflow: hidden;
    }

    .website .ico-block {
        margin: 20px auto;
        height: 66px;
        position: relative;
    }

    .website .item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
        padding: 0 0 20px;
    }

    .icolist > li {
        display: block;
        width: 50%;
        float: left;
        height: auto;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        box-sizing: border-box;
        padding: 20px 10px;
    }

    .icolist > li:nth-child(3n) {
        border-left: 0;
    }

    .icolist:first-child > li:nth-child(-n+2) {
        border-top: 1px solid #e5e5e5;
    }

    .icolist:nth-child(3) > li {
        border-bottom: 1px solid #e5e5e5;
    }

    .icolist > li i {
        display: inline-block;
        text-align: center;
        font-size: 32px;
        line-height: 38px;
        height: 58px;
        width: 58px;
        padding: 10px;
        color: #000;
        border: 1px solid #000;
        border-radius: 50%;
        float: none;
    }

    .icolist > li b {
        display: block;
        width: 100%;
        font-size: 16px;
        float: left;
        margin: 0 auto;
        font-weight: normal;
    }

    #index .icolist > li i {
        display: none;
    }

    #index .icolist > li {
        padding: 10px;
    }

    #index .icolist:nth-child(2) > li {
        border-bottom: 1px solid #ddd;
    }

    .wrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 0px;
        position: relative;
        overflow: hidden;
    }

    .website .wrap {
        padding: 0 15px;
    }

    .header .wrap {
        padding: 0;
    }

    .itopnews .inews-list ul li {
    width: 92%;
    float: left;
    margin:0 4%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.itopnews .inews-list ul li:nth-child(4n-3) {
    margin-left: 4%;
}

    .newslist {
        margin: 0px auto 20px;
        overflow: hidden;
        width: 100%;
    }

    .newslist .newsbox {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

    .newslist .newsbox ul {
        margin: 0 auto;
    }

    .newslist .newsbox ul li {
        position: relative;
        margin: 0px auto 20px;
        width: 300px;
        height: auto;
        overflow: hidden;
        float: none;
    }

    .newslist .newsbox ul li .detail {
        width: 100%;
        margin: 20px auto 0;
        line-height: 25px;
        font-size: 14px;
        overflow: hidden;
        color: #999;
    }

    .newslist .newsbox.r3 ul {
        width: 100%;
        padding: 0 10px;
    }

    .newslist .newsbox.r3 ul li {
        width: 100%;
        margin: 0 auto 30px;
        height: auto;
    }

    .newslist .newsbox.r3 ul li .detail {
        margin: 0;
    }

    .page {
        margin: 10px auto;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .page ul li {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0 0px;
        background: #333;
        text-align: center;
        color: #fff;
        line-height: 35px;
    }

    #about > .wrap {
        margin-top: 0px;
        box-shadow: 5px 5px 10px rgba(0,0,0,.1),-5px -5px 10px rgba(0,0,0,.1);
        padding: 0;
    }

    .abww {
        float: left;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 0 15px;
        font-weight: normal;
    }

    .abww .left {
        /* display: none; */
        margin-top: 20px;
        float: left;
        font-size: 36px;
        height: auto;
        width:100%;
        line-height: 48px;
    }

    .abww .right {
        margin: 20px auto;
        padding: 0;
        float: left;
        border-left: 0;
    }
    .abww .right .minbody{
        width:100%;
        text-align:justify;
        margin-top:0;
    }
    .abww .wrap{
        padding-bottom:0;
    }
    .absol li{
        width:100%;
    }
    .abadv li{
        width:100%;
    }
    .abadv li.lp > div{
        height:300px;
    }
    .abadv li.rp > div{
        height:300px;
    }
    .about .abadv li > div p{
        margin-top:0;
        top:50px;
    }
    .about .abadv li > div p span{
        text-align:justify;        
     }

    .abww .right p {
        font-size: 16px;
        line-height: 30px;
    }

    .about {
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        width: 100%;
    }

    .about .abtit {
        margin: 0px 0px;
        float: left;
        width: 100%;
        overflow: hidden;
    }

    .about .abpp {
        margin: 0 0px 0px;
        float: left;
        padding: 30px 15px;
        width: 100%;
        text-align: justify;
        overflow: hidden;
    }
    .about .abpp p span{
        display:block;
        width:100%;
  
    }
    .about .abbg{
        text-align: center;
    }

    .about .abtit .left {
        float: left;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 20px 15px;

    }

    .about .abtit .right {
        float: left;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 20px 15px;
        line-height: 30px;
        background: none;
        display: none;
    }

    .about .abtit .left P {
        font-size: 24px;

        padding: 0;
        line-height: 40px;
        text-transform: uppercase;
        display: inline-block;
    }

    .about .abtit .left P:last-child {
        font-size: 36px;
        white-space:nowrap;
    }

    .about .abtit .right p {
        font-size: 24px;
        margin: 0;
        height: auto;
        overflow: hidden;
    }

    .about .lxwm .right {
        padding: 0 15px 20px;
    }

    .about .lxwm .right p {
        font-size: 24px;
        color: #fff;
        margin: 0;
        height: auto;
        overflow: hidden;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    .about .abtit .right p span {
        font-size: 24px;
        display: inline-block;
        float: left;
        line-height: 30px;
        margin: 10px auto;
    }

    .abyw ul li {
        margin-top: 30px;
        padding: 0 15px 30px;
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #EEE;
    }

    .abyw ul li .left {
        float: left;
        overflow: hidden;
        line-height: 56px;
        width: 100%;
    }

    .abyw ul li .right {
        float: left;
        width: 100%;
        overflow: hidden;
        margin-left: 0;
    }

    .bannertext .bannertitle {
        padding: 15px;
        font-size: 18px;
        line-height: 40px;
    }

    .bannertext {
        padding:30px 0;
        position: relative;
        top: 0;
        background:url(/images/banner1.jpg) center top no-repeat;
        background-size:cover;
    }

    #about .btn a{
        width:48%;
        margin:10px 1%;
        float:left;
    }

    .abnum li{
        width:50%;
    }
    .abnum li i {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.abnum li p{
    font-size:12px;
    white-space:nowrap;
}


    #article .carousel {
        display: none;
    }

    .article {
        margin: 0px auto 0;
        padding: 10px 0 0px;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 9;
        overflow: hidden;
        box-shadow: none;
    }

    .article .position {
        display: none;
    }

    .side {
        display: none;
    }

    .article #content .appwx {
        display: none;
    }

    .article .body {
        width: 100%;
        overflow: hidden;
        text-align: center;
        float: left;
        padding: 0px;
    }

    .article .body h1 {
        margin-top: 10px;
        margin-bottom: 14px;
        line-height: 30px;
        display: block;
        text-align: left;
        font-size: 22px;
        font-weight: normal;
    }

    .article .body dl {
        height: 30px;
        text-align: left;
    }

    .article .body dl dd {
        margin: 0px 10px 10px 0;
        display: inline-block;
        line-height: 20px;
        color: #999;
        font-size: 15px;
        float: left;
    }

    .article .bodyinfo {
        padding: 0 16px;
    }

    .article .bodytip {
        padding: 0 0;
    }

    .article .detail {
        margin-top: 30px;
        padding: 20px 15px;
        background: #eee;
        text-align: justify;
        font-size: 15px;
        line-height: 25px;
        text-indent: ;
    }

    .prenext {
        display: none;
    }

    .wxbox {
        width: 100%;
        height: auto;
        border-top: 1px dashed #ddd;
        background: #eee;
        padding: 20px 0;
        overflow: hidden;
    }

    .wxbox .fl,.wxbox .fr {
        width: 100%;
    }

    .wxbox .fl img {
        width: 240px;
        float: none;
        margin: 0px auto 10px;
    }

    .wxbox .fl p {
        margin: 0px auto;
        display: block;
        color: #666;
        line-height: 25px;
        font-size: 15px;
        padding: 0 15px;
        text-indent: 2.0em;
    }

    .wxbox .fr {
        width: 100%;
        float: right;
        border: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
    }

    .wxbox .fr p {
        display: none;
    }

    .inews {
        display: none;
    }

    .msgwrap {
        display: none;
    }

    .footer .box .d2 {
        display: none;
    }

    .window {
        display: none;
    }

    .footer .box {
        margin: 0 auto;
        width: 100%;
        padding: 20px 15px;
        text-align: center;
        overflow: hidden;
    }

    .footer .box .d1m {
        display: none;
    }

    .footer .box .d1 {
        width: 100%;
        border: 0;
    }

    .footer .box .d1 p:last-child {
        display: none;
    }

    .footer .box p {
        font-size: 13px;
    }
}
