body {
    padding: 0;
    margin: 0 auto;
    background: #fafafa;
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    overflow: auto;
    color: #333;
    min-width: 1200px
}

div, span, p, applet, object, iframe, h1, h2, h3, h4, h5, h6, a, em, font, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, caption, tbody, tfoot, thead, tr, th, td, section, article, header, footer, aside, nav {
    padding: 0;
    margin: 0;
    list-style: none
}

section, article, header, footer, aside, nav {
    padding: 0;
    margin: 0;
    display: block
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    font-family: "\5FAE\8F6F\96C5\9ED1"
}

input, select, textarea {
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1"
}

img {
    border: 0
}

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

a:hover {
    color: #e60012;
    text-decoration: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    line-height: 0
}

.clearafter:after {
    content: "";
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
    display: block
}

.left {
    float: left
}

.right {
    float: right
}

.red {
    color: #e60012
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 16px;
    color: #666;
    margin: 0;
    padding: 0
}

.overhide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.contain {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: none
}

.index_sec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

.fycpimg img, .rotateimg img {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.fycpimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.rotateimg:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.more {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 15px
}

.more span {
    display: inline-block;
    position: relative;
    z-index: 10
}

.more::before, .more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1)
}

.more::before {
    border: 0;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1)
}

.more::after {
    border: 1px solid #fff;
    background: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.more:hover {
    color: #fff
}

.more:hover::before {
    background-color: #e60012;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.more:hover::after {
    border-color: #e60012;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1)
}


.descriptor {
    width: 40px;
    color: #fff;
    margin-left: 50px
}

.menu-activator {
    height: 70px;
    line-height: 70px;
    cursor: pointer;
    display: none
}

.descriptor {
    width: 40px;
    color: #fff;
    margin-left: 50px
}

.visual {
    position: relative;
    margin: 20px 0 0 0;
    width: 32px;
    height: 34px
}

.visual i.line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.visual i.line01 {
    top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms
}

.visual i.line02 {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms
}

.visual i.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms
}

.visual i.line04 {
    top: 30px;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}

.cliactnav .visual i.line:nth-child(1), .cliactnav .visual i.line:nth-child(3) {
    top: 16px
}

.cliactnav .visual i.line:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cliactnav .visual i.line:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cliactnav .visual i.line:nth-child(2), .cliactnav .visual i.line:nth-child(4) {
    filter: alpha(opacity=0);
    opacity: 0
}

.cliactnav .visual i.line.line01, .cliactnav .visual i.line.line02, .cliactnav .visual i.line.line03, .cliactnav .visual i.line.line04 {
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms
}


.ssinpt {
    width: 88px;
    border: 0;
    height: 26px;
    line-height: 26px \9;
    background: 0;
    vertical-align: top;
    outline: 0;
    padding-left: 10px;
    font-size: 12px;
    color: #fff
}

.ssbtn {
    vertical-align: top;
    border: 0;
    height: 28px;
    line-height: 28px;
    background: url(../images/ssbtn.png) no-repeat center left;
    outline: 0;
    cursor: pointer;
    width: 25px
}

.headerlink {
    height: 70px;
    margin-left: 25px
}

.gwc {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 22px;
    position: relative
}

.gwc img {
    display: block;
    margin: 6px 0 0 6px
}

.gwc i {
    position: absolute;
    background: #e60012;
    width: 8px;
    height: 8px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    right: -2px
}

.footer {
    background: #000;
    font-size: 14px;
    color: #636363;
    padding: 15px 0;
    line-height: 30px
}

.footer strong {
    font-weight: normal
}

.footer a {
    font-size: 14px;
    color: #636363
}

.footer a:hover {
    color: #fff
}

.yqlj {
    width: 120px;
    height: 30px;
    border: 1px solid #666;
    background: no-repeat;
    color: #666;
    outline: 0
}

.denglubtn {
    position: fixed;
    right: 10px;
    bottom: 70px;
    background: #000;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 92px;
    z-index: 99
}

.denglubtn img {
    vertical-align: top;
    display: inline-block;
    margin-top: 24px
}

.fyheader {
    position: absolute
}

.fyheader .logo {
    margin: 0
}

.fyheader .banbenqh {
    margin: 0
}

.fydl {
    width: 500px;
    margin: 170px auto 100px
}

.fydltop {
    text-align: center
}

.fydltop h2 {
    font-size: 24px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    position: relative
}

.fydltop h2 span {
    display: block;
    width: 100px;
    height: 3px;
    background: #1d1d1d;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -50px
}

.fydlbot {
    margin-top: 50px
}

.fydlbot li {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    position: relative
}

.fydlinpt {
    width: 94%;
    height: 60px;
    border: 1px solid #e6e6e6;
    line-height: 60px \9;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3%;
    outline: 0
}

.fydlbtn {
    width: 100%;
    height: 60px;
    border: 0;
    line-height: 60px;
    background: #1d1d1d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 20px 0 5px;
    cursor: pointer
}

.fydlbot li span a {
    text-decoration: underline
}

.fyzcyzm {
    position: absolute;
    right: -1px;
    top: 1px;
    width: 156px;
    height: 60px;
    line-height: 60px;
    background: #000;
    font-size: 14px;
    color: #fff;
    border: 0;
    cursor: pointer;
    outline: 0
}

.cliimmfyzcyzm {
    background: #ccc;
    color: #666
}

.fyxgmmyzm {
    height: 40px;
    width: auto
}

.fyhyzxt {
    margin: 110px auto 40px
}

.fyhyzxt h1 {
    font-size: 36px;
    color: #000;
    font-weight: normal
}

.fyhyzx {
    margin-bottom: 80px
}

.fyhyzxleft {
    width: 260px;
    background: #323232 url(../images/hyzxleft.png) center bottom;
    padding-bottom: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.fyhyzxtx {
    margin: 30px auto 15px;
    text-align: center
}

.fyhyzxtx a {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto
}

.fyhyzxtx img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto
}

.fybjtxbg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(50, 50, 50, .4);
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 160px
}

.fyhyzxtx h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px
}

.fyhyzxtx h2 a {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    margin-left: 10px
}

.fyhyzxtx h2 a:hover {
    color: #e60012
}

.fyhylb {
    border-top: 1px solid #4e4e4f
}

.fyhylb li {
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #1a1a1a
}

.fyhylb li:hover, .fyhylb li.clihyzx {
    background: #1a1a1a
}

.fyhylb li img {
    vertical-align: middle;
    margin-right: 10px
}

.fyhylb li a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 85px
}

.fyhyzxright {
    width: 920px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(7, 0, 2, 0.1);
    min-height: 860px
}

.fyhyrtop {
    padding: 20px 15px;
    border-bottom: 1px solid #e6e6e6
}

.fyhyrtop li {
    float: left;
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #000
}

.fyhyrtop li strong {
    font-weight: normal
}

.fyhyrtop li a {
    font-size: 16px;
    color: #000;
    display: block
}

.fyhyrtop li:hover, .fyhyrtop li.clihytop {
    background: #000;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.fyhyrtop li:hover a, .fyhyrtop li.clihytop a {
    color: #fff
}

.znxback {
    line-height: 46px
}

.fyjbzl {
    padding: 70px 0 180px
}

.fyjbzl table {
    width: 920px;
    color: #292828;
    font-size: 14px
}

.fyjbzl table h2 {
    color: #333;
    font-weight: normal;
    display: inline-block;
    font-size: 14px
}

.fyjbzl table h3 {
    color: #e5e1e1;
    margin-left: 30px;
    font-weight: normal;
    display: inline-block;
    font-size: 14px
}

.fyjbzlint {
    border: 1px solid #e6e6e6;
    width: 280px;
    height: 40px;
    line-height: 40px \9;
    outline: 0;
    background: #fff;
    padding: 0 10px
}

.fyjbzl label {
    margin-right: 20px
}

.jbzlsel {
    border: 1px solid #e6e6e6;
    width: 140px;
    height: 40px;
    line-height: 40px \9;
    outline: 0;
    background: #fff;
    padding: 0 10px;
    margin-right: 20px
}

.fyjbzl table i {
    color: #28bd05;
    margin-left: 20px;
    font-style: normal
}

.fyjbzl table i img {
    vertical-align: middle;
    margin-left: 5px
}

.fyjbzlbtn {
    border: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    background: #000;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 45px
}

.fygrzxss {
    width: 240px;
    height: 50px;
    border: 1px solid #f0f0f0;
    line-height: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.fyssleft {
    width: 170px;
    border: 0;
    height: 50px;
    line-height: 50px \9;
    padding: 0 0 0 20px;
    outline: 0;
    background: 0
}

.fyssright {
    background: url(../images/fyssbtn.png) no-repeat center center;
    border: 0;
    height: 50px;
    line-height: 50px;
    width: 48px;
    outline: 0;
    cursor: pointer
}

.fyznx {
    padding: 30px 30px 50px
}

.fyznx li {
    border: 1px solid #f0f0f0;
    height: 60px;
    line-height: 60px;
    padding: 0 17px;
    margin-bottom: 10px
}

.fyznx li h2 {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    width: 20px
}

.fyznx li h2 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle
}

.fyznx li h2 i.fyznxwd0 {
    background-image: url(../images/znx0.png)
}

.fyznx li h2 i.fyznxwd1 {
    background-image: url(../images/znx1.png)
}

.fyznx li a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 90px 0 10px;
    width: 510px
}

.fyznx li a:hover {
    color: #e60012
}

.fyznx li span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-right: 85px;
    vertical-align: top
}

.fyznx li b {
    vertical-align: top;
    display: inline-block
}

.fyznx li img {
    vertical-align: middle;
    cursor: pointer
}

.fyznxxq {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding: 30px 30px 50px
}

.eve {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    float: left;
    margin: 24px 15px 0 0
}

.allsc {
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-top: 9px
}

.fyznx li span {
    margin-right: 50px
}

.quanxsc {
    height: 30px;
    line-height: 30px;
    padding-left: 13px
}

.quanxsc input {
    margin-right: 10px
}

.quanxsc a {
    margin-left: 30px
}

.page {
    clear: both;
    text-align: center;
    line-height: 37px;
    margin: 0 0 50px
}

.page a, .page span {
    display: inline-block;
    color: #fff;
    border: 1px solid #000;
    padding: 0 15px;
    text-decoration: none;
    background: #000;
    margin: 0 5px
}

.page a.home, .page a.last {
    background: #000;
    color: #fff
}

.page a:hover {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012
}

.page span.current {
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012
}

.page a:hover {
    text-decoration: none
}

.page span.dianspan {
    border: 0;
    padding-top: 0;
    vertical-align: top
}

.fywdsc {
    padding: 30px 30px 50px
}

.fywdsc table.fysctable0 {
    font-size: 14px;
    color: #666;
    width: 860px;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px
}

.fywdsc table.fysctable0 tr {
    background: #fafafa
}

.fywdsc table.fysctable1 {
    font-size: 14px;
    color: #999;
    width: 860px;
    border: 1px solid #f0f0f0;
    margin-bottom: 25px
}

.fywdsc table.fysctable1 tr td {
    padding: 30px 0
}

.fywdscimg {
    width: 98px;
    height: 104px;
    border: 1px solid #f5f5f5;
    display: inline-block;
    margin-left: 20px
}

.fywdsc table.fysctable1 h2 {
    font-size: 12px;
    color: #333;
    font-weight: normal;
    display: inline-block;
    width: 180px;
    vertical-align: top;
    margin: 25px 0 0 10px;
    line-height: 18px
}

.fywdsc table.fysctable1 a:hover h2 {
    color: #e60012
}

.fywdsc table.fysctable1 h3 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    padding-left: 25px
}

.fyscdel {
    cursor: pointer
}

.fyshdz {
    padding: 30px 30px 0
}

.fyshdz li {
    border: 1px solid #e6e6e6;
    width: 290px;
    height: 140px;
    padding: 15px;
    position: relative;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    margin-bottom: 15px
}

.fyshdz li h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 29px
}

.fyshdz li span {
    display: inline-block;
    width: 58px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f0f0f0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #666;
    font-size: 14px
}

.fyshdz li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/fyshdzdain1.jpg) no-repeat center center
}

