﻿@charset "utf-8";

/* CSS Document */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "微软雅黑", "黑体", "Myriad Pro", "Lucida Grande", sans-serif;
    color: #898989;
    line-height: 1;
    background: #FFF;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    font-family: "微软雅黑";
    border: none;
    outline: none;
    background: none;
}

ul,
li {
    list-style: none
}

img {
    border: 0px;
    padding: 0px;
}

a {
    color: #5c5c5c;
    text-decoration: none
}

h2,
h3,
h4,
b,
strong {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

.top {
    width: 100%;
    height: 90px;
    background: #160d03;
}

.top .topBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.top .topBox .logo {
    float: left;
    height: 90px;
    line-height: 90px;
}

.top .topBox .logo img {
    display: inline-block;
    vertical-align: middle;
}

.top .topBox .nav {
    float: left;
    margin-left: 90px;
}

.top .topBox .nav ul {
    overflow: hidden;
}

.top .topBox .nav ul li {
    float: left;
    margin-right: 35px;
    line-height: 90px;
}

.top .topBox .nav ul li a {
    font-size: 15px;
    color: #fff;
}

.top .topBox .phone {
    float: right;
    height: 90px;
    padding-left: 28px;
    background: url(../images/index_06.jpg) left center no-repeat;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
}

.banner {
    position: relative;
    margin-top: 87px;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .bannerBox {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .bannerBox .bannerList {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 390px;
    height: 515px;
    padding: 10px;
    border: 1px dashed #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.banner .bannerBox .bannerList .nr {
    width: 100%;
    height: 100%;
    background: url(../images/bg_03.jpg) bottom center no-repeat #fff;
    border-radius: 10px;
    overflow: hidden;
    background-size: 100% auto;
}

.banner .bannerBox .bannerList .nr h2 {
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.banner .bannerBox .bannerList .nr ul {
    width: 100%;
    padding: 0 35px 0 30px;
    box-sizing: border-box;
}

.banner .bannerBox .bannerList .nr ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px;
}

.banner .bannerBox .bannerList .nr ul li p {
    width: 58px;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #777;
}

.banner .bannerBox .bannerList .nr ul li p span {
    color: #ff0000;
}

.banner .bannerBox .bannerList .nr ul li input {
    display: block;
    border: none;
    float: left;
    width: calc(100% - 58px);
    float: left;
    height: 34px;
    border-radius: 17px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #eee;
    font-size: 14px;
}

.banner .bannerBox .bannerList .nr .enter {
    display: block;
    width: 265px;
    height: 42px;
    margin: 0 auto;
    border-radius: 21px;
    background: #ed6c1c;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
}

.banner .bannerBox .bannerList .nr .tips {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #a4a4a4;
}

.indexContainer {
    width: 100%;
    background: #f9f9f9;
}

.indexContainer .title {
    padding: 80px 0 50px 0;
    position: relative;
}

.indexContainer .title h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    margin-bottom: 25px;
}

.indexContainer .title h2 span {
    color: #ed6c1c;
}

.indexContainer .title p {
    text-align: center;
    font-size: 22px;
}

.indexContainer .title h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40px;
    font-size: 80px;
    font-weight: bold;
    background-image: linear-gradient(#f8e3da, #fff);
    color: transparent;
    -webkit-background-clip: text;
}

.indexContainer .layer1 {
    padding-bottom: 65px;
    width: 1200px;
    margin: 0 auto;
}

.indexContainer .layer1 .text {
    background: url(../images/bg2_07.jpg);
    height: 110px;
    background-size: 100% 100%;
    width: 100%;
    padding: 25px 40px;
    box-sizing: border-box;
}

.indexContainer .layer1 .text p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.indexContainer .layer1 .icon {
    width: 100%;
    padding: 30px 0;
}

.indexContainer .layer1 .icon img {
    display: block;
    width: 100%;
    height: auto;
}

.indexContainer .layer1 .enter {
    display: block;
    margin: 0 auto;
    width: 485px;
    height: 56px;
    border-radius: 28px;
    background: #ed6c1c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.indexContainer .layer2 {
    background: url(../images/bg3_10.jpg);
    height: 1280px;
}

.indexContainer .layer2 .title h3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    color: transparent;
    -webkit-background-clip: text;
}

.indexContainer .layer2 .title h2 {
    color: #fff;
}

.indexContainer .layer2 .text {
    background: url(../images/bg2_07.jpg);
    height: 110px;
    background-size: 100% 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
    box-sizing: border-box;
    background-size: 100% 100%;
    border-radius: 15px;
}

.indexContainer .layer2 .text p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.indexContainer .layer2 .layer2Box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 32px;
}

