* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

li {
    list-style: none;

}

a {
    color: #fff;
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

img {
    vertical-align: top;
}

div,
p,
span,
h1,
h2,
h3,
h4 {
    line-height: 1;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: none;
    border: none;
    background: none;
}

body {
    /* font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; */
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    overflow-x: hidden;
    
    
}
html, body {
    min-width: 1200px;

}


* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

.index:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.index{
    width: 100%;
    position: relative;
    text-align: center;
    /* background: url(../img/body.png) no-repeat; */
    /* background-size: 100% 100%; */
    z-index: 99;
}


.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    height: 60px;
    background-image: linear-gradient(to right, #ff4a21 , #f90b38);
}
.nav_box *{
    padding: 0;
    margin: 0;
}
.nav_box li a{
    text-decoration: none;
}
.nav_bg {
    height: 50px;
    padding-top: 10px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), transparent);
}

.logo {
    display: inline-block;

}
.logo img{
    width: 100%;
}
.w-container {
    width: 1200px;
    margin: auto;
}
.nav_left {
    width: 300px;
    float: left;
    margin-top: -1px;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    /* border-left: 1px solid #fff; */
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    padding-left: 0px;
    font-weight: bold;
    margin-left: -62px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}




.nav_ul {
    width: 720px;
    float: right;
    margin-top: 12px;
}

.nav_ul li {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
    margin-right: 35px;
    width: 81px;
    height: 22px;
    position: relative;
}

.nav_ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 14px;
}

.nav_ul li a span {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .6s;
}

.nav_ul li.nav_active span {
    width: 100%;
}


/* .banner{
	margin:0 auto;
	width:100%;
    height:1134px;
	position:relative;
    z-index: 99;
}
.banner img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height:1134px;
	position:absolute;
} */

.banner{
	margin:0 auto;
	width:100%;
    height:650px;
	position:relative;
    z-index: 99;
}
#banner{
	width:100%;
	max-width:1920px;
   height:650px;
    z-index: 99;
}
#banner .swiper-slide{
	width:100%;
  height:650px;
	position:relative;
	overflow:hidden;
}
#banner img{
	top:0;
	left:50%;
	margin-left:-960px;
	width:1920px;
height:650px;
	position:absolute;
}
.swiper-slide .title {
    font-style: italic;
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 0;
    line-height: 45px;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}



