
.container:nth-of-type(odd) {
    background: #fff;
}
.container:nth-of-type(even) {
    background: #f8f8f8;
}
.title.no_desc {
    font-size: 36px;
	font-weight: bold;
    color: #333333;
    text-align: center;
}
.title.no_desc h2 {
    font-size: 1em;
}
.title.no_desc .line {
    width: 55px;
	height: 2px;
    background: #946f5b;
    margin: 0 auto;
    margin-top: 25px;
}
a {
    display: block;
}


.container {
    padding: 70px 0;
}
.container .main {
    margin-top: 50px;
}






.container {
    overflow: hidden;
}





.page1 li {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
}
.page1 li:nth-of-type(2),.page1 li:nth-of-type(6){
    animation-delay: .2s;
}
.page1 li:nth-of-type(3),.page1 li:nth-of-type(7){
    animation-delay: .4s;
}
.page1 li:nth-of-type(4),.page1 li:nth-of-type(8){
    animation-delay: .6s;
}

.page1 li:nth-of-type(5),
.page1 li:nth-of-type(6),
.page1 li:nth-of-type(7),
.page1 li:nth-of-type(8) {
    margin-bottom: 0;
}
.page1 li:hover .picture_icon {
    color: #fff;
    background: #b68348;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.page1 li:hover .explain_title {
    color: #b68348;
}
.page1 li .picture_icon {
    width: 140px;
	height: 140px;
    background: #f6f6f6;
    border-radius: 50%;
    line-height: 140px;
    font-size: 50px;
    color: #b68348;
    margin: 0 auto;
}
.page1 li:nth-of-type(6) .picture_icon {
    font-size: 64px;
}
.page1 li:nth-of-type(7) .picture_icon span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.page1 li .explain_title {
    font-size: 24px;
	font-weight: normal;
    color: #333333;
    margin: 10px 0 5px;
}
.page1 li .explain_content {
    font-size: 16px;
	line-height: 30px;
    color: #333333;
    width: 60%;
    margin: 0 auto;
}



.page2 .explain_content {
    font-size: 22px;
	line-height: 24px;
    color: #444444;
    text-align: center;
    margin-bottom: 55px;
}
.page2 .bg {
    height: 570px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/JS9FH1OPUIOoJ0IGHRNnDIAHHDpsDy1G.jpg);
}




