/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#0060d2;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

.fl { float: left;}
.fr {float: right;}

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family:"Biko";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Biko";
  src: 
  url("../cssnew/Biko-Bold.woff2.txt") format("woff2"),
  url("../cssnew/Biko-Bold.woff.txt") format("ttf"),
  url("../cssnew/Biko-Bold.eot.txt") format("eot"),
   url("../cssnew/Biko-Bold.svg.txt") format("svg"),
   url("../cssnew/Biko-Bold.ttf.txt") format("ttf");
    
}


html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#0060d2;}
.title p{font-size: 18px;color:#999;line-height: 30px;}








/*抬头*/
.top_bg{display: flex;justify-content: space-between;align-content:center;width: 100%;height:120px;position: absolute;top: 0;z-index: 99;background: url(https://memberpic.114my.com.cn/jinkai88/uploadfile/image/20220810/20220810171716_2108642730.png)no-repeat center top;}
.yinyin .top_bg{background:none;}
.top{display: flex;align-items: center;justify-content: space-between;height: 120px;}
.logo{display: flex;align-items: center;height: 120px;padding-right:4vw;}
.logo img{filter: grayscale(1000%) brightness(1000%);}
.yinyin .logo img{filter: none;}
/*栏目*/
.NavCeshi li{float:left;padding: 0 1.6vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size:16px;color:#fff;}
.yinyin .NavCeshi li i{color:#666;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#fff;}
.yinyin .NavCeshi li.navcurrent i,.yinyin .NavCeshi > li:hover > a i{color:#333;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #0060d2;z-index: -1; }
.top_bg .NavCeshi > li.navcurrent > a:after,.top_bg .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #0060d2 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height:0px;line-height: 50px;background: #0060d2;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi li:hover .nav2 a{height: 50px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #0060d2;}
.nav2 table{width: 100%;}
.top_right{display: flex;align-items: center;justify-content: flex-end;height: 120px;padding-left: 5vw;}
.top_right>div{cursor: pointer;}
/*英文网站链接*/
.top_en a{display: block;width: 50px;line-height: 120px;text-align: center;font-size: 20px;color:#fff;margin-right: 3vw;font-weight: lighter;}
.yinyin .top_en a{color:#333;}
/*搜索*/
.top_search>p{width:25px; height:25px;background:url(https://memberpic.114my.com.cn/jinkai88/uploadfile/image/20220722/20220722152818_1479821306.png)no-repeat center;filter: grayscale(1000%) brightness(1000%);}
.yinyin .top_search>p{filter:none;}
.top_search{display: flex;align-items: center;justify-content: center;width: 80px;height: 120px;cursor: pointer;}
.search_bg{height: 100px;overflow: hidden;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.search{width: 100%;height: 100px;padding: 0 2.8vw;position: absolute;top: 120px;left: 0;z-index: 22;box-shadow: 0 0 30px rgba(0,0,0,.08);transition: all 0.3s;transform: scale(0);background: rgb(255 255 255 / 100%);}
.top_search:hover .search{transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size: 14px;color:#666;}
.search_l a:hover{color:#fff;}
.search-bg #infoname{width:250px;background:#eee;outline:none;color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline:none;}
#gudin{background: #fff;position: fixed;z-index: 999;transition: .3s all ease; width:100%; min-width:1400px;margin:0 auto;}
.yinyin{height: 120px;box-shadow: 0 0 30px rgba(0,0,0,.08);}


/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1700px){
html{font-size: 14px;}
        .top_right{padding-left: 4vw;}
    .top_en{margin-right: 2vw;}
}
@media (max-width: 1699px) and (min-width: 1600px){
html{font-size: 12px;}
    .NavCeshi li{padding: 0 1.4vw;}
    .NavCeshi li i{font-size: 15px;}
    .top_right{padding-left: 3vw;}
    .top_en{margin-right: 1vw;}
}
@media (max-width: 1599px) and (min-width: 1500px){
    html{font-size: 11px;}
    .NavCeshi li{padding: 0 1.3vw;}
    .NavCeshi li i{font-size: 15px;}
    .top_right{padding-left: 3vw;}
    .top_en{margin-right: 1vw;}

}
@media (max-width: 1499px) and (min-width: 1400px){
html{font-size: 10px;}
    .NavCeshi li{padding: 0 1.2vw;}
    .NavCeshi li i{font-size: 15px;}
    .top_right{padding-left: 3vw;}
    .top_en{margin-right: 1vw;}

}





/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:945px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:945px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:400px; left: 0; margin-left: 0; height:520px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(https://memberpic.114my.com.cn/jinkai88/uploadfile/image/20220810/20220810171749_1801211428.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px;     background: rgb(255 255 255/0.6); cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #fff;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}







/*公司简介*/
.about_bg{height:710px;padding-top:80px;background: url(https://memberpic.114my.com.cn/jinkai88/uploadfile/image/20220810/20220810163800_812317056.png)no-repeat top center;}
.about{display: flex;justify-content: space-between;align-items: center;}
.about_text{width:640px;}
.about_text *{display: block;}
.about_text t{font-size: 40px;color:#0060d2;}
.about_text t:after{content: "";display: block;width:60px;height:2px;margin:35px 0 38px 0;background: #0060d2;}
.about_text p{font-size: 16px;line-height: 36px;color:#666;}
.about_text a{width:180px;height:50px;line-height:50px;margin-top: 52px;background: #0060d2;font-size:18px;color:#fff;text-align: center;}
.about_text a:hover{background:#333;}







/*文化*/
.culture_bg2{height:600px;background: url(https://memberpic.114my.com.cn/jinkai88/uploadfile/image/20220810/20220810164703_529401403.jpg)no-repeat center;background-position: center;background-attachment: fixed;}
.culture_bg{margin-top:-275px;}
.culture{display: flex;justify-content: space-between;}
/*文字*/
.culture_text{display: flex;flex-wrap: wrap;}
.culture_text li{display: flex;flex-direction:column;justify-content: center;height:275px;padding:0 55px;}
.culture_text li:nth-child(1){width: 100%;background: #fff;}
.culture_text li:nth-child(2){width: 50%;background: #66a0e4;}
.culture_text li:nth-child(3){width: 50%;background: #0060d2;}
.culture_text t{font-size: 30px;color:#333;}
.culture_text .culture_text_white t{color:#fff;}
.culture_text p{margin-top: 32px;font-size: 16px;line-height: 30px;color:#666;}
.culture_text .culture_text_white p{color:#fff;}
.culture_text p:after{content: "";display: block;width:40px;height:2px;margin-top: 38px;background: #ccc;}
.culture_text .culture_text_white p:after{background: #e5e5e5;}








/*荣誉资质*/
.honor_bg{height:880px;}
.honor_swiper-container{height:667px;}
.honor_swiper-container .swiper-slide{display: flex;justify-content: center;margin-top:68px;}
.honor_swiper-container .swiper-slide a{overflow: hidden;position: relative;}
.honor_swiper-container .swiper-slide-active a{    overflow: inherit;}
.honor .swiper-slide img{width:365px;border: 1px #eee solid;}
.honor .swiper-slide-active img{transition: 0.3s;transform: scale(1.25);}
.honor .swiper-slide p{ display: flex;justify-content: center;align-items: center;width: 100%;height: 488px;background: rgb(0 0 0/0.8);position: absolute;top:-100%;font-size: 18px;color: #fff;transition: 0.3s;}
.honor .swiper-slide-active p{transform: scale(1.25);}
.honor .swiper-slide:hover p{top:0px;}
.swiper-button{width: 60px !important;height: 60px !important;background: #0060d2;border-radius: 100%;transition:0.3s;outline: none;}
.swiper-button:after{font-size: 16px !important;color: #fff;}
.honor_swiper-container .swiper-button{top: 45% !important;}
.honor_swiper-button-next{right: -100px !important;}
.honor_swiper-button-prev{left: -100px !important;}
.honor_swiper-container:hover .honor_swiper-button-next{right: 40px !important;}
.honor_swiper-container:hover .honor_swiper-button-prev{left: 40px !important;}








/*有情链接*/
.link_bg{height: 80px;line-height: 80px;background: #0060d2;}
.link{display: flex;height: 80px;background: url(https://memberpic.114my.com.cn/jinkai88/uploadfile/image/20220723/20220723115311_402576983.png)no-repeat left center;}
.link_fl p{padding-left: 55px;font-size:18px;color:#fff;}






/*版权*/
.copyright_bg{height:375px;padding:80px 0;background: #222;}
.copyright{display: flex;justify-content: space-between;}
/*联系方式*/
.copyright_tel ul{display: flex;flex-direction: column;align-items: center;}
.copyright_tel *{display: block;}
.copyright_tel t{margin:0 0 30px 0;font-size: 40px;color:#fff;}
.copyright_tel p{font-size: 16px;line-height: 26px;color:#999;}
.copyright_tel a{width:180px;margin-top: 30px;line-height: 50px;background: #0060d2;border-radius: 100px;font-size: 18px;color:#fff;text-align: center;}
/*二维码*/
.copyright_qrcode{display: flex;}
.copyright_qrcode li{display: flex;flex-direction: column;align-items: center;}
.copyright_qrcode li+li{margin-left:80px;}
.copyright_qrcode span img{width:160px;height:160px;}
.copyright_qrcode p{margin-top:22px;font-size: 16px;color:#fff;}
/*栏目*/
.copyright_column{display: flex;}
.copyright_column li{}
.copyright_column li+li{margin-left: 110px;}
.copyright_column li a:first-child{margin-bottom:10px;font-size: 22px;color:#fff;}
.copyright_column li a{display: block;font-size: 16px;color:#999;line-height: 30px;}
.copyright_column li a:hover{color:#fff;}






/*底部*/
.under_bg{height:-11px;line-height: 80px;background: #222;border-top: 1px #333 solid;}
.under{display:flex;justify-content: space-between;}
.under a:hover{color:#fff;}
.under_right{display:flex;}
.under_fler,.under_fler *,.under_right,.under_right *{color:#999 !important;}