/*标签样式初始化*/
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;}

#copy { display: none;}

a {color: #666; text-decoration: none;}
a:hover { color: #0041ac;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto; width:1400px}
.bg{ width: 100%; min-width: 1400px;}

.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;}



/*公共标题样式*/
.t{text-align: center;}
.t p{font-size:40px;color:#222;}
.t span{font-size: 18px;line-height:50px;}
.t:after{content:""; display:block; width: 100%; height: 16px; background:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630105341_1401106186.png) no-repeat center; }

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}



/*抬头*/
.head_bg{height: 150px;
 background: -webkit-gradient(linear, left top, right top, from(#0041ac),to(#016dc6));
 background: linear-gradient(to right, #0041ac 0%,#016dc6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ac', endColorstr='#016dc6',GradientType=0 );}
.logo{margin-top: 36px;}
.name{margin-left: 17px;margin-top: 56px;}
.name_l{margin-left:30px;margin-top:56px;}
.name_l li{float: left;width: 154px;height: 43px;line-height: 43px;border-radius: 43px;font-size: 18px;text-align: center; color: #fff;background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630091255_1574492032.png)no-repeat center;}
.name_l li+li{margin-left: 15px;}

.tel{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630091657_1876991803.png)no-repeat center left;color: #fff;font-weight: bold;font-size: 26px;line-height: 26px;padding-left:65px;margin-top:56px;}
.tel span:nth-child(1){display: block;letter-spacing:2px;}


/*栏目*/
.meun_bg{background: #fff;height: 80px;position: relative;}
.nav>ul>li{ float: left; display: block;position: relative; width:110px;height:80px;line-height: 80px;}
.nav>ul>li:nth-child(1){margin-left: 0px;}
.nav>ul>li>a{ display: block; line-height:80px; color: #333; font-size: 16px; text-align: center; position: relative; z-index: 3333;}
.nav ul li:after,.nav ul li:after{content: ''; display: block;width:0; height:3px; position: absolute; top:77px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222;background:#0041ac;}
:root .gradient{-webkit-filter:none;filter:none;}
.nav ul li.navcurrent:after,.nav ul li:hover:after{width:105px;}

/*导航下拉*/
.nav li .sedNav {width:180px;  position: absolute; background:#fff;left:-36px; top:100%; z-index: 9999; display: none;}
.nav li .sedNav a {display: block; line-height: 50px; color: #333; font-size: 14px;text-align: center;}
.nav li .sedNav a:hover {color: #fff; background:#0041ac;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92929', endColorstr='#c21313',GradientType=0 );}:root .gradient{-webkit-filter:none;filter:none;}


/*微信*/
.wei{position: relative;z-index: 9999;}
.wei span{display: block;background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630094440_1042275825.png)no-repeat center;width:78px;height:78px;text-align: center;border: 1px #eee solid;}
.wei p{width: 150px;height: 0px; text-align: center;position:absolute;top:80px;left:-34px;overflow: hidden;-webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}
.wei p>img{display: block;width: 150px;}
.wei p>i{display: block;font-style: normal;width: 100%;height: 30px;line-height: 30px;background: #f5f5f5;}
.wei:hover p{height:180px;}

/*幻灯片*/
.tp-caption lft{top：600px; left:300px;}
#banner{position: relative;}
.tp-simpleresponsive >ul >li{min-width: 1400px;}

/*留言*/
.cc_ri{width:391px;height:480px;position:absolute;top:90px;right:260px;z-index: 998;background: rgba(0,65,172,0.9);border-radius: 10px;padding:20px;}

.feed_t{color: #fff;font-size: 24px;font-weight: bold;background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630101158_1625292764.png)no-repeat center left;margin-top: 20px;margin-bottom: 20px;}

.feed_lx{overflow: hidden;}
.feed_lx+.feed_lx{margin-top:18px;}
.cc_ri ul li{height: 45px;position: relative;margin-bottom: 14px;}
.cc_ri ul li span{position:absolute;top:-20px;left:0;line-height: 20px;color: #fa9900;}
.cc_ri ul li input{width:391px;height:45px;line-height:43px;padding: 0 10px 0 12px;border:1px solid #0041ac;outline: none;font-size: 16px;color: #fff;border-radius: 5px;}
.cc_ri ul li input.cur{border:1px solid #fa9900;background:#c8c8c8;}
.cc_ri ul li .input-name01{background:#0041ac url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630233229_1356169420.png) 346px 10px no-repeat;}
.cc_ri ul li .input-name02{background:#0041ac url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630233258_982050838.png) 346px 10px no-repeat;}
.cc_ri ul li .input-name03{background:#0041ac url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630233312_816966722.png) 346px 10px no-repeat;}
.cc_ri textarea{background: #0041ac url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630233329_348427143.png) 346px 10px no-repeat;width:391px;height: 150px;line-height:33px;border:1px solid #0041ac;outline: none;font-size: 16px;color: #fff;padding: 0 10px 0 12px;border-radius: 5px;}

.li04 {height: 150px !important;}

#submit{color: #fff;font-size: 16px;width:391px;height: 45px;line-height: 43px;text-align: center;background-color: #fe6700;display:inline-block;vertical-align: top;border: 1px #fe6700 solid;}
.feed_lx b {font-size: 20px;line-height: 40px;}
#file{margin-top: 37px;}

input::-webkit-input-placeholder {
  color: #b8b8b8;
}
input::-moz-input-placeholder {
  color: #b8b8b8;
}
input::-ms-input-placeholder {
  color: #b8b8b8;
}
textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
textarea::-moz-input-placeholder {
  color: #b8b8b8;
}
textarea::-ms-input-placeholder {
  color: #b8b8b8;
}


@media (max-width: 1400px){
.cc_ri{right:0px;}
}


@media (max-width: 1680px){
.cc_ri{right:124px;}
}

@media (max-width: 1600px){
.cc_ri{right:85px;}
}


@media (max-width: 1440px){
.cc_ri{right:5px;}
}

/*搜索*/
.search_nbg{height:88px;margin:0 auto;position:absolute; top:580px;background: #fff; border-bottom: 1px #eee solid;}
.search_bg{ height:88px; margin:0 auto;background: #fff; border-bottom: 1px #eee solid;}
#search{ color: #999;width:1400px;	height:88px;margin:0 auto;line-height:88px;}
.search_01{ float:left; width:700px; padding-left:2px;font-size: 16px;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01 a{font-size: 15px;}
.search_02{height:52px;width:304px;overflow:hidden;float:right; margin-top:19px;background: #eee; border-radius: 100px;}
.search_02 form{padding-left:0;}
.search-i{ width:52px; overflow:hidden; height:52px;background: #0041ac;border-radius: 50%;}
.search-bg{float:left;width:242px;height:44px;overflow:hidden;padding-left:10px;}

/*顾虑*/
.problem_t p{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630185358_286653238.png)no-repeat center;}
.problem_wt li{float: left;width:203px;height: 160px;border-radius: 10px;position: relative;padding-left: 247px;}
.problem_wt li:nth-child(1){background-color: #ffb06b;}
.problem_wt li:nth-child(2){background-color: #a4d876;}
.problem_wt li:nth-child(3){background-color: #aeacff;}
.problem_wt li+li{margin-left:25px;}
.problem_wt li:before{content: "";position: absolute;left: 0px;width: 100%;background-repeat: no-repeat;}
.problem_wt li:nth-child(1):before{top:-27px;background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630111202_1223837896.png);height: 187px;}
.problem_wt li:nth-child(2):before{top:-23px;background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630112324_1937845052.png);height: 182px;}
.problem_wt li:nth-child(3):before{top:-17px;background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630111637_1248028653.png);height: 177px;}

.problem_wt li i{display: block;width:35px;height:1px;background:#fff;margin-top: 54px;}
.problem_wt li p{color: #fff;font-size: 30px;font-weight: bold;}
.problem_wt li span{display: block;font-size: 13px;}
.problem_wt li:nth-child(1) span{color: #facea8;}
.problem_wt li:nth-child(2) span{color: #bfe89b;}
.problem_wt li:nth-child(3) span{color: #d9d8fc;}
.problem_wt li:nth-child(2){padding-left: 220px;width: 223px;}



/*服务项目*/
.service_bg{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630113444_1159106936.jpg)no-repeat center;height: 1071px;}
.service_t p{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630185433_2027839280.png)no-repeat center;}


.service .hTitle span{font-size:42px;opacity:.85;}
.service ul{margin-right:-1px;}
.service li{float:left;width:12%;height:600px;position:relative;z-index:2;-webkit-transition:all .6s;transition:all .6s;cursor:pointer;}
.service li::after{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:#000;opacity:.7;-webkit-transition:all .6s;transition:all .6s;-webkit-transition-delay:.2s;transition-delay:.2s;}
.service li .txt{position:absolute;top:60%;z-index:2;color:#fff;text-align:center;-webkit-transform: translateY(-50%); transform:translateY(-50%);-webkit-transition:all .5s;transition:all .5s;}
.service li .txt h4{font-size:1.714em;padding-bottom:30px;position:relative;-webkit-transition:all .3s;transition:all .3s;}
.service li .txt h4 i{width:4rem;height:4rem;border-radius: 50%;display: block;background-color: #0041ac;position: relative;margin: 0 auto;margin-bottom: 40px;background-size: 100%;}
.service li .txt h4 i:before, .service li .txt h4 i:after{content: '';width:4rem;height: 4rem;border-radius: 100%;background: rgba(0,65,172,0.3);position: absolute;top: 50%;left: 50%;margin: -2rem 0 0 -2rem;-webkit-animation: boths 3s infinite;animation: boths 3s infinite;}

@-webkit-keyframes boths{
	0%{-webkit-transform:scale(1);transform:scale(1);}
	50%{-webkit-transform:scale(1.5);transform:scale(1.5);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}

@keyframes boths{
	0%{-webkit-transform:scale(1);transform:scale(1);}
	50%{-webkit-transform:scale(1.5);transform:scale(1.5);}
	100%{-webkit-transform:scale(1);transform:scale(1);}
}

.service li.cur .txt h4 i{margin-left: 0px;background-color: #fe6700;}
.service li.cur .txt h4 i:before, .service li.cur .txt h4 i:after{content: '';width:4rem;height: 4rem;border-radius: 100%;background: rgba(254,103,0,0.3);position: absolute;top: 50%;left: 50%;margin: -2rem 0 0 -2rem;-webkit-animation: boths 3s infinite;animation: boths 3s infinite;}



.service li:nth-child(1) .txt h4 i{background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630144848_294646555.png);}

.service li:nth-child(2) .txt h4 i{background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630145007_114520152.png);}

.service li:nth-child(3) .txt h4 i{background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630145029_1503619667.png);}

.service li:nth-child(4) .txt h4 i{background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630145043_1197015750.png);}

.service li:nth-child(5) .txt h4 i{background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630145058_578931275.png);}

.service li:nth-child(6) .txt h4 i{background-image: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630145112_461603525.png);}


.service li .txt h4::after,.aboutBtn p::after{content:"";position: absolute;left:50%;background:#fe6700;width:12px;height:1px;bottom:0;margin-left:-6px;-webkit-transition:all .3s;transition:all .3s;}
.service li .info{padding-left:25px;border-left: 1px solid #fe6700;opacity:0;color:#fff;line-height:1.8;margin-top:30px;-webkit-transition:all .5s;transition:all .5s;}

.service li.cur{width:40%;text-align:left;}
.service li.cur::after{left:10%;right:10%;top:10%;bottom:10%;}
.service li.cur .txt{top:50%;padding:0 15%;text-align:left;}
.service li.cur h4{font-size:2.2em;line-height:1;}
.service li.cur h4::after{display:none;}
.service li.cur .info{opacity:1;margin-top:0;}


.bgImg{background-position:center;background-size:cover;position:relative;-webkit-transition:all 0.5s;transition:all 0.5s;display:block;width:100%;height:100%;}

.advMain{height: 600px;}



/*广告图*/
.banner_bg1{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630145453_1667485917.png)no-repeat center;height: 143px;}
.banner_l{margin-top:26px;}
.banner_l t{display: block;float: left;font-size: 18px;padding-top: 12px;}
.banner_l b{display: block;float: left;font-size: 34px;color: #0041ac;font-weight: bold;}
.banner_l span{display: block;color: #333;margin-top: 6px;}
.banner_a a{display: block;width: 243px;height: 76px;color: #fff;font-size: 18px;line-height: 76px;margin-top:22px; background: -webkit-gradient(linear, left top, right top, from(#0041ac),to(#016dc6));
 background: linear-gradient(to top, #0041ac 0%,#016dc6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ac', endColorstr='#016dc6',GradientType=0 );}
.banner_a a>i{display: block;float: left;margin-top:25px;margin-left: 60px;margin-right: 12px;}


/*客户案例*/
.case_t p{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630185456_874161631.png)no-repeat center;}

.case_d{ margin-top:30px;}
.case_d td{display: block;float: left;width:291px; height:296px; border:2px solid #f5f5f5; padding:20px !important; position:relative; overflow:hidden;}
.case_d td>a{ display:block;  overflow:hidden; position:relative;}
.case_d td br{ display: none;}
.case_d td span{ display:block; margin-top:14px; padding-top:0px !important; line-height:30px;}
.case_d td span a{ display:block; position:relative; font-size:16px; color:#333333; font-weight:lighter; line-height:30px; text-align:left;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.case_d td span a:after{ content:'MORE'; display:block; position:absolute; top:35px; left:0px; width:74px; height:30px; background:#0041ac; text-align:center; line-height:30px; color:#fff; font-size:14px; font-family:Arial, Helvetica, sans-serif;transition:all 0.5s ease;}
.case_d td+td{ margin-left:20px;}
.case_d tr+tr{ display:block; margin-top:25px;}
.case_d td a,.procon td img{ position:relative; z-index:33; transition:all 0.5s ease;}
.case_d td:after{ content:''; display:block; position:absolute; width:100%; height:100%; top:0px; left:-120%; background:#0041ac; transition:all 0.5s ease;transform: rotate(90deg);}
.case_d td:hover:after{ left:0px; transform: rotate(0deg);}
.case_d td:hover a{ color:#fff;}
.case_d td:hover a:after{ background:#fff; color:#333;width: 130px;}


/*优势*/
.adv_bg{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630153651_547899804.jpg)no-repeat center;height: 1066px;}
.adv_t p{color: #fff;background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630155041_1696398961.png)no-repeat center;}
.adv_t span{display: block;color: #91b8f8;}


.adv .power_cont .s_hd{ width:300px;background:rgba(1, 95, 173, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=20); background:#000000; height:610px; position:relative; z-index:2; padding-top: 40px;}
.adv .power_cont .s_hd li{position: relative; text-align: center; cursor:pointer; margin-bottom: 50px;}
.adv .power_cont .s_hd li .icon{ width:63px; height:63px; display:block;border-radius: 100%; background-color:rgba(255,255,255,0.2);   -webkit-transition:all linear 0.4s;transition:all linear 0.4s; 
margin:0 auto;background-position:center center; background-size:cover; background-repeat:no-repeat;}

.adv .power_cont .s_hd li .icon.title1{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203048_1131265411.png);}  
.adv .power_cont .s_hd li .icon.title2{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203105_126582962.png);}
.adv .power_cont .s_hd li .icon.title3{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203118_526852601.png);}
.adv .power_cont .s_hd li .icon.title4{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203138_209308537.png);}
.adv .power_cont .s_hd li:hover .icon,.adv .power_cont .s_hd li.on .icon{background-color:rgba(255,255,255,1); }
.adv .power_cont .s_hd li:hover .title1,.adv .power_cont .s_hd li.on .title1{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203355_1082932471.png);}
.adv .power_cont .s_hd li:hover .title2,.adv .power_cont .s_hd li.on .title2{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203419_637301917.png);}
.adv .power_cont .s_hd li:hover .title3,.adv .power_cont .s_hd li.on .title3{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203437_1693882993.png);}
.adv .power_cont .s_hd li:hover .title4,.adv .power_cont .s_hd li.on .title4{ background-image:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630203521_1476975556.png);}
.adv .power_cont .s_hd li p{ color:#fff; font-weight:bold; font-size:20px; padding-top:11px; text-align:center;}
.adv .power_cont .s_hd li.on:after{content: ''; position: absolute;right: 0; top: 50%; width: 5px; background: #ffffff; height: 86px; margin-top: -43px;}
.adv .power_cont .s_bd{width:1044px;}
.adv .power_cont .s_bd .bg{position:absolute;top:0;left:0px;height: 1000px;width:100%;z-index:0;background-repeat:no-repeat;background-position:center center;}
.adv .power_cont .s_bd .item .cont{ position:relative; z-index:2;}
.power_w p{ font-size:26px; color:#fff; padding:40px 0 18px 0; font-weight: bold;}
.power_w span{ color:#fff; font-size:16px; line-height:28px; padding-top:13px; height:84px; overflow:hidden;}


/*合作客户*/
.partner_bg{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630154659_1498047339.jpg)no-repeat center;height:697px;}

.partner_t p{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630185520_1694651257.png)no-repeat center;}


.partner_bg{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630154659_1498047339.jpg)no-repeat center;height:697px;}

.partner_t p{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630185520_1694651257.png)no-repeat center;}

.partner_a{position: relative;}
.partner_a a:nth-child(1){position: absolute;top:104px;left:149px;}
.partner_a a:nth-child(2){position: absolute;top:295px;left:258px;}
.partner_a a:nth-child(3){position: absolute;top:93px;left:470px;}
.partner_a a:nth-child(4){position: absolute;top:302px;left:588px;}
.partner_a a:nth-child(5){position: absolute;top:106px;left:765px;}
.partner_a a:nth-child(6){position: absolute;top:277px;left:928px;}
.partner_a a:nth-child(7){position: absolute;top:118px;left:1100px;}
/*流程*/
.process_t p{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630185541_837651437.png)no-repeat center;}

.process_con{font-size:0;margin-top:30px;}
.process_con dl,.process_con dt,.process_con dd{position:relative;}
.process_con dl{width:265px;height:200px;display: inline-block;vertical-align:top;background:#f4f4f4;padding:42px;text-align: center;perspective: 400px;overflow: hidden;}
.process_con dl::before{content:'';width:350px;height:285px;background:#0041ac;position: absolute;top:0;left:0;transform-origin:0% 0%;transform: rotate3d(1,0,0, 90deg);}
.process_con dl.in_top::before{transform-origin: 50% 0%;animation: inTop 300ms linear;transform: rotate3d(0,0,0, 0deg)}
.process_con dl.in_right::before{transform-origin: 100% 0%;animation: inRight 300ms linear;transform: rotate3d(0,0,0, 0deg)}
.process_con dl.in_bottom::before{transform-origin: 50% 100%;animation: inBottom 300ms linear;transform: rotate3d(0,0,0, 0deg)}
.process_con dl.in_left::before{transform-origin: 0% 0%;animation: inLeft 300ms linear;transform: rotate3d(0,0,0, 0deg)}
.process_con dl.out_top::before{transform-origin: 50% 0%;animation: outTop 300ms linear;transform: rotate3d(-1,0,0, 180deg)}
.process_con dl.out_right::before{transform-origin: 100% 0%;animation: outRight 300ms linear;transform: rotate3d(0,-1,0, 180deg)}
.process_con dl.out_bottom::before{transform-origin: 50% 100%;animation: outBottom 300ms linear;transform: rotate3d(1,0,0, 180deg)}
.process_con dl.out_left::before{transform-origin: 0% 0%;animation: outLeft 300ms linear;transform: rotate3d(0,1,0, 180deg)}
.process_con dl+dl{border-left:1px solid #d4d4d4;}
.process_con .clear~dl{border-top:1px solid #d4d4d4;}
.process_con dt i{width:92px;height:67px;margin:0 auto;overflow: hidden;position: relative;display: block;}
.process_con dt i img{position:absolute;top:0;left:0;transition:500ms;}
.process_con dl dt .two{transform:translateX(-102px);}
.process_con dl:hover dt .one{transform:translateX(102px);transition:500ms;}
.process_con dl:hover dt .two{transform:translateX(0);transition:500ms;}
.process_con dt p{font-size:18px;font-weight:bold;line-height:18px;margin-top:18px;margin-bottom:18px;color: #333;} 
.process_con dl:hover dt p{color:#fff;}
.process_con dd{font-size:14px;line-height: 26px;}
.process_con dl:hover dd{color:#fff;}

.process_con .dl_tel{background:#fe6700;}
.process_con .dl_tel i{width:76px;}
.process_con .dl_tel p{font-weight:normal;color:#fff;}
.process_con .dl_tel dd{font-size:30px;font-weight:bold;color:#fff;font-family: Arial, Helvetica, sans-serif;    line-height: 36px;}




@keyframes inTop {
    from {transform: rotate3d(-1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes inRight {
    from {transform: rotate3d(0,-1,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes inBottom {
    from {transform: rotate3d(1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes inLeft {
    from {transform: rotate3d(0,1,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}

@keyframes outTop {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(-1,0,0, 104deg)}}
@keyframes outRight {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(0,-1,0, 104deg)}}
@keyframes outBottom {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(1,0,0, 104deg)}}
@keyframes outLeft {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(0,1,0, 104deg)}}

/*销售点*/
.sales_bg{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630163653_1885052479.jpg)no-repeat center;height: 680px;}
.sales_t{float: right;text-align: center;margin-right: 52px;}
.sales_t p{color: #fff;font-size: 50px;margin-top: 220px;margin-bottom: 110px;}
.sales_t i{display: block;font-style: normal;font-size: 14px;color: #5b8cdc;line-height: 20px;position: relative;}
.sales_t i:before{content: ""; position: absolute;top:110px;left:150px;width: 40px;height: 1px;background: #2665cd;}


/*简介*/
.company_box{width:100%;overflow:hidden;background:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200709/20200709113059_524120862.jpg)no-repeat center top;min-width:1400px;}
.company_nrx{width:1400px;margin:auto;overflow:hidden;height:682px;}
.company_nr{width:630px;float:left;padding-right:50px;padding:83px 0px;}
.company_bt{font-size:30px;color:#0041ac;}
.company_bt span{font-size:48px;color:#ccc;text-transform:uppercase;display:block;line-height:55px;}
.company_bt:after{content:" ";width:100px;height:3px;background:#0041ac;margin-top:5px;display: block;}

.company_bta{font-size:24px;color:#333;font-weight:100;}
.company_wzx{font-size:15px;color:#333;line-height:30px;font-weight:100;padding-right: 15px;}

.company_box .morex{width:100%;}
.company_box .morex p{width:155px;height:45px;background:#0041ac;border-radius:50px;float:left;text-align: center; ;transition:0.5s;}
.company_box .morex p a{font-size:16px;color:#fff;line-height:45px;}
.company_box .morex p:hover{background:#fe6700; width:200px; ;transition:0.5s;}
.company_box .morex p+p{margin-left:10px;}
.linex{width:1400px;height:1px;background:#dfdfdf;margin: auto;display: none;}






.pr_dha{width:1400px;margin:auto;}
.pr_dha a{font-size:20px;color:#fff;line-height:50px;background:#0041ac;height:50px;text-align:center;float:left;width:260px; font-weight:300; transition:0.5s;}
.yexhgld{width:1400px;margin:0 auto;}
	.totalwidth table table tr td{padding-left:0 !important;padding-right: 20px;position: relative;}
	.totalwidth table table tr td:last-child{padding-right: 0px;}
	.totalwidth table table tr td div{position: absolute;width: 322px;height: 50px;line-height: 50px;font-size: 18px;color: #fff;bottom: 0;left: 0;background: rgba(0,0,0,0.7);border-bottom: 3px solid #0041ac;}
	.totalwidth table table tr td div a br{display:none;}
        .totalwidth table table tr td div a{font-size:15px;color:#fff;}
	.totalwidth table table td table td img{-webkit-transition: 0.5s all ease;transition: 0.5s all ease; width:100% !important;height:auto !important;}
	.totalwidth table table td table td:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}
	.totalwidth table table td table td>a{width:322px;overflow: hidden;display: block;}
        .totalwidth table table table br{display:none;}

/*厂房设备*/
.equ_d table tr td{display: block;float: left;padding: 0px  !important;width: 328px;position: relative;overflow: hidden;}
.equ_d table tr td+td{margin-left: 29px;}
.equ_d table tr td img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;display: block;width:328px !important;height:247px !important;margin: 0 auto;}
.equ_d table tr td:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.equ_d table tr td div{background: #f5f6f9;height: 50px;position: relative;z-index: 2;padding: 0px !important;}
.equ_d table tr td div a{display: block;font-size: 16px;line-height: 50px;color: #333;}
.equ_d table tr td:hover div{background: #0041ac;}
.equ_d table tr td:hover div a{color: #fff;}
.equ_d table tr td br{display:none;}




/*新闻*/
#news {background: #fafafa;width: 100%;min-width: 1400px;}
.news_box{margin:0px auto; padding-bottom: 70px;}

.news_bt{width: 1400px; float: left;}
.news_btl{width: 350px; float: left; font-weight: 400; font-size: 42px;}
.news_btl span{font-size: 24px; display: block; color: #999; font-weight: 100;}
.nb_tab{font-size:0;text-align: center; float: right;}
.nb_tab a{width:171px;height:42px;background:#fff;display:inline-block;vertical-align:top;color:#333; box-shadow: 0px 0px 20px #eee; border-radius: 30px; margin-top: 22px;}
.nb_tab a+a{margin-left:50px;}
.nb_tab a.cur{background: -webkit-gradient(linear, left top, right top, from(#0041ac),to(#016dc6));
 background: linear-gradient(to right, #0041ac 0%,#016dc6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0041ac', endColorstr='#016dc6',GradientType=0 ); color: #fff; background-size: 400% 370%; box-shadow: 0px 0px 10px #0c4d95;}
.nb_tab a i,.nb_tab a b{display:inline-block;vertical-align:top;line-height:42px;}
.nb_tab a b{font-size:16px; font-weight: 100; letter-spacing: 1px;}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.nb_con{margin-top:120px;}
.nbc_list+.nbc_list{display: none;}
.nbcl_le{width:614px;}
.nbcl_le .news_div_item{width:294px;display: inline-block;vertical-align:top;}
.nbcl_le .news_div_item+.news_div_item{margin-left:26px;}
.nbcl_le .news_div_item_pic img{width:294px;}
.news_div_item_title a{font-size:18px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.nbcl_le .news_div_item_content{margin-top:30px;}
.nbcl_le .news_div_item_body{margin-top:20px;line-height:24px;color:#68686a;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.nbcl_le .news_div_item_date,.new_more{display:inline-block;vertical-align:top;font-size:0;margin-top:25px;}
.nbcl_le .news_div_item_date>div{display:inline-block;vertical-align:top;color:#68686a;}
.new_more{width:24px;height:24px;border-radius:24px;border:1px solid #9a9899;background:url(http://aiqxt.114my.cn/memberpic/dk13823763446/uploadfile/image/20200521/20200521160606_2091569182.png) no-repeat right center;float: right;margin-top:17px;}

.nbcr_ri{width:756px;}
.nbcr_ri .news_div_item_pic{display: none;}
.nbcr_ri .news_div_item{font-size:0;border:1px solid #f1f1f1;padding:30px 0;position:relative;transition:300ms;}
.nbcr_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.nbcr_ri .news_div_item_date,.nbcr_ri .news_div_item_content{display:inline-block;vertical-align:top;}
.nbcr_ri .news_div_item_date{width:115px;text-align: center;font-size:0;}
.nbcr_ri .news_div_item_content{width:609px;padding-left:20px;border-left:1px solid #f3f3f3; font-weight: 100;}
.nbcr_ri .news_div_item_date>div{font-family:Arial;}
.nbcr_ri .news_div_item_year,.nbcr_ri .news_div_item_month{display:inline-block;vertical-align:top;color:#565656;  font-size: 14px;}
.nbcr_ri .news_div_item_day{font-size:47px;font-weight: bold;    line-height: 55px;}
.nbcr_ri .news_div_item_body{margin-top:10px;line-height:20px;color:#68686a;padding-right:20px;font-size:14px;}

/*友情链接*/
#link_box{width:100%; margin:0 auto; overflow:hidden; background:#fff; padding:30px 0px;min-width: 1400px;}
#link{width:1400px; margin:0 auto; overflow:hidden;}

#link_bt{width:1400px; float:left; font-size:18px; color:#666;  font-weight: 500; line-height: 30px;}
#link_bt span{padding-left:5px; font-size:18px; color:#999; font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
#link_bg{width:1400px; line-height:30px; float:left; overflow:hidden; font-size:15px; font-weight:100; color: #666;}
#link_bg a{font-size:14px; color: #666;}

/*版权*/
#bq_box{width:100%; margin:0 auto; overflow:hidden; background:#242424; padding-top:60px; min-width: 1400px;}
.bq_l{float: left; width: 18%; margin-top:1%;}
.bq_logo{float: left; width: 231px;}
.bq_logot{width: 100%; float: left; font-size: 15px; color: #666; text-align: center; padding-top: 30px;}

#bq_box .icon{padding-top:12px;font-size:0; margin-left: 3px;}
.icon_li{width:22px;height:22px;position:relative;display:inline-block;vertical-align:top;}
.icon_li+.icon_li{margin-left:16px;}
.icon_li i{width:28px;height:28px;display: block;position:relative; background: #fff; border-radius: 50%;}
.il_box{height:0;opacity:0;position:absolute;top:36;left:50%;z-index:2;overflow:hidden;transition:300ms;}
.icon_li:hover .il_box{height:auto;top:61px;z-index:9;opacity:1;transition:300ms;}
.tel_text{width:160px;background: #fff;padding: 10px 15px;margin-left:-69px;}
.tel_text p{color:#353535;margin-bottom:5px;}
.tel_text em{font-size:20px;font-weight:bold;color:#f7c326;}
.wx_ewm{width:152px;margin-left:-15px;text-align:center;background:#fff;}
.wx_ewm p{line-height:26px; color: #333;font-size: 15px;height: 30px;}

#bq_k{width:1400px; margin: 0 auto; overflow: hidden;}

.footer{float: left;width: 80%;}
.footer .cp{float:left;width:30%;padding-left:6%;padding-right: 3.3%;border-right: 1px #353535 solid;}
.footer .cp a{font-size:14px; color:#fff; line-height:36px; opacity:.6; font-weight: 100; float: left; width: 50%}
.footer li{float:left;width:15%;padding-left:6%;border-right: 1px #353535 solid;height:300px;display: inline-block;}
.footer li.footer_w{float:right; width:20%; min-width:260px;}
.footer li a{display: block; font-size:14px; color:#fff; line-height:36px; opacity:.6; font-weight: 100;}
.footer li a.footer_t{margin-bottom:20px; opacity:1; font-size:18px; font-weight: 100; width: 100%;}
 li a:hover{opacity:1;}
.footer em{display: block; font-size:14px; color:#fff; line-height:36px; opacity:.6; font-weight: 100; line-height: 20px;font-style: normal;}
.footer .bq_con{width: 29%;float: left;padding-left: 5%;height: 260px;}
.footer .footer_t{margin-bottom:20px; opacity:1; font-size:18px; font-weight: 100; color:#fff; display: block;}
.footer .ema{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630180046_984269767.png) left no-repeat; padding-left: 33px; margin:40px 0px 10px 0px;}
.footer .emb{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630180046_984269767.png) left no-repeat; padding-left: 33px; margin:0px 0px 10px 0px;}
.footer .emc{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630233619_1820712388.png) left no-repeat; padding-left: 33px; margin:0px 0px 10px 0px;}


.footer .emc1{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630233936_1567856140.png) left no-repeat; }
.footer .emc2{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630234041_62644426.png) left no-repeat; }
.footer .emc3{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630234200_631842099.png) left no-repeat; }
.footer .emc4{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200630/20200630234314_286092454.png) left no-repeat; }

.copy_row1_ewm{ margin-top: 3%; float: left;}
.copy_row1_ewma{float: left; width: 66%;}
.copy_row1_ewma+div{margin-left: 1%;}
.copy_row1_ewma img{width:88px !important;height:88px !important;float: left;}
.copy_row1_ewma p{width: 80%; float: left; color: #ccc; text-align: center; line-height: 40px; font-weight: 100;}

.copy_row2 {text-align:center; width:100%; margin:0 auto; font-size: 15px;font-weight: 100; color: #999; padding:20px 0px; line-height: 30px; overflow: hidden; border-top: 1px #353535 solid;}
.copy_row2 a{color: #999;}
.copy_n{  line-height: 35px; color: #999; font-size: 14px; float: left;}
.copy_n a{ display: inline-block; color: #999; font-size: inherit; font-size: 14px;}
.copy_nr{float: right;}



/*内页服务项目*/
.nservice_wt{}
.nservice_wt li{float: left;width: 450px;height: 350px; position: relative;overflow: hidden;margin-bottom: 25px;}
.nservice_wt li+li{margin-left: 25px;}
.nservice_wt li:nth-child(4){margin-left:0px;}
.nservice_wt li p{position: absolute;bottom: 0px;left:0px; text-align: center;width: 100%;font-size:18px;background: rgba(0,0,0,0.5);height: 50px;line-height: 50px;color: #fff;}
.nservice_wt li img{display: block; width:450px;;height: 350px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.nservice_wt li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.nservice_wt li:hover p{background: rgba(0,65,172,0.5);}
.nproblem_bg{background: #f5f5f5;padding: 70px 0px;}
    
/*广告条*/
.nbanner_bg{background: url(//memberpic.114my.com.cn/015823/uploadfile/image/20200701/20200701153103_2074631779.jpg)no-repeat center;height: 250px;color: #fff;}
.adver_l{width:660px; background:url(//memberpic.114my.com.cn/015823/uploadfile/image/20200701/20200701153317_980825112.png) left bottom no-repeat; line-height:50px; font-size:20px; padding-bottom:23px;}
.adver_l p{font-size:33px; font-weight:bold; display:block;}
.adver_r{width:480px;}
.adver_r img{border:solid #fff 2px;}
.adver_r_l1{width:314px; background-color:#fe6700; text-align:center; font-size:20px; height:50px; line-height:50px; border-radius:30px; margin:6px 0 11px;}
.adver_r_l2{width:314px; border:solid #fff 1px; text-align:center; font-size:20px; height:46px; line-height:46px; border-radius:30px;}



/* 客服样式*/
.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(//memberpic.114my.com.cn/015823/uploadfile/image/20200817/20200817161752_1234453673.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: #0041ac; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #0041ac; 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;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0041ac; border-color: #0041ac; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .show-status .kf-zixun { background-color: #0041ac; border-color: #0041ac; 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:#0041ac; border-color: #94;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.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: 260px; 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: #0041ac; 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: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.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: #0070fa; 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:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }