body {
    background: #fff;
}

/* 动画基地 */
.animated_visible {}


.banner {
    position: relative;
    z-index: 1;
}

.banner i {
    display: block;
}

.banner i img {
    width: 100%;
}

.banner-layer {
    display: flex;
    position: absolute;
    right: 5%;
    bottom: 60px;
}

.slide-li {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    cursor: pointer;
}

.slide-li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.slide-li:hover span{
    background-color: #fa4b06;
}

.slide-li p {
   position: absolute;
   z-index: 5;
}
.slide-li:hover{
    z-index: 10;
}

.slide-tel p{
    left: 50%;
    top: -45px;
    width: 184px;
    height: 38px;
    margin-left: -92px;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/banner_shape.png) no-repeat center 0;
    opacity: 0;
    transform: translate3d(0,100%,0);
    transition: 0.6s;
}
.slide-tel:hover p{
    opacity: 1;
    transform: translate3d(0,0,0);
}

.slide-ewm p{
    position: absolute;
    left: 50%;
    top: -108px;
    margin-left: -52px;
    opacity: 0;
    transform: rotate(60deg);
    transform-origin: center bottom;
    transition: 0.6s;
}
.slide-ewm:hover p{
    opacity: 1;
    transform: rotate(0);
}



/* 第1部分 */
.part1 {
    position: relative;
    z-index: 1;
}

.part1-main {
    width: 1200px;
    margin: 0 auto;
    padding: 0 60px 50px;
}

.part1-title {
    padding: 70px 0 35px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0,-20%,0);
    transition: 1s 1s;
}

.part1-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 0 30px 30px 0;
    background: url(../images/part1_img.jpg) no-repeat 0 0;
    border-top: 6px solid #417d00;
    border-bottom: 6px solid #417d00;
    opacity: 0;
    transform: translate3d(0,-20%,0);
    transition: 1s 1s;
}

.part1-left {
    width: 600px;
    padding: 260px 0 0 20px;
}

.part1-ch {
    font: 400 24px/30px '仿宋';
}

.part1-en {
    font: 400 14px/24px '仿宋';
    color: #999999;
    text-transform: uppercase;
}

.part1-leader {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0 0;
    font: bold 18px/24px "微软雅黑";
    color: #000;
}

.part1-right {
    width: 410px;
}

.part1-say {
    margin: 25px 0 15px;
    padding: 0 0 0 60px;
    font: 400 18px/24px "微软雅黑";
    color: #000;
    background: url(../images/part1_line.png) no-repeat 0 center;
}

.part1-p {
    height: 240px;
    overflow: hidden;
    font: 400 14px/24px "微软雅黑";
    color: #999999;
    text-align: justify;
}

.part1-more {
    margin: 36px 0 0;
    font: 400 14px/20px '微软雅黑';

}

.part1-more a {
    color: #000;
    transition: 0.6s;
}


.part1-more a:hover {
    color: #fa4b06;
    letter-spacing: 10px;
}

.part1-slide {
    position: absolute;
    right: 5%;
    bottom: -84px;
    opacity: 0;
    transform: translate3d(20%,-20%,0) scale(0.6);
    transition: 1s 1s;
}
/* 动画 */
.part1-title.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part1-box.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part1-slide.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0) scale(1);
}


/* 第2部分 */
.part2 {
    height: 1048px;
    background: url(../images/part2_bg.jpg) no-repeat center 0;
    border-bottom: 15px solid #fff;
}

.part2-main {
    perspective: 1000px;
    width: 1200px;
    margin: 0 auto;
    background: url(../images/part2_bottom.png) no-repeat center bottom;
}

.part2-title {
    padding: 15px 0 60px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0,-20%,0);
    transition: 1s 1s;
}

.part2-head {
    text-align: center;
    opacity: 0;
    transform: translate3d(0,-20%,0);
    transition: 1s 1s;
}

