/*标签样式初始化*/
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:#005ce7;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:"Avant_Garde_Medium-Normal";
  src: 
  url("../css/fonts/biko-bold.woff2.txt") format("woff2"),
  url("../cs/fonts/biko-bold.woff.txt") format("woff"),
  url("../css/fonts/biko-bold.ttf.txt") format("ttf"),
  url("../css/fonts/biko-bold.eot.txt") format("eot"),
   url("../css/fonts/biko-bold.svg.txt") format("svg");
}





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


/*抬头*/
/* 头部 */
.htop{line-height:50px;height:50px;border-bottom:1px solid #eee;   background-color: #f6f7fb;}
.htop::after{
 content: '';
 position: absolute;
 right: 0;
 top: 0;
 height: 50px;
 width: 24%;
 background-color: #005ce7;
 border-top-left-radius: 25px;
 border-bottom-left-radius: 25px;
}

.htop em{float:left;color: #666666;}
.htop .htop-aa{float:right;display:block;z-index: 10;position: relative;}
.htop .htop-aa img{margin: 12px 5px; vertical-align:top;}
.htop .htop-aa p{color: #fff;font-size: 14px;display: inline-block;line-height: 45px;}
.htop .htop-aa span{font-size: 24px;font-weight: bold;}

.htop .htop-aa a{display:block;float:left;padding:0 20px;border-right:1px solid #eee;color: #666;}
.htop .htop-aa a:first-child{border-left:1px solid #eee;color:#666;}
.htop .htop-aa a span{display:block;padding-left:25px;}
.htop .htop-aa a:nth-child(1) span{background:url(../images/htopico1.png) no-repeat left;}
.htop .htop-aa a:nth-child(2) span{background:url(../images/htopico2.png) no-repeat left;}
.htop .htop-aa a:nth-child(3) span{background:url(../images/htopico3.png) no-repeat left;}
.htop .htop-aa a:hover{color:#0280f6;}


/*logo、tel*/
.hcont{ height:120px;}
.hcont .dlogo{ float:left;padding: 25px 0;}
.hcont .dlogo dl{ overflow:hidden;}
.hcont .dlogo dt{ float:left; /*padding-top:15px;*/}
.hcont .dlogo .top_img{margin-top: 12px;}
.hcont .dlogo dt img{ display:block; }
.hcont .dlogo dd{float: left;margin-left: 10px;margin-top: 3px;}
.hcont .dlogo dd p {font-size: 24px;color: #005ce7;font-weight: bold;border-radius: 25px;padding: 3px 0;}
.hcont .dlogo dd h2{ font-size:16px; color:#666;}

.hcont .navbox{ float:right; }


.hcont .dphone dd span{font-weight: 600;}
.nlist{padding-bottom: 15px ;}
.nlist .leftli a {
 display: block;
 background: url(../index/liBg2.png) no-repeat 162px center;
 font-size: 14px;
 color: #333;
 text-decoration: none;
}
.n_cont{ padding-top:5px; overflow:hidden;}
.n_cont dl{ /*margin-top:31px;*/ overflow:hidden; padding:25px 0 21px 29px}
.n_cont dl dt{ float:left; padding:5px; background:#eaeaea;}
/*.n_cont dl dt img{ display:block; width:160px; height:102px;}*/
.n_cont dl dd{ float:left; margin-left:23px; width:478px;}
.n_cont dl dd h5{ margin-top:3px; padding-bottom:8px; border-bottom:1px solid #dedede; overflow:hidden;}
.n_cont dl dd h5 a{ font-size:14px; color: #0A489B; float:left; padding-left:5px;}
.n_cont dl dd h5 em{ float:right;padding-right:10px;}
.n_cont dl dd p{ line-height:20px; font-size:13px; margin-top:10px;}
.n_cont dl:hover {background: #eaeaea;}


/*导航*/
.top_r {float: right;padding-right: 42px;}
.top_r>ul { float: right; }
.top_r>ul>li { float: left; }
.nav>li{float: left;margin-right: 54px;position:relative;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 18px;padding: 0;color: #444;position: relative;line-height: 120px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li.cur>a { color: #eb5329;font-weight: bold; }
.nav>li:hover>a { color: #eb5329; }
.nav>li:last-child>a::before{display:none;}
.nav>li>a::after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;transition: all .2s;-webkit-transition: all .2s;}
.nav>li:hover>a::after, .nav>li.cur>a::after{/* border-top: 0; *//* border-left: 5px solid transparent; *//* border-right: 5px solid transparent; *//* border-bottom: 6px solid #005ce7; */background: url(../images/nav_hr.png) center no-repeat;top: 50px;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #005ce7;}
.nav>li>a:focus, .nav>li>a:hover { background: none;  }
.pc-header .top .top_r ul .zx {   align-items: center;  padding-left: 10px;position: absolute;width: 320px;right: 0;}
.pc-header .top .top_r ul .zx img { display: block; max-width: 100%; }
.pc-header .top .top_r ul .zx p{ font-size: 18px; color: #fff; font-weight: bold; line-height: 1.1;  background: #ee3333;padding: 10px;}
.header_space { width: 100%; height: 150px; display: block; }
/*导航下拉*/
.hcont .top_r ul li .xiala {position: fixed;background: rgba(255,255,255,1);width: 100vw;top: 150px;left: 0;z-index: 999;display: none;padding-bottom: 30px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.hcont .top_r ul li:hover .xiala{ display:block; }
.hcont .top_r ul li .xiala .container {padding: 24px 120px 40px 40px;}
.hcont .top_r ul li .xiala .container .nav2_r { float: right;  width: 25%;}
.hcont .top_r ul li .xiala .container .nav2_r img { display: block; max-width: 100%; }
.hcont .top_r ul li .xiala .container .nav2_l {float: left;width: 70%;padding-bottom: 20px;}
.hcont .top_r ul li .xiala .container .nav2_l .desc { overflow: hidden; padding-bottom: 32px;}
.hcont .top_r ul li .xiala .container .nav2_l .desc .en { font-size: 30px;line-height: 40px;color: #333;}
.hcont .top_r ul li .xiala .container .nav2_l .desc .list { font-size: 14px;line-height: 24px;margin-top: 10px;color: #999;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list { /* margin-top: 40px; */overflow: hidden; float: left; line-height: 32px;}
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list a{ display: inline-block; }
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list a span {font-size: 14px;line-height: 24px;color: #666;margin-right: 20px;/* padding-right: 20px; */transition: all 0.5s;background: url(../images/yy.png) no-repeat right center; border: 1px solid #ccc;text-align: center;display: block;padding: 2px 10px;}
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list:hover a span{ background:#005ce7; color:#fff }
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list:hover a span { color: #005ce7; background: url(../images/yy_on.png) no-repeat right center;}
.hcont .top_r ul li .xiala .container .nav-box { overflow: hidden; }
.hcont .top_r ul li .xiala .container .nav-box>span { font-size: 22px; line-height: 40px;color: #333;overflow: hidden; display: block; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr { overflow: hidden; margin-top: 20px; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box { margin-bottom: 20px; overflow: hidden; padding:10px;}
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box:hover { background: #f9f9f9; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a { display: block; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_l { width: 20%; float: left;}
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r { float: right; width: 80%; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t { font-size: 16px;line-height: 1.5;color: #333;margin-bottom: 5px; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc { font-size: 14px;line-height: 1.6;color: #999; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro { display: block; padding-left:0; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a { display: block; text-align: center; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt { display: block; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a>dt img { max-width: 100%; display: block; border:1px solid #ddd; }
.hcont .top_r ul li .xiala .container .nav-box>.nav-box_nr>.nav3-pro a p { font-size: 14px; color: #454545; line-height: 3; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 { display: none; transition:0.3s;}
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 a { font-size: 14px; color: #666; line-height: 1.8; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 90%; }
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list .nypro-nav2 a:hover { color: #013394; }
.hcont .top_r ul li .xiala .container .nav2_l .nav-er-list:hover .nypro-nav2 { display: block; }

@media (min-width:1450px){
 .container1{width:1380px;margin:0 auto;}
}


@media (min-width:1550px){
 .container1{width:1480px;margin:0 auto;}
}



@media (min-width:1600px){
 .container1{width:1530px;margin:0 auto;}
}


@media (min-width:1650px){
 .container1{width:1530px;margin:0 auto;}
}

@media (min-width:1730px){
 .container1{width:1650px;margin:0 auto;}
}
.container{width:1250px;margin:0 auto;}


@media (min-width:1400px){
 .container{width:1400px;margin:0 auto; }
}

/*栏目*/
.NavCeshi li{float:left;padding: 0 1.2vw;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:130px;font-style:normal;font-size:16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#005ce7;}
.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: #005ce7;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #005ce7 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:130px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #005ce7;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 .nav2 a:hover{background: #fff;text-indent: 10px;color: #005ce7;}
.nav2 table{width: 100%;}
/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){

}
@media (max-width: 1680px) and (min-width: 1600px){
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
.NavCeshi li i{font-size: 14px;}
}


/*搜索*/



/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:765px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:765px; 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:290px; left: 0; margin-left: 0; height:420px; 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(../images/20220429151759_732256106.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:#fff; 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: #005ce7;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:720px;background: url(../images/20220428135646_1328472385.jpg)no-repeat center;}
.about{height:785px;padding:40px 0 80px 0;background: #fff;box-shadow: 0px 0px 11.04px 0.96px rgba(102, 102, 102, 0.15);top: -160px;z-index: 9;}
/*数据*/
.about_data{display: flex;align-items: center;justify-content: space-around;text-align: center;height: 100px;}
.about_data li{width: 20%;border-right: 1px #eee solid;}
.about_data li:last-child{border-right:none;}
.about_data span{font-size: 60px;color: #005ce7;font-weight: bold;}
.about_data p{font-size: 18px;color:#999;}
/*公司介绍*/
.about_content{display: flex;padding:50px 55px 0 55px;}
.about_text{display: flex;flex-direction:column;justify-content: center;padding-right: 80px;}
.about_text b{font-size: 30px;color:#333;}
.about_text span{display: block;margin:12px 0 28px 0;font-size: 18px;color:#666;}
.about_text span:after{content: "";display: block;width:80px;height:2px;margin:36px 0 0px 0;background: #005ce7;}
.about_text p{font-size: 16px;color:#666;line-height: 30px;}
.about_text a{display: block;width:180px;height:50px;line-height: 50px;margin-top: 44px;background: #005ce7;font-size: 18px;color:#fff;text-align: center;}
.about_text a:hover{background:#333;}





/*产品展示*/
.prod_bg{height:1150px;background: #f5f5f5;}
/*分类*/
.prod_sort{display: flex;}
.prod_sort a:hover{color:#005ce7;}
.prod_sort *{display:block;}	
.prod_sort>div{}
.prod_sort ul{}
.prod_sort ul li{
    float: left;
    width: 190px;
    height: 43px;
    border-radius: 5px;
    margin-right: 8px;
    border:1px #d8d8d8 solid;
    margin-top: 8px;
    text-align: center;
    line-height: 43px;
}
.prod_sort ul li a{
    display: block;
    font-size: 16px;
    color: #000
}
.prod_sort ul li:hover{
    background: #005ce7;
}
.prod_sort ul li:hover a{
    color: #fff
}
/*图片*/
.prod_img{margin-top: 40px;}
.prod_img *{display:block}
.prod_img ul{display: flex;justify-content: space-between;margin-bottom: 25px; overflow: hidden;}
.prod_img ul li{width: 32%; margin: 1%;}
.prod_img img{transition: all 0.3s; width: 100%;}
.prod_img li>a{overflow: hidden;}
.prod_img li:hover img{transform: scale(1.2);}
.prod_img li br{display:none;}
.prod_img li span{height: 50px;line-height: 50px;text-align: center;background: #fff;}
.prod_img li:hover span{background: #005ce7;}
.prod_img span a{font-size: 16px;color: #333;}
.prod_img li:hover span a{color:#fff;}






/*产品特点*/
.trait_bg{height:900px;}
/*切换*/
.trait_toggle{}
.trait_toggle li{display: flex;align-items: center;width: 400px;height: 88px;line-height: 88px;padding-left:55px;border-bottom: 1px #eee solid;cursor: pointer;position: relative;z-index: 99;}
.trait_toggle i{display: block;width:32px;height:32px;background: url(../images/20220428150811_547735698.png)no-repeat;transition: all 0.3s;position: relative;}
.trait_toggle li:nth-child(2) i{background-position:-32px 0;}
.trait_toggle li:nth-child(3) i{background-position:-64px 0;}
.trait_toggle li:nth-child(4) i{background-position:-96px 0;}
.trait_toggle li.on:nth-child(1) i{background-position:0px -32px;}
.trait_toggle li.on:nth-child(2) i{background-position:-32px -32px;}
.trait_toggle li.on:nth-child(3) i{background-position:-64px -32px;}
.trait_toggle li.on:nth-child(4) i{background-position:-96px -32px;}
.trait_toggle li:after{content: "";display: block;width:0px;height:88px;background: #005ce7;position: absolute;left:0px;transition: all 0.3s;}
.trait_toggle li.on:after{width:400px;}
.trait_toggle li *{position: relative;z-index: 2;}
.trait_toggle p{margin-left: 25px;font-size: 24px;color: #333;}
.trait_toggle li.on p{color:#fff;}
/*内容*/
.trait_content dt{top: -352px;}
.trait_text{display: flex;justify-content: center;flex-direction: column;width:640px;height:300px;margin-top: 352px;padding:0 55px;background: #fff;box-shadow: 0px 0px 11.04px 0.96px rgba(102, 102, 102, 0.15);  position: relative;z-index: 2;}
.trait_text *{display: block;}
.trait_text t{font-size: 24px;color:#333;}
.trait_text p{margin:30px 0;font-size: 16px;line-height:32px;color:#666;}
.trait_text a{width:180px;height:50px;line-height:50px;background: #005ce7;text-align: center;font-size: 18px;color:#fff;}
.trait_text a:hover{background: #333;}
.trait_img{position: absolute;top: 0;right: 0;}

/*应用领域*/
.apply_bg{height:770px;padding-top: 120px;position: relative;}
.apply_bg:after{content:"";display:block;width:100%;height:650px;background:#f8f8f8;position: absolute;top: 0;}
.apply{display: flex;justify-content: space-between;z-index: 2;}
/*图片*/
.apply_img{width:1200px;height: 650px;margin-left: -260px;overflow: hidden;}
/*文字*/
.apply_conter{width: 380px;}
.apply_title{padding:10px 0 20px 0;text-align: left;}
.apply_number{height: 70px !important;margin: 8px 0 29px 0;font-size:60px;overflow: hidden;}
.apply_number t{color:#005ce7;}
.apply_number b{color:#e5e5e5;}
.apply_conter_img ul{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;height: 145px;}
.apply_conter_img a{display:block;}
.apply_conter_img a.on{border: 3px #005ce7 solid;}
.apply_conter_img img{width:110px;height:60px;}
.apply_conter_img a.on img{width:104px;height:54px;}
.apply_a a{display: block;width:180px;height:50px;line-height:50px;margin-top: 49px;background: #005ce7;text-align: center;font-size: 18px;color: #fff;}
.apply_a a:hover{background:#333;}




/*实力*/
.strength_bg{height:700px;}
.strength{display: flex;justify-content: space-between;flex-wrap: wrap;}
.strength_title{display: block;margin-bottom: 25px;font-size: 24px !important;color:#005ce7 !important;}
.strength_div{height:auto;background: #fff;box-shadow: 0px 0px 11.04px 0.96px rgba(102, 102, 102, 0.15);}
/*资质证书*/
.certificate_bg{position: relative;}
.certificate{width:1400px;padding:40px 0;}
.certificate *{display:block;}
.certificate_button{width:60px;height:60px;background: #fff url(../images/20220428173855_1520438157.png)no-repeat center;border-radius: 100%;box-shadow: 0px 0px 11.04px 0.96px rgba(102, 102, 102, 0.15);position: absolute;top: 393px;cursor: pointer;}
.certificate_buttonl{left: 40px;}
.certificate_buttonr{right:40px;transform: rotate(180deg);}
.certificate .new_web_div2021{margin-left: 118px;}
.certificate ul{display: flex;}
.certificate li{margin-right:25px;position: relative;}
.certificate li>a{overflow: hidden;}
.certificate li img{border:1px #eee solid;}
.certificate li p{}
.certificate li p:after{content:"";display:block;width: 100%;height:0px;background: rgb(0 0 0 / 0.7);position: absolute;left: 0;top: 0;z-index: 2; transition: 0.3s;}
.certificate li:hover p:after{height: 384px;}
.certificate p>a{width: 100%;line-height: 384px;font-size: 15px;color: #fff;text-align: center;position: absolute;top:0%;z-index: 3;transition: 0.3s;transform: scale(0);overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.certificate li:hover p>a{transform: scale(1);}
/*代理*/
.acting_bg{display: flex;justify-content:space-between;width: 1400px;margin-top: 40px;}
.acting_fl{display: flex;flex-direction: column;justify-content: center;width:650px;height:300px;padding-left: 40px;background: #f8f8f8;}
.acting_fl b{font-size: 34px;color:#333;}
.acting_fl t{color:#005ce7;}
.acting_fl p{margin:19px 0 40px 0;font-size: 18px;color:#666;}
.acting_fl span{display: block;width:120px;height:2px;background: #d5d5d5;}
.acting_fr{display: flex;justify-content: space-between;align-items: center;width:750px;height:300px;padding:0 55px;background: url(../images/20220429085357_627556181.jpg)no-repeat center;}
.acting_fr li{display: flex;flex-direction: column;justify-content: center;width:300px;height:120px;padding-left: 85px;border: 1px #e5e5e5 solid;background: url(../images/20220429090547_1610284506.png)no-repeat 22px center;}
.acting_fr p{font-size: 18px;color: #666;}
.acting_fr span{font-size:1.6rem;color: #333;}










/*选择冠威的四大优势*/
.adv_bg{height:978px;background: url(../images/20220429091121_409801970.jpg)no-repeat center;}
.adv_title b{color:#fff;}
.adv_title p{color:#eee;}
/*切换*/
.adv_toggle *{display: block;}
.adv_toggle ul{display: flex;justify-content: space-around;}
.adv_toggle li{display: flex;align-items: center;justify-content: center;width: 25%;height: 110px;background: #0066ff;position: relative;cursor: pointer;}
.adv_toggle li:before{content: "";display: block;width:0%;height:110px;background: #fff;position: absolute;top:0px;left: 0px;transition:all 0.3s;}
.adv_toggle li.on:before{width:100%;}
.adv_toggle li:after{content:"";display: block;width:1px;height:110px;background: #2d81ff;position: absolute;right: 0;top: 0;}
.adv_toggle li:last-child:after{background: none;}
.adv_toggle i{width:54px;height:54px;margin-right: 20px; background: url(../images/20220429092909_1984689985.png)no-repeat;}
.adv_toggle li:nth-child(2) i{background-position: -54px 0;}
.adv_toggle li:nth-child(3) i{background-position: -108px 0;}
.adv_toggle li:nth-child(4) i{background-position: -162px 0;}
.adv_toggle li.on:nth-child(1) i{background-position:0px -54px;}
.adv_toggle li.on:nth-child(2) i{background-position:-54px -54px;}
.adv_toggle li.on:nth-child(3) i{background-position:-108px -54px;}
.adv_toggle li.on:nth-child(4) i{background-position:-162px -54px;}
.adv_toggle li *{position: relative;z-index:2;}
.adv_toggle b{font-size: 28px;color:#fff;}
.adv_toggle li.on b{color:#005ce7;}
.adv_toggle p{font-size: 18px;color:#a4c8ff;}
.adv_toggle li.on p{color:#4188f4;}
/*内容*/
.adv_content ul{width:1400px;height:600px;padding-top: 370px;background: url(../images/20220429093533_189691295.jpg)no-repeat center;position: relative;}
.adv_content ul:nth-child(2){background: url(../images/yyly7.jpg)no-repeat center;}
.adv_content ul:nth-child(3){background: url(../images/20220429150803_872958552.jpg)no-repeat center;}
.adv_content ul:nth-child(4){background: url(../images/yyly8.jpg)no-repeat center;}
.adv_content li{display: flex;flex-direction: column;justify-content: center;width:1240px;height:170px;margin: auto;padding:0 40px; background:rgb(255 255 255/0.92);}
.adv_content b{font-size: 28px;color:#333;}
.adv_content p{margin-top:10px;font-size: 16px;line-height: 32px;color:#666;}







/*新闻中心*/
.news{padding: 0px 0 80px 0; overflow:hidden;}
.newstitl{text-align: center;font-size: 18px;color: #aaaaaa;font-weight: lighter;}
.newstitl b{display: block;font-size: 36px;color: #222222;margin-bottom: 10px;}
.newstitl b i{color: #005ce7;}
.newstab{text-align: center;margin:0 0 40px 0;}
.newstab a{ display: inline-block;width:180px; border: #eee 1px solid; line-height: 50px;background: #fff;font-size: 16px;color:#333;transition: all .3s ease;}
.newstab a+a{margin-left: 10px;}
.newstab a.on{background: #005ce7;color: #f5f5f5;}
.newsleft{width: 508px;height: 490px;box-sizing: border-box;background: #f5f5f5;padding: 40px;}
.newsright{width: 862px;height: 490px;}

.newsleft .news_div_item_pic{position: absolute;left: 0;top: 0;width: 426px;height: 306px; overflow: hidden;overflow: hidden; border: 1px solid #eee;}
.news .news_div_item_pic img{width: 100%;height: 100%;transition: all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{transform: scale(1.1);}
.news .news_div_item:hover .news_div_item_a{color:#005ce7;}
.news .news_div_item{position: relative;}
.newsleft .news_div_item{padding-top: 330px;}
.newsleft .news_div_item_date{position: absolute;right:0;padding-top: 52px; bottom:0;text-align: center; background: #005ce7; width: 82px;height: 80px;box-sizing: border-box;}
.newsleft .news_div_item_date>div{display: inline-block;font-size: 14px;color: #ffffff;font-weight: lighter;}
.newsleft .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}
.newsleft .news_div_item_content{width: 290px;}
.news .news_div_item_a{display: block;font-size: 18px;color: #222222;white-space: nowrap;text-overflow: ellipsis;position: relative; overflow: hidden;} 
.news .news_div_item_body{font-size: 14px;color: #666;font-weight: lighter;margin-top: 10px;line-height: 26px;height: 52px;overflow: hidden;}
.newsright .news_div_item{position: relative; display: inline-block;vertical-align: top; box-sizing: border-box;width: 428px;height: 162px;padding: 40px 0 0 120px; border: 1px solid #f5f5f5;}
.newsright .news_div_item:nth-child(2n){margin-left: 0;}
.newsright .news_div_item_content{width: 260px;}
.newsright .news_div_item_date{position: absolute;left:30px;padding-top: 52px; top:40px;text-align: center;}
.newsright .news_div_item_date>div{display: inline-block;font-size: 14px;color: #555555;font-weight: lighter;}
.newsright .news_div_item_date .news_div_item_day{position:absolute;top: 5px;left: 0;right: 0;margin: 0 auto;font-size: 36px;font-weight: bold;}

/*联系*/
.ft-top{height:219px; background:#F2F2F2;}
.ft-top .top{padding-top:52px;box-sizing: content-box;}
.ft-top .top .top-left{float:left;width:1050px;}
.ft-top .top .top-left h4{height:38px; margin-bottom: 32px;}
.ft-top .top .top-left h4 span{display: block; float:left;height:38px; line-height: 38px;font-size: 24px; color:#333333; font-weight: bold;}
.ft-top .top .top-left h4 em{display: block;float:left; height:38px; line-height: 46px;font-size: 16px; color:rgba(51,51,51,0.5);font-weight: normal; margin-left: 7px;}
.ft-top .top .top-left ul{display: flex;justify-content: space-between;}
.ft-top .top .top-left ul li i{display: block; height:49px;line-height: 0; overflow: hidden;float:left; margin-right: 8px;}
.ft-top .top .top-left ul li i img{width:100%;}
.ft-top .top .top-left ul li h5{float:left;}
.ft-top .top .top-left ul li h5 span{display: block; height:25px; line-height: 25px;font-size: 15px; color:#999999; font-weight: normal;}
.ft-top .top .top-left ul li h5 p{ line-height: 27px;font-size: 22px; color:#333333; font-weight: normal;font-family: "Myriad Pro";}
.ft-top .top .top-left ul li:nth-child(3) p{font-size: 16px;}
.ft-top .top .top-rig{width:247px;float:right;}
.ft-top .top .top-rig i{display: block; width:117px; height:117px; float:left; background:url(../images/20220429151837_1752031254.png) no-repeat center;padding-top:33px; box-sizing: border-box; text-align: center; line-height: 27px;font-size: 18px; color:#333333;}
.ft-top .top .top-rig span{display: block; width:117px; line-height: 0; overflow: hidden; float:right;}
.ft-top .top .top-rig span img{width:100%;}





/*有情链接*/
#link_box{width:100%;margin:0 auto;overflow:hidden;height:80px; background:#005ce7;}
#link{width:1400px;margin:0 auto;overflow:hidden;}
#link_bt{width:150px;float:left;font-size:18px;font-weight:400;line-height:80px; color:#fff;}
#link_bt span{padding-left:5px;font-size:18px;color:rgba(235,235,235,0.5);font-family:Arial, Helvetica, sans-serif;text-transform:uppercase;font-weight: 200;}
#link_bg{width:1250px;line-height:80px;float:left;overflow:hidden;font-size:15px;font-weight:100;}
#link_bg a{font-size:14px;}
.linkTagcs li a{font-size:15px !important;}





/*版权*/
.foot{height:auto;background:#222;}
.foot .ft-nav{height:345px;border-bottom:1px solid rgba(255,255,255,0.1);}
.foot .ft-nav ul li{float:left; width:20%; height:344px; padding-top:57px; box-sizing: border-box;border-right:1px solid rgba(255,255,255,0.1);text-align: center;}
.foot .ft-nav ul li h4{height:40px; line-height: 40px; margin-bottom: 24px;}
.foot .ft-nav ul li h4 a{font-size: 20px; color:#ffffff; font-weight: normal;}
.foot .ft-nav ul li p a{display: block; height:35px;line-height: 35px;font-size: 15px; color:#999;}
.foot .ft-nav ul li p a:hover{color:#fff;}
.foot .ft-nav ul li:first-child{border-left: 1px solid rgba(255,255,255,0.1);}
.copy_bg{background: #282828;height:auto; border-top:1px #333 solid;}
.footer li d{font-weight:bold;font-size:22px;color:#fff;float: right;}
.copy{line-height:65px; font-size: 14px;color: #999; text-align: center;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #fff;}



/*客服*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../images/20220429160159_57501371.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #005ce7; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #005ce7; border-color: #005ce7; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #005ce7; border-color: #005ce7;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*ㄨ㈢绾*/
.y-kefu-box01 .mobile-infos { width: 215px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color: #999; }
.y-kefu-box01 .mobile-infos p { color: #005ce7; font-size: 18px; }
.right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: -254px;
}
.right-arrow1,
.right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
.right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
.right-arrow2 {
border-left: 6px white solid;
}

.y-kefu-box01 .y-ewm-box { height: 186px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { height: 186px; }
.y-kefu-box01 .y-ewm-box img { margin: 25px auto 13px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width:160px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img2 { width: 150px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img3 { width: 150px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img4 { width: 150px; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }

.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color: #999; text-align: left; bottom: 0; }
.y-kefu-box01 .y-email-infos p { color: #005ce7; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color: #005ce7;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }