* {
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
}

.section {
    background-size: cover !important;
    overflow: hidden;
}

.section1 {
    /* background: url(../images/1.jpg) top center; */
}

.section2 {
    background: url(../images/section2_bg.jpg) top center;
}

.section3 {
    background: url(../images/section3_bg.jpg) top center;
}

.section4 {
    background: url(../images/section4_bg.jpg) top center;
}

.section5 {
    background: url(../images/section5_bg.jpg) top center;
}

.section6 {
    background: url(../images/section6_right_bg.jpg) top right;
    background-size: auto !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-color: #fff;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background-color: #fff;
}

.section2 .container {
    width: 1433px;
    height: 751px;
    margin: auto;
}

.section2 .left {
    width: 500px;
    float: left;
    position: relative;
    z-index: 100;
    animation: fadeOutLeft 1.5s;
    animation-fill-mode: both;
}

.section2.active .left {
    animation: fadeInLeft 1.5s ease-in-out .5s;
    animation-fill-mode: both;
}

.section2 .right {
    width: calc(100% - 500px);
    float: right;
    position: relative;
    height: 660px;
}

.section2 .right .title {
    position: absolute;
    top: 0px;
    left: -370px;
    animation: fadeOutRight 1.5s;
    animation-fill-mode: both;
}

.section2.active .right .title {
    animation: fadeInRight 1.5s ease-in-out .8s;
    animation-fill-mode: both;
}

.section2 .right div {
    margin-top: 120px;
    margin-left: 290px;
    position: relative;
}

.section2 .right div a {
    margin-top: 50px;
    animation: fadeOutRight 1.5s;
    animation-fill-mode: both;
}

.section2.active .right div a {
    animation: fadeInRight 1.5s ease-in-out 1.1s;
    animation-fill-mode: both;
}

.section2 .right div p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    animation: fadeOutRight 1.5s;
    animation-fill-mode: both;
}

.section2.active .right div p:nth-child(1) {
    animation: fadeInRight 1.5s ease-in-out 1s;
    animation-fill-mode: both;
}

.section2.active .right div p:nth-child(2) {
    animation: fadeInRight 1.5s ease-in-out 1.05s;
    animation-fill-mode: both;
}

.section2 .right .title2 {
    position: absolute;
    bottom: 0px;
    left: 60px;
    animation: fadeOutRight 1s;
    animation-fill-mode: both;
}

.section2.active .right .title2 {
    animation: fadeInRight 1.5s ease-in-out 1.25s;
    animation-fill-mode: both;
}

a.more {
    display: block;
    width: 221px;
    height: 49px;
    line-height: 49px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
}

a.more:after {
    content: "";
    display: block;
    width: 56px;
    height: 9px;
    background: url(../images/more_btn_icon_1.png);
    position: absolute;
    top: 20px;
    right: 30px;
}

.section3 .container {
    width: 1280px;
    height: 455px;
    margin: auto;
}

.section3 .left {
    width: 570px;
    float: left;
}

.section3 .right {
    width: 368px;
    height: 448px;
    float: right;
}

.section3 .right ul {
    padding: 0px;
}

.section3 .right li {
    width: 102px;
    height: 448px;
    float: left;
    margin-right: 30px;
    background-color: #fff;
    list-style: none;
    box-sizing: border-box;
    padding: 30px 40px;
    transition: .5s;
    C animation: flipOutY 1.5s both;
}

.section3.active .right li:nth-child(1) {
    animation: flipInY 1.5s 2.5s both;
}

.section3.active .right li:nth-child(2) {
    animation: flipInY 1.5s 3s both;
}

.section3.active .right li:nth-child(3) {
    animation: flipInY 1.5s 3.5s both;
}

.section3 .right li a {
    text-decoration: none;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    transition: .1s;
}

.section3 .right li:hover {
    background-color: #0072cb;
}

.section3 .right li:hover a {
    color: #fff;
}

.section3 .right li:last-child {
    margin-right: 0px;
}

.section3 .left h1 {
    color: #fff;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    animation: flipOutX 1.5s both;
}

.section3.active .left h1 {
    animation: flipInX 1.5s 1s both;
}