.part2-map {
    height: 350px;
    padding: 150px 0 0 100px;
    text-align: center;
    background: url(../images/part2_map.png) no-repeat center 0;
    opacity: 0;
    transform: translate3d(0,-20%,0);
    transition: 1s 1s;
}
.part2-box{
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: center bottom;
    transition: 1s 1s;
}
.part2-box ul {
    perspective: 1000px;
    display: flex;
    padding: 50px 0 0;
}

.part2-box ul li {
    position: relative;
    width: 20%;
    padding: 255px 0 0;
    cursor: pointer;
}

.part2-box ul li i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 225px;
    height: 225px;
    overflow: hidden;
    border: 5px solid #ba0000;
    transform-origin: center 0;
    transition: 0.6s;
}

.part2-box ul li:nth-child(1) i {
    transform: rotateY(75deg);
}

.part2-box ul li:nth-child(2) i {
    transform: rotateY(60deg);
}

.part2-box ul li:nth-child(4) i {
    transform: rotateY(-60deg);
}

.part2-box ul li:nth-child(5) i {
    transform: rotateY(-75deg);
}

.part2-box ul li p {
    width: 100px;
    margin: 0 auto;
    font: 400 16px/24px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #ba0000;
    border-radius: 15px;
}

.part2-box ul li:hover i {
    top: -113px;
    height: 338px;
    border: 0;
    transform: rotateY(0);
}
/* 动画 */
.part2-title.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part2-head.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part2-map.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part2-box.animated_visible{
    opacity: 1;
    transform: rotateX(0);
}


/* 第3部分 */
.part3 {
    padding: 0 0 100px;
    background: url(../images/part3_head.jpg) no-repeat center 0;
}

.part3-main {
    width: 1200px;
    margin: 0 auto;
}

.part3-head {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 234px;
    opacity: 0;
    transform: translate3d(-20%,0,0);
    transition: 1s 1s;
}

.part3-title {
    padding: 0 0 0 64px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    letter-spacing: 20px;
    background: url(../images/part3_icon.png) no-repeat 20px center;
    opacity: 0;
    transform: translate3d(-20%,0,0);
    transition: 1s 1s;
}

.part3-title p {
    padding: 0 270px 0 0;
    background: url(../images/part3_title_line.png) no-repeat right center;
}

.part3-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 15;

}

.part3-left {
    width: 740px;
    opacity: 0;
    transform: translate3d(-20%,0,0);
    transition: 1s 1s;
}

.part3-left-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 60px 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #c7c7c7;
}

.part3-left-top a {
    font: 400 14px/20px '微软雅黑';
    color: #000;
    transition: 0.6s;
}

.part3-left-top a:hover {
    color: #fa4b06;
    letter-spacing: 10px;
}

.part3-p {
    height: 210px;
    overflow: hidden;
    font: 400 16px/30px '微软雅黑';
    color: #666666;
    text-align: justify;
}

.part3-nav ul {
    display: flex;
    margin: 30px 0 0;
}

.part3-nav ul li {
    padding: 0 24px 0 0;
}

.part3-nav ul li a {
    display: block;
    width: 125px;
    overflow: hidden;
    text-align: center;
    background: url(../images/part3_li_bg.jpg) repeat-x 0 -43px;
    transition: 0.6s;
}

.part3-nav ul li .ch {
    font: 400 16px/42px '微软雅黑';
    color: #fff;
}

.part3-nav ul li .en {
    height: 48px;
    padding: 10px 0 11px;
    font: 400 12px/22px '微软雅黑';
    color: #999;
    background: url(../images/part3_arrow.png) no-repeat center 48px;
    transition: 0.6s;
}

.part3-nav ul li a:hover {
    background-position: center 0;
    transform: translate3d(0, -12px, 0);
}

.part3-nav ul li a:hover .ch {
    color: #fa4b06;
}

.part3-nav ul li a:hover .en {
    padding-top: 5px;
    color: #ffa17c;
    background-position: center 23px;
}

.part3-right {
    perspective: 1000px;
    width: 200px;
    position: relative;
}