.page3 .main>.explain_content {
    font-size: 22px;
	line-height: 24px;
    color: #444444;
    text-align: center;
}
.page3 ul {
    margin-top: 50px;
}
.page3 li {
    width: 24%;
    background: #f8f8f8;
    height: 340px;
    text-align: center;
    padding-top: 45px;
    position: relative;
    margin-bottom: 210px;
}
.page3 li:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.page3 li:hover .picture_container {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.page3 li:not(:last-child) {
    margin-right: 1%;
}
.page3 li .explain_title {
    font-size: 24px;
	letter-spacing: 1px;
	color: #333333;
}
.page3 li .explain_content {
    width: 84%;
    font-size: 16px;
	line-height: 30px;
    color: #666666;
    margin: 0 auto;
    margin-top: 15px;
}
.page3 li .picture_container {
    position: absolute;
    width: 280px;
    height: 320px;
    top: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;
}





.page4 .wide {
    overflow: visible;
}
.page4 .left {
    float: left;
    text-align: right;
    width: 33%;
    transition: all .5s;
}
.page4 .left:hover{
    transform: translate(8px, 0);
}
.page4 .left:hover .explain_content{
    color: #b58247;
}
.page4 .right {
    float: right;
    text-align: left;
    width: 33%;
    transition: all .5s;
}
.page4 .right:hover{
    transform: translate(-8px, 0);
}
.page4 .right:hover .explain_content{
    color: #b58247;
}

.page4 .explain_title {
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #b58247;
}
.page4 .explain_content {
    margin-top: 10px;
    font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.page4 ul {
    position: relative;
}
.page4 li {
    position: absolute;
    z-index: 10;
    margin: 0 auto;
}
.page4 li:nth-child(1) {
    width: 90%;
    top: 0;
    left: 5%;
}
.page4 li:nth-child(2) {
    top: 170px;
}
.page4 li:nth-child(3) {
    top: 365px;
}
.page4 li:nth-child(2) .right,
.page4 li:nth-child(3) .right {
    width: 25%;
}
.page4 li:nth-child(2) .left,
.page4 li:nth-child(3) .left {
    width: 25%;
}
.page4 li:nth-child(4) {
    width: 90%;
    left: 5%;
    top: 550px;
}
.page4 .bg {
    height: 570px;
    width: 100%;
    display: inline-block;
    margin: 40px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/JS9FH1OPUIOoJ0IGHRNnDIAHHDRsDy1G.jpg);
}





.page5 li {
    width: 19%;
    height: 300px;
    background: #f8f8f8;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page5 li:hover {
    background: #b58247;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.page5 li:hover .picture_icon {
    top: 220px;
    color: #fff;
    opacity: 0.6;
}
.page5 li:hover .explain {
    top: 60px;
    color: #fff;
}
.page5 li:hover .explain_content {
    opacity: 1;
}
.page5 li:not(:nth-child(5n)) {
    margin-right: 1%;
}
.page5 li .picture_icon {
    font-size: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    color: #b58247;
}
.page5 li .explain {
    position: absolute;
    left: 0;
    right: 0;
    top: 190px;
    color: #333333;
}
.page5 li .explain_title {
    font-size: 24px;
	letter-spacing: 1px;
	color: inherit;
}
.page5 li .explain_content {
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
    color: inherit;
    opacity: 0;
}







.page6 .picture_container {
    width: 680px;
    height: 600px;
    border-radius: 20px 0px 20px 0px;
    margin-right: 40px;
}
.page6 li {
    margin-bottom: 30px;
}
.page6 .step {
    float: left;
    width: 40px;
	height: 36px;
	background: #b58247;
    border-radius: 1px 8px 8px 8px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    transition: all .5s;
}
.page6 li:hover .step{
    border-radius: 50%;
}
.page6 li:hover .explain_content{
    transform: translate(-4px, 0);
    color: #b58247;
}

.page6 .explain_content {
    float: left;
    font-size: 16px;
    color: #424242;
    line-height: 36px;
    margin-left: 25px;
    transition: all .5s;
}
.page6 .pendant {
    position: absolute;
    width: 35px;
	height: 35px;
	background: #ffffff;
	box-shadow: 0px 3px 3px 0px 
		rgba(84, 45, 0, 0.2);
    border: solid 3px #b58247;
    border-radius: 50%;
    top: 0;
    left: 0;
}








div.container.page7 {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/JS9FH1OPUIOoJ0IGHRNnDIAHHDVsJRAG.jpg);
    padding-bottom: 0;
}

#page7.absolute-anchor{
    top: 0;
}

.page7 .wide .pendant {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
	box-shadow: 0px 3px 3px 0px 
		rgba(84, 45, 0, 0.2);
    border: solid 3px #b58247;
    top: -17px;
}
.page7 .wide .pendant:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100px;
    border-left: 2px dotted #fff;
    left: 14px;
    top: -103px;
}
.page7 .wide .pendant_left {
    left: 120px;
}
.page7 .wide .pendant_right {
    right: 120px;
}
.page7 .wide {
    position: relative;
    padding-top: 60px;
    height: 100%;
    background: rgba(255,255,255,0.9);
    overflow: visible;
}
.page7 .wide .main {
    margin-top: 70px;
}
.page7 .wide ul {
    padding: 0 70px;
    position: relative;
}
.page7 .wide li {
    text-align: center;
    position: relative;
}
.page7 .wide li.line {
    position: absolute;
    height: 0;
    left: 155px;
    right: 155px;
    top: 106px;
    border-top: 1px dotted #e5e5e5;
}
.page7 .wide .picture_icon {
    font-size: 60px;
    color: #b58247;
}
.page7 .wide li:nth-child(2) .picture_icon span {
    display: inline-block;
    transform: scale(1.2);
}
.page7 .wide li:nth-child(7) .picture_icon span {
    display: inline-block;
    transform: scale(1.1) translateY(-5px);
}
.page7 .wide .explain_content {
    font-size: 16px;
    color: #424242;
    margin-top: 75px;
}
.page7 .wide .step {
    font-size: 24px;
    color: #aaaaaa;
    margin-top: 20px;
}
.page7 .wide .dot {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50%;
    z-index: 10;
}
.page7 .wide .dot span {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: #cecece;
    margin: auto;
}
.page7 .wide .dot i {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255,196,18,0.2);
    margin: auto;
}
.page7 .wide li:hover .dot i {
    width: 25px;
    height: 25px;
}
.page7 .wide li:hover .dot span {
    background: #ffcc00;
}
.page7 .wide li:hover .picture_icon {
    transform: translateY(-10px);
}
.page7 .wide .details_consult {
    display: inline-block;
    width: 280px;
	height: 56px;
	border-radius: 28px;
    border: solid 1px #dcdcdc;
    background: none;
    line-height: 56px;
    font-size: 20px;
	letter-spacing: 2px;
    color: #666666;
    margin: 80px auto 100px;
}
.page7 .wide .details_consult:hover {
    background: #b58247;
    color: #fff;
    border-color: #b58247;
}










.page8 {
    padding-bottom: 150px;
}
#certify {
    position: relative;
}
#certify .swiper-slide {
    width: 780px;
	height: 485px;
    background: #f4f4f4;
}
#certify  .swiper-slide img{
    width: 100%;
}
#certify .swiper-slide a {
    display: block;
    height: 100%;
    background: #f4f4f4;
}
#certify .swiper-slide a img {
    max-height: none;
}
#certify .swiper-button {
    width: 52px;
	height: 52px;
	background: #ffffff;
    border: solid 1px #dcdcdc;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
    margin: 0;
    top: auto;
    bottom: -170px;
}
#certify .swiper-button:not([class*=disable]):hover {
    background: #c99361;
    color: #fff;
    border-color: #c99361;
}
#certify .swiper-button span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#certify .swiper-button-prev span {
    transform: translateY(-1px);
}
#certify .swiper-button-prev {
    left: 45%
}
#certify .swiper-button-next {
    right: 45%
}

.page8 .explain_content {
    text-align: center;
    font-size: 18px;
	line-height: 34px;
    color: #333333;
    margin-top: 20px;
}









.page9 .form .form_title {
    text-align: center;
    font-size: 16px;
	line-height: 30px;
    color: #333333;
    margin-bottom: 50px;
}
.page9 .form .form_title strong {
    font-size: 24px;
	font-weight: bold;
    color: #b58247;
    margin-left: 20px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    display: inline-block;
}
.page9 .form .form_title strong .iconfont {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    margin-right: 8px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.page9 .form label {
    width: 945px;
    margin: 0 auto;
    margin-bottom: 18px;
}
.page9 .form label:last-child {
    margin-bottom: 0px;
}
.page9 .form label input,
.page9 .form label textarea {
    padding: 0 25px;
    font-size: 14px;
    color: #666;
    height: 50px;
    border: solid 1px #bbb9b9;
    box-sizing: border-box;
}
.page9 .form label input::-webkit-placeholder,
.page9 .form label textarea::-webkit-placeholder {
    font-size: 14px;
	color: #c9c9c9;
}
.page9 .form label input::placeholder,
.page9 .form label textarea::placeholder {
    font-size: 14px;
	color: #c9c9c9;
}
.page9 .form label:nth-of-type(1) input {
    width: 49%;
}
.page9 .form label:nth-of-type(1) input:nth-of-type(2) {
    margin-left: 2%;
}
.page9 .form label:nth-of-type(2) input {
    width: 100%;
}
.page9 .form label:nth-of-type(3) textarea {
    width: 100%;
    padding: 15px 25px;
    height: 230px;
}
.page9 .form label button {
    display: block;
    width: 200px;
    height: 46px;
    margin: 0 auto;
    background: #b58247;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
}








/* menu */
#menu {
    position: absolute;
    left: 3.5%;
    top: 70px;
    height: 500px;
    z-index: 1000;
    border-left: 1px dotted #9f7b68;
    font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #666666;
}
#menu a {
    display: block;
    position: relative;
    margin: 40px 0;
    padding-left: 25px;
}
#menu a:nth-of-type(1) {
    margin-top: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#menu a:nth-last-of-type(1) {
    margin-bottom: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