.section3 .left .p2 {
    margin-top: 25px;
    margin-bottom: 50px;
}

.section3 .left p {
    font-size: 24px;
    color: #fff;
    opacity: 0.5;
    margin: 0px;
    animation: flipOutX 1.5s both;
    text-transform: uppercase;
}

.section3.active .left p {
    animation: flipInX 1.5s 2s both;
}

.section3 .left .p2 p {
    font-size: 18px;
}

.section3 .left a.more {
    animation: flipOutX 1.5s both;
}

.section3.active .left a.more {
    animation: flipInX 1.5s 2.5s both;
}

.section4 .container {
    width: 1330px;
    height: 528px;
    margin: auto;
}

.section4 .w-title {
    text-align: center;
    animation: bounceOutUp 1.5s both;
}

.section4.active .w-title {
    animation: bounceInDown 1.5s 1s both;
}

.section4 .w-title h1 {
    margin: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}

.section4 .w-title span {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.section4 .w-content {
    margin-top: 70px;
    animation: bounceOutUp 1.5s both;
}

.section4.active .w-content {
    animation: bounceInDown 1.5s 1.5s both;
}

.section4 .w-content ul {
    padding: 0px;
}

.section4 .w-content ul:after {
    content: "";
    display: block;
    clear: both;
}

.section4 .w-content ul li {
    list-style: none;
    width: 414px;
    margin-right: 43px;
    float: left;
}

.section4 .w-content ul li img {
    width: 414px;
    height: 142px;
}

.section4 .w-content ul li .title {
    line-height: 40px;
}

.section4 .w-content ul li .title a {
    color: #fff;
    fotn-size: 16px;
    text-decoration: none;
}

.section4 .w-content ul li p {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    opacity: 0.5;
    margin: 0px;
}

.section4 .w-content ul li:last-child {
    margin-right: 0px;
}

.section4 .w-content div.more {
    margin-top: 70px;
}

.section4 .w-content div.more a {
    margin: auto;
    animation: bounceOutUp 1.5s both;
}

.section4.active .w-content div.more a {
    animation: bounceInDown 1.5s 2s both;
}

.section5 .container {
    width: 1326px;
    height: 328px;
    margin: auto;
}

.section5 .left {
    width: 521px;
    height: 474px;
    float: left;
    position: relative;
	animation: bounceOutLeft 1.5s both;
}

.section5 .left:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/section5_pic_1.png);
    animation: w-ani-rotate 30s linear infinite;
}

