@charset "utf-8";

html {
    margin: 0px;
    padding: 0;
    font: 16px/1.5 "Microsoft YaHei", tahoma, arial, \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

body {
    margin: 0px;
    /* [disabled]padding:0; */
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
img,
button {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b,
span {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}

table,
td,
tr,
th {
    font-size: 12px;
}

li {
    list-style-type: none;
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul {
    list-style: none;
}

address,
cite,
code,
th {
    font-weight: normal;
    font-style: normal;
}

img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    transition: all ease-out .2s 0s;
    -webkit-transition: all ease-out .2s 0s;
}

a:hover {
    color: #e83353;
    text-decoration: none;
}

div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
d,
span,
b {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.warp {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.warp2 {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.cl {
    height: 0px;
    font-size: 0px;
    clear: both;
}

.amn {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}

.amn img {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}

.amn:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.header2 {
    width: 100%;
    float: left;
    display: none;
}

.header2 img {
    width: 100%;
    height: auto;
}

.header {
    width: 100%;
    position: relative;
    height: 600px;
    background: url(../images/bg.jpg) no-repeat top center;
    overflow: hidden;
}

.header div {
    position: absolute;
}

.logo {
    width: 202px;
    height: 120px;
    left: 50%;
    top: 50px;
    margin-left: -558px;
    z-index: 15;
}

.up {
    -webkit-animation: up .5s ease forwards;
    animation: up .5s ease forwards
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translateY(-200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes up {
    0% {
        -webkit-transform: translateY(-200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

.fontad {
    width: 349px;
    height: 47px;
    right: 50%;
    top: 55px;
    margin-right: -495px;
    z-index: 12;
    -webkit-animation: fontad .7s ease .45s backwards;
    animation: fontad .7s ease .45s backwards;
}

@keyframes fontad {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fontad {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        opacity: 1;
    }
}

.tit_en {
    width: 504px;
    height: 27px;
    right: 50%;
    top: 174px;
    margin-right: -483px;
    z-index: 15;
}

.font {
    width: 363px;
    height: 21px;
    left: 50%;
    bottom: 163px;
    margin-left: -185px;
    z-index: 15;
}

.down {
    -webkit-animation: down .6s ease forwards;
    animation: down .6s ease forwards
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

.lpic img{width: 100%;}


.lpic {
    top: 178px;
    right: 46%;
    margin-right: 504px;
    width: 481px;
    height: 599px;
    z-index: 14;
    -webkit-animation: lpic .7s ease .1s backwards;
    animation: lpic .7s ease .1s backwards;
}



@keyframes lpic {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-330px);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes lpic {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-330px);
    }

    100% {
        opacity: 1;
    }
}

.bpic {
    width: 100%;
    height: 300px;
    left: 0;
    top: 493px;
    z-index: 4;
    background: url(../images/bpic.png) center bottom no-repeat;
    -webkit-animation: bpic .7s ease .3s backwards;
    animation: bpic .7s ease .3s backwards;
}

@keyframes bpic {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bpic {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    100% {
        opacity: 1;
    }
}

#flagCanvas {
    position: absolute;
    left: 0;
    top: 493px;
    transform-origin: center;
    z-index: 10;
}

.rpic {
    bottom: 64px;
    left: 50%;
    margin-left: 320px;
    width: 722px;
    height: 240px;
    z-index: 1;
    -webkit-animation: rpic .5s ease .4s backwards;
    animation: rpic .5s ease .5s backwards;
}

@keyframes rpic {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rpic {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }

    100% {
        opacity: 1;
    }
}

.tit {
    width: 1000px;
    height: 110px;
    left: 50%;
    margin-left: -500px;
    top: 240px;
    z-index: 15;
}

.t02 {
    width: 160px;
    height: 110px;
    left: 30px;
    top: 0;
}

.t03 {
    width: 124px;
    height: 110px;
    left: 170px;
    top: 0;
}

.t04 {
    width: 124px;
    height: 110px;
    left: 320px;
    top: 0;
}

.t05 {
    width: 124px;
    height: 110px;
    left: 479px;
    top: 0;
}

.t06 {
    width: 124px;
    height: 110px;
    left: 592px;
    top: 0;
}

.t07 {
    width: 124px;
    height: 110px;
    left: 732px;
    top: 6px;
}

.t08 {
    width: 124px;
    height: 110px;
    left: 890px;
    top: 6px;
}

.t02 {
    -webkit-animation: t02 0.2s ease-out .25s backwards;
    animation: t02 0.2s ease-out .25s backwards;
}

@keyframes t02 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t02 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.t03 {
    -webkit-animation: t03 0.2s ease-out .45s backwards;
    animation: t03 0.2s ease-out .45s backwards;
}

@keyframes t03 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t03 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.t04 {
    -webkit-animation: t04 0.2s ease-out .3s backwards;
    animation: t04 0.2s ease-out .3s backwards;
}

@keyframes t04 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t04 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.t05 {
    -webkit-animation: t05 0.2s ease-out .2s backwards;
    animation: t05 0.2s ease-out .2s backwards;
}

@keyframes t05 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t05 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.t06 {
    -webkit-animation: t06 0.2s ease-out .5s backwards;
    animation: t06 0.2s ease-out .5s backwards;
}

@keyframes t06 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t06 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.t07 {
    -webkit-animation: t07 0.2s ease-out .1s backwards;
    animation: t07 0.2s ease-out .1s backwards;
}

@keyframes t07 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t07 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.t08 {
    -webkit-animation: t08 0.2s ease-out .4s backwards;
    animation: t08 0.2s ease-out .4s backwards;
}

@keyframes t08 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes t08 {
    0% {
        -webkit-transform: scale(4);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.nav {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #ffb717;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
    padding: 0 2.5%;
}

.nav ul li a {
    line-height: 68px;
    font-size: 18px;
    font-weight: 700;
}

.nav ul li font {
    font: Arial;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.bjc {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #500398 0, #2e00a9 100%);
    padding: 50px 0;
}

.affer {
    width: 43%;
    float: left;
    background:#fff;
    height: 320px;
    overflow: hidden;
    margin: 5px 0 0 0;
    padding: 30px 35px;
}

.affer h2 {
    width: 100%;
    float: left;
    color: #e83353;
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 15px;
}

.affer h2 font {
    font-size: 18px;
    font-weight: normal;
    font: Arial;
    margin-left: 5px;
}

.affer h3 {
    width: 100%;
    float: left;
    color: #323232;
    font-size: 20px;
    line-height: 34px;
}

.affer h3 strong {
    color: #323232;
}

.affer h4 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.affer h4 b {
    width: 32%;
    float: left;
    font-size: 17px;
    color: #fff;
    line-height: 24px;
    padding: 10px 20px;
}

.affer h4 b span {
    float: left;
}

.affer h4 b.c1 {
    margin-right: 2%;
    background: #76c2b6;
}

.affer h4 b.c2 {
    margin-right: 2%;
    background: #018ccf;
}

.affer h4 b.c3 {
    background: #d0a972;
}

.news {
    width: 53%;
    float: right;
}

.news ul li {
    width: 97%;
    float: left;
    margin: 0 0 30px 0;
    height: 90px;
    overflow: hidden;
}

.news ul li span {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    max-height: 32px;
    overflow: hidden;
}

.news ul li p {
    width: 100%;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    padding: 10px 0 0 0;
}

.news ul li:hover span {
    color: #18d8c9;
}

.news ul li:last-child {
    margin: 0;
}

#boxscroll2 {
    height: 325px;
    overflow: hidden;
}

.lm {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0;
}

/*��·����*/
.tabBar {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.tabBar span {
    display: inline-block;
    width: 21%;
    text-align: center;
    background: #f1f1f1;
    font-size: 16px;
    color: #323232;
    line-height: 60px;
    cursor: pointer;
    margin: 0 10px;
}

.tabBar span.current {
    background: #e83353;
    color: #fff;
}

.tabCon {
    width: 100%;
    float: left;
    background: -webkit-linear-gradient(135deg, #500398 0, #2e00a9 100%);
    background: linear-gradient(135deg, #500398 0, #2e00a9 100%);
}

.road_pic {
    width: 65%;
    float: left;
}

.road_pic img {
    width: 100%;
    height: 100%;
}

.road_con {
    width: 35%;
    float: right;
    padding: 40px 35px;
}

.road_con span {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 20px;
}

.road_con font {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #18d8c9;
}

.road_con p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-top: 20px;
}

/*ý��۽�*/
.mtbd {
    width: 100%;
    float: left;
}

.mtbd ul li {
    width: 48%;
    float: left;
    font-size: 16px;
    line-height: 49px;
    color: #666;
    overflow: hidden;
    height: 49px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 0 26px;
    background: url(../images/yuan.png) 1px center no-repeat;
}

.mtbd ul li b {
    color: #aaa;
    padding: 0 9px 0 0px;
}

.mtbd ul li:nth-child(2n) {
    float: right;
}

#boxscroll {
    overflow: hidden;
}

/*����ֱ��*/
.hdpic {
    width: 100%;
    float: left;
    overflow: hidden;
}

.hdpic .slider {
    width: 100%;
    min-width: 1000px;
    height: 560px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hdpic .slider .bd {
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

.hdpic .slider .bd li {
    width: 1000px;
    overflow: hidden;
}

.hdpic .slider .tempWrap {
    overflow: visible !important
}

.hdpic .slider .tempWrap ul {
    margin-left: -1000px !important;
    /*ǿ��λ��*/
}

.hdpic .slider .tempWrap ul li img {
    width: 1000px;
    height: 560px;
}

.hdpic .slider .hd {
    position: absolute;
    left: 50%;
    z-index: 30;
    height: 10px;
    bottom: 30px;
    text-align: center;
    width: 1000px;
    margin-left: -500px;
}

.hdpic .slider .hd li {
    display: inline-block;
    zoom: 1;
    width: 30px;
    height: 5px;
    line-height: 99px;
    overflow: hidden;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.hdpic .slider .hd li.on {
    background: #e83353;
}

.hdpic .slider .pnBtn {
    position: absolute;
    z-index: 3000;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hdpic .slider .prev {
    left: -50%;
    margin-left: -500px;
    border-right: 1px solid rgb(255, 255, 255, .5);
}

.hdpic .slider .next {
    left: 50%;
    margin-left: 500px;
    border-left: 1px solid rgb(255, 255, 255, .5);
}

.hdpic .slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
}

.hdpic .slider .pnBtn .arrow {
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 51px;
    z-index: ;
    width: 60px;
}

.hdpic .slider .pnBtn .arrow:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.hdpic .slider .prev .arrow {
    right: 5px;
    background: url(../images/arrow.png) 0 0 no-repeat;
}

.hdpic .slider .next .arrow {
    left: 10px;
    background: url(../images/arrow.png) -70px 0 no-repeat;
}

.hdpic .slider .bd li {
    position: relative;
}
.hdpic_mob {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 1%;
}

.hdpic_mob .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.hdpic_mob .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 40rem;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hdpic_mob .swiper-wrapper img {
    width: 100%;
    height: 40rem;
}

.hdpic_mob .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hdpic_mob .swiper-slide h3 {
    width: 100%;
    height: 40rem;
    position: absolute;
}

.hdpic_mob .swiper-slide h3 img {
    width: 100%;
    height: 40rem;
}

.hdpic_mob .swiper-slide h3 span {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
    padding: 0 5% 4% 5%;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
    line-height: 1.5rem;
    font-size: 1.5rem;
    color: #fff;
}

.hdpic_mob .swiper-button-prev {
    left: 0;
    width: 32px;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1.7rem;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
}

.hdpic_mob .swiper-button-next {
    right: 0;
    width: 32px;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1.7rem;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
}
.hdpic .slider .bd li img {
    width: 100%;
    height: 100%;
    display: block;
}

.hdpic .slider .bd h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 19;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
}

.hdpic .slider .bd h4 font {
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 2% 4% 50px 4%;
    text-align: left;
}

/* .hdpic_mob {
    display: none;
} */

.tuji {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.tuji ul li {
    width: 1200px;
    float: left;
    height: 550px;
    position: relative;
}

.tuji ul li img {
    width: 100%;
    height: 550px;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.tuji ul li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.tuji ul li span {
    width: 100%;
    height: 114px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
}

.tuji ul li p {
    position: absolute;
    bottom: 25px;
    width: 90%;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5%;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

.tuji ul li p a {
    color: #fff;
    text-decoration: none;
}

.tuji .prev {
    width: 36px;
    height: 54px;
    background: rgba(0, 0, 0, .8);
    left: 0px;
    top: 250px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    color: #eee;
    font-family: Georgia;
    font-weight: bold;
}

.tuji .prev:hover {
    background: rgba(46, 0, 169, 1);
}

.tuji .next {
    width: 36px;
    height: 54px;
    background: rgba(0, 0, 0, .8);
    right: 0px;
    top: 250px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    color: #eee;
    font-family: Georgia;
    font-weight: bold;
}

.tuji .next:hover {
    background: rgba(46, 0, 169, 1);
}

#toTop {
    width: 40px;
    height: 40px;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    z-index: 999999;
    border: none;
    text-indent: 100%;
    background: url(../images/top_move.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.footer {
    width: 100%;
    float: left;
    background: #2e00a9;
    font-size: 16px;
    line-height: 60px;
    color: #18d8c9;
    text-align: center;
    margin-top: 50px;
}

/*���¼�ͷ*/
.arrows {
    width: 60px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 70px;
    z-index: 5;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s
}

/*�ֻ���Ӧ*/
@media screen and (max-width:899px) and (min-width: 160px) {
    .warp {
        width: 100%;
        padding: 0 5%;
    }

    .header {
        display: none;
    }

    .header2 {
        display: block;
    }

    .warp2 {
        width: 100%;
    }

    #toTop {
        width: 1px;
        height: 1;
        display: none;
        text-decoration: none;
        position: fixed;
        bottom: 0;
        right: 0;
        overflow: hidden;
        border: none;
        text-indent: 100%;
        background: none;
    }

    #toTopHover {
        width: 1px;
        height: 1px;
        display: block;
        overflow: hidden;
        float: right;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
    }

    .nav {
        width: 100%;
    }

    .nav ul {
        width: 100%;
        padding: 0 2.5%;
    }

    .nav ul li {
        width: 25%;
        padding: 0;
        text-align: center;
    }

    .nav ul li.c1 {
        display: none;
    }

    .nav ul li a {
        line-height: 3rem;
        font-size: 1rem;
    }

    .nav ul li font {
        display: none;
    }

    .bjc {
        width: 100%;
        float: left;
        background: #fff;
        padding: 0;
    }

    .affer {
        width: 100%;
        float: left;
        background: url(../images/color.png) right top no-repeat #fff;
        height: auto;
        overflow: auto;
        margin: 0;
        padding: 5% 5% 3% 5%;
    }

    .affer h2 {
        font-size: 2rem;
        line-height: 2.2rem;
        margin-bottom: .5rem;
    }

    .affer h2 font {
        width: 100%;
        float: left;
        font-size: 1rem;
        margin-left: 0px;
    }

    .affer h3 {
        width: 100%;
        float: left;
        color: #323232;
        font-size: 1rem;
        line-height: 1.8rem;
    }

    .affer h3 strong {
        color: #323232;
    }

    .affer h4 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .affer h4 b {
        width: 100%;
        float: left;
        font-size: 17px;
        color: #fff;
        line-height: 24px;
        padding: 3%;
        margin-bottom: 3%;
    }

    .affer h4 b span {
        padding: 0 3%;
    }

    .affer h4 b.c1 {
        margin-right: 0%;
        background: #76c2b6;
    }

    .affer h4 b.c2 {
        margin-right: 0%;
        background: #018ccf;
    }

    .affer h4 b.c3 {
        background: #d0a972;
    }

    .news {
        width: 100%;
        float: left;
        padding: 0 5%;
    }

    .news ul li {
        width: 100%;
        float: left;
        margin: 0 0 5% 0;
        height: auto;
        overflow: auto;
    }

    .news ul li span {
        width: 100%;
        float: left;
        font-size: 1.05rem;
        line-height: 1.5rem;
        color: #212121;
        font-weight: bold;
        max-height: none;
        overflow: auto;
    }

    .news ul li p {
        width: 100%;
        float: left;
        line-height: 1.5rem;
        font-size: .8rem;
        height: 3rem;
        overflow: hidden;
        color: rgba(0, 0, 0, .7);
        padding: .4rem 0 0 0;
    }

    .news ul li:hover span {
        color: #18d8c9;
    }

    #boxscroll2 {
        height: 18rem;
        overflow: hidden;
    }

    .lm {
        width: 100%;
        float: left;
        text-align: center;
        padding: 5% 0;
    }

    .lm img {
        width: 50%;
        height: auto;
    }

    .mtbd {
        width: 100%;
        float: left;
    }

    .mtbd ul li {
        width: 100%;
        float: left;
        font-size: .95rem;
        line-height: 2.5rem;
        overflow: hidden;
        height: 2.5rem;
        border-bottom: 1px dashed #e6e6e6;
        padding: 0 0 0 25px;
        background: url(../images/yuan.png) left center no-repeat;
    }

    .mtbd ul li b {
        color: #aaa;
        padding: 0 9px 0 0px;
    }

    .mtbd ul li:nth-child(2n) {
        float: left;
    }

    #boxscroll {
        height: 20.5rem;
        overflow: hidden;
    }

    .tabBar {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 2%;
    }

    .tabBar span {
        display: inline-block;
        width: 32%;
        text-align: center;
        background: #f1f1f1;
        font-size: .9rem;
        color: #323232;
        line-height: 2.5rem;
        cursor: pointer;
        margin: 0 2% 0 0;
        overflow: hidden;
        height: 2.5rem;
    }

    .tabBar span.current {
        background: #e83353;
        color: #fff;
    }

    .tabBar span:nth-child(3n) {
        margin: 0;
    }

    .tabBar span b {
        display: none;
    }

    .road_pic {
        width: 100%;
        height: auto;
        float: left;
    }

    .road_pic img {
        width: 100%;
        height: auto;
    }

    .road_con {
        width: 100%;
        float: left;
        height: auto;
        padding: 5% 5% 6% 7%;
    }

    .road_con span {
        text-align: right;
        margin-bottom: 0;
        height: 16px;
        overflow: hidden;
    }

    .road_con font {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .road_con p {
        width: 100%;
        float: left;
        font-size: .95rem;
        line-height: 1.75rem;
        margin-top: 1rem;
    }

    .hdpic,
    .tuji {
        display: none;
    }

    .hdpic_mob {
        width: 100%;
        overflow: hidden;
        position: relative;
        display: block;
        padding-top: 1%;
    }

    .hdpic_mob .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .hdpic_mob .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 15rem;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .hdpic_mob .swiper-wrapper img {
        width: 100%;
        height: 15rem;
    }

    .hdpic_mob .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .hdpic_mob .swiper-slide h3 {
        width: 100%;
        height: 15rem;
        position: absolute;
    }

    .hdpic_mob .swiper-slide h3 img {
        width: 100%;
        height: 15rem;
    }

    .hdpic_mob .swiper-slide h3 span {
        position: absolute;
        bottom: 0;
        width: 100%;
        float: left;
        padding: 0 5% 4% 5%;
        background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
        line-height: 1.5rem;
        font-size: 1rem;
        color: #fff;
    }

    .hdpic_mob .swiper-button-prev {
        left: 0;
        width: 32px;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1.7rem;
        z-index: 999;
        background: rgba(0, 0, 0, .6);
    }

    .hdpic_mob .swiper-button-next {
        right: 0;
        width: 32px;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1.7rem;
        z-index: 999;
        background: rgba(0, 0, 0, .6);
    }

    .footer {
        font-size: .9rem;
        line-height: 3rem;
        margin-top: 0;
    }
}


.tit_en img{width: 100%;}

.mtbd a {
    width: 80%;
    display: inline-block;
}

.mtbd i {
    float: right;
}


.itemss {
    display: block;
    width: 2px;
    margin: 0 0;
    margin-top: -40px;
    cursor: pointer;
    opacity: 0;
    transition: all 1s
  }
  
  /* 图片预览 */
  .modal {
    touch-action: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    user-select: none;
  }
  .modal > img {
    position: absolute;
    padding: 0;
    margin: 0;
    transition: all 1s;
    /* transition: all var(--delay_time); */
    transform: translateZ(0);
  }

  