/**首页start**/
html,
body {
    position: relative;
    height: auto;
    font-family: "Microsoft JhengHei";
}

body {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

ul,
p {
    margin-bottom: 0px;
    padding-left: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

section {
    border-bottom: 0px;
}

a,
a:hover,
a:link,
a:visited,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

/**自定义样式**/
.header {
    width: 1400px;
    margin: auto;
    height: 100px;
}

.header h1 {
    width: auto;
    height: 77px;
    float: left;
    line-height: 100px;
    margin: 0;
}

.header h1 img {
    width: 370px;
    height: 66px;
}

.header .navers {
    float: right;
    margin-left: 0px;
}

.header .top_rht {
    float: right;
    line-height: 100px;
    margin-left: 10px;
    position: relative;
}

.header .top_rht .OA {
    font-size: 16px;
    color: #0067b2;
    float: left;
    margin-left: 0px;
}

.header .top_rht .search {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}

.header .top_rht .inputsear {
    width: 178px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.header .top_rht .search:hover .inputsear {
    display: block;
}

.header .top_rht .inputsear .sch_input {
    width: 143px;
    height: 33px;
    border: none;
    padding: 0 10px;
    margin: 0;
    float: left;
}

.header .top_rht .inputsear .sch_btn {
    width: 33px;
    height: 33px;
    border: none;
    margin: 0;
    float: right;
    background: url(../images/search.png) no-repeat center;
}

.header .top_rht .inputsear input::-ms-input-placeholder {
    color: #3f3e3e;
}

.header .top_rht .inputsear input::-moz-input-placeholder {
    color: #3f3e3e;
}

.header .top_rht .inputsear input::-webkit-input-placeholder {
    color: #3f3e3e;
}

.header .top_rht .inputsear form {
    margin: 0;
}

.header .navers .naver {
    float: left;
}

.header .naver li {
    float: left;
    line-height: 98px;
    color: #121212;
    font-size: 16px;
    padding: 0 15px;
    font-weight: bold;
}

.header .naver li:hover {
    line-height: 100px;
    background: #0067b2;
    color: #fff;
}

.header .naver li .sub {
    display: none;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 999;
    left: 0;
    padding: 30px 0;
}

.sub .sub_center {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.sub .sub_center .subleft {
    float: left;
    overflow: hidden;
}

.sub .sub_center .subleft .subpic {
    width: 205px;
    height: 120px;
    float: left;
    border: 1px solid #f0f0f0;
}

.sub .sub_center .subleft .subpic img {
    width: 100%;
    height: 100%;
}

.sub .sub_center .subleft .subtxt {
    width: 570px;
    float: left;
    margin-left: 20px;
}

.sub .sub_center .subleft .subtxt .firname {
    font-size: 18px;
    line-height: 50px;
    color: #232425;
}

.sub .sub_center .subleft .subtxt .firdescript {
    color: #303030;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
}

.sub .sub_center .subright {
    width: 355px;
    float: right;
}

.sub .sub_center .subright li {
    /* width: 120px; */
    line-height: 26px;
    margin-top: 10px;
    font-weight: 100;
    border-bottom: 1px solid #a0cbea;
    margin-left: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.sub .sub_center .subright li:hover {
    background: none;
}

.sub .sub_center .subright li:hover::after {
    content: "";
    width: 120px;
    height: 1px;
    background: url(../../bas/images/lines.jpg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 36px;
    left: 0;
}

.sub .sub_center .subright li:hover a {
    color: #0067b2;
}

.header .naver li:hover .sub {
    display: block;
}

.banner {
    width: 100%;
    height: 490px;
    z-index: 0;
}

.banner img {
    width: 100%;
    height: 100%;
}

/* 本例子css */
.slideBox2 {
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
}

.slideBox2 .bd2 {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd2 li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox2 .bd2 img {
    width: 100%;
    height: 490px;
    display: block;
}

/*通知公告*/
.action {
    width: 1400px;
    height: 100px;
    margin: auto;
    background: #fafafa;
    position: relative;
    top: -50px;
    overflow: hidden;
    padding: 10px;
}

.action .Left_tils {
    float: left;
    width: 99px;
    height: 80px;
    background: url(../../bas/images/info_bg.png) no-repeat top center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    padding-top: 10px;
}

.action .Right_txtTop {
    float: right;
    width: 1245px;
}

/* 本例子css */
.txtScroll-top {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.txtScroll-top .hd {
    position: absolute;
    right: 0;
    overflow: hidden;
}

.txtScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.txtScroll-top .hd ul li {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #0067b2;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    margin-bottom: 5px;
}

.txtScroll-top .hd ul li.on {
    background: #0067b2;
}

.txtScroll-top .bd {
    padding-top: 10px;
}

.txtScroll-top .infoList li .Tiles {
    font-size: 20px;
    font-weight: bold;
    color: #0067b2;
}

.txtScroll-top .infoList li .descript {
    color: #66686a;
    line-height: 26px;
    margin-top: 10px;
}

.news {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.news .ColumnTxt {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.news .ColumnTxt .mors {
    float: right;
    padding-top: 10px;
}

.news .Left {
    width: 580px;
    height: 420px;
    float: right;
    margin-top: 40px;
}

/* 本例子css */
.slideBox1 {
    width: 580px;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.slideBox1 .hd1 {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 10px;
    z-index: 1;
}

.slideBox1 .hd1 ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd1 ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.slideBox1 .hd1 ul li.on {
    background: #fff;
}

.slideBox1 .bd1 {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd1 li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox1 .bd1 img {
    width: 580px;
    height: 420px;
    display: block;
}

.slideBox1 .bd1 li:hover img {
    animation: 1s movess ease forwards;
}

.slideBox1 .bd1 li .hidtxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 40px;
    font-size: 16px;
}

.news .Right {
    width: 780px;
    height: 460px;
    float: left;
}

.slideTxtBox2 {
    width: 780px;
    text-align: left;
}

.slideTxtBox2 .hd2 {
    height: 55px;
    line-height: 55px;
    padding: 0 10px 0 20px;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

.slideTxtBox2 .hd2 ul {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 55px;
}

.slideTxtBox2 .hd2 ul li {
    width: 105px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-left: 58px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.slideTxtBox2 .hd2 ul li::after {
    content: "";
    width: 1px;
    height: 9px;
    background: #e5e5e5;
    position: absolute;
    top: 25px;
    right: -30px;
}

.slideTxtBox2 .hd2 ul li:last-child::after {
    display: none;
}

.slideTxtBox2 .hd2 ul li:first-child {
    margin-left: 0px;
}

.slideTxtBox2 .hd2 ul li.on {
    height: 56px;
    border-bottom: 1px solid #0067b2;
}

.slideTxtBox2 .hd2 ul li.on a {
    color: #0067b2;
}

.slideTxtBox2 .bd2 {
    margin-top: 30px;
}

.slideTxtBox2 .bd2 ul {
    zoom: 1;
}

.slideTxtBox2 .bd2 li {
    overflow: hidden;
    margin-top: 15px;
}

.slideTxtBox2 .bd2 li .imgs {
    width: 127px;
    height: 95px;
    float: left;
}

.slideTxtBox2 .bd2 li .imgs img {
    width: 100%;
    height: 100%;
}

.slideTxtBox2 .bd2 li:hover .imgs img {
    animation: 1s movess ease forwards;
}

.slideTxtBox2 .bd2 li .slidetexts {
    float: left;
    color: #222222;
    width: 510px;
    margin-left: 20px;
}

.slideTxtBox2 .bd2 li .slidetexts .silde_bt {
    font-size: 16px;
    color: #1d1d1d;
}

.slideTxtBox2 .bd2 li .slidetexts .slide_ms {
    opacity: 0.8;
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
}

.slideTxtBox2 .bd2 li .slidetime {
    width: 100px;
    height: 90px;
    float: right;
    text-align: center;
    color: #222222;
}

.slideTxtBox2 .bd2 li .slidetime .days {
    font-size: 36px;
    background: #cce1f0;
    color: #fff;
}

.slideTxtBox2 .bd2 li .slidetime .ym {
    padding: 5px 0;
    background: #f7f7f7;
}

.slideTxtBox2 .bd2 li:hover .slidetexts .silde_bt {
    color: #0067b2;
}

.slideTxtBox2 .bd2 li:hover .slidetime .days {
    background: #0067b2;
}

.contain1 {
    width: 100%;
    height: 550px;
    margin-top: -40px;
}

.contain1 .Centers {
    width: 1400px;
    margin: auto;
    padding-top: 100px;
}

.contain1 .Centers .pic {
    overflow: hidden;
    height: 345px;
    margin: auto;
    margin-top: 40px;
}

.contain1 .Centers .pic ul {
    overflow: hidden;
}

.contain1 .Centers .pic ul li {
    float: left;
    height: 345px;
    width: 150px;
}

.contain1 .Centers .pic ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.contain1 .Centers .pic ul li:first-child {
    width: 950px;
}

.contain1 .Centers .pic ul .pic1,
.contain1 .Centers .pic ul .pic2,
.contain1 .Centers .pic ul .pic3,
.contain1 .Centers .pic ul .pic4,
.contain1 .Centers .pic ul .pic5 {
    background-position: center center;
    background-repeat: no-repeat
}

.contain1 .Centers .pic ul li .txt {
    height: 345px;
    width: 120px;
    float: right;
    padding-top: 60px;
    color: #fff;
}

.bigbox_ul {
    width: calc(100%);
    float: right;
    overflow: hidden;
    height: 345px;
}

.bigbox_ul li {
    width: 11.5%;
    float: left;
    height: 345px;
    overflow: hidden;
    position: relative;
}

.bigbox_ul li a {
    display: block;
    overflow: hidden;
}

.bigbox_ul li a .bigbox_L {
    width: 150px;
    float: right;
    height: 345px;
    position: relative;
    padding: 20px;
    position: relative;
}

.bigbox_ul li a .bigbox_L .bigbox_jiantou {
    float: left;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: 0;
    top: 65%;
    z-index: 99;
}

.bigbox_ul li a .bigbox_L .bigbox_logo {
    overflow: hidden;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 55px;
    margin: auto;
}

.bigbox_ul li a .bigbox_L .bigbox_logo img {
    max-width: 100%;
    height: auto;
}

.bigbox_ul li a .bigbox_L .bigbox_hover {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 99;
    padding: 18px;
    text-align: center;
}

.bigbox_ul li a .bigbox_L .bigbox_hover .bigbox_p {
    display: block;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
}

.bigbox_ul li a .bigbox_L .bigbox_hover .bigbox_sp {
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}

.bigbox_ul li a .bigbox_L .bigbox_hover .bigbox_sp em {
    font-size: 18px;
}

.bigbox_ul li a .bigbox_L .bigbox_hover .bigbox_spp {
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    margin-top: 20px;
}

.bigbox_ul li:nth-child(1) {
    width: 48%;
}

.bigbox_ul li:nth-child(1) .bigbox_L {
    background: #268cd7;
}

.bigbox_ul li:nth-child(2) .bigbox_L {
    background: #177ecd;
}

.bigbox_ul li:nth-child(3) .bigbox_L {
    background: #0473c5;
}

.bigbox_ul li:nth-child(4) .bigbox_L {
    background: #0466af;
}

.bigbox_ul li:nth-child(5) .bigbox_L {
    background: #0473c5;
}

.bigbox_ul li:nth-child(1) .bigbox_L .bigbox_jiantou {
    border-right: 20px solid #268cd7;
}

.bigbox_ul li:nth-child(2) .bigbox_L .bigbox_jiantou {
    border-right: 20px solid #177ecd;
}

.bigbox_ul li:nth-child(3) .bigbox_L .bigbox_jiantou {
    border-right: 20px solid #0473c5;
}

.bigbox_ul li:nth-child(4) .bigbox_L .bigbox_jiantou {
    border-right: 20px solid #0466af;
}

.bigbox_ul li:nth-child(5) .bigbox_L .bigbox_jiantou {
    border-right: 20px solid #0473c5;
}

.bigbox_ul li:nth-child(1) a .bigbox_L .bigbox_jiantou {
    left: 0px;
}

.Titles {
    border-bottom: 1px solid #a2cfec;
    padding-bottom: 7px;
    color: #29221f;
}

.Titles .name {
    font-size: 20px;
    font-weight: bold;
    color: #0067b2;
    padding-bottom: 8px;
    font-size: 20px;
    border-bottom: 2px solid #027bd4;
}

.Titles .more {
    float: right;
    color: #027bd4;
    padding-top: 3px;
}

/**contain2**/
.contain2 {
    width: 1400px;
    margin: 40px auto;
    overflow: hidden;
}

.contain2 .Titles {
    height: 40px;
    border-bottom: 1px solid #ececec;
    line-height: 40px;
    padding-bottom: 0;
}

.contain2 .Titles .name {
    display: inline-block;
    background: url(../../bas/images/hoverbg.png) no-repeat center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 35px;
    border-bottom: 0;
}

.contain2 .Left {
    width: 680px;
    float: left;
}

.slideTxtBox5 {
    width: 680px;
    text-align: left;
}

.slideTxtBox5 .hd5 {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
}

.slideTxtBox5 .hd5 ul {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 40px;
}

.slideTxtBox5 .hd5 ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #1d1d1d;
    padding: 0 35px;
}

.slideTxtBox5 .hd5 ul li.on {
    background: url(../../bas/images/hoverbg.png) no-repeat center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.slideTxtBox5 .bd5 {
    margin-top: 40px;
}

.slideTxtBox5 .bd5 ul {
    zoom: 1;
}

/* 本例子css */
.picScroll-left4 {
    width: 680px;
    position: relative;
}

.picScroll-left4 .hd4 {
    position: absolute;
    right: 0px;
    top: -85px;
}

.picScroll-left4 .hd4 .prevs,
.picScroll-left4 .hd4 .nexts {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #cce1f0;
}

.picScroll-left4 .hd4 .prevs img,
.picScroll-left4 .hd4 .nexts img {
    width: 15px;
}

.picScroll-left4 .hd4 .prevs:hover,
.picScroll-left4 .hd4 .nexts:hover {
    background: #0067b2;
}

.picScroll-left4 .hd4 .nexts {
    background-position: 0 -50px;
}

.picScroll-left4 .hd4 .prevStop {
    background-position: -60px 0;
}

.picScroll-left4 .hd4 .nextStop {
    background-position: -60px -50px;
}

.picScroll-left4 .hd4 ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left4 .hd4 ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left4 .hd4 ul li::before {
    display: none !important;
}

.picScroll-left4 .hd4 ul li.on {
    background-position: 0 0;
}

.picScroll-left4 .bd4 ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left4 .bd4 ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picScroll-left4 .bd4 ul li .pic {
    width: 320px;
    height: 240px;
    text-align: center;
}

.picScroll-left4 .bd4 ul li .pic img {
    width: 320px;
    height: 240px;
    display: block;
    padding: 2px;
    border: 1px solid #2fa8ff;
}

.picScroll-left4 .bd4 ul li:hover .pic img {
    animation: 1s movess ease forwards;
}

.picScroll-left4 .bd4 ul li .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
}

/* 本例子css */
.picScroll-left7 {
    width: 680px;
    position: relative;
}

.picScroll-left7 .hd7 {
    position: absolute;
    right: 0px;
    top: -85px;
}

.picScroll-left7 .hd7 .prevs,
.picScroll-left7 .hd7 .nexts {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #cce1f0;
}

.picScroll-left7 .hd7 .prevs img,
.picScroll-left7 .hd7 .nexts img {
    width: 15px;
}

.picScroll-left7 .hd7 .prevs:hover,
.picScroll-left7 .hd7 .nexts:hover {
    background: #0067b2;
}

.picScroll-left7 .hd7 .nexts {
    background-position: 0 -50px;
}

.picScroll-left7 .hd7 .prevStop {
    background-position: -60px 0;
}

.picScroll-left7 .hd7 .nextStop {
    background-position: -60px -50px;
}

.picScroll-left7 .hd7 ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left7 .hd7 ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left7 .hd7 ul li::before {
    display: none !important;
}

.picScroll-left7 .hd7 ul li.on {
    background-position: 0 0;
}

.picScroll-left7 .bd7 ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left7 .bd7 ul li {
    width: 320px !important;
    /* margin: 0 8px; */
    float: left;
    /* _display: inline; */
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-right: 15px;
}

.picScroll-left7 .bd7 ul li .pic {
    width: 320px;
    height: 240px;
    text-align: center;
    border: 1px solid #2fa8ff;
}

.picScroll-left7 .bd7 ul li .pic img {
    width: 320px;
    height: 240px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-left7 .bd7 ul li .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.3);
}

.picScroll-left7 .bd7 ul li:hover .pic img {
    animation: 1s movess ease forwards;
}

.contain2 .Right {
    width: 680px;
    float: right;
}

.contain2 .Right .adv {
    width: 100%;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contain2 .Right .adv img {
    width: 100%;
    height: 120px;
}

.contain2 .Right .Lists li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 10px;
}

.contain2 .Right .Lists li:hover {
    color: #027bd4;
}

.contain2 .Right .Lists li:first-child {
    margin-top: 0px;
}

.contain2 .Right .Lists li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #027bd4;
    position: absolute;
    left: 0;
    top: 10px;
}

.contain2 .Right .Lists li .date {
    float: right;
    color: #c1c1c1;
}

/**contain3**/
.contain3 {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.contain3 .Left {
    width: 680px;
    float: left;
}

.slideTxtBox6 {
    width: 680px;
    text-align: left;
}

.slideTxtBox6 .hd6 {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
}

.slideTxtBox6 .hd6 ul {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 40px;
}

.slideTxtBox6 .hd6 ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #1d1d1d;
    padding: 0 35px;
}

.slideTxtBox6 .hd6 ul li.on {
    background: url(../../bas/images/hoverbg.png) no-repeat center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.slideTxtBox6 .bd6 {
    margin-top: 40px;
}

.slideTxtBox6 .bd6 ul {
    zoom: 1;
}

/* 本例子css */
.picScroll-left5 {
    width: 680px;
    position: relative;
}

.picScroll-left5 .hd5 {
    position: absolute;
    right: 0px;
    top: -85px;
}

.picScroll-left5 .hd5 .prevs,
.picScroll-left5 .hd5 .nexts {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #cce1f0;
}

.picScroll-left5 .hd5 .prevs img,
.picScroll-left5 .hd5 .nexts img {
    width: 15px;
}

.picScroll-left5 .hd5 .prevs:hover,
.picScroll-left5 .hd5 .nexts:hover {
    background: #0067b2;
}

.picScroll-left5 .hd5 .nexts {
    background-position: 0 -50px;
}

.picScroll-left5 .hd5 .prevStop {
    background-position: -60px 0;
}

.picScroll-left5 .hd5 .nextStop {
    background-position: -60px -50px;
}

.picScroll-left5 .hd5 ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left5 .hd5 ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left5 .hd5 ul li::before {
    display: none !important;
}

.picScroll-left5 .hd5 ul li.on {
    background-position: 0 0;
}

.picScroll-left5 .bd5 ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left5 .bd5 ul li {
    width: 321px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.picScroll-left5 .bd5 ul li .pics {
    float: left;
    width: 140px;
    height: 190px;
}

.picScroll-left5 .bd5 ul li .pics img {
    width: 140px;
    height: 190px;
    display: block;
}

.picScroll-left5 .bd5 ul li:hover .pics img {
    animation: 1s movess ease forwards;
}

.picScroll-left5 .bd5 ul li .titles {
    text-align: center;
    float: right;
    width: 180px;
    height: 190px;
    background: #f9f9f9;
    padding: 25px 20px;
}

.picScroll-left5 .bd5 ul li .titles .bt {
    font-size: 16px;
    color: #29221f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picScroll-left5 .bd5 ul li .titles .descript {
    margin-top: 20px;
    line-height: 28px;
    color: #595959;
}

.picScroll-left5 .bd5 ul li:hover .titles {
    background: #0473c5;
}

.picScroll-left5 .bd5 ul li:hover .titles .bt,
.picScroll-left5 .bd5 ul li:hover .titles .descript {
    color: #fff;
}

.contain3 .Right {
    width: 680px;
    float: right;
}

/* 本例子css */
.picScroll-left8,
.picScroll-left9 {
    width: 680px;
    position: relative;
}

.picScroll-left8 .hd8,
.picScroll-left9 .hd9 {
    position: absolute;
    right: 0px;
    top: -85px;
}

.picScroll-left8 .hd8 .prevs,
.picScroll-left8 .hd8 .nexts {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #cce1f0;
}

.picScroll-left9 .hd9 .prevs,
.picScroll-left9 .hd9 .nexts {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #cce1f0;
}

.picScroll-left8 .hd8 .prevs img,
.picScroll-left8 .hd8 .nexts img {
    width: 15px;
}

.picScroll-left9 .hd9 .prevs img,
.picScroll-left9 .hd9 .nexts img {
    width: 15px;
}

.picScroll-left8 .hd8 .prevs:hover,
.picScroll-left8 .hd8 .nexts:hover {
    background: #0067b2;
}

.picScroll-left9 .hd9 .prevs:hover,
.picScroll-left9 .hd9 .nexts:hover {
    background: #0067b2;
}

.picScroll-left8 .bd8 ul,
.picScroll-left9 .bd9 ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left9 .bd9 ul li {
    width: 680px !important;
    /* margin: 0 8px; */
    float: left;
    /* _display: inline; */
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.picScroll-left8 .bd8 ul li {
    width: 330px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

.picScroll-left8 .bd8 ul li .video,
.picScroll-left9 .bd9 ul li .video {
    width: 340px;
    height: 190px;
    float: left;
}

.picScroll-left8 .bd8 ul li .video .clic,
.picScroll-left9 .bd9 ul li .video .clic {
    width: 340px;
    height: 190px;
    background: url(../../../hdimg/bas/images/bf.png) no-repeat center center;
}

.picScroll-left8 .bd8 ul li .video .clic img,
.picScroll-left9 .bd9 ul li .video .clic img {
    width: 100%;
    height: 100%;

}

.picScroll-left8 .bd8 ul li .intro,
.picScroll-left9 .bd9 ul li .intro {
    width: 340px;
    height: 190px;
    float: left;
    background: url(../../../hdimg/bas/images/videobg.jpg) no-repeat top center;
    padding: 15px;
    color: #222;
    line-height: 35px;
}

.contain4 {
    width: 100%;
    height: 200px;
    background: #f9f9f9;
    margin-top: 40px;
}

.contain4 ul {
    width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 40px;
}

.contain4 ul li {
    width: 680px;
    height: 120px;
    background: #fff;
}

.contain4 ul li img {
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    height: 160px;
    border-top: 2px solid #027bd4;
    margin-top: 40px;
    background: url(../../bas/images/footerbg.jpg) no-repeat top center;
}

.footer_center {
    width: 1400px;
    height: 170px;
    margin: auto;
    overflow: hidden;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer_center .Left .footnav {
    overflow: hidden;
}

.footer_center .Left .footnav li {
    float: left;
    position: relative;
    padding-right: 20px;
    color: #363636;
}

.footer_center .Left .footnav li::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #363636;
    position: absolute;
    left: 65px;
    top: 4px;
}

.footer_center .Left .footnav li a:hover {
    color: #027bd4;
}

.footer_center .Left .footnav li:last-child::after {
    display: none;
}

.footer_center .Left .copy {
    color: #363636;
    line-height: 36px;
    margin-top: 10px;
}

.footer_center .Cnr {
    color: #363636;
}

.footer_center .Cnr .lxwm {
    padding-bottom: 5px;
    width: 60px;
    border-bottom: 1px solid #c2c2c2;
}

.footer_center .Cnr p {
    line-height: 36px;
}

.footer_center .Right .flink {
    width: 145px;
    height: 23px;
    border: 1px solid #dcdcdc;
    padding: 0 30px;
}

.footer_center .Right .tabs {
    overflow: hidden;
    margin-top: 25px;
    margin-left: 60px;
}

.footer_center .Right .tabs li {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin-left: 15px;
    text-align: center;
}

.footer_center .Right .tabs li:nth-child(1) {
    background: #027bd4 url(../../../hdimg/bas/images/wx1.png) no-repeat center;
}

.footer_center .Right .tabs li:hover:nth-child(1) {
    background: #f0f0f0 url(../../../hdimg/bas/images/wx2.png) no-repeat center;
}

.footer_center .Right .tabs li:nth-child(2) {
    background: #f0f0f0 url(../../../hdimg/bas/images/oa.png) no-repeat center;
}

.footer_center .Right .tabs li img {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 85px;
    top: 65px;
}

.footer_center .Right .tabs li:hover img {
    display: block;
}

.footer .footlogo {
    position: absolute;
    left: 950px;
    top: 50px;
}

.footer .footlogo img {
    width: 250px !important;
    height: 35px !important;
    margin-bottom: 5px;
}

/**内页样式**/
.col_bnr {
    width: 100%;
    height: 350px;
    position: relative;
}

.col_bnr img {
    width: 100%;
    height: 350px;
}

.col_tiles {
    width: 1400px;
    margin: auto;
    color: #fff;
}

.col_tiles .col_box {
    position: absolute;
    top: 125px;
}

.col_tiles .col_box .big_til {
    font-size: 30px;
    margin-bottom: 10px;
}

.col_tiles .col_box .en {
    font-weight: bold;
}

.Tabs {
    width: 100%;
    height: 60px;
    background: #f1f1f1;
}

.Tabs ul {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.Tabs ul li {
    float: left;
    margin-right: 65px;
    line-height: 60px;
    font-size: 16px;
}

.Tabs ul li:hover {
    color: #0062b3;
    border-bottom: 2px solid #0062b3;
}

.Tabs ul li.layui-this {
    color: #0062b3;
    border-bottom: 2px solid #0062b3;
}

.container {
    width: 1400px;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 50px;
    padding: 0;
}

/**单页**/
.detail {}

.detail h2 {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: #0062b3;
    font-weight: bold;
}

.infos {
    text-align: center;
    margin-top: 20px;
    font-family: "微软雅黑";
}

.infos span {
    margin: 0px 10px;
    opacity: 0.5;
}

.contain {
    color: #0d0d0d;
    line-height: 2.4rem;
    font-size: 16px;
    background: #fff;
    padding: 40px 0px;
    font-family: "微软雅黑";
}

.pre_next {
    margin: 40px 0px;
}

.pre_next ul {
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
}

/**信息列表**/
.infolist ul li {
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 32px;
}

.infolist ul li .Times {
    width: 130px;
    height: 130px;
    text-align: center;
    background: #e9e9e9;
    float: left;
    padding-top: 10px;
    color: #656565;
}

.infolist ul li .Times .day {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.infolist ul li .Times .day:after {
    content: "";
    width: 33px;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    left: 47px;
    top: 55px;
}

.infolist ul li .Texts {
    float: left;
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}

.infolist ul li .Texts .Titles {
    font-size: 18px;
    border-bottom: 0;
    color: #222222;
}

.infolist ul li .Texts .descript {
    color: #595959;
    opacity: 0.5;
    line-height: 26px;
}

.infolist ul li:hover .Times {
    background: #027bd4;
    color: #fff;
}

.infolist ul li:hover .Texts .Titles {
    color: #027bd4;
}

/**图文**/
.twlist {
    margin-bottom: 60px;
}

.twlist ul li {
    height: 220px;
    overflow: hidden;
    background: #f1f1f1;
    margin-bottom: 32px;
}

.twlist ul li .Imgs {
    float: left;
    width: 380px;
    height: 220px;
    background: #000;
}

.twlist ul li .Imgs img {
    width: 380px;
    height: 220px;
}

.twlist ul li:hover .Imgs img {
    animation: 1s movess ease forwards;
}

.twlist ul li .Texts {
    float: left;
    width: 60%;
    padding-right: 15px;
    padding-left: 40px;
    padding-top: 35px;
}

.twlist ul li .Texts .Titles {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    border-bottom: 0;
}

.twlist ul li .Texts .descript {
    color: #595959;
    opacity: 0.5;
    line-height: 26px;
    margin-top: 15px;
}

.twlist ul li .Texts .mors {
    width: 18px;
    height: 12px;
    margin-top: 35px;
    background: url(../../../hdimg/bas/images/jt2.png) no-repeat;
}

.twlist ul li .sj {
    width: 140px;
    height: 220px;
    text-align: center;
    background: #e9e9e9;
    float: right;
    padding-top: 50px;
    color: #656565;
}

.twlist ul li .sj .day {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.twlist ul li .sj .day:after {
    content: "";
    width: 33px;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    left: 55px;
    top: 55px;
}

.twlist ul li:hover .sj .day {
    color: #027bd4;
}

.twlist ul li:hover .Texts .Titles {
    color: #027bd4;
}

.twlist ul li:hover .Texts .mors {
    background: url(../../../hdimg/bas/images/jt1.png) no-repeat;
}

/**图片列表**/
.imgslist ul {
    overflow: hidden;
    margin-left: -40px;
}

.imgslist ul li {
    width: 440px;
    height: 330px;
    padding: 25px 30px;
    background: #f1f1f1;
    float: left;
    margin-bottom: 40px;
    margin-left: 40px;
}

.imgslist ul li .hitxt {
    position: relative;
    width: 380px;
    height: 280px;
}

.imgslist ul li .imgs {
    width: 380px;
    height: 280px;
}

.imgslist ul li .imgs img {
    width: 100%;
    height: 100%;
}

.imgslist ul li:hover .imgs img {
    animation: 1s movess ease forwards;
}

.imgslist ul li .img_txt {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.layui-icon {
    font-size: 10px !important;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
}

.sch-form .sch-input {
    border: none;
    background: #ececec;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    padding: 20px 10px;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.tabclick {
    font-size: 24px;
    font-weight: bold;
}

.colinfo-list {
    overflow: hidden;
}

.colinfo-list a {
    display: block;
    background: #fff;
    overflow: hidden;
}

.colinfo-list a .shijian {
    width: 90px;
    height: 90px;
    float: left;
    background: #323232;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.colinfo-list a .shijian span {
    display: block;
}

.colinfo-list a .shijian .ri {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.colinfo-list a .title {
    font-size: 18px;
    margin: 14px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.colinfo-list a .desc {
    color: #aaa;
    line-height: 20px;
}

.colinfo-list a:hover .shijian {
    background: #0457b6;
}

.colinfo-list a:hover .title {
    color: #0457b6;
}

.colinfo-list .textbox a {
    display: inline-block;
}

.colinfo-list .textbox .shijian {
    width: 90px;
    height: 90px;
    float: left;
    background: #323232;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.colinfo-list .textbox .shijian span {
    display: block;
}

.colinfo-list .textbox .shijian .ri {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.colinfo-list .textbox .title {
    font-size: 18px;
    margin: 14px 0 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition: All 0.8s ease-in;
    -webkit-transition: All 0.8s ease-in;
    -moz-transition: All 0.8s ease-in;
    -o-transition: All 0.8s ease-in;
}

.colinfo-list .textbox .desc {
    color: #aaa;
    line-height: 20px;
}

.colinfo-list .textbox:hover .shijian {
    background: #0457b6;
}

.colinfo-list .textbox:hover .title {
    color: #0457b6;
}

.text-mute {
    padding: 45px 0;
}

center {
    width: 100%;
    margin: 20px auto;
}

center ul {
    overflow: hidden;
}

center ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

@keyframes movess {
    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

@media all and (min-width: 0px) and (max-width: 1500px) {
    .container {
        width: 80%;
    }
}