.fyshdzxg {
    cursor: pointer
}

.fyshdz li.clifyshdz {
    background: url(../images/fyshdzbg.png) no-repeat right bottom
}

.fyshdz li.clifyshdz i {
    background: url(../images/fyshdzdain0.jpg) no-repeat center center
}

.fyshdz li.fyshadd {
    width: 160px;
    height: 170px;
    padding: 0;
    margin-right: 0;
    text-align: center
}

.fyshdz li.fyshadd h2 {
    font-weight: normal;
    font-size: 40px;
    color: #ccc;
    padding: 40px 0 5px
}

.fyshdz li.fyshadd h3 {
    font-weight: normal;
    font-size: 14px;
    color: #ccc
}

.addshdz {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .86);
    top: 0;
    left: 0;
    display: none
}

.addshdzdiv {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -350px;
    width: 700px;
    height: 470px;
    background: #fff;
    border: 1px solid #fff
}

.addshdzdiv h2 {
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal
}

.addshdzdiv h2 .closshdz {
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    cursor: pointer
}

.addshdzdiv ul {
    width: 500px;
    margin: 40px auto 0
}

.addshdzdiv ul li {
    margin-bottom: 15px
}

.addshinpt {
    height: 40px;
    line-height: 40px \9;
    border: 1px solid #e6e6e6;
    width: 480px;
    padding: 0 10px;
    outline: 0
}

.addshset {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    width: 248px;
    padding: 0 10px;
    outline: 0
}

.addshbtn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    width: 500px;
    background: #000;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    outline: 0
}

.fysmrz {
    padding: 30px 30px 0
}

.fysmrz table {
    width: 860px
}

.fysmrz h2 {
    text-align: center;
    padding: 20px 0;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 35px
}

.fysmrz span {
    color: #e6e6e6
}

.sfzyxq {
    border: 1px solid #e6e6e6;
    width: 117px;
    height: 40px;
    line-height: 40px \9;
    outline: 0;
    background: #fff;
    padding: 0 10px
}

.fyjbzlbtnqx {
    border: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    outline: 0;
    background: #e6e6e6;
    text-align: center;
    color: #000;
    cursor: pointer;
    margin-top: 45px;
    margin-left: 15px
}

.fyscsfz {
    text-align: center;
    float: left;
    width: 173px;
    height: 163px;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer
}

.inputPic_z {
    display: none
}

.fysmrz table h3 {
    margin-left: 0;
    color: #666;
    padding-top: 50px
}

.pic_z {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.fygrtx {
    padding: 110px 0 0;
    width: 450px;
    margin: 0 auto
}

.fytxscinpt {
    display: none
}

.fytxsc h2, .fytxsc strong {
    border: 1px solid #e6e6e6;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #292828;
    font-weight: normal;
    cursor: pointer
}

.fytxsc h2 img, .fytxsc strong img {
    vertical-align: middle;
    margin-right: 5px
}

.fytxsc h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 40px;
    vertical-align: top
}

.fytxyl {
    border: 1px solid #e6e6e6;
    width: 340px;
    height: 340px;
    margin: 20px 0;
    position: relative
}

.fytxyl h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 340px;
    text-align: center
}

.fytxyl img.txylimg {
    width: 340px;
    height: 340px;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.fytxts h3 {
    font-size: 14px;
    color: #ccc;
    font-weight: normal
}

.fytxyl .container {
    width: 340px;
    height: 340px;
    padding: 0
}

.fytxyl .btn-primary {
    background: #e60012;
    border-color: #fff
}

.fymmhqyzm {
    border: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    outline: 0;
    background: #e6e6e6;
    text-align: center;
    color: #999696;
    width: 90px;
    cursor: pointer;
    margin-left: -95px;
    margin-top: 1px;
    vertical-align: top
}

.fypingjia {
    margin: 30px 30px 0;
    border: 1px solid #f0f0f0;
    padding: 20px 0
}

.fypingjia li {
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #f0f0f0
}

.fypingjia li h2 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 5px
}

.fywdsc table.fypjgltabel h2, .fywdsc table.fyddgltable h2 {
    width: 207px
}

.fywdsc table.fypjgltabel h2 span, .fywdsc table.fyddgltable h2 span {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 10px
}

.fypjddh {
    margin: 0 0 10px 20px
}

.fywdsc table.fyddgltable h3 {
    padding-left: 0;
    color: #999;
    font-size: 14px
}

.fywdsc table.fyddgltable a.fyddlink {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 3px
}

.fywdsc table.fyddgltable a.fyddlink:hover {
    color: #e60012
}

.fyddss {
    margin: 30px 0 0 30px
}

.fyddssinpt {
    width: 135px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background: 0;
    padding: 0 20px;
    line-height: 40px \9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: 0;
    margin-right: 20px
}

.fyddssbtn {
    width: 80px;
    height: 40px;
    border: 1px solid #000;
    background: #000;
    line-height: 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    outline: 0;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.fyddjd {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px
}

.fyddjdtop {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #f0f0f0
}

.fyddjdtop h2 {
    font-weight: normal;
    color: #1a1a1a;
    font-size: 20px;
    margin-left: 20px
}

.fyddjdbot {
    margin: 60px 0 50px 61px
}

.fyddjdbot li {
    width: 70px;
    float: left;
    border-top: 4px solid #efefef;
    padding: 0 187px 0 0
}

.fyddjdbot li h3.fyjdnum {
    width: 50px;
    height: 50px;
    background: #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    margin: -25px 0 0 0
}

.fyddjdbot li h3.fyjdtxt {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 10px;
    width: 56px;
    text-align: center
}

.fyddjdbot li.clifyjd .fyjdnum {
    background: #000;
    color: #fff
}

.fyddjdsp {
    margin: 0 50px 40px;
    border: 1px solid #efefef
}

.fyddjdspl {
    background: #fafafa;
    border-right: 1px solid #efefef;
    width: 320px;
    padding: 20px
}

.fyddjdspl span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.fyddjdspl strong {
    font-weight: normal
}

.fyddjdspr {
    margin-left: 480px;
    padding: 70px 20px 10px
}

.fyddjdspr h2 {
    font-size: 14px;
    line-height: 32px
}

.fyddjdspr h2 img {
    vertical-align: middle;
    margin-right: 10px
}

.fyddjdspr span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-left: 42px
}