.part3-icon {
    position: absolute;
    left: 0;
    top: -145px;
}
.part3-img{
    opacity: 0;
    transform: rotateX(-60deg);
    transform-origin: center 0;
    transition: 1s 1s;
}
.part3-img p {
    padding: 0 0 5px;
    
}
/* 动画 */
.part3-head.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part3-left.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part3-img.animated_visible{
    opacity: 1;
    transform: rotate(0);
}



/* 第四部分 */
.part4 {
    height: 1000px;
    background: url(../images/part4_bg.jpg) no-repeat center 0;
}

.part4-main {
    perspective: 1000px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.part4-title {
    padding: 75px 0 45px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0,-20%,0);
    transition: 1s 1s;
}

.part4-icon1 {
    position: absolute;
    z-index: 5;
    left: 842px;
    top: 125px;
    opacity: 0;
    transform: translate3d(10%,-20%,0);
    transition: 1s 1s;
}

.part4-icon2 {
    position: absolute;
    z-index: 5;
    left: 195px;
    top: 150px;
    opacity: 0;
    transform: translate3d(10%,-20%,0);
    transition: 1s 1s;
}

.part4-nav {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translate3d(20%,0,0);
    transition: 1s 1s;
}

.part4-nav ul {
    display: flex;
    justify-content: center;
}

.part4-nav ul li {
    padding: 0 1px;
}

.part4-nav ul li a {
    display: block;
    padding: 0 50px;
    font: 400 16px/24px '微软雅黑';
    color: #000;
    background: url(../images/part4_nav_line.png) no-repeat right center/0 1px;
    transition: 0.3s;
}

.part4-nav ul li a:hover {
    padding-left: 0;
    padding-right: 100px;
    color: #fa4b06;
    background-size: 90px 1px;
}

.part4-box {
    margin: 50px 0 70px;
    opacity: 0;
    transform: rotateX(60deg);
    transition: 1s 1s;
}

.part4-box ul {
    display: flex;
    padding: 0 30px;
}

.part4-box ul li {
    width: 33.3%;
    padding: 0 8px;
}

.part4-box li a {
    display: block;
    position: relative;
    height: 490px;
    color: #000;
    text-align: center;
}

.pic-li-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pic_li_bg.png) no-repeat center 0/cover;
}

.pic-li-box {
    position: relative;
    z-index: 10;
}

.pic-li-box i {
    display: block;
}

.pic-li-box i img {
    width: 100%;
}

.pic-li-icon {
    margin: 0 0 20px;
    text-align: center;

}

.pic-li-icon img {}

.pic-li-name {
    font: 400 18px/36px '微软雅黑';
}

.pic-li-weight {
    font: 400 14px/24px '微软雅黑';
}

.part4-box li a:hover {
    color: #fa4b06;
}

.part4-box li a:hover .pic-li-bg {
    opacity: 0.9;
    border: 5px solid #fa4b06;
}

.part4-box li a:hover .pic-li-icon {
    background: url(../images/pic_lia_icon.png) no-repeat center center;
}

.part4-box li a:hover .pic-li-icon img {
    opacity: 0;
}

.part4-more {
    width: 120px;
    margin: 0 auto;
    opacity: 0;
    transform: translate3d(0,30%,0);
    transition: 1s 1s;
}

.part4-more a {
    display: block;
    font: 400 14px/41px '微软雅黑';
    text-align: center;
    color: #fff;
    background: url(../images/more_bg.jpg) no-repeat center center/80px 41px;
    transition: 0.6s;
}

.part4-more a:hover {
    background-size: 100% 100%;
}
/* 动画 */
.part4-title.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part4-icon1.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part4-icon2.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part4-nav.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part4-box.animated_visible{
    opacity: 1;
    transform: rotateX(0);
}
part4-more.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}


/* 第五部分 */
.part5 {
    height: 1330px;
    background: url(../images/part5_bg.jpg) no-repeat center bottom;
}

.part5-main {
    display: flex;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 70px 20px 0;
}

