normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* a {
    IE下去掉超链接获取焦点时产生的虚框
    noFocusLine: expression(this.onFocus=this.blur());
} */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    background: #e5f3ff url(../images/bg.jpg) center top no-repeat;
    min-width: 1300px;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    text-align: center;
}

.wrap {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../images/bg02.png) center top no-repeat;
}

#header {
    position: relative;
    width: 1200px;
    height: 610px;
    margin: 0 auto 35px;
}

#introduction {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    background: url(../images/tu02.png) center top no-repeat;
}

#introduction h3 a:link,
#introduction h3 a:visited {
    color: #0d65b2;
    font-size: 24px;
    line-height: 46px;
}

#introduction div {
    width: 670px;
    margin: 0 auto;
    color: #535353;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
}

.cha,
a.cha:link,
a.cha:visited {
    color: #ff6005;
}

.shan-box {
    position: relative;
    /* top: 0;
    left: 0;
    right: 0; */
    width: 1120px;
    margin: 0 auto;
}

.shan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.shan01 {
    width: 1120px;
    height: 610px;
    background: url(../images/shan01.png) no-repeat center;
    background-size: cover;
    opacity: 0;
    animation: action 3s linear infinite;
    -webkit-animation: action 3s linear infinite;
}

.shan02 {
    width: 1120px;
    height: 610px;
    background: url(../images/shan02.png) no-repeat center;
    background-size: cover;
    opacity: 1;
    animation: action 3s linear infinite;
    -webkit-animation: action 3s linear infinite;
    animation-delay: 1.5s;
}

@-webkit-keyframes action {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes action {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.text-box {
    position: relative;
    /* top: 0;
    left: 0;
    right: 0; */
    width: 600px;
    margin: 0 auto;
}

#di {
    position: absolute;
    top: 70px;
    left: 120px;
    width: 80px;
    height: 80px;
    background: url(../images/di.png) center top no-repeat;
    animation-delay: 0.5s;
}

#ci {
    position: absolute;
    top: 125px;
    left: 400px;
    width: 80px;
    height: 80px;
    background: url(../images/ci.png) center top no-repeat;
    animation-delay: 0.5s;
}

#num {
    position: absolute;
    top: 55px;
    left: 180px;
    width: 230px;
    height: 180px;
    background: url(../images/46.png) center top no-repeat;
    animation-delay: 0.7s;
}

#text01 {
    position: absolute;
    top: 190px;
    left: 0;
    width: 600px;
    height: 100px;
    background: url(../images/text01.png) center top no-repeat;
    animation-delay: 1.5s;
}

#text02 {
    position: absolute;
    top: 270px;
    left: 0;
    width: 600px;
    height: 150px;
    background: url(../images/text02.png) center top no-repeat;
    animation-delay: 2s;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    /* 20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        -moz-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        -o-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    } */

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    /* 20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    } */

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

#contener {
    position: relative;
    /* top: -6px; */
    width: 1200px;
    height: 1850px;
    margin: 0 auto;
    background: url(../images/bg03.png) center bottom no-repeat;
}

.title h4 {
    width: 1040px;
    margin: 0 auto;
    height: 120px;
    font-size: 0;
}

.title h4 a {
    margin-top: 50px;
    *margin-top: 30px;
    /* IE7及以下 */
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.hexin .title h4 {
    background: url(../images/title01.png) center top no-repeat;
}

.tujie .title h4 {
    background: url(../images/title02.png) center top no-repeat;
}

.wangqi .title h4 {
    background: url(../images/title03.png) center top no-repeat;
}

.jiedu .title h4 {
    width: 500px;
    background: url(../images/stitle01.png) left top no-repeat;
}

.baodao .title h4 {
    width: 500px;
    background: url(../images/stitle02.png) left top no-repeat;
}

.hexin {
    width: 1040px;
    height: 680px;
    margin: 0 auto;
}

.hexin ul {
    list-style: none;
    width: 680px;
    text-align: left;
    float: left;
}

.hexin ul li {
    float: left;
    width: 675px;
    height: 150px;
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
}

.hexin ul li:nth-of-type(even) {
    margin-right: 0;
}

.hexin ul li img {
    box-sizing: border-box;
    display: inline-block;
    width: 195px;
    height: 120px;
    border: 2px solid #0d65b2;
}

.hexin ul li h5 {
    width: 470px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-left: 20px;
    font-size: 18px;
    color: #535353;
    text-align: justify;
}

.hexin ul li p {
    width: 470px;
    display: inline-block;
    position: absolute;
    top: 50px;
    margin-left: 20px;
    font-size: 14px;
    text-align: justify;
}

.line {
    margin: 27px 0px;
    width: 675px;
    height: 1px;
    background: #dedede;
}

.hexin-tu {
    width: 330px;
    height: 570px;
    float: right;
}

.hexin-tu img {
    display: block;
    height: 570px;
    width: 330px;
}

.tujie,
.jiebao {
    width: 1040px;
    margin: 10px auto 0;
}

.tujie {
    box-sizing: border-box;
    height: 300px;
}

.tujie ul li {
    width: 500px;
    margin-right: 20px;
    background: #f1f1f1;
    text-align: left;
    float: left;
}

.tujie ul li a img {
    width: 250px;
    float: left;
}

.tujie ul li h5 {
    box-sizing: border-box;
    width: 250px;
    *width: 220px;
    /* IE7及以下 */
    padding: 40px 15px;
    font-size: 18px;
    line-height: 27px;
    float: right;
}

.jiebao {
    height: 370px;
}

.jiedu {
    width: 500px;
    float: left;
}

.baodao {
    width: 500px;
    float: right;
}

.jiebao {
    padding-bottom: 10px;
}

.jiebao ul {
    width: 500px;
    margin: 0 auto;
}

.jiebao ul li {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border-bottom: #e6e8e8 solid 1px;
    line-height: 55px;
    text-align: left;
    position: relative;
    padding-left: 27px;
}

.jiebao ul li i {
    background: url(../images/book.jpg) center top no-repeat;
    width: 18px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 20px;
}

.jiebao ul li a,
.jiebao ul li a:link,
.jiebao ul li a:visited {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
}

.wangqi .tip {
    font-size: 14px;
    line-height: 36px;
    color: #a0a0a0;
}

/* 拖拽 */
.drag-box {
    position: relative;
    width: 1040px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid #e8e8e8; */
}

.drag-x {
    position: relative;
    width: 1980px;
    height: 230px;
    background: url(../images/history.png) left top no-repeat;
    /* cursor: grab; */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.drag-box a {
    display: inline-block;
    width: 275px;
    height: 60px;
    position: absolute;
    font-size: 0;
    text-indent: -999em;
}

#no45 {
    top: 12px;
    left: 85px;
}

#no44 {
    top: 152px;
    left: 265px;
}

#no43 {
    top: 12px;
    left: 444px;
}

#no42 {
    top: 152px;
    left: 621px;
}

#no41 {
    top: 12px;
    left: 800px;
}

#no40 {
    top: 152px;
    left: 980px;
}

#no39 {
    top: 12px;
    left: 1157px;
}

#no38 {
    top: 152px;
    left: 1335px;
}

#no37 {
    top: 12px;
    left: 1514px;
}

#no36 {
    top: 152px;
    left: 1693px;
}