.fyddxq {
    padding: 0
}

.fyddxq table.fysctable0, .fyddxq table.fyddxqtable {
    width: 1200px;
    margin-bottom: 10px
}

.fyddxq table.fyddxqtable ul {
    margin-left: 6px
}

.fyddxq table.fyddxqtable ul li {
    float: left
}

.fyddxq table.fyddxqtable ul li span {
    display: block;
    height: 25px;
    border: 1px solid #dbdbdb;
    margin-bottom: -1px;
    margin-left: -1px;
    width: 58px
}

.fyddxqjs {
    border: 1px solid #e6e6e6;
    margin: 20px auto 120px;
    background: #fafafa;
    padding: 20px;
    width: 1160px
}

.fyddjsdiv {
    float: right;
    text-align: right
}

.fyddxqjs span {
    display: block;
    font-size: 15px;
    line-height: 28px
}

.fyddxqjs span.red {
    font-weight: bold
}

.fyddpj {
    padding: 30px 50px
}

.fyddpjl {
    width: 182px
}

.fyddpjl img {
    width: 180px;
    height: 190px;
    display: block;
    border: 1px solid #f5f5f5
}

.fyddpjl h2 {
    font-weight: normal;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    margin: 20px 0 10px
}

.fyddpjl h3 {
    font-weight: normal;
    font-size: 12px;
    color: #999
}

.fyddpjr {
    width: 800px;
    margin-left: 35px
}

.fyhaoping {
    font-size: 14px;
    color: #666;
    margin: 15px 0 10px
}

.fyhaoping label {
    margin-right: 90px
}

.fyhaoping label img {
    margin: 0 15px;
    vertical-align: bottom
}

.fyhptext textarea {
    width: 760px;
    height: 210px;
    border: 1px solid #f5f5f5;
    padding: 10px;
    outline: 0
}

.fyhpimg {
    margin: 25px 0
}

.fyhpimg ul {
    margin-top: 10px
}

.fyhpimg ul li {
    float: left;
    margin: 0 10px 10px 0;
    position: relative
}

.fyhpimg ul li img {
    width: 100px;
    height: 133px
}

.closepjimg {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 25px;
    cursor: pointer
}

.fyhpbtn input {
    width: 118px;
    text-align: center;
    line-height: 40px;
    background: #000;
    color: #fff;
    border: 0;
    cursor: pointer
}

.fywlxq {
    padding: 50px 50px 35px
}

.fywlxq h2 {
    font-size: 16px;
    color: #323232;
    margin-bottom: 30px
}

.fywlxq ul li {
    padding: 0 0 10px 40px;
    border-left: 3px solid #efefef;
    position: relative
}

.fywlxq ul li span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-top: -5px
}

.fywlxq ul li span.fywlxqyue {
    width: 90px
}

.fywlxq ul li span.fywlxqri {
    width: 50px;
    text-align: center
}

.fywlxq ul li span.fywlxqsj {
    width: 80px;
    text-align: center
}

.fywlxq ul li span.fywlxqnr {
    width: 800px
}

.fywlxq ul li.clifywl span.fywlxqyue, .fywlxq ul li.clifywl span.fywlxqri {
    visibility: hidden
}

.fywlxq ul li i {
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    background: #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block
}

.fywlxq ul li.clifywl i {
    display: none
}

.fyddwl {
    border: 1px solid #f0f0f0;
    margin: 20px auto 60px;
    padding: 20px;
    width: 1160px
}

.fyddwl h3.fyddwlbh {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin-bottom: 15px
}

.fyddwll {
    width: 280px
}

.fyddwllimg {
    width: 100px
}

.fyddwllimg img {
    display: inline-block;
    width: 100px;
    height: 106px;
    border: 1px solid #f5f5f5
}

.fyddwllnr {
    margin-left: 115px
}

.fyddwllnr h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-top: 15px
}

.fyddwllnr h3:first-child {
    color: #333
}

.fyddwlr {
    width: 750px;
    margin-left: 120px
}

.fyddwlr span {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 24px
}

.fyhyqm {
    border: 1px solid #f0f0f0;
    width: 830px;
    margin: 30px auto 0;
    padding: 15px
}

.fyhyqm h2 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: normal;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px
}

.fyhyqm table {
    width: 830px;
    font-size: 12px;
}

.yzminpt {
    width: 280px;
    height: 40px;
    line-height: 40px \9;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    outline: 0
}

.yzmiyzm {
    width: 100px;
    height: 40px;
    line-height: 40px \9;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    outline: 0
}

.fyhyqm .fyjbzlbtn, .fyhyqm .fyjbzlbtnqx {
    margin-top: 0
}

.fywdjf {
    border: 1px solid #f0f0f0;
    width: 830px;
    margin: 30px auto 0;
    padding: 15px
}

.fywdjf li {
    float: left;
    border-right: 1px solid #f0f0f0;
    text-align: center
}

.fywdjf li.fywdjf0 {
    width: 205px;
    height: 110px;
    padding-top: 50px
}

.fywdjf li.fywdjf1 {
    width: 284px;
    height: 130px;
    padding-top: 30px
}

.fywdjf li.fywdjf2 {
    width: 339px;
    border-right: 0;
    height: 110px;
    padding-top: 50px
}

.fywdjf li h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal
}

.fywdjf li span {
    font-size: 30px;
    color: #e40303;
    font-weight: bold;
    margin: 10px 0
}

.fywdjf li a {
    font-size: 14px;
    color: #fff;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: 0 auto;
    background: #000
}

.fyjfmx {
    width: 860px;
    margin: 30px auto 50px
}

.fyjfmxtop h2 {
    display: inline-block;
    font-weight: normal;
    color: #999;
    font-size: 24px;
    margin-right: 25px;
    cursor: pointer
}

.fyjfmxtop h2.clijfmx {
    color: #000
}

.fyjfmxbot {
    display: none
}

.fyjfbg0, .fyjfbg1 {
    width: 860px;
    border: 1px solid #e6e6e6;
    color: #666;
    font-size: 14px
}