#menu a:hover,
#menu a.active {
    color: #a97c46;
}
#menu a:hover i,
#menu a.active i {
    background: #b8884f;
}
#menu a:hover i:before,
#menu a.active i:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    margin: auto;
    background: rgba(211,171,102,0.3);
    z-index: -1;
}
#menu i {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bfbfbf;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#menu i {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bfbfbf;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#menu a i:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    background: rgba(211,171,102,0.3);
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container{
    position: relative;
}

.absolute-anchor{
    position: absolute;
    top: -60px;
    height: 60px;
    z-index: -1;
}
.big-container{
    position: relative;
}



/* 营销支持 */
@keyframes moveImg{
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(-5px, -5px);
    }
    50%{
        transform: translate(0, 0);
    }
    75%{
        transform: translate(5px, 5px);
    }
    100%{
        transform: translate(0, 0);
    }
}

@keyframes move2{
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(0, -7px);
    }
    50%{
        transform: translate(0, 0);
    }
    75%{
        transform: translate(0, 7px);
    }
    100%{
        transform: translate(0, 0);
    }
}

@keyframes move3{
    0%{
        transform: translate(0, 0);
    }
    50%{
        transform: translate(10px, -10px);
    }
    100%{
        transform: translate(0, 0);
    }
}

@keyframes move4{
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(8px, -8px);
    }
    50%{
        transform: translate(0, 0);
    }
    75%{
        transform: translate(-8px, 8px);
    }
    100%{
        transform: translate(0, 0);
    }
}

@keyframes move5{
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(0, -14px);
    }
    50%{
        transform: translate(0, 0);
    }
    75%{
        transform: translate(0, 14px);
    }
    100%{
        transform: translate(0, 0);
    }
}

@keyframes move6{
    0%{
        transform: translate(0, 0);
    }
    50%{
        transform: translate(20px, 14px);
    }
    100%{
        transform: translate(0, 0);
    }
}

@keyframes move7{
    0%{
        transform: translate(0, 0);
    }
    50%{
        transform: translate(-20px, 14px);
    }
    100%{
        transform: translate(0, 0);
    }
}

.page2-con{
    position: relative;
    text-align: center;
}
.page2-con .hide-img{
    display: none;
}
    
