* {
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Microsoft YaHei", "PingFang SC";
    font-size: 16px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #555;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media(min-width:1400px) {
    .container {
        width: 1400px
    }
}

@media(min-width:1660px) {
    .container {
        width: 1600px
    }
}

.width20 {
    width: 20%
}
.width30{width:30%}
.width70 {
    width: 70%
}

.width45 {
    width: 45%
}

.width55 {
    width: 55%
}

.width50 {
    width: 50%
}

.width33 {
    width: 33%
}

.width34 {
    width: 33.333%
}

.width35 {
    width: 35%
}

.width65 {
    width: 65%
}

.width70 {
    width: 70%
}

.width80 {
    width: 80%
}

.width85 {
    width: 85%
}

.noPLeft {
    padding-left: 0;
}

.noPRight {
    padding-right: 0;
}

.font90 {
    font-size: 90px;
    font-weight: bold;
}

.font40 {
    font-size: 40px;
}

.font20 {
    font-size: 20px
}

.font36 {
    font-size: 36px
}

.colorG {
    color: rgba(239, 130, 0, .15);
}

.marginT100 {
    margin-top: 100px;
}

.marginB80 {
    margin-bottom: 80px;
}
.marginT60 {
    margin-top: 60px;
}


/* 波浪 */
.hmPage2Bg {
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}

.hmPage2Layer {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
}

.canvasBg {
    height: 100%;
    width: 100%;
    border: none 0;
    transform: scale(1.3);
}









/* 内容 */
.banner {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    color: #fff;
}

.banner .swiper-pagination {
    text-align: left;
    padding-left: 60px;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    width: 80px;
    height: 6px;
    border-radius: 3px;
}

.swiper-slide {
    width: 100%;
    position: relative;
}

.swiper-slide>img {
    width: 100%
}

.banner .swiper-slide-active>img {
    animation: scale-bg 6s linear forwards;
    -webkit-animation: scale-bg 6s linear forwards;
    -moz-animation: scale-bg 6s linear forwards;
    -o-animation: scale-bg 6s linear forwards;
}

.banner .Bcover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.Bcover h1 {
    text-align: center;
    font-size: 52px;
    margin-top: 25%;
    line-height: 80px;
    letter-spacing: 2px;
}
.Bcover h1 span{
    display: block;
    font-size:100px;
    font-weight:bold;
    font-family: "隶书";
    margin-bottom: 20px;
}

.banner .swiper-slide-active .Bcover h1 {
    animation: moveUp 3s linear forwards;
    -webkit-animation: moveUp 3s linear forwards;
    -moz-animation: moveUp 3s linear forwards;
    -o-animation: moveUp 3s linear forwards;
}

.Bcover .bIcon {
    margin-right: 60px;
}

.Bcover .bIcon .bIconImg img {
    display: block;
    margin: 0 auto;
}

.Bcover .bIcon:nth-child(5) {
    margin-right: 0;
}

.Bcover .bannerIcon {
    overflow: hidden;
    width: 40%;
    margin: 0 auto;
}

.bIconImg {
    width: 100px;
    height: 100px;
}

.bIconName {
    text-align: center;
}

.banner .swiper-slide-active .Bcover .bIcon:nth-child(1) {
    animation: moveUp1 1s linear forwards;
    -webkit-animation: moveUp1 1s linear forwards;
    -moz-webkit-animation: moveUp1 1s linear forwards;
    -o-webkit-animation: moveUp1 1s linear forwards;
}

.banner .swiper-slide-active .Bcover .bIcon:nth-child(2) {
    animation: moveUp1 1.5s linear forwards;
    -webkit-animation: moveUp1 1.5s linear forwards;
    -moz-webkit-animation: moveUp1 1.5s linear forwards;
    -o-webkit-animation: moveUp1 1.5s linear forwards;
}

.banner .swiper-slide-active .Bcover .bIcon:nth-child(3) {
    animation: moveUp1 2s linear forwards;
    -webkit-animation: moveUp1 2s linear forwards;
    -moz-webkit-animation: moveUp1 2s linear forwards;
    -o-webkit-animation: moveUp1 2s linear forwards;
}

.banner .swiper-slide-active .Bcover .bIcon:nth-child(4) {
    animation: moveUp1 2.5s linear forwards;
    -webkit-animation: moveUp1 2.5s linear forwards;
    -moz-webkit-animation: moveUp1 2.5s linear forwards;
    -o-webkit-animation: moveUp1 2.5s linear forwards;
}

.banner .swiper-slide-active .Bcover .bIcon:nth-child(5) {
    animation: moveUp1 3s linear forwards;
    -webkit-animation: moveUp1 3s linear forwards;
    -moz-webkit-animation: moveUp1 3s linear forwards;
    -o-webkit-animation: moveUp1 3s linear forwards;
}


.banner-c {
    position: relative;
}

.banner-c img {
    display: block;
    margin: 0 auto;
}

.banner-text {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 15%
}

.catname {
    font-size: 42px;
}

.catname-desc {
    font-size: 30px;
    margin: 30px 0 20px;
}

.location a {
    color: #fff;
}

.catname-icon {
    margin-top: 100px;
}

.catname-icon img {
    animation: moveUp1 3s linear forwards infinite;
    -webkit-animation: moveUp1 3s linear forwards infinite;
    -moz-animation: moveUp1 3s linear forwards infinite;
    -o-animation: moveUp1 3s linear forwards infinite;
}

.sub_nav {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    background-color: #f4f4f4;
}

.sub_nav ul {
    text-align: center;
}

.sub_nav ul li {
    display: inline-block;
    font-size: 18px;
    padding: 0 30px;
}

.sub_nav ul li a {
    display: block;
}

.sub_nav ul li.active {
    background: #264885;
    color: #fff;
}

.sub_nav ul li.active a {
    color: #fff;
}

.sec {
    width: 100%;
    overflow: hidden;
}

.h-about-top {
    background: #ddd;
    padding: 80px 12% 80px 60px;
    overflow: hidden;
}

.h-t-ch {
    font-weight: bold;
    transform: translateY(-60px);
}

.h-desc {
    color: #777;
    line-height: 30px;
}