@keyframes w-ani-rotate {
    from {
        transform: roate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.section5 .left h1 {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 0px;
    font-size: 48px;
    margin-top: 150px;
    margin-left: 110px;
}

.section5 .left p {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 0px;
    font-size: 24px;
    margin-top: 10px;
    margin-left: 110px;
    opacity: 0.5;
    text-transform: uppercase;
}

.section5 .left a {
    margin-left: 110px;
    position: relative;
    z-index: 20;
    margin-top: 40px;
}

.section5 .right {
    width: 708px;
    height: 306px;
    float: right;
    position: relative;
    top: 80px;
}

.section5 .right ul {
    margin: 0px;
    padding: 0px;
}

.section5 .right ul li {
    list-style: none;
    margin-bottom: 15px;
	animation:bounceOutRight 1.5s both;
}

.section5 .right ul li .pic {
    width: 117px;
    height: 89px;
    float: left;
}

.section5 .right ul li .title {
    width: calc(100% - 117px - 20px);
    margin-left: 20px;
    float: left;
}

.section5 .right ul li:after {
    content: "";
    display: block;
    clear: both;
}

.section5 .right ul li .title .p1 {
    margin-bottom: 10px;
}

.section5 .right ul li .title .p1 a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.section5 .right ul li .title .p1 a:hover {
    text-decoration: underline;
}

.section5 .right ul li .title .p1 span {
    float: right;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}

.section5 .right ul li .title .p2 {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    line-height: 22px;
    font-weight: normal;
    font-family: microsoft yahei;
}

.section5.active .left {
	animation: bounceInLeft 1.5s 2s both;
}

.section5.active .right ul li:nth-child(1) {
    animation:bounceInRight 1.5s 2s both;
}

.section5.active .right ul li:nth-child(2) {
    animation:bounceInRight 1.5s 2.2s both;
}

.section5.active .right ul li:nth-child(3) {
    animation:bounceInRight 1.5s 2.4s both;
}

.section6 .left {
    width: 50vw;
    height: 100vh;
    background: url(../images/section6_left_bg.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.section6 .left .container {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.section6 .left .w-title {
    text-align: center;
	animation: bounceOutDown 1.5s both;
}

.section6 .left .w-title h1 {
    font-size: 30px;
    margin: 0px;
    font-weight: normal;
}

.section6 .left .w-title p {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0.5;
}

.section6 .left .w-content {
    margin-top: 57px;
	animation: bounceOutDown 1.5s both;
}

.section6 .left .w-content .p1 {
    border-top: 1px solid #8f9496;
    border-bottom: 1px solid #8f9496;
}

.section6 .left .w-content .p1 div {
    width: calc(100% / 3);
    float: left;
    height: 126px;
    padding: 20px 0px;
    text-align: center;
}

.section6 .left .w-content .p1 div:nth-child(1) p:before {
    content: "";
    display: block;
    width: 39px;
    height: 34px;
    background: url(../images/icon_2.png) top center no-repeat;
    margin: auto;
    margin-bottom: 6px;
}

.section6 .left .w-content .p1 div:nth-child(2) p:before {
    content: "";
    display: block;
    width: 39px;
    height: 34px;
    background: url(../images/icon_3.png) top center no-repeat;
    margin: auto;
    margin-bottom: 6px;
}

.section6 .left .w-content .p1 div:nth-child(3) p:before {
    content: "";
    display: block;
    width: 39px;
    height: 34px;
    background: url(../images/icon_4.png) top center no-repeat;
    margin: auto;
    margin-bottom: 6px;
}

.section6 .left .w-content .p1 div p {
    font-size: 14px;
}

.section6 .left .w-content .p1 div b, .section6 .left .w-content .p1 div a {
    display: block;
    margin-top: 7px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.section6 .left .w-content .p1 div a:hover {
    text-decoration: underline;
}

.section6 .left .w-content .p1 div:nth-child(2) {
    width: calc(100% / 3 - 2px);
    border-left: 1px solid #8f9f96;
    border-right: 1px solid #8f9f96;
}

.section6 .left .w-content .p1:after {
    content: "";
    display: block;
    clear: both;
}

.section6 .left .w-content .p2 {
    text-align: center;
    margin-top: 66px;
}

.section6 .left .w-content .p2 img{
	width: 153px;
	height: 153px;
}

.section6 .left .w-content .p2 span {
    display: block;
    font-size: 14px;
}

.section6 .right {
    width: 50vw;
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
	animation: bounceOutDown 1.5s both;
}

.section6.active .left .w-title {
    animation: bounceInUp 1.5s 2s both;
}

.section6.active .left .w-content {
    animation: bounceInUp 1.5s 2s both;
}

.section6.active .right {
    animation: bounceInUp 1.5s 2s both;
}


#c_complaintPage_detail-15145389484725157 {
    display: none;
}

.wd .pagebox {
    display: none !important;
}

.section6 .right a {
    color: #fff;
}

.section6 .right a:hover {
    text-decoration: underline;
}

.section1 .container {
    width: 434px;
    height: 434px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-434px / 2);
    margin-top: calc(-434px / 2);
    z-index: 100;
    transform-style: perspective-3d;
}

.section1 .container .circle {
    width: 434px;
    height: 434px;
    position: absolute;
    top: 0px;
    left: 0px;
    perspective-origin: 50% 50%;
    z-index: 100;
}

.section1 .container .circle span {
    width: 434px;
    height: 434px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: w-ani-banner-circle 15s linear infinite;
    perspective-origin: 10% 10%;
    -webkit-perspective-origin: 10% 10%;
    perspective: 900;
    -webkit-perspective: 900;
}

.section1 .container .circle span:nth-child(2) {
    animation-delay: 5s;
}

.section1 .container .circle span:nth-child(3) {
    animation-delay: 10s;
}

@keyframes w-ani-banner-circle {
    from {
        transform: rotateY(360deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

.section1 .container .words {
    margin-top: 70px;
    text-align: center;
}

.section1 .container .words div:nth-child(2) {
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px 3px #888;
    margin-top: 10px;
}

.section1 .container .words div:nth-child(3) {
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 2px 3px #888;
}

.section1 .container .words div:nth-child(3) span {
    font-size: 0px;
    text-indent: -2222em;
    display: inline-block;
    margin: 0px 15px;
    width: 5px;
    height: 5px;
    background: #fff;
    transform: rotate(45deg);
    position: relative;
    top: -7px;
}

.c_ebizads_banner-73003 #w-full-banner .btns {
    width: 10px;
    left: 16px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.c_ebizads_banner-73003 #w-full-banner .btns span {
    width: 4px;
    height: 19px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.c_ebizads_banner-73003 #w-full-banner .btns span.current {
    width: 4px;
    height: 56px;
    opacity: 1;
}

.section1 .tip {
    width: 18px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -9px;
    z-index: 100;
}

.section1 .tip:before {
    content: "";
    display: block;
    width: 3px;
    height: 7px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    left: 6px;
    top: 8px;
    animation: w-ani-banner-tip 3s infinite;
}

@keyframes w-ani-banner-tip {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    70% {
        transform: translateY(5px);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

#menu-icon-wrapper {
    position: fixed;
    top: 8px;
    right: 17px;
    display: inline-block;
    width: 34px;
    height: 34px;
    pointer-events: none;
    transition: transform .4s;
    -webkit-transition: -webkit-transform .4s;
    z-index: 111100;
}

#menu-icon-wrapper {
    top: 10px;
    right: 30px;
    width: 50px;
    height: 50px;
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    transform: scale(.1);
    -webkit-transform: scale(.1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.menu-icon-wrapper svg {
    top: -35px;
    left: -35px;
    transform: scale(.12);
    -webkit-transform: scale(.12);
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.menu-icon-wrapper svg path {
    stroke: #FFF;
    stroke-width: 36px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    visibility: hidden;
}

.nav.show {
    visibility: visible;
}

.nav .bg {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: -100vh;
    left: 0;
    background: url(../images/section2_bg.jpg) top center;
    font-size: 0px;
    text-indent: -2222em;
    transition: 1s;
    transition-delay: .4s;
}

.nav.show .bg {
    top: 0px;
    transition-delay: 0.5s;
}

.nav .container {
    width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -284.5px;
    margin-left: -250px;
}

.nav .container .logo {
    text-align: center;
    opacity: 0;
    position: relative;
    top: 250px;
    transition: 1s;
}

.nav.show .container .logo {
    top: 0px;
    opacity: 1;
    transition-delay: 1s;
}

.nav .container .list {
    margin-top: 50px;
}

.nav .container .list a {
    width: 300px;
    margin: auto;
    display: block;
    text-align: center;
    line-height: 60px;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    position: relative;
    font-size: 14px;
    letter-spacing: 4px;
    z-index: 2;
    overflow: hidden;
    color: #fff;
    transition: 2s;
    opacity: 0;
    top: 250px;
    transition: 1s;
}

.nav.show .container .list a {
    top: 0px;
    opacity: 1;
}

.nav.show .container .list a:nth-child(1) {
    transition-delay: 1.2s;
}

.nav.show .container .list a:nth-child(2) {
    transition-delay: 1.3s;
}

.nav.show .container .list a:nth-child(3) {
    transition-delay: 1.4s;
}

.nav.show .container .list a:nth-child(4) {
    transition-delay: 1.5s;
}

.nav.show .container .list a:nth-child(5) {
    transition-delay: 1.6s;
}

.nav.show .container .list a:nth-child(6) {
    transition-delay: 1.7s;
}

.nav.show .container .list a:nth-child(7) {
    transition-delay: 1.8s;
}

.nav .container .list a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #749db9;
    content: "";
    z-index: -1;
    display: block;
    transition: 1s;
    transform: translateX(-100%);
}

.nav .container .list a:hover:before {
    transform: translateX(0px);
}

.nav .container .list a:hover {
    color: #fff;
}
