/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,i,em{margin: 0px; padding: 0px;list-style: none;border: 0px;font-style: normal;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#1f2482;text-decoration: none; border-bottom-style:}
.box{ margin:0 auto;width:1400px;min-width: 1400px; box-sizing: border-box;padding: 0 2%;}
.page{width:1400px;min-width:1400px;margin:0 auto;}
.bg{ width: 100%;min-width:1400px;position: relative;}

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

/*左右浮动清除*/
.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-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}


/*共用样式*/
.t{text-align: center;}
.t h1{font-size: 40px;color: #222;position: relative;z-index: 9;margin-top: -25px}
.t p{font-size: 18px;color: #666;margin-top: 10px;}
.t span{font-size: 46px;color: #eee;background-image: linear-gradient(180deg, #ddd 0%, transparent);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: 'Arial';text-transform: uppercase;font-weight:bold;}
.t d{color:#1f2482;}


/*top*/
.top_bg{background:#f5f5f5;height:45px;}
.top,.head{padding:0 4%;}
.top p{color:#999;font-size:14px;line-height:45px;}
.top p span{font-size:20px;color:#1f2482;font-family:'Arial';font-weight:bold;}
.top p a{display:inline-block;margin-left:10px;}

/*抬头*/
.head{height:120px;}
.logo{}
.head_l{display:flex;height:100%;align-items: center;}
.head_l i{width:1px;background:url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220324/20220324105507_892489143.png)no-repeat center;height:64px;margin:0 25px;}
.name p{font-size:25px;color:#1f2482;font-weight:bold;}
.name d{font-size:18px;color:#666;letter-spacing: 3px;margin-top: 5px;display: block;}

/*导航*/
.nav{height:120px;}
.nav>ul>li{float: left; display:block;height:120px;z-index: 99;transition: 0.3s ease all;position: relative;}
.nav>ul>li+li{margin-left:60px;}
.nav>ul>li>a{display: block; color: #666; font-size: 16px;text-align: center; z-index: 3333;position: relative;line-height: 120px;font-weight: 500;}
.nav>ul>li.navcurrent>a,.nav>ul>li:hover>a{color: #1f2482;}


/*幻灯片*/
.banner-box,.banner-box .bd li{height:750px;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.com.cn/025256/uploadfile/image/20220115/20220115180711_1567529256.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.com.cn/025256/uploadfile/image/20220115/20220115180711_450754537.png);}
.banner-box .hd ul li.on{background:#1f2482;}
.banner-box{min-width:1400px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:350px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}


.serve{height:160px;border-radius:0px;background: #fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);display: flex;align-items: center;justify-content: space-between;margin-top: -60px;position: relative;}
.serve li{width:25%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.serve li+li:before{content:'';width:1px;height:65px;display:inline-block;position: absolute;left: 0;background: #eee;}
.serve li p{font-size:24px;color:#222}
.serve li d{font-weight:bold;color:#1f2482;}
.serve li dd{font-size:15px;color:#666;margin-top: 5px}
.serve_wz{margin-left:20px;}




/*产品展示*/
.prod_bg{background: #fff;}
.pro_l {width: 22%;}
.pro_top {    background: linear-gradient(to right,#2562fb,#0040e0);display: flex;justify-content: center;align-items: center; padding: 40px 0;}
.pro_top p {    font-size: 24px;line-height: 20px;display: flex; flex-direction: column; align-items: center; color: #fff;}
.pro_top p span {    font-size: 14px;  line-height: 16px;  padding-top: 14px; color: #ddd;  font-family: Arial; text-transform: uppercase;}
.pro_nav {background: #fff; display: block !important;}
.pro_nav ul {}
.pro_nav li {    display: flex;flex-direction: column;}
.pro_nav li>a { font-size: 18px; height: 60px;line-height: 60px;  border-bottom: 1px solid #ddd; padding-left: 55px;    position: relative;transition:0.5s;    z-index: 5;}
.pro_nav li>a:hover {color:#fff;}
.pro_nav li>a:hover:before {width:100%;}
.pro_nav li>a:before {content: '';width: 0;height: 100%;background: #0040e0;position: absolute; top: 0;left: 0;transition: 0.5s;    z-index: -1;}
.pro_nav li>a:after { content: '';width: 12px; height: 12px; border: 1px solid #ddd;border-radius: 50%;position: absolute; left: 8%;top: 24px;}
.pro_nav dl {display: flex;padding: 24.63px;flex-wrap: wrap;border-bottom: 1px solid #ddd;}
.pro_nav dt {margin: 0 10px 15px;}
.pro_nav dt a {font-size: 14px;font-weight: lighter;border-left: 1px solid #ddd;line-height: 16px; padding-left: 10px;    transition: 0.5s;}
.pro_nav dt a:hover {color:#0040e0;font-weight:bold;}
.prod_r{width: 76%; height:100%;text-align:center;}
.prod_r .progdwz2021 ul li{width: 32%; display: inline-block; margin-bottom:2.4%;float: left;}
.prod_r .progdwz2021 ul li+li{ margin-left:2%;}
.prod_r .progdwz2021 ul li>a{display:block; overflow: hidden; position: relative;border: 1px solid #eee;}
.prod_r .progdwz2021 ul li img{width:100%; height: auto;  transition:0.3s all linear;}
.prod_r .progdwz2021 ul li:hover img{transform:scale(1.1);}
.prod_r .progdwz2021 ul li span a{font-size:16px; line-height:50px; }
.prod_r .progdwz2021 ul li br{display:none; }
.prod_r .tempWrap{width:100% !important;}



/*company*/
.com_bc{padding:100px 0 0;background:#f5f5f5;}
.com_c{display: flex;justify-content: space-between;align-items: center;}
.com_lc{width: 51%;}
a.com_btn {
    color: #fff;
}
.com_tit p{font-family: "Roboto";font-size: 36px;color: #e2e2e2;}
.com_tit div{font-size: 18px;color: #333;display: flex;align-items: center;}
.com_tit div b{font-size: 30px;color: #333;}
.com_tit div span{font-size: 24px;color:#1f2482;}
.com_info{font-size: 16px;color: #666;line-height: 36px;padding:45px 0;}
.com_btn{width: 170px;height: 50px;color: #fff;font-size: 18px !important;text-align: center;line-height: 50px;background: #1f2482;display: block;}
.com_rc p{position: relative;}
.com_rc p img{position: relative;z-index: 2;}
.com_rc p:after{position: absolute;content: "";width: 100%;height: 100%;background: #1f2482;top: -20px;left: -20px;}
@media screen and (max-width: 1250px){
	.com_info{padding:32px 0;}
}
.cf_c {margin: 60px auto 0;}
.cf_img .new_web_div2021 li{width:calc((100% - 60px) / 4);margin-right:20px;}
.cf_img .new_web_div2021 li p{text-align:center;font-size:16px;color:#666;line-height: 50px;background: #fff;}
.cf_img .new_web_div2021 li>a{width:100%;height:100%;display:block;overflow: hidden;}
.cf_img .new_web_div2021 li>a img{width:100%;height:100%;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.cf_img .new_web_div2021 li:hover>a img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.cf_img .new_web_div2021 li:hover p a{color:#1f2482;}


.floor_2 .t h1{color:#fff;}
.floor_2 .t p{color:rgba(255,255,255,0.6);}
.floor_2_main{overflow:hidden;background:url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220411/20220411171812_678486383.jpg)no-repeat center;}
.floor_2,.index .floor_3{position:relative;padding:80px 0;}
.floor_2 .title{color:#fff;}
.iyoushi{overflow:hidden;height:546px;background:url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220411/20220411173211_1959981362.png) no-repeat center top;margin-top:50px;}
.iyoushi .item{float:left;margin-top:42px;width:375px;height:128px;background:url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220411/20220411173145_1276723571.png) no-repeat center;    background-size: 95%;}
.iyoushi .item a{display:block;padding:40px;}
.iyoushi .item .img{position:relative;overflow:hidden;margin-left:25px;width:111px;height: 127px;}
.iyoushi .item .img em {font-size: 45px;color: #1f2482;text-align: center;display: block;line-height:127px;}
.iyoushi .item .txt{padding-left:10px;width: 205px;color: #222;font-size: 16px;line-height: 30px;padding-top: 35px;}
.iyoushi .item .txt h3{font-weight:700;font-size:20px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}
.iyoushi .item .txt p{padding-top:0;color:#222;font-family:arial;}
.iyoushi .it1,.iyoushi .it5{margin-right:80px;margin-left:82px;}
.iyoushi .it2,.iyoushi .it6{float:right;margin-right:85px;}
.iyoushi .it4{float:right;}
.index .title {text-align: center;width:100%;padding-bottom:30px;color:#333;}
.index .title h3 {font-size:42px;font-weight: bold;display: block;line-height:50px;background: url(//memberpic.114my.com.cn/mingtu168/uploadfile/image/20211208/20211208152750_1107075874.png) no-repeat center;}
.index .title p {color: #666;font-size: 20px;text-transform: uppercase;font-family: "AvantGardeITVbyBT Book", arial;padding-top: 14px;}    
.l_box {width: 100%;overflow: hidden;}

/*appli*/
.appli {width: 100%;padding: 80px 0px 0px 0px;    position: relative;}
.appli_box {max-width: 1400px;margin: 0 auto;}
.appli_tab {background:  #fff;padding: 0px;}
.appli_nav {display:  flex;justify-content:  space-between;align-items:  center;}
.appli_nav ul {display:flex;justify-content:space-between;width: 80%;}
.appli_nav li {display:  flex;align-items:  center;position:relative;}
.appli_nav li.on:after {width:100%;transition: 0.5s;}
.appli_nav li:after {content:'';width:0;height: 2px;background: #524df7;position: absolute;top: 30px;left: 0;transition: 0.5s;}
.appli_nav li i {font-size: 24px;  line-height: 24px; color:#999;}
.appli_nav li a {font-size:  18px;font-weight:100;}
.appli_nav li a+a{padding-left: 20px; }
.appli_more {width: 5%;display: flex; justify-content: space-between;align-items: center;}
.appli_more i {    font-size: 20px;}
.appli_more a {font-size: 18px;color:#999;font-weight:100;}
.appli_con {margin-top: 40px;}
.appli_call {    overflow: hidden;}
.appli .divdgweb_new_div {display: flex;transition:all .5s;}
.appli .divdgweb_new_div_item {display: flex; flex-direction: row-reverse;    justify-content: space-between;width: 100%;flex-shrink: 0;background: #f8f8f8; }
.appli .divdgweb_new_div_item_content {width: 46%;     padding-top: 5%;}
.appli .divdgweb_new_div_item_title {position: relative;}
.appli .divdgweb_new_div_item_title:before {content:'';width:40px;height:2px;background:#524df7;position:absolute;top:70px;left:0;}
.appli .divdgweb_new_div_item_title a:after {content:'了解更多';width:280px;height:40px;border:1px solid #524df7; position: absolute;top: 280px; left: 0;
display: flex;justify-content: center;align-items: center;  font-size: 16px; color:#524df7;transition: 0.5s;}
.appli .divdgweb_new_div_item_title:hover a:after{width:400px;transition: 0.5s;background:#524df7; color:#fff;}
.appli .divdgweb_new_div_item_title a { font-size: 30px; line-height: 40px;}
.appli .divdgweb_new_div_item_body { font-size: 15px; line-height: 30px; padding-top: 10%;  width: 80%;}
.appli .news_div_item_pic {width:50%;}
.appli .news_div_item_pic img {width:100%;height:auto;}
.divdgweb_new_div_item_date {display: none;}




/*优势*/
.ys_bg{overflow: hidden;position: relative;z-index: 1;    box-shadow: 0px 0px 50px rgba(0,0,0,0.1);}
.ys_bg:before{content: "";width: 660px;height: 771px;background: #1f2482;position: absolute;top:234px;right: 50%;margin-right: 400px;z-index: -1;}
.ys_l{width: 300px;padding: 176px 0 0;position: relative;}
.ys_l:before{content: "";width: 1px;height: 88%;background: #345bb8;position: absolute;top: 90px;left: 0;z-index: -1;}
.ys_l ul li{font-size: 30px;color: #fff;height: 94px;line-height: 94px;overflow: hidden;margin-bottom: 30px;width: 335px;margin-left: -35px;}
.ys_l ul li em{display: block;float: left;width: 55px;height: 55px;line-height: 0;overflow: hidden;margin: 22px 20px 0 70px;   font-size: 50px;text-align: center;display: flex;align-items: center;}
.ys_l ul li em img{width: 55px;height: 110px;-webkit-transition:all .5s;transition:all .5s;}
.ys_l ul li.on{background: #d52818;}

.ys_r{width: 1100px;}
.ys_r dl{position: relative;height: 771px;}
.ys_r dl dt{width: 1353px;height: 771px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 0;}
.ys_r dl dt img{width: 1353px;height: 771px;}
.ys_r dl dd{width: 1100px;height: 175px;background: #fff;position: absolute;bottom: 0;left: 0;z-index: 10;display: flex;align-items: center;justify-content: center;}
.ys_r dl dd em{width: 92px;display: block;float: left;padding: 20px 20px 0 0; }
.ys_r dl dd em img{width: 92px;height: 56px;}
.ys_desc{width: 860px;float: left;margin-left: 40px;}
.ys_r dl dd h5{font-size: 30px;color: #333;height: 40px;line-height: 40px;overflow: hidden;}
.ys_r dl dd p{font-size: 16px;color: #666;line-height: 24px;padding: 5px 0 0;}


/*char*/
.char {padding: 80px 0;overflow: hidden; background:#fff;}
.char_box {margin: 0 auto;}
.char_tit {display: flex;justify-content: center;flex-direction: column;align-items: center;}
.char_tit b {font-size: 42px;line-height: 42px;}
.char_con {margin: 60px auto 0;}
.char_con ul {display: flex;justify-content: space-between;align-items: center;}
.char_con li {display: flex;flex-direction: column;align-items: center;position:relative;z-index:5;width:150px;}
.char_con li+li:before {content:'\e600';position:absolute;top: 28px;left: -60px;font-family: 'iconfont';color: #999;font-size: 20px;}
.char_con li+li:after {content:'';width: 100%;height:1px;border-bottom: 1px dashed #999;position:absolute;bottom: 17px;left: -120px;    font-family: 'iconfont';}
.char_con li i {width: 75px;height: 75px;background: #1f2482;border-radius: 50%;font-size:  25px;color:  #fff;display:flex;justify-content:center;align-items:center;    position: relative;}
.char_con li i:after {content:'';width: 92px;height: 92px;background: rgba(2,74,220,0.2);position:absolute;top: -9px;left: -9px;border-radius: 50%;opacity: 0.3;transition:1s;z-index:-1;}
.char_con li:hover i:after {transform:scale(1.1);opacity:1;}
.char_con li p {display: flex;flex-direction: column;align-items: center;font-size: 20px;font-weight: 100;line-height:38px;margin-top: 18px;}
.char_con li p span {font-size:15px; color:  #999;}
.char_con li em {width:100%;background:url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220325/20220325185109_1076703680.png) no-repeat center;display:  flex;justify-content:  center;align-items:  center;height: 35px;font-size: 15px;font-family:  Arial;margin-top: 40px;}







/*新闻*/
.news_title{text-align:left;float:left;}
.news_tab{margin-top: 60px; text-align:center;float:right;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff; box-shadow: 0px 0px 20px #eee; width: 160px; height: 40px; line-height: 40px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;}
.news_tab li.on{color:#fff; background:#1f2482;box-shadow: 0px 0px 10px #ddd;}
.news_tab li.on a{color:#fff;}
.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(//memberpic.114my.com.cn/02087643730/uploadfile/image/20220315/20220315163616_1010449387.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:310px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';top:150px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 30px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';top: 160px;font-size: 43px;background:url(//memberpic.114my.com.cn/02087643730/uploadfile/image/20220315/20220315163616_416123766.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 28px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a{color: #1f2482;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #1f2482;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}



/*footer*/
.footer {display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer_bg{width: 100%; color: #fff;background: #131513;position: relative;overflow:hidden;padding: 80px 0 70px;}
.bq_item li{position: relative;}
.bq_item li{ float: left;position: relative;}
.bq_item li:before{content: '';position: absolute;width:12px;height: 1px;background: #1f2482;top:24px;left: -22px;}
.bq_item li+li{margin-left:15%;}
.bq_item li a{ display: block;font-size: 15px; line-height: 36px; color: rgba(255,255,255,0.47);font-weight: lighter;}
.bq_item li a:hover{color:#fff;}
.footer_t{ font-size: 18px !important; color: #fff !important;  line-height: 48px !important; position: relative;font-weight: bold;}
.footer li p img{width:120px;border:10px #fff solid;}
.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px;    padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #ff0000;}
.copy_bg{height: 80px;background: #131513;line-height: 80px;overflow:hidden;border-top: 1px solid rgba(255,255,255,0.1);}
.copy_b{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.copy_bg div{color: rgba(255,255,255,0.47);}
.copy_b div:nth-child(1){width: 65%;}
.copy_bg div a{color: rgba(255,255,255,0.47);font-size:14px;}
.copy_bg div a:hover{color:#fff;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 73%;}
.bq_cl>b, .bq_cr>b, .bq_r>b {font-size: 24px;color: #fff;display: block;margin-bottom: 20px;line-height: 48px;}
.bq_ewm {display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 40px;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 34px;color: #fff;background: #131513;border:1px solid rgba(255,255,255,0.3);}
.bq_ewm li span img{width: 100%;}
.bq_ewm li span:hover{background:#1f2482;border-color:#065cd3;}
.ewm_cc {position: absolute;top: -100px;left:0;display: none;}
.bq_r {width: 26%;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
.bq_lx {line-height: 36px;}
.bq_lx li{font-size: 15px;color: rgba(255,255,255,0.47);}
.bq_ewm li+li {margin-left: 10px;}
.bq_item li:first-child {padding-left: 20px;}
.bq_item li:first-child:before {left: 0;}



.links{ background:#1f2482; line-height:92px; font-size:18px; color:#fff; margin-top:80px; }
.links p.fl{ background:url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220325/20220325185348_1102925116.png) no-repeat left center; padding-left:33px;filter: brightness(5);}
.links p.fr a{ font-size:14px; color:#fff; font-weight:lighter;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#666; font-weight:lighter; line-height:70px;}
.links_r{width:90% !important; padding-left:1%;}
.linkTagcs{width:100% !important;}
.linkTagcs li a{font-size:15px;}


/*浮动*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/churi8888/uploadfile/image/20220520/20220520150202_76539791.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: #1f2482; 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: #1f2482; border-color: #1f2482; 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; }
.line-b{ border-bottom: solid 1px #efefef;}
.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:#1f2482; border-color: #1f2482;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.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: 220px; 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:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#1f2482; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .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;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}

.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#1f2482; 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:#1f2482;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }