/*标签样式初始化*/
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;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#017fcc;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:100%;min-width: 1300px;max-width:1600px; box-sizing: border-box; padding:0 3%;}
.page{margin:0 auto;min-width:1300px;}
.bg{ width: 100%;min-width:1300px;}

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

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

i,em{font-style: normal;}


/*间隙*/
.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; padding-bottom:40px;}
.t p{font-size:2.4rem;color: #000;line-height: 50px;}
.t span{display: block;font-size:1.2rem;margin-top: 10px;}



/*抬头*/
.head_bg{height: 40px;line-height: 40px;border-bottom:1px #eee solid; font-size: 14px;color: #ccc;}
.head_bg a{color: #ccc;}
.head_r a{font-size: 0.8rem;color: #ccc;background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210707/20210707194054_1342791274.png)no-repeat center left;padding-left:26px;}
.tel{background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210707/20210707194203_1682112928.png)no-repeat center left;padding-left:50px; margin-top:36px;}
.tel p{font-size:16px; color:#333; }
.tel b{font-size: 30px;color: #e62129; font-family: Tw Cen MT;}

/*导航*/
.top_bg{height: 120px;}
.logo{margin-top: 36px;}
.name{margin-left: 1.4rem;margin-top: 26px;}
.name p{font-size: 1.2rem;font-weight: bold;color: #222; line-height:36px;}
.name span{position: relative;font-size: 0.98rem; color: #fff;  width:117px; height:26px;line-height:26px;  text-align:center; display: inline-block; background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210616/20210616144936_199561274.png)no-repeat center;}
.name2{margin-top: 44px; margin-left: 1.4rem;}

/*栏目*/
.nav_bg{background: #017fcc; height:80px;}
.nav>ul>li{ float: left; display: block;width:11.1111%;  height:100%; position: relative;}
.nav>ul>li>a{ display: block; color: #fff; font-size:1rem; text-align: center; position: relative; line-height:80px;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;}
.nav>ul>li>a p{position: relative; z-index: 2;}
.nav>ul>li>a:after{content:"";position: absolute;bottom:0;left: 0px;right:0; margin:0 auto; width: 0;height: 4px;display: block;background: #37b0ff; transition:0.3s all ease-in-out;}
.nav>ul>li:hover>a:after,.NavCeshi > li.navcurrent > a:after{width: 100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{margin: 0 auto; font-weight:bold;}


@media (max-width: 1500px){
.top{padding:0 4rem;}
}

@media (max-width: 1400px){
.top{padding:0 3rem;}
}

/*栏目下拉*/
.nav ul li>ul{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;width:100%;opacity: 0;visibility: hidden;transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);z-index: 9999;left:0;top:80px; margin-left:0px; text-align:center;}

.nav ul li>ul a{ -webkit-transition: none ease-out .3s;    transition: none ease-out .3s;    -webkit-transition-property: color, background, text-indent, opacity;    transition-property: color, background, text-indent, opacity;}
.nav ul li>ul.nav1 a{background: #017fcc;-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .1);box-shadow: 0 6px 10px rgba(0, 0, 0, .1);width: 100%;height: 44px;line-height: 44px; display: block;color: #fff;font-size: 14px; }
.nav ul li>ul.nav1 a:hover{background: #fff; text-indent: 10px;color: #017fcc;}
.nav ul li:hover > ul {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


.nav ul li>ul.nav2{background:#fff; padding:20px 40px; width:800px; left:-100%;}
.nav ul li>ul.nav21{ margin-left:-20%;}
.nav ul li>ul.nav22{ margin-left:-50%;}
.nav ul li>ul.nav23{margin-left:-100%;}
.nav ul li>ul.nav2 li{ float:left; width:30%; height:290px;}
.nav ul li>ul.nav2 li+li{margin-left:2%;}
.nav ul li>ul.nav2 li a{display:block; line-height:30px;}
.nav ul li>ul.nav2 li p{color:#222; font-weight:bold; line-height:50px;}
.nav ul li>ul.nav2 .nav_m{border-top:1px #eee solid; padding-top:30px;}
.nav ul li>ul.nav2 .nav_m a{display:inline-block; width:23%;}
.nav ul li>ul.nav2 .nav_m a+a{margin-left:1.1%;}
.nav ul li>ul.nav2 .nav_m a p{line-height:40px;}
.nav ul li>ul.nav2 a img{width:100%;}

/*幻灯片*/
.banner-box,.banner-box .bd li{height:680px;}
.banner-box .banner-btn a.prev{background-image:url(https://memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530100130_520388625.png);}
.banner-box .banner-btn a.next{background-image:url(https://memberpic.114my.com.cn/025596/uploadfile/image/20210530/20210530100149_1316223744.png);}
.banner-box .hd ul li.on{background:#017fcc;}
.banner-box{min-width:1300px;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:300px;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;}





/*搜索*/
.search_nbg{position: absolute; top:590px;border-bottom: 1px solid #eee;}
.search_bg{width: 100%;height:97px;background: #fff;border-bottom: 1px solid #eee;}
#search{color: #999; height:97px;margin:0 auto;line-height:97px;}
.search_01{ float:left;width:70%;}
.search_01 i{display: block;float: left;padding-top: 22px;margin-right: 14px;}
.search_01 d{display: block;float: left;color:#333;font-size: 16px;position:relative;}
.search_01 a{font-size: 15px;color: #aaa;}
.search_01 a:hover{color: #f03d42;}
.search_02{width: 360px;float: right;position: relative;}
.search-i {position: absolute;right:0px; height:100%;}
.search-i input{ padding-top:34px;}
.search-bg{position: relative;}
.search-bg:after{content:"";display: block;width:1px;height:27px;background: #eee;position: absolute;top: 35px;}
.search-bg #infoname{width:310px; outline:none; color:#ccc;border:none;height:95px;font-size: 14px;padding-left: 50px;font-weight: lighter;background: #fff url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210616/20210616145452_1430727427.jpg)no-repeat 20px;;border-right: none;}




/*产品*/
.prod_bg{padding: 70px 0; height:64vw; background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210617/20210617193620_461278058.jpg)no-repeat center;}
.prod_list{height:154px; line-height: 76px;}
.prod_list ul{background:#fff; border:1px #eee solid;height: 76px;}
.prod_list ul.on{ background:#f5f6f9;}
.prod_list .list_l{width: 15%; height: 100%; background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210617/20210617194200_913147863.jpg)repeat center;}
.prod_list .list_l a{ font-size: 20px; color: #fff; text-align: center; display: block; font-weight:bold;}
.prod_list .list_r{width: 85%; padding-left:3rem;}
.prod_list .list_r a{display: inline-block; font-size: 16px; width: 16%; padding-left:1rem; background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210619/20210619190640_2028291906.png)no-repeat center left;}
.prod_cont{}
.prod_m{width:46.6%;}
.prod_m img{width:100%;}
.prod_d{width:50.9%;}
.prod_d table tr td{width:48%; display: block; float:left; padding:0 !important; position: relative; margin-bottom:4%; transition:0.3s all ease-in-out;}
.prod_d table tr td:hover{box-shadow: 0 0 80px rgba(0,0,0,0.1);}
.prod_d table tr td+td{margin-left:4%;}
.prod_d table tr td a{display: block; width:100%; }
.prod_d table tr td br{display:none;}
.prod_d table tr td span{display: block; position: absolute; bottom:0;   width: 100%; height:32px; line-height:32px !important;  background:#0e87d8;}
.prod_d table tr td span a{color:#fff; text-align:left;text-indent: 1em;}
.prod_d table tr td img{width:100% !important; height:auto !important;}

@media (max-width: 1680px){
.prod_bg{ height:74vw; }
}

@media (max-width: 1560px){
.prod_bg{ height:78vw; }
}

@media (max-width: 1440px){
.prod_bg{ height:82vw; }
}



/*应用*/
.case_bg{background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618193002_1571763015.jpg)no-repeat center;min-width:1300px; }
.case li{position: relative;float:left;width:32.2%;}
.case li+li{margin-left:1.7%;}
.case li:nth-child(4n){margin-left:0;}
.case li:nth-child(-n+3){margin-bottom:25px;}
.case li .case_pic img{width:100%;}
.case li:before { content: ''; display: block;  width: 100%; height: 100%; background: rgba(0,0,0,0.5);  position: absolute;top: 0; left:0; right:0 bottom:0; margin:auto; transition: 0.3s ease all;}

.case_con{ position: absolute;width: 100%; height: 100%;text-align: center;bottom: 0; padding-top: 32%; transition: 0.3s ease all;color:#FFF;}
.case_con p{font-size:24px;font-weight:bold;line-height:50px;}
.case_con span{font-size:16px;}
.case li i{display:block;margin:0 auto 20px;width: 70px;height: 60px;}
.case li:nth-child(1) i{
background:url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618204311_1552813837.png)no-repeat bottom;}
.case li:nth-child(2) i{
background:url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618204424_1264045521.png)no-repeat bottom;}
.case li:nth-child(3) i{
background:url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618204547_1771572169.png)no-repeat bottom;}
.case li:nth-child(4) i{
background:url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618204712_1963385392.png)no-repeat bottom;}
.case li:nth-child(5) i{
background:url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618204620_1307250741.png)no-repeat bottom;}
.case li:nth-child(6) i{
background:url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618204808_1482889249.png)no-repeat bottom;}

.case li:hover:before{ background: rgba(1,127,204,0.8);top: 27%; left: 17%;width: 66%;height: 45%;}


/*优势*/
.adv_bg{background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210619/20210619113131_870442325.jpg)no-repeat center;min-width:1300px;padding:80px 0 70px; }
.adv_t p,.adv_t span{color:#FFF !important;}
.adv_b{background:#FFF;height:932px;padding: 70px;box-shadow: 0 0 10px rgb(0,0,0,0.1);border-top-left-radius: 50px;
border-top-right-radius: 50px;}

.adv_list{height:118px;}
.adv_list li{width:25%;height:118px;background:#eee;text-align:center;font-size:20px;color:#222;font-weight:100;border-bottom:2px solid #FFF;
float:left;cursor: pointer;}
.adv_list li+li{border-left:2px solid #FFF;}
.adv_list li b{display:block;font-size: 40px;color: #999; font-family: Tw Cen MT;padding-top: 20px;}

.adv_item {position: relative;}
.adv_nr{width:586px;height:424px;background: rgba(255,255,255,0.95);position: absolute;top: 20%;left:5%;}
.adv_m {padding: 46px;}
.adv_m p{font-size:30px;font-weight:bold;color:#222;margin-bottom: 20px;}
.adv_m span{font-size:14px;color:#CCC;}
.adv_m span:before{content:"";display:block;width:64px;height:3px;background:#017fcc;float:left;margin-right: 16px;margin-top: 10px;}
.adv_m dd{font-size:15px;color:#666;line-height:30px;margin-top:21px;}
.adv_tel {height: 90px; line-height:90px;color:#FFF;text-align:center;padding-left: 44px;
background: #e62129 url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210619/20210619130039_397356413.png)no-repeat;background-position: 101px 33px; }
.adv_tel b{font-size: 40px;color: #FFF; font-family: Tw Cen MT;}

.adv_list li.on{background:#017fcc;color:#FFF;}
.adv_list li.on b{color:#FFF;}



/*客户见证*/
.customer_bg{background:#f5f6f9;padding-bottom:160px;}
.cust_con{height:620px;}
.cust_con li{width:468px !important;height:600px;background:#FFF;float:left;padding: 20px;position: relative;margin-right:40px;}
.cust_con li:before{content:""; display: block;  width:100%;height:100%;background:#FFF;position: absolute;top: 0%;left:0;z-index: 1;}

.cust_con li:after{content:""; display: block;  width:100%;height:100%;background:#017fcc;position: absolute;bottom: 0;left:0;z-index: 0;
opacity: 0;transition: all 0.3s ease-in-out;}
.cust_con li:last-child{margin-right:0;}
.cust_con li:hover:after{opacity: 1;transition: all 0.3s ease-in-out;bottom: -2%;left:2%;}
.cust_pic{width:92%;height:324px;    z-index: 2;position: absolute;}
.cust_pic img{width:100%;}
.cust_nr{z-index: 2;position: absolute;top: 61%;width: 92%;text-overflow: ellipsis;overflow: hidden;}
.cust_nr p{font-size:20px;color:#333;margin-bottom:10px;}
.cust_nr dd{font-size:15px;color:#666;line-height:28px; overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;}

.cust_con li a{display:block;width:140px;height:35px;line-height:35px;text-align:center;color:#FFF;font-size:15px;background:#333;
margin-top:20px;    transition: all .5s ease;position: absolute;  left: 4%; bottom: 7%;z-index: 1; }
.cust_con li:hover a{width:160px;background:#017fcc;    transition: all .5s ease;}
.cust_con li.on a{background:#017fcc;}
.cust_list{width: 108px; margin: 0 auto;}
.cust_list i{float: left;display: block; width: 8px; height: 8px;  background: #666; margin: 60px 0 0 25px; border-radius: 50%;cursor: pointer;}
.cust_list i:first-child {margin-left: 0px;}
.cust_list .on {background: #000;}
.cust_list .on:after {content: "";display: block; padding: 10px; border: #000 1px solid;  border-radius: 50%; margin: -7px 0 0 -7px;}
.cust .tempWrap {width: 100% !important;height:620px;}



@media (max-width: 1680px){
.cust_con li{width:471px !important;}

}

@media (max-width: 1560px){
.cust_con li{width:462px !important;}
}

@media (max-width: 1440px){
.cust_con li{width:426px !important;}
}


/*简介*/
.com_bg{background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210618/20210618193002_1364505176.jpg)no-repeat center;min-width:1300px;height:1116px;}
.com-box{width: 100%;position: relative;background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210619/20210619175806_1701293193.png)no-repeat center;height:460px;}
.com_text:before{content:"";display:block;width:90px;height:4px;background:#017fcc; position: absolute; left: 47%;top:-1%;}
.com_text{text-align: center; padding: 60px 0;  font-size: 15px;  color: #666; line-height: 36px;}
.com_num {width: 63%;margin: 0 auto;}
.com_num li{float:left;}
.com_num li+li{margin-left:15%;}
.com_num li p{font-size:4vw;color:#000;position: relative;font-family:"Arial";}
.com_num li span{font-size:18px;color:#666;}
.com_num li p:after{display:block;width:63px;height:30px;line-height:30px;color:#FFF;font-size:18px;text-align:center;background:#017fcc;position: absolute;  right:-43%; top: 45%;border-radius:50px;}
.com_num li:nth-child(1) p:after{content:"多款";}
.com_num li:nth-child(2) p:after{content:"多个";}
.com_num li:nth-child(3) p:after{content:"多家";right:-32% !important;}
.com_num li:nth-child(4) p:after{content:"分钟";right:-65% !important;}

.com_image #roller_left{width:100% !important;}
.com_image table  table td{padding-left:30px !important; }
.com_image table  table td br{display:none; }
.com_image table  table td a{display: block;overflow: hidden;}
.com_image table  table td a:last-child{ height:60px; line-height:60px; background:#fff; font-size:16px; transition: all 0.3s;}
.com_image table  table td a img{transition: all 0.3s;}
.com_image table  table td:hover a img{transform:scale(1.1)}
.com_image table  table td:hover a:last-child{background:#017fcc; color:#fff; }




/*新闻*/
.news_list{width:602px;margin: 0 auto;}
.news_list li{width: 200px;height: 70px;background: #f5f5f5;float: left;text-align: center;line-height: 70px;cursor: pointer;}
.news_list li+li{margin-left: 1px;}
.news_list li.on{background: #017fcc;}
.news_list li a{display:block; font-size: 18px;color: #333;}
.news_list li.on a{color: #fff;}
.news_box .news_div_item:nth-child(-n+2){width:27%;height: 480px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:100%;height:306px;border: 1px solid #eee;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:0;width:100%;display:block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:92%;width:410px;font-size:12px;color: #333;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date:after{content:'Read more  →';font-size:12px;color:#222;margin-left: 15px;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:64%;width:410px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_month:after{content:'-';}
.news_div_item_content {margin-top: 10px;}
.news_div_item_a{font-size:18px !important;color:#333;line-height:40px;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 3;}
.news_box .news_div_item:nth-child(2){margin-left:2%;}
.news_box .news_div_item{width:40%;height:120px;border-bottom:1px solid #eee;float:left;position: relative;box-sizing: border-box;}
.news_box .news_div_item:nth-child(n+3){margin-left:4%;}
.news_div_item_pic{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:88%;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_date{position: absolute;right:0px;font-size:12px;top: 70px;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_day{position: absolute;top:-47px;font-size: 41px;left:-4px;}

.news_div_item_content:hover a{color:#017fcc;font-weight:bold;}





/*联系方式*/
.banner_01{background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210619/20210619161044_1878017900.jpg)no-repeat center;min-width:1300px;height:472px;padding-top: 140px;}
.banner_01 li{width:25%;float:left;text-align:center;color:#FFF;}
.banner_01 li p{font-size:18px;font-weight:bold;line-height:50px;margin-top:15px;}
.banner_01 li dd{font-size:15px;}


/*友情*/
.link_bg{background-color:#eee; padding:1.2% 2%;}
.link_dht{width:100px; line-height:40px; font-size:18px;}
.link_nr{min-width: 1300px;max-width:1600px; box-sizing: border-box;}
/*版权*/
.foot_dh{ width:100%; min-width:1300px;background:#f5f5f5;}
.foot_dh li span{ font-size:16px; display:block; padding-bottom:12px;}
.foot_dh li p {font-size: 16px;color: #333;text-align: center;font-weight: bold;padding-bottom: 36px;}
.foot_dh li {float: left;width: 15%;margin-top: 42px;font-size: 14px;color: #b6b6b6;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#333; font-size:16px; padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#999; line-height:35px;}
.foot_dh li a:hover {color: #333;}
.foot_dh li:last-child{float: right; width:auto;}
/*切换*/
.erweimatab {padding-top: 86px; margin-left:1rem;}
.erweimacon dl+dl{ display:none;}
.erweimatab dt{ width:38px; height:38px; cursor:pointer; background:#363636; border-radius:50%; -webkit-transition:all .4s ease; transition:all .4s ease;}
.erweimatab dt+dt{ margin-top:18px;}
.erweimatab dt.on{ background:#017fcc;}
.foot_dh li dl img {width: 180px;height: 180px;padding: 10px;border: 1px solid #eee;}
.copy_bg{ border-top: 1px solid #eee; margin-top:59px; font-size:14px; }
.copy span {width:100%;height: 90px;display: inline-block;color: #888;line-height: 90px;text-align: left;}
.copy span a{ color: #888; font-size:14px;}
.copy span a:hover{ color: #333;}




/*fudong*/
.my-kefu{position: fixed;right: 0px;top:42% !important;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #e62129;margin-top: 1px;padding: 9px 0;height: 80px;width: 77px;}
.my-kefu li i{background: url(https://memberpic.114my.com.cn/meigao888/uploadfile/image/20210712/20210712174206_1350700506.png) no-repeat;display:block; width: 30px; height: 27px; margin: 0px auto; text-align: center;}
.my-kefu li p{height: 20px; line-height: 20px; overflow: hidden;text-align: center;color: #fff;}
.my-kefu .my-kefu-qq i{background-position: 4px 0;}
.my-kefu .my-kefu-tel i{background-position: 0 -25px;}
.my-kefu .my-kefu-tel1 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:163px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:163px;}
.my-kefu .my-kefu-liuyan i{background-position: 4px -53px;}
.my-kefu .my-kefu-weixin i{background-position: -34px 4px;}
.my-kefu .my-kefu-weibo i{background-position: -30px -22px;}
.my-kefu .my-kefu-ftop{background-color:#e62129;}
.my-kefu .my-kefu-ftop i{width:33px;height:35px;background-position: -27px -51px;}
.my-kefu-left{ float: left; width: 77px; height: 47px;position: relative;}
.my-kefu-tel-right{font-size: 16px; color: #fff; float: left; height: 44px; padding-left:15px; border-left: 1px solid #fff;}
.my-kefu-tel1-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{font-size: 20px; color: #fff; float: left; height: 24px; line-height: 22px; margin-top: 8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{width: 20px;}
.my-kefu-tel-main{color: #fff; margin-top: 9px; height: 47px; width: 247px;display:flex;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}