.footerBottom{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 75%;
	margin: 0px auto;
}

.foot-logo{
	
}
.footLogo{
    text-align: center;
}
.footLogo img{
	
}

.footWechat{
    text-align: center;
    margin-top: 6%;
}
.footWechat img{
    width: 172px;
}
.footWechat p{
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}

.lianxiWrap{
    width: 20%;
    margin-top: 30px;
	position:relative;
	margin-right:5%;
}

.weixin-box{
	position: absolute;
	top: -200px;
	left: 18px;
	display: none;
}

.weixin-box img{
	width: 180px;
	height:auto;
}

.lianxiWrap ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: 4%;
}
.lianxiWrap ul li{
    float: unset;
    width: 20%;
}
.lianxiWrap ul li a{
    display: block;
    margin: 0px;
    text-align: center;
    margin-bottom: 0px;
}
.lianxiWrap ul li a img{
    width: 34px;
    height: auto;
}

.search{
    display: none;
    position: fixed;
    top: 0;
    padding: 10px 20px;
    height: 70px;
    width: 100%;
    background: #eee;
    z-index: 999;
    box-sizing: border-box;
}
.search form{
    position: absolute;
    height: 50px;
    left: 5%;
    width: 90%;
}
.search input{
    line-height: 50px;
    width: 100%;
    outline: none;
    background: transparent;
    border: 0;
}
.search img{
    margin-top: 10px;
    vertical-align: middle;
}
header{
    position: fixed;
    top: 0;
    height: 113px;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: #ddd 0 0 3px;
}
.header-wap,.header-wap + .height-wap {
    display: none;
}
header h1{
    width: 15%;
    line-height: 113px;
}
header h1 img{
    vertical-align: middle;
}
header nav{
    width: 73%;
}
header nav ul{
    text-align: center;
}
header nav ul li{
    display: inline-block;
    margin-right: 40px;
}
header nav ul li>a{
    display: block;
    height: 27px;
    margin-top: 43px;
    color: #000000;
    font-size: 20px;
}
header nav ul li>a.hover,header nav ul li>a:hover{
    border-bottom: 1px solid #0198ff;
    color: #0198ff;
}
header .product-nav{
    display: none;
    position: absolute;
    height: 500px;
    padding: 35px 0;
    top: 113px;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #0198ff;
    box-sizing: border-box;
}
header .product-nav .left{
    width: 427px;
    text-align: right;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
header .product-nav .left a{
    position: relative;
    right: -2px;
    padding-right: 33px;
    display: block;
    font-size: 24px;
    font-family: lightFont;
    line-height: 60px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}
header .product-nav .right{
    padding: 0 35px;
    width: 770px;
    display: none;
    box-sizing: border-box;
}
header .product-nav .right a{
    position: relative;
    display: block;
    float: left;
    height: 140px;
    width: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.3);
    text-align: center;
}
header .product-nav .right img{
    height: 85%;
    width: 85%;
}
header .product-nav .right span{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-family: lightFont;
    font-size: 13px;
    text-align: center;
    color: #000;
}
header .product-nav .left a.hover{
    border-right: 3px solid #fff;
    font-family: boldFont;
}
header nav ul li p.second-nav{
    position: absolute;
    top: 113px;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #0198ff;
    padding: 20px;
    display: none;
}
header nav ul li p.second-nav>a{
    padding-left: 752px;
    text-align: left;
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    box-sizing: border-box;
}
header .search-lang{
    padding-top: 35px;
    width: 12%;
}
header .search-lang p{
    line-height: 30px;
    cursor: pointer;
}
header .search-lang p:first-child{
    padding: 0 8px;
    border: 1px solid #fff;
    background: #fff;
}
header .search-lang p:first-child span{
    display: block;
    padding-right: 30px;
    line-height: 30px;
    background: url("../img/icon-dian.png") no-repeat right 5px center;
}
header .search-lang p:first-child span:first-child{
    background: url("../img/icon-xia.png") no-repeat right 5px center;
}
header .search-lang p:first-child span:not(:first-child):hover{
    background: url("../img/icon-dian-hover.png") no-repeat right 5px center;
}
header .search-lang p:first-child em{
    font-style: normal;
    vertical-align: middle;
}
header .search-lang p:first-child img{
    margin-top: 8px;
    vertical-align: middle;
}
header .search-lang p:last-child{
    margin-right: 20px;
    line-height: 30px;
}
header .search-lang p:last-child img{
    vertical-align: middle;
}

.banner{
    height: 640px;
    width: 100%;
}
.banner .swiper-slide{
    background-position: center;
}
.banner .swiper-slide:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
   /*  background-color: black; */
    opacity:0.35;/*original=0.35,2022-03-12change*/
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner .swiper-slide1 p{
    position: relative;
    z-index: 2;
    text-align: center;
}
.banner .swiper-slide1 p:first-child{
    margin-top: 160px;
    font-family: boldFont;
    font-size: 88px;
    color: #009bff;
}

.banner .swiper-slide1 p:last-of-type{
    font-size: 30px;
    color: #fff;
    width: 920px;
    margin: 20px auto 0;
}

.banner .swiper-slide1 p.two{
    font-size: 32px;
    color: #fff;
    width: 920px;
    margin: 20px auto 0;
    letter-spacing: 12px;
}

a.more{
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 180px;
    text-align: center;
    border: 1px solid #fff;
    background: url("../img/icon-more.png") no-repeat right 15px center;
    background-size: 5%;
}
.banner .swiper-slide1 a{
    margin: 40px auto 0;
    box-shadow: white 1px 1px;
}
a.more:hover{
    color: #000;
    background: #fff url("../img/icon-more-hover.png") no-repeat right 15px center;
    background-size: 5%;
}
.banner-swiper-pagination{
    bottom: 30px!important;
}
.banner-swiper-pagination .swiper-pagination-bullet{
    border-radius: 0;
    height: 4px;
    width: 60px;
    background: rgba(255,255,255,0.8);
}