.page2-con .abso-img{
    position: absolute;
}
.page2-con .center-img, .page2-con .center-text{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page2-con .center-img{
    width: 38.2%;
}

.center-text{
    width: 11.8%;
}

.page2-con .arr-img1, .page2-con .arr-img2{
    opacity: 0;
    transition: all 1s;
    transition-delay: 1.6s;
}

.page2-con .arr-img1{
    width: 24.7%;
    top: -140%;
    left: 50%;
    transform: translate(-50%, 100%);
}
.page2-con .arr-img2{
    width: 24.7%;
    bottom: -140%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.page2-con .img1,.page2-con .img2{
    top: 17%;
}
.page2-con .img1{
    left: 14.6%;
    width: 8.2%;
    animation: move3 3s linear infinite;
}
.page2-con .img2{
    width: 6.9%;
    left: 28%;
    animation: move4 3.4s linear infinite;
}
.page2-con .img3{
    width: 6%;
    top: 12.7%;
    right: 32.3%;
    animation: moveImg 4s linear infinite;
}
.page2-con .img4{
    width: 7.2%;
    top: 19.5%;
    right: 20.7%;
    animation: moveImg 4s linear .7s infinite;
}
.page2-con .img5{
    width: 9.4%;
    top: 36%;
    left: 7.7%;
    animation: move2 4s linear infinite;
}
.page2-con .img6{
    width: 6.7%;
    bottom: 36.8%;
    right: 23%;
    animation: move5 4s linear infinite;
}
.page2-con .img7{
    width: 10.2%;
    top: 36%;
    right: 7.7%;
    animation: move2 4s linear infinite;
}
.page2-con .img8{
    width: 6.37%;
    bottom: 23.6%;
    left: 17.3%;
    animation: move6 3.4s linear infinite;
}
.page2-con .img9{
    width: 7.3%;
    bottom: 13.7%;
    left: 28.5%;
    animation: move6 3.4s linear .4s infinite;
}
.page2-con .img10{
    width: 5.9%;
    bottom: 12.8%;
    right: 26.9%;
    animation: move7 3.4s linear infinite;
}
.page2-con .img11{
    width: 6.7%;
    bottom: 15.6%;
    right: 14.7%;
    animation: move7 3.4s linear .4s infinite;
}

@keyframes opacity021{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.arrMove{
    animation: opacity021 1.5s ease-out 1.2s backwards;
}
.arrMove .arr-img1, .arrMove .arr-img2{
    opacity: 1;
    transform: translate(-50%, 0);
}

@keyframes rotate360{
    0%{
        transform: translate(-50%, -50%) rotate(0);
    }
    100%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.rotate360{
    animation: rotate360 1.5s ease-out backwards;
}


/* 营销支持 end */



@media screen and (max-width: 1600px) {
    #menu{
        top: 90px;
        left: 50%;
        bottom: auto;
        border-left: 0;
        height: auto;
        width: 1400px;
        transform: translate(-50%, 50px);
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }
    #menu i{
        display: none;
    }
    #menu a{
        margin: 0 14px 0 0;
        padding-left: 0;
        display: inline-block;
        color: #fff;
    }
    #menu a:nth-of-type(1){
        transform: translateY(0);
    }
    #menu a:nth-last-of-type(1){
        transform: translateY(0);
    }
}

@media screen and (max-width: 1400px) {
    .wide {
        padding: 0 15px;
        width: 100%;
    }

    #menu {
        width: 100%;
        padding: 0 15px;
    }


    .container {
        padding: 60px 0;
    }
    .container .main {
        margin-top: 45px;
    }
    .title.no_desc {
        font-size: 32px;
    }
    .title.no_desc .line {
        margin-top: 20px;
    }


    /* page4 */
    .page4 ul li {
        position: static;
        width: 100% !important;
        display: flex;
        margin-bottom: 10px;
    }
    .page4 ul li .left,
    .page4 ul li .right {
        position: static;
        width: 49.5% !important;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
    }
    .page4 ul li .left {
        margin-right: 1%;
    }
    .page4 .bg {
        display: none;
    }



    /* page6 */
    .page6 .content {
        display: block;
        position: relative;
        
    }
    .page6 ul {
        background: rgba(255,255,255,0.7);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        height: 452px;
        padding: 40px;
        border-radius: 20px;
    }
    .page6 li {
        margin-bottom: 20px;
    }
    .page6 li:nth-last-child(1) {
        margin-bottom: 0;
    }
    



    /* page7 */
    div.container.page7 {
        background: none;
    }
    .page7 .wide .pendant {
        display: none;
    }
    .page7 .wide {
        padding: 0;
    }



    /* page8 */
    .page8 {
        padding-bottom: 120px;
    }
    #certify .swiper-slide {
        width: 55.7%;
        height: auto;
        background: #f4f4f4;
    }
    #certify  .swiper-slide img{
        width: 100%;
    }
    #certify .swiper-slide a {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 62.1%;
        background: none;
    }
    #certify .swiper-button-prev {
        left: 45%
    }
    #certify .swiper-button-next {
        right: 45%
    }
    
    .page8 .explain_content {
        font-size: 18px;
        line-height: 34px;
        margin-top: 15px;
    }



    
}

