body {
    margin: 0px;
    font-size: 14px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    min-width: 1200px;
}

* {
    padding: 0px;
    margin: 0px;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    list-style: none;
    font-weight: normal;
}

input,
select {
    font: 100% Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    outline: none;
}

a:hover {
    color: #d70006;
    text-decoration: none;
    font-size: 14px;
}

li {
    list-style: none;
}

input,
select,
button {
    font: 12px Verdana, Arial, Tahoma;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

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

.con {
    width: 1000px;
    margin: 0px auto;
}


.ydbj {
    height: 100vh;
}

.has_transition_1000 {
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

hr._2 {
    width: 30px;
}

#scroll_down {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 8%;
    z-index: 3;
}

#scroll_down .arrow {
    width: 13px;
    margin: auto;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -7px;
}

#scroll_down .arrow>img {
    display: block;
    margin-top: -5px;
}

#scroll_down .vertical {
    height: 75px;
    overflow: hidden;
    width: 2px;
    margin: auto;
}

#scroll_down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 45px;
    margin-left: -15px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    box-sizing: border-box;
}

#scroll_down a span::before {
    position: absolute;
    top: 8px;
    left: 52%;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.menu {
    background: #d70006;
    height: 60px;
    width: 100%;
    margin: 0px auto;
}

.menu ul {
    padding: 0;
    width: 1200px;
    margin: 0px auto;
    list-style-type: none;
}

.menu ul li {
    float: left;
    position: relative;
    width: 133px;
}

.menu ul li:last-child {
    background: none;
}

.menu ul li a,
.menu ul li a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
}

.menu ul li ul {
    display: none;
    z-index: 99999;
}

.menu ul li .hide {
    color: #fff;
    background: #b50005;
}

.menu ul li:hover a {
    color: #fff;
    background: #b50005;
}

.menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 300px;
}

.menu ul li:hover ul li a {
    display: block;
    background: #d70006;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #b50005;
    color: #fff;
    padding: 0px;
    width: 149px;
    border-right: none;
    border-right: 1px solid #1483d2;
}

.menu ul li:hover ul li a:hover {
    background: #b50005;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    display: block;
}




.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 9;
    margin: 0px;
    padding: 0px;
}

#fullSlide {
    width: 100%;
    position: relative;
}

#fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#fullSlide .bd li {
    overflow: hidden;
    text-align: center;
}

#fullSlide .bd li a {
    display: block;
    height: auto;
}

#bannerimg {
    width: 100%;
    height: 100%;
}

#bannerlogo {
    position: absolute;
    top: 30px;
    right: 100px;
}

#bannertitle {
    position: absolute;
    bottom: 100px;
    right: 100px;
}

#fullSlide .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vh;
    z-index: 1;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

#fullSlide .hd ul {
    height: 28px;
    text-align: center;
}

#fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 22px;
    height: 28px;
    margin: 0 5px;
    background: url(../image/ico.png) no-repeat 0 -169px;
    overflow: hidden;
    line-height: 9999px;
}

#fullSlide .hd ul .on {
    background: url(../image/ico.png) no-repeat -37px -169px;
}


.bt {
    width: 100%;
    background: url(../image/tb.jpg) no-repeat center left;
    padding-left: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0px auto;
    max-width: 1200px;
    margin-bottom: 20px;
}

.bt span {
    font-size: 14px;
    float: right;
}



.sy_dt {
    width: 100%;
    margin: 0px auto;
    padding: 40px 0px;
    background: url(../image/bj1.jpg) no-repeat center bottom #f0f0f0;
}


.focus {
    position: relative;
    width: 640px;
    height: 365px;
    float: left;
}

.focus img {
    width: 640px;
    height: 365px;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 10px;
    right: 20px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    margin: 0 5px;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #ffffff;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../image/focus_btn1.png) no-repeat;
    opacity: 0;
    transition: all 0.6s;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 0px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px 0px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.focus:hover .prev {
    opacity: 1;
    transition: all 0.6s;
}

.focus:hover .next {
    opacity: 1;
    transition: all 0.6s;
}

.sy_dt .right {
    width: 520px;
    float: right;
}

.sy_dt .right h2 {
    font-size: 20px;
    height: 35px;
    font-weight: bold;
    color: #333;
}

.sy_dt .right ul li {
    border-bottom: 1px solid #ddd;
    line-height: 46px;
    color: #333333;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_dt .right ul li a {
    font-size: 15px;
}

.sy_dt .right ul li span {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}

.sy_dt .right .yd {
    margin-top: 15px;
}


.xwlb {
    width: 370px;
}

.xwlb ul li {
    border-bottom: 1px solid #ddd;
    line-height: 46px;
    color: #333333;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xwlb ul li a {
    font-size: 15px;
}

.xwlb ul li span {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}




#wrap3d {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../image/bj3.jpg) no-repeat center top;
    padding: 50px 0px 20px 0px;
}

#showcase {
    width: 1100px;
    height: 520px;
    margin-left: -49px;
    margin-top: 12px;
    visibility: hidden;
}

#showcase img {
    cursor: pointer
}

.cloud9-item.active .h5-mask {
    display: none;
}

.cloud9-item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 320px;
    opacity: 0.98;
    cursor: pointer;
}

.cloud9-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: ""
}

.cloud9-item.active:after {
    display: none;
}

.cloud9-item.active .h5-mask {
    background: transparent;
}

