html,
body {
    width: 100%;
    /* height: 100%; */
    background-color: #fff;
    /*background: url(../../image/planDetialBg.png) no-repeat top #fff;*/
    background-size: 100%;
    font-family: MicrosoftYaHei;
}

input {
    outline: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
}

.header .logo {
    width: 283px;
    height: 42px;
}

.header ul {
    width: 760px;
}

.header ul li a {
    font-size: 18px;
    color: #000;
    float: left;
    padding: 10px 3px;
    margin-right: 95px;
    text-align: center;
    border-bottom: 2px solid #fff;
    position: relative;
}

.header ul li a .hot {
    position: absolute;
    right: -28px;
    top: 10px;
}

.header ul li a:hover,
.header ul li a.active {
    border-color: #09a071;
}

.banner {
    background: url(../images/banner.png) no-repeat center;
    width: 100%;
    height: 702px;
    text-align: center;
}

.banner h2 {
    margin: 0 auto;
    width: 800px;
    height: 224px;
    padding-top: 82px;
}

.banner .bannerText {
    width: 802px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 150%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin-top: 26px;
    cursor: pointer;
}

.banner .bannerText:hover {
    text-decoration: underline;
}

.banner .btnWrap {
    padding-top: 32px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .btnWrap a {
    /* width: 800px;
    margin: 0 auto; */
    display: block;
    width: 255px;
    height: 66px;
    line-height: 62px;
    box-sizing: border-box;
    border: 2px solid #ffdf9c;
    border-radius: 33px;
    margin-right: 72px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #f13a32, #ff6f51);
}

.banner .btnWrap a:hover {
    background: linear-gradient(to right, #ff6f51, #f13a32);
}

.banner .btnWrap a:last-of-type {
    margin-right: 0;
}

.part1 {
    position: absolute;
    z-index: 3;
    bottom: -120px;
    left: 50%;
    transform: translate(-50%, 0);
}

.part1 ul.bk {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.part1 ul.bk>li {
    width: 248px;
    height: 238px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
    float: left;
    background-color: #fff;
    font-size: 18px;
}

.part1 ul.bk>li>img {
    margin: 42px auto 5px;
    height: 64px;
    width: 64px;
}

.part1 ul.bk>li a {
    display: block;
    width: 142px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    background: #e2594b;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
}

.part1 ul.bk>li a:hover {
    background-color: red;
}

.part1 ul.bk>li .bk_hover>ul li span {
    color: #f13b32;
    font-weight: bold;
}

.part1 ul.bk>li .bk_hover>ul li.last {
    height: 40px;
    line-height: 40px;
}

.part1 ul.bk>li>p {
    font-size: 18px;
    color: #000;
}

.part1 ul.bk>li .bk_hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: none;
}

.part1 ul.bk>li .bk_hover>ul {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.part1 ul.bk>li .bk_hover>ul li {
    width: 225px;
    height: 20px;
    color: #666;
    line-height: 20px;
    text-align: center;
    margin: 0 auto 5px;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.part1 ul.bk>li .bk_hover>ul li.title {
    font-weight: bold;
    color: #000;
    height: 40px;
    line-height: 40px;
}

.part1 ul.bk>li .bk_hover>ul.bk2 li {
    width: 92px;
    float: left;
    margin-right: 16px;
}

.part1 ul.bk>li .bk_hover>ul.bk2 li:nth-child(2n+1) {
    margin-left: 22px;
}

.part1 ul.bk>li .bk_hover>ul li:last-child {
    margin-bottom: 0;
}


/* .part1 ul.bk>li .bk_hover>ul li.active {
    background-color: #37afff;
    border: 1px solid #37afff;
} */

.part1 ul.bk>li.active>.bk_hover {
    /* background-image: -moz-linear-gradient( 38deg, rgb(89, 93, 119) 0%, rgb(101, 84, 95) 100%);
    background-image: -webkit-linear-gradient( 38deg, rgb(89, 93, 119) 0%, rgb(101, 84, 95) 100%);
    background-image: -ms-linear-gradient( 38deg, rgb(89, 93, 119) 0%, rgb(101, 84, 95) 100%); */
    background: #f6f6f6;
    opacity: 1;
    transition: all .5s;
}

.part1 ul.bk>li .bk_hover>ul.bk2 .more {
    border: 1px solid #ff5274;
    background-color: #ff5274;
}

.part1 ul.bk>li .bk_hover>ul.bk2 .more:hover {
    border: 1px solid #37afff;
    background-color: #37afff;
}


/* con1 */

.con1 {
    padding-top: 175px;
    padding-bottom: 45px;
}

.con1 h2,
.con2 h2,
.con3 h2,
.con4 h2,
.con5 h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 62px;
}

.con1 h2 span,
.con2 h2 span,
.con3 h2 span,
.con4 h2 span,
.con5 h2 span {
    font-size: 40px;
    color: #000;
    line-height: 100%;
    font-weight: bold;
    margin: 0 8px;
}

.con1 h2 span i,
.con2 h2 span i,
.con3 h2 span i,
.con4 h2 span i,
.con5 h2 span i {
    color: #07bf96;
    font-style: normal;
    font-weight: bold;
}

.conLeft {
    width: 302px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.box-lc {
    overflow: hidden;
}

.box-lc dl {
    padding-left: 5px;
}

.box-lc .time-box {
    border-bottom: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    padding-bottom: 7px;
    margin-bottom: 17px;
    position: relative;
    font-size: 14px;
}

.box-lc .time-box {
    margin-bottom: 5px;
}

.box-lc dd {
    padding-left: 12px;
    border-left: 1px dashed #eee;
    position: relative;
    margin-left: 6px;
    padding-bottom: 20px;
}

.box-lc dd:last-child {
    padding-bottom: 0px;
}

.box-lc dd i {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/ico29.png) no-repeat center;
    position: absolute;
    top: 11px;
    left: -8px;
}

.box-lc dd.hover i {
    background-image: url(../images/ico26.png);
}

.box-lc dd h3 {
    font-size: 15px;
    color: #333;
    line-height: 34px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.box-lc dd h3 em {
    font-style: normal;
    color: #f44;
    font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", "Arial", sans-serif;
    font-size: 14px;
}

.box-lc dd .ch-bkzn-linklist a {
    font-size: 14px;
    color: #333;
    padding: 0px 4px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.box-lc dd .ch-bkzn-linklist a:hover {
    color: #d83532;
}

.ch-time-box em b.cRed {
    color: #e13b29;
}

.ch-time-box em {
    text-align: center;
}

.ch-time-box {
    position: relative;
    padding-left: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.ch-time-adv:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/date1.png) no-repeat left bottom;
    width: 40px;
    height: 60px;
    left: 5px;
    bottom: 0px;
}

.box-lc dd h3 strong {
    width: 90px;
    height: 24px;
    line-height: 24px;
    background: url(../images/ico28.png) no-repeat center;
    color: #333333;
    display: inline-block;
    padding-left: 12px;
    box-sizing: border-box;
}

.box-lc dd.hover h3 strong {
    color: #fff;
    background-image: url(../images/ico27.png);
}

.box-lc dd h3 em a {
    color: #f44!important;
}

.box-lc dd .ch-bkzn-linklist {
    border: 1px solid #eee;
    margin-top: 6px;
    position: relative;
    background: #fafafa;
}

.box-lc dd .ch-bkzn-linklist span {
    width: 13px;
    height: 9px;
    background: url(../images/02.png) no-repeat center;
    position: absolute;
    top: -7px;
    left: 20px;
}

.box-lc dd.hover .ch-bkzn-linklist span {
    background-image: url(../images/01.png)
}

.box-lc dd.hover .ch-bkzn-linklist {
    border: 1px solid #fdd7d1;
    background: #fef4f2;
}

.conMain {
    width: 558px;
    float: left;
}

.conMtop ul,
.conMbottom ul {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.conMtop ul li a,
.conMbottom ul li a {
    float: left;
    padding: 12px 0;
    padding-top: 0;
    font-size: 14px;
    color: #818181;
    margin-right: 42px;
}

.conMtop ul li,
.conMbottom ul li {
    float: left;
    /* height: 52px;
    line-height: 52px; */
}

.conMtop ul li a.active,
.conMbottom ul li a.active {
    border-bottom: 3px solid #e84932;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
}

.conMtop>img {
    margin-bottom: 20px;
    cursor: pointer;
}

.conMtop>p,
.conMbottom>p {
    line-height: 135%;
    margin-bottom: 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.conMtop>p>span,
.conMbottom>p>span {
    color: #818181;
}

.conMtop>p>i,
.conMbottom>p>i {
    color: #f1f1f1;
    margin-left: 5px;
    margin-right: 5px;
}

.conMtop>p>em,
.conMbottom>p>em {
    color: #333333;
}

.conMtop>p>em:hover,
.conMbottom>p>em:hover {
    /* border-bottom: 1px solid #c9c9c9; */
    text-decoration: underline;
}

.conMbottom {
    padding-top: 18px;
}

.conRight {
    float: right;
    width: 286px;
}

.conRtop {
    padding-top: 23px;
    padding-left: 15px;
    padding-bottom: 24px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(163, 174, 184, 0.4);
    margin-bottom: 15px;
}

.conRtop>h2,
.conRbottom>h2 {
    z-index: 1;
    position: relative;
    margin-bottom: 22px;
    height: 18px;
}

.conRtop>h2>span,
.conRbottom>h2>span {
    background: #ffe4d6;
    width: 156px;
    height: 14px;
    border-radius: 7px;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: -2px;
}

.conRtop>h2>em,
.conRbottom>h2>em {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 100%;
    position: absolute;
    left: 14px;
    bottom: 2px;
    z-index: 1;
}

.conRtop>h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-left: 6px;
    line-height: 100%;
}

.conRtop .checkWrap {
    padding-left: 20px;
    padding-top: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.checkWrap a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 110px;
    margin-bottom: 12px;
}

.checkWrap a>i {
    display: block;
    background: #fff;
    border: 1px solid #e13b29;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkWrap a>i>img {
    display: none;
    width: 10px;
}

.checkWrap a.active>i {
    background: #e13b29;
    border-color: #fff;
}

.checkWrap a.active>i>img {
    display: block;
}

.checkWrap a>span {
    font-size: 14px;
    color: #333333;
}

.conRtop .form .formText {
    font-size: 14px;
    color: #666;
    border: 1px solid #dcdcdc;
    width: 225px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 13px;
    margin-left: 10px;
}

.conRtop .form .submitBtn {
    display: block;
    width: 225px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #f23e22;
    border-radius: 5px;
    margin-left: 10px;
}

.conRbottom {
    padding-top: 23px;
    padding-left: 15px;
    padding-bottom: 24px;
    padding-right: 22px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(163, 174, 184, 0.4);
}

.conRbottom>h2>span {
    width: 118px;
}

.conRbottom>h2>i {
    font-size: 12px;
    color: #999;
    float: right;
    line-height: 18px;
    position: absolute;
    right: 0
}

.conRbottom>p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.conRbottom>p>i {
    position: absolute;
    font-family: Georgia;
    font-size: 22px;
    color: #e0955a;
    left: 0px;
    top: 0px;
}

.conRbottom>p>span {
    overflow: hidden;
    /* padding-left: 20px; */
    height: 48px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    cursor: pointer;
}

.conRbottom>p>span:hover {
    text-decoration: underline;
}

.conRbottom>.txt-d {
    /* display: none; */
    font-size: 12px;
    color: #999;
    background: url(../images/ico6.png) no-repeat center #fff;
    position: absolute;
    bottom: 35px;
    right: 22px;
    padding-left: 69px;
}

.con2 {
    width: 100%;
    height: 684px;
    background: url(../images/bg1.png) no-repeat center;
    padding-top: 70px;
    box-sizing: border-box;
}

.con2 h2 span {
    color: #fff;
    line-height: 100%;
}

.con2 h2 span i {
    color: #fff;
}

.con2 .dlWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.con2 .dlWrap dl {
    margin-left: 50px;
    background: #fff;
    width: 250px;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 45px;
    height: 302px;
    /* overflow: hidden; */
    box-shadow: 0px 0px 25px 0px rgba(163, 174, 184, 0.4);
}

.con2 .dlWrap dt {
    background: url(../images/ico13.png) no-repeat center;
    width: 210px;
    height: 50px;
    margin-left: -57px;
    margin-bottom: 15px;
}

.con2 .dlWrap dt>i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    text-align: center;
    width: 40px;
}

.con2 .dlWrap dt span {
    float: right;
    height: 50px;
    line-height: 50px;
    width: 168px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.con2 .dlWrap .ddTxt {
    font-size: 18px;
    color: #333333;
    line-height: 200%;
}

.con2 .dlWrap .ddWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.con2 .dlWrap .ddWrap>span {
    display: block;
    width: 50%;
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-bottom: 12px;
    cursor: pointer;
}

.con2 .dlWrap .ddWrap>span img {
    cursor: pointer;
}

.con2 .dlWrap .ddWrap>span i {
    display: block;
    width: 100%;
}

.con2 .dlWrap .ddBtn {
    font-size: 16px;
    color: #fff;
    width: 180px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    background: linear-gradient(to right, #e45c4d, #d3403b);
    background: -moz-linear-gradient(to right, #e45c4d, #d3403b);
    background: -webkit-linear-gradient(to right, #e45c4d, #d3403b);
    text-align: center;
    border-radius: 23px;
    margin-top: 8px;
    box-shadow: 0px 5px 25px 0px rgba(277, 90, 76, 0.4);
    cursor: pointer;
}

.con2 .dlWrap .ddBtn:hover {
    background: linear-gradient(to right, #d3403b, #e45c4d);
    background: -moz-linear-gradient(to right, #d3403b, #e45c4d);
    background: -webkit-linear-gradient(to right, #d3403b, #e45c4d);
}

.con2 .dlWrap dl dt.title {
    background: none;
    margin-left: 0;
    text-align: center;
    font-size: 24px;
    color: #4a4b9c;
    font-weight: bold;
    line-height: 100%;
    height: 25px;
    margin-bottom: 18px;
}

.con3 {
    padding-top: 210px;
}

.con3 h3 {
    font-size: 18px;
    color: #666666;
    line-height: 180%;
    margin-top: 12px;
    text-align: center;
}

.con3 h2 {
    margin-bottom: 35px;
}

.content3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.content3 dl {
    box-shadow: 0px 0 25px 0 rgba(163, 174, 184, 0.4);
    width: 360px;
    background: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 32px;
    margin-right: 58px;
}

.content3 dl dt {
    background: url(../images/ico14.png) no-repeat center;
    width: 255px;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0);
}

.content3 {
    padding-top: 40px;
}

.content3 dl dd {
    line-height: 200%;
    font-size: 18px;
    color: #333333;
    padding-top: 76px;
    margin-bottom: 30px;
}

.content3 dl .ddBtn {
    background: linear-gradient(to right, #e45c4d, #d3403b);
    background: -moz-linear-gradient(to right, #e45c4d, #d3403b);
    background: -webkit-linear-gradient(to right, #e45c4d, #d3403b);
    box-shadow: 0px 5px 25px 0px rgba(277, 90, 76, 0.4);
    width: 260px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 8px;
    padding-top: 0;
    cursor: pointer;
}

.content3 dl .ddBtn:hover {
    background: linear-gradient(to right, #d3403b, #e45c4d);
    background: -moz-linear-gradient(to right, #d3403b, #e45c4d);
    background: -webkit-linear-gradient(to right, #d3403b, #e45c4d);
}

.content3 dl:last-of-type {
    margin-right: 0;
}

.con4 {
    background: #f5f5f5;
    width: 100%;
    /* height: ; */
}

.con4 h2 span {
    margin: 0 15px;
}

.con4 h2 {
    margin-bottom: 28px;
}

.con4 {
    padding-top: 48px;
    padding-bottom: 28px;
}

.con4 h3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 100%;
    margin-bottom: 30px;
}

.content4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.content4 a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 20px;
}

.content4 a.active {
    background: #d4413c;
    border: 1px solid #d4413c;
    color: #fff;
    font-weight: bold;
}

.con5 {
    background: url(../images/bg2.jpg) no-repeat center bottom #fff;
    width: 100%;
    height: 722px;
}

.con5 h3 {
    text-align: center;
    margin-bottom: 36px;
    line-height: 100%;
}

.con5 h2 {
    padding-top: 52px;
    margin-bottom: 32px;
}

.content5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    padding: 0 25px;
}

.content5 dl {
    width: 370px;
    /* background:url(../images/) */
    background: #fff;
    height: 200px;
    box-shadow: 0px 10px 20px 0 rgba(163, 174, 184, 0.4);
    background: url(../images/img6.png) no-repeat center;
    padding-left: 20px;
    box-sizing: border-box;
    padding-top: 40px;
    margin-bottom: 20px;
    position: relative;
}

.content5 dl .en {
    font-size: 14px;
    color: #b2b2b2;
    line-height: 100%;
    margin-bottom: 20px;
}

.content5 dl dt {
    font-weight: bold;
    font-size: 30px;
    color: #07bf96;
    line-height: 100%;
    margin-bottom: 26px;
}

.content5 dl dd>div {
    opacity: 0;
    width: 370px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 160%;
    background: #04ba91;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.content5 dl .txt {
    color: #666666;
    font-size: 18px;
    line-height: 120%;
}

.content5 dl:hover dd>div {
    /* display: block; */
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.con6 {
    background: url(../images/bg4.jpg) no-repeat center;
    width: 100%;
    height: 635px;
    padding-top: 192px;
    box-sizing: border-box;
}

.con6 h2 {
    font-size: 40px;
    color: #333333;
    line-height: 100%;
    padding-bottom: 42px;
    text-align: center;
}

.content6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content6 dl {
    width: 270px;
    height: 120px;
    border: 1px dashed #dcdcdc;
    padding-top: 25px;
    box-sizing: border-box;
}

.content6 dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 12px;
}

.content6 dl dt span {
    margin-left: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.content6 dl dd {
    font-size: 18px;
    color: #fff;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: #7281b2;
    margin: 0 auto;
    text-align: center;
}

.con6 h3 {
    font-size: 24px;
    color: #33629b;
    text-align: center;
    line-height: 100%;
    margin-top: 38px;
    margin-bottom: 48px;
}

.con6Btn {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 380px;
    height: 72px;
    line-height: 72px;
    border-radius: 35px;
    background: linear-gradient(to right, #e45b4c, #d3403a);
    box-shadow: 0 5px 20px 0 rgba(277, 90, 76, 0.4);
    color: #fff;
    margin: 0 auto;
}

.con6Btn:hover {
    background: linear-gradient(to right, #d3403a, #e45b4c);
}

.con7 {
    padding-top: 66px;
    height: 592px;
    box-sizing: border-box;
}

.content7 {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
}

.con7Left {
    margin-right: 18px;
    width: 230px;
}

.con7Right {
    width: 955px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 46px 36px;
    box-sizing: border-box;
    padding-bottom: 0;
    /* position: absolute;
    left: 248px;
    z-index: 2 */
}

.con7Right dl {
    width: 49%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-right: 2%;
    margin-bottom: 55px;
}

.con7Right dl dt {
    margin-right: 10px;
}

.con7Right dl dd>h2 {
    font-size: 24px;
    color: #333;
    line-height: 100%;
    margin-bottom: 12px;
    cursor: pointer;
}

.con7Right dl dd>h2:hover {
    text-decoration: underline;
}

.con7Right dl dd>p {
    line-height: 170%;
    font-size: 16px;
    color: #666666;
}

.con7Right dl:nth-of-type(2n) {
    margin-right: 0;
}

.con8 {
    width: 100%;
    height: 607px;
    background: url(../images/bg3.jpg?1) no-repeat center;
    padding-top: 58px;
    box-sizing: border-box;
}

.con8 h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 58px;
    line-height: 100%;
}

.con8 h2>span {
    color: #07bf96;
    font-weight: normal;
}

.con8 .wrap>p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    margin-bottom: 20px;
}

.con8 .wrap ul {
    width: 795px;
    margin: 0 auto;
}

.con8 .wrap ul li {
    float: left;
    font: 16px;
    color: #07bf96;
    list-style: circle;
    margin-right: 105px;
}

.con8 .wrap ul li:last-of-type {
    margin-right: 0;
}

.con8 .imgWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgWrap {
    width: 968px;
    height: 430px;
    position: relative;
    margin: 0 auto;
}

.imgWrap .dl1 {
    background: url(../images/fimg1.png) no-repeat center;
    width: 264px;
    height: 229px;
    position: absolute;
    left: 0;
    top: 122px;
}

.imgWrap .dl2 {
    background: url(../images/fimg2.png) no-repeat center;
    width: 264px;
    height: 229px;
    position: absolute;
    left: 233px;
    top: 0;
}

.imgWrap .dl3 {
    background: url(../images/fimg3.png) no-repeat center;
    width: 264px;
    height: 229px;
    position: absolute;
    left: 467px;
    top: 122px;
}

.imgWrap .dl2 dd {
    margin-top: 15px;
}

.imgWrap .dl4 {
    background: url(../images/fimg4.png) no-repeat center;
    width: 264px;
    height: 229px;
    position: absolute;
    left: 703px;
    top: 0;
}

.imgWrap dl dt {
    font-size: 30px;
    color: #ff7b00;
    font-weight: bold;
    width: 100%;
    text-align: center;
    line-height: 100%;
    margin-top: 102px;
    margin-bottom: 10px;
}

.imgWrap .dl2 dt {
    color: #666;
}

.imgWrap .dl3 dt {
    color: #d777ff;
}

.imgWrap .dl4 dt {
    color: #666666;
}

.imgWrap dl dd {
    line-height: 130%;
    font-size: 19px;
    color: #333;
    text-align: center;
    font-family: serif;
}

.footer {
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 42px;
    line-height: 150%;
    padding: 15px 0;
}

.zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

.leftSide {
    position: fixed;
    left: 30px;
    top: 30%;
    transform: translate(0, 50%);
    background: #fff;
    width: 120px;
    z-index: 9;
    text-align: center;
    border-radius: 15px;
    padding: 20px 15px;
    border: 1px solid #e5e5e5;
}

.leftSide h1 {
    background: #fff;
}

.leftSide .img4 {
    position: absolute;
    top: -122px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.leftSide .close1 {
    position: absolute;
    top: -128px;
    right: -25px;
    /* transform: translate(-50%, 0px); */
    cursor: pointer;
}

.leftSide>p {
    font-size: 16px;
    color: #ec3a28;
    line-height: 150%;
}

.leftSide>strong {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    line-height: 100%;
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
}

.leftSide>span {
    font-size: 16px;
    color: #333;
}

.leftSide>a {
    background: #ec3a28;
    height: 30px;
    line-height: 30px;
    color: #fff;
    width: 110px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 15px;
    display: block;
}

.leftSide>a:hover {
    background-color: red;
}

.tankuang {
    background: linear-gradient(to bottom, #fef7eb, #feeed6);
    padding-top: 55px;
    padding-left: 50px;
    padding-right: 45px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    width: 800px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-bottom: 38px;
    display: none;
}

.tankuang>h4 {
    font-size: 18px;
    color: #000;
    line-height: 100%;
    margin-bottom: 30px;
}

.tankuang .close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.tankuang>h2 {
    font-size: 48px;
    color: #e13b29;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 35px;
}

.tankuang>h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.tankuang>h3 span {
    display: inline-block;
    width: 40px;
    height: 60px;
    line-height: 60px;
    margin-left: 2px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

.tankuang>p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    line-height: 40px;
}

.tankuang>p>img {
    margin-right: 15px;
}

.tankuang>p>span {
    font-size: 16px;
    color: #666666;
    width: 575px;
    text-align: left;
    cursor: pointer;
}

.tankuang>p>span:hover {
    text-decoration: underline;
}

.tankuang>p>a {
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    /* border-bottom: 1px solid #666; */
}

.tankuang>a {
    display: inline-block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    margin-right: 40px;
    background-color: #fb9919;
    margin-top: 35px;
}

.tankuang>a:last-of-type {
    margin-right: 0;
}

.tankuang>a.btn2 {
    background-color: #3d89c4;
}

.tankuang>a.btn3 {
    background-color: #ef5041;
}

.tankuang>a:hover,
.tankuang>a.btn2:hover,
.tankuang>a.btn3:hover {
    background: red;
    font-weight: bold;
}

.rightSide {
    position: fixed;
    right: 20px;
    top: 40%;
    transform: translate(0, -50%);
    z-index: 9;
    width: 130px;
    height: 450px;
    background: url(../images/img5.png) no-repeat center;
    text-align: center;
}

.rightSide>h2 {
    font-size: 18px;
    color: #ffda9a;
    height: 55px;
    line-height: 65px;
}

.rightSide>h2 i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    position: absolute;
    top: 2px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    right: 5px;
    font-size: 16px;
}

.rightSide>ul li {
    height: 40px;
}

.rightSide>ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.rightSide>ul li a:hover {
    background: #ff4c3a;
    text-decoration: underline;
}

.rightSide>.listDiv li {
    height: 74px;
    border-bottom: 1px dashed #ec4c3b;
    text-align: center;
    font-size: 14px;
}

.rightSide>.listDiv {
    background-color: #fff;
    border: 1px solid #ededed;
    border-top: 0;
}

.rightSide>.listDiv li span {
    font-size: 14px;
    color: #666;
    height: 25px;
    line-height: 25px;
    padding-top: 8px;
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
}

.rightSide>.listDiv li span:hover {
    text-decoration: underline;
}

.rightSide>.listDiv li a {
    display: block;
    height: 25px;
    line-height: 25px;
    background: #ededed;
    border-radius: 13px;
    color: #ec3a28;
    width: 115px;
    margin: 0 auto;
}

.rightSide>.listDiv li a:hover {
    font-weight: bold;
}

.rightSide .listDiv .lastLi {
    border-bottom: 0;
    height: 100px;
    text-align: center;
}

.rightSide .lastLi>img.top {
    margin: 0 auto;
    width: 23px;
    margin-top: 14px;
    cursor: pointer;
}