@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    /*解决chrome浏览器下字体不能小于12px*/
}

body {
    overflow-x: hidden;
    font-size: 12px;
    color: #666;
    font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

a:hover {}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}


/*设置margin和padding为0*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
a,
img,
input,
select,
button,
textarea {
    background: none;
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var，i {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

em,
i {
    font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type=date],
button,
select,
input[type=text] {
    /*去掉苹果的默认UI来渲染按钮 、解决部分手机浏览器对border：none无效办法*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

a,
input[type=text],
select,
input[type=password],
textarea {
    /*去掉微信端input-text在ios轻快下的点击出先黑色半透明背景*/
    tap-highlight-color: transparent !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
    content: '';
    width: 100%;
}


/* header */

.header {
    height: 100px;
    width: 100%;
    position: fixed;
    background: url(../images/header/hdbg.png) repeat-x center bottom;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 10;
    top: 0;
}

.header .logo {
    position: absolute;
    left: 60px;
    top: 25px;
}

.header .rtop {
    position: absolute;
    right: 60px;
    top: 0;
    height: 100px;
}

.lan {
    width: 70px;
    text-align: center;
    background: url(../images/header/hdbg.png) repeat-y left top;
}

.lan a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 100px;
    background: url(../images/header/hdbg.png) repeat-y right top;
}

.nav ul {}

.nav ul li {
    float: left;
    display: inline-block;
    text-align: center;
}

.nav ul li a {
    padding-top: 25px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}

.nav ul li i {
    display: inline-block;
}

.nav ul li i img:nth-child(1) {
    display: inline;
}

.nav ul li i img:nth-child(2) {
    display: none;
}

.nav ul li span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-size: 14px;
    padding-top: 5px;
}

.nav ul li:hover i img:nth-child(1) {
    display: none;
}

.nav ul li:hover i img:nth-child(2) {
    display: inline;
}

.nav ul li:hover span {
    color: #FFB351;
}

.fixbot {
    position: fixed;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 111;
}

.banner {
    height: 100vh;
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-radius: 12px;
    border: solid 1px #fff;
    background: none;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-radius: 12px;
    border: solid 1px #ffb351;
    background: none;
    opacity: 1;
    background: #ffb351;
}

.banner .swiperbanner {
    height: 100%;
    width: 100%;
}

.banner .swiperbanner .swiper-slide div {
    height: 100%;
}

.fixbot {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 111;
}

.share {
    padding-right: 60px;
}

.share a {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 24px;
    float: left;
}

.share a.fqq {
    background: url(../images/fb01.png) no-repeat center;
}

.share a.ffa {
    background: url(../images/fb02.png) no-repeat center;
}

.share a.fbd {
    background: url(../images/fb03.png) no-repeat center;
}

.copyright {
    color: #fff;
    padding-left: 60px;
}

