@charset "utf-8";

html,
body {
    width: 750px;
    margin: 0 auto;
    min-width: inherit;
    /* overflow-x: hidden; */
    transform: '';
    background: #fff;
    -webkit-text-size-adjust: 150%;
    text-size-adjust: 150%;
}

.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}

.mainwidth {
    width: 100%;
    margin: auto;
    background: #f3f3f3;
    padding: 10px;
    box-sizing: border-box;
}

.intro {
    padding: 5% !important
}

.intro p {
    color: #4456b7;
    font-size: 16px;
    text-indent: 4rem;
    line-height: 45px;
}

.padding50 {
    padding: 10px;
}

.nav {

    background: #fff;
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.nav ul {
    width: 100%;
}

.nav li {
    background: rgba(254, 212, 105, 1);
    border-radius: 5px;
    margin-right: 5px;
    height: 50px;
    width: 19.2%;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}

.nav li a {
    font-size: 25px;
    color: #4456b7;

}

.nav li:hover {
    background: #fed469;
    box-shadow: 0 0 0 4px rgba(254, 212, 105, 1);
}

.nav li:hover a {
    font-size: 32px;
    color: #3b3f60;
    font-weight: bold;
}




.public {
    margin: 0 auto;
    background: url("../img/titbg.png") no-repeat top center;
    zoom: 0.7;
}

.public>.tit1 {

    width: 725px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
}

.public>.tit1 img {
    margin-top: 20px;
}

.public>.tit2 {
    font-size: 35px;
    color: #4456b7;
    font-weight: bold;
    text-align: center;
}

.public>.tit3 {
    font-size: 25px;
    color: #4456b7;
    text-align: center;
}

.lxq {
    width: 100%;
    height: 540px;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}

.zfl {
    width: 100%;
    height: 300px;
    margin: 20px auto;

}



.xfc {
    width: 100%;

    margin-top: -150px;
}


.xf {
    width: 100%;
    height: 500px;
    position: relative;
}

.xf>.pics {
    position: absolute;
    width: 70%;
    height: 100%;
}

.xf>.text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0%;
    padding: 60px 30px 30px 30px;
    box-sizing: border-box;
}

.xf>.text p {
    display: inline-block;
    color: #fff;
    text-indent: 2em;
    line-height: 35px;
    font-size: 18px;
    text-shadow: 0 0 4px #000;
}

.bg1 {
    background: linear-gradient(to right,
            rgba(0, 103, 179),
            rgba(157, 148, 221));
}

.bg2 {
    background: linear-gradient(to right,
            rgba(121, 107, 123),
            rgba(249, 219, 175));
}

.bg3 {
    background: linear-gradient(to right,
            rgba(231, 151, 115),
            rgba(238, 223, 178));
}

.bg4 {
    background: linear-gradient(to right,
            rgba(88, 160, 221),
            rgba(143, 193, 231));
}

.bg5 {
    background: linear-gradient(to right,
            rgba(54, 102, 7),
            rgba(188, 203, 129));
}

.qjd {
    width: 100%;
    height: 540px;
    background: #4456b7;
}



.footer {
    height: 58px;
    background: #004898;
    color: #b5cde3;
    text-align: center;
    line-height: 58px;
    -webkit-text-size-adjust: 90%;
    text-size-adjust: 90%;
}

.footer span {
    margin: 0 10px;
}



.swiper_demo1 {
    position: relative;
    width: 100%;
    height: 560px;
}

.swiper_demo1 .swiper-slide {
    height: 560px;
    text-align: center;
    position: relative;
}

.swipernonbg {
    background: none;
    margin-bottom: 20px;
}

.swiper_demo1 .swiper-slide .inpic {
    width: 100%;
    height: 260px;
}

.swiper_demo1 .swiper-slide img {
    width: 100%;
    height: 260px;
    border-radius: 20px;
}

.swiper_demo1 .pagination {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 60px;

    width: 140px;
    height: 24px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.swiper_demo1 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 20%;
    background-color: #decfcf;
}

.swiper_demo1 .pagination .swiper-active-switch {
    background-color: #0455b4;
}

.swiper_demo1 .arrow i {
    position: absolute;
    z-index: 1;
    top: 35%;
    display: inline-block;
    cursor: pointer;
}

.swiper_demo1 .arrow .arrow-left {
    left: 20px;
}

.swiper_demo1 .arrow .arrow-left i {
    color: #fff;
    font-size: 40px;
}

.swiper_demo1 .arrow .arrow-right {
    right: 20px;
    transform: scaleX(-1);
}

.swiper_demo1 .arrow .arrow-right i {
    color: #fff;
    font-size: 40px;
}




/* demo2 */
.swiper_demo2 {
    position: relative;
    width: 100%;
    height: 560px;
}

.swiper_demo2 .swiper-slide {
    height: 560px;
    text-align: center;
}


.swiper_demo2 .swiper-slide .inpic {
    width: 100%;
    height: 260px;
}

.swiper_demo2 .swiper-slide img {
    width: 100%;
    height: 260px;
    border-radius: 20px;
}

.swiper_demo2 .pagination {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 60px;

    width: 140px;
    height: 24px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.swiper_demo2 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 20%;
    background-color: #decfcf;
}

.swiper_demo2 .pagination .swiper-active-switch {
    background-color: #0455b4;
}

.swiper_demo2 .arrow i {
    position: absolute;
    z-index: 1;
    top: 35%;
    display: inline-block;
    cursor: pointer;
}

.swiper_demo2 .arrow .arrow-left {
    left: 10px;
}