.indexContainer .layer2 .layer2Left {
    float: left;
    width: 670px;
}

.indexContainer .layer2 .layer2Left .leftBox {
    margin-bottom: 17px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.indexContainer .layer2 .layer2Left .leftBox .nr {
    float: right;
    width: 440px;
    height: 100%;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
    background: #fff;
}

.indexContainer .layer2 .layer2Left .leftBox .nr ul {
    width: 100%;
}

.indexContainer .layer2 .layer2Left .leftBox .nr ul li {
    width: 100%;
    height: 40px;
    margin-bottom: 4px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #db372a;
}

.indexContainer .layer2 .layer2Left .leftBox .nr ul li:nth-child(2) {
    background: #ed6c1a;
}

.indexContainer .layer2 .layer2Left .leftBox .nr ul li:nth-child(3) {
    background: #ed6c1a;
}

.indexContainer .layer2 .layer2Left .leftBox img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.indexContainer .layer2 .layer2Right {
    width: 500px;
    float: right;
}

.indexContainer .layer2 .layer2Right .RightBox {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 17px;
}

.indexContainer .layer2 .layer2Right .RightBox .bt {
    width: 100%;
    background: url(../images/index_17.jpg);
    height: 56px;
    background-size: 100% 100%;
}

.indexContainer .layer2 .layer2Right .RightBox .bt .icon {
    float: left;
    width: 56px;
    height: 56px;
    position: relative;
}

.indexContainer .layer2 .layer2Right .RightBox .bt .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexContainer .layer2 .layer2Right .RightBox .bt p {
    width: calc(100% - 56px);
    float: left;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #fff;
}

.indexContainer .layer2 .layer2Right .RightBox .nr {
    width: 100%;
    padding: 15px 25px 25px 25px;
    box-sizing: border-box;
    background: #fff;
}

.indexContainer .layer2 .layer2Right .RightBox .nr ul {
    width: 100%;
}

.indexContainer .layer2 .layer2Right .RightBox .nr:first-child ul li {
    line-height: 34px;
}

.indexContainer .layer2 .layer2Right .RightBox .nr ul li {
    width: 100%;
    overflow: hidden;
    line-height: 14px;
    color: #555555;
    font-size: 14px;
}

.indexContainer .layer2 .layer2Right .RightBox .nr ul li span {
    margin-right: 5px;
    font-weight: bold;
    color: #555;
}

.indexContainer .layer2 .layer2Right .RightBox .nr ul li img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.indexContainer .layer2 .layer2Right .RightBox .nr ul li a {
    margin-top: 6px;
    display: inline-block;
    float: right;
    width: 74px;
    height: 22px;
    border: 1px solid #f29569;
    text-align: center;
    line-height: 20px;
    color: #f29569;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 11px;
}

.indexContainer .layer2 .layer2Right .RightBox .nr ul li a:hover {
    background: #ed6c1c;
    color: #fff;
    border: 1px solid #ed6c1c;
}

.indexContainer .layer2 .enter {
    display: block;
    margin: 50px auto 0 auto;
    width: 485px;
    height: 56px;
    border-radius: 28px;
    background: #ed6c1c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.indexContainer .layer3 {
    background: #f9f9f9;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

.indexContainer .layer3 .text {
    background: url(../images/bg2_07.jpg);
    height: 110px;
    background-size: 100% 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
    box-sizing: border-box;
    background-size: 100% 100%;
    border-radius: 15px;
}

.indexContainer .layer3 .text p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.indexContainer .layer3Box {
    width: 1200px;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
    border-radius: 15px;
    background: #fff;
}

.indexContainer .layer3Box .hd {
    width: 100%;
    padding: 55px 0;
}

.indexContainer .layer3Box .hd ul {
    width: 100%;
    text-align: center;
}

.indexContainer .layer3Box .hd ul li {
    height: 70px;
    width: 285px;
    display: inline-block;
    margin: 0 16px;
    border: 1px solid #fff;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 35px;
}

.indexContainer .layer3Box .hd ul li p {
    width: 100%;
    height: 62px;
    border: 1px solid #ffd7bd;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    background: #fff3eb;
    color: #f18d5c;
    font-size: 22px;
    border-radius: 31px;
}

.indexContainer .layer3Box .hd ul li.on p {
    background: linear-gradient(#ed6c1c, #f4930e);
    font-weight: bold;
    color: #fff;
}

.indexContainer .layer3Box .hd ul li.on {
    border: 1px dashed #ed6c1c;
}

.indexContainer .layer3Box .bd {
    width: 100%;
}

.indexContainer .layer3Box .bd .listBox {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.indexContainer .layer3Box .bd .listBox ul {
    overflow: hidden;
}

.indexContainer .layer3Box .bd .listBox ul li {
    float: left;
    width: 570px;
    float: left;
    margin-right: 20px;
}

.indexContainer .layer3Box .bd .listBox ul li:last-child {
    margin-right: 0;
}

.indexContainer .layer3Box .bd .listBox ul li .listBt {
    overflow: hidden;
    width: 100%;
    background: url(../images/index_17.jpg);
    background-size: 100% 100%;
    height: 56px;
}

.indexContainer .layer3Box .bd .listBox ul li .listBt .icon {
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
}

.indexContainer .layer3Box .bd .listBox ul li .listBt .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexContainer .layer3Box .bd .listBox ul li .listBt p {
    width: calc(100% - 56px);
    float: left;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.indexContainer .layer3Box .bd .listBox ul li dl {
    background: #fef6f0;
    width: 100%;
    height: 185px;
    padding: 10px 25px;
    box-sizing: border-box;
}

.indexContainer .layer3Box .bd .listBox ul li dl dd {
    font-size: 14px;
    color: #555;
    height: 32px;
    line-height: 32px;
}

.indexContainer .layer3Box .bd .listBox ul li dl dd span {
    font-weight: bold;
    color: #555;
    margin-right: 8px;
}

.indexContainer .layer3Box .bd .listBox ul li dl dd img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.indexContainer .layer3Box .bd .bt {
    width: 100%;
    margin: 32px auto;
}

.indexContainer .layer3Box .bd .iconBottom {
    width: 100%;
}

.indexContainer .layer3Box .bd .iconBottom img {
    display: block;
    margin: 40px auto;
}

.indexContainer .layer3Box .bd .listBox ul li:last-child .listBt {
    width: 100%;
    background: url(../images/index_19.jpg);
    background-size: 100% 100%;
}

.indexContainer .layer3Box img {
    display: block;
    margin: 0 auto;
}

.indexContainer .layer3 .enter {
    display: block;
    margin: 40px auto;
    width: 485px;
    height: 56px;
    border-radius: 28px;
    background: #ed6c1c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.indexContainer .layer4 {
    width: 100%;
    background: linear-gradient(to right, #fef7f0, #fff);
}

.indexContainer .layer4 .text {
    background: url(../images/bg2_07.jpg);
    height: 110px;
    background-size: 100% 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
    box-sizing: border-box;
    background-size: 100% 100%;
    border-radius: 15px;
}

.indexContainer .layer4 .text p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

hd {
    width: 100%;
    padding: 55px 0;
}

.indexContainer .layer4 .hd {
    padding: 40px 0;
}

.indexContainer .layer4 .hd ul {
    width: 100%;
    text-align: center;
}

.indexContainer .layer4 .hd ul li {
    height: 70px;
    width: 285px;
    display: inline-block;
    margin: 0 16px;
    border: 1px solid #fff;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 35px;
}

.indexContainer .layer4 .hd ul li p {
    width: 100%;
    height: 62px;
    border: 1px solid #ffd7bd;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    background: #fff3eb;
    color: #f18d5c;
    font-size: 22px;
    border-radius: 31px;
}

.indexContainer .layer4 .hd ul li.on {
    border: 1px dashed #ed6c1c;
}

.indexContainer .layer4 .hd ul li.on p {
    background: linear-gradient(#ed6c1c, #f4930e);
    font-weight: bold;
    color: #fff;
}

.indexContainer .layer4 .enter {
    display: block;
    margin: 40px auto;
    width: 485px;
    height: 56px;
    border-radius: 28px;
    background: #ed6c1c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.indexContainer .layer4 img {
    display: block;
    margin: 0 auto;
}

.indexContainer .layer4 .list {
    width: 1200px;
    margin: 0 auto;
    padding: 38px 0 0 0;
}

.indexContainer .layer4 .list ul {
    overflow: hidden;
}

.indexContainer .layer4 .list ul li {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.indexContainer .layer4 .list ul li:last-child {
    margin-right: 0;
}

.indexContainer .layer4 .list ul li .listBt {
    overflow: hidden;
    width: 100%;
    background: url(../images/index_17.jpg);
    background-size: 100% 100%;
    height: 56px;
}

.indexContainer .layer4 .list ul li:nth-child(2) .listBt {
    width: 100%;
    background: url(../images/index_19.jpg);
    background-size: 100% 100%;
}

.indexContainer .layer4 .list ul li:nth-child(2) dl {
    background: #ffebeb;
}

.indexContainer .layer4 .list ul li .listBt .icon {
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
}

.indexContainer .layer4 .list ul li .listBt .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexContainer .layer4 .list ul li .listBt p {
    width: calc(100% - 56px);
    float: left;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.indexContainer .layer4 .list ul li dl {
    background: #fef6f0;
    width: 100%;
    height: 185px;
    padding: 10px 25px;
    box-sizing: border-box;
}

.indexContainer .layer4 .list ul li dl dd {
    font-size: 14px;
    color: #555;
    height: 32px;
    line-height: 32px;
}

.indexContainer .layer4 .list ul li dl dd span {
    font-weight: bold;
    color: #555;
    margin-right: 8px;
}

.indexContainer .layer4 .list ul li dl dd img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.indexContainer .layer5 {
    background: #f9f9f9;
}

.indexContainer .layer5Box {
    width: 1200px;
    margin: 0 auto;
}

.indexContainer .layer5 .text {
    background: url(../images/bg2_07.jpg);
    height: 110px;
    background-size: 100% 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
    box-sizing: border-box;
    background-size: 100% 100%;
    border-radius: 15px;
}

.indexContainer .layer5 .text p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

hd {
    width: 100%;
    padding: 55px 0;
}

.indexContainer .layer5 img {
    display: block;
}

.indexContainer .layer5 h4 {
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #fdf5ee;
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.indexContainer .layer5 .enter {
    display: block;
    margin: 40px auto;
    width: 485px;
    height: 56px;
    border-radius: 28px;
    background: #ed6c1c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.indexContainer .layer6 {
    background: #f9f9f9;
}

.indexContainer .layer6 .text {
    background: url(../images/bg2_07.jpg);
    height: 110px;
    background-size: 100% 100%;
    width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
    box-sizing: border-box;
    background-size: 100% 100%;
    border-radius: 15px;
}

.indexContainer .layer6 .text p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

hd {
    width: 100%;
    padding: 55px 0;
}

.indexContainer .layer6 img {
    display: block;
    margin: 0 auto;
}

.indexContainer .layer6 .enter {
    display: block;
    margin: 40px auto;
    width: 485px;
    height: 56px;
    border-radius: 28px;
    background: #ed6c1c;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
}

.indexContainer .layer7 {
    background: url(../images/bottom_08.jpg);
    position: relative;
    height: 615px;
}

.indexContainer .layer7Box {
    padding-right: 50px;
    box-sizing: border-box;
    width: 1100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 455px;
    background: url(../images/index_43.jpg) left center no-repeat #fff;
    border-radius: 15px;
    background-size: auto 100%;
}

.indexContainer .layer7Box .list {
    float: right;
    width: 468px;
    padding-top: 48px;
    box-sizing: border-box;
}

.indexContainer .layer7Box .list select {
    font-size: 16px;
    outline: none;
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background: #eee;
    margin-bottom: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}

.indexContainer .layer7Box .list ul {
    width: 100%;
}

.indexContainer .layer7Box .list ul li {
    margin-bottom: 20px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.indexContainer .layer7Box .list ul li p {
    display: block;
    float: left;
    width: 85px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #696969;
}

.indexContainer .layer7Box .list ul li p span {
    color: #db372a;
}

.indexContainer .layer7Box .list ul li input {
    width: calc(100% - 85px);
    float: left;
    height: 40px;
    border: none;
    background: #eee;
    border-radius: 6px;
    text-indent: 15px;
    font-size: 14px;
    border: none;
    outline: none;
    display: block;
}

.indexContainer .layer7Box .list button {
    margin: 10px auto 0 auto;
    display: block;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    background: #ed6c1c;
    color: #fff;
    font-size: 16px;
    border: none;
}