@import "normalize.min.css";
@import "../js/layui/css/layui.css";
@charset "utf-8";
html, body {
    position: relative;
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.f-trs{
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000;
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.top.fixed{
    position: fixed;
}

.top.active{
    background: rgba(0, 0, 0, .3);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.top a.logo{
    display: inline-block;
    width: 150px;
    font-size: 36px;
    color: #fff;
}

.top a.logo img{
    width: 100%;
}

.top ul li{
    width: auto;
    display: inline-block;
    line-height: 50px;
    margin: 0 30px;
    font-size: 16px;
}

.top ul li a{
    color: #fff;
}

.top ul li.active{
    border-bottom: 2px solid #fe914f;
}

.section {
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.page1{
    background: url(../images/page_1_bg.jpg) no-repeat;
}

.page3, .page5, .page7{
    background: #fafafa;
}

.section .container {
    position: relative;
    height: 100%;
}

.section .container .content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.page1 .con{
    width: 637px;
    height: 637px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -318px;
    margin-top: -318px;
}

.page1 .con .con-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes quan1 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes quan1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes quan2 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes quan2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.page1 .con .con-bg-1{
    background: url(../images/quan_1.png) no-repeat;
    -webkit-animation: quan1 5s infinite linear;
    animation: quan1 5s infinite linear;
}

.page1 .con .con-bg-2{
    background: url(../images/quan_2.png) no-repeat;
    -webkit-animation: quan2 4s infinite linear;
    animation: quan2 4s infinite linear;
}

.page1 .con .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.page1 .con .txt h2{
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
}

.page1 .con .txt p{
    padding-bottom: 20px;
    font-size: 24px;
}

.page1 .con .txt a{
    display: inline-block;
    padding: 15px 30px;
    background: #fe914f;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.page1.active .con{
    -webkit-animation: zoomIn 1s .2s ease both;
    animation: zoomIn 1s .2s ease both;
}

.page1.active .con .txt{
    -webkit-animation: fadeIn 1s .8s ease both;
    animation: fadeIn 1s .8s ease both;
}

.page1 .arrow{
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -16.5px;
    -webkit-animation: fadeInDown 1s 0s ease infinite;
    animation: fadeInDown 1s 0s ease infinite;
}

.page2 .left{
    width: 370px;
    float: left;
    padding-top: 150px;
}

.section .desc h2{
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.section .desc h3{
    margin: 30px 0;
    font-size: 22px;
    color: #fe914f;
}

.section .desc p{
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.page2 .right{
    float: right;
}

.page2.active .left{
    -webkit-animation: fadeInLeft 1s .2s ease both;
    animation: fadeInLeft 1s .2s ease both;
}

.page2.active .right{
    -webkit-animation: fadeInRight 1s .2s ease both;
    animation: fadeInRight 1s .2s ease both;
}

.page3 .left{
    width: 610px;
    float: left;
    display: inline-block;
}

.page3 .left form{
    width: 610px;
    padding: 30px 30px;
    margin-top: 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
}

.page3 .left form label{
    display: block;
    width: 100%;
    float: left;
}

.page3 .left form label.monitor {
    height: 126px;
    padding: 10px;
    background: #b4b794;
    border-radius: 10px;
}

.page3 .left form label.monitor span{
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 10px 0 0;
    border: 4px solid #333;
    border-radius: 8px;
    text-align: right;
}

.page3 .left form label.monitor span img{
    width: 145px;
}

.page3 .left form label.already {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}

.page3 .left form label.already span{
    color: #fe894f;
}

.page3 .left form label.item{
    margin: 20px 0;
    font-size: 16px;
}

.page3 .left form label.item p{
    width: 25%;
    float: left;
}

.page3 .left form label.item span{
    display: inline-block;
    margin-top: 15px;
    font-size: 28px;
    font-family: arial;
    color: #fe894f;
}

.page3 .left form label.name{
    width: 45%;
    display: inline-block;
    float: right;
}

.page3 .left form label.model{
    width: 45%;
    display: inline-block;
}

.page3 .left form label.tel{
    margin: 20px 0;
}

.page3 .left form label input, .page3 .left form label select{
    width: 100%;
    height: 50px;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #eee;
}

.page3 .left form label.submit a{
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #fe894f;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.page3 .left form label.privacy{
    margin-top: 10px;
    color: #aaa;
}

.page3 .right{
    width: 350px;
    float: right;
    padding-top: 250px;
}

.page3.active .left{
    -webkit-animation: fadeInLeft 1s .2s ease both;
    animation: fadeInLeft 1s .2s ease both;
}

.page3.active .right{
    -webkit-animation: fadeInRight 1s .2s ease both;
    animation: fadeInRight 1s .2s ease both;
}

.page4 .left{
    width: 300px;
    display: inline-block;
    float: left;
    margin-left: 80px;
}

.page4 .left hr{
    width: 135px;
    height: 8px;
    border: 0;
    background: #ccc;
}

.page4 .left p{
    margin-top: 50px;
    font-size: 24px;
}

.page4 .left p span{
    font-size: 44px;
    color: #21b382;
}

.page4 .left p a{
	padding: 10px 20px;
	background: #21b382;
	color: #fff;
}

.page4 .right{
    width: 500px;
    float: right;
    margin-right: 80px;
}

.page4.active .swiper-container{
    -webkit-animation: zoomIn 1s .2s ease both;
    animation: zoomIn 1s .2s ease both;
}

.layui-block{
    margin-top: 30px;
}

.layui-form-label{
    width: 100px;
    text-align: left;
}

.layui-input-block{
    margin-left: 100px;
}

.layui-block .layui-btn{
    width: 100%;
    background: #b54a46;
}

.page5 .left{
    width: 350px;
    float: left;
    padding-top: 80px;
}

.page5 .left img{
    margin-top: 70px;
}

.page5 .right{
    float: right;
}

.page5.active .left{
    -webkit-animation: fadeInLeft 1s .2s ease both;
    animation: fadeInLeft 1s .2s ease both;
}

.page5.active .right{
    -webkit-animation: fadeInRight 1s .2s ease both;
    animation: fadeInRight 1s .2s ease both;
}

.page6 .left{
    width: 610px;
    display: inline-block;
}

.page6 .left img{
    width: 100%;
}

.page6 .right{
    width: 400px;
    float: right;
    padding-top: 140px;
}

.page6 .right a{
    display: inline-block;
    padding: 10px 30px;
    margin-top: 30px;
    background: #21b382;
    border: 1px solid #21b382;
    color: #fff;
}

.page6 .right a:hover{
    background: #fff;
    color: #21b382;
}

.page6.active .left{
    -webkit-animation: fadeInLeft 1s .2s ease both;
    animation: fadeInLeft 1s .2s ease both;
}

.page6.active .right{
    -webkit-animation: fadeInRight 1s .2s ease both;
    animation: fadeInRight 1s .2s ease both;
}

.page7 .left{
    width: 450px;
    display: inline-block;
    padding-top: 50px;
}

.page7 .left p{
    margin: 20px 0;
}

.page7 .right{
    width: 510px;
    float: right;
    text-align: center;
}

.page7 .right p{
    margin-bottom: 80px;
    font-size: 50px;
    font-family: arial;
}

.page7 .right span{
    display: inline-block;
}

.page7 .right span img{
    width: 150px;
    margin: 0 50px 20px;
}

.page7.active .left{
    -webkit-animation: fadeInLeft 1s .2s ease both;
    animation: fadeInLeft 1s .2s ease both;
}

.page7.active .right{
    -webkit-animation: fadeInRight 1s .2s ease both;
    animation: fadeInRight 1s .2s ease both;
}

.page7 .copyright{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 40px;
    background: #333;
    color: #fff;
    font-size: 14px;
}

.page7 .copyright a{
    color: #fff;
}

.red-package{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
    display: none;
}

.red-package .con{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 960px;
    height: 500px;
    margin: -252.5px 0 0 -480px;
    background: #fff;
    border-top: 5px solid #ff485a;
}

.red-package .con .title{
    padding: 25px 0;
    font-size: 20px;
}

.red-package .con .title i{
    position: absolute;
    right: -50%;
    top: 45%;
    width: 60px;
    border-top: 1px solid #333;
}

.red-package .con .title i:first-child{
    right: auto;
    left: -50%;
}

.red-package .con .title div{
    font-size: 16px;
    color: #ff485a;
}

.red-package .con form{
    padding: 0 50px;
}

.red-package .con form .check{
    height: 150px;
}

.red-package .con form .check p{
    width: 110px;
    height: 100%;
    display: inline-block;
    padding: 50px 10px 0;
    border: 1px solid #ffbc54;
    color: #ffbc54;
    font-size: 16px;
    vertical-align: top;
}

.red-package .con form .check p b{
    font-weight: bold;
}

.red-package .con form .check p span{
    display: block;
    margin-top: 20px;
    border-top: 2px solid #ff485a;
}

.red-package .con form .check label{
    position: relative;
    width: 360px;
    height: 100%;
    display: inline-block;
    margin-left: 10px;
    padding: 30px;
    background: #ff485a;
}

.red-package .con form .check label.yellow{
    background: #ffbc54;
}

.red-package .con form .check label div{
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.red-package .con form .check label span{
    position: relative;
    display: block;
    height: 100%;
    background: #fff;
}

.red-package .con form .check label b{
    display: inline-block;
    padding: 35px 0 0 35px;
    font-size: 40px;
    font-weight: bold;
    color: #ff485a;
}

.red-package .con form .check label b i{
    font-weight: normal;
    font-size: 14px;
}

.red-package .con form .check label em{
    position: absolute;
    right: 40px;
    top: 20px;
    text-align: center;
    color: #ff485a;
    font-size: 16px;
}

.red-package .con form .check label em i{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    background: #ff485a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.red-package .con form .check label input{
    display: none;
}

.red-package .con form .check label a{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #ff485a;
    text-align: center;
    display: none;
}

.red-package .con form .check label input:checked+a{
    display: inline-block;
}

.red-package .con form .input{
    margin-top: 30px;
}

.red-package .con form .input label{
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.red-package .con form .input span{
    float: left;
    padding: 10px 0;
}

.red-package .con form .input div{
    margin-left: 100px;
}

.red-package .con form .input a{
    display: inline-block;
    width: 400px;
    height: 55px;
    line-height: 55px;
    border: 0;
    background: #ff485a;
    color: #fff;
    font-size: 20px;
}

.body{
    min-width: 1200px;
}

.banner{
    position: relative;
    min-width: 1200px;
    height: 710px;
    height: 36.97917vw;
    min-height: 500px;
    background: url(../images/page_1_bg.jpg) center no-repeat;
}

.banner .con{
    width: 425px;
    height: 425px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -212.5px;
    margin-top: -212.5px;
}

.banner .con .con-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .con .con-bg-1{
    background: url(../images/quan_1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: quan1 5s infinite linear;
    animation: quan1 5s infinite linear;
}

.banner .con .con-bg-2{
    background: url(../images/quan_2.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: quan2 4s infinite linear;
    animation: quan2 4s infinite linear;
}

.banner .con .txt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.banner .con .txt h2{
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.banner .con .txt p{
    padding-bottom: 20px;
    font-size: 16px;
}

.banner .con .txt a{
    display: inline-block;
    padding: 10px 20px;
    background: #fe914f;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
}

.body-top, .body-bottom{
    margin: 100px;
    text-align: center;
}

.body-top h2, .body-bottom h2{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 5px solid #21b382;
    font-size: 30px;
}

.body-top .item, .body-bottom .item{
    line-height: 45px;
    margin-top: 50px;
    font-size: 16px;
}

.body-top .item p span{
    color: #21b382;
}

.body-bottom .item b{
    vertical-align: middle;
    font-size: 50px;
}

.body-bottom .item span{
    width: 150px;
    display: inline-block;
    margin: 0 50px;
}

.body-bottom .item span img{
    width: 100%;
}

.body .copyright{
    line-height: 40px;
    background: #333;
    color: #fff;
    font-size: 14px;
}

.body .copyright a{
    color: #fff;
}

.img-list {
    width: 1200px;
    margin: 30px auto;
}

.img-list a{
    width: 22%;
    height: 200px;
    display: inline-block;
    margin: 10px 1%;
}

.img-list a img{
    max-width: 100%;
    max-height: 100%;
}

.body dl.body-model{
    min-width: 1200px;
}

.body dl.body-model dt{
    line-height: 95px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.body dl.body-model dt a{
    display: inline-block;
    margin: 0 45px;
    border-bottom: 4px solid #fff;
    font-size: 16px;
}

.body dl.body-model dt a.active{
    border-bottom: 4px solid #21b382;
}

.body dl.body-model dd .item{
    width: 1200px;
    margin: 80px auto;
    display: none;
}

.body dl.body-model dd .item.active{
    display: block;
}

.body dl.body-model dd .item .item-top{
    line-height: 40px;
    padding: 40px;
    margin-bottom: 80px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.body dl.body-model dd .item .item-top h3{
    font-size: 16px;
    font-weight: bold;
}

.body dl.body-model dd .item .item-bottom-left{
    position: relative;
    width: 360px;
    display: inline-block;
    line-height: 40px;
    padding: 80px 40px 40px 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.body dl.body-model dd .item .item-bottom-left b{
    position: absolute;
    right: 40px;
    top: 0;
    line-height: 30px;
    padding: 10px;
    background: #21b382;
    color: #fff;
}

.body dl.body-model dd .item .item-bottom-left p em{
    font-size: 36px;
    font-weight: bold;
    color: #21b382;
}

.body dl.body-model dd .item .item-bottom-left p span{
    color: #21b382;
}

.body dl.body-model dd .item .item-bottom-left p a{
	padding: 10px 20px;
	background: #21b382;
	color: #fff;
}

.body dl.body-model dd .item .item-bottom-left form{
    margin-top: 20px;
    text-align: center;
    border-radius: 4px;
}

.body dl.body-model dd .item .item-bottom-left form input{
    display: inline-block;
    width: 190px;
    height: 30px;
    padding: 0 10px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.body dl.body-model dd .item .item-bottom-left form a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: #21b382;
    border-radius: 2px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}

.body dl.body-model dd .item .item-bottom-right{
    width: 760px;
    display: inline-block;
    float: right;
    line-height: 40px;
    padding: 40px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.body dl.body-model dd .item .item-bottom-right h3{
    font-size: 16px;
    font-weight: bold;
}

.body-center{
    padding: 40px 0;
    background: #fafafa;
}

.body-center form{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.body-center form input, .body-center form select{
    width: 300px;
    height: 40px;
    display: inline-block;
    padding: 0 15px;
    margin-left: 100px;
    border: 1px solid #ccc;
}

.body-center form input:first-child{
    margin-left: 0;
}

.body-center form textarea{
    width: 1107px;
    height: 100px;
    padding: 15px;
    margin: 40px 0;
    border: 1px solid #ccc;
}

.body-center form a{
    display: inline-block;
    padding: 10px 30px;
    background: #21b382;
    color: #fff;
}

.insurance {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.insurance .main{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 647px;
    margin: -323px 0 0 -600px;
    background: url(../images/bd.png) center no-repeat;
}

.insurance .main a.close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    background: #1fd4a2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.insurance .main a.close:hover{
    color: #f00;
}

.insurance .main form{
    position: absolute;
    left: 145px;
    top: 430px;
}

.insurance .main form label{
    display: inline-block;
    margin-right: 20px;
}

.insurance .main p{
    padding-top: 50px;
    text-align: center;
}

.insurance .main p a.submit{
    padding: 10px 40px;
    background: #1fd4a2;
    border-radius: 20px;
    color: #fff;
}