.part5-slide {
    width: 195px;
    opacity: 0;
    transform: translate3d(-20%,0,0);
    transition: 1s 1s;
}

.part5-slide i {
    display: block;
    padding: 0 0 20px;
}

.part5-slide a {
    display: block;
    width: 125px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #555;
    transition: 0.6s;
}

.part5-slide a:hover {
    width: 160px;
    background:#fa4b06;
}

.part5-box {
    width: 965px;
    padding: 50px 0 0;
}

.part5-box ul {
    border-top: 2px solid #555555;
}

.part5-box ul li {
    position: relative;
    opacity: 0;
    transform: translate3d(0,-10%,0);
    transition: 1s 1s;
}

.part5-box ul li::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 0;
    width: 8px;
    height: 100%;
    background: #555;
}

.part5-box ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 50px 0 0;
}


.new-li-img {
    width: 148px;
    height: 148px;
    overflow: hidden;
    border: 4px solid #555555;
    border-radius: 50%;
    transition: 0.6s;
}

.new-li-img img {
    width: 100%;
    height: 100%;
}

.new-li-font {
    width: 650px;
    padding: 0 30px;
}

.new-li-title {
    overflow: hidden;
    font: 400 24px/30px '微软雅黑';
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    font: 400 16px/30px '微软雅黑';
    color: #000000;
}

.new-li-p {
    height: 60px;
    overflow: hidden;
    font: 400 14px/20px "微软雅黑";
    color: #999;
}

.new-li-more {
    width: 160px;
    height: 115px;
    padding: 24px 0 0;
    text-align: center;
    color: #000;
    background: url(../images/new_li_color.jpg) no-repeat 0 0/0 100%;
    border-left:1px solid #555;
    transition: 0.6s;
}

.new-li-more span {
    display: block;
    font: 400 14px/24px "微软雅黑";

}

.new-li-more i {
    display: block;
    width: 18px;
    height: 18px;
    margin: 30px auto 0;
    background: url(../images/new_arrow.png) no-repeat -20px center;
    transition: 0.6s;
}

.part5-box ul a:hover .new-li-img {
    border-color: #fa4b06;
    transform: rotate(360deg);
}

.part5-box ul a:hover .new-li-title {
    color: #fa4b06;
}

.part5-box ul a:hover .new-li-more {
    color: #fff;
    background-size: 100% 100%;
}

.part5-box ul a:hover .new-li-more i {
    background-position: 0 center;
}

.public {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 200px 0 0;
}

.public-left {
    width: 360px;
    text-align: center;
}

.public-ewm {
    width: 106px;
}

.public-ewm-ch {
    font: 400 24px/30px '微软雅黑';
    color: #000000;
}

.public-ewm-en {
    font: 400 12px/18px '微软雅黑';
    color: #6b6c6e;
}

.public-ewm-img {
    margin: 30px 0 0;
    text-align: center;
}

.public-ewm-img p {
    font: 400 14px/36px '微软雅黑';
    color: #000;
}

.public-nav-ch {
    font: 400 24px/30px '微软雅黑';
    color: #000;
}

.public-nav-en {
    font: 400 12px/18px '微软雅黑';
    color: #6b6c6e;
}

.public-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    margin: 20px 0 0;
}

.public-nav ul li {
    width: 90px;
}

.public-nav ul a {
    display: block;
    font: 400 14px/36px "微软雅黑";
    color: #000;
}

.public-nav ul a:hover {
    color: #fa4b06;
}


.public-contact-ch {
    font: 400 24px/30px '微软雅黑';
    color: #000;
}

.public-contact-en {
    font: 400 12px/18px '微软雅黑';
    color: #6b6c6e;
}

.public-p {
    margin: 20px 0 0;
    font: 400 16px/36px '微软雅黑';
    color: #000;
}

footer {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    background: #af001a;
}

footer p {
    padding: 0 5px;
}

footer a {
    color: #fff;
}
/* 动画 */
.part5-slide.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
.part5-box li.animated_visible{
    opacity: 1;
    transform: translate3d(0,0,0);
}