.fyjfbg0 {
    margin: 20px auto
}

.fyjfbg0 tr td, .fyjfbg1 tr td {
    padding: 20px 0
}

.fyjfbg1 {
    border: 1px solid #f0f0f0;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

.fyjfmxbot .page {
    margin-top: 50px
}

.fywdyqm {
    line-height: 40px;
    height: 40px;
    float: left;
    margin-left: 35px;
    font-size: 16px;
    color: #000
}

.fywdyqm input {
    border: 0;
    width: 110px
}

.fywdyqm span {
    height: 30px;
    padding: 0 20px;
    display: inline-block;
    background: #f5f5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    cursor: pointer
}

.fywdfx {
    border: 1px solid #f0f0f0;
    width: 830px;
    margin: 30px auto 0;
    padding: 15px
}

.fywdfx li {
    float: left;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    padding: 45px 0;
    width: 33%
}

.fywdfx li:last-child {
    border-right: 0
}

.fywdfx li h3 {
    font-size: 14px;
    color: #666;
    font-weight: normal
}

.fywdfx li span {
    font-size: 30px;
    color: #e40303;
    font-weight: bold;
    margin: 10px 0
}

.fyjfbg1 h2.wdfxh2 {
    width: 115px;
    font-weight: normal;
    font-size: 12px;
    color: #333
}

.fysqshdiv {
    width: 880px;
    margin-left: 35px
}

.fysqsh {
    border: 1px solid #e8e8e8;
    padding: 30px 0;
    width: 428px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 10px
}

.fysqshl {
    width: 110px;
    text-align: center
}

.fysqshr {
    margin-left: 110px
}

.fysqshr h2 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: normal
}

.fysqshr h3 {
    font-size: 14px;
    color: #999;
    font-weight: normal
}

.fyshtable {
    width: 620px
}

.fyshtable span {
    color: #e40303;
    margin-right: 5px
}

.sqshtk {
    width: 300px;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    outline: 0;
    background: 0
}

.sqshtkje {
    width: 280px;
    height: 40px;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    outline: 0;
    background: 0
}

.sqshsm {
    width: 500px;
    height: 180px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    outline: 0;
    background: 0
}



.fyjianju {
    background: #fff;
    height: 70px;
	width:100%;
}

.fycxfl {
    border: 1px solid #eee;
    margin: 40px auto 30px;
    padding: 20px 0;
    background: #fff;
}


.fycxfl li {
    padding: 10px 0
}

.fycxfl li .fycxflleft {
    width: 110px;
    text-align: right;
    padding-top: 3px;

}

.fycxfl li .fycxflright {
    margin-left: 115px
}

.fycxfl li .fycxflright a {
    padding: 0 15px;
    line-height: 25px;
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #fff
}

.fycxfl li .fycxflright a:hover, .fycxfl li .fycxflright a.clicxlx {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #e60012;
    color: #e60012;
}

.fyyycp {
    margin: 30px auto;
    border: 1px solid #eee;
    background: #fff;
}

.fyyycptop {
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 20px
}

.fyyycptop h1, .fyyycptop h2 {
    display: inline-block;
    font-weight: normal
}

.fyyycptop h1 {
    font-size: 24px;
    color: #1a1a1a;
    position: relative;
    padding-left: 25px;
    margin-right: 50px
}

.fyyycptop h1:after {
    position: absolute;
    width: 4px;
    height: 24px;
    background: #1a1a1a;
    top: 19px;
    left: 0;
    content: ""
}

.fyyycptop h2 {
    font-size: 16px;
    color: #666;
    margin-right: 45px;
    cursor: pointer
}

.fyyycptop h2:hover {
    color: #e40303
}

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

.fyyycpbot .page {
    margin-top: 40px
}

.fyyycpbot li {
    float: left;
    margin: 0 0 10px 10px;
    width: 280px;
    background: #fff;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.fyyycpbot li:hover {
    box-shadow: 0 0 18px #ccc
}

.fycpimg {
    position: relative;
    overflow: hidden;
    width: 280px
}

.fycpimg img {
    display: block;
    width: 280px;
    height: 296px
}

.fycpimg span {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: #e60012;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    top: 20px;
    left: 20px
}

.fycptxt {
    padding: 10px 20px;box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.fycptxt span {
    display: block;
    font-size: 16px;
    line-height: 24px;
	margin-bottom:6px;
}
.fycptxt span.right{float: inherit;line-height: 30px !important;;margin: 0 !important;margin-left: 10px;display: inline-block;padding-left: 10px;vertical-align: top}

.fycptxt span.fycptxt0 {
    margin-bottom: 5px
}

.fycptxt span.fycptxt0, .fycptxt span.fycptxt1, .fycptxt span.fycptxt2 {
    color: #666
}

.fycptxt span.fycptxt0 i {
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
    margin-right: 5px
}

.fycptxt span.fycptxt3 {
    color: #999;
    margin-top: 10px
}

.fycptxt span.fycptxt3 i {
    font-style: normal
}

.fyyybk {
    margin-top: 30px;
    border: 1px solid #eee;
    background: #fff;
}

.fyyybkbot {
    padding: 30px 0
}

.fyyybkbdiv {
    float: left;
    width: 330px;
    margin: 0 35px
}

.fybkt {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #eee
}

.fybkt img {
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}

.fybkb {
    margin-top: 10px
}

.fybkb li {
    line-height: 30px;

}

.fybkb li a {

    font-size: 14px
}

.fybkb li:hover a {
    color: #e60012
}

.khlc {
    margin: 35px auto;
    background: #a6a6a6;
    padding: 38px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.khlc li {
    float: left;
    text-align: center;
    width: 12.5%;
    position: relative;
    color: #4d3920;
    font-size: 14px
}

.khlc li:after {
    content: '→';
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 27px;
    color: #fff
}

.khlc li:last-child:after {
    display: none
}

.khlc li h2 {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    margin-top: 5px
}

.khlc li:hover h2 {
    color: #e60012
}

.khlc li:hover h2 {
    color: #fff;
    font-weight: bold
}

.khlc li img {
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out
}

.khlc li:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fyzffs {
    border: 1px solid #f0f0f0
}

.fyzffs h3 {
    border-bottom: 1px solid #f0f0f0;
    line-height: 70px;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: normal;
    padding-left: 20px
}

.fyzhifu {
    padding: 30px 20px;
    border-bottom: 1px dashed #ccc
}

.fyzhifu h4 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-bottom: 25px
}

.fyzhifu h4 span {
    color: #666
}

.fyzhifu li {
    border: 1px solid #ddd;
    width: 190px;
    margin: 0 98px 20px 0;
    float: left;
    position: relative
}

.fyzhifu li img {
    display: block;
    width: 190px;
    height: 47px
}

.fyzhifu li img.clizfimg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none
}

