* {
    margin: 0 auto;
    padding: 0;
    outline: 0;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, SimSun
}

html {
    _background-image: url(about:blank);
    _background-attachment: fixed
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: url(../material/bg.png) repeat
}

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

a:hover {
    color: #ff7d00
}

ul,
li {
    list-style: none outside none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: none;
    display: block
}

a:hover img {
    opacity: .85;
    filter: alpha(opacity=85)
}

.xhNews {
    display: block;
    width: 337px;
    height: 121px;
    background: url(../material/xihuxinwen.png) no-repeat
}

.nwNews {
    display: block;
    width: 337px;
    height: 121px;
    background: url(../material/huichangneiwai.png) no-repeat
}

.ul_xh {
    height: 525px;
    margin-top: 30px;
}

.ul_xh li {
    width: 320px;
    height: 240px;
    background: #ddd;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

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

.xhm li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.imgbox {
    width: 100%;
    height: 100%;
}

.imgbox img {
    width: 100%;
    height: 100%;
}

.video_bf {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
}

.bfIcon {
    width: 90px;
    height: 90px;
    margin: 65px auto 0;
}

.video_title {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}

.video_title p {
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    overflow: hidden;
}

.floatT {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    left: -100%;
}

.nwList li {
    position: relative;
    overflow: hidden;
}

.floatT h4 {
    display: block;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 20px 20px 0;
    color: #fff;
}

.floatT p {
    display: block;
    height: 96px;
    line-height: 24px;
    vertical-align: middle;
    overflow: hidden;
    color: #cfcfcf;
    padding: 20px
}

.fl {
    float: left;
    _display: inline
}

.fr {
    float: right;
    _display: inline
}

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

.cf {
    *zoom: 1
}

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

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.sp {
    background: url(../material/b1211sp.png) no-repeat
}

.box {
    width: 1000px;
}

.content1200 {
    width: 1100px;
    background: #fff;
}

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

.imgDef a:hover img {
    opacity: .8;
    filter: alpha(opacity=80)
}

.smaBan {
    width: 100%;
    height: 550px;
    background: url(../material/banner.png) center no-repeat
}

.tt {
    height: 80px;
    padding-top: 65px
}

.tt h2 {
    font-size: 38px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center
}

.tt .smatt {
    height: 20px;
    overflow: hidden
}

.tt .smatt a {
    color: #666;
    margin-right: 5px
}

.tt .smatt a:hover {
    color: #ff7d00
}

.device {
    position: relative;
    float: left;
    width: 495px;
    height: 331px
}

.ywjdt {
    width: 495px;
    height: 331px;
    overflow: hidden
}

.ywjdt .swiper-slide {
    position: relative;
    float: left;
    width: 495px;
    height: 331px
}

.ywjdt .swiper-slide img {
    width: 495px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 1px
}

.device .sTitle {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0 150px 0 10px;
    overflow: hidden;
    background: #f5e0d6
}

.device .sTitle a {
    font-size: 16px;
    color: #9d1300
}

.device .sTitle a:hover {
    color: #FF7D00
}

.device .arrow-left,
.device .arrow-right {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: .6
}

.device .arrow-left {
    background: url(../material/b1211bg3.png) no-repeat;
    left: 10px
}

.device .arrow-right {
    background: url(../material/b1211bg4.png) no-repeat;
    right: 10px
}

.device .arrow-left:hover,
.device .arrow-right:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.device .pagination {
    position: absolute;
    right: 5px;
    bottom: 18px;
    height: 8px;
    z-index: 11
}

.device .swiper-pagination-switch {
    display: block;
    _display: inline;
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #bd9f75
}

.device .swiper-active-switch {
    background: #d50e14;
    filter: alpha(opacity=80);
    opacity: .8
}

.txt {
    width: 470px;
    height: 331px;
    overflow: hidden
}

.txt li {
    width: 100%;
    height: 105px;
    margin-bottom: 5px
}

.txt li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    overflow: hidden
}

.txt li p {
    height: 58px;
    line-height: 26px;
    color: #666;
    overflow: hidden
}

.myCur {
    margin-bottom: 40px
}

.wstw {
    width: 1000px;
    overflow: hidden
}