.p1 {
    width: 100%;
    height: 620px;
    margin: 37px auto 0;
    position: relative;
    z-index: 999;
}
.title1 {
    width: 460px;
    height: 40px;
    margin: 0 auto 0;
}
.title-l {
    margin-right: 45px;
    padding-top: 5px;

}
.title-z {
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
.title-z span{
    color: #e20014;
}
.title-r {
    margin-left: 45px;
    padding-top: 5px;
}

.p1-index {
    width: 1200px;
    height: 240px;
    background: url(../img/p1-index.png) no-repeat;
    background-size: 100% 100%;
    margin: 55px auto 0;
    position: relative;
}
.p1-index div {
    font-size: 20px;
    color: #fb472b;
    font-weight: bold;
    position: absolute;
}


.p1-index div:nth-child(1) {
    top: 67px;
    left: 275px;
}
.p1-index div:nth-child(2) {
    top: 68px;
    left: 545px;
    width: 130px;
    height: 40px;
}
.p1-index div:nth-child(3) {
    top: 67px;left: 872px;
}
.p1-index div:nth-child(4) {
    top: 149px;
    left: 125px;
}
.p1-index div:nth-child(5) {
    top: 149px;left: 429px;
}
.p1-index div:nth-child(6) {
    top: 149px;left: 723px;
}
.p1-index div:nth-child(7) {
    top: 149px;left: 1024px;
}
.p1-index .h:hover .huaguo {
    display: block;
    transition: all 0.6s ease 0s;
    text-align: left;
    padding-left: 12px;
}
.p1-index .huaguo {
    position: absolute;
    width: 120px;
    height: 170px;
    background: url(../img/huaguo.png) no-repeat;
    background-size: 100% 100%;
    top: 37px;
    left: 0px;
    display: none;
}
.huaguo li {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 13px;
    padding-left: 18px;
}

.button {
    display: block;
    width: 290px;
    height: 70px;
    background-image: linear-gradient(#ff4f29, #eb1b3b);
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    margin: 50px auto 0;
    border-radius: 666px;
}
.p2 {
    width: 100%;
    height: 1200px;
    background: #fef7f8;
}





.p2-index {
    width: 1200px;
    height: 1020px;
    margin: 100px auto 0;
    background: url(../img/p2-index.png) no-repeat;
    background-size: 100% 100%;
}



/* 新加的 */

.new-p1-index {
    width: 1210px;
    height: 490px;
    background: url(../img/new-p1-index.png) no-repeat;
    background-size: 100% 100%;
    margin: 45px auto 0;

}

.new-p2-title1 {
    width: 1155px;
    height: 50px;
    margin: 0px auto 0;
    padding-top: 60px;
}
.new-p2-l1 {
    float: left;
    margin-right: 20px;
    padding-top: 8px;
}
.new-p2-z1 {
    float: left;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.new-p2-z1 span {
    color: #e20014;
}
.new-p2-r1 {
    float: left;
    margin-left: 20px;
    padding-top: 8px;

}

.new-p1-index2 {
    width: 1099px;
    height: 288px;
    margin: 75px auto 0;
    background: url(../img/new-p1-index2.png) no-repeat;
    background-size: 100% 100%;
}






.new-p1-index2-left {
    width: 632px;
    height: 220px;
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
    margin-left: 10px;
}

.new-p1-index2-left div {
    width: 222px;
    height: 180px;
}

.new-p1-index2-left .miji .new-bg{
    background: url(../img/new-left2.png) no-repeat;
    background-size: 222px 150px;
}

.new-p1-index2-left .xinzi .new-bg{
    background: url(../img/new-left.png) no-repeat;
    background-size: 222px 150px;

}
.new-button {
    width: 220px;
    height: 40px;
    background-image: linear-gradient(#ffe8ad, #ffd478);
    display: block;
    border-radius: 30px;
    color: #f43232;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    
}










.p2 {
    width: 100%;
    height: 992px;
    background: #fff;
}

.p2-title1 {
    width: 1155px;
    height: 50px;
    margin: 0px auto 0;
    padding-top: 60px;
}
.p2-l1 {
    float: left;
    margin-right: 20px;
    padding-top: 8px;
}
.p2-z1 {
    float: left;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.p2-z1 span {
    color: #e20014;
}
.p2-r1 {
    float: left;
    margin-left: 20px;
    padding-top: 8px;

}

.p2-top {
    width: 1100px;
    height: 240px;
    margin: 79px auto 0;
    position: relative;
}
.p2-top-l {
    width: 220px;
    height: 240px;
    float: left;
    margin-right: 30px;
}
.p2-top-l div{
    width: 220px;
    height: 60px;
    background: #fff;
    color: #e70018;
    font-size: 24px;
    line-height: 60px;
    position: relative;
}
.p2-top-l .xiahua {
    width: 200px;
    height: 2px;
    background: url(../img/xiahuaxian.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 57px;
    left: 10px;
}
.p2-top .sjly {
    position: absolute;
    bottom: -23px;
    right: 8px;
    font-size: 14px;
    color: #333;
}

.p2-top-r {
    width: 850px;
    height: 245px;
    float: left;
    position: relative;
}
.p2-top-r .r-1 {
    width: 850px;
    height: 245px;
    background: url(../img/xinzigao.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;left: 0px;
    display: none;
}
.p2-top-r .r-2 {
    width: 850px;
    height: 245px;
    background: url(../img/xuqiuda.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;left: 0px;
    display: none;

}
.p2-top-r .r-3 {
    width: 850px;
    height: 245px;
    background: url(../img/rongyixue.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;left: 0px;
    display: none;

}
.p2-top-r .r-4 {
    width: 850px;
    height: 245px;
    background: url(../img/kejianzhi.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0px;left: 0px;
    display: none;

}
.p2-top-l .act {
    background-image: linear-gradient(#fd4d29, #ec1d3a);
    color: #fff;
    font-weight: bold;
    height: 61px;
    margin-top: -2px;
}
.p2-top-r .act {
    display: block;
    transition: 0.6s;

}




.p2-title2 {
    width: 1183px;
    height: 50px;
    margin: 0px auto 0;
    padding-top: 70px;
}
.p2-l2 {
    float: left;
    margin-right: 10px;
    padding-top: 8px;
}
.p2-z2 {
    float: left;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.p2-z2 span {
    color: #e20014;
}
.p2-r2 {
    float: left;
    margin-left: 10px;
    padding-top: 8px;
}

.p2-index2 {
    width: 1100px;
    height: 168px;
    background: url(../img/jinsheng.png) no-repeat;
    background-size: 100% 100%;
    margin: 81px auto 0;
    position: relative;
}

.p2-index2 div {
    float: left;
}

.index-small1 {
    font-size: 24px;
    color: #ffe39f;
    position: absolute;
    top: 47px;
    left: 25px;
    line-height: 30px;
}
.index-small2 {
    position: absolute;
    top: 42px;
    left: 241px;
}
.index-small2 p{
    color: #f12b35;
    font-size: 16px;
    padding-bottom: 11px;
    font-weight: bold;
}
.index-small3 {
    position: absolute;
    top: 35px;
    left: 415px;
}
.index-small3 p{
    color: #f12b35;
    font-size: 16px;
    padding-bottom: 11px;
    font-weight: bold;
}

.index-small4 {
    position: absolute;
    top: 13px;
    left: 680px;
}
.index-small4 p {
    padding-bottom: 44px;
    font-size: 16px;
    color: #333333;
    text-align: left;
}
.index-small4 p span {
    color: #ea173d;
    font-weight: bold;
}



.new-p2-index {
    width: 1200px;
    height: 686px;
    margin: 60px auto 0;
    /* border: 1px solid #000; */
}
.new-p2-diyi {
    width: 1200px;
    height: 60px;
    background: url(../img/ul.png) no-repeat;
    background-size: 100% 100%;
}
.new-p2-diyi li {
    width: 200px;
    height: 60px;
    float: left;
    /* background: #; */
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}
.new-p2-diyi .abc {
    background-image: linear-gradient(to right, #5f0cf9 , #8f24ec);
}
.new-p2-dier {
    width: 1200px;
    height: 600px;
    margin-top: 23px;
}

.new-p2-dier div {
    width: 1200px;
    height: 600px;
    display: none
}

.new-p2-dier div img {
    width: 1200px;
    height: 600px;
}
.new-p2-dier .abc {
    display: block;
}

.buttonnew {
    display: block;
    width: 290px;
    height: 70px;
    background-image: linear-gradient(#ff4f29, #eb1b3b);
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    margin: 50px auto 0;
    border-radius: 666px;
    font-weight: bold;
}





.new_mokuai {
    width: 100%;
    height: 1030px;
    background: #fef7f8;
}

.new_mokuai2 {
    width: 1200px;
    height: 489px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-around;
}

.new-1 {
    width: 286px;
    height: 489px;
    background: url(../img/new-01.png) no-repeat;
    background-size: 100% 100%;
}
.new-2 {
    width: 286px;
    height: 489px;
    background: url(../img/new-02.png) no-repeat;
    background-size: 100% 100%;
}
.new-3 {
    width: 286px;
    height: 489px;
    background: url(../img/new-03.png) no-repeat;
    background-size: 100% 100%;
}
.new-4 {
    width: 286px;
    height: 489px;
    background: url(../img/new-04.png) no-repeat;
    background-size: 100% 100%;
}

.new-p1 {
   text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-top: 283px;
    padding-left: 24px;
}

.new-p2 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    padding-top: 37px;
    padding-left: 24px;
    line-height: 25px;
}

.p3 {
    width: 100%;
    height: 940px;
    background: url(../img/p2-dibu.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -220px;
    z-index: 99999;
}

.p3-index {
    width: 1210px;
    height: 530px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 95px auto 0;
    position: relative;
}

.p3-index div {
    width: 365px;
    height: 265px; 
    position: relative;
}

.p3-index .p3-d1 {
    background: url(../img/1.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-d1 p:nth-child(1) {
    position: absolute;
    top: 78px;
    left: 23px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.p3-index .p3-d1 p:nth-child(1) span {
    color: #f3453a;
}
.p3-index .p3-d1 ul {
    position: absolute;
    top: 150px;
    left: 50px;
}
.p3-index .p3-d1 ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    width: 140px;
    text-align: left;
    padding-bottom: 10px;
    text-indent: -6px;
}
.p3-index .p3-d2 {
    background: url(../img/2.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-d3 {
    background: url(../img/3.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-d4 {
    background: url(../img/4.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-d5 {
    background: url(../img/5.png) no-repeat;
    background-size: 100% 100%;
}
.p3-index .p3-d6 {
    background: url(../img/6.png) no-repeat;
    background-size: 100% 100%;
}



.p3-index .p3-d2 p:nth-child(1) {
    position: absolute;
    top: 78px;
    left: 23px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.p3-index .p3-d2 p:nth-child(1) span {
    color: #f3453a;
}
.p3-index .p3-d2 ul {
    position: absolute;
    top: 150px;
    left: 50px;
}
.p3-index .p3-d2 ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    width: 300px;
    text-align: left;
    padding-bottom: 10px;
    text-indent: -6px;
}

.p3-index .p3-d3 p:nth-child(1) {
    position: absolute;
    top: 78px;
    left: 23px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.p3-index .p3-d3 p:nth-child(1) span {
    color: #f3453a;
}
.p3-index .p3-d3 ul {
    position: absolute;
    top: 150px;
    left: 50px;
}
.p3-index .p3-d3 ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    width: 300px;
    text-align: left;
    padding-bottom: 10px;
    text-indent: -6px;
}




.p3-index .p3-d4 p:nth-child(1) {
    position: absolute;
    top: 78px;
    left: 23px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.p3-index .p3-d4 p:nth-child(1) span {
    color: #f3453a;
}
.p3-index .p3-d4 ul {
    position: absolute;
    top: 150px;
    left: 50px;
}
.p3-index .p3-d4 ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    width: 300px;
    text-align: left;
    padding-bottom: 10px;
    text-indent: -6px;
}



.p3-index .p3-d5 p:nth-child(1) {
    position: absolute;
    top: 78px;
    left: 23px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.p3-index .p3-d5 p:nth-child(1) span {
    color: #f3453a;
}
.p3-index .p3-d5 ul {
    position: absolute;
    top: 150px;
    left: 50px;
}
.p3-index .p3-d5 ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    width: 300px;
    text-align: left;
    padding-bottom: 10px;
    text-indent: -6px;
}



.p3-index .p3-d6 p:nth-child(1) {
    position: absolute;
    top: 78px;
    left: 23px;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.p3-index .p3-d6 p:nth-child(1) span {
    color: #f3453a;
}
.p3-index .p3-d6 ul {
    position: absolute;
    top: 150px;
    left: 50px;
}
.p3-index .p3-d6 ul li {
    list-style: disc;
    color: #fff;
    font-size: 18px;
    width: 300px;
    text-align: left;
    padding-bottom: 10px;
    text-indent: -6px;
}

.button2 {
    display: block;
    width: 290px;
    height: 70px;
    background-image: linear-gradient(#ffe8ad, #ffd478);
    color: #f2443a;
    font-size: 24px;
    line-height: 70px;
    margin: 20px auto 0;
    border-radius: 666px;
    font-weight: bold;
}

.p4 {
    width: 100%;
    height: 1000px;
    position: relative;
    z-index:99999;
    top: -220px;
    background: #fef7f8;
}



.p4-index {
    width: 1300px;
    height: 470px;
    margin: 100px auto 0; 
    /* margin-left: 338px; */
}
section{
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    width: 1170px;
    height: 470px;
    margin: 0 auto;
    position: relative;
}
section .card{
    position: relative;
    width: 266px;
    height: 465px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    float: left;
    margin: 0 0px;
}
section .card .box{
    width: 265px;
    height: 465px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}
section .act1{
    margin-left: 50px;
    margin-right: 50px;
}

section .act1 .box{
    transform: rotateY(180deg);
    -ms-transform:rotateY(180deg); 	/* IE 9 */
    -moz-transform:rotateY(180deg); 	/* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(180deg); 	/* Opera */
}
section .act1 .box .contentBx {
    margin: 0px 20px;
    display: block;
    position: relative;
    z-index: 999;
}
section .box .contentBx {
    display: none;
}
section .act1 .box .imgBx {
    display: none;
} 
section .card:hover .box{
}
section .card .box .imgBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section .card .box #i1 {
    background: url(../img/01zhengmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    color: #fff;
}

section .card .box #i1 .pi-1 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 32px;
}
section .card .box #i1 .pi-2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 44px;
    padding-left: 66px;
}
section .card .box #i1 .pi-3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 29px;
    padding-left: 66px;
}
section .card .box #i1 .pi-4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i1 .pi-5 {
    font-size: 14px;
    padding-left: 63px;
    padding-top: 10px;
    line-height: 18px;
}
section .card .box #i1 a {
    display: block;
    width: 150px;
    height: 35px;
    color: #fe162c;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border-radius: 666px;
    background: #fff;
    margin-top: 124px;
    margin-left: 60px;
}
section .card .box #i2 {
    background: url(../img/02zhengmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    color: #fff;
}


section .card .box #i2 .pi-1 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 32px;
}
section .card .box #i2 .pi-2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 44px;
    padding-left: 66px;
}
section .card .box #i2 .pi-3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 29px;
    padding-left: 66px;
}
section .card .box #i2 .pi-4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i2 .pi-5 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i2 .pi-6 {
    font-size: 14px;
    padding-left: 63px;
    padding-top: 10px;
    line-height: 18px;
}
section .card .box #i2 a {
    display: block;
    width: 150px;
    height: 35px;
    color: #fe162c;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border-radius: 666px;
    background: #fff;
    margin-top: 75px;
    margin-left: 60px;
}








section .card .box #i3 {
    background: url(../img/03zhengmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    color: #fff;
}



section .card .box #i3 .pi-1 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 32px;
}
section .card .box #i3 .pi-2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 44px;
    padding-left: 66px;
}
section .card .box #i3 .pi-3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 29px;
    padding-left: 66px;
}
section .card .box #i3 .pi-4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i3 .pi-5 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i3 .pi-6 {
    font-size: 14px;
    padding-left: 63px;
    padding-top: 10px;
    line-height: 18px;
}
section .card .box #i3 a {
    display: block;
    width: 150px;
    height: 35px;
    color: #fe162c;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border-radius: 666px;
    background: #fff;
    margin-top: 75px;
    margin-left: 60px;
}





section .card .box #i4 {
    background: url(../img/04zhengmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    color: #fff;
}

section .card .box #i4 .pi-1 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 32px;
}
section .card .box #i4 .pi-2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 44px;
    padding-left: 66px;
}
section .card .box #i4 .pi-3 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 29px;
    padding-left: 66px;
}
section .card .box #i4 .pi-4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i4 .pi-5 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i4 .pi-6 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 28px;
    padding-left: 66px;
}
section .card .box #i4 .pi-7 {
    font-size: 14px;
    padding-left: 63px;
    padding-top: 10px;
    line-height: 18px;
}
section .card .box #i4 a {
    display: block;
    width: 150px;
    height: 35px;
    color: #fe162c;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border-radius: 666px;
    background: #fff;
    margin-top: 24px;
    margin-left: 60px;
}




section .card .box .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section .card .box .contentBx{
    position: absolute;
    top: 2px;
    left: -58px;
    width: 340px;
    height: 465px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;	/* Chrome 和 Safari */
    -moz-backface-visibility: hidden; 	/* Firefox */
    -ms-backface-visibility: hidden; 	/* Internet Explorer */
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;	/* Safari 和 Chrome */
    transform: rotateY(180deg);
    -ms-transform:rotateY(180deg); 	/* IE 9 */
    -moz-transform:rotateY(180deg); 	/* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(180deg); 	/* Opera */
}
section .card .box #f1 {
    background: url(../img/01fanmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
}
section .card .box #f1 .bt1 {
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 53px;
    font-weight: bold;
}
section .card .box #f1 .bt2 {
    color: #e20014;
    font-size: 20px;
    padding-top: 30px;
    padding-left: 36px;
    font-weight: bold;
}
section .card .box #f1 .bt3 {
    color: #e20014;
    font-size: 16px;
    padding-left: 29px;
    padding-top: 3px;
    font-weight: bold;
}
section .card .box #f1 ul {
    padding-top: 31px;
    padding-left: 18px;
    width: 293px;
    height: 310px;
    margin: 0 auto;
}
section .card .box #f1 ul li {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 25px;
}
section .card .box #f2 {
    background: url(../img/02fanmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;

}