.fyzhifu li.clizhifu {
    border: 1px solid #e60012
}

.fyzhifu li.clizhifu img.clizfimg {
    display: block
}

.fyshdzjs {
    margin: 30px auto
}

.fyaddnx {
    padding: 30px 0
}

.fyaddnx table {
    width: 620px;
    font-size: 14px;
    color: #292828
}

.fyshinpt {
    width: 280px;
    height: 40px;
    line-height: 40px \9;
    border: 1px solid #ccc;
    padding: 0 10px;
    outline: 0
}

.fyshsel {
    width: 149px;
    height: 40px;
    line-height: 40px \9;
    border: 1px solid #ccc;
    padding: 0 10px;
    outline: 0
}

.fyshdzbt {
    margin: 30px auto 0;
    border-bottom: 0
}

.fyshdznew {
    border: 1px solid #f0f0f0;
    border-top: 0
}

.fyjjtjbtn {
    border: 1px solid #e6e6e6;
    margin: 20px auto 120px;
    background: #fafafa;
    padding: 0 0 0 20px;
    width: 1180px
}

.fyjsly {
    padding-top: 20px
}

.fyjslytex {
    width: 390px;
    height: 130px;
    padding: 10px;
    background: 0;
    border: 1px solid #f0f0f0;
    vertical-align: top;
    margin-left: 10px;
    outline: 0
}

.fyjsqd {
    padding-top: 40px;
    text-align: right
}

.fyjsqd span {
    display: block;
    font-size: 15px;
    line-height: 28px
}

.fyjsqd span.red {
    font-weight: bold
}

.fyjstj {
    width: 137px;
    height: 200px;
    background: #000;
    text-align: center;
    line-height: 200px;
    color: #fff;
    margin-left: 60px;
    cursor: pointer
}

.fyjstj a {
    display: block;
    color: #fff
}

.fygwcbtn {
    height: 136px;
    line-height: 136px
}

.fyjsfjxx {
    margin: 30px auto 0;
    padding: 0 0 20px
}

.fyjsfjxx table {
    width: 500px;
    margin: 20px 0 0 20px
}

.fyjsyfse {
    width: 230px;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px
}

.fycpxqmbx {
    line-height: 55px;
    height: 55px;
    font-size: 14px;
    color: #666
}

.fycpxqmbx h1 {
    font-weight: normal;
    font-size: 14px
}