@media screen and (max-width: 1199px) {
    .container {
        padding: 40px 0;
    }
    .container .main {
        margin-top: 30px;
    }
    .title.no_desc {
        font-size: 26px;
    }
    .title.no_desc .line {
        margin-top: 10px;
    }


    /* page3 */
    .page3 .main>.explain_content {
        font-size: 16px;
        line-height: 22px;
    }
    .page3 li .explain_title {
        font-size: 20px;
    }
    .page3 li:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .page3 li:hover .picture_container {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .page3 ul {
        margin-top: 20px;
    }
    .page3 li {
        width: 49.5%;
        height: auto;
        padding-top: 0;
        margin-bottom: 0;
        margin-bottom: 10px;
        padding: 10px 10px 15px;
    }
    .page3 li:not(:last-child) {
        margin-right: 0;
    }
    .page3 li:nth-of-type(2n) {
        margin-left: 1%;
    }
    .page3 li .explain_content {
        width: 96%;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        margin: 0 auto;
        margin-top: 8px;
    }
    .page3 li .picture_container {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        background: none;
        margin-bottom: 15px;
    }
    .page3 li .picture_container img {
        position: static;
    }



    /* page7 */
    .page7 .wide .main {
        margin-top: 40px;
    }
    .page7 .wide ul {
        padding: 0 15px;
        position: relative;
    }
    .page7 .wide li {
        text-align: center;
        position: relative;
    }
    .page7 .wide li.line {
        display: none;
    }
    .page7 .wide .picture_icon {
        font-size: 60px;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        line-height: 80px;
        font-size: 40px;
        color: #b58247;
        background: #f4f4f4;
        border-radius: 50%;
    }
    .page7 .wide .explain_content {
        font-size: 14px;
        margin: 0 auto;
        margin-top: 15px;
        width: 90%;
    }
    .page7 .wide .step {
        display: none;
    }
    .page7 .wide .dot {
        display: none;
    }
    .page7 .wide .details_consult {
        width: 160px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 16px;
        margin: 40px auto;
    }




    /* page8 */
    .page8 {
        padding-bottom: 105px;
    }
    #certify .swiper-slide {
        width: 55.7%;
        height: auto;
        background: none;
    }
    #certify .swiper-button {
        bottom: -140px;
    }
    #certify .swiper-button-prev {
        left: 44%
    }
    #certify .swiper-button-next {
        right: 44%
    }
    
    .page8 .explain_content {
        font-size: 16px;
        line-height: 26px;
        margin-top: 15px;
    }


    /* page9 */
    .page9 .form .form_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .page9 .form .form_title strong {
        font-size: 24px;
        margin-left: 20px;
    }
    .page9 .form label {
        width: 100%;
        margin-bottom: 15px;
    }
    .page9 .form label input,
    .page9 .form label textarea {
        padding: 0 20px;
        font-size: 14px;
        height: 50px;
    }
    .page9 .form label:nth-of-type(1) input {
        width: 49.5%;
    }
    .page9 .form label:nth-of-type(1) input:nth-of-type(2) {
        margin-left: 1%;
    }
    .page9 .form label:nth-of-type(2) input {
        width: 100%;
    }
    .page9 .form label:nth-of-type(3) textarea {
        width: 100%;
        padding: 15px 20px;
        height: 230px;
    }
    .page9 .form label button {
        width: 200px;
        height: 42px;
        margin-top: 15px;
    }
    
}
@media screen and (max-width: 1024px) {
    #menu {
        display: none;
    }

    .container {
        padding: 30px 0;
    }
    .container .main {
        margin-top: 25px;
    }
    .title.no_desc {
        font-size: 22px;
    }
    .title.no_desc .line {
        margin-top: 8px;
    }

    /* page1 */
    .page1 li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }
    .page1 li:nth-of-type(5),
    .page1 li:nth-of-type(6) {
        margin-bottom: 20px;
    }
    .page1 li .explain_title {
        font-size: 18px;
        margin: 10px 0 5px;
    }
    .page1 li .explain_content {
        font-size: 14px;
        line-height: 20px;
        width: 60%;
    }


    /* page2 */
    .page2 .explain_content {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .page2 .bg {
        height: auto;
        padding-top: 43.1%;
    }


    /* page3 */
    .page3 .main>.explain_content {
        font-size: 14px;
        line-height: 20px;
    }
    .page3 li .explain_title {
        font-size: 18px;
    }
    .page3 ul {
        margin-top: 10px;
    }
    .page3 li .picture_container {
        margin-bottom: 10px;
    }
    .page3 li .explain_content {
        width: 96%;
        margin-top: 5px;
    }



    /* page4 */
    .page4 ul li .left,
    .page4 ul li .right {
        padding: 15px;
        border-radius: 8px;
    }
    .page4 .explain_title {
        font-size: 16px;
    }
    .page4 .explain_content {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }




    /* page5 */
    .page5 li {
        width: 24%;
        height: 230px;
        margin-bottom: 12px;
    }
    .page5 li:hover {
        background: none;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    .page5 li:hover .picture_icon {
        top: 40px;
        color: #b58247;
        opacity: 1;
    }
    .page5 li:hover .explain {
        top: 150px;
        color: #333333;
    }
    .page5 li:not(:nth-child(5n)) {
        margin-right: 0;
    }
    .page5 li:not(:nth-child(4n)) {
        margin-right: 1.3%;
    }
    .page5 li .picture_icon {
        font-size: 70px;
        top: 40px;
    }
    .page5 li .explain {
        top: 150px;
    }
    .page5 li .explain_title {
        font-size: 18px;
    }
    .page5 li .explain_content {
        display: none;
    }




    /* page8 */
    #certify .swiper-slide {
        width: 55.7%;
        height: auto;
        background: none;
    }
    #certify .swiper-button {
        display: none;
    }
    
    .page8 .explain_content {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }


    /* page9 */
    .page9 .form .form_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .page9 .form .form_title strong {
        font-size: 18px;
        margin-left: 15px;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    .page9 .form .form_title strong .iconfont {
        font-size: 16px;
        margin-right: 5px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .page9 .form label {
        width: 100%;
        margin-bottom: 10px;
    }
    .page9 .form label input,
    .page9 .form label textarea {
        padding: 0 15px;
        font-size: 14px;
        height: 44px;
    }
    .page9 .form label:nth-of-type(1) input {
        width: 49.5%;
    }
    .page9 .form label:nth-of-type(1) input:nth-of-type(2) {
        margin-left: 1%;
    }
    .page9 .form label:nth-of-type(2) input {
        width: 100%;
    }
    .page9 .form label:nth-of-type(3) textarea {
        width: 100%;
        padding: 10px 15px;
        height: 230px;
    }
    .page9 .form label button {
        width: 200px;
        height: 42px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 992px) {

    /* page6 */
    .page6 .picture_container {
        display: none;
    }
    .page6 ul {
        background: #fff;
        position: relative;
        height: auto;
        padding: 20px;
        border-radius: 10px;
    }
    .page6 li {
        margin-bottom: 18px;
    }
    .page6 .step {
        float: left;
        width: 30px;
        height: 24px;
        font-size: 12px;
        border-radius: 3px;
        line-height: 24px;
    }
    .page6 .explain_content {
        float: none;
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        padding-left: 40px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        padding: 20px 0;
    }
    .container .main {
        margin-top: 18px;
    }
    .title.no_desc {
        font-size: 20px;
    }
    .title.no_desc .line {
        margin-top: 5px;
    }


    /* page7 */
    .page7 .wide .main {
        margin-top: 20px;
    }
    .page7 .wide ul {
        padding: 0 15px;
        position: relative;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
    }
    .page7 .wide li {
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 19%;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
    }
    .page7 .wide li:not(:nth-child(5n)) {
        margin-right: 1.25%;
    }
    .page7 .wide .explain_content {
        margin-top: 10px;
    }
    .page7 .wide .details_consult {
        margin: 20px auto;
    }

    .page2-con .hide-img{
        display: inline-block;
    }

    .page2-con .abso-img, .page2-con .page2-bg{
        display: none;
    }
}
@media screen and (max-width: 640px) {

    /* page5 */
    .page5 li {
        height: auto;
        padding-bottom: 15px;
    }
    .page5 li .picture_icon {
        font-size: 50px;
        position: static;
    }
    .page5 li .explain {
        position: static;
    }
    .page5 li .explain_title {
        font-size: 16px;
    }


    /* page7 */
    .page7 .wide .main {
        margin-top: 15px;
    }
    .page7 .wide li {
        width: 24%;
        margin-bottom: 15px;
    }
    .page7 .wide li:not(:nth-child(5n)) {
        margin-right: 0%;
    }
    .page7 .wide li:not(:nth-child(4n)) {
        margin-right: 1.3%;
    }
    .page7 .wide .explain_content {
        margin-top: 5px;
    }
    .page7 .wide .details_consult {
        margin: 20px auto;
    }


    /* page8 */
    #certify .swiper-slide {
        width: 100%;
        height: auto;
        background: none;
    }
    #certify .swiper-button {
        display: none;
    }
    
    .page8 .explain_content {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding: 15px 0;
    }
    .container .main {
        margin-top: 15px;
    }


    /* page1 */
    .page1 li:hover .picture_icon {
        color: #fff;
        background: #b68348;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .page1 li:hover .explain_title {
        color: #b68348;
    }
    .page1 li .picture_icon {
        width: 100px;
        height: 100px;
        background: #f6f6f6;
        border-radius: 50%;
        line-height: 100px;
        font-size: 40px;
    }
    .page1 li:nth-of-type(6) .picture_icon {
        font-size: 54px;
    }
    .page1 li .explain_title {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0 5px;
    }
    .page1 li .explain_content {
        width: 80%;
    }


    /* page2 */
    .page2 .explain_content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }


    /* page3 */
    .page3 .main>.explain_content {
        font-size: 14px;
        line-height: 20px;
    }
    .page3 li .explain_title {
        font-size: 16px;
        font-weight: bold;
    }


    /* page4 */
    .page4 ul li {
        margin-bottom: 0px;
        display: block;
    }
    .page4 ul li .left,
    .page4 ul li .right {
        width: 100% !important;
        text-align: center;
        margin-bottom: 10px;
        padding: 20px 15px;
    }

    /* page5 */
    .page5 li {
        padding-bottom: 12px;
    }
    .page5 li .picture_icon {
        font-size: 40px;
    }
    .page5 li .explain_title {
        font-size: 14px;
    }



    /* page9 */
    .page9 .form .form_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .page9 .form label {
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }
    .page9 .form label input,
    .page9 .form label textarea {
        padding: 0 12px;
        font-size: 14px;
        height: 38px;
    }
    .page9 .form label:nth-of-type(1) input {
        width: 100%;
    }
    .page9 .form label:nth-of-type(1) input:nth-of-type(2) {
        margin-left: 0;
        margin-top: 5px;
    }
    .page9 .form label:nth-of-type(3) textarea {
        width: 100%;
        padding: 8px 12px;
        height: 120px;
    }
    .page9 .form label button {
        width: 150px;
        height: 38px;
        margin-top: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {

    /* page7 */
    .page7 .wide li {
        width: 32%;
        margin-bottom: 15px;
    }
    .page7 .wide li:not(:nth-child(4n)) {
        margin-right: 0;
    }
    .page7 .wide li:not(:nth-child(3n)) {
        margin-right: 2%;
    }
}
@media screen and (max-width: 320px) {
    /* page5 */
    .page5 li {
        padding-bottom: 10px;
    }
    .page5 li .picture_icon {
        font-size: 36px;
    }


    /* page7 */
    .page7 .wide li {
        width: 49%;
        margin-bottom: 15px;
    }
    .page7 .wide li:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .page7 .wide li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
}








<!--耗时0.00033211708068848秒-->