section .card .box #f2 .bt1 {
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 53px;
    font-weight: bold;
}
section .card .box #f2 .bt2 {
    color: #e20014;
    font-size: 20px;
    padding-top: 30px;
    padding-left: 36px;
    font-weight: bold;
}
section .card .box #f2 .bt3 {
    color: #e20014;
    font-size: 16px;
    padding-left: 29px;
    padding-top: 3px;
    font-weight: bold;
}
section .card .box #f2 ul {
    padding-top: 28px;
    padding-left: 16px;
    width: 293px;
    height: 310px;
    margin: 0 auto;
}
section .card .box #f2 ul li {
    color: #333;
    font-size: 15px;
    padding-bottom: 2px;
    line-height: 28px;
}


section .card .box #f3 {
    background: url(../img/03fanmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
}

section .card .box #f3 .bt1 {
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 53px;
    font-weight: bold;
}
section .card .box #f3 .bt2 {
    color: #e20014;
    font-size: 20px;
    padding-top: 30px;
    padding-left: 36px;
    font-weight: bold;
}


section .card .box #f3 .bt3 {
    color: #e20014;
    font-size: 16px;
    padding-left: 6px;
    padding-top: -4px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    line-height: 23px;
}
section .card .box #f3 ul {
    padding-top: 30px;
    padding-left: 16px;
    width: 293px;
    height: 280px;
    margin: 0 auto;
}
section .card .box #f3 ul li {
    color: #333;
    font-size: 15px;
    padding-bottom: 13px;
    /* line-height: 28px; */
}




