@charset "UTF-8";

* {
  font-family: 'Arial';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a,a:hover{
  text-decoration: none;
  transition: all .3s;
}
a:hover{color:#333;}


ul,ul li {
  margin: 0;
  padding:0;
  margin-bottom: 0;
  list-style: none;
}

p,h1,h2,h3,h4,h5,h5{
    margin: 0;
    padding:0;
}

.noPaddingLeft{
    padding-left:0 !important;
}
.noPaddingRight{
    padding-right:0 !important;
}
.marginRight20{margin-right:20px;}

.font20{font-size: 20px;}
.font24{font-size:24px}
.font42{font-size: 42px;}
.font80{font-size: 80px;}
.font100{font-size: 100px;}

.green{color:#00aa50;}
.text-center{text-align: center;}

.width20{width:20%}
.width22{width:22%}
.width25{width:25%}
.width26{width:26%}
.width30{width:30%}
.width32{width:32.3%}
.width33{width:33.33%}
.width40{width:40%}
.width45{width:45%}
.width60{width:60%}
.width70{width:70%}
.width75{width:75%}
.width78{width:78%}
.width80{width:80%}
.width27{width:27%}
.width46{width:46%}
.width65{width:65%}
.width35{width:35%}

.paddingTop160{padding-top:160px}
.bgGray{background:#f4f4f4;}


.banner-container{
    overflow: hidden;
    width: 100%;
}
.banner-container .swiper-pagination-bullet{background:#00aa50}
.banner-container .swiper-button-next, .banner-container .swiper-button-prev{color:#fff;}
.banner-container .swiper-horizontal>.swiper-pagination-bullets, .banner-container .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-container .swiper-pagination-custom, .banner-container .swiper-pagination-fraction{bottom:40px;}
.banner-container img{
    display: block;
    margin:0 auto;
}
.section1{
    overflow: hidden;
    margin:60px 0 0;
    position: relative;
}
.h-about{
    width:62%;
}
.section-title{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.line{
    width:100%;
    height: 1px;
    background:#00aa50;
    margin:30px 0 40px;
}
.h-about-desc{
    color:#555;
    line-height: 30px;
    /* text-align: justify; */
}
.h-about-btn{
    width:160px;
    height:40px;
    background:#00aa50;
    margin-top:40px;
}
.h-about-btn a{
    display: block;
    color:#fff;
    line-height: 40px;
    text-align: center;
}
.h-about-btn img{
    height: 4px;
    margin-top:18px;
}
.h-about-pic{
    position: absolute;
    top:0;
    right:-5%;
}

.h-about-pic img{
    display: block;
    /* animation: scaleMove 20s linear infinite; */
}
.h-shuzi{
    overflow: hidden;
    margin-top:60px;
    margin-right:-10px;
    margin-left:-10px;
}
.h-shuzi .col-sm-3{
    padding-right:10px;
    padding-left:10px;
}
.h-shuzi-box{
    position: relative;
    padding:40px 10px 30px;
    background:#f4f4f4;
    border-radius: 0 30px 0 0;
}
.h-shuzi-box .shuzi{
    line-height: 80px;
    color:rgba(0, 170, 80, .2);
    font-weight: bold;
    position: absolute;
    top:0;
    right:0;
}
.h-shuzi-box .title{
    height:60px;
}
.h-shuzi-box .desc{
    color:#555;
    height: 60px;
}

/* 面包屑导航 */
.sub_nav{border-bottom:1px solid #e0e0e0;width:100%; overflow:hidden;}
.sub_nav ul{font-size:0;width:1320px;margin:0 auto;}
.sub_nav li{display:inline-block;}
.sub_nav li a{display:block; text-align:center;font-size:16px; color:#777; position:relative;padding:15px 25px; }
.sub_nav li.cur a{color:#fff; background:#00aa50;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#fff; background:#00aa50;}
.sub_nav li:hover a:after{left:0; width:100%;}


.about-about{margin:60px 0;overflow: hidden;}
.about-header .about-header-box {
    margin: 0 -35px;
    padding-bottom: 3%
}

.about-header-box .item {
    overflow: hidden
}

.about-header-box .item .about-logo {
    overflow: hidden;
    padding: 12.45px;
    margin-bottom: 15px
}

.about-header-box .item .about-logo img {
    max-width: 50%;
    float:left;
    margin-right:20px;
}
.about-header-box .about-logo-name{
    font-size:40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
.about-header-box .item .line {
    margin-top: 40px;
    height: 1px;
    margin-bottom: 40px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	-moz-transform: scale(1, 1);
    visibility: visible;
    margin: 35px auto 35px auto;
    background-color: rgba(0,0,0,.12)
}

.about-header-box .item .txt {
    position: relative;
    left: -10px;
    text-align: right
}

.about-header-box .item .txt .number {
    color: #d9d9db;
    font-size: 62px;
    line-height: 62px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    display: inline-block
}

.about-header-box .item .txt .number span {
    display: inline-block;
    -webkit-animation: .65s cubic-bezier(0, 0, 0.17, 1) 0s normal backwards 1 motion-blur-number-0;
    animation: .65s cubic-bezier(0, 0, 0.17, 1) 0s normal backwards 1 motion-blur-number-0
}

@-webkit-keyframes motion-blur-number-0 {
    0% {
        opacity: 0;
        color: rgba(217,217,219,.2);
        text-shadow: 0 3.1px 0 rgba(217,217,219,.2),0 6.2px 0 rgba(217,217,219,.2),0 10.3333333333px 0 rgba(217,217,219,.2),0 12.4px 0 rgba(217,217,219,.2),0 15.5px 0 rgba(217,217,219,.2),0 -3.1px 0 rgba(217,217,219,.2),0 -6.2px 0 rgba(217,217,219,.2),0 -10.3333333333px 0 rgba(217,217,219,.2),0 -12.4px 0 rgba(217,217,219,.2),0 -15.5px 0 rgba(217,217,219,.2);
        transform: translateZ(0px) translateY(-100%);
        -webkit-transform: translateZ(0px) translateY(-100%)
    }

    33% {
        opacity: 1
    }

    100% {
        color: #d9d9db;
        text-shadow: none;
        transform: translateZ(0px) translateY(0px);
        -webkit-transform: translateZ(0px) translateY(0px)
    }
}

@keyframes motion-blur-number-0 {
    0% {
        opacity: 0;
        color: rgba(217,217,219,.2);
        text-shadow: 0 3.1px 0 rgba(217,217,219,.2),0 6.2px 0 rgba(217,217,219,.2),0 10.3333333333px 0 rgba(217,217,219,.2),0 12.4px 0 rgba(217,217,219,.2),0 15.5px 0 rgba(217,217,219,.2),0 -3.1px 0 rgba(217,217,219,.2),0 -6.2px 0 rgba(217,217,219,.2),0 -10.3333333333px 0 rgba(217,217,219,.2),0 -12.4px 0 rgba(217,217,219,.2),0 -15.5px 0 rgba(217,217,219,.2);
        transform: translateZ(0px) translateY(-100%);
        -webkit-transform: translateZ(0px) translateY(-100%)
    }

    33% {
        opacity: 1
    }

    100% {
        color: #d9d9db;
        text-shadow: none;
        transform: translateZ(0px) translateY(0px);
        -webkit-transform: translateZ(0px) translateY(0px)
    }
}

.about-content{margin-top:40px;}
.about-content .box-desc{
    font-size:30px;
    font-weight: bold;
}
.about-content .box-desc:after{
    content:"";
    width:100%;
    height:1px;
    background:#00aa50;
    display: block;
    margin:20px 0;
}
.box{
    color:#777;
    line-height: 30px;
    /* text-align: justify; */
}
.pic{
    padding-left:30px;
    overflow: hidden;
}
.pic img{
    width:100%;
    display: block;
    margin:0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about-culture{
    width: 100%;
    overflow: hidden;
}

.about-culture-top{
    background:#f4f4f4;
    padding:60px 0 0;
}
.about-culture-header{
    background:url(/images/culture-bg.jpg) no-repeat center;
    padding:100px 200px;
    overflow: hidden;
    transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-o-transform: translateY(40px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.about-culture-header img{
    height:80px;
    float:left;
    margin-right:60px;
    margin-top:10px;
}
.about-culture-header .about-culture-box{
    float:left;
    color:#fff;
}
.about-culture-header:hover{
    box-shadow: 0 3px 5px 8px rgba(0,0,0,.2);
}
.about-global{
    margin-top:60px;
}
.culture-name{
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.culture-name:after{
    content: "";
    display: block;
    width:60px;
    height:4px;
    background: #00aa50;
}
.about-culture-header .about-culture-name{
    font-size:30px;
    border-bottom:1px solid #fff;
    margin-bottom:20px;
}
.about-culture-header .about-culture-content{
    color:#fff;
}
.about-culture-item{
    overflow:hidden;
    margin-top:100px;
}
.about-culture-list{
    padding:0 60px;
    position: relative;
}
.about-culture-list:after{
    content: "";
    height:200px;
    width:1px;
    background: #00aa50;
    position:absolute;
    right:0;
    top:50px;
}
.about-culture-list:nth-child(3):after{
    display: none;
}
.about-culture-list img{
    width: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.about-culture-list:hover img{
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}

.about-culture-item .about-culture-name{
    font-size: 30px;
    line-height: 40px;
    margin:20px 0 20px;
}
.about-culture-item .about-culture-name:after{
    content: "";
    display: block;
    width:60px;
    height: 4px;
    background: #00aa50;
    margin-top:10px;
}
.about-culture-content{
    color:#777;
}


.about-honor{
    background: url(/images/honor-bg.jpg) no-repeat center;
    padding:60px 0;
    overflow: hidden;
    margin:60px 0;
}

.about-c{
padding:60px 0;
overflow:hidden;
color:#777;
line-height:30px;
/* text-align: justify; */
}
.about-top-title{
font-size:42px;
font-weight:bold;
line-height:60px;
color:#333;
margin-top:60px;
text-transform: uppercase;
}
.about-top-title:after{
width:60px;
height:4px;
content:"";
display:block;
background:#00aa50;
margin-bottom:30px;
}
.about-top-pic{
padding:10px;
position:relative;
}

.about-top-pic img{
box-shadow:0px 2px 5px 5px rgba(0,0,0,.2);
max-height: 360px;
display: block;
margin:0 auto;
}
.about-top-cover{
position:absolute;
left:10px;
bottom:10px;
background:#fff;
padding:10px;
width:40%;
}
.about-top-cover img{
width:100%;
box-shadow:unset;
}
/* .about-middle{margin-top:30px;} */

#certify {
	position: relative;
	width: 100%;
    overflow: hidden;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
    width: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aa50;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(/images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: url(/images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}
.about-global img{
    display: block;
    margin: 0 auto 60px;
    width:100%;

}

.culture-top-title{
    font-size: 40px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
	}
.culture-top-title span{
    float:right;
    font-size:20px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top:20px;
}
.culture-top-title a{color:#00aa50;}
.culture-top-title:after{
width: 60px;
    height: 4px;
    content: "";
    display: block;
    background: #00aa50;
    margin: 20px 0 40px;
}
.culture-box-c{
padding:30px;
overflow:hidden;
height:334px;
}
.culture-box-c h3{
color:#333;
margin-bottom:15px;
}

.culture-box-icon img{
height:48px;
margin-top:40px;
transition:all .1s;
-webkit-transition:all .1s;
-moz-transition:all .1s;
-o-transition:all .1s;
}
.culture-box-desc{
font-size:14px;
line-height:20px;
height:140px;
overflow:hidden;
}
.culture-box-pic{overflow:hidden}
.culture-box-pic img{
transition:all .3s;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
}
.culture-box:hover{
box-shadow:0px 2px 5px 5px rgba(0,0,0,.1)
}
.culture-box:hover .culture-box-pic img{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
}
.culture-box:hover .culture-box-icon img{
transform:translateY(-20px);
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
-o-transform:translateY(-20px);
}

.honor-top{
    padding-top:60px;
    padding-bottom:60px;
}

.honor-bottom{
    background:#f4f4f4;
    padding:60px 0;
    overflow:hidden;
}
.honor-bottom-item{overflow:hidden;margin-left:-15px;margin-right:-15px}
.swiper-honor-box{background:#f4f4f4;
padding:20px;
}
.swiper-honor-name{height: 60px;font-size:18px;text-align: center;padding:10px;}

.swiper-honor .swiper-button-next, .swiper-honor .swiper-button-prev{background:rgba(0,0,0,.3);color:#00aa50;}

.honor-bottom-box{
    background:#fff;
    padding:40px;
    margin-bottom:30px;
}
.honor-bottom-pic{overflow: hidden;height:495px}
.honor-bottom-pic img{
    max-height: 495px;
    display: block;
    margin:0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-
}
.honor-bottom-name{
    height:60px;
    padding:10px;
    font-size:18px;
    text-align: center;
}
.honor-bottom-btn{
    width:160px;
    height:48px;
    background:#00aa50;
    line-height: 48px;
    text-align: center;
}
.honor-bottom-btn a{
    display: block;
    color:#fff;
}
.honor-bottom-box:hover .honor-bottom-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}



.honor{overflow: hidden;}
.honor-box{
    background:#f4f4f4;
    padding:40px;
    margin-bottom:30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.honor-name{
    height:60px;
    padding:20px 0;
    line-height: 24px;
}
.honor-pic{
    height:324px;
    overflow: hidden;
}
.honor-pic img{max-height:324px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.honor-box:hover{
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
}
.honor-box:hover .honor-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.c-honor-list .honor-bottom-box{
    padding:0;
}
.c-honor-list .honor-bottom-pic{max-height: 442px;}
.c-honor-list .honor-bottom-pic img{max-height:442px}















/* 产品 */
.section2{
    width: 100%;
    overflow: hidden;
}
.h-product{overflow: hidden;
    position: relative;
}
/* one游戏产品 */
.h-product-top{
    position:absolute;
    top:80px;
    left:12%;
}
.h-product-top .h-pro-title{text-align: left;color:#000;}
.h-product-desc{
    width:35%;
    color:#777;
    line-height: 30px;
}

.h-pro-title:after{
    content: "";
    display: block;
    width:60px;
    height:2px;
    background: #00aa50;
    margin:10px 0 30px;
}
.h-product .proThumb2 img{
    opacity: .2;
}
.h-product .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .h-product .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .h-product .mySwiper2 {
    height: 100%;
    width: 100%;
  }

  .h-product .mySwiper {
    height: 25%;
    box-sizing: border-box;
    position: absolute;
    left:0;
    bottom:0;
  }

  .h-product .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
  }

  /* .h-product .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  } */

  .h-product .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .prothumb-name{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,170,80,.5);
    left: 0;
    top: 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 198px;
  }
  .h-product .swiper-button-next, .h-product .swiper-button-prev{color:#aaa;}
  .proThumbDesc{
    position: absolute;
    top: 120px;
    right: 12%;
    width: 35%;
    background: #fff;
    padding: 40px;
  }
  .proThumbDesc h2{color:#00aa50;}
  .proThumbInfo{
    color:#999;
    line-height: 30px;
    margin-top:30px;
    margin-bottom:40px;
    /* text-align: justify; */
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    }
  .proThumbBtn{
    text-align: right;
  }
  .proThumbBtn a{color:#00aa50;}

  /* one游戏产品 结束*/

.h-product-right{
    padding-left:20px;
}
.h-product-top{
    overflow: hidden;
    margin-bottom:20px;
}
.h-product-box-one{
    overflow: hidden;
    height: 638px;
    position: relative;
}
.h-product-box-one img{
    width:100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.cover{
    position: absolute;
    width: 100%;
    height:100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(0,170,80,.4));
    left:0;
    top:0;
    padding:30px;
    color:#fff;
}
.h-product-box-one .cover{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.h-product-one .h-product-name{
    position: absolute;
    left:30px;
    bottom:60px;
}
.h-product-one .h-product-name:after{
    width: 60px;
    height:2px;
    background:#fff;
    content: "";
    display: block;
    margin-top:20px;
}
.h-product-box-two{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.h-product-box-two img{
    width:100%;
    height:309px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.h-product-box-two .cover{
    background: linear-gradient(to bottom right, rgba(255,255,255,0),rgba(0,170,80,.4));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.h-product-top .width27:nth-of-type(1) .cover{
    margin-left:0;
}
.h-product-bottom{overflow: hidden;}
.h-product-bottom .width33:nth-of-type(1) .cover{
    margin-left:0;
}
.h-product-box-two .h-product-two-name{
    position:absolute;
    right:30px;
    bottom:60px;
}
.h-product-two .h-product-two-name:after{
    content: "";
    display: block;
    width:60px;
    height:2px;
    background: #fff;
    margin-top:20px;
    position: absolute;
    right:0;
}
/* .h-product-box-one,.h-product-box-two{
    border-radius: 10px;
} */
.h-product-box-one:hover .cover{
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.h-product-box-one:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.h-product-box-two:hover .cover{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
}
.h-product-box-two:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product{
    overflow: hidden;
}
.product-item-item{margin:60px 0;overflow: hidden;}
.product-item{overflow: hidden;margin-bottom:60px;}
.product-item-top{
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:80px;
    position: relative;
}
.product-item-desc{width:50%}
.product-item-name{
    line-height: 60px;
    font-size: 30px;
    position: relative;
    margin-bottom:30px;
}
.product-item-name:after{
    content: "";
    display: block;
    width:60px;
    height:4px;
    background:#00aa50;
}
.product-item-info{
    font-size: 14px;
    color:#777;
}
.product-btn{
    width:160px;
    height:40px;
    border:1px solid #00aa50;
    margin-top:30px;
    text-align: center;
    line-height: 40px;
}
.product-btn a{
    display: block;
    color:#00aa50;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.product-btn a:hover{
    background:#00aa50;
    color:#fff;
}
.product-one .product-item-desc{
    float:right;
    text-align: right;
}
.product-one .product-item-name:after{
    position: absolute;
    right:0;
    bottom:0;
}
.product-one .product-btn{
    float:right;
} 
.product-item-menu{
    overflow:hidden;
    margin-top:30px;
    padding: 10px;
}

.product-menu-box{
    height:140px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    padding:40px;
    overflow: hidden;
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    position: relative;
}
.product-menu-box a:after{
    content: "";
    display: block;
    width: 80px;
    height:4px;
    background: #00aa50;
    position: absolute;
    bottom:20px;
    left:calc((100% - 80px) / 2);
}
.product-menu-box:hover{
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px 5px rgba(0,0,0,.2);
}
.product-menu-box:hover a{
    display: block;
    color: #000;
}
.height100{
    height:100px;
}


.product-list-list{
    overflow: hidden;
    margin:60px 0;
}
.product li{overflow: hidden;background:#f8f8f8;margin-bottom:30px;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;}

.product-list-pic{overflow: hidden;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;}
.product-list-pic img{
    display: block;
    margin:0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.product-list-content{
    overflow: hidden;
    padding:60px 80px;
}
.product-list-content .product-list-name{
    font-size: 24px;
}
.product-list-content .product-list-name::after{
    content: "";
    display: block;
    width:60px;
    height:4px;
    background:#00aa50;
    margin:10px 0 30px;
}
.product-list-content .product-list-desc{
    color:#777;
}
.product-list-btn{
    font-size: 14px;
    margin-top:60px;
}
.product-list-btn a{
    color:#777;
}
.product li:hover{
    box-shadow: 0px 2px 5px 5px rgba(0,0,0,.2);
}
.product-list-pic:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);}
.product-list-btn:hover a{color:#00aa50}

.product-top{
    margin-top:60px;
}
.pro-top-lm{
    font-size:20px;
    color:#00aa50;
}
.pro-top-t{
    font-size:35px;
    font-weight: bold;
    line-height:60px;
}
.pro-top-info{
    color:#777;
    font-size: 14px;
}
.pro-top-fzs{
    font-size:20px;
    margin-bottom:20px;
}
.pro-top-btn{
    margin-top:40px;
    background:#00aa50;
    width:200px;
    text-align: center;
    height:48px;
    line-height: 48px;
}
.pro-top-btn a{
    color:#fff;
}
.pro-top-i{
    height:500px;
    overflow: hidden;
}
.pro-top-i img{
    max-height: 500px;
    display: block;
    margin:0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.pro-top-pdf{
    background:#f8f8f8;
    padding:20px;
    overflow: hidden;
    line-height: 40px;
    margin-top:30px;
}
.pro-top-pdf img{
    height:40px;
    float: left;
    margin-right:20px;

}
.pro-top-i:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-center{
    padding:60px 0 0;
    overflow: hidden;
    background:url(/images/pro-c-bg.jpg) no-repeat;
}
.product-center-menu{
    width: 100%;
    position: relative;
    margin-bottom:40px;
    border-bottom:1px solid #ccc;
}
.product-center-menu:after{
    content: "";
    display: block;
    width:20%;
    height:4px;
    background:#00aa50;
    position: absolute;
    bottom:-4px;
    left:0;
}
.product-center-menu ul{overflow: hidden;}
.product-center-menu ul li{
    margin-right:10px;
    background: rgba(0, 170, 80, .1);
    width:20%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: block;
    float:left;
    line-height: 60px;
    margin-bottom:0;
    text-transform: uppercase;
    height: 60px;
}
.product-center-menu ul li a{
    color:#333;
    display: block;
}
.product-center-title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#333;
    text-transform: uppercase;
    line-height: 60px;
}
.product-center-title:after{
    display: block;
    content: "";
    width:80px;
    height:2px;
    background: #00aa50;
    margin:0 auto;
    margin-bottom:40px;
}
.cpjj-con,.xgcp-con{
    min-height:200px;
    padding:30px 0;
    color:#777;
}
.cpjj-con table td{
    border:1px solid #ccc;
    padding:10px;
}
.cpjj-con table tr td:nth-child(2n-1){
    width:20%;
}
.cpjj-con table thead{
    font-size:20px;
    color:#333;
}
.product-center-content{margin-bottom:40px;}
.xgcp-con{padding:40px 30px;position: relative;margin-bottom:60px;}

.swiper-sgcp .product-box{
    padding:20px;
    background:#f4f4f4;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.swiper-sgcp .product-c-tit{
    height:60px;
    line-height: 60px;
    overflow: hidden;
}
/* .swiper-sgcp .product-c-btn{
    line-height: 40px;
} */
.swiper-sgcp .product-c-btn-l{
    background:#00aa50;
    width:130px;
    line-height: 40px;
    text-align: center;
}
.swiper-sgcp .product-c-btn-l a{
    display: block;
    color:#fff;
    font-size: 14px;
}

.swiper-sgcp .product-c-btn-r{
    width:130px;
    line-height: 40px;
    text-align: center;
    background:#ccc;
}
.swiper-sgcp .product-pic{
    overflow: hidden;
}
.swiper-sgcp .product-pic img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.swiper-sgcp .product-box:hover{
    box-shadow: 0px 2px 5px 5px rgba(0,0,0,.1);
}
.swiper-sgcp .product-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.swiper-sgcp .swiper-pagination-bullet{
    background:#00aa50;
}





.xgcp-con .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: #555;
    right:0;
    color: #fff;
    width: 40px;
    height: 50px;
    opacity: 1;
    padding:10px;
}
.xgcp-con .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: #f08200;
    left:0;
    color: #fff;
    width: 40px;
    height: 50px;
    opacity: 1;
    padding:10px;
}












/* 新闻 */
.section3{
    margin:60px 0;
    overflow: hidden;
}
.h-news{margin-top:40px;overflow: hidden;}
.h-news-box{width: 100%;border: 1px solid #ddd;overflow: hidden;margin-bottom:20px;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;}
.h-news-top{
    padding:40px 30px;
}
.h-news-date{
    color:#777;
}
.h-news-name{
    line-height: 32px;
}
.h-news-name::after{
    content: "";
    display: block;
    width:60px;
    height:2px;
    background: #00aa50;
    margin:20px 0 30px;
}
.h-news-pic{
    height: 278px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.h-news-box:hover{
    box-shadow: 0px 5px 16px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 5px 16px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 5px 16px rgba(0,0,0,.3);
    -o-box-shadow: 0px 5px 16px rgba(0,0,0,.3);
}
.banner-c{
    position: relative;
}
.banner-desc{
    position:absolute;
    width: 100%;
    padding-left:15%;
    bottom:60px;
    color:#fff;
}
.banner-desc a{color:#fff;}
.banner-name{
    font-size:60px;
    text-transform: uppercase;
}
.news{
    overflow: hidden;
}
.news-top{
    overflow: hidden;
    padding:60px 0;
    background: url(/images/news-bg.png) no-repeat bottom;
}
.news-top-pic{
    position: relative;
    height: 429px;
    overflow: hidden;
}
.news-top .news-top-pic img{
    width: 100%;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.news-top-pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.news-top-cover{
    position: absolute;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #000);
    color:#fff;
    width: 100%;
    padding:40px;
    bottom:0;
    left:0;
}
.news-top-title{
    font-size:20px;
    border-bottom:rgba(255,255,255,.7) 1px solid;
    padding-bottom:10px;
    margin-bottom:10px
}
.news-top-date{
    font-size:14px;
    color:rgba(255,255,255,.7);
}
.news-top-right{
    padding-left:30px;
}
.news-top-right li{
    overflow: hidden;
    padding:20px 0;
    border-bottom:1px dotted #ddd;
}
.news-top-right li:nth-child(3){
    border-bottom:none;
}
.news-top-right-date{overflow: hidden;text-align: right; color:#777;}
.news-top-right-date span{
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #00aa50;
    text-align: right;
}
.news-top-right-content{
    padding-left:20px;
}
.news-top-right-content h4{
    height:40px;
    overflow: hidden;
}
.news-top-right-desc{
    color:#777;
    height: 48px;
    overflow: hidden;
    margin-top:10px;
    font-size: 14px;
}
.news-bottom{
    margin:60px 0;
    overflow: hidden;
}
.news-bottom li{
    border-left:1px solid #ddd;
    padding:40px;
    overflow: hidden;
    margin-bottom:30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;

}
.news-bottom li:nth-child(3n){
    border-right:1px solid #ddd;
}
.news-bottom-date{color:#777;}
.news-bottom-desc{
    text-align: justify;
}
.news-bottom li h3{
    font-size: 20px;
    margin:15px 0 60px;
}
.news-bottom li h3 a{color:#000}
.news-bottom-desc a{
    display: block;
    color:#555;
}
.news-bottom-btn{
    width:160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    margin-top:60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.news-bottom-btn a{
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.news-bottom li:hover{
    box-shadow: 0px 3px 5px 5px rgba(0,0,0,.2);
}

.news-bottom li:hover .news-bottom-btn{
    background: #00aa50;
}
.news-bottom li:hover .news-bottom-btn a{color:#fff}
.news{
    overflow: hidden;
}
.news-left,.news-right{
    padding:60px 0;
}
.news-title{
    font-size: 32px;
}
.news-icon{
    overflow: hidden;
    margin:20px 0 40px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:30px 0;
    color:#777;
}
.news-content{
    color:#777;
    overflow: hidden;
    /* text-align: justify; */
    line-height: 30px;
}
.news-content p,.news-content p span{
    text-wrap: unset !important;
}

.news-right{
    padding-left:80px;
}
.fanye{
    overflow: hidden;
}
.fanye strong{
    display: block;
}
.fanye a{
    display: block;
    color:#777;
}
.news-contact{
    margin-top:40px;
}
.news-contact-name{
    width:100%;
    height:60px;
    background: #00aa50;
    color:#fff;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 30px;
}
.news-contact-desc{
    padding:40px;
    background: #f4f4f4;
    line-height: 40px;
}















/* 联系 */
.section4{
    width: 100%;
    margin:0 auto;
    padding:60px 0;
    overflow: hidden;
    background:url(/images/contact-bg.jpg) no-repeat;
    background-size:cover;
}
.h-contact{
    margin-top:40px;
    width:55%;
}
.h-contact-c{
    overflow: hidden;
    border-bottom:1px solid #ccc;
    padding:40px 0;
}
.h-contact-c img{
    width: 77px;
    float:left;
}
.h-contact .h-contact-c:nth-of-type(3){
border-bottom: none;
}
.h-contact-desc{
    width:80%;
    float:left;
    margin-left:30px;
    color:#333;
}
.h-contact-desc span{
    display: block;

}



.footer{
    background:url(/images/ft-bg.jpg) no-repeat top right;
    overflow: hidden;
    position:relative;
    background-size: cover;
}
.xz{
    position: absolute;
    top: -1px;
    right: 12%;
}
.ft{
    margin:80px 0;
    color:#fff;
}
.ft a{color:#fff;}
.ft-nav-name{
    text-transform: uppercase;
}
.ft-nav-name:after{
    content: "";
    display: block;
    width:40px;
    height:1px;
    background:#fff;
    margin:10px 0 20px;
}
.ft-nav{overflow: hidden;}
.ft-nav .col-sm-8 .ft-nav-list li{
    width:49%;
    display: inline-block;
}
.ft-erweima-box{width:50%;float:left;}
.ft-erweima-box img{
    width:120px;
    display: block;
    margin:0 auto;
}
.ft-erweima-box span{
    display: block;
    text-align: center;
    margin-top:10px;
}
.shubiao{
    position:absolute;
    top:0;
    left:50%;
    animation: jtMove 3s linear infinite;
}
.ft-nav-list ul li{font-size:14px;}

.copyright{
    border-top:1px solid #fff;
    line-height: 40px;
    color:#fff;
    font-size: 14px;
}
.copyright a{color:#fff;}
.copyright span{
    margin-right:60px;
}
.copyright .yyzz{
    padding-top:5px;
}

.video-box{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.video-pic{position: relative;height:205px}
.video-pic img{max-height:205px;display: block;margin:0 auto;}
.video-cover{
    position:absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.2);
    left:0;
    top:0;
}
.video-cover i{
    display: block;
    width: 40px;
    margin: 0 auto;
}
.video-cover i.fa-play-circle-o:before{
    font-size:40px;
    text-align: center;
    line-height: 205px;
    color:#fff;
}
.video-name{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}
.video-box:hover{
    box-shadow: 0 2px 5px 5px rgba(0,0,0,.1);
}
.video-box:hover .video-name{
    background:#00aa50;
    color:#fff
}
.video-title{font-size:40px;text-align: center; color:#333;line-height: 80px;margin-bottom:40px;}



.global-pic{
    width: 100%;
}
.global-pic img{
    display: block;
    margin:0 auto;
}
.global-contact{
    overflow: hidden;
    margin-top:60px;
}
.global-box{
    padding:40px 30px;
    border: 1px solid #00aa50;
    border-radius: 10px;
    height: 250px;
    margin-bottom:30px;
    background: url(/images/yuan.png) no-repeat bottom right;
    background-position-y: 150px;
    
}
.global-box h4{
    color:#00aa50;
    border-bottom:1px solid #00aa50;
    line-height: 40px;
    margin-bottom:10px;
}

.contact-top{
    overflow: hidden;
    box-shadow: 0px 2px 3px 3px rgba(0,0,0,.1);
    position: relative;
}
.contact-top:after{
    position: absolute;
    content:"";
    display: block;
    width:50%;
    height:4px;
    background: linear-gradient(to right,#00aa50,#5ac3f0);
    left:0;
    bottom:0;
}
.contact-left,.contact-right{width:50%}
.contact-left{
    padding:60px;
}
.contact-left h1{
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom:40px;
}
.contact-left-content{
    line-height: 40px;
    color:#777;
}
.advisory{overflow: hidden;margin-top:60px;margin-bottom:60px;}
.advisory h2{
    text-transform: uppercase;
    line-height: 40px;
}
.advisory-item{overflow: hidden;padding:60px 0; border-bottom:1px solid #00aa50;font-size:20px;}
.advisory-item em.fa{font-size:40px !important;margin-right:10px;color:#00aa50;margin-top:10px;}
.advisory-item em{
    display: block;
    float:left;
}
.advisory-c strong{
    font-weight: normal;
    display: block;
    font-size: 16px;
}

.phone-sec1,.phone-product,.phone-news{
    display: none;
}
.c-honor-list{margin:60px 0;overflow: hidden;}


.quote{
    margin:60px 0;
    overflow: hidden;
}
.quote form input[type="text"]{
    line-height: 40px;
    border:1px solid #ddd;
    height:40px;
    width: 100%;
}
.quote form textarea{
    width:100%;
    border:1px solid #ddd;
    height:100px !important;
}

.quote .btn-primary{
    background-color: #00aa50;
    border-color: unset;
    border-radius: 0;
    width:160px;
    height:48px;
    font-size:20px;
    text-transform: capitalize;
}


.bannerSwiper .swiper-slide .banner-cover {
    position: absolute;
    left: 10%;
    top: 40%;
    color: #fff;
}
.banner-en{
    font-size:40px;
    text-transform: uppercase;
}
.bannerSwiper .swiper-slide .banner-cover.bannerRight{
    position: absolute;
    left: 10%;
    top: 30%;
    color: #fff;
}
.swiper-slide-active .banner-cover{
    animation: moveUp .8s linear forwards;
    -webkit-animation: moveUp .8s linear forwards;
    -moz-animation: moveUp .8s linear forwards;
    -o-animation: moveUp .8s linear forwards;
}

@media(min-width:1920px){
    .container{
        width: 1600px;
    }
}

@media (min-width:1440px) {
    .container {
        width: 1400px;
      }    
}


@keyframes jtMove {
    0% {
        transform: translateY(50%);
    }
    25% {
        transform: translateY(25%);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(25%);
    }
    100% {
        transform: translateY(50%);
    }    
}
@keyframes scaleMove{
   0%{
     transform: scale(1);
   }
   25%{
      transform: scale(0.8);
   }
   50%{
    transform: scale(1);
   }
   75%{
    transform: scale(1.1);
   }
   100%{
    transform: scale(1);
   }
}







@media(max-width:1900px) and (min-width:1400px){
    .banner-container .swiper-horizontal>.swiper-pagination-bullets, .banner-container .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-container .swiper-pagination-custom, .banner-container .swiper-pagination-fraction{bottom:120px;}   
	.h-about{width:55%}
	.h-shuzi-box .desc{font-size:14px;}
	.h-shuzi-box{padding:30px 10px;}
	.h-product-box-two img{height:214px;}
	.h-product-right{padding-left:15px;}
	.h-product-top .marginRight20,.h-product-bottom .marginRight20{margin-right:15px;}
	.h-product-box-one{height:448px;}
.h-product-one .h-product-name,.h-product-box-two .h-product-two-name{font-size:18px;}
.section-title{font-size:36px;}

/* .ft-erweima-box{width:36%} */
.h-product .mySwiper2{
    height: 700px;
}
.proThumbDesc{
    top:60px;
    right:10%;
    width:40%;
}

}

@media(max-width:1600px) and (min-width:1400px){
    .h-about-pic{right: -15%;}
}


@media(max-width:1680px) and (min-width:1500px){
    .h-about-pic{right: -8%;}
}


@media(min-width:1200px) and (max-width:1400px){
    .advisory-c{width:80%;float:left;}
    .banner-container .swiper-horizontal>.swiper-pagination-bullets, .banner-container .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-container .swiper-pagination-custom, .banner-container .swiper-pagination-fraction{bottom:200px}
    
    .h-about-pic{right:-25%}
    .h-shuzi-box .desc{font-size:14px;}
    .h-product-box-two img{height:201px}
    .h-product-box-two .h-product-two-name{font-size:18px;}
    .h-product-right{padding-left:12px;}
    .h-product-top .marginRight20,.h-product-bottom .marginRight20{margin-right:12px}
    .h-product-box-one{height: 422px;}
    .h-product-one .h-product-name{font-size:18px;}
    .ft{margin:80px 0 60px}
    .copyright-left{width:65%}
    .about-content .box-desc{font-size:26px}
    .box{line-height: 24px;
        font-size: 14px;}
    .about-culture-header .about-culture-box{
        width: 80%;
    }
    .about-top-title{margin-top:0;}
    .culture-box-pic img{height:334px}
    .honor-bottom-pic{height: 392px;}
    .honor-bottom-pic img{max-height:392px}
    .video-pic{height: 168px;}
    .video-pic img{max-height: 168px;}
    .video-cover i.fa-play-circle-o:before{line-height: 168px;}
    .video-cover i.fa-play-circle-o:before{height:300px}
    .product li{height:265px}
    .product-list-pic img{max-height:265px}
    .product-list-pic{height:265px}
    .product-list-content{padding:40px 80px}

    .news-top-pic{height:310px}
    .news-top .news-top-pic img{height:310px}
    .news-top-right{height: 318px;overflow: hidden;}
    .news-top-right li{padding:30px 0;}
    .contact-left h1{font-size:30px}
    .contact-left-content{line-height: 30px;}
    .banner-name{font-size:48px}
    .advisory-item{font-size: 16px;}
}

@media(max-width:1400px){
    .h-about-pic{
    right:-18%;
}
/* .shubiao {
    left: 78%;
} */
.ft-erweima-box img{width:100px;}
}



@media(max-width:767px){
    .banner-container .swiper-horizontal>.swiper-pagination-bullets, .banner-container .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-container .swiper-pagination-custom, .banner-container .swiper-pagination-fraction{bottom: 380px;}
    .swiper-button-next, .swiper-button-prev{top:35%}
    .section1,.h-news{display: none;}
    .phone-sec1{display: block;padding:30px 10px;overflow: hidden;}
    /* .h-product{display: none;} */
    .phone-product{display: block;overflow: hidden;padding:0 10px;}
    .phone-news{display: block;overflow: hidden;margin-top:20px;}


    .h-about{width:100%}
    .section-title{font-size:24px;margin-top:20px;}
    .line{margin:15px 0 20px;}
    .h-about-desc{font-size: 14px;line-height: 20px;height:140px;overflow: hidden;text-align: justify;color:#777;}
    .h-shuzi{margin-top:0;margin-left:0;margin-right: 0;}
    .phone1 .h-shuzi{overflow: hidden;}
    .h-shuzi-box{width:48%;float:left;border-radius: unset;margin-bottom:20px;padding:20px;}
    .h-shuzi-box:nth-child(2n){float:right;}
    .phone1-sz-pic img{
        height:60px;
    }
    .h-shuzi-box .title{font-size:16px; height: 40px; margin-top:20px;}
    .h-about-neirong{padding:0 10px}
    .h-product{margin-top:20px;padding:0 10px;}
    .h-product .width22,.h-product .width78{width:100%}
    .h-product-box-one{background: url(/images/p1.jpg) no-repeat center;
        height: 200px;
        background-size: auto;
        margin-top:20px;
    }
    .h-product-box-one img{
        display: none;
    }
    .h-product-one .h-product-name{bottom:40px;font-size:16px;position: unset;}
    .h-product-one .h-product-name:after{display: unset;}
    .h-product-right{padding-left:0;}
    .h-product-right-b{width:48%;float:left;margin-top:20px;}
    .h-product-right-b:nth-child(2n){float:right}
    .h-product-box-two img{height:125px}
    .h-product-box-two .h-product-two-name{
        font-size:16px;
        text-align: right;
        right:10px;
        bottom:10px;
    }
    .cover{
        height:40px;
        background: rgba(0,170,80,.7);
        left:0;
        bottom:0;
        top:unset;
        line-height: 40px;
        padding:0 10px;
    }
    .phone-proThumb-name{font-size: 20px;
    background:#f8f8f8;
    height: 48px;
    line-height: 48px;
    padding:0 10px;
}
.phone-product .section-title{margin-bottom:20px;margin-top:30px}
.phone-product .swiper-horizontal>.swiper-pagination-bullets, .phone-product .swiper-pagination-bullets.swiper-pagination-horizontal, .phone-product .swiper-pagination-custom, .phone-product .swiper-pagination-fraction{bottom:0;}










    .section3{margin:30px 10px;}
    .h-news{margin-top:20px;}
    .section4{padding:30px 10px;}
    .h-contact{margin-top:0;width:100%}
    .h-news-name{font-size:18px;line-height: 30px;}
    .h-news-date{font-size:14px;}
    .h-contact-c{padding:10px 0;}
    .h-contact-c img{width:52px;margin-top:20px;}
    .h-contact-desc{width:75%;margin-left:0;margin-top:10px;float:right;font-size: 14px; color:#777;}


    .phone-news ul{overflow: hidden;}
    .phone-news ul li{overflow: hidden;background: #f4f4f4;margin-bottom:20px;}
    .phone-news .h-news-pic{width:30%;height: 90px;}
    .phone-news .h-news-box{width:70%;float:right;padding-left:15px;border: unset;margin:15px 0;}
    .h-news-date,.h-news-name::after{display: none;}
    .section3 .h-about-btn{margin-top:0;}
    .h-contact-desc span{font-size: 16px;color:#333;}
    .ft{margin:30px 0;}
    .ft-nav{display: none;}
    .ft-erweima{width:100%}
    .ft-erweima-box{width:25%;float:right;margin-right:20px;}
    .shubiao{left:30%}
    .copyright{padding:10px;line-height: 24px;}
    .copyright .width60{width:100%}
    .copyright span{display: block;}
    .copyright .yyzz{float:unset}

    .xz{left:-25%}
    .about-c{padding:30px 10px;}
    .sub_nav{display: none;}
    .about-about{margin:30px 0;}
    .about-header-box .item .about-logo img{height:60px;margin-top:10px;}
    .about-header-box .about-logo-name{font-size:32px;line-height: 40px;}
    .about-content .box-desc{font-size:20px;}
    .about-content{margin-top:0px}
    .box{font-size:14px;line-height: 24px; text-align: justify;}
    .h-about-btn{margin-top:20px;}
    .pic{padding-left:0;margin-top:20px;}
    .culture-name{font-size:24px;}
    .about-culture-top{padding:30px 10px 0}
    .about-culture-header{padding:20px; transform: translateY(0);-webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);margin-top:20px;}
    .about-culture-header .about-culture-name{font-size:24px;}
    .about-culture-header img{height:60px}
    .about-culture-item{margin-top:30px;}
    .about-culture-list{width:100%;padding:0 10px;margin-bottom:20px;}
    .about-culture-item .about-culture-name{font-size:24px;}
    .about-culture-list:after{display: none;}
    .about-culture-content{font-size: 14px;}
    .about-honor{margin:0;padding:30px 0px;}
    #certify .swiper-slide{width:100%;height:auto;}
    #certify .swiper-slide p{line-height: 60px;}
    #certify .swiper-slide img{width:60%;margin:0 auto;}
    .about-top-title{margin-top:0;}
    .about-top-box{text-align: justify;font-size: 14px;line-height: 24px;}
    .about-middle{padding:0 10px;font-size: 14px;line-height: 24px; text-align: justify;}
    .about-top-pic{padding:0;margin-top:20px;}
    .culture-top-title{font-size:24px;}
    .culture-box{width:100%}
    .culture-item{overflow: hidden;}
    .culture-box-c{padding:20px 10px;height:auto;}
    .culture-top-title:after{margin:10px 0 20px;}
    .culture-box-desc{height:auto;}
    .culture-box-icon img{margin-top:20px;}


    .culture-box:nth-child(2){margin-bottom:20px;}
    .c-c{padding:0 10px;}
    .honor-top{padding-top:30px; padding-bottom:30px;}
    .honor-bottom-pic img{max-height:219px;}
    .honor-bottom-pic{height:219px;}
    .swiper-honor-name{font-size: 14px;height: 72px;line-height: 20px;overflow:hidden;}
    .honor-bottom-box{padding:0;}
    
    .c-honor-list{margin:30px 0 0;}
    .video-title{font-size:30px;line-height: 40px;margin-bottom:20px;}
    .global-contact{margin-top:30px;}
    .global-box{height:auto;background-position-y:bottom;}
    .global-box h4{line-height: 24px;}
    .global-desc{font-size: 14px;line-height: 20px;}
    .banner-name{font-size:30px;}
    .banner-desc{padding-left:20px;}
    .location{font-size:14px;}
    .product-item-top{padding:30px}
    .product-item-desc{width:100%}
    .product-menu-box{padding:10px;font-size:16px;word-break: break-all;height:70px;}
    .product-item-item{margin:30px 0;}
    .product-item-name{line-height: 40px;font-size: 24px;}
    .product-item{margin-bottom:20px;}
    .product-list-list .width25{width:100%}
    .product-list-list .width75{width:100%}
    .product-list-content{padding:30px 10px;}
    .product-list-btn{margin-top:30px;}
    .product-list-list{margin:30px 10px;}
    .pro-top-i{margin-top:30px;height:313px}
    .pro-top-btn{margin-top:30px;}
    .product-center-menu ul li{width:40%}
    .product-center-content{margin-bottom:0;}
    .news-top{padding:30px 0;}
    .news-top-pic{height: 196px;}
    .news-top .news-top-pic img{height:196px;}
    .news-top-right{padding-left:0;}
    .news-top-right-desc{height:42px;}
    .news-bottom{margin:30px 0;}
    .news-bottom .width33{width:100%}
    .news-bottom li{padding:20px 10px;}
    .news-bottom li h3{margin:15px 0 20px;}
    .news-bottom-btn{margin-top:30px;}
    .news-left, .news-right{width:100%;padding:30px 10px;}
    .news-title{font-size:24px;}
    .news-icon{padding:15px 0;}
    .news .col-sm-8{padding-right:0;}
    .news .col-sm-4{padding-left:0}
    .pro-top-t{font-size:30px;line-height: 40px;}
    .product-center-content{padding:0 10px;}
    .news-content{text-align: justify;}
    .contact-top{padding:0 10px;}
    .contact-left,.contact-right{width:100%}
    .contact-left{padding:30px 0;}
    .contact-left h1{font-size:24px;line-height: 30px;margin-bottom:20px}
    .contact-left-content{line-height: 24px;}
    .advisory{margin-top:30px; margin-bottom:30px;padding: 0 10px;}
    .advisory h2{font-size:24px;line-height: 30px;}
    .advisory-item{padding:30px 0;}
    .advisory-item em.fa{font-size: 16px !important;}
    .advisory-c strong{font-size:14px;}
    .advisory-c{font-size:18px;padding: 10px 0;border-bottom: 1px solid #ddd;}
}

@media(max-width:414px){
    .banner-container .swiper-horizontal>.swiper-pagination-bullets, .banner-container .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-container .swiper-pagination-custom, .banner-container .swiper-pagination-fraction{bottom: 380px;}
    .shubiao {
        left: 30%;
    }
}

@media(max-width:375px){
    .banner-container .swiper-horizontal>.swiper-pagination-bullets, .banner-container .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-container .swiper-pagination-custom, .banner-container .swiper-pagination-fraction{bottom: 200px;}
}




@keyframes moveUp{
    0%{
        transform: translateY(100%);
    }
    100%{
        transform: translateY(0);
    }

}