.main {
    background: url('../images/s02bg.jpg') center no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.w {
    width: 1200px;
    margin: auto;
}

.ititle {
    color: #fff;
    padding-left: 40px;
    background: url(../images/itbg.png) no-repeat left 0px;
    position: relative;
    padding-bottom: 60px;
}

.ititle:before {
    width: 72px;
    height: 1px;
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
    content: '';
    background: url(../images/hdbg.png) repeat;
}

.ititle02 h2 {
    height: 26px;
    background: url(../images/it01.png)no-repeat left top;
    font-size: 26px;
    line-height: 18px;
}

.ititle strong {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.main .list {
    overflow: hidden;
}

.main .list ul {
    margin-right: -30px;
}

.main .list ul li {
    float: left;
    width: 375px;
    display: inline-block;
    margin-right: 30px;
}

.main .list ul li a {
    display: block;
}

.main .list ul li .img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.main .list ul li .img img {
    display: block;
    width: 100%;
    height: 300px;
}

.main .list ul li .txt {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    background: url(../images/gbg.png) repeat;
    box-sizing: border-box;
}

.main .list ul li .txt strong {
    display: block;
    font-weight: normal;
}

.main .list ul li .txt p {
    padding-top: 10px;
}

.main .list ul li .desc {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
    height: 78px;
}

.main .list ul li:hover .txt {
    top: 0;
    transition: all .5s;
}

.main .list ul li:hover .img img {
    transform: scale(1.1);
    transition: all .5s;
}

.product {
    background: url('../images/s03bg.jpg') center no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product .w {
    position: relative;
}

.product ul {}

.product ul li {
    overflow: hidden;
}

.product ul li .img {
    float: left;
    width: 720px;
}

.product ul li .img img {
    display: block;
    width: 100%;
    height: 420px;
}

.product ul li .txt {
    float: right;
    width: 440px;
}

.product ul li .title {
    color: #fff;
    position: relative;
    padding: 10px 0;
    line-height: 28px;
}

.product ul li .title:before,
.product .con ul li .title:after {
    background: url(../images/hdbg.png) repeat;
    position: absolute;
    left: 0;
    width: 180px;
    height: 1px;
    display: block;
    content: '';
}

.product ul li .title:before {
    top: 0;
}

.product ul li .title:after {
    bottom: 0;
}

.product ul li .title strong {
    font-size: 24px;
}

.product ul li .title h3 {
    font-size: 18px;
}

.product ul li .desc {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    color: #fff;
    margin-top: 35px;
}

.product .prev,
.product .next {
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    left: 760px;
    bottom: 0;
    z-index: 111;
}

.product .prev {}

.product .next {
    left: 814px;
}

.product .prev a,
.product .next a {
    display: block;
    width: 100%;
    height: 100%;
}

.product .prev a {
    background: url(../images/pleft.png)no-repeat;
}

.product .prev a:hover {
    background: url(../images/pleft02.png)no-repeat;
}

.product .next a {
    background: url(../images/pright.png)no-repeat;
}

.product .next a:hover {
    background: url(../images/pright02.png)no-repeat;
}

.show {
    background: url(../images/s04bg.jpg) no-repeat center / cover;
    height: 100vh;
    width: 100%;
}

.show .w {
    width: 100%;
    height: 100%;
    position: relative;
}

.show .list {
    position: absolute;
    width: 100%;
    height: 100%;
}

.show .list ul {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.show .list ul li {
    width: 33.3%;
    height: 50%;
    display: inline-block;
    position: relative;
    background: url(../images/hdbg.png) repeat-y right top;
    overflow: hidden;
}

.show .list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.show .list ul li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.show .list ul li img {
    display: block;
    width: 100%;
    height: 100%;
    top: -100%;
    opacity: 0;
    position: absolute;
    left: 0;
}

.show .list ul li .txt {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: auto;
    background: url(../images/jia.png) no-repeat center bottom;
    padding-bottom: 40px;
    text-align: center;
}

.show .list ul li .txt strong {
    display: block;
    width: 100%;
    font-size: 30px;
    font-size: 22px;
    color: #fff;
}

.show .list ul li .desc {
    display: none;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    opacity: 0;
}

.show .list ul li:hover img {
    animation: myfirst 0.6s linear;
    opacity: 1;
    animation-fill-mode: forwards;
}

.show .list ul li:hover .txt {
    background: none;
    padding-bottom: 0;
    transition: all .5s;
}

.show .list ul li:hover .txt strong {
    opacity: 0;
    transition: all .5s;
}

.show .list ul li:hover .txt .desc {
    opacity: 1;
    transition: all .5s;
    display: inline-block;
}

.show .list ul li .desc span,
.show .list ul li .desc samp {
    display: block;
    text-align: center;
}

.show .list ul li .desc span {
    font-size: 24px;
    display: inline-block;
    position: relative;
    line-height: 24px;
    padding-bottom: 3px;
}

.show .list ul li .desc samp {
    font-size: 18px;
    line-height: 18px;
}

.show .list ul li .desc span:after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes myfirst {
    0% {
        top: -100%;
    }
    25% {
        top: -75%;
    }
    50% {
        top: -50%;
    }
    75% {
        top: -25%
    }
    100% {
        top: 0;
    }
}

.partner {
    background: url('../images/s05bg.jpg') center no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.partner .w {
    padding-top: 175px;
    margin: auto;
}

.partner .more {
    width: 88px;
    height: 76px;
    left: 50%;
    margin-left: -44px;
    bottom: 80px;
    text-align: center;
    line-height: 76px;
    position: absolute;
}

.partner .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/more.png)no-repeat center top;
    font-size: 14px;
    color: #fff;
}

.fshare {
    width: 200px;
    padding-top: 25px;
}

.fshare a {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-left: 24px;
    float: left;
}

.fshare a.fqq {
    background: url(../images/fb001.png) no-repeat center top;
}

.fshare a.ffa {
    background: url(../images/fb002.png) no-repeat center;
}

.fshare a.fbd {
    background: url(../images/fb003.png) no-repeat center;
}

.footer.active .fshare {
    padding-right: 40px;
}

.footer.active .fshare a {
    width: 41px;
    height: 41px;
    background-size: cover;
}

.copyright {
    color: #fff;
    padding-left: 60px;
}

.footer {
    background: #143191;
    /**height:170px;**/
}

.footer.active {
    background: url(../images/fbg.jpg)no-repeat center top / cover;
}

.ftop {
    border-bottom: solid 1px #435aa7;
    padding: 8px 0;
}

.fcon {
    width: 750px;
    padding-top: 12px;
}

.fcon ul {}

.fcon ul li {
    width: 50%;
    float: left;
    display: inline-block;
    line-height: 32px;
}

.fcon ul li,
.fcon ul li a {
    color: #fff;
    font-size: 14px;
}

.fcon ul li:nth-child(n) {
    width: 500px;
}

.fcon ul li:nth-child(2n) {
    width: 250px;
}

.fwx {
    position: relative;
    top: 4px;
}

.fwx img {
    display: block;
    width: 90px;
    height: 90px;
}

.fbot {
    text-align: center;
    /**height:50px;line-height:50px;**/
    text-align: center;
    color: #9199c2;
    font-size: 14px;
    padding: 8px 0;
}

.fbot .warpper {
    height: 20px;
}

.fbot a:nth-child(2) {
    position: relative;
    padding-left: 20px;
}

.fbot img {
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
}

#menu {
    width: 12px;
    position: fixed;
    right: 60px;
    top: 50%;
    z-index: 111;
    margin-top: -60px;
}

#menu ul {}

#menu ul li {
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: block;
    margin: 5px auto;
}

#menu ul li a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
}

#menu ul li.active {
    background: #ffb351;
    border: solid 1px #ffb351;
}

.section004,
.section004 .fp-slide,
.section004 .fp-tableCell,
footer,
footer .fp-slide,
footer .fp-tableCell {
    height: auto !important;
}