.product{
    padding: 100px 50px 0;
    background-color: #f5f5f5;
}
.index-title{
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    font-family: lightFont;
}
.product ul{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
}
.product ul li{
    float: left;
    height: 320px;
    width: 480px;
    margin-right: 30px;
    margin-bottom:30px;
    box-shadow: #aaa 0 0 10px;
}
.product ul li:last-child{
    margin-right: 0;
}
.product ul li a{
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
}
.product ul li a img{
    height: 100%;
    max-width: 100%;
    transition: all 0.3s;
}
.product ul li a p{
    padding: 3px 20px;
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: #777777;
    font-family: boldFont;
    font-size: 24px;
    color: #fff;
}
.product ul li a:hover p{
    background: #0198ff;
    color: #fff;
}
.product ul li a:hover img{
    transform: scale(1.2);
}
.which{
    padding-top: 100px;
    background-color: #f5f5f5;
}
.which-bg{
    padding-top: 80px;
    position: relative;
    margin-top: 50px;
    height: 640px;
    background: url("../img/which-bg1.jpg") no-repeat center;
    box-sizing: border-box;
    transition: all 1s;
}
.gallery-thumbs{
    width: 1270px;
    margin: 0 auto;
}
.gallery-thumbs .swiper-slide{
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-thumb-active {
    background: #fff;
    color: #000;
}
.gallery-top{
    width: 1270px;
    border: 5px solid #fff;
    box-sizing: border-box;
}
.gallery-top .swiper-slide{
    padding: 35px;
    box-sizing: border-box;
}
.gallery-top .swiper-slide p:first-child{
    height: 320px;
    width: 320px;
    /*background: #fff;*/
}
.gallery-top .swiper-slide p:first-child img{
    height: 100%;
    width: 100%;
}
.gallery-top .swiper-slide p:last-child{
    padding-top: 80px;
    width: 680px;
    box-sizing: border-box;
}
.gallery-top .swiper-slide p:last-child span{
    display: block;
    font-size: 88px;
    font-family: boldFont;
    color: #039bff;
}
.which .which-left,.which .which-right{
    height: 174px;
    width: 101px;
    background-size: 100% 100%;
    margin-top: -52px;
    right: 0;
    outline: none;
    background-repeat: no-repeat;
}
.which .which-left:after,.which .which-right:after{
    content: ''!important;
}
.which-bg .which-left{
    right: 125px;
    background-image: url("../img/which-right.png")!important;
}
.which-bg .which-right{
    left: 125px;
    background-image: url("../img/which-left.png")!important;
}

.index-box{
    padding: 100px 0;
    background: #f5f5f5;
}
.index-box .left{
    width: 812px;
}
.index-box .left ul li{
    width: 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.index-box .left ul li:first-child{
    padding: 80px 40px;
    height: 355px;
    margin-bottom: 15px;
}
.index-box .left ul li:last-child{
    padding: 100px 40px;
    height: 390px;
    background-image: url("../img/index-bg2.jpg");
}
.index-box .left ul li p:first-of-type{
    font-family: boldFont;
    font-size: 32px;
    color: #fff;
}
.index-box .left ul li p:last-of-type{
    margin: 20px 0 30px 0;
    font-size: 20px;
    color: #fff;
}
.index-box .right{
    padding: 500px 30px 0 30px;
    width: 812px;
    height: 760px;
    background-image: url("../img/index-bg3.jpg");
    background-size: 100% 100%;
    box-sizing: border-box;
}
.index-box .right p:first-of-type{
    font-family: boldFont;
    font-size: 32px;
    color: #fff;
    text-align: right;
}
.index-box .right p:last-of-type{
    margin: 20px 0 30px 0;
    font-size: 20px;
    color: #fff;
    text-align: right;
}
.index-box .right a{
    float: right;
}
footer{
    padding: 50px 0 30px 0;
    background: #000;
    border-top: 10px solid #0198ff;
}
.foot-logo{
    width: 25%;
}
footer ul{
    width: 75%;
}
footer ul li{
    float: left;
    width: 20%;
}
footer ul li a{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}
footer ul li a:first-child{
    margin-bottom: 25px;
    font-size: 20px;
}
footer ul li a:hover{
    color: #0198ff;
}
footer .copyright{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 25%;
}
.back-top{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #707070;
    cursor: pointer;
}
.back-top img{
    margin-top: 10px;
    transform: rotate(270deg);
}
.back-top:hover{
    background-color: #0198ff;
}

.about-banner{
    position: relative;
    padding-top: 120px;
    height: 640px;
    background: url("../img/about-banner-bg.jpg") no-repeat center;
    box-sizing: border-box;
}
.about-banner:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    opacity: 0.35;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.about-banner .text{
    position: relative;
    z-index: 2;
    text-align: center;
}
.about-banner .text p:first-of-type{
    font-family: boldFont;
    font-size: 88px;
    color: #fff;
}
.about-banner .text p:last-of-type{
    font-size: 28px;
    color: #fff;
    width: 600px;
    margin: 0 auto;
}
.about-banner ul{
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 0 120px;
    height: 210px;
    width: 100%;
    background: rgba(1,152,255,0.8);
    box-sizing: border-box;
}
.about-banner ul li{
    padding: 50px 0;
    float: left;
    width: 25%;
    text-align: center;
}
.about-banner ul li p:first-child span:first-child{
    font-family: boldFont;
    font-size: 75px;
    line-height: 60px;
    color: #fff;
    vertical-align: middle;
}
.about-banner ul li p:first-child span:last-child{
    font-family: lightFont;
    font-size: 18px;
    color: #fff;
    vertical-align: bottom;
}
.about-banner ul li p:last-child{
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}
.other-title p{
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border-left: 10px solid #0198ff;
    font-family: lightFont;
    font-size: 48px;
    font-weight: 600;
}
.other-content{
    padding: 50px;
    font-family: lightFont;
    line-height: 24px;
    box-sizing: border-box;
}
.other-content *{
    font-family: defaultFont!important;
}
.other-content table{
    margin: 0 auto;
    border-collapse:collapse;
}
.other-content table tr td{
    text-align: center;
    border-width: 1px!important;
    border: 1px solid #ddd;
    line-height: 36px;
}
.other-content img{
    max-width: 100%;
    height: auto!important; 
}
.about-box1{
    padding-top: 50px;
}
.about-box2{
    padding-top: 50px;
}
.about-box2 ul{
    padding: 50px 110px;
}
.about-box2 ul li:first-of-type{
    margin-right: 150px;
}
.about-box2 ul li{
    padding: 100px 100px 0 100px;
    float: left;
    height: 365px;
    width: 635px;
    text-align: center;
    border: 1px solid #707070;
    box-sizing: border-box;
}
.about-box2 ul li p:first-of-type{
    margin-bottom: 30px;
    font-family: extraBoldFont;
    font-size: 36px;
    line-height: 48px;
}
.about-box2 ul li p:last-of-type{
    font-family: lightFont;
    font-size: 24px;
}
.about-box3{
    padding: 50px 0;
}
.about-box3 ul{
    padding: 40px 110px;
    box-sizing: border-box;
}
.about-box3 ul li{
    float: left;
    height: 60px;
    line-height: 60px;
    width: 20.5%;
    text-align: center;
    margin-right: 6%;
    font-family: lightFont;
    font-size: 24px;
    cursor: pointer;
    box-sizing: border-box;
}
.about-box3 ul li.hover{
    border: 1px solid #0198ff;
    color: #0198ff;
    border-radius: 30px;
}
.about-box3 ul li:last-of-type{
    margin-right: 0;
}
.about-box3 .content{
    display: none;
    position: relative;
    margin: 0 auto;
    height: 560px;
    width: 1420px;
}
.about-box3 .content img{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
/* .about-box3 .content p:first-of-type{
    position: absolute;
    top: 120px;
    left: 100px;
    font-family: boldFont;
    font-size: 64px;
    color: #fff;
}
.about-box3 .content p:last-of-type{
    position: absolute;
    top: 250px;
    left: 100px;
    width: 720px;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
} */

.about-box3 .content p{
    color: #fff;
    line-height: 30px;    
    position: relative;
    line-height: 64px;
    top: 18%;
    left: 3%;
    font-size: 26px;
 
}

.about-box4{
    padding: 100px 0;
    height: 640px;
    box-sizing: border-box;
    background: url("../img/about-box4-bg.jpg") no-repeat center;
    overflow: hidden;
}
.about-box4 .other-title p{
    color: #fff;
}
.about-box4 .swiper-slide{
    height: 500px;
}
.about-box4 .swiper-slide ul li{
    float: left;
    padding: 130px 30px;
    width: 25%;
    text-align: center;
    box-sizing: border-box;
}
.about-box4 .swiper-slide ul li .year{
    margin-bottom: 35px;
    font-family: extraBoldFont;
    font-size: 48px;
    color: #fff;
}

.about-box4 .swiper-slide ul li .licheng-cont{
	
}

.about-box4 .swiper-slide ul li .licheng-cont p{
    font-size: 18px;
    color: #fff;
    /* word-break: break-all; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 6; */
    /* height: 144px; */
    line-height: 24px;
    overflow: hidden;
    text-align: left;
}
.about-box5{
    padding: 50px 0;
}
.about-box5 ul{
    padding: 50px 70px 0 70px;
    box-sizing: border-box;
}
.about-box5 ul li{
    float: left;
    height: 120px;
    line-height: 120px;
    width: 20.5%;
    margin-right: 6%;
    margin-bottom: 50px;
    border: 1px solid #ddd;
    text-align: center;
    box-sizing: border-box;
}
.about-box5 ul li:nth-child(4n){
    margin-right: 0;
}
.about-box5 ul li img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.prolist-category{
    height: 80px;
    background: #0198ff;
}
.prolist-category ul{
    padding: 0 100px;
    box-sizing: border-box;
}
.prolist-category ul li{
    float: left;
    width: 20%;
}
.prolist-category ul li a{
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 100%;
    font-family: lightFont;
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px
}
.prolist-category ul li:hover a,.prolist-category ul li.hover a{
    background: #fff;
    color: #0198ff;
    font-family: boldFont;
}
.prolist{
    padding-top: 50px;
}
.prolist ul{
    padding: 50px 110px 0;
}
.prolist ul li{
    float: left;
    height: 355px;
    width: 380px;
    margin-right: 140px;
    margin-bottom: 50px;
    box-shadow: #aaa 0 0 10px;
}
.prolist ul li:nth-child(3n){
    margin-right: 0;
}
.prolist ul li a{
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
.prolist ul li a img{
    width: 100%;
}
.prolist ul li a p:first-of-type{
    padding: 3px 80px 3px 20px;
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: #777777;
    font-family: boldFont;
    font-size: 24px;
    color: #fff;
}
.prolist ul li a p:first-of-type span{
    font-family: boldFont;
    font-size: 13px;
}
.prolist ul li a p:first-of-type em{
    position: absolute;
    top: 0;
    right: 3px;
    font-family: extraBoldFont;
    font-size: 18px;
    color: #0198ff;
}
.prolist ul li a p:last-of-type{
    position: absolute;
    bottom:10px;
    right: 30px;
}
.prolist ul li a p:last-of-type span:first-of-type{
    font-size: 20px;
    vertical-align: middle;
    color: #777;
}
.prolist ul li a p:last-of-type img{
    width: 15px;
    height: 15px;
    transform: rotate(270deg);
    vertical-align: text-bottom;
}
.prolist ul li a:hover p:first-of-type{
    background: #0198ff;
}
.prolist ul li a:hover p:first-of-type span,.prolist ul li a:hover p:first-of-type em{
    color: #fff!important;
}

.proshow-photos{
    position: relative;
    padding: 40px 0;
}
.proshow-photos .other-title{
    position: relative;
}
.proshow-photos .other-title ul{
    position: absolute;
    right: 0;
    top: 0;
}
.proshow-photos .other-title ul li{
    margin: 0 50px;
    display: inline-block;
    line-height: 40px;
    font-family: lightFont;
    font-size: 18px;
    cursor: pointer;
}
.proshow-photos .other-title ul li:hover{
    color: #0198ff;
}
.proshow-photos .content{
    position: relative;
    padding: 0 110px;
    box-sizing: border-box;
}
.proshow-photos .content .swiper-slide{
    text-align: center;
}
.proshow-photos .proshow-photos-left,.proshow-photos .proshow-photos-right{
    height: 116px;
    width: 60px;
    background-size: 100% 100%;
    margin-top: -87px;
    right: 0;
    outline: none;
    background-repeat: no-repeat;
}
.proshow-photos .proshow-photos-left:after,.proshow-photos .proshow-photos-right:after{
    content: ''!important;
}
.proshow-photos .proshow-photos-left{
    right: 80px;
    background-image: url("../img/proshow-right.png")!important;
}
.proshow-photos .proshow-photos-right{
    left: 80px;
    background-image: url("../img/proshow-left.png")!important;
}
.proshow-introduction{
    padding-top: 50px;
}
.detail-title p:first-of-type{
    margin-bottom: 25px;
    font-family: boldFont;
    font-size: 48px;
    text-align: center;
}
.detail-title p:last-of-type{
    font-size: 18px;
    text-align: center;
}
.product-content{
    padding: 50px 260px;
}
.technology-title{
    padding-top: 70px;
    text-align: center;
}
.technology-title p:first-of-type{
    font-family: boldFont;
    font-size: 36px;
    color: #000;
}
.technology-title p:nth-child(2){
    display: block;
    width: 1150px;
    margin: 25px auto 0;
    font-family: defaultFont;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.technology-video{
    padding-top: 50px;
    font-size: 18px;
    font-family: defaultFont;
    line-height: 30px;
    text-align: center;
}
.technology-video iframe{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
}
.technology-video iframe:last-of-type{
    margin-bottom: 0;
}
.technology2 ul{
    display: none;
}
.technology2 .bigimg{
    width: 100%;
    text-align: center;
}
.technology2 .bigimg img{
    max-width: 100%;
}
.technology3-box{
    position: relative;
}
.technology3-swiper{
    width: 1100px;
    margin: 65px auto 120px;
}
.technology3-swiper .swiper-slide{
    text-align: center;
}
.technology3-swiper .swiper-slide p:nth-of-type(1){
    font-family: defaultFont;
    font-size: 28px;
}
.technology3-swiper .swiper-slide p:nth-of-type(2){
    font-family: defaultFont;
    font-size: 18px;
}
.technology3-swiper .swiper-slide p:last-of-type{
    margin-bottom: 50px;
}
.technology3-swiper .swiper-slide img{
    width: 100%;
}
.technology3-box .technology3-next{
    height: 117px;
    width: 60px;
    right: 125px;
    background-image: url("../img/technology3-next.png")!important;
    outline: none;
}
.technology3-box .technology3-prev{
    height: 117px;
    width: 60px;
    left: 125px;
    background-image: url("../img/technology3-prev.png")!important;
    outline: none;
}
.technology3-box .technology3-prev:after, .technology3-box .technology3-next:after {
    content: ''!important;
}
/*ÃƒÂ¥Ã…Â½Ã…Â¸technology*/
/*.technology1{*/
/*    height: 1015px;*/
/*    background: url("../img/technology-bg1.jpg") no-repeat center;*/
/*    text-align: center;*/
/*}*/
/*.technology-title{*/
/*    padding-top: 70px;*/
/*    text-align: center;*/
/*}*/
/*.technology-title p:first-of-type{*/
/*    font-family: boldFont;*/
/*    font-size: 36px;*/
/*    color: #fff;*/
/*}*/
/*.technology-title p:nth-child(2){*/
/*    margin-top: 15px;*/
/*    font-family: boldFont;*/
/*    font-size: 48px;*/
/*    color: #fff;*/
/*}*/
/*.technology-title p:nth-child(3){*/
/*    width: 980px;*/
/*    margin: 47px auto 0;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    line-height: 32px;*/
/*}*/
/*.technology1{*/
/*    height: 1015px;*/
/*    background-image: url("../img/technology-bg1.jpg");*/
/*    background-position: center;*/
/*    text-align: center;*/
/*}*/
/*.technology1 ul{*/
/*    text-align: center;*/
/*}*/
/*.technology1 ul li{*/
/*    padding: 30px 0;*/
/*    height: 150px;*/
/*    width: 237px;*/
/*    background: url("../img/technology-li-bg.png") no-repeat;*/
/*    display: inline-block;*/
/*    margin: 40px 80px 12px;*/
/*    box-sizing: border-box;*/
/*}*/
/*.technology1 ul li p:first-of-type{*/
/*    font-family: extraBoldFont;*/
/*    font-size: 34px;*/
/*    color: #fff;*/
/*}*/
/*.technology1 ul li p:last-of-type{*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    line-height: 60px;*/
/*}*/
/*.technology2{*/
/*    height: 918px;*/
/*    background: url("../img/technology-bg2.jpg") no-repeat center;*/
/*    text-align: center;*/
/*}*/
/*.technology3{*/
/*    height: 835px;*/
/*    background: url("../img/technology-bg2.jpg") no-repeat center;*/
/*    text-align: center;*/
/*}*/
/*.technology3 .technology-title p:first-of-type{*/
/*    font-family: boldFont;*/
/*    font-size: 36px;*/
/*}*/
/*.technology3 .technology-title p:last-of-type{*/
/*    font-size: 18px;*/
/*    width: 980px;*/
/*    margin: 30px auto 0;*/
/*    font-family: defaultFont;*/
/*    line-height: 32px;*/
/*}*/
/*.technology3 ul{*/
/*    margin-top: 60px;*/
/*}*/
/*.technology3 ul li{*/
/*    margin: 0 15px;*/
/*    display: inline-block;*/
/*}*/
/*.technology3 ul li p:first-of-type{*/
/*    margin: 0 auto;*/
/*    height: 14px;*/
/*    width: 116px;*/
/*    border-radius: 10px;*/
/*}*/
/*.technology3 ul li p:last-of-type{*/
/*    margin-top: 20px;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*}*/
/*.technology3 ul li:nth-child(1) p:first-of-type{*/
/*    background: #2BB045;*/
/*}*/
/*.technology3 ul li:nth-child(2) p:first-of-type{*/
/*    background: #FF982F;*/
/*}*/
/*.technology3 ul li:nth-child(3) p:first-of-type{*/
/*    background: #FFFFFF;*/
/*}*/

.other-banner{
    position: relative;
    height: 80px;
}
.other-banner:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    opacity: 0.35;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.other-banner p{
    position: relative;
    z-index: 2;
    line-height: 80px;
    font-family: boldFont;
    font-size: 24px;
    color: #fff;
    text-align: right;
    margin-right: 100px;
    opacity: 0.5;
    text-transform: uppercase;
}
.other-news ul{
    padding: 40px 60px 0 60px;
    box-sizing: border-box;
}
.other-news ul li{
    margin-bottom: 100px;
    position: relative;
}
.other-news ul li .img{
    display: block;
    height: 300px;
    width: 600px;
    overflow: hidden;
}
.other-news ul li .img img{
    height: 100%; 
    width: 100%;
    transition: all 0.3s;
}
.other-news ul li .img img:hover{
    transform: scale(1.2);
}
.other-news ul li p{
    margin-left: 40px;
    width: 880px;
}
.other-news ul li p>span:nth-of-type(1){
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
}
.other-news ul li p>span:nth-of-type(2){
    margin-bottom: 16px;
    display: block;
    font-family: boldFont;
    font-size: 46px;
}
.other-news ul li p>span:nth-of-type(3){
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
}
.other-news ul li p a{
    display: block;
    height: 48px;
    width: 180px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #0198ff;
}
.other-news ul li p a{
    padding-right: 20px;
    margin-right: 20px;
    font-size: 20px;
    color: #0198ff;
    background: url("../img/icon-more1.png") no-repeat right 20px top 18px;
}
.other-news ul li p a:hover{
    background: #0198ff url("../img/icon-more1-hover.png") no-repeat right 20px center;
    color: #fff;
}

.other-download{
    padding: 40px 0;
}
.other-download ul{
    padding: 50px 110px 0 110px;
    box-sizing: border-box;
}
.other-download ul li{
    padding: 50px;
    margin-bottom: 40px;
    float: left;
    height: 365px;
    width: 635px;
    border: 1px solid #707070;
    box-sizing: border-box;
}
.other-download ul li:hover{
    border-color: #0198ff;
}
.other-download ul li .img{
    height: 265px;
    width: 190px;
    margin-right: 39px;
    overflow: hidden;
}
.other-download ul li .img img{
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.other-download ul li .img img:hover{
    transform: scale(1.2);
}
.other-download ul li:nth-child(odd){
    float: left;
}
.other-download ul li:nth-child(even){
    float: right;
}
.other-download ul li p{
    padding: 30px 0;
    width: 303px;
    box-sizing: border-box;
}
.other-download ul li p span:nth-of-type(1){
    margin-bottom: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: extraBoldFont;
    font-size: 24px;
}
.other-download ul li p span:nth-of-type(2){
    margin-bottom: 30px;
    display: block;
    font-family: lightFont;
    font-size: 18px;
}
.other-download ul li p span:nth-of-type(3){
    margin-bottom: 20px;
    display: block;
    font-family: lightFont;
    font-size: 18px;
}
.other-download ul li p a{
    display: block;
    height: 48px;
    width: 180px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #0198ff;
}
.other-download ul li p a{
    padding-right: 20px;
    margin-right: 20px;
    font-size: 20px;
    color: #0198ff;
    background: url("../img/icon-download.png") no-repeat right 40px center;
}
.other-download ul li p a:hover{
    background: #0198ff url("../img/icon-download-hover.png") no-repeat right 40px center;
    color: #fff;
}
.other-contact{
    padding: 50px 0 0 0;
}
.news-detail-title{
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}
.news-detail-title p{
    text-align: center;
}
.news-detail-title p:first-child{
    font-size: 26px;
    color: #333;
}
.news-detail-title p:last-child{
    margin-top: 10px;
    font-size: 20px;
    color: #999;
}
.other-page {
    padding: 10px 0;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.other-page p {
    line-height: 30px;
}
.other-page span {
    font-size: 15px;
    color: #333;
}
.other-page a {
    color: #999;
}
.other-page .back a {
    display: block;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    width: 180px;
    text-align: center;
    border: 1px solid #0198ff;
    color: #0198ff;
    border-radius: 20px;
}
.other-page .back a:hover {
    background: #00539a;
    color: #fff;
}

.index-new{	 
	width: 100%;	 
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	margin: 2% auto;
}

.index-new img{
	width:100%;
	height:auto;
}

.index-new .new-info{
	position: absolute;
	top: 18%;
	left: 7%;
}

.index-new .new-info h3{
	 font-family: boldFont;
	 font-size: 92px;
	 color: #fff;
	 line-height: 100px;
}


.index-new .new-info p{
	 /* margin: 20px 0 30px 0; */
	 font-size: 45px;
	 color: #fff;
	 line-height: 100px;
	 margin-bottom: 8%;
}



.index-new a:hover{
	
}

.home-video{
	position: relative;
}

.video-play{
	position: absolute;
	z-index: 1;
}

.video-info{
	position: absolute;
	z-index: 2;
	width: 100%;
}

.news_cate{
	/* background: #d82a30; */
	position: absolute;
	top: 2%;
	right: 2%;
}

.news_cate a{
	color: #d82730;
	display: block;
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #d82730;
	width: 110px;
	text-align: center;
	line-height: 36px;
}

.news_cate:hover a{
	background:#0198ff;
	color:#fff;
}

.download-list{
	padding: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin:0px auto;
	width:90%;
}

.download-list li{
	width: 100%!important;
	float: none!important;
	background: #777;
	height: auto!important;
	padding: 0px!important;
	margin-bottom: 2%!important;
	border: none!important;
}

.download-list li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	color: #fff;
	padding: 2%;
}



.download-list li:hover{
	background:#0198ff;
}


.download-list li:hover a{
	
}


.download-list li a p{
	width: 70%;
	padding: 0px;
	line-height: 32px;
	font-size: 20px;
}

.download-list li a span{
	font-size: 20px;
	line-height: 40px;
}

.index-box-new {
    padding: 1% 0;
    background: #f5f5f5;
    margin-bottom: 3%;
	display:none;
}


.licheng-cont{
	
}

.licheng-cont p{
	
	
}


/**pc:end**/
@media screen and (max-width: 1640px) {
	
	.index-new .new-info h3{
		font-size:60px;
	}
	
	.index-new .new-info p{
		font-size:32px;
	}
    .wrapper{
        width: 1200px;
    }
    .header-wap,.header-wap + .height-wap{
        display: none;
    }
    header nav ul li p.second-nav>a {
        padding-left: 508px;
    }
    .product ul li{
        height: 282px;
        width: 277px;
    }
    .product ul li a p{
        top: 12px;
        left: -12px;
    }
    .which-bg .which-left{
        right: 8px;
    }
    .which-bg .which-right{
        left: 8px;
    }
    .which .which-left,.which .which-right{
        height: 103px;
        width: 60px;
        margin-top: -51px;
    }
    .gallery-thumbs{
        width: 1100px;
        margin: 0 auto;
    }
    .gallery-top{
        width: 1100px;
    }
    .gallery-top .swiper-slide p:last-child{
        width: 600px;
    }
    .index-box .left{
        width: 592px;
    }
    .index-box .left ul li:first-child{
        padding: 50px 30px;
        height: 275px;
    }
    .index-box .left ul li:last-child{
        padding: 60px 30px;
        height: 320px;
    }
    .index-box .right{
        padding: 31% 30px 0 30px;
        width: 592px;
        height: 610px;
    }
    .index-box .right p:last-of-type{
        width: 470px;
        float: right;
    }
    .about-box2 ul{
        padding: 50px 50px;
    }
    .about-box2 ul li{
        width: 525px;
    }
    .about-box2 ul li:first-of-type{
        margin-right: 50px;
    }
    .about-box3 ul{
        padding: 40px 0;
    }
    .about-box3 .content{
        height: 500px;
        width: 1200px;
    }
    .about-box5 ul{
        padding: 40px 0 0 0;
    }
    .about-box5 ul li{
        height: 110px;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .prolist-category ul{
        padding: 0;
    }
    .prolist ul{
        padding: 50px 0;
    }
    .prolist ul li{
        margin-right: 30px;
    }
    .technology3-swiper{
        width: 1200px;
    }
    .technology3-swiper .swiper-slide img{
        width: 80%;
    }
    .technology3-box .technology3-next{
        height: 78px;
        width: 40px;
        right: 50px;
        background-size: 100% 100%;
    }
    .technology3-box .technology3-prev{
        height: 78px;
        width: 40px;
        left: 50px;
        background-size: 100% 100%;
    }
    /*.technology1 ul li{*/
    /*    margin: 40px 30px;*/
    /*}*/
    /*.technology2 img{*/
    /*    max-width: 100%;*/
    /*}*/
    .other-news ul{
        padding: 40px 0 80px;
    }
    .other-news ul li .img{
        height: 200px;
        width: 400px;
    }
    .other-news ul li p{
        width: 760px;
    }
    .other-news ul li p span:nth-of-type(2){
        font-size: 30px;
    }
    .other-news ul li p span:nth-of-type(3){
        display: none;
    }
    .other-download ul{
        padding: 50px 0 0 0;
    }
    .other-download ul li{
        height: 325px;
        width: 580px;
        padding: 30px;
    }
    .other-download ul li .img{
        margin-right: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
	
	
	
    .wrapper{
        width: 100%!important;
    }
    .header-wap, .header-wap + .height-wap{
        display: none;
    }
    header h1{
        padding: 0 3%;
        width: 21%;
    }
    header h1 img{
        max-width: 100%;
    }
    header nav{
        width: 70%;
        float: right!important;
    }
    header nav ul{
        text-align: left;
    }
    header nav ul li{
        margin-right: 20px;
    }
    header nav ul li>a{
        font-size: 16px;
    }
    .search-lang{
        display: none;
    }
    header .product-nav{
        height: 265px;
        padding: 20px 0;
    }
    header .product-nav .left{
        width: 30%;
    }
    header .product-nav .right{
        width: 70%;
    }
    header .product-nav .left a{
        line-height: 45px;
        font-size: 16px;
    }
    header .product-nav .right a{
        height: 110px;
        width: 110px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    header .product-nav .right span{
        bottom: 0;
        font-size: 14px;
    }
    header nav ul li p.second-nav>a{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    header ul li .wrapper{
        left: 0!important;
    }
    .banner {
        height: 350px;
    }
    .banner .swiper-slide{
        background-size: 100% 100%;
    }
    .banner .swiper-slide1 p:first-child{
        margin-top: 60px;
        font-size: 48px;
    }
    .banner .swiper-slide1 p:last-of-type{
        padding: 0 50px;
        font-size: 22px;
        max-width: 100%;
        box-sizing: border-box;
    }
    a.more{
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .index-title{
        font-size: 35px;
    }
    .product {
        padding: 40px 20px 0;
    }
    .product ul li:nth-child(n+3) ~ li{
        display: none;
    }
    .product ul li:nth-child(3n){
        margin-right: 0;
    }
    .product ul li{
        margin-right: 3.5%;
        width: 31%;
    }
    .product ul li a p{
        font-size: 20px;
    }
    .which{
        padding-top: 40px;
    }
    .gallery-top{
        width: 100%;
    }
    .gallery-thumbs{
        width: 100%;
    }
    .which-bg{
        padding: 40px 50px 20px;
        height: 420px;
    }
    .gallery-thumbs .swiper-slide{
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .gallery-top .swiper-slide{
        padding: 15px;
    }
    .gallery-top .swiper-slide p:first-child{
        height: 240px;
        width: 35%;
    }
    .gallery-top .swiper-slide p:last-child{
        padding-top: 30px;
        width: 60%;
    }
    .gallery-top .swiper-slide p:last-child span{
        margin-bottom: 30px;
        font-size: 40px;
    }
    .which .which-left, .which .which-right{
        height: 60px;
        width: 35px;
        margin-top: -25px;
    }
    .index-box{
        padding: 40px 0;
    }
    .index-box .left{
        width: 49%;
    }
    .index-box .right{
        padding: 207px 20px 0 20px;
        width: 49%;
        height: 400px;
    }
    .index-box .right p:last-of-type{
        margin: 20px 0 20px 0;
        width: 300px;
        font-size: 14px;
    }
    .index-box .left ul li:first-child {
        padding: 20px;
        height: 175px;
    }
    .index-box .left ul li:last-child{
        padding: 20px;
        height: 210px;
    }
    .index-box .left ul li p:first-of-type{
        font-size: 22px;
    }
    .index-box .left ul li p:last-of-type{
        font-size: 16px;
    }
    .foot-logo{
        width: 22%;
    }
    .foot-logo img{
        width: 100%;
    }
    footer ul li a:first-child{
        margin-bottom: 5px;
        font-size: 16px;
    }
    footer ul li a{
        font-size: 13px;
        line-height: 30px;
    }
    footer .copyright{
        font-size: 14px;
    }
    .prolist-category{
        height: 55px;
    }
    .prolist-category ul li a{
        height: 55px;
        line-height: 55px;
        font-size: 16px;
    }
    .other-title p{
        font-size: 30px;
    }
    .prolist{
        padding-top: 40px;
    }
    .prolist ul{
        padding: 40px 30px;
    }
    .prolist ul li{
        height: 250px;
        width: 32%;
        margin-right: 2%;
    }
    .prolist ul li a p:first-of-type{
        padding: 0 60px 3px 20px;
        left: -10px;
        top: 10px;
    }
    .prolist ul li a p:first-of-type span{
        font-size: 18px;
    }
    .prolist ul li a p:last-of-type span:first-of-type{
        font-size: 16px;
    }
    .prolist ul li a p:first-of-type em{
        font-size: 15px;
    }
    /*.technology1{*/
    /*    height: 955px;*/
    /*}*/
    /*.technology-title{*/
    /*    padding-top: 40px;*/
    /*}*/
    /*.technology-title p:first-of-type{*/
    /*    font-size: 28px;*/
    /*}*/
    /*.technology-title p:nth-child(2){*/
    /*    font-size: 32px;*/
    /*}*/
    /*.technology-title p:nth-child(3){*/
    /*    width: 100%;*/
    /*    margin: 30px auto 0*/
    /*}*/
    /*.technology1 ul li{*/
    /*    margin: 20px 10px;*/
    /*}*/
    /*.technology2{*/
    /*    height: 630px;*/
    /*}*/
    /*.technology3 .technology-title p:last-of-type{*/
    /*    width: 100%;*/
    /*}*/
    .other-news ul{
        padding: 30px 10px;
    }
    .other-news ul li{
        margin-bottom: 30px;
    }
    .other-news ul li .img{
        height: 160px;
        width: 30%;
    }
    .other-news ul li p{
        margin-left: 0;
        width: 67%;
    }
    .other-news ul li p>span:nth-of-type(1){
        margin-bottom: 10px;
    }
    .other-news ul li p span:nth-of-type(2){
        font-size: 22px;
    }
    .other-news ul li p a{
        height: 40px;
        width: 150px;
        line-height: 40px;
        background: url(../img/icon-more1.png) no-repeat right 24px top 14px;
        font-size: 18px;
    }
    .other-page{
        padding: 20px 10px;
    }
    .other-download ul{
        padding: 30px 20px 0;
    }
    .other-download ul li{
        height: auto;
        width: 49%;
        padding: 20px;
    }
    .other-download ul li .img{
        margin-right: 0;
        height: 205px;
        width: 40%;
    }
    .other-download ul li p{
        padding: 0;
        width: 57%;
    }
    .other-download ul li p span:nth-of-type(2){
        margin-bottom: 10px;
        font-size: 16px;
    }
    .other-download ul li p span:nth-of-type(3){
        margin-bottom: 10px;
    }
    .other-download ul li p a{
        font-size: 16px;
        height: 39px;
        width: 130px;
        line-height: 39px;
        background: url(../img/icon-download.png) no-repeat right 20px center;
    }
    .about-banner ul{
        padding: 0 20px;
    }
    .about-banner ul li p:first-child span:first-child{
        font-size: 60px;
    }
    .about-banner ul li p:last-child{
        font-size: 15px;
    }
    .about-box2 ul li{
        padding: 80px 50px 0 50px;
        width: 48%;
    }
    .about-box2 ul li:first-of-type{
        margin-right: 4%;
    }
    .about-box3 ul{
        padding: 40px 20px;
    }
    .about-box3 ul li{
        width: 25%;
        margin-right: 0;
        font-size: 20px;
    }
    .about-box3 .content{
        height: 350px;
        width: 100%;
    }
    .about-box3 .content p:first-of-type{
        top: 40px;
        left: 50px;
        font-size: 50px;
    }
    .about-box3 .content p:last-of-type{
        top: 130px;
        left: 50px;
        font-size: 22px;
    }
    .about-box4{
        height: 500px;
        padding: 40px 0;
    }
    .about-box4 .swiper-slide ul li{
        padding: 80px 15px;
    }
}
@media screen and (min-width: 300px) and (max-width: 768px) {
	
	.gongsiVideoWrap{
	}
	
	.gongsiVideoWrap video{
		width:100%!important;
		height:220px!important;
	}
	
	
	.download-list li a p {
		width:100%!important;
	}
	
	.download-list li a span {
    font-size: 14px;
    line-height: 20px;
	display:none;
}
	.download-list li a em {
		display:none;
	}
	.index-new .new-info{
	position: absolute;
	top: 15%;
	left: 7%;
}

.index-new .new-info h3{
	 font-family: boldFont;
	 font-size: 32px;
	 color: #fff;
	 line-height: 32px;
}


.index-new .new-info p{
	 /* margin: 20px 0 30px 0; */
	 font-size: 16px;
	 color: #fff;
	 line-height: 32px;
	 margin-bottom: 4%;
}


.footerBottom{
	width:100%;
	flex-direction: column;
}

footer .copyright{
	    width: 100%;
    order: 2;
    margin-top: 5%;
}	

.weixin-box {
    position: absolute;
    top: -100px;
    left: -4px;
    display: none;
}

.weixin-box img {
    width: 100px;
    height: auto;
}
	
.foot-logo{
	
}
.footLogo{
    text-align: center;
    margin-top: 10%;
}
.footLogo img{
	
}

.footWechat{
    text-align: center;
    margin-top: 6%;
}
.footWechat img{
    width: 172px;
}
.footWechat p{
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
}

.lianxiWrap{
    width: 100%;
    border: unset;
	margin-top:5%;
}
.lianxiWrap ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto;
    border: unset;
}
.lianxiWrap ul li{
    float: unset;
    width: 20%;
}
.lianxiWrap ul li a{
    display: block;
    margin: 0px;
    text-align: center;
    margin-bottom: 0px;
}
.lianxiWrap ul li a img{
    width: 60%;
    height: auto;
}




    *{
        font-size: 14px;
    }
    .wrapper{
        width: 100%;
    }
    header,header + .header{
        display: none;
    }
    .header-wap + .height-wap{
        display: block;
    }
    .header-wap{
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        height: 50px;
        background-color: #0198ff;
        z-index: 9999;
    }
    .header-wap>p{
        line-height: 50px;
        text-align: center;
    }
    .header-wap p:first-child img,.header-wap p:nth-child(3) img{
        height: 30px;
    }
    .header-wap p:nth-child(2n) img{
        height: 35px;
    }
    .header-wap img{
        vertical-align: middle;
    }
    .header-wap p:first-child{
        width: 15%;
    }
    .header-wap p:nth-child(2n){
        width: 70%;
    }
    .header-wap p:nth-child(3n){
        width: 15%;
    }
    .nav-wap{
        position: fixed;
        top: 50px;
        height: 100%;
        width: 100%;
        background-color: #0198ff;
        z-index: 999;
        border-top: 1px solid #cccccc;
        padding: 20px;
        box-sizing: border-box;
        display: none;
    }
    .nav-wap ul li{
        border-bottom: 1px solid #cccccc;
    }
    .nav-wap ul li>a{
        display: block;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
    }
    .nav-wap ul li p{
        display: none;
        padding: 0 20px 20px 20px;
    }
    .nav-wap ul li p>a{
        display: block;
        width: 100%;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
    }
    .banner{
        height: 150px;
    }
    .banner .swiper-slide{
        background-size: 100% 100%;
    }
    .banner .swiper-slide1 p:first-child{
        margin-top: 20px;
        font-size: 22px;
    }
    .banner .swiper-slide1 p:last-of-type{
        display: none;
    }
    .banner-swiper-pagination{
        bottom: 10px !important;
    }
    .banner .swiper-slide1 a{
        margin: 20px auto 0;
    }
    a.more{
        height: 30px;
        line-height: 30px;
        width: 120px;
    }
    .product{
        padding: 30px 12px 0;
    }
    .index-title{
        font-size: 20px;
    }
    .product ul{
        margin-top: 20px;
    }
    .product ul li{
        height: 190px;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .product ul li:nth-child(2n){
        margin-right: 0;
    }
    .product ul li a p{
        font-size: 14px;
        left: -5px;
    }
    .which{
        padding-top: 30px;
        padding-bottom: 30px!important;
    }
    .which-bg{
        height: 580px;
        margin-top: 20px;
        padding: 30px 15px 0;
    }
    .gallery-thumbs{
        width: 100%;
    }
    .gallery-thumbs{
        width: 100%;
    }
    .gallery-top{
        width: 100%;
    }
    .gallery-thumbs .swiper-slide{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .gallery-top .swiper-slide p:first-child{
        float: none;
        height: 240px;
        width: 80%;
        margin: 0 auto;
    }
    .gallery-top .swiper-slide p:last-child{
        float: none;
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .gallery-top .swiper-slide p:first-child img{
       
		width: 100%;
		height: auto;
		margin-top: 10%;

    }
    .gallery-top .swiper-slide p:last-child span{
        margin-bottom: 20px;
        font-size: 25px;
    }
    .which .which-left, .which .which-right{
        width: 30px;
        height: 51px;
        margin-top: -80px;
    }
    .which-bg .which-left{
        right: 35px;
    }
    .which-bg .which-right{
        left: 35px;
    }
    .index-box{
        padding: 30px 0;
    }
    .index-box .left{
        width: 100%;
    }
    .index-box .left ul li:first-child{
        padding: 20px 30px;
        height: 195px;
    }
    .index-box .left ul li:last-child{
        padding: 20px 30px;
        height: 200px;
    }
    .index-box .left ul li p:last-of-type{
        margin: 15px 0 15px 0;
        font-size: 16px;
    }
    .index-box .right{
        margin-top: 15px;
        padding: 210px 15px 0 15px;
        width: 100%;
        height: 395px;
    }
    .index-box .right p:last-of-type{
        margin: 15px 0;
        width: 100%;
        font-size: 16px;
		margin-top:8%;
    }
    .back-top{
        display: none!important;
    }
    footer{
        padding: 30px 15px;
    }
    .foot-logo{
        width: 100%;
    }
    footer ul {
        margin-top: 20px;
        width: 100%;
    }
    footer ul li{
        padding-top: 8px;
        padding-bottom: 15px;
        width: 100%;
        border-bottom: 1px solid #999;
    }
    footer ul li a:first-child{
        display: block;
        margin-bottom: 0;
    }
    footer ul li a{
        margin-right: 25px;
        display: inline-block;
        font-size: 14px;
    }
    .other-title p{
        font-size: 26px;
    }
    .prolist-category{
        padding: 15px 10px 0;
        height: auto;
        background-color: #fff;
    }
    .prolist-category ul li{
        margin-right: 10px;
        margin-bottom: 15px;
        float: none;
        display: inline-block;
        width: auto;
        border: 1px solid #0198ff;
        box-shadow: #0198ff 1px 1px;
        color: black;
    }
    .prolist-category ul li a{
        display: block;
        padding: 0 15px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        color: #0198ff;
        box-sizing: border-box;
    }
    .prolist-category ul li.hover{
        background-color: #0198ff;
    }
    .prolist-category ul li:hover a, .prolist-category ul li.hover a{
        background-color: #0198ff;
        color: #fff;
    }
    .prolist{
        padding-top: 0;
    }
    .prolist ul{
        padding: 20px 10px 0;
    }
    .prolist ul li{
        margin-bottom: 20px;
        height: 200px;
        width: 49%;
        margin-right: 2%;
    }
    .prolist ul li:nth-child(3n){
        margin-right: 2%;
    }
    .prolist ul li:nth-child(2n){
        margin-right: 0;
    }
    .prolist ul li a p:first-of-type{
        padding: 0 0px 3px 5px;
        left: 0px;
        top: 6px;
        width: 96%;
        opacity: .8;
    }
    .prolist ul li a p:first-of-type span{
        font-size: 16px;
        line-height: 26px;
        opacity: 1;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .prolist ul li a p:last-of-type span:first-of-type{
        font-size: 14px;
    }
    .prolist ul li a p:first-of-type em{
        font-size: 12px;
    }
    .technology-title{
        padding-top: 30px;
    }
    .technology-title p:first-of-type{
        font-size: 20px;
    }
    .technology-title p:nth-child(2){
        padding: 0 15px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .technology-video{
        padding-top: 20px;
    }
    .technology-video iframe{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .technology1 iframe{
        height: 260px !important;
        width: 100% !important;
    }
    .technology3-swiper{
        margin: 30px auto;
        width: 100%;
    }
    .technology3-box .swiper-slide img{
        width: 70%;
    }
    .technology3-box .technology3-next{
        height: 39px;
        width: 20px;
        right: 15px;
        background-size: 100% 100%;
    }
    .technology3-box .technology3-prev{
        height: 39px;
        width: 20px;
        left: 15px;
        background-size: 100% 100%;
    }
    .technology3-swiper .swiper-slide p:nth-of-type(1){
        font-size: 18px;
    }
    .technology3-swiper .swiper-slide p:nth-of-type(2){
        font-size: 14px;
    }
    .technology3-swiper .swiper-slide p:last-of-type{
        margin-bottom: 25px;
    }
    /*.technology{*/
    /*    padding: 0 9px;*/
    /*    height: auto;*/
    /*    background-size: auto 100%;*/
    /*}*/
    /*.technology img{*/
    /*    margin-bottom: 30px;*/
    /*    width: 100%;*/
    /*}*/
    /*.technology-title{*/
    /*    padding-top: 30px;*/
    /*}*/
    /*.technology-title p:first-of-type{*/
    /*    font-size: 20px;*/
    /*}*/
    /*.technology-title p:nth-child(2){*/
    /*    font-size: 28px;*/
    /*    line-height: 20px;*/
    /*    height: 40px;*/
    /*    overflow: hidden*/
    /*}*/
    /*.technology-title p:nth-child(3){*/
    /*    margin: 20px auto 0;*/
    /*    width: 100%;*/
    /*    font-size: 14px;*/
    /*    line-height: 24px;*/
    /*}*/
    /*.technology1 ul li{*/
    /*    margin: 10px 0;*/
    /*}*/
    /*.technology3 .technology-title p:first-of-type{*/
    /*    font-size: 28px;*/
    /*}*/
    /*.technology3 .technology-title p:last-of-type{*/
    /*    width: 100%;*/
    /*    font-size: 14px;*/
    /*    line-height: 22px;*/
    /*}*/
    /*.technology3 ul{*/
    /*    margin-top: 30px;*/
    /*}*/
    /*.technology3 ul li p:last-of-type{*/
    /*    margin-top: 10px;*/
    /*}*/
    /*.technology3 ul li{*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .proshow-photos{
        padding: 0;
    }
    .proshow-photos .other-title ul{
        top: 40px;
        left: 0;
    }
    .proshow-photos .other-title ul li{
        margin: 0 20px;
    }
    .proshow-photos .content{
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .proshow-photos .content .swiper-slide img{
        width: 100%;
    }
    .proshow-photos .proshow-photos-left{
        right: 20px;
        height: 58px;
        width: 30px;
        margin-top: -10px;
    }
    .proshow-photos .proshow-photos-right{
        left: 20px;
        height: 58px;
        width: 30px;
        margin-top: -10px;
    }
    .proshow-introduction{
        padding-top: 30px;
    }
    .detail-title p:first-of-type{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .detail-title p:last-of-type{
        font-size: 16px;
    }
    .other-content{
        padding: 20px 15px;
    }
	
	.other-content table{
		
	}
	
	.other-content table tr {
		
	}
	
	.other-content table tr td {
		
	}
	
	
    .other-news ul{
        padding: 30px 10px 0;
    }
    .other-news ul li{
        margin-bottom: 20px;
    }
    .other-news ul li .img{
        width: 100%;
    }
    .other-news ul li p{
        margin-left: 0;
        width: 100%;
    }
    .other-news ul li p>span:nth-of-type(1){
        margin-bottom: 10px;
        font-size: 14px;
    }
    .other-news ul li p span:nth-of-type(2){
        height: 40px;
        line-height: 20px;
        font-size: 16px;
        margin-bottom: 0;
        overflow: hidden;
    }
    .other-news ul li p a{
		margin-top:8%;
        display: block;
		background: url(../img/icon-more1.png) no-repeat right 8% top 14px;
    }
    .other-news ul li .img{
        height: auto;
    }
	
	
	
	.other-news ul li p a {
    display: block;
    height: 40px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0198ff;
    font-size: 14px;
}

	
	.news_cate{
		display:none;
	}
    .news-detail-title p:first-child{
        font-size: 20px;
		font-weight:bold;
    }
    .news-detail-title p:last-child{
        font-size: 16px;
    }
    .other-page{
        padding: 10px;
        margin-bottom: 20px;
    }
    .other-page .back a{
        height: 32px;
        line-height: 32px;
        width: 100px;
        margin-top: 15px;
    }
    .other-download{
        padding: 30px 0 0 0;
    }
    .other-download ul{
        padding: 20px 10px;
    }
    .other-download ul li{
        height: auto;
        padding: 12px;
        width: 100%;
    }
    .other-download ul li .img{
        width: 35%;
        margin-right: 0;
        height: 170px;
    }
    .other-download ul li p{
        padding: 0;
        width: 62%;
    }
    .other-download ul li p span:nth-of-type(1){
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        overflow: hidden;
    }
    .other-download ul li p span:nth-of-type(2){
        height: 40px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .other-download ul li p span:nth-of-type(3){
        margin: 10px 0;
    }
    .about-banner .text p:first-of-type{
        font-size: 48px;
    }
    .about-banner .text p:last-of-type{
        width: 100%;
        font-size: 20px;
    }
    .other-download ul li p a{
        height: 38px;
        width: 120px;
        line-height: 38px;
        font-size: 16px;
        background: url(../img/icon-download.png) no-repeat right 20px center;
    }
    .about-banner ul{
        height: 320px;
        padding: 0 20px;
    }
    .about-banner ul li{
        padding: 30px 0 0 0;
        width: 50%;
    }
    .about-banner ul li p:first-child span:first-child{
        font-size: 45px;
    }
    .about-banner ul li p:last-child{
        margin-top: 20px;
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }
    .about-box2{
        padding-top: 30px;
    }
    .about-box2 ul{
        padding: 20px 10px;
    }
    .about-box2 ul li{
        height: 300px;
        padding: 50px 20px 0 20px;
        width: 100%;
    }
    .about-box2 ul li:first-of-type{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about-box3 ul li{
        height: 45px;
        line-height: 45px;
        width: 50%;
        margin-right: 0;
        font-size: 16px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .about-box3 .content{
        width: 100%;
        height: 210px;
    }
    /* 
    .about-box3 .content p:first-of-type{
        font-size: 24px;
        top: 30px;
        left: 30px;
    }
    .about-box3 .content p:last-of-type{
        font-size: 16px;
        top: 80px;
        left: 30px;
        width: 80%;
        color: #fff;
        line-height: 30px;
    } */

    .about-box3 .content p{
    top: 1%;
    left: 0%;
    font-size: 14px;
    line-height: 25px;
    word-break: break-word;
    padding: 0% 3%;
}

    
    .about-box3 ul{
        padding: 20px;
    }
    .about-box4{
        height: 580px;
        padding: 40px 0;
    }
    .about-box4 .swiper-slide ul li{
        padding: 30px 15px 0;
        width: 50%;
    }
    .about-box4 .swiper-slide ul li .year{
        margin-bottom: 10px;
        font-size: 35px;
    }
	
	 .about-box4 .swiper-slide ul li  .licheng-cont{
        font-size: 14px;
    }
	
	
    .about-box4 .swiper-slide ul li  .licheng-cont p{
        font-size: 14px;
    }
    .about-box5 ul{
        padding: 30px 15px 0;
        margin-bottom: 15px;
    }
    .about-box5 ul li:nth-child(2n){
        margin-right: 0;
    }
    .about-box5 ul li{
        height: 80px;
        line-height: 80px;
        padding: 0 15px;
        width: 49%;
        box-sizing: border-box;
    }
	
	.other-banner p{
		margin-right:5%;
	}
}