.wsgz {
    width: 990px;
    padding-top: 20px;
    *padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: #fcf8f4
}

.wsgz li {
    float: left;
    width: 485px;
    margin-right: 10px;
    margin-bottom: 30px
}

.wsgz li .wsgzimg {
    display: block;
    width: 215px;
    height: 120px
}

.wsgz li .wsgzimg img {
    width: 215px;
    height: 120px
}

.wsgz li .wsgznr {
    width: 260px;
    height: 107px;
    padding: 8px 0 5px
}

.wsgz li .wsgznr h4 {
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px
}

.wsgz li .wsgznr h4:hover {
    color: #ff7d00
}

.wsgz li .wsgznr p {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #666
}

.jcjm {
    width: 100%;
    height: 600px;
    margin-bottom: 10px
}

.h50 {
    height: 50px
}

.jcjmpy {
    width: 735px;
    height: 480px;
    padding: 10px;
    margin-left: 233px;
    background: #fff;
    border-radius: 8px
}

#thebox {
    position: relative;
    width: 735px;
    height: 480px
}

#thebox li {
    position: absolute;
    cursor: pointer
}

.mod1,
.mod2,
.mod3 {
    top: 0
}

.mod1 {
    left: 0
}

.mod2 {
    left: 245px
}

.mod3 {
    right: 0
}

.mod4,
.mod5,
.mod6 {
    top: 160px
}

.mod4 {
    left: 0
}

.mod5 {
    left: 245px
}

.mod6 {
    right: 0
}

.mod7,
.mod8,
.mod9 {
    top: 320px
}

.mod7 {
    left: 0
}

.mod8 {
    left: 245px
}

.mod9 {
    right: 0
}

#thebox li p.tupian {
    width: 245px;
    height: 160px;
    overflow: hidden;
    float: left;
    position: relative
}

#thebox li p.tupian img {
    position: relative;
    width: 245px;
    height: 160px
}

#thebox li p.wenzi {
    background: #5A5858;
    filter: alpha(opacity=80);
    opacity: .8;
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    float: left;
    width: 0;
    width: 225px;
    height: 130px;
    padding: 15px 10px;
    display: none;
    overflow: hidden
}

#thebox li p.wenzi span {
    display: block;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 10px
}

#thebox li p.wenzi a {
    display: block;
    height: 96px;
    line-height: 24px;
    vertical-align: middle;
    overflow: hidden;
    color: #cfcfcf
}

.renwuBg {
    padding: 0px 0 50px;
    background: #fff
}

.rwJdt {
    position: relative;
    width: 1000px;
    height: 422px;
    padding-top: 30px;
    padding-bottom: 15px;
    background: #FCEBEA
}

.rwJdt .swiper-container {
    width: 850px;
    height: 422px
}

.rwlist .swiper-slide {
    height: 395px
}

.rwlist .swiper-slide a {
    display: block;
    width: 270px;
    height: 422px;
    background: #f7f7f7
}

.rwlist .swiper-slide a:hover h3 {
    color: #ff7d00
}

.rwlist .swiper-slide img {
    width: 270px;
    height: 422px
}

.rwlist .swiper-slide .tit {
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px 0;
    margin-bottom: 15px;
    overflow: hidden
}

.rwlist .swiper-slide .abs {
    height: 96px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    padding-top: 10px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden
}

.rwJdt .arrow2 {
    width: 22px;
    height: 47px;
    position: absolute;
    top: 200px;
    opacity: .6;
    filter: alpha(opacity=60);
    display: block;
    cursor: pointer
}

.rwJdt .arrow-left2 {
    left: 15px;
    background-position: -2px -340px
}

.rwJdt .arrow-right2 {
    right: 15px;
    background-position: -29px -340px
}

.entranceRight {
    position: fixed;
    _position: absolute;
    width: 50px;
    height: 140px;
    left: 50%;
    margin-left: 560px;
    bottom: 5px;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight- this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt (this.currentStyle.marginBottom, 10)||0)))
}

.entranceRight a {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    background: #999 url(../material/b1211sp.png) 0 -288px no-repeat;
    border-radius: 3px
}

.entranceRight a:hover {
    background-color: #a61f0b
}

#dDfooter {
    padding: 30px 0
}