/*标签样式初始化*/
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:#094;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:#333;font-weight: bold;}
.t p>b{color: #094;}
.t span{display: block;margin-top: 6px;font-size: 18px;position: relative;}


/*抬头*/
.top_bg{background: #094;height: 45px;line-height: 45px;color: #fff;font-size: 14px;}
.top_bg a{color: #fff;font-size: 14px;}
.top_r a{display: block;float: left;padding-left: 26px;}
.top_r a+a{margin-left:36px;}
.top_r a:nth-child(1){background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201125/20201125091512_974677423.png)no-repeat center left;}
.top_r a:nth-child(2){background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201125/20201125091531_457532975.png)no-repeat center left;}
.top_r a:nth-child(3){background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201125/20201125091552_474922536.png)no-repeat center left;}



.head_bg{height:130px;-webkit-box-shadow: 0px 0px 10px #ddd;box-shadow: 0px 0px 10px #ddd;position: relative;z-index: 999;}
.logo{margin-top:25px;}
.head i{width: 1px;height: 70px;background: #eee;display: block;margin-left: 20px;margin-right: 20px;margin-top: 32px;}
.name{margin-top:40px;}
.name p{font-size: 28px;font-weight: bold;color: #333;}
.name span{display: block;font-weight: lighter;font-size: 16px;}

.nav>ul{height:68px;margin-top:50px;}
.nav>ul>li{ float: left; display: block;width:100px; height:68px; -webkit-transition:0.1s all ease-in-out; transition:0.1s all ease-in-out;}
.nav>ul>li>a{ display: block; color: #666; font-size:16px; text-align: center; position: relative; z-index: 3333; height:35px; line-height: 35px; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.nav>ul>li>a:hover{color:#fff;}
.nav>ul>li>a span{font-size:12px; color:#999; line-height:30px;}
.nav>ul>li>a:hover{background:#094;border-radius: 5px;}
.nav ul li.navcurrent a{background:#094;border-radius: 5px;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #fff;background:#094;border-radius: 5px;}
.NavCeshi > li.navcurrent > a p:after, .NavCeshi > li:hover > a p:after{ width:1vw; height:1px; margin:.6vw auto;  }


/*导航下拉*/
.nav li .sedNav {width:100%;position: absolute; background: rgba(255,255,255,.8);left: 0;top:130px;z-index: 99;display: none; text-align: center;}
.nav li .sedNav a { display: inline-block; line-height: 70px; font-size: 16px; text-align: center; padding: 0 2vw;}
.nav li .sedNav a:hover { color: #fff;background-color: #094;}
.nav li .sedNav_prod{padding-top:1vw;}
.nav li .sedNav_prod p{display: inline-block; margin: 0 2vw; padding-bottom: 2vw; float:left;}
.nav li .sedNav_prod a{ display: block; line-height: 3vw;}



/*幻灯片*/

.focus {width: 100%;min-width: 1400px;height:600px;overflow: hidden;position: relative;z-index: 1}
.focus ul {height: 100%;position: absolute;overflow: hidden;}
.focus ul li {float: left;width: 100%;height: 100%;overflow: hidden;position: relative;background: #000;}
.focus ul li div {position: absolute;overflow: hidden;width: 100%;height: 100%;}
.focus .btnBg {position: absolute;width: 100%;height: 20px;left: 0;bottom: 0;background: #000;display: none;}
.focus .btn {position: absolute;width: 952px;height: 23px;margin-left: -480px;left: 50%;bottom: 15px;text-align: center;}
.focus .btn span {font-size: 0;display: inline-block;_display: inline;_zoom: 1;width: 10px;height: 10px;text-align: center;_font-size: 0;margin-left: 16px;cursor: pointer;background: #fff;border-radius: 50%;}
.focus .btn span.on {background: #094;}
.focus .preNext {width: 45px;height: 100px;position: absolute;top: 250px;background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201117/20201117135052_1641678767.png) no-repeat 0 0;cursor: pointer;}
.focus .pre {left: -45px;}
.focus .next {right:-45px;background-position: right top;}
.focus:hover .pre{left: 0px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out; }
.focus:hover .next{right: 0px;-webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;}

/*搜索*/
.search_bg{height: 94px;border-bottom: 1px solid #eee;-webkit-box-sizing: initial;box-sizing: initial;}
.search_nbg{position: absolute;z-index: 999;top: 525px;border-bottom: 1px solid #eee;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search{height: 94px;background: #fff;}
.search_l{line-height: 94px;color: #666;background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201113/20201113162051_1630699521.png)no-repeat left center;padding-left: 40px;}
.search_l d{font-size: 15px;}
.search_l a{font-size: 15px;}
.search-bg #infoname{width:250px;background:#f5f5f5; outline:none; color:#ccc; border: none; height:42px; line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;margin: 26px 0;border-radius: 10px 0 0 10px;}
.search-i{margin-top: 26px;}


/*产品中心*/
.tab-title { text-align: center; }
.tab-title ul { display: block; padding: 10px 0 30px; }
.tab-title a{display: inline-block; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;line-height:60px; height:60px;color: #333; transition: 0.3s all ease-in-out; font-size: 16px; width: 260px;background:#f5f5f5;}
.tab-title a+a{margin-left: 20px;}
.tab-title a.item-cur{ background: #094; color: #fff; }
.tab-cont__wrap { position: absolute; }
.tab-cont__wrap .item{ position: relative;height:567px;}
.tab-cont__wrap .item .adv_b{ position:absolute; z-index: 2; top: 0; height: 100%; width: 367px; }

.dvb_row1 { position: relative; }
.tab-cont { position: relative;width: 100%; height:567px; overflow: hidden;}
.dvb_row1 .fl{ width: 95px; height: 95px; display: block; background:rgba(23,115,214,0.9); position: relative; z-index: 2}
.dvb_row1 .fl img { width: 66%; padding: 17%; }
.dvb_row1 .fr { font-size: 23px; font-weight: bolder; color: #fff; display: block; line-height: 95px; width: 235px; padding-left: 20px; text-align: justify; font-family: arial,microsoft yahei}
.dvb_row1::after { content: ''; background: #777; height: 1px; width: 100%; display: block; position: absolute; bottom: 0; left: 0; }
.dvb_row2 { padding: 20px 25px; }
.dvb_row2 p { font-size: 15px; color: #fff; line-height: 34px; text-align: justify; text-indent: 2em; letter-spacing: 0.3px; }
.dvb_row3 { font-size: 15px !important; line-height: 35px; display: inline-block; border: 1px solid #fff; border-radius: 4px; color: #fff !important; text-align: center; margin-left: auto; margin-right: auto; padding: 0px 20px; position: absolute; right: 25px; }
.dvb_row3 .impact { font-size: 18px; display: inline-block; line-height: 32px; vertical-align: middle; }


/*内容*/
.prod_l{margin-left:30px;}
.prod_w1{color: #333;font-size:30px;font-weight: bold;margin-top: 30px;}
.prod_w2 p{height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 20px;background: #094;border-radius: 30px;margin-top:30px;margin-bottom:16px;padding: 0px 26px;display: inline-block;}
.prod_w2 span{display: block;font-size: 16px;line-height: 30px;}
.prod_w2 img{display: block;margin-top: 10px;}
.prod_a a{display: block;width: 187px;height: 45px;line-height: 45px;text-align: center;color: #094;border: 2px #ccc solid;border-radius: 45px;margin-top:40px;font-size: 16px;}
.prod_a a:hover{border: 2px #ff6003 solid;background:#ff6003;color:#fff;}
.market_a a:hover{background:#ff6003;color:#fff;}
.com_a a:hover{border: 1px #ff6003 solid;background:#ff6003;color:#fff;}
/*广告条*/
.banner02_bg{height:320px;background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116100410_388501101.jpg)no-repeat center;min-width:1400px;}
.banner02{padding: 165px 0 0 298px;color:#fff;}
.banner02 p{font-size: 20px;}
.banner02 p:after{content: "";display: block;width:990px;height:1px;margin-top:20px; background:rgba(255, 255, 255, 0.3);}
.banner02 t{margin-top:30px;font-size: 18px;display: block;float: left;}
.banner02 a{width:235px;height:50px;margin-top:20px;line-height: 50px; font-size: 16px;color:#fff;padding-left: 20px;
background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116100759_1151329699.png)no-repeat center;
text-align: center;display: block;float: left;}

/*成功案例*/
.case{position: relative;}
.case_l{}
.case_l p{font-size: 34px;font-weight: bold;color: #333;}
.case_l span{display: block;font-size: 16px;margin: 10px 0px;}
.case_r{margin-top:60px;}
.case_r span{display: block;float: left;font-size: 16px;border-right: 1px #eee solid;padding: 0px 30px;}
.case_r span:last-child{border-right: none;padding-right: 0px;}

.case_cont .tempWrap{width:1400px !important;}
.case_cont table tr{display:block;}
.case_cont table td{display:block;margin-right:30px;padding-left:0 !important;float:left;width:calc(1310px/4) !important;position: relative;    overflow: hidden;}
.case_cont table td img{width:100%;height:246px;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;}
.case_cont table td div{display:block;width:100%;height:50px;background:#f5f5f5;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;padding-top:0px !important;    position: relative;}
.case_cont table td div a{display:block;width:100%;height:100%;text-align:center;line-height:50px;color: #666;font-size: 16px;}
.case_cont table td:hover div {right:0px;}
.case_cont table td:hover img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.case_cont table td:hover a{background:#094;color:#fff;}


/*营销范围*/
.market_bg{background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116104526_1028017006.jpg)no-repeat center;height: 700px;}
.market_r{text-align: right;}
.market_rr{color: #333;width: 410px;}
.market_rr span{display: block;font-size: 40px;}
.market_rr p{font-size: 50px;font-weight: bold;margin-bottom:26px;}
.market_rr i{display: block;width: 100%;height: 1px;background: #ddd;}
.market_w{font-size:18px;line-height: 30px;font-weight: lighter;margin-top:30px;}
.market_a a{display: block;width: 200px;height: 50px;line-height: 50px;border-radius: 50px;color: #094;background: #fff;font-size: 16px;text-align: center;float: right;margin-top:50px;}
/*优势*/
.adv_t img{display: block;margin: 0 auto;margin-top: 16px;}
.advtil{ text-align:center; margin-bottom:50px;}
.advtil p:nth-child(1){ font-weight:bold; font-size:40px; color:#303632;} 
.advtil p:nth-child(1) span{ color:#094;}
.advtil p:nth-child(2){ font-size:18px; color:#787f7b; margin:5px 0px 18px 0px;}
.advcenter{position:relative;margin-top: 37px;}
.advtab{ width:792px; height:170px; background:#f9f9f9; padding:18px; position:absolute; z-index:99; left:0px; top:366px;}
.advtab li{float:left;position:relative;text-align:center;font-size:14px;color:#666666;cursor:pointer;}
.advtab li p:nth-child(1){ width:36px; height:36px; position:absolute; opacity:0; top:0px; -webkit-transition:all .5s ease; transition:all .5s ease; left:0px; right:0px; margin:0 auto; border-radius:50%; font-size:18px; font-family:Arial, Helvetica, sans-serif; color:#fff; line-height:36px; background:#094;z-index:2;}
.advtab li.on p:nth-child(1){ opacity:1; top:98px;}
.advtab li p.atpic{ -webkit-transition:all .3s ease; transition:all .3s ease; width:180px; height:110px; margin-bottom:22px;position:relative;border:3px solid #fff;}
.advtab li p.atpic:before{content:'';width:30px;height:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -15px;-webkit-transition:.5s ease;transition:.5s ease;}
.advtab li p.atpic:before{content:'';width:30px;height:20px;position:absolute;top:50%;left:50%;margin:-10px 0 0 -15px;-webkit-transition:.5s ease;transition:.5s ease;}
.advtab li:hover p.atpic:before{width:180px;height:110px;margin:-60px 0 0 -90px;opacity:0;border:1px solid #094;-webkit-transition:.5s ease;transition:.5s ease;}
.advtab li p.atpic img{ width:100%; height:100%;}
.advtab li.on p.atpic{ border:3px solid #094;}
.advtab li+li{ margin-left:16px;}
.advcon {display: inline-block;width: 1710px;height: 572px;overflow: hidden;}
.advcon ul{width: 1710px;height:572px;position: relative;}
.advwa{width:36%;padding-top:15px;margin-right:9%;margin-left: 19px;}
.advwa>p{padding: 0px 0px 22px 68px;font-size: 18px;color: #666666;border-bottom: 1px solid #e9eaea;margin-bottom:35px;position: relative;}
.advwa>p>em {position: absolute;top: 9px;left: 0;font-size: 30px;font-weight: bold;background: #094;width: 50px;height: 50px;color: #fff;line-height: 50px;text-align: center;border-radius: 100%;font-style: normal;}
.advwa>p strong{display:block;font-size:32px;margin-bottom: 10px;color: #333;}
.advwa div p{line-height: 28px;font-size:15px;color: #666666;padding-left: 22px;background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116135805_708005620.png) no-repeat left 8px;font-weight: 100;}
.advwa div p+p{margin-top: 20px;}
.advcon .advpic{width: 1007px;position:absolute;top:0;left:703px;}


/*流程*/
.suc_btn{width: 974px;height: 70px;display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0 auto;position: relative;margin-top:20px;}
.suc_btn>span{font-size:28px;color: #fff;width: 550px;height: 100%;background:#094;border-radius: 35px;line-height: 70px;padding-left: 28px;}
.suc_btn>p{width: 471px;background: #333;border-radius: 35px;height: 100%;line-height: 70px;position: absolute;top: 0;right: 15px;}
.suc_btn>p>span{font-size: 24px;color: #fff;position: relative;top: -5px;margin-left: 40px;}
.suc_btn>p>b{font-size: 36px;color: #fff;}

.pcul{ position:relative;}
.pcul li{ float:left; cursor:pointer;}
.pcul li+li{ margin-left:60px;}
.pcul li p{ width:148px; height:148px; border-radius:50%; background:#fff; text-align:center; overflow:hidden; position:relative; font-size:18px; color:#555;-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.08);box-shadow: 0px 0px 30px rgba(0,0,0,.08);}
.pcul li em{display:block; position:absolute; width:79px; height:29px; left:0; right:0; margin:0 auto; bottom:0; background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116142945_1823192740.png) no-repeat center; font-size:20px; color:#fff;font-style: normal;}
.pcul li:nth-child(2n) em{background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116144050_546270064.png) no-repeat center;}
.pcul li i{ position:relative; margin:25px auto 0 auto; height:50px; display:block; background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116143057_1428307595.png) left top; width:46px; -webkit-transition:all .5s ease; transition:all .5s ease;}
.pcul li:nth-child(2) i{ background-position-x:-59px;}
.pcul li:nth-child(3) i{ background-position-x:-115px; width:32px;}
.pcul li:nth-child(4) i{ background-position-x:-161px; width:37px;}
.pcul li:nth-child(5) i{ background-position-x:-208px;}
.pcul li:nth-child(6) i{ background-position-x:-272px; width:30px;}
.pcul li:nth-child(7) i{ background-position-x:-333px;}
.pcul li.on i{ background-position-y:-54px;}
.pcul li.on p{ color:#094;}


/*简介*/
.com_bg{background: #f5f5f5;padding: 70px 0px;}
.com{position: relative;}
.com:before{content: "";position: absolute;top:-200px;left:-260px;background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201116/20201116150504_2065153523.png);width: 221px;height: 219px;}
.com_r{width: 660px;}
.com_w1{margin-top:30px;}
.com_w1 p{color: #333;font-size:30px;}
.com_w1 span{display: block;font-size: 12px;color: #999;margin-top: 2px;}
.com_w1 i{display: block;background: #094;width:120px;height: 1px;margin-top:16px;}
.com_w{font-size: 15px;line-height:28px;margin-top: 24px;}
.com_a a{display: block;width: 140px;line-height: 40px;height: 40px;border-radius: 40px;text-align: center;color: #094;font-size: 15px;border: 1px #094 solid;margin-top:50px;}

/*新闻*/
.news_top{width:551px;margin:40px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;     color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{float:left;background: #fff; -webkit-box-shadow: 0px 0px 20px #eee; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100;}
.news_tab li.cur{color:#fff; background:#094;width: 171px; height: 42px; line-height: 42px;}
.news_tab li.cur a{color:#fff;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.news_a .sNext{left: 5px;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.news_a i:hover{color:#094;}
.news_list{height:501px;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:500px;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 20.65%;display: inline-block;position: relative;height:459px;-webkit-transition:0.5s;transition:0.5s; padding: 20px; border: 1px #eee solid;}
.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(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201117/20201117135147_1402976222.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:300px;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_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;-webkit-transition:0.3s;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 130px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;-webkit-transition:0.5s;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201117/20201117135212_1257291301.png) no-repeat center;width: 18px;height: 14px;left: 130px;-webkit-transition:0.5s;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.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:hover .news_div_item_a{color: #094;-webkit-transition:0.3s;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #f8f8f8;-webkit-transition:0.5s;transition:0.5s;padding-left:40px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;-webkit-transition:0.5s;transition:0.5s;}


/*友情链接*/
.links{width:100%; overflow:hidden; padding:25px 0; background: #f8f8f8;}
.linksW{width:1400px; margin:0 auto;}
.links_l{float:left; width:117px; border-right:solid 1px #ccc;}
.links_lm{font-size:16px; line-height:18px; color:#333;}
.links_len{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; line-height:30px; font-size:30px; color:#ccc; filter:Alpha(opacity=40); opacity:0.4;}
.links_r{float:left; width:1235px; padding-top:5px; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}

/*版权*/
.foot_dh li span{ font-size:16px; display:block; padding-bottom:12px; padding-top:18px;}
.foot_dh li p {font-size: 17px;color: #ddd;text-align: center;font-weight: bold;padding-bottom: 5px;}
.foot_dh{ width:100%; min-width:1400px;background:#272727;}
.foot_dh li {float: left;width: 235px;margin-top: 42px;font-size: 14px;color: #b6b6b6;line-height: 35px;}
.foot_dh li span a{ display:block; font-weight:bold; color:#fff; font-size:20px; color:#ddd; padding-bottom:15px;}
.foot_dh li a{ display:block; font-size:14px; color:#b6b6b6; line-height:35px;}
.foot_dh li a:hover {color: #fff;}
.foot_dh li:nth-child(4) {width: 360px;}
.foot_dh li:nth-child(5) {float: right; width:255px;}
/*切换*/
.erweimatab {padding-top: 56px;}
.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:#094;}
.foot_dh li dl img {width: 161px;height: 161px;padding: 10px;border: 1px solid #363636;}
.copy{ border-top: 1px solid #333; margin-top:59px; font-size:14px; }
.copy span {width: 1400px;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: #fff;}





/*浮动ＱＱ*/
.my-kefu{position: fixed;right: 0px;top:20%;z-index:9999;}
.my-kefu ul{width: 77px;}
.my-kefu li a{text-decoration: none;}
.my-kefu li{background: #094;margin-top: 1px;padding: 9px 0;height: 56px;width: 77px;}
.my-kefu li i{background: url(https://memberpic.114my.com.cn/076928503680/uploadfile/image/20201120/20201120101021_673407130.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:145px;}
.my-kefu .my-kefu-tel2 i{background-position: -35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:145px;}
.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:#094;}
.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: 20px; color: #fff; float: left; height: 24px; line-height: 24px; padding-left:15px; border-left: 1px solid #fff; padding-top: 10px;}
.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;}
.my-kefu-main{width: 97px;position: relative;}
.my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px; display: none;}