.h-btn {
    width: 200px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    border: 1px solid #f6ad3c;
    position: relative;
    margin-top: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.h-btn a {
    display: block;
}

.h-btn i {
    background: url(../../images/jtIcon.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 4px;
    position: absolute;
    right: -15px;
    top: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.h-btn:hover {
    background: #264885;
}

.h-btn:hover a {
    color: #fff;
}

.h-btn:hover i {
    background: url(../../images/jtIcon-white.png) no-repeat;
}

.about {
    overflow: hidden;
    padding: 60px 0;
    background: url(../../images/ab-bg.png) no-repeat top left;
    width: 100%;
}
.about .tit{
    background: url(../../images/zhi.png) no-repeat left;
    background-size: contain;
    padding-left:60px;
}

.tit {
    color: #000;
}

.tit .titEN {
    font-family: Arial, Microsoft YaHei, sans-serif;
}

.aboutPic {
    margin: 60px 0;
}

.aboutPic .aboutName {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-top: 55%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.aboutPic .swiper-slide:hover .aboutName {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.aboutBox {
    padding-top: 40px;
    line-height: 46px;
    padding-right: 40px;
}

.aboutContent {
    overflow: hidden;
}

.aboutHouse {
    overflow: hidden;
    margin-left:60px;
}

.aboutHouse img {
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.aboutHouse:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.culture {
    width: 100%;
    background: url(../../images/culture.jpg) no-repeat center bottom;
    padding: 60px 0;
    overflow: hidden;
    height: 1300px;
    background-size:cover;
}

.culture .tit {
    color: #fff;
    text-align: center;
    background: url(../../images/shi.png) no-repeat left bottom;
    background-size: contain;
    width:25%;
    margin:0 auto;
}

.culture .titDesc {
    margin-top: 10px;
}

.culture-item,
.culture-item ul {
    overflow: hidden;
}

.culture-item {
    margin-top: 40px;
}
.culture-item ul:nth-child(2){
    width:64%;
    margin:0 auto;
}

.culture-item ul li {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.culture-item ul li .culture-box {
    padding: 150px 60px 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.culture-item ul li .culture-box:before{
    display: block;
    width:100%;
    height: 80px;
    content: "";
    background-color:#264885;
    background-image: url(../../images/xy.png);
    background-repeat:no-repeat ;
    background-size: cover;
    background-position: center left;
    position: absolute;
    left:0;
    top:0;
}

.culture-item ul li:nth-child(2),
.culture-item ul li:nth-child(3) {
    border-left: unset;
}

.culture-item ul li h2 {
    margin-bottom: 30px;
}

.culture-item ul li h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6ad3c;
    margin: 0 auto;
    margin-top: 20px
}

.culture-item ul li:hover .culture-box {
    background: rgba(255, 255, 255, .2);
}

.culture-item-desc {
    height: 150px;
    line-height: 30px;
    overflow: hidden;
}
.sanhe{overflow: hidden;margin:60px 0;}
.sanhe-box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding:100px 0;
    color:#fff;
    text-align: center;
}
.sanhe-box h4{
    font-size:24px;
}
.sanhe-box h4:after{
    content: "";
    display: block;
    width:40px;
    height: 2px;
    background: #fff;
    margin:20px auto 40px;
}

.honor {
    background-color: #f4f4f4;
    background-image: url(../../images/honor.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 60px;
    transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -o-transform: translateY(-120px);
}
.honor .tit{
    background: url(../../images/yu.png) no-repeat left bottom;
    background-size: contain;
    padding-left:80px;
}

.honor .tit:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #264885;
    margin-top: 20px;
    margin-bottom: 40px;
}

.honor-item {
    width: 80%;
    height: 640px;
}

.honorPicImg img{
    max-height: 224px;
    display: block;
    margin:0 auto;
}

.honorName {
    line-height: 40px;
    font-size: 16px;
}

.history {
    width: 100%;
    margin-bottom: 60px
}
.history .tit{
background: url(../../images/ji.png) no-repeat left bottom;
background-size: contain;
padding-left:60px;
}















.h-pro {
    overflow: hidden;
    background: url(../../images/h-pro.jpg) no-repeat left bottom;
    background-size: 100% 100%;
    height: 950px;
    color: #fff;
    padding-left: 15%;
    padding-top: 200px;
    padding-right: 60px;
}

.h-pro .h-t-en {
    color: rgba(255, 255, 255, .1);
}

.h-pro .h-desc {
    color: #fff;
}

.h-pro .h-btn {
    border: 1px solid #fff;
}

.h-pro .h-btn a {
    color: #fff;
}

.h-pro .h-btn i {
    background: url(../../images/jtIcon-white.png) no-repeat;
}

.h-pro-item {
    height: 950px;
    overflow: hidden;
}

.h-pro-item .swiper-slide {
    position: relative;
}

.h-pro-item .swiper-slide .proSwiperBox {
    overflow: hidden;
}

.h-pro-item .swiper-slide .proSwiperBox img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.h-pro-item .swiper-slide:hover .proSwiperBox img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.h-pro-item .swiper-slide .proSwiperCover {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 300px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.h-pro-item .swiper-slide .proSwiperCover h2 {
    margin: 80px 0;
}

.h-pro-item .swiper-slide:hover .proSwiperCover {
    background: rgba(0, 0, 0, 0);
}

.h-pro-item .swiper-button-prev,
.h-pro-item .swiper-rtl .swiper-button-next {
    left: 0;
    top: unset;
    bottom: 40px;
    color: #fff;
    background: #f6ad3c;
    width: 40px;
    height: 40px;
}

.h-pro-item .swiper-button-next,
.h-pro-item .swiper-rtl .swiper-button-prev {
    right: unset;
    top: unset;
    bottom: 20px;
    left: 0;
    background: #264885;
    width: 40px;
    height: 40px;
    color: #fff;
}
.h-pro-item .swiper-button-prev, .h-pro-item .swiper-rtl .swiper-button-next{
    bottom: 60px;
}

.h-pro-item .swiper-button-prev:after,
.h-pro-item .swiper-rtl .swiper-button-next:after,
.h-pro-item .swiper-button-next:after,
.h-pro-item .swiper-rtl .swiper-button-prev:after {
    font-size: 24px
}

.position {
    padding: 0 60px;
    color: #aaa;
}

.position a {
    color: #aaa;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.position a:hover {
    color: #264885;
}

.product {
    overflow: hidden;
    width: 100%;
}

.product li {
    display: flex;
    padding: 60px 0;
}

.product li a {
    width: 1440px;
    display: block;
    margin: 0 auto;
}

.product li:nth-child(1),
.product li:nth-child(3),
.product li:nth-child(5),.product li:nth-child(7) {
    background-color: #f4f4f4;
    background-image: url(../../images/dw.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}


.product li:nth-child(1) .productBox,
.product li:nth-child(3) .productBox,
.product li:nth-child(5) .productBox,
.product li:nth-child(7) .productBox {
    padding-left: 60px;
}

.product li:nth-child(2) .productBox,
.product li:nth-child(4) .productBox,
.product li:nth-child(6) .productBox {
    padding-right: 60px;
}

.productPic {
    overflow: hidden;
    border-radius: 8px;
}

.productPic img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.product li:hover .productPic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.productBox {
    padding-top: 80px;
    padding-bottom: 80px;
}

.productCatEN {
    font-size: 20px;
    color: #264885;
}

.productCatCN {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    margin: 10px 0 40px;
}

.productDesc {
    line-height: 30px;
    color: #aaa;
}

.product li:hover .h-btn {
    background: #264885;
    color: #fff;
}

.product-box {
    background:#fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, .1);
}

.product-pic {
    height: 250px;
    overflow: hidden;
}

.product-pic img {
    max-height: 250px;
    display: block;
    margin: 0 auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.product-c-box {
    padding: 30px 20px;
}

.product-c-tit {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 51px;
    overflow: hidden;
    line-height: 40px;
}

.product-c-btn {
    text-align: center;
}

.product-c-btn .product-c-btn-r {
    width: 120px;
    margin: 0 auto;
    border: 1px solid #ddd;
    line-height: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.product-c-btn a {
    color: #777;
    display: block;
}

.product-c-btn .product-c-btn-r:after {
    content: " ";
    display: block;
    width: 118px;
    height: 38px;
    background: #333;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.relatedSwiper .product-box:hover .product-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.relatedSwiper .product-box .product-c-btn:hover .product-c-btn-r {
    background: #264885;
}

.relatedSwiper .product-box .product-c-btn:hover a {
    color: #fff;
}

.relatedSwiper .swiper-button-next,
.relatedSwiper .swiper-button-prev {
    color: #fff;
    background: #f6ad3c;
}

.relatedSwiper .swiper-button-next:after,
.relatedSwiper .swiper-rtl .swiper-button-prev:after,
.relatedSwiper .swiper-button-prev:after,
.relatedSwiper .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
}


.productConTop {
    width: 100%;
    margin-bottom: 60px;
    background: url(../../images/p-bg.jpg) no-repeat center bottom;
    height: 700px;
    padding: 60px 0;
    position: relative;
}

.productConC {
    padding-right: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.productConTit {
    font-size: 36px;
    font-weight: bold;
}

.productConTit span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #264885;
    color: #fff;
    border-radius: 8px;
    margin: 40px 0;
}

.productConDesc {
    color: #aaa;
    line-height: 40px;
}

.productConBottom {
    overflow: hidden;
    margin-top: 180px;
}

.productConBottom h2 {
    padding-left: 7%;
    padding-right: 7%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.productConBottom h2:after {
    width: 120px;
    height: 10px;
    border-radius: 5px;
    content: "";
    display: block;
    background: #f6ad3c;
    position: absolute;
    left: calc((100% - 120px) / 2);
    left: -webkit-calc((100% - 120px) / 2);
    left: -moz-calc((100% - 120px) / 2);
    bottom: 55px;
    z-index: -1;
}

.productConImg {
    overflow: hidden;
    border-radius: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}

.productConImg img {
    max-height: 480px;
    display: block;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.productConImg:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.productConImg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.related{
    background: url(../../images/pro-dw.png) no-repeat bottom center;
    background-size: contain;
}


.p-c {
    padding: 60px 0;
    overflow: hidden;
    line-height: 30px;
}

.related h2 {
    padding-left: 7%;
    padding-right: 7%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.related h2:after {
    width: 120px;
    height: 10px;
    border-radius: 5px;
    content: "";
    display: block;
    background: #f6ad3c;
    position: absolute;
    left: calc((100% - 120px) / 2);
    left: -webkit-calc((100% - 120px) / 2);
    left: -moz-calc((100% - 120px) / 2);
    bottom: 55px;
    z-index: -1;
}

.relatedSwiper {
    margin: 30px 0 60px;
    padding: 10px
}

.proIcon {
    overflow: hidden;
    margin-top: 80px;
}

.proIcon ul {
    display: flex;
    overflow: hidden;
    text-align: center;
    justify-content: flex-start;
}

.proIcon ul li {
    background-color: #264885;
    background-image: url(../../images/proBorder.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    border-right: 1px solid #fff;
    padding: 40px 60px;
    color: #fff;
}

.proIcon ul li .proIconIcon img {
    height: 60px;
}

.proIcon ul li h4 {
    margin-top: 20px;
}

.productNav {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 20px;
    padding-top: 0;
}

.productNavTit {
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
}
.productTit{
    background-repeat: no-repeat;
    background-position: left center;
    background-size:contain;
}

.productTit i {
    background: url(../../images/p-logo.png) no-repeat center;
    background-size: 100% 100%;
    width: 60px;
    height: 20px;
    margin-top: 40px;
    margin-right: 10px;
}

.productNav ul li {
    height: 60px;
    line-height: 60px;
    padding: unset;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.productNav ul li a {
    display: block;
}

.productNav ul li:nth-child(1):hover,
.productNav ul li:nth-child(3):hover,
.productNav ul li:nth-child(5):hover,.productNav ul li:nth-child(7):hover {
    background: #264885;
}

.productNav ul li:nth-child(2):hover,
.productNav ul li:nth-child(4):hover,
.productNav ul li:nth-child(6):hover {
    background: #f6ad3c;
}

.productNav ul li:hover a {
    color: #fff;
}

.productContact {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.productContact .productCTit {
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #f6ad3c;
    color: #fff;
    position: absolute;
    left: calc((100% - 160px) / 2);
    left: -webkit-calc((100% - 160px) / 2);
    left: -moz-calc((100% - 160px) / 2);
    bottom: 60px;
}

.productItem {
    overflow: hidden;
}

.productItem li {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff !important;
    overflow: hidden;
    margin-bottom: 30px;
}

.productItemBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.productItemBox a {
    display: block;
    width: 100% !important;
}

.productItemPic {
    border-radius: 8px;
    overflow: hidden;
    height: 229px;
    border: 1px solid #ddd;
}

.productItemPic img {
    max-height: 229px;
    display: block;
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}

.productItemName {
    width: 200px;
    background: #f6ad3c;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -o-transform: translateY(-24px);
}

.productItem li:hover .productItemPic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.productXy{
    position: absolute;
    left: 0;
    top:0;
    z-index: 9;
}
.productXy img{
    width:100px;
}

.productContact,
.productItem {
    margin-bottom: 60px;
}

.productItem ul {
    overflow: hidden;
}

.yingyong {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    padding: 10px 0;
}

.yingyong ul {
    display: flex;
}

.yingyong li {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 25px;
    border-right: unset;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.yingyong li:nth-child(7) {
    border-right: 1px solid #ddd;
}

.yingyong-pic img {
    height: 180px;
    display: block;
    margin: 0 auto;
}

.yingyong-name {
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    border-top: 1px solid #ddd;
}

.yingyong li:hover {
    box-shadow: 0 2px 3px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 3px 5px rgba(0, 0, 0, .1);
}






.jobs-strategy {
    width: 50%;
    text-align: center;
    margin: 80px auto;
    overflow: hidden;
    line-height: 40px;
}

.jobsTit {
    margin-bottom: 40px;
}

.jobsTitEN {
    font-size: 20px;
}

.jobsTitCN {
    font-size: 32px;
    color: #264885;
}

.jobsDesc {
    color: #aaa;
}

/* æ‹›è˜åˆ—è¡¨ */
.widget-job-1 {
    margin-bottom: 80px;
}

.widget-job-1 .first {
    background: #264885;
    border-bottom: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
}

/* .widget-job-1 li { border-bottom: 0px solid #cccccc; float: left; width: 100%; background-color: #fff;} */
.widget-job-1 .j_t {
    cursor: pointer;
    border-bottom: 1px dashed #eee;
}

.widget-job-1 .j_t.j_t_cur {
    border-color: transparent;
}

.widget-job-1 .j_c {
    height: auto;
    line-height: 1.5;
    background-color: #eee;
    display: none;
    text-align: left;
}

.widget-job-1 ._t1 {
    width: 20%;
    margin-right: 5%;
}

.widget-job-1 ._t2 {
    width: 20%;
}

.widget-job-1 ._t3 {
    width: 17%;
}

.widget-job-1 ._t4 {
    width: 17%;
}

.widget-job-1 ._t5 {
    width: 14%;
}

.widget-job-1 ._t6 {
    width: 15%;
    cursor: pointer;
}

.widget-job-1 .first ._ut {
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.widget-job-1 ._un {
    float: left;
    text-align: center;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget-job-1 ._jcon {
    padding: 30px 60px;
    position: relative;
    color: #777777;
}

.widget-job-1 ._title {
    font-size: 18px;
    color: #333333;
}

.widget-job-1 ._part {
    margin-bottom: 40px;
}

.widget-job-1 .ewm_box {
    position: absolute;
    bottom: 10%;
    right: 10%;
    text-align: center;
}

.widget-job-1 .ewm_box h4 {
    color: #666666;
    padding: 20px 0px;
    font-weight: normal;
}

.widget-job-1 .more_btn {
    border-color: #f6ad3c;
    background: #f6ad3c;
}

.widget-job-1 .ewm_box .rect-100 {
    padding-bottom: 100%;
}

.j_t:active .j_c,
.j_t:focus .j_c {
    display: list-item !important;
}

.panel-default {
    border: none;
}

.panel-title {
    font-size: 16px;
    color: #555;
}

.panel-body {
    background: #eaeaea;
    text-align: left;
}

.more_btn {
    width: 220px;
    border: 2px solid #fff;
    padding: 11px 18px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
}

.more_btn i {
    margin-left: 30px;
}


.Form-J1 {
    padding-bottom: 60px;
    text-align: left;
}

.Form-J1 .Form-J1-Left {
    float: left;
    width: 50%;
}

.Form-J1 .Form-J1-right {
    float: right;
    width: 50%;
}

.Form-J1 .Form-J1-li {
    padding-top: 10px;
}

.Form-J1 .Form-J1-li label {
    width: 5em;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    font-size: 16px;
}

.Form-J1 .Form-J1-li input {
    height: 40px;
    line-height: 40px;
    border: 1px #ddd solid;
    width: 70%;
    border-radius: 20px;
    padding: 10px
}

.Form-J1 .Form-J1-li textarea {
    border: 1px #ddd solid;
    width: 70%;
    padding: 0;
    height: 119px;
    vertical-align: middle;
    padding: 10px;
    border-radius: 20px;
}

.Form-J1 .Form-J1-li em {
    color: red;
    vertical-align: middle;
    padding-left: 10px;
}

.Form-J1 .Form-J1-li input._yzm {
    width: 20%;
}

.Form-J1 .Form-J1-li img {
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
    height: 30px;
}

.Form-J1 .Form-J1-li b {
    color: #666;
    font-size: 12px;
    padding-left: 4px;
}

.Form-J1 .Form-J1-li select {
    border: 1px #ddd solid;
    width: 70%;
    height: 40px;
    line-height: 40px;
    color: #888888;
    box-sizing: content-box;
    border-radius: 20px;
}

.Form-J1 .Form-J1-Btn {
    clear: both;
    text-align: center;
    padding-top: 40px;
}

.Form-J1 .Form-J1-Btn button {
    width: 16%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 4px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.Form-J1 .Form-J1-Btn ._submit {
    background-color: #264885;
    margin-right: 10px;
    color: #FFFFFF;
    border: 1px solid #264885;
    width: 16%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 4px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.Form-J1 .Form-J1-Btn ._reset {
    width: 16%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #ffffff;
    margin: 0px 4px;
    padding: 0;
    margin: 0;
    outline: none;
    border: 1px solid #ddd;
    background-color: #FFF;
    color: #666;
}

.job_policy .tab_t.tab_t_cur {
    color: #d39157;
}

.service_index_p4 .transition05 {
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.job_center .part2 .pt_hd {
    width: 70%;
    margin: 50px auto 30px;
    text-align: center;
    color: #666;
}

.job_center .part2 .pt_hd .title {
    font-weight: bold;
    font-size: 36px;
}

.job_center .part2 .pt_hd .decs {
    font-size: 16px;
}

.job_center .full-row .span-12:hover .list_title,
.job_center .full-row .span-6:hover .list_title {
    color: #005bab;
}

.job_center .part1 .right_box .text_tit {
    font-size: 14px;
}



.service {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    background: url(../../images/dw.png) no-repeat bottom right;
}

.serviceCItem{
    overflow: hidden;
    margin-top:40px;
}
.serviceCBox{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding:30px;
    margin-bottom:30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.serviceCBox h4{
    height: 60px;
    line-height: 60px;
border-bottom:1px solid #264885;
    color:#264885;
    font-size:20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    background-size:5% 40%;
    padding-left:30px;
}
.serviceCC{
    padding-top:30px;
    line-height: 30px;
    height:150px;
}
.serviceCBox:hover{
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px 3px rgba(0, 0, 0, .1);
}





/* 设备 */
.sec2 {
    width: 100%;
    height: 900px;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: url(../../images/sb-logo.png) no-repeat left top;
    background-size: inherit;
    background-position-y: 80px;
}

canvas {
    display: block;
}

.waves {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.h-sb-top {
    width: 30%;
}

.h-sb-t {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.h-sb-t::before {
    content: "";
    display: block;
    background: url(../../images/yh.png) no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
}

.h-sb-t:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 30px auto 50px;
    background: #f6ad3c;

}

.h-sb-t1 {
    font-weight: bold;
    text-align: center;
}

.h-sb-item {
    overflow: hidden;
    position: absolute;
    right: 8%;
    top: 80px;
    z-index: 9;
}

.h-sb-item-one {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-right: 30px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.h-sb-item-two,
.h-sb-item-three,
.h-sb-item-four {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.h-wb-item-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(38, 72, 133, 1));
}

.h-sb-item h4 {
    color: #fff;
    margin-left: 30px;
}

.h-sb-item-top,
.h-sb-item-bottom {
    width: 100%;
}

.h-sb-item-one h4 {
    margin-top: 70%
}

.h-sb-item-two h4 {
    margin-top: 50%
}

.h-sb-item-three h4 {
    margin-top: 50%
}

.h-sb-item-four {
    margin-top: 20px;
    margin-left: 30px;
}

.h-sb-item-four h4 {
    margin-top: 60%;
}

.h-sb-item-two img,
.h-sb-item-one img,
.h-sb-item-three img,
.h-sb-item-four img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.h-sb-item-two:hover img,
.h-sb-item-one:hover img,
.h-sb-item-three:hover img,
.h-sb-item-four:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 新闻 */
.sec3 {
    width: 100%;
    height: 950px;
    background: url(../../images/h-news.jpg) no-repeat bottom;
    background-size: cover;
}

.h-news {
    position: relative;
    width: 100%;
    height: 950px;
    overflow: hidden;
}

.h-news .h-t .h-t-en {
    color: rgba(255, 255, 255, .3)
}

.h-news .h-t .h-t-ch {
    color: #f6ad3c;
}

.h-news .h-t {
    position: absolute;
    left: 0;
    bottom: 60px;
}

.h-news-item {
    width: 90%;
    margin-left: 10%;
    margin-top: 80px;
    overflow: hidden;
}

.h-news-item ul {
    overflow: hidden;
}

.h-news-item ul li .h-news-box {
    padding: 60px;
    background: rgba(51, 51, 51, .5);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.h-news-item ul li .h-news-box h3{
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.h-news-item ul li {
    margin-bottom: 30px;
}

.h-news-item ul li a {
    color: #fff;
}

.h-news-item .h-news-desc {
    line-height: 30px;
    margin: 30px 0;
}

.h-news-item ul li:hover .h-news-box {
    box-shadow: 2px 3px 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 3px 8px rgba(0, 0, 0, .5);
    -o-box-shadow: 2px 3px 8px rgba(0, 0, 0, .5);
}

.news {
    width: 100%;
}
.newsdw{
background: url(../../images/pro-dw.png) no-repeat bottom center;
background-size: contain;
}


.allItems {
    margin: 60px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allItems a {
    display: flex;
    justify-content: space-between;
    width: 46%;
    color: #000000;
    border-right: 1px solid #F7F7F7;
    padding-right: 2.5%;
    margin-bottom: 60px;
    transition: all 600ms;
    background-image: url(../../images/xy-r.png);
    background-repeat: no-repeat;
    background-size: 25% 50%;
    background-position: right bottom;
}

.allItems a .pic {
    width: 30%;
    height: 168px;
    overflow: hidden;
}

.allItems a .pic img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    transition: all 600ms;
}

.allItems a .info {
    width: 65%;
}

.allItems a .info .p1 {
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.allItems a .info .des {
    overflow: hidden;
    font-size: 14px;
    color: #787878;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8;
    margin: 15px 0;
    transition: all 600ms;
}

.allItems a .info .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.allItems a .info .time .jt {
    position: relative;
}

.allItems a .info .time .jt img {
    transition: all 600ms;
}

.allItems a .info .time .jt img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.allItems a .info .time .text {
    text-align: center;
}

.allItems a .info .time .text .sp1 {
    font-size: 30px;
}

.allItems a .info .time .text .sp2 {
    color: #8F8F8F;
    font-size: 14px;
}

.allItems a:hover {
    color: #264885;
}

.allItems a:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.allItems a:hover .info .des {
    color: #264885;
}

.allItems a:hover .info .time .jt img:nth-child(1) {
    opacity: 0;
}

.allItems a:hover .info .time .jt img:nth-child(2) {
    opacity: 1;
}

.main {
    margin: 60px 0;
    overflow: hidden;
}

.main .tit {
    font-size: 30px;
    text-align: center;
    width:60%;
    margin: 0 auto;
}

.main .time {
    color: #1F1A17;
    font-size: 14px;
    margin: 20px 0;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
    text-align: center;
}

.newsContent {
    color: #1F1A17;
    font-size: 16px;
    line-height: 30px;
}

.main .pager {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

.main .pager .back {
    width: 149px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: center;
    color: #0A0A0A;
    font-size: 14px;
    padding: 10px 0;
    transition: all 600ms;
    align-items: center;
}

.pager .back p {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transition: all 600ms;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
}

.pager .back img {
    transition: all 600ms;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    vertical-align: middle;
    width: 28px;
    height: 11px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -o-transform: translateX(30px);
}

.main .pager .back:hover {
    background: #264885;
    color: white;
    border-color: #264885;
}

.pager .back:hover p {
    transform: translateX(0);
}

.pager .back:hover img {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.newsFrame{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list{
    padding:60px 0;
    overflow: hidden;
}
.list h3{
    border-bottom:1px solid #aaa;
    line-height: 48px;
    position: relative;
    overflow: hidden;
}
.list h3 span{
    font-size:16px;
    position: absolute;
    right:0;
    bottom:0;
    display: block;
    line-height: normal;
}
.list h3 span a{
    color:#555
}
.list h3 img{
    width:28px;
}
.newNews{
    overflow: hidden;
}
.newNews ul li{
    padding:20px 0;
    border-bottom:1px dotted #ddd;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.newNewsDate{overflow: hidden;}
.newNewsDate img{
    width:16px;
    display: block;
    float: left;
    margin-top:2px;
    margin-right:10px;
}
.newNewsTit{
    font-size:18px;
    line-height: 30px;
    color:#333;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.newNews ul li:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}
.newNews ul li:hover .newNewsTit{
    color:#264885;
}




/* 联系 */
.sec4 {
    padding: 60px 0;
    background: url(../../images/h-contact.jpg) no-repeat center;
    background-size: 100% 100%;
}

.h-contact {
    width: 100%;
    background: #333;
    padding: 60px;
    overflow: hidden;
    color: #fff;
    transform: translateY(150px);
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -o-transform: translateY(150px);
}

.h-contact .h-t {
    text-align: center;
}

.h-contact-item {
    overflow: hidden;
}

.h-contact .h-t .h-t-en {
    color: rgba(204, 204, 204, .1);
}

.h-contact-box {
    text-align: center;
    position: relative;
}

.h-contact-box h4 {
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.h-contact-box::after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #ccc;
    position: absolute;
    top: 20px;
    right: 0;
}

.h-contact-box:nth-child(3):after {
    display: none;
}

.contact {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contactC {
    width: 25%;
    height: 100%;
    background-color: #264885;
    position: absolute;
    right: 10%;
    top: 0;
    color: #fff;
    padding: 10% 60px;
    background-image: url(../../images/xy-r.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:contain
}

.contactTit {
    margin-bottom: 40px;
}

.contactTitEN {
    font-size: 20px;
}

.contactTitCN {
    font-size: 32px;
}

.contactItem {
    line-height: 40px;
}


/* footer */

.footer {
    background: #000;
    padding-top: 150px;
}

.padT60 {
    padding-top: 60px;
}

.footer-logo img {
    height: 30px;
    margin-bottom: 40px;
}
.footer-email{color:#fff;text-align: right;margin-bottom:20px;}
.footer-email a{color:#fff;}
.footer-email img{
    height:20px;
    margin-bottom:0;
    margin-right:10px;
}

.footer-top {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer-top span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-top ul {
    overflow: hidden;
}

.footer-top ul li {
    float: left
}

.footer-top ul li a {
    padding: 0 30px;
    display: block;
    color: #ccc;
}

.footer-top ul li:nth-child(1) a {
    padding-left: 0;
}

.footer-bottom {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.footer-bottom span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-bottom ul {
    overflow: hidden;
}

.footer-bottom ul li {
    float: left
}

.footer-bottom ul li a {
    padding: 0 30px;
    display: block;
    color: #ccc;
}

.footer-bottom ul li:nth-child(1) a {
    padding-left: 0;
}

.erweima {
    text-align: right;
    color: #fff;
}
.erweima img{
    height: 120px;
}

.erweima span {
    font-weight: bold;
    font-weight: 18px;
    display: block;
    margin-bottom: 20px;
}

.copyright {
    overflow: hidden;
    color: #fff;
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.copyright .gongan img{
    width:20px
}

.copyright a {
    color: #fff
}

.copyright-item {
    overflow: hidden;
}

.copyright .zz {
    text-align: right;
}

.text-c {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom:40px;
}

.text-c a {
    padding: 5px 10px;
    background: #f4f4f4;
    margin: 0 10px;
    border-radius: 30px;
}

.text-c span {
    padding: 5px 10px;
    background: #264885;
    color: #fff;
    display: block;
    border-radius: 30px;
}


.case {
    overflow: hidden;
    padding: 60px 0;
    background: url(../../images/dw.png) no-repeat bottom right;
}

.pic-box {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
}

.pic-i {
    overflow: hidden;
    border-radius: 0;
    height: 277px;
    display: table;
    width: 100%;
    text-align: center;
    background:#f4f4f4;
}

.pic-i a {
    display: table-cell;
    width: 100%;
    height: 277px;
    vertical-align: middle;
}

.pic-i a img {
    max-width: 100%;
    max-height: 277px;
    margin: 0 auto;
}


.pic-con {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(38, 72, 133, .8);
    font-size: 20px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.pic-con a {
    display: block;
    color: #fff;
    padding: 80px;
}

.pic-t {
    margin-top: 40px;
}

.pic-box:hover .pic-con {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}

.message {
    background: url(../../images/messBg.jpg) no-repeat bottom;
    background-size: cover;
}

.message h1 {
    text-align: center;
    color: #000;
    margin-top: 80px;
    margin-bottom: 60px;
}

.message form {
    width: 60%;
    margin: 0 auto;
    background: #f4f4f4;
    padding: 60px;
    margin-bottom: 60px
}

.message form input[type=text] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    border: 1px solid #ddd;
    padding: 10px;
}

.message form textarea {
    padding: 10px;
    border-radius: 24px;
    border: 1px solid #ddd;
}

.message form button {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    background: #264885;
    padding: 0;
}

.message form .btn-primary:hover {
    background-color: #eb9814;
    border-color: unset;
}

/* .happy{
    position: fixed; height: 100%; overflow: hidden; width: 100%; top: 0px; left: 0px; z-index: 9999; 
    display: none;
} */

.s{display: none;}
/* .b{display: block;} */


/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@-webkit-keyframes moveUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@keyframes moveUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}


@-webkit-keyframes moveUp1 {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes moveUp1 {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


@keyframes planet-rotate {
    0% {
        transform: rotate(30deg) scaleY(0.5) rotate(0);
    }

    100% {
        transform: rotate(30deg) scaleY(0.5) rotate(360deg);
    }
}

@keyframes self-rotate {
    0% {
        transform: rotate(0) scaleY(2) rotate(-45deg);
    }

    100% {
        transform: rotate(-360deg) scaleY(2) rotate(-45deg);
    }
}


@media(max-width:1660px) and (min-width:1439px) {
    .h-about-top {
        padding: 40px 60px 40px 60px;
    }

    .h-btn {
        margin-top: 40px;
    }

    .h-pro {
        height: 741px;
    }
    .h-pro-item .swiper-slide .proSwiperBox img{height: 741px;}

    .h-pro-item {
        height: 854px
    }

    .h-sb-item {
        right: 5%
    }

    .contactC {
        width: 30%;
    }
    .honorPicImg img{max-height: 177px;}
    .honorName {
        line-height: 30px;
    }
    .h-about-pic{height:787px}
    .font90{font-size:80px}
}

@media(max-width:1439px) and (min-width:1200px) {
    .Bcover .bannerIcon {
        width: 55%
    }

    .h-about-top {
        padding: 30px 40px 30px 40px;
    }

    .h-btn {
        margin-top: 30px;
    }

    .product-num-item {
        width: 320px
    }

    .h-pro-item,
    .h-pro {
        height: 703px;
    }

    .h-pro {
        padding-top: 100px;
    }

    .h-pro-item .swiper-slide .proSwiperCover {
        padding-top: 200px;
    }

    .h-sb-item {
        right: 30px;
    }

    .font40 {
        font-size: 36px;
    }

    .h-sb-item-bottom .width35 {
        width: 40%
    }

    .h-sb-item-four {
        margin-top: 0px;
    }

    .sec2 .width70 {
        width: 80%
    }

    .h-news-box h3 {
        height: 60px;
        line-height: 30px;
    }

    .h-news .h-t {
        bottom: 0;
    }

    .h-news-item ul li .h-news-box {
        padding: 30px;
    }

    .aboutBox {
        padding-top: 0;
        line-height: 30px;
    }

    .culture-item-desc {
        height: 120px;
    }

    .honor-item {
        width: 90%;
        height: 560px;
    }

    .honorName {
        height: 60px;
        line-height: 30px;
    }

    .product li a {
        width: 1200px
    }

    .productBox {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .product .width20 {
        width: 25%
    }

    .yingyong-pic img {
        height: 120px;
    }

    .product-pic {
        height: 199px;
    }

    .product-pic img {
        max-height: 199px;
    }

    .pic-i,
    .pic-i a {
        height: 197px;
    }

    .pic-i a img {
        max-height: 197px;
    }

    .contactC {
        right: 5%;
        width: 30%;
    }

    .footer .col-sm-8 {
        width: 80%
    }

    .footer .col-sm-4 {
        width: 20%
    }

    .copyright .col-sm-8 .col-sm-4 {
        width: 33.33%
    }

    .message form {
        width: 70%
    }

    .Bcover h1 {
        font-size: 48px;
    }

    .h-desc {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
    }
    .honorPicImg{height: 163px;}
    .honorPicImg img{
        max-height: 163px;
    }
    .serviceCC{height: 180px;}

    .copyright .width80{width:100%}
    .copyright .width20{width:100%}    
    .copyright .width20{
        text-align: left;
    }
}

@media(max-width:1199px) and (min-width:1079px) {
    .contactC {
        width: 50%;
        height: 50%;
        top: auto;
        bottom: 0;
        padding: 60px 40px;
    }

    .footer .col-sm-8,
    .col-sm-4 {
        width: 100%
    }

    .erweima {
        display: none;
    }

    .copyright .col-sm-8 {
        width: 100%;
    }

    .copyright .col-sm-4 {
        width: 33.33%
    }

    .copyright .zz {
        text-align: left;
    }

    .message form {
        width: 80%
    }

    .banner-text {
        padding-top: 8%;
    }

    .pic-i,
    .pic-i a {
        height: 159px;
    }

    .pic-i a img {
        max-height: 159px;
    }
}


@media(max-width:992px) {
    .Bcover h1 {
        font-size: 30px;
        margin-top: 60%;
        line-height: 40px;
    }
    .Bcover h1 span{font-size: 80px;margin-bottom:30px;}
    .banner .swiper-pagination{display: none;}
    .Bcover .bannerIcon {
        width: 95%
    }

    .bIconImg {
        width: 60px;
        height: 60px;
    }

    .bIconImg img {
        width: 60px;
        height: 60px;
    }

    .Bcover .bIcon {
        margin-right: 30px;
    }

    .sec .width50 {
        width: 100%
    }

    .h-about-top {
        padding: 30px 10px;
    }

    .font90 {
        font-size: 48px;
    }

    .font40 {
        font-size: 30px;
    }

    .h-t-ch {
        transform: translateY(-30px);
        -webkit-transform: translateY(-30px);

    }

    .h-pro-item .swiper-slide .proSwiperCover {
        padding-top: 100px
    }

    .h-pro-item .swiper-slide .proSwiperCover img {
        height: 60px;
    }

    .h-pro-item .swiper-slide .proSwiperCover h2 {
        font-size: 20px;
        margin: 60px 0;
    }

    .h-pro-item .swiper-slide .proSwiperCover .proSwiperBtn img {
        height: 20px;
    }

    .sec2 {
        padding: 40px 0;
        height: auto;
    }

    .sec2 .h-sb-top,
    .sec2 .h-sb-item {
        width: 100%
    }

    .h-sb-t {
        margin-top: 0;
    }

    .h-sb-t:after {
        margin: 20px auto;
    }

    .h-sb-item {
        position: unset;
        overflow: hidden;
    }

    .h-sb-item-top,
    .h-sb-item-bottom {
        overflow: hidden;
        padding: 0 10px;
        margin-top: 30px;
    }

    .h-sb-item-bottom {
        margin-top: 0
    }

    .h-sb-item-top .width50,
    .h-sb-item-top .width25 {
        width: 100%
    }

    .h-sb-item-one {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 0;
        height: 203px;
    }

    .h-sb-item-one img {
        width: 100%
    }

    .h-sb-item-one h4 {
        margin-top: 40%
    }

    .h-sb-item-bottom .h-sb-item-three,
    .h-sb-item-bottom .h-sb-item-four {
        width: 100%
    }

    .h-sb-item-four {
        margin-left: 0;
        height: 203px;
    }

    .h-sb-item-two h4,
    .h-sb-item-three h4 {
        margin-top: 40%;
    }

    .h-sb-item-four h4 {
        margin-top: 40%
    }

    .h-news {
        padding: 30px 10px;
    }

    .h-news .h-t {
        position: unset;
    }

    .h-news-item {
        width: 100%;
        margin-left: 0;
        margin-top: 0px
    }

    .h-news-item ul li .h-news-box {
        padding: 30px 20px;
    }

    .h-news-item ul li {
        margin-bottom: 10px;
    }

    .h-news-box h3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .h-news-desc {
        display: none;
    }

    .sec3,
    .h-news {
        height: auto;
    }
    .h-news-item ul li .h-news-box h3{
        height:auto;
    }
    .sec4 {
        padding: 30px 0
    }

    .h-contact {
        padding: 30px 10px;
        transform: translateY(60px);
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -o-transform: translateY(60px);
    }

    .h-contact-item .width33 {
        width: 100%
    }

    .h-contact-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .h-contact-box::after {
        width: 60px;
        height: 1px;
        top: auto;
        bottom: 0;
        right: 40%;
    }

    .h-contact-box h4 {
        margin-bottom: 0;
    }

    .footer {
        padding-top: 60px;
    }

    .copyright {
        line-height: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .copyright .zz {
        text-align: center;
    }

    .banner-text {
        display: none;
    }

    .about {
        padding: 30px 0;
    }

    .font36 {
        font-size: 30px;
    }

    .aboutPic {
        overflow: hidden;
        margin: 30px 0;
    }

    .aboutContent {
        padding: 0 10px;
    }
    .aboutContent.marginT60{
        margin-top: 30px;
    }

    .aboutContent .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .aboutHouse{margin-left: 0px;}

    .aboutBox {
        padding-top: 0px;
        line-height: 30px;
        padding-right: 0;
    }

    .culture {
        height: auto;
    }
    .culture-item{
        padding:0 10px;
    }
    .culture-item ul li {
        width: 100%
    }
    .culture .tit{width: 80%;}

    .culture-item ul li .culture-box {
        padding: 100px 10px 30px;
    }
    .culture-item ul li:nth-child(2), .culture-item ul li:nth-child(3){
        border-left: 1px solid rgba(255, 255, 255, .3);
    }
    .culture-item ul:nth-child(2){
        width:100%
    }
    .culture-item-desc {
        height: auto;
        line-height: 30px;
    }
    .sanhe-box{padding:60px 0;margin-bottom:20px;}
    .sanhe{margin:30px 0 0;}

    .honor {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        padding: 20px 10px;
    }

    .honor-item {
        width: 100%;
        height: 350px;
    }
    .honorName{
        height: 40px;
        overflow: hidden;
        font-size: 14px;
    }
    .honorPicImg img{
        max-height: 91px;
    }
    .history{
        margin-bottom:0px;
        padding:30px 10px;
    }
    .event_box{
        min-height: 200px !important;
    }
    .footer-logo img{
        display: block;
        margin: 0 auto 30px;
    }
    .position{
        padding:0 20px;
    }
    .marginB80{
        margin-bottom: 40px;
    }
    .product li{
        padding:0px 10px 0;
    }
    .product li .productPic,.product li .productBox{
        width:100%
    }
    .productBox{
        padding-top:30px;
        padding-bottom:0
    }
    .product li:nth-child(1) .productBox, .product li:nth-child(3) .productBox, .product li:nth-child(5) .productBox{
        padding-left:0;
    }
    .product li:nth-child(2) .productBox, .product li:nth-child(4) .productBox, .product li:nth-child(6) .productBox{
        padding-right: 0px;
    }
    .product li:nth-child(2) .productPic, .product li:nth-child(4) .productPic, .product li:nth-child(6) .productPic{
        margin-top:30px;
    }
    .product .width70,.product .width20{width:100%}
    .productItemPic{
        height: 126px;
    }
    .productItemPic img{max-height: 126px;}
    .productItemName{
        width: 100%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .productContact, .productItem{
        margin-bottom:30px;
    }
    .productConTop{
        padding:0 10px;
        height: auto;
    }
    .productConTop .width50{width:100%}
    .productConC{
        padding:0;
    }
    .productConDesc{line-height: 30px;}
    .productConImg{margin-top:30px;}
    .proIcon{margin-top: 30px;}
    .proIcon ul li{
        padding:30px 20px;
    }
    .productConBottom{margin-top: 0px;padding:0 10px;}
    .p-c{
        padding: 30px 0;
    }
    .yingyong ul{overflow-x: scroll;}
    .yingyong-pic img{
        width: 100px;
        max-width: unset;
        height: auto;
    }
    .product-pic{height: 115px;}
    .product-pic img{max-height: 115px;}
    .product-c-tit{font-size: 16px;}
    .allItems{
        display: block;
        margin-top:30px;
        padding:0 10px;
    }
    .allItems a{
        width:100%;
        border-right:none;
        border-bottom:1px solid #F7F7F7;
    }
    .main{
        margin:30px 0;
    }
    .width65.main,.width30.list{width:100%}
    .main .tit{font-size:24px;width:100%}
    .list{
        padding:30px 10px;
    }
    .newsContent{
        padding:0 10px;
    }
    .main .pager{
        margin:30px 0 0;
    }
    .case{
        padding: 30px 0;
    }
    .pic-i ,.pic-i a{
        height: 118px;
    }
    .pic-i a img{
        max-height: 118px;
    }
    .pic-con a{
        padding:20px;
    }
    .pic-t{
        margin-top:30px;
    }
    .jobs-strategy{
        margin:30px 0px;
        width:100%
    }
    .jobsTit{margin-bottom:30px;}
    .jobsDesc{
        line-height: 30px;
        padding:0 10px;
    }
    .widget-job-1 ._t1 {
        width: 40%;
    }

    .widget-job-1 ._t2, .widget-job-1 ._t3{display:none}
    .widget-job-1 ._t4, .widget-job-1 ._t5 {
        width: 26%;
    }
    .widget-job-1 ._jcon{padding: 30px 40px;}
    .Form-J1{padding:0 10px; padding-bottom:30px}
    .Form-J1 .Form-J1-Left,.Form-J1 .Form-J1-right{width:100%}
    .Form-J1 .Form-J1-Btn ._submit,.Form-J1 .Form-J1-Btn ._reset{width:30%}
    .contactC{
        width:100%;top:auto;right:0;bottom:0;height: 350px;padding:10px;
    }
    .message h1{
        margin-top:30px;margin-bottom:30px;font-size:24px;
    }
    .message form{width:100%}
    form .col-sm-6{
        padding-left:0;
        padding-right: 0;
        margin-bottom:20px;
    }
    .form-group{margin-bottom: 0px;}
    .message form button{margin-top:30px;}
    .service{
        padding:30px 10px;
    }
    .serviceCC{
        height: 210px;
    }
    .erweima{text-align: center;}
    .footer-email {display: none;}
    .productCatEN{font-size: 16px;}
    .productCatCN{font-size: 30px;}

    /* .happy img{
        max-width: 100%;
        max-height: 100%;
    } */
     .s{display: unset;}

     /* .b{display: none !important;} */
}