.fycpxqmbx a {
    font-size: 14px;
    color: #666
}
.fycpxqmbx a:hover {
    color: #fff
}
.fycpxqmbx img {
    vertical-align: sub;
    margin-right: 5px
}
.fycpnx {
    background: #fff;
    margin-bottom: 40px;
    padding: 30px;
    width: 1140px;
    border: 1px solid #eee;
}
.fycpnxleft {
    float: left;
    width: 520px;
    position: relative
}
.smallPicList {
    width: 87px;
    position: relative;
    margin: 0 auto;
    float: left;
    margin-right: 18px;
    overflow: hidden;
    height: 440px
}
.smallPicList ul {
    height: 1000px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.smallPicList li{
    width: 83px;
    height: 88px;
    overflow: hidden;
    border: 2px solid #dbdbdb;
    cursor: pointer;
    margin-bottom: 24px
}
.smallPicList li.current {
    border-color: #000
}

.smallPicList li img {
    display: block;
    width: 83px;
    height: 88px
}

.picArea .picBox {
    width: 413px;
    height: 437px;
    position: relative;
    *z-index: 1;
    border: 1px solid #dbdbdb;
    float: left
}

.picBox img.yuantu {
    width: 413px;
    height: 437px;
    display: block
}

.picBox .bigPicBox {
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;
    position: absolute;
    right: -310px;
    top: 0;
    overflow: hidden;
    z-index: 999;
    display: none
}

.follow {
    width: 150px;
    height: 150px;
    background: rgba(254, 222, 79, 0.5);
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    display: none;
    z-index: 999
}

.switchL, .switchR {
    position: absolute;
    width: 87px;
    height: 16px;
    background: url(../images/picLeftArr.png) no-repeat center center;
    cursor: pointer;
    left: 0
}

.switchL {
    top: -20px
}

.switchR {
    bottom: -20px;
    background: url(../images/picRightArr.png) no-repeat center center
}

.fycpnxright {
    float: right;
    width: 590px;
    position: relative
}

.fycpsousuo {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.fycpxqbt {
    font-size: 24px;
    color: #1a1a1a
}

.fycpxqcpbh {
    font-size: 14px;
    color: #999;
    margin: 10px 0
}

.fycpjg {
    background: #ebebeb;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    line-height: 70px
}

.fycpjg span {
    font-size: 24px;
    color: #ec0101;
    margin-left: 30px;
    vertical-align: middle
}

.fycpjg span i {
    font-size: 36px;
    font-style: normal
}

.fycpksfl {
    padding: 10px;
    font-size: 14px;
    color: #999
}

.fycpksfl label {
    margin-right: 20px;
    margin-left: 15px
}

.fycpksfl label input {
    width: 16px;
    height: 16px;
    vertical-align: bottom
}

.fycpgmfl {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    line-height: 30px
}

.fycpgmfl ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.fycpgmfl li {
    float: left;
    width: 70px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    cursor: pointer
}

.fycpgmfl li.clifycplx {
    background: #000;
    color: #fff;
    border-color: #000
}

.fycpxqysfl {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 10px 0
}

.fycpxqysfl ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.fycpxqysfl li {
    float: left;
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 2px solid #dbdbdb;
    margin-right: 5px;
    cursor: pointer
}

.fycpxqysfl li img {
    width: 38px;
    height: 38px;
    display: block
}

.fycpxqysfl li.clifycpys {
    background: #000;
    color: #fff;
    border-color: #000
}

.fycpcmsl {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin: 10px 0
}

.fykzcm {
    display: none
}

.fycpcmsl ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.fycpcmsl li {
    float: left;
    text-align: center;
    border: 1px solid #dbdbdb;
    margin-left: -1px;
    font-size: 12px;
    color: #999
}

.numBox {
    position: relative;
    width: 100%;
    height: 32px;
    border-top: 1px solid #dbdbdb
}

.txtB {
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 80px;
    top: 8px;
    font-weight: normal
}

.numInput {
    width: 38px;
    height: 32px;
    line-height: 32px;
    border: 0;
    outline: 0;
    float: left;
    text-align: center;
    border-right: 1px solid #dbdbdb
}

.addMiu {
    float: left
}

.numBox span {
    display: block;
    width: 20px;
    height: 17px;
    border-left: 0;
    cursor: pointer
}

.numBox span.addBtn {
    background: url(../images/add_ico.jpg) no-repeat center center;
    border-bottom: 0;
    background-size: 100% auto
}

.miuBtn {
    background: url(../images/miu_ico.jpg) no-repeat center center;
    background-size: 100% auto
}

.fycpljgm {
    margin-top: 20px;
    position: relative
}

.fycpljgm a {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    margin-right: 20px;
    color: #1a1a1a
}

.fycpljgm a.fycpgmtbn1 {
    background: #000;
    color: #fff;
    border-color: #000
}

.fycpljgm a.fycpgmtbn1 img {
    margin-right: 5px
}

.fycpljgm ul li {
    float: left;
    line-height: 40px;
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer
}

.fycpcmb {
    position: absolute;
    top: 41px;
    left: 0;
    width: 96%;
    border: 1px solid #dbdbdb;
    text-align: center;
    background: #fff;
    padding: 10px 2%;
    z-index: 111;
    display: none
}

.fycmsmshow table {
    display: none
}

.fycmsmshow h4 {
    font-weight: normal
}

.fycmsmshow table {
    width: 100%;
    line-height: 20px
}

.fycmsmshow table h5 {
    font-weight: normal
}

.closecm {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 30px
}

.fyyfsmshow table {
    width: 100%
}

.fyyfsmshow select {
    border: 1px solid #dbdbdb;
    height: 25px;
    width: 140px
}

.fyyfsmshow .numBox {
    width: 60px;
    border: 1px solid #dbdbdb;
    overflow: hidden
}

.jyxqtitel {
    background: #fff;
    height: 60px;
    line-height: 60px;border: 1px solid #eee;
}
.xqjieshao{border: 1px solid #eee}
.jyxqtitelgd {
    position: fixed;
    top: 70px;
    left: 50%;
    margin-left: -600px;
    border-bottom: 1px solid #ccc;
    z-index: 99;
    transition:all 0.8s ease;-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-ms-transition:all 0.8s ease;
}

.jyxqtitel a {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0 20px;
    width: 76px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block
}

.jyxqtitel a:hover, .jyxqtitel a.clititle {
    color: #fff;
    background: #e60012
}

.xqxqjs img {
    display: inline-block;
    max-width: 100%
}

.xqyhpj {
    margin: 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.xqyhpjt {
    background: #fafafa;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    height: 60px;
    padding: 0 20px
}

.xqyhpjt h2 {
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: normal
}

.xqyhpjt h2 span {
    width: 4px;
    height: 22px;
    background: #000;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.xqyhpjt h3 {
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-left: 20px
}

.xqyhpjb {
    padding: 30px 20px
}

.xqyhpjb li {
    margin-bottom: 20px
}

.xqyhpjb li .yhpjtx {
    width: 60px
}

.xqyhpjb li .yhpjtx img {
    width: 60px;
    height: 60px
}

.xqyhpjb li .yhpjnr {
    margin-left: 90px
}

.yhpjnr0 {
    font-size: 14px;
    padding: 5px 0;
    color: #1a1a1a
}

.yhpjnr1 {
    font-size: 14px;
    color: #999;
    line-height: 24px
}

.xqyhcjwt {
    padding: 30px 20px
}

.xqyhcjwt li {
    margin-bottom: 30px
}

.xqyhcjwt li .xqyhcjwtw {
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
    line-height: 40px;
    margin-bottom: 10px
}

.xqwtl {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1a1a1a;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.xqwtr {
    margin-left: 60px
}

.xqyhcjwt li .xqyhcjwtd {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    position: relative
}

.xqyhcjwt li .xqyhcjwtd .xqwtl {
    background: #eee;
    color: #000
}

.xqkhpj {
    padding: 30px 20px
}

.xqkhpj li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 15px
}

.xqkhpjtx {
    width: 44px
}

.xqkhpjtx img {
    width: 44px;
    height: 44px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.xqkhpjnr {
    width: 590px;
    padding: 0 10px
}

.xqkhpjnr img {
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 2px solid #f2f2f2;
    margin: 10px 8px 0 0
}

.xqkhpjnr .pjbigimg img {
    width: 300px;
    height: 400px;
    margin: 10px 8px 0 0
}

.xqkhpjnr span {
    display: block;
    font-size: 12px
}

.xqkhpjnr span.xqkhpjname {
    color: #3ca4d8;
    padding: 4px 0 5px
}

.xqkhpjnr span.xqkhpjtex {
    color: #666
}

.xqkhpjpl {
    width: 385px;
    text-align: center;
    padding-top: 20px
}

.xqkhpjsj {
    text-align: center;
    padding-top: 23px;
    color: #999;
    font-size: 12px
}

.fyddxq table.fyddxqtable ul li .numBox {
    border: 1px solid #dbdbdb;
    overflow: hidden;
    width: 59px;
    border-right: 0;
    margin: 0 0 0 -1px
}

.fyddxq table.fyddxqtable ul li .addMiu span {
    width: 20px;
    height: 16px;
    border: 0;
    margin: 0
}

.gwczs {
    height: 32px;
    line-height: 32px;
    border: 1px solid #dbdbdb
}

.showkfbg {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1001;
    display: none
}

.showkf {
    background: #fff;
    width: 370px;
    height: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -135px;
    padding: 15px
}

.showkf h2 {
    color: #666;
    font-weight: normal;
    font-size: 16px;
    margin-top: 15px
}

.showkf h3 {
    color: #e70112;
    font-size: 38px;
    margin: 10px 0
}

.showkf h4 {
    color: #666;
    font-weight: normal;
    font-size: 14px
}

.showkf a {
    display: block;
    width: 100%;
    height: 40px;
    background: #e70112;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 15px 0
}

.closekfdg {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #ccc;
    text-align: center;
    line-height: 18px
}

.cebianlan {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9
}

.cebianlan ul li {
    width: 100px;
    height: 100px;
    text-align: center;
    background: rgba(215, 25, 32, .85);
    margin-top: 2px;
    position: relative;
    cursor: pointer
}

.cebianlan ul li img {
    padding: 18px 0 5px;
    display: block;
    width: 44px;
    margin: 0 auto
}

.cebianlan ul li h2 {
    font-weight: normal;
    color: #fff;
    font-size: 16px
}

.cbltel {
    position: absolute;
    top: 0;
    left: -200px;
    width: 120px;
    background: rgba(215, 25, 32, .85);
    height: 100%;
    line-height: 100px
}

.cbltel a {
    color: #fff;
    font-size: 14px
}

.zixunright {
    float: left;
    width: 42%;
    padding: 70px 4% 45px;
    background: #fff url(../images/zxbg.png) no-repeat bottom right;
    height: 531px
}

.zixunright table {
    width: 100%;
    color: #999;
    font-size: 14px
}

.zixunright table input, .zixunright table select, .zixunright table textarea {
    color: #999;
    font-size: 14px
}

.tijiaoinput {
    height: 50px;
    line-height: 50px \9;
    border: 0;
    border-bottom: 1px dashed #dbdbdb;
    width: 100%;
    background: 0;
    margin-bottom: 24px;
    outline: 0
}

.tjdata {
    height: 50px !important;
    line-height: 50px !important;
    border: 1px dashed #dbdbdb !important;
    width: 30% !important;
    padding: 0 2% !important;
    outline: 0
}

.tjlynr {
    height: 130px;
    line-height: 24px;
    border: 0;
    border-bottom: 1px dashed #dbdbdb;
    width: 100%;
    padding: 10px 0;
    margin: 34px 0;
    outline: 0;
    background: 0
}

.tijiaoben {
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    width: 138px;
    background: #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    outline: 0;
    cursor: pointer
}

.zxtanchuang {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1001;
    display: none
}

.zxtanchuang .zixunright {
    width: 42%;
    padding: 15px 4%;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -25%
}

.zxtanchuang .tjlynr {
    height: 100px
}

.closzxtc {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #ccc;
    line-height: 18px
}

.cxsmspan {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: block;
    text-align: justify;
    margin-top: 22px;
}

.duihuanjl {
    border: 1px solid #e6e6e6;
    width: 860px;
    margin: 20px auto 0
}

@media only screen and (max-width: 1600px) {
    .cebianlan ul li {
        width: 80px;
        height: 80px
    }

    .cebianlan ul li img {
        padding: 15px 0 5px;
        width: 30px
    }

    .cebianlan ul li h2 {
        font-size: 14px
    }

    .cbltel {
        line-height: 80px
    }
}

@media only screen and (max-width: 1600px) {
    .cebianlan ul li {
        width: 65px;
        height: 65px
    }

    .cebianlan ul li img {
        padding: 8px 0 5px;
        width: 30px
    }

    .cebianlan ul li h2 {
        font-size: 12px
    }

    .cbltel {
        line-height: 65px
    }
}

@media only screen and (max-width: 768px) {
    .zxtanchuang .zixunright {
        width: 72%;
        padding: 15px 4%;
        height: 380px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -190px;
        margin-left: -40%;
        display: block !important
    }
}
@media only screen and (max-width: 1000px) {
    .banner{margin-top: 160px !important;}
	.shoujijianju{height: 110px;background: none}
	.menu-activator{display: block}
	.headertel{font-size: 60px;}
	.header{height: 160px;line-height: 160px;position: fixed;}
    .fyjianju{height: 160px;}
	.logo {width:auto;margin:5px 0 0 3%}
	.logo img { width:auto;height:150px;margin-top: 0;}
	.nav{top: 160px;  display: none;  position: fixed;  width: 100%;  text-align: center;  left: 0;  background: rgba(0, 0, 0, .8);  height: 100%;  z-index: 111; }
	.nav ul{padding-top: 50px;}
	.nav li {line-height: 100px; float: inherit;  width: 100%;  height: auto; margin: 0; }
	.nav li a { font-size: 50px  }
	.menu-activator { margin-right: 10%; height: 160px; line-height: 160px}
    .cliactnav .visual{margin-top: 58px}
	.descriptor {  margin-left: 100px;  font-size: 40px}
	.visual {  margin:47px 0 0 0;  width: 80px  }
    .visual i.line{height: 10px;}
    .visual i.line02{top: 30px;}
    .visual i.line03{top: 50px}
	.banbenqh {  margin: 0;  position: fixed;  left: 0;  bottom: 90px;  width: 98%;  z-index: 222;  display: none;  padding: 0 1%  }
	.headertel {  float: inherit;  margin: 0;  width: 100%  }
	.headertel img {  vertical-align: sub;display: none }
	.headerss{width: 480px;height: 80px;}
	.ssinpt{width: 390px; height: 80px;line-height: 80px \9;font-size: 30px; }
	.ssbtn{height: 80px; line-height: 80px;width: 70px;background-size: 40% auto;}
    .nav li .yykcdl .col a p{    line-height: 40px !important;;font-size: 40px !important;;padding: 15px 0 !important;}

    .nav li.navli2:after{content: "";position: absolute;top: 27px;right: 18%;background: url(../images/navlicnjiantou.png) no-repeat center center;width: 36px;height: 50px;background-size: 40px auto;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;}
    .nav li.navlidianji:after{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
}