  @charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "SourceHanSansCN-Normal";font-style:normal; color:#000;font-weight: 400;}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}

/* 思源黑体粗体 */
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Heavy.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}


a {text-decoration: none; color:#000;}
a:hover {color: #013473;text-decoration: none !important;transition: all 0.3s ease;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s ease;}
.cont1400{width: 1440px;margin: 0 auto;}

/*banner*/
.sy-banner{width: 100%;height: auto;overflow: hidden;margin-top: 94px;}
.sy-banner .swiper {width: 100%;height: 100%;}
.sy-banner .swiper .swiper-slide {text-align: center;font-size: 18px;display: flex; justify-content: center; align-items: center;height:1284px;}
.sy-banner .swiper .swiper-slide img{width: 100%;display:none;}
.sy-banner .swiper .swiper-slide .sy-banner-bj{width: 100%; height: 100%;display: none;}
.sy-banner .swiper .swiper-pagination-bullet{width: 37px;height: 4px;border-radius: 10px;}

.banner-bj{width: 100%; height: 100%;}
/*banner-end*/

/*index*/
.in-title{padding: 80px 0 50px;text-align: center;}
.in-title h2{font-size: 35px;color: #000; margin: 0;text-transform: uppercase;font-weight: 600;}

.in-about-fd{position: absolute;top: 790px;width: 100%;}
.in-about{width: 100%;position: relative;z-index: 9;margin-top: -490px;}
.in-about-js{width: 100%;}
.in-about-js p{font-size: 16px;line-height: 30px;color: #666;}
.in-about-cooa{background: url(../images/index_06.png) no-repeat left top;padding: 17px 0;margin-top: 30px;}
.in-about-cooa p{font-size: 16px;color: #333;padding-left: 65px;line-height: 30px;}
.in-about-pic ul{display: flex;justify-content: center;margin-top: 50px;}
.in-about-pic ul li{display: inline-block;width: 233px;overflow: hidden;margin: 0 20px;}
.in-about-pic ul li img{width: 100%;}
.in-about-pic ul li:hover img{transform: scale(1.05);}

.in-product-fd{position: absolute;margin-top: -80px;width: 100%;}
.in-product-ul{width: 100%;}
.in-product-ul li{}
.in-product-ul li a{display: block;width: 100%;overflow: hidden;text-align: center;margin-bottom:20px;}
.in-product-ul li a figure{width: 100%;overflow: hidden;height: 201px;}
.in-product-ul li a figure img{width: 100%;}
.in-product-ul li a:hover figure img{transform: scale(1.05);}
.in-product-ul li a p{font-size: 16px;line-height: 40px;margin-bottom: 0;}
.in-product-btn{margin-top: 40px;}
.in-product-btn li a{display: flex;justify-content: center;width: 100%;background: #f5f5f5;border-radius: 5px;height: 55px;line-height: 55px;}
.in-product-btn li a figure img{width: 44px;margin-right: 15px;}
.in-product-btn li a p{font-size: 18px;text-transform: capitalize;}

.in-news{position: relative;width: 100%;z-index: 9;}
.in-news-ul{}
.in-news-ul li{position: relative;overflow: hidden;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 0;height: 255px;}
.in-news-ul li:nth-child(3n){border-right: none;}
.in-news-ul li:nth-child(4),.in-news-ul li:nth-child(5),.in-news-ul li:nth-child(6){border-bottom:none;}
.in-news-ul li a{display: block;width: 100%;}
.in-news-ul li .in-news-div{position: absolute;width: 100%;padding: 30px;top: 0;left: 0;text-align: left;bottom: 0;transition: all 0.3s;}
.in-news-ul li .in-news-div h3{font-size: 16px;margin: 0px 0 20px;line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-news-ul li .in-news-div p{font-size: 14px;color: #666;line-height: 25px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.in-news-ul li .in-news-div .in-news-btn{display: flex;justify-content: space-between;margin-top: 30px;color: #999;}
.in-news-ul li:hover .in-news-div{background:#013473;}
.in-news-ul li:hover figure{opacity: 1;}
.in-news-ul li:hover .in-news-div,.in-news-ul  li:hover .in-news-div p,.in-news-ul  li:hover .in-news-div .in-news-btn{color: #fff;}

/*footer*/
.footer{background:url(../images/index_05.jpg?v1) no-repeat bottom center;height: 737px;margin-top: -200px;}
.foot-lx{width: 100%;padding-top: 296px;text-align: right;}
.foot-lx p{font-size: 14px;line-height: 20px;color: #fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
.foot-lx p a{display: inline-block;width: 200px;color: #fff;}

.foot-bq{width: 100%;border-top: rgba(255,255,255,0.3) 1px solid;margin-top: 200px;display: flex;justify-content: space-between;padding: 25px 0;}
.foot-bq .bq-l .icp-ga{background: url(../images/index_07.png) no-repeat left center;padding-left: 20px;margin-left: 15px;}
.foot-bq .bq-l,.bq-r a{opacity: 1;font-size: 14px;color: #fff;}
.foot-bq a{color: #fff;}
.foot-bq a:hover,.bq-r a:hover{opacity: 1;}
.bq-r a{display: inline-block;margin-left: 25px;}

/*右侧悬浮*/
.ycxf{width: 76px;position: fixed;right: 20px;top: 50%;z-index: 999;display: none;}
.ycxf li{width: 100%;text-align: center;font-size: 12px;height: 76px;border-radius: 15px;margin-bottom: 5px;line-height: 120px;color: #013473;
background:#fff url(../images/index_31.png) no-repeat;position: relative;cursor: pointer;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
background-size: 50px auto;}
.ycxf li a{color: #013473;}
.ycxf li a{display: inline-block;width: 100%;height: 100%;}
.ycxf li:nth-child(1),.ycxf li:nth-child(1):hover{background-position: 12px 14px;}
.ycxf li:nth-child(2),.ycxf li:nth-child(2):hover{background-position: 13px -71px;}
.ycxf li:nth-child(3),.ycxf li:nth-child(3):hover{background-position: 14px -146px;}
.ycxf li:nth-child(4){background-position: 12px -206px;}
.ycxf li:nth-child(3) p{width: 240px;height:76px;position: absolute;top: -0px;right: 80px;line-height: 76px;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
display: none;font-size: 16px;background: #067a81;border-radius: 15px;color: #fff;}
.ycxf li:nth-child(3):hover p{display: block;}
.ycxf li .ycxf-dh{width: 190px;height: 100%;background: #013473;color: #fff;position: absolute;top: 0;right: 0;text-align: left;line-height: 85px;
padding: 0 15px;display: none;}
.ycxf li:hover .ycxf-dh{right: 82px;display: block;}
.ycxf li:hover{background:#067a81 url(../images/index_31.png) no-repeat;background-size: 50px auto;}
.ycxf li:hover a{color: #fff;}


/*内页*/
.ny-banner{width: 100%;height: 450px;background: url(../images/ny-banner1.jpg) no-repeat center;margin-top:80px;}
.ny-con{width: 100%;position: relative;z-index: 9;margin-top: 0px;}

/*咨询*/
.ny-ly-form{margin: 0 auto 50px;width: 70%;}
.ny-ly-form .form-group{margin-bottom: 25px;}
.ny-ly-form .form-control{height: 45px;}
.ny-ly-form .checkbox-inline{margin-left: 0;margin-top: 10px;margin-right: 20px;}
.ny-ly-form .form-group textarea.form-control{height: 140px;}
.ly-fjx{width: 100%;height: 1px;background: #eee;margin: 15px 0;}
.ny-ly-form .form-yzm label{display: block;}
.ny-ly-form .form-yzm .form-control{display: inline;width: 86%;}
.ny-ly-form .form-yzm img{height: 45px;float: right;margin-top: 0px;border-radius: 5px;}
.ny-ly-form .btn{width: 100px;height: 45px;margin-right: 15px;}
.ny-ly-form .btn-tj{background: #013473;color: #fff;}
.ly-zhu{margin: 10px 0 30px;}
.ly-zhu p{font-size: 14px;color: #666;}
.ly-zhu p span{color: red;}

/*about*/
/*联系*/
.lx-nr{margin: 0 auto;width: 80%;}
.ny-lx-l{width: 100%;}
.ny-lx-l h3,.ny-lx-r h3{font-size: 22px;margin-bottom: 15px;}
.ny-lx-l p{font-size: 16px;line-height: 30px;color: #666;}
.ny-lx-r{width: 100%;padding-right: 100px;margin-bottom: 50px;}
.ny-lx-r p{font-size: 16px;line-height: 30px;color: #666;}
.ny-lx-r .btn{width: 100px;height: 45px;margin-right: 15px;background: #013473;color: #fff;}

/*新闻中心*/
.ny-xwtop{margin-top:100px;}
.ny-news{width: 80%;margin: 0 auto;}
.ny-news li{width: 100%;border-bottom:1px solid #ececec;padding-bottom:20px;margin-top:20px;}
.ny-news li a{display: flex;justify-content: space-between;}
.ny-news li a .ny-news-date{width: 100px;background: #f3f3f3;text-align: center;padding: 5px 0 10px;}
.ny-news li a .ny-news-date span{color: #666;font-size: 16px;}
.ny-news li a .ny-news-date p{font-size: 36px;color: #333;margin-bottom: 0;}
.ny-news li a .ny-news-r{width: 90%;}
.ny-news li a .ny-news-r h3{font-size: 18px;margin: 10px 0 10px;line-height:23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny-news li a .ny-news-r p{font-size: 14px;color: #666;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

/*新闻详情*/
.news-xq{margin: 0 auto;width: 80%;}
.news-xq-title{width: 100%;text-align: center;border-bottom: 1px solid #cfcfcf;padding: 50px 0 30px;}
.news-xq-title h2{font-size: 20px;margin: 0 0 15px;}
.news-xq-title time{font-size: 14px;color: #666;}
.news-xq-text{width: 100%;margin-top: 30px;}
.news-xq-text p{font-size: 16px;color: #666;line-height: 30px;margin-bottom: 0;}
.news-xq-text p a{color: #666;}
.news-xq-text img{max-width: 100%;}
.news-xq-btn{display: flex;justify-content: space-between;border-top: 1px solid #cfcfcf;margin-top: 50px;padding-top: 30px;}
.news-xq-btn span{width: 45%;display: inline-block;font-size: 14px;color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-xq-btn span a:hover{color: #013473;}
.news-xq-btn span:nth-child(2){text-align: right;}
.news-xq-a a{display: block;margin: 50px auto 80px;width: 150px;height: 50px;line-height: 50px;color: #fff;font-size: 18px;text-align: center;
background: #013473;border: 1px solid #013473;}
.news-xq-a a:hover{background: none;color: #013473;}

.notice{width:70%;margin:0 auto;}
.notice .tab-hd{}
.notice .tab-hd ul{display: flex;justify-content: space-between;}
.notice .tab-hd ul li{cursor: pointer;display:inline-block;}
.notice .tab-hd ul li img{filter: grayscale(100%);}
.notice .tab-hd ul li.on img{filter: none;}
.notice .tab-bd{margin-top:20px;}
.notice .tab-bd .tab-pal{width:100%;}
.notice .tab-bd .tab-pal img{text-align: center;margin:0 auto;display: block;}

.notice-2 .tab-hd{display: flex;justify-content: space-between;}
.notice-2 .tab-hd .yy{width: 30%;font-size: 16px;color: #333;}
.notice-2 .tab-hd .tab-nav{width: 70%;justify-content: right;}
.notice-2 .tab-hd .tab-nav li{margin-left: 10px;}

/*分页*/
.paging {margin: 50px 0;font-size: 14px;text-align: center;}
.page-status {display: none;}
.page a {display: inline-block;	padding: 0px 16px;height:40px;font-size: 14px;line-height: 40px;background: #fff;border: 1px solid #e3e3e3;text-align: center;color: #333;margin: 0 2px;}
.page-num.page-num-current {color: #fff;background: #013473;}
.page a:hover {	color: #fff;background: #013473;}

/*产品*/
.ny-cplb{width: 100%;display: flex;justify-content: space-between;}

.ny-cp-left{width: 20%;position: relative;z-index: 9;margin-top: -90px;}
.about_left{width: 100%;background: #fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);}
.about_left .about_left_bt{font-size: 22px;color: #fff;background: #013473;line-height: 90px;padding:0 15px;margin: 0;}
.left_nav2{width: 100%;padding:0 15px;}
.left_nav2 .list_dt{border-bottom: 1px solid #eee;font-size: 16px;line-height: 50px;display:flex;justify-content:space-between;}
.left_nav2 .list_dt p{margin: 0;font-weight:400;}
.left_nav2 .list_dt .list_dt_icon{background: url(../images/index_08.png) no-repeat center;width:14px;height:18px;display:inline-block;margin-top: 15px;
    cursor:pointer;
}
.left_nav2 #list_dt3{border-bottom: none;}
.left_nav2 .list_dd ul{width: 100%;}
.left_nav2 .list_dd ul li{line-height: 35px;font-size: 14px;padding:0 15px;}
.left_nav2 .list_dd ul li a{color: #666;
    background: url(../images/index_19.png) no-repeat left 15px;
    display: block;
    background-size: 6px auto;
    padding-left: 19px;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.left_nav2 .list_dd ul li a:hover{color:#013473;}
.ny-cp-left h2{font-size: 22px;color: #fff;background: #013473;line-height: 90px;padding:0 15px;margin: 0;}
.ny-cp-left .ny-cp-ul{padding:5px 15px;margin: 0;background: #fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);}
.ny-cp-left .ny-cp-ul h3{font-size: 16px;line-height: 50px;margin: 0;background: url(../images/index_08.png) no-repeat right center;}
.ny-cp-left .ny-cp-ul li{border-bottom: 1px solid #eee;}
.ny-cp-left .ny-cp-ul li.active a{color: #013473;}
.ny-cp-left .ny-cp-ul li:last-child{border-bottom: none;}
.ny-cp-left .ny-cp-ul li ul{width: 100%;}
.ny-cp-left .ny-cp-ul li ul li{line-height: 35px;font-size: 14px;padding:0 15px;}
.ny-cp-left .ny-cp-ul li ul li a{color: #666;background:url(../images/index_19.png) no-repeat left center;display: block;background-size: 6px auto;
padding-left: 19px;}

.ny-cp-left .ny-cp-ul .list_dl{margin-bottom: 0;}
.ny-cp-left .ny-cp-ul .list_dt{background: url(../images/index_08.png) no-repeat right center;
    display: block;
    line-height: 50px;
    height: 50px;
}
.ny-cp-left .ny-cp-ul .list_dt a{}

.ny-cp-left .ny-cp-ul .list_dt_icon { 
	position: relative;    
	height: 18px;    
	top: 0px;    
	float: right;    
	width: 14px;
}

.ny-cp-left .ny-cp-ul .list_dd{padding: 5px 0;}
.ny-cp-left .ny-cp-ul .list_li {display: inherit;line-height: 35px;padding: 4px 10px 4px 7px;}
.ny-cp-left .ny-cp-ul .list_li a{color: #666;background:url(../images/index_19.png) no-repeat left center;display: block;background-size: 6px auto;
padding-left: 19px;}
.ny-cp-left .ny-cp-ul .list_li:hover a{color: #013473;}
.list_dl .list_dd .active a{color: #013473;}
.list_dd{ display: none;}
.ny-cp-left .ny-cp-ul #list_dt5{border: none;}
.list_dl .on p a{color: #013473;}
.list_dl dd.active{display:block;}

.ny-cp-btn{margin-top: 30px;}
.ny-cp-btn ul li{padding: 0 15px;height: 45px;background: #f5f5f5;border-radius: 5px;line-height: 45px;font-size: 16px;margin-bottom: 15px;}
.ny-cp-btn ul li a{display: flex;justify-content: left;}
.ny-cp-btn ul li figure{margin-right: 20px;}
.ny-cp-btn ul li figure img{height: 32px;}
.ny-cp-right{width: 77%;margin-top: 90px;margin-bottom: 50px;}
.ny-cp-right .in-product-btn li a p{font-size:16px;}

.in-blanks-ul{}
.in-blanks-ul li{width: 100%;border-bottom: 1px solid #eee;background:url(../images/index_17.png) no-repeat right center;background-size: 23px auto;
line-height: 40px;margin-bottom: 15px;}
.in-blanks-ul li p{background:url(../images/index_18.png) no-repeat left center;font-size:18px;background-size: 7px auto;padding-left: 20px;}

/*产品详情*/
.ny-cpxq-bt{width: 100%;border-bottom: 1px solid #eee;}
.ny-cpxq-bt h2{font-size: 22px;margin: 0;padding-bottom: 20px;}
.ny-cpxq-nrul{width: 100%;margin-top: 30px;display: flex;justify-content: space-between;flex-wrap:wrap;}
.ny-cpxq-nrul li{width: 47%;overflow:hidden;margin-bottom:20px;}
.ny-cpxq-nrul li img{width: 100%;}
.ny-cpxq-nr{}
.ny-cpxq-nr p{font-size: 16px;color: #666;line-height: 25px;}
#cpzl table{width: 100%;}
#cpzl table tr{}
#cpzl table td{background: url(../images/index_09.png) no-repeat left center;padding: 12px 10px 10px 45px;background-position-x: 16px;}

.ny-cp-about table{width: 100%;}
.ny-cp-about table td{padding:5px;}

.ny-cp-case ul{margin-top:30px;margin-bottom:30px;}
.ny-cp-case ul li{}
.ny-cp-case ul li a{display: block;width: 100%;overflow: hidden;text-align: center;}
.ny-cp-case ul li a figure{width: 100%;overflow: hidden;}
.ny-cp-case ul li a figure img{width: 100%;}
.ny-cp-case ul li a:hover figure img{transform:scale(1.05);}

.ny-cp-case-pdf{width:100%;margin:30px 0;}
.ny-cp-case-pdf p{font-size: 14px;color:red;}
.ny-cp-case-pdf p:hover{color:#013473;}
.ny-cp-case-pdf img{max-width:100%;}

.ny-cp-case-xq{width: 100%;margin-top: 30px;display: flex;justify-content: space-between;}
.ny-cp-case-left{width:60%;}
.ny-cp-case-left .swiper{width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.ny-cp-case-left .swiper-slide {background-size: cover;background-position: center;}
.ny-cp-case-left .img-1{height: 80%;width: 100%;}
.ny-cp-case-left .xt-img {height: 20%;box-sizing: border-box;padding: 10px 0;}
.ny-cp-case-left .xt-img .swiper-slide {width: 25%;height: 100%;opacity: 1;border:1px #eee solid;}
.ny-cp-case-left .xt-img .swiper-slide-thumb-active {border:1px #013473 solid;}
.ny-cp-case-left .swiper-slide img {display: block; width: 100%;height: 100%; object-fit: cover;}
.ny-cp-case-right{width:35%;}
.ny-cp-case-right h2{color: #013473;font-size: 20px;border-bottom:1px solid #eee;padding:0 0 20px;margin-bottom:20px;}

.ny-cp-xz .in-blanks-ul{margin-top: 20px;}

.snBrand{width: 100%;display: flex;justify-content: space-between;}
.snBrand .snBrand-ul{width: 60%;}
.snBrand .snBrand-ul li .ny-cp-case-left{width:100%;}
.snBrand .snBrand-r{width: 35%;}
.snBrand .snBrand-r ol{display: flex;justify-content: left;flex-wrap: wrap;margin-top: 35px;}
.snBrand .snBrand-r ol li{display: inline-block;width: 22%; overflow: hidden; cursor: pointer; margin-right: 10px; margin-bottom: 10px;}
.snBrand .snBrand-r ol li img{width: 100%;}
.snBrand .snBrand-r ol li.on,.game163 .smallScroll .smallImg li.on{border:1px solid #013473;}

.game163{width:100%;overflow:hidden;}
.game163 .bigImg{width:100% !important;height:444px !important;}
.game163 .bigImg li{height:444px;width:100% !important;}
.game163 .bigImg li img{width: 100%;}
.game163 .smallScroll{width:100%;display: flex;justify-content: space-between;}
.game163 .smallScroll a{display: block; width: 12px;overflow: hidden;line-height: 103px;}
.game163 .smallScroll a img{width:100%;}
.game163 .smallScroll .smallImg{width: 90%; display: flex; justify-content: center;}
.game163 .smallScroll .smallImg li{width:135px;display: inline-block; cursor: pointer; margin: 10px 5px;}
.game163 .smallScroll .smallImg li img{width:100%;}

@media (min-width: 1500px){
    
}

@media (min-width: 1950px){
    
}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
  
	
}

@media screen and (max-width:1750px){
  /*.in-about-fd{top: 690px;}*/
	
}

@media screen and (max-width:1700px){
  /*.in-about-fd{top: 640px;}*/
	
}

@media screen and (max-width:1650px){
  /*.in-about-fd{top: 620px;}*/
	
}

@media screen and (max-width:1600px){
    .sy-banner .swiper .swiper-slide{height: 1170px;}
    .in-about{margin-top: -420px;}
    .in-about-fd{top:750px;}

   
}

@media screen and (max-width:1500px){
    .cont1400{width: 92%;margin: 0 auto;}
    .sy-banner .swiper .swiper-slide{height: 1000px;}
    
    .in-about {margin-top: -320px;}
    .in-product-ul li a p{line-height: 23px;height: 60px;display: flex; justify-content: center; align-items: center;}
    
    .game163 .smallScroll .smallImg li{width:125px;}
    .in-about-fd {top: 690px;}	
    	
}

@media screen and (max-width:1400px){
    .in-about {margin-top: -340px;}
    .in-product-ul li a figure{height: 190px;}
    .ny-banner{background-size:auto 100%;height:300px;margin-top: 60px;}
    .banner-bj {background-size: auto 121% !important;}
    .in-about-fd{top:650px;}
    .in-blanks-ul li p{font-size:16px;}
    .footer {height: 650px;margin-top: -115px;background-size: auto 100%;}
    .foot-lx {padding-top: 206px;text-align: right;}
    
    .game163 .bigImg,.game163 .bigImg li {height: 390px !important;}
    .game163 .smallScroll .smallImg li{width:105px;}
}

@media screen and (max-width:1360px){
    .foot-con-r {width: 68%;}
    
	
}

@media screen and (max-width:1300px){
    .foot-con-r {width: 71%;}
    .in-about-fd{top:590px;}
    .sy-banner .swiper .swiper-slide {height: 920px;}
    .ny-cp-left {width: 23%;}
    .ny-cp-right {width: 75%;}
    .left_nav2 .list_dt{font-size: 15px;}
}

@media screen and (max-width:1200px){
    .sy-banner{margin-top: 62px;}
    .foot-nav li{margin-left: 99px;}
    
    .in-about-fd{top:480px;}
    
}

@media screen and (max-width:910px){   

}

@media screen and (max-width:760px){
    .in-about-fd{top:400px;}
    .sy-banner .swiper .swiper-slide img { width: 134%;}
    .in-about {margin-top: -190px;}
    .in-title {padding: 50px 0 30px;}
    .in-title h2 {font-size: 25px;}
    .in-about-js p {font-size: 14px;line-height: 26px;}
    .in-about-pic ul li {width: 25%;overflow: hidden; margin: 0 5px;}
    .in-about-pic ul{margin-top: 10px;}
    .in-product-ul li a p{font-size:14px;line-height:30px; height: auto;}
    .in-product-btn li a{margin-bottom:15px;}
    .in-news-ul li{border-right: none;height:auto;}
    .in-news-ul li:nth-child(4),.in-news-ul li:nth-child(5),.in-news-ul li:nth-child(6){display:none;}
    .in-news-ul li .in-news-div{padding:15px;position:initial;}
    .in-news-ul li .in-news-div p{-webkit-line-clamp: 2;}
    .foot-bq{text-align: center;display: block;margin-top: 137px;line-height:27px;}
    .sy-banner .swiper .swiper-slide {height: 545px;}
    
    .ny-banner{height:160px;}
    .ny-news,.news-xq {width: 100%;}
    .ny-news li a .ny-news-r p{-webkit-line-clamp: 1;}
    .ny-news li a .ny-news-date p {font-size: 25px;}
    .ny-news li a .ny-news-date span{font-size: 12px;}
    .ny-news li a .ny-news-date {width: 46px;padding: 5px 0 5px;}
    .ny-news li a .ny-news-r {width: 80%;}
    .page-index,.page-last{display:none;}
    .page a {padding: 0px 12px; height: 35px;font-size: 12px;line-height: 35px;}
    .news-xq-btn{flex-wrap: wrap;}
    .news-xq-btn span{width:100%;margin-bottom:5px;}
    .news-xq-btn span:nth-child(2){text-align:left;}
    .news-xq-a a {margin: 50px auto;width: 135px;height: 40px;line-height: 40px;font-size: 14px;}
    .news-xq-text p{font-size:14px;line-height:25px;}
    
    .ny-cp-left{display:none;}
    .ny-cplb{display:block;}
    .ny-cp-right,.ny-ly-form{width:100%;}
    .in-blanks-ul li p{font-size:14px;line-height: 19px;}
    .in-blanks-ul li {background: url(../images/index_17.png) no-repeat right 5px;background-size: 20px auto;}
    
    .ny-cp-right{margin-top: 40px;}
    .ny-cpxq-bt h2 {font-size: 16px;}
    .snBrand{flex-wrap: wrap;}
    .snBrand .snBrand-ul,.snBrand .snBrand-r{width:100%;}
    .game163 .bigImg, .game163 .bigImg li {height: 420px !important;}
    .snBrand .snBrand-r ol li{width:17%;}
   
}

@media screen and (max-width:640px){
    .in-about-fd{top:300px;}
    .in-about {margin-top: -185px;}
    .in-about-pic ul {flex-wrap: wrap;}
    .in-about-pic ul li { width: 46%;margin: 0 8px 15px;}
    .in-product-ul li a figure {height: auto;}
    .in-product-ul li a p { font-size: 14px;line-height: 19px; height: 40px;}
    .in-product-btn li a p {font-size: 14px;}
    .in-product-btn li a figure img {width: 34px;margin-right: 10px;}
    
    .game163 .bigImg, .game163 .bigImg li {height: 390px !important;}
    .game163 .smallScroll .smallImg {width: 92%;}
    .game163 .smallScroll a{line-height: 90px;}
    .game163 .bigImg, .game163 .bigImg li {height: 310px !important;}
    

}

@media screen and (max-width:510px){    
	.footer{margin-top: -80px;}
	.foot-lx {padding-top: 175px;}
	.foot-bq {margin-top: 285px;}
	
	.game163 .smallScroll .smallImg li{width:95px;}
}

@media screen and (max-width:480px){
   .in-about-fd{top:280px;}
   .foot-bq {margin-top: 200px;}
   .in-about {margin-top: -140px;}
   .in-about-pic ul li {margin: 0 5px 15px;}
   
   .game163 .smallScroll .smallImg li{width:85px;}
   .game163 .smallScroll a {line-height: 75px;}
   
   .sy-banner .swiper .swiper-slide {height: 435px;}
   .banner-bj {background-size: auto 100% !important;}
   .foot-lx {padding-top: 120px;}
   .foot-bq {margin-top: 180px;}
}

@media screen and (max-width:380px){
    .in-about-fd{top:180px;}
    .foot-bq {margin-top: 135px;}
    .cont1400 {width: 91%;}
    
    .game163 .bigImg, .game163 .bigImg li { height: 220px !important;}
    .sy-banner .swiper .swiper-slide {height: 295px;}
    .in-about {margin-top: -115px;}
}

@media screen and (max-width: 380px){
    .foot-bq {
        margin-top: 90px;
    }
}