section .card .box #f4 {
    background: url(../img/04fanmian.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
}


section .card .box #f4 .bt1 {
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 47px;
    font-weight: bold;
}
section .card .box #f4 .bt2 {
    color: #e20014;
    font-size: 20px;
    padding-top: 22px;
    padding-left: 36px;
    font-weight: bold;
    line-height: 24px;
}


section .card .box #f4 .bt3 {
    color: #e20014;
    font-size: 16px;
    padding-left: 6px;
    padding-top: -4px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    line-height: 23px;
}
section .card .box #f4 ul {
    padding-top: 30px;
    padding-left: 16px;
    width: 293px;
    height: 259px;
    margin: 0 auto;
}
section .card .box #f4 ul li {
    color: #333;
    font-size: 15px;
    padding-bottom: 10px;
    /* line-height: 28px; */
}




section .card .box .contentBx div{
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    padding: 20px;
    background: linear-gradient(45deg,#fe0061,#ffeb3b);
    transform: translateZ(100px);
    -webkit-transform: translateZ(100px);
}
section .card .box .contentBx div h2{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
section .card .box .contentBx div p{
    color: #fff;
    font-size: 16px;
}

.p4-index2 {
    width: 1200px;
    height: 120px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
}
.p4-index2 div {
    width: 116px;
    height: 116px;
}

.p5 {
    width: 100%;
    height: 975px;
    background: #fef7f8;
    position: relative;
    z-index:99999;
    top: -220px;
}

.p5-index {
    width: 1220px;
    height: 610px;
    background: url(../img/p5-index.png) no-repeat;
    background-size: 100% 100%;
    margin: 90px auto 0;
    position: relative;
}
.zy {
    width: 5px;
    height: 10px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.xiantiao {
    position: absolute;
    top: 199px;
    left: 50px;
}

.p5-1 {
    width: 299px;
    height: 584px;
    margin-left: 13px;
    margin-top: 8px;
}
.p5-1 ul {
    width: 140px;
    height: 130px;
    display: block;
    margin: 163px auto 0;
}
.p5-1 ul li {
    width: 140px;
    height: 30px;
    background: #ffffff;
    color: #f12b36;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 666px;
    font-weight: bold;
}
.p5-1 ul li:nth-child(1) {
    margin-bottom: 14px;
}
.p5-1 ul li:nth-child(2) {
    margin-bottom: 14px;
}
.shanshuo {
    position: absolute;
    top: 320px;
    left: 127px;
    z-index: 999;
	-webkit-animation:twinkling 2.1s infinite ease-in-out;
	animation:twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes twinkling {
	0% {
	opacity:0.8;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:0.3;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}



.p5-2 {
    width: 299px;
    height: 584px;
    margin-top: 8px;
}

.p5-2 ul {
    width: 140px;
    height: 130px;
    display: block;
    margin: 90px auto 0;
}
.p5-2 ul li {
    width: 140px;
    height: 30px;
    background: #ffffff;
    color: #f12b36;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 666px;
    font-weight: bold;
}
.p5-2 ul li:nth-child(1) {
    margin-bottom: 14px;
}
.p5-2 ul li:nth-child(2) {
    margin-bottom: 14px;
}

.shanshuo2 {
    position: absolute;
    top: 251px;
    left: 424px;
    z-index: 999;
	-webkit-animation:twinkling2 2.5s infinite ease-in-out;
	animation:twinkling2 2.5s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes twinkling2 {
	0% {
	opacity:0.9;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:0.4;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}


.p5-3 {
    width: 299px;
    height: 584px;
    margin-top: 8px;
}

.p5-3 ul {
    width: 140px;
    height: 130px;
    display: block;
    margin: 118px auto 0;
}
.p5-3 ul li {
    width: 140px;
    height: 30px;
    background: #ffffff;
    color: #f12b36;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 666px;
    font-weight: bold;
}
.p5-3 ul li:nth-child(1) {
    margin-bottom: 14px;
}
.p5-3 ul li:nth-child(2) {
    margin-bottom: 14px;
}

.shanshuo3 {
    position: absolute;
    top: 231px;
    left: 728px;
    z-index: 999;
	-webkit-animation:twinkling3 2.6s infinite ease-in-out;
	animation:twinkling3 2.6s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes twinkling3 {
	0% {
	opacity:0.9;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:0.3;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}



.p5-4 {
    width: 299px;
    height: 584px;
    margin-top: 8px;
}

.p5-4 ul {
    width: 140px;
    height: 130px;
    display: block;
    margin: 23px auto 0;
}
.p5-4 ul li {
    width: 140px;
    height: 30px;
    background: #ffffff;
    color: #f12b36;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border-radius: 666px;
    font-weight: bold;
}
.p5-4 ul li:nth-child(1) {
    margin-bottom: 14px;
}
.p5-4 ul li:nth-child(2) {
    margin-bottom: 14px;
}

.shanshuo4 {
    position: absolute;
    top: 179px;
    left: 1026px;
    z-index: 999;
	-webkit-animation:twinkling4 2.7s infinite ease-in-out;
	animation:twinkling4 2.7s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes twinkling4 {
	0% {
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
50% {
	opacity:0.6;
	filter:alpha(opacity=50);
	-webkit-transform:scale(1.12);
}
100% {
	opacity:1;
	filter:alpha(opacity=20);
	-webkit-transform:scale(1);
}
}

.zs {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.p6 {
    width: 100%;
    height: 715px;
    position: relative;
    z-index: 99999;
    top: -220px;
}
.p6-index {
    width: 1300px;
    height: 350px;
    margin: 100px auto 0;
    position: relative;
}
.silder-box{
    position:relative;
    margin:50px auto;
    width: 1200px;
    height: 360px;
}
.silder{
    margin:0 auto 0;
}
.silder li{
    width: 280px;
    height: 334px;
    position: relative;
}
.silder li img{
    width: 280px;
    height: 360px;
}
.silder-button{
    top:160px;
    width:25px;
    height:54px;
    position:absolute;
    cursor:pointer;
}
.silder-button.btl{
    left:10px;
    background:url(../img/arrows.png) no-repeat;
}
.silder-button.btr{
    right:10px;
    background:url(../img/arrows2.png) no-repeat;
}
.silder-box-1{
    width: 1300px;
    height: 360px;
    position:relative;
    margin:50px auto;
    overflow: hidden;
}

.txt-three{
    position: absolute;
    left: 22px;
    top: 18px;
    width: 237px;
    height: 317px;
    text-align: left;
    color: #fff;
    background: rgba(0,0,0,0.6);
    filter: Alpha(opacity=80);
    padding-left: 13px;
    transition: 0.6s;
    display: none;
}
.txt-three h3{
	font-weight: bold;
    color: #fff;
    font-size: 26px;
    padding-top: 18px;
    padding-bottom: 13px;
}
.txt-three .zhizheng {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.txt-three .guowang {
    font-size: 14px;
    width: 230px;
    height: 210px;
}
.txt-three .xuxian {
    margin: 8px 0 0px 0;
}
.txt-three p{
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.p7 {
    width: 100%;
    height: 960px;
    background: url(../img/p7.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 99999;
    top: -220px;
}
.p7-index {
    width: 1215px;
    height: 510px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.p7-index div {
    width: 400px;
    height: 250px;
}
.p8 {
    width: 100%;
    height: 690px;
    position: relative;
    z-index: 99999;
    top: -230px;
}

.p8-index {
    width: 1220px;
    height: 335px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-around;
}
.p8-index div {
    width: 310px;
    height: 335px;
    background: url(../img/p8-div.png) no-repeat;
    background-size: 100% 100%;
}
.p8-index div p:nth-child(1) {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 25px;
}
.p8-index div p:nth-child(2) {
    font-size: 24px;
    color: #333;
    padding-top: 71px;
    padding-left: 35px;
}
.p8-index div p:nth-child(3) {
    font-size: 24px;
    color: #333;
    padding-top: 27px;
    padding-left: 35px;
}
.p8-index div p:nth-child(4) {
    font-size: 24px;
    color: #333;
    padding-top: 28px;
    padding-left: 35px;

}
.p8-index div p:nth-child(5) {
    font-size: 24px;
    color: #333;
    padding-top: 28px;
    padding-left: 35px;
}

.p9 {
    width: 100%;
    height: 900px;
    background: #fef7f8;
    position: relative;
    z-index: 99999;
    top: -230px;
}

.p9-index1 {
    width: 1200px;
    height: 70px;
    margin: 100px auto 0;
    background: url(../img/p9-div1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
}

.p9-index1 div {
    color: #fff;
    font-size: 30px;
    width: 240px;
    height: 70px;
    line-height: 70px;
}

.p9-index2 {
    width: 1200px;
    height: 430px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.p10 {
    width: 100%;
    height: 1179px;
    background: url(../img/p10.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -335px;
    position: relative;
    z-index: 999999;
}

.p10-index {
    width: 1118px;
    height: 525px;
    margin: 120px auto 0;
    background: url(../img/p10-index.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.p10-index div {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 0px;left: 0px;
    line-height: 35px;
}
.p10-index p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    position: absolute;
}

.p10-index2 {
    width: 1105px;
    height: 120px;
    margin: 60px auto 0;
    background: url(../img/wuchu.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
}
.p10-index2 div {
    width: 120px;
    height: 60px;
    margin-top: 30px;
}
.p10-index2 div p:nth-child(1) {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.p10-index2 div p:nth-child(2) {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.dibu {
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #999999;
    background-color: #333333;
    line-height: 25px;
    padding-top: 15px;
}