.cloud9-item.active.show-code .h5-mask {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .7);
}

.cloud9-item.active.show-code .code {
    display: inline-block;
}

.cloud9-item.active.show-code p {
    display: block
}

.h5-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, .1);
}

.h5-mask .code {
    display: none;
    margin-top: 90px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.h5-mask p {
    display: none;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font: normal 16px SimHei;
    color: #fff;
}

.cloud9-item .img-h5bg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.cloud9-item.active .img-h5bg {
    transition: all .3s ease;
}

.cloud9-item.active .img-h5bg:hover {
    transform: scale(1.55);
}

.sy_xw {
    width: 100%;
    margin: 0 auto;
    background: url(../image/bj2.jpg) no-repeat center top;
    padding: 70px 0px;
}

.sy_xw .yd {
    margin-left: 45px;
}

.sy_xww {
    width: 100%;
    margin: 0 auto;
    background: url(../image/bj4.jpg) no-repeat center top;
    padding: 70px 0px;
}

.sy_xww .yd {
    margin-left: 45px;
}



.foot {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    color: #fff;
    line-height: 20px;
    background: #d70006;
}




.header {}

.logo {
    padding: 15px 0 20px;
}


.logo_02 {
    width: 760px;
    margin: 25px auto 15px;
}

.bread {
    width: auto;
    height: auto;
    line-height: 20px;
    color: #787878;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 2px solid #e6e6e6
}

.bread span {
    float: left;
    font-weight: normal;
    color: #999;
}

.bread span a {
    color: #999;
}

.bread a:hover {
    color: #0050a5;
}


.subPage {
    width: 1200px;
    margin: 0 auto 20px;
}


.pages {
    text-align: center;
    height: 28px;
    *height: 29px;
    font-size: 14px;
    line-height: 28px;
    margin: 35px 0;
    overflow: hidden;
}

.pages img {
    vertical-align: middle;
    width: auto;
}

.pages span {
    color: #003c7f;
    padding: 0 20px 0 0px;
    font-size: 16PX;
}

.pages a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
    width: 27px;
    height: 28px;
    *height: 29px;
    line-height: 29px;
    font-size: 16px;
    text-align: center;
    color: #636363;
    border-radius: 50%;
    margin: 0 6px;
}

.pages a img {
    *display: block;
    *margin-top: 8px;
}

.pages a:hover {
    color: #fff;
    background-color: #012b5b;
}

.pages a.prev,
.pages a.start,
.pages a.next,
.pages a.end {
    width: auto;
}

.pages a.prev:hover,
.pages a.start:hover,
.pages a.next:hover,
.pages a.end:hover {
    background: none;
    color: #012b5b;
}

.pages a.on_pages {
    background-color: #da0000;
    color: #fff;
}

.pages_min {
    margin: 25px 0;
    overflow: hidden;
    display: none;
    padding: 0 18px;
    font-size: 12px;
}

.pages_min a.prev_min,
.pages_min a.next_min {
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    background: #cc9933;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.pages_min a.next_min {
    float: right;
}

.pages_min a:hover {
    background: #f18e21;
    color: #fff;
    transition: 0.5s;
}


.pageArticle {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.articleList03 {
    padding-top: 15px;
}

.articleTitle h3 {
    font-size: 28px;
    line-height: 49px;
    text-align: center;
    font-weight: normal;
    color: #333
}

.articleAuthor {
    padding: 10px 0;
    text-align: center;
    color: #808080;
    font-size: 13px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 25px;
}

.articleAuthor span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 2px 10px;
}

.articleTitle {
    line-height: 26px;
}

.article {
    line-height: 28px;
    font-size: 15px;
    padding: 0 0 25px;
}

.article img {
    padding: 5px 0;
}

.article i {
    font-style: italic;
}

.article strong {
    font-weight: bold;
}

.sub_share {
    float: right;
}

.Annex {
    padding: 20px 0;
    overflow: hidden;
    clear: both;
}

.Annex h3 {
    font-size: 16px;
    color: #000;
    height: 50px;
    line-height: 50px;
    background-color: #ede9d7;
    color: #da0000;
    padding-left: 35px;
}

.Annex ul {
    overflow: hidden;
    padding-top: 20px;
}

.Annex ul li {
    height: 30px;
    line-height: 30px;
    background-color: #ededee;
    padding-left: 35px;
    margin-bottom: 10px;
}

.Annex ul li span {
    margin-right: 5px;
    color: #666
}

.Annex ul li a {
    font-size: 14px;
    color: #666;
}

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

.article p {
    margin: 0pt;
    text-indent: 27pt;
    padding: 0pt;
    text-align: justify;
    line-height: 31.5pt;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    font-family: 微软雅黑;
    letter-spacing: 0pt;
    font-size: 13.5pt;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}


.articleTitle03 {
    width: 100%;
    overflow: hidden;
}

.articleTitle03 h3 {
    padding: 15px 0;
    font-size: 18px;
}

.newsList03 {
    width: 100%;
    overflow: hidden;
}

.newsList03 li {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px dotted #e1dbc2;
    position: relative;
}

.newsList03 li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #da0000;
    border-radius: 50%;
    left: 0;
    top: 20px;
    position: absolute;
}

.newsList03 li a {
    padding-left: 20px;
}

.rightMore01 {
    float: right;
    color: #999;
    margin-left: 8px;
}