.swiper_demo2 .arrow .arrow-left i {
    color: #fff;
    font-size: 40px;
}

.swiper_demo2 .arrow .arrow-right {
    right: 10px;
    transform: scaleX(-1);
}

.swiper_demo2 .arrow .arrow-right i {
    color: #fff;
    font-size: 40px;
}

/* demo3 */
.swiper_demo3 {
    position: relative;
    width: 100%;
    height: 560px;
}

.swiper_demo3 .swiper-slide {
    height: 560px;
    text-align: center;
}

.swiper_demo3 .swiper-slide .inpic {
    width: 100%;
    height: 260px;
}

.swiper_demo3 .swiper-slide img {
    width: 100%;
    height: 260px;
    border-radius: 20px;
}

.swiper_demo3 .pagination {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 60px;

    width: 140px;
    height: 24px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.swiper_demo3 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 20%;
    background-color: #decfcf;
}

.swiper_demo3 .pagination .swiper-active-switch {
    background-color: #0455b4;
}

.swiper_demo3 .arrow i {
    position: absolute;
    z-index: 1;
    top: 35%;
    display: inline-block;
    cursor: pointer;
}

.swiper_demo3 .arrow .arrow-left {
    left: 10px;
}

.swiper_demo3 .arrow .arrow-left i {
    color: #fff;
    font-size: 40px;
}

.swiper_demo3 .arrow .arrow-right {
    right: 10px;
    transform: scaleX(-1);
}

.swiper_demo3 .arrow .arrow-right i {
    color: #fff;
    font-size: 40px;
}

/* demo4 */
.swiper_demo4 {
    position: relative;
    width: 100%;
    height: 500px;
}

.swiper_demo4 .swiper-slide {

    height: 500px;
    text-align: center;
}

.swiper_demo4 .swiper-slide img {
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.swiper_demo4 .pagination2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;

    height: 50px;
    margin-top: 20px;
    text-align: center;
}

.swiper_demo4 .swiper-pagination-switch {
    display: inline-block;
    width: 20%;

    height: 14px;
    margin: 0 50px;
    cursor: pointer;
    background: linear-gradient(to right,
            rgba(251,
                197,
                99,
                1),
            rgba(251,
                197,
                99,
                0));

}

.swiper_demo4 .pagination2 .swiper-active-switch {
    background: linear-gradient(to right,
            rgba(82,
                97,
                172,
                1),
            rgba(82,
                97,
                172,
                0));
}

.swiper_demo4 .arrow i {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: inline-block;
    cursor: pointer;
}

.swiper_demo4 .arrow .arrow-left {
    left: 10px;
}

.swiper_demo4 .arrow .arrow-right {
    right: 10px;
}

/* �¸�·*/


.textwrap {
    display: none;
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.txtcon {
    position: absolute;
    width: 800%;
    height: 320px;
    left: 0;
}

.txt {
    width: 100%;
    float: left;

}

/* 
.t1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.t2 {
  position: absolute;
  top: 0;
  left: 1200px;
  z-index: 3;
}

.t3 {
  position: absolute;
  top: 0;
  left: 2400px;
  z-index: 3;
}

.t4 {
  position: absolute;
  top: 0;
  left: 3600px;
  z-index: 3;
}

.t5 {
  position: absolute;
  top: 0;
  left: 4800px;
  z-index: 3;
}

.t6 {
  position: absolute;
  top: 0;
  left: 6000px;
  z-index: 3;
}

.t7 {
  position: absolute;
  top: 0;
  left: 7200px;
  z-index: 3;
}

.t8 {
  position: absolute;
  top: 0;
  left: 8400px;
  z-index: 3;
} */

/* ���� */

.wrap {
    margin: 50px auto;
    width: 1200;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    border-right: solid 2px #fff;
}

.wrap .leftbtn {
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0%;
    height: 100%;
    width: 10%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    border-radius: 20px 0 0 20px;
    cursor: pointer;
}

.wrap .leftbtn i {
    position: absolute;
    left: 20px;
    top: 45%;
    font-size: 30px;
    color: #fff;
}

.wrap .rightbtn {
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 0%;
    height: 100%;
    width: 10%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    cursor: pointer;
    transform: scaleX(-1);
}

.wrap .rightbtn i {
    position: absolute;
    left: 20px;
    top: 45%;
    font-size: 30px;
    color: #fff;

}

.pic {
    width: 100%;
    height: 300px;
    cursor: pointer;
    border-radius: 20px;
    border: solid 2px #fff;
}

.pic .picicon {
    position: absolute;
    background: #ffe4af;
    width: 11px;
    height: 28px;
    top: 30px;
    z-index: 1000;
}


.pic1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.pic2 {
    position: absolute;
    top: 0;
    left: 780px;
    z-index: 3;
}

.pic3 {

    position: absolute;
    top: 0;
    left: 840px;
    z-index: 5;
}


.pic4 {
    position: absolute;
    top: 0;
    left: 900px;
    z-index: 7;
}



.pic5 {
    background: url('../img/05.png');
    position: absolute;
    top: 0;
    left: 960px;
    z-index: 9;
}

.pic6 {
    background: url('../img/05.png');
    position: absolute;
    top: 0;
    left: 1020px;
    z-index: 9;
}

.pic7 {
    background: url('../img/05.png');
    position: absolute;
    top: 0;
    left: 1080px;
    z-index: 9;
}

.pic8 {
    background: url('../img/05.png');
    position: absolute;
    top: 0;
    left: 1140px;
    z-index: 9;
}