@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei",Arial;
}

ul, ol, li {
    list-style: none;
    text-decoration:none;
}

a {
   /*font-size:14px;*/ text-decoration: none;
}

img {
    display: inline-block;
    border: 0 none;
}

/*菜单导航*/
.header_t{height:75px;}
.header_t .logo{background:url(/style/images/logo_index.png) no-repeat;width:190px;height:70px;line-height:80px;float:left;}
.header_t .iphone{margin-left:40px;width: 150px;float: left;}

.header_t .iphone .iph1{float:left;margin-top: 24px;margin-right: 8px;}
.header_t .iphone .iph1 img{width:25px;height:25px;float:left;}
.header_t .iphone .iph2{font-size:16px;color:#000;}


.nav_index{margin-left: 80px;width:650px;float:left;position: relative;display: inline-block;}
.dhcaidan{margin-left:40px;float:left;height:74px;}
.mainnav{line-height: 74px;margin-top: 17px;}
.mainnav{ position:relative; z-index:1; display:inline-block;}
.mainnav a{ color:#434343;}
.mainnav .nLi{ float:left;position:relative; display:inline; }
.mainnav .nLi a{display:block; text-decoration: none;line-height:40px; font-size:16px; font-weight:normal; text-transform:uppercase; color:#434343; text-align:center; padding:0 14px;}
.mainnav .nLi a:hover{background-color:#E82581;color:#fff;}
/*.mainnav .nLi a:hover{ -moz-transform:translateY(5px); -webkit-transform:translateY(5px); -o-transform:translateY(5px); -ms-transform:translateY(5px); transform: translateY(5px);}*/

.mainnav .sub{ display:none; left:0; top:40px;position:absolute;line-height:20px; background:#fff; /*padding:10px 10px 20px;*/}
.mainnav .sub li{ zoom:1; border-bottom:dashed 1px #fff4b4;}
.mainnav .sub a{font-size:14px;/*background-position:-12px 9px;*/ display:block; padding:6px 10px; color:#434343;}
.mainnav .sub a:hover{background-position:-6px 9px; background-repeat:no-repeat; background-color:#E82581;color:#fff;}
.mainnav .sub a span{
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
     display:block;
}
/*.mainnav .sub a:hover{
     -moz-transform:translateX(8px); 
     -webkit-transform:translateX(8px); 
     -o-transform:translateX(8px); 
     -ms-transform:translateX(8px); 
     transform: translateX(8px);
}*/

/*.mainnav .on a{color:#fff; background-color:#fff;text-decoration: none;}*/
.content{margin-top:75px;}

/* 地区下拉 */
.demo{float:left;margin:10px 0px 0px 10px;}
/* select */
.select{position:relative;float:left;margin:10px 10px 0px 10px;}

.select dt{color:#000;width:60px;height:28px;display:inline-block;border:1px solid #aaaaaa;background:#fcfcfb url(/style/images/ico.gif) no-repeat right 5px center;line-height:28px;font-weight:bold;padding-left:10px;cursor:pointer;padding-right:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;}
/*.select dt:hover,.select dt.cur{border:1px solid #434343;box-shadow:0 0 1px #434343;}*/

.select dd{position:absolute;left:0;top:42px;border:1px solid #d2ccc4;background:#fff;display:none;}
.select dd ul{padding:4px;width:60px;max-height:250px;overflow:auto;}
.select dd ul li a{line-height:28px;display:block;padding:0 8px;text-decoration:none;}
.select dd ul li a:hover{color:#ea3030;}



/* banner */
.c-banner{
	width: 100%;
	height: 599px;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
/*banner图*/

/*服务项目*/
.fuwu{ clear:both; width:100%; height:auto;background:url(/style/images/bg2.jpg) no-repeat center top ; overflow:hidden;} 
.fuw{ height:auto; overflow:hidden;}
.section{width:100%;overflow:hidden;}
.section ul{width:100%;}
.section ul li{float:left;display:inline;width:25%;height:586px;overflow:hidden;position:relative;}
.section ul li .photo{width:100%;height:586px;overflow:hidden; padding:100px 33px 0 33px; text-align:center;}
.section ul li .photo img{ margin-bottom:21px;}
.section ul li .photo h1{ text-align:center; color:#333333; font-family:"Microsoft yahei"; font-size:20px; font-weight:18px; margin-bottom:32px; font-weight:bold;}
.section ul li .photo p{ text-align:left; color:#333333; font-size:14px; line-height:24px;}
.section .rsp{width:100%;height:616px;overflow:hidden;position: absolute;background:url(/style/images/bg3.jpg) no-repeat center bottom #04afa6;top:0px;left:0px;}
.section .rsp1{ background:url(/style/images/bg3_1.jpg) no-repeat center bottom #5754bd;}
.section .rsp2{background:url(/style/images/bg3_2.jpg) no-repeat center bottom #ffc57a;}
.section .rsp3{ background:url(/style/images/bg3_4.jpg) no-repeat center bottom #7fbe25;}
.section .text{position:absolute;width:100%;height:586px;left:-100%;top:0px;overflow:hidden;padding:100px 33px 0 33px; text-align:center;}
.section .text img{ margin-bottom:21px;}
.section .text a h1{ text-align:center; color:#fff; font-family:"Microsoft yahei"; font-size:20px; font-weight:bold; font-weight:18px; margin-bottom:32px;}
.section .text a p{ text-align:left; color:#fff; font-size:14px; line-height:24px;}
@media(max-width:568px){
.fuwu{ clear:both; width:100%; height:auto;background:url(/style/images/bg2.jpg) no-repeat center top fixed;-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; overflow:hidden;} 
.section ul li{float:left;display:inline;width:100%;height:auto;overflow:hidden;position:relative;}
.section ul li .photo{width:100%;height:auto;overflow:hidden; padding:60px 33px 60px 33px; text-align:center;}
.section .text{position:absolute;width:100%;height:auto;left:-100%;top:0px;overflow:hidden;padding:60px 33px 60px 33px; text-align:center;}
.section .rsp{width:100%;height:400px;position: absolute;background:url(/style/images/bg3.jpg) no-repeat center bottom #04afa6;top:0px;left:0px;overflow:hidden;}
.section .rsp1{width:100%;height:400px;position: absolute;background:url(/style/images/bg3_1.jpg) no-repeat center bottom #5754bd;top:0px;left:0px;overflow:hidden;}
.section .rsp2{width:100%;height:400px;position: absolute;background:url(/style/images/bg3_2.jpg) no-repeat center bottom #ffc57a;top:0px;left:0px;overflow:hidden;}
.section .rsp3{width:100%;height:400px;position: absolute;background:url(/style/images/bg3_3.jpg) no-repeat center bottom #7fbe25;top:0px;left:0px;overflow:hidden;}
}
@media(max-width:320px){
.fuwu{ clear:both; width:100%; height:auto;background:url(/style/images/bg2.jpg) no-repeat center top fixed;-webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; overflow:hidden;} 
.section ul li{float:left;display:inline;width:100%;height:auto;overflow:hidden;position:relative;}
.section ul li .photo{width:100%;height:auto;overflow:hidden; padding:60px 33px 60px 33px; text-align:center;}
.section .text{position:absolute;width:100%;height:auto;left:-100%;top:0px;overflow:hidden;padding:60px 33px 60px 33px; text-align:center;}
.section .rsp{width:100%;height:360px;position: absolute;background:url(/style/images/bg3.jpg) no-repeat center bottom #04afa6;top:0px;left:0px;overflow:hidden;}
.section .rsp1{width:100%;height:360px;position: absolute;background:url(/style/images/bg3_1.jpg) no-repeat center bottom #5754bd;top:0px;left:0px;overflow:hidden;}
.section .rsp2{width:100%;height:360px;position: absolute;background:url(/style/images/bg3_2.jpg) no-repeat center bottom #ffc57a;top:0px;left:0px;overflow:hidden;}
.section .rsp3{width:100%;height:360px;position: absolute;background:url(/style/images/bg3_3.jpg) no-repeat center bottom #7fbe25;top:0px;left:0px;overflow:hidden;}
}
/*服务项目*/

/*案例欣赏*/
.biaoti{width:100%;height: 50px;line-height: 60px;font-size: 30px; margin:30px 0 30px 0;text-align: center;/*background: url(/images/tbg.png);*/}
.caselist-main{ padding-top:130px; min-height:600px; margin:0 auto; padding-bottom:80px;}
@media screen and (min-width:1600px) {
	.caselist-main{ width:1600px;}
}
@media screen and (max-width:1600px){
	.caselist-main{ width:1200px;}
}
.caselist-main h1{ font-weight:400; color:#555;}
.caselist-nav{ display:none;}
.caselist-list{ overflow:hidden; /*padding-top:30px;*/}
.caselist-list li{ position:relative; width:290px; height:350px; margin: 5px; float:left; margin-bottom:30px; overflow:hidden; }
.caselist-list li .main{ position:relative; width:290px; height:253px; overflow:hidden;}
.caselist-list li .pic{ float:left; width:100%; height:100%; transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;-webkit-transition: all 1s ease-out;}
.caselist-list li:hover .pic{ transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transform:scale(1.2);}
.caselist-logo{ position:absolute; top:111px; left:110px; width:70px; height:70px;}
.caselist-list li:hover .caselist-logo{ display:none;}
.caselist-list-content{ display:block; position:absolute; width:100%; height:100%; background:url(/style/images/opacity40.png); z-index:2; top:0; left:0; opacity:0; transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;}
.caselist-list li:hover .caselist-list-content{ opacity:1;}
.caselist-list-content .content{ position:relative; float:left; margin:20px;}
.caselist-list-content .content .line_{ width:35px; position:absolute; height:3px; background-color:#FFF; top:0; left:0;}
.caselist-list-content .content h5{ color:#FFF; font-size:14px; line-height:50px; font-weight:normal;}
.caselist-list-content .content .line{ width:50px; position:absolute; bottom:0; left:0; border-top:1px solid #fff; transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;}
.caselist-list-content:hover .content .line{ width:100%;}
.caselist-list-content-logo{ text-align:center; padding:10px 0;}
.caselist-list-content-logo img{ height:80px;}
.caselist-list-content .icon-play-litle{ width:40px; height:40px; position:absolute; bottom:30px; right:30px;}
.caselist-list h2{ text-align:center; line-height:45px;}
.caselist-list h2 a{ color:#666; font-weight:normal; font-size:16px; line-height:45px; transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.caselist-list li:hover h2 a{ color:#e60012}

/**caselist end********************************************************/

/*服务客户*/
.kehu{text-align: center; margin:0px 0px 20px 0px;}

/*foot*/
.foot{width:100%;/*height:300px;*/background-color: #38393b;color:#999999;}
.foot_top{padding-top:20px;height:250px;/*border: 1px solid #878787;*/}
.foot_iphone{padding-top:40px;}
.foot span{color:#FFF;font-size: 20px;}
/*wei*/
.foot .foot_wei{border-top:1px solid #878787;height:46px;color:#fff; text-align: center;line-height: 46px;}
.foot .foot_wei a{color:#fff;}
.foot .foot_wei a:hover{color:#fb0404;}
.index_guanyu{width:100%;}
.index_guanyu1{width:100%;margin-top:77px;}
.guanyu-menu{width: 100%;height: 65px;background: url('/style/images/about_line.jpg')repeat-x left bottom;overflow: hidden;}
.guanyu-menu ul{width: 100%;text-align: center;margin: 0 auto;overflow: hidden;}
.guanyu-menu ul li{display: inline;text-align: center; }  
.guanyu-menu ul li a:hover, .guanyu-menu ul li .a {color: #90C42F;border-bottom: 3px solid #90C42F;}
.guanyu-menu ul li a{font-size: 16px;line-height: 62px;color: #333;display: inline-block;padding: 0 6px;margin: 0 15px;text-decoration: none;}

.women{height:350px;}
.women p{margin: 0px auto;overflow: hidden;/*line-height: 30px;*/font-size: 14px;color: #333;margin-top: 12px;}

/*.women{width: 995px;margin: 0px auto;overflow: hidden;text-align: left;height:300px;}
.women h1{font-size: 28px;color: #333;font-weight: normal;text-align: center;margin-top: 50px;}
.women p{margin: 0px auto;overflow: hidden;line-height: 30px;font-size: 14px;color: #333;margin-top: 30px;}*/
.women .left{width:300px; height:280px;margin:20px 100px 0px 200px;float:left;}
.women .right{width:350px; height:300px;float:left;margin:80px 0px 0px 0px;}

.team{height:800px;}
.team_img{margin:0px 20px 0px 20px;text-align: center;}
.teams{float: left;width: 349px;height: 245px;margin-left: 30px;margin-bottom: 31px;position: relative;overflow: hidden;}


.window-box{margin:50px 50px 50px 50px; overflow: hidden;}

.window-group{background: url("/style/images/inTop-bg.jpg");}
.window-group .window-item{width: 5.5%;display: inline-block;float: left;}
.window-group .open .window-con{display: block;}
.window-group .window-item .window-con{display: none;
    position: relative;
    float: left;
    width: 91%;
    height: 28.5rem;}

 .window-group .window-item .window-con .w-con-info{    
 	position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    background: rgba(0,0,0,0.7);
    color: #fff;}
 .window-group .window-item h3{
 	float: left;
    border-right: 1px solid #ddd;
    width: 100%;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    height: 28.5rem;}

.window-group .open{width: 61.5%;}

.window-group .window-item .window-con img{    
	width: 100%;
    height: 100%;}
.box-til{margin: 40px 0px 40px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;}
 .box-til .til-line{position: absolute;
    top: 28%;
    left: 0;
    background: #ddd;
    height: 1px;
    width: 100%;
    z-index: 0;}
  .box-til h3{position: relative;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    font-weight: normal;
    background: #fff;}
  .box-til h3 span{
  	    display: block;
    color: #cccccc;
    font-size: 2rem;
  }

/*zulin*/
 .qicaizulin{
            width:1280px;
            height:900px;
            border:1px dashed #ddd;
            text-align: center;
        }
        .qicaizulin p{

        font-weight: bold;font-size:16px;
            
        }
        .zulin1{
            width: 290px;
            margin:30px 0 0 30px;
            float:left;
        }
        .zulin2{
            width: 290px;
            margin:30px 0 0 20px;
            float:left;
         }
         .zulin3{
            width: 290px;
            margin:30px 0 0 20px;
            float:left;
         }
         .zulin4{
            width: 290px;
            margin:30px 0 0 20px;
            float:left;
         }

        th{
            color: #FFF;
            text-align: center;
            background-color: #020202;
         }
        .xing{
            width:180px;
            text-align: left;
         }




/*换页*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}





/*联系我们*/
.demo{float:left;margin:10px 0px 0px 10px;}

.contact{ min-width:1200px; padding-top:20px; padding-bottom:50px;}
.contact .main{ width:1200px; margin:0 auto;}
.contact-content{ overflow:hidden;margin-bottom:35px;}
.contact-content h2{color:red;text-align: center;margin:10px 0px 10px 0px;}
.xc-crumb{ padding:30px 0;}
.xc-crumb a, .news .crumb span{ font-size:14px;}
.xc-crumb a{ color:#999;}
.xc-crumb span{ color:#e60012; font-size:14px;}
.xc-contact{ position:relative; margin-top:18px;}
.xc-contact .lxdh{ color:#333; font-size:18px; font-weight:bolder;}
.xc-contact hr{ border:0;width:40px; border-bottom:4px solid #999; margin-bottom:5px;}
.xc-contact div{ font-weight:normal; line-height:50px;}

.contact-content .left{ float:left;}
.contact-content .left .top{ width:100px; text-align:center; padding:40px; margin:0 auto;background-color:#e60012;}
.contact-content .left .top .word-cn{ font-size:48px; color:#FFF; font-weight:bolder; }
.contact-content .left .top .word-en{ font-size:18px; color:#FFF; font-weight:100;}
.contact-content .left .bottom{ border:3px solid #e60012; margin-top:10px; position:relative; height:80px; text-align:center; font-size:24px; line-height:80px; color:#e60012; font-weight:bolder;}
.contact-content .left .bottom span{ position:absolute; width:20px; border:2px solid #e60012; display:block; top:10px; left:5px;}

.contact-content .right{ float:left; margin:0px 0px 0px 100px;}
.contact-content .right .title{ overflow:hidden; padding:10px 0; border-bottom:3px solid #555;}
.contact-content .right .title .fang{ width:20px; height:20px; float:left;}
.contact-content .right .title .fang div{ width:10px; height:10px; margin:0 auto; background-color:#000; margin-top:5px;}
.contact-content .right .title h1{ float:left;color:#000; font-size:20px; padding-left:10px;}
.contact-content .right .position{ line-height:40px; color:#666; font-size:18px;}
.contact-map{ margin-top:50px; min-height:600px; border:1px solid #ccc; border-radius:10px; box-shadow:8px 8px 8px #999;}
.contact-map img{ width:100%;} 

/**contact newmap@fcm**/

.xc-contact span.tel{ padding-left:10px; font-weight:300; font-size:18px; color:#333;}

.contact-content .right .yantai{ margin:25px 0;}

.map{margin:120px 0px 0px 0px;}



/*all*/

.main{width:100%;/*float:left;*//*padding:30px 0;*/}

.main_top{width:100%;height:80px;float:left; background:url(/style/images/tbg.png) no-repeat center 10px; text-align:center;}

.course_top_bg{background:url(/style/images/ct_bg.png) no-repeat center 10px;color:#000000;}

.news_top_bg{background:url(/style/images/nt_bg.png) no-repeat center 10px;color:#fff;}

.main_top h3{font-size:30px;height:45px;line-height:85px;font-weight:normal;}

.main_top h4{font-size:24px;height:30px;line-height:30px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}

.main_type{width:100%;float:left; text-align:center;margin:10px 0 0 0;}

.main_type ul{}

.main_type li{display:inline-block;height:42px;line-height:42px;margin:5px;padding:0px;}

.main_type li a{display:block; background:#0ba587;color:#fff;font-size:14px;padding:0 25px;}

.main_type li a:hover{background:#feef0c;color:#38761d;}

.main_type li.current a{background:#feef0c;color:#38761d;}

/*.main_con{width:100%;float:left; line-height:200%;padding:0px 0 0 0;}*/
.main_con{width:100%; padding:0px 180px 0px 180px;}
.main_con img{max-width:100%;}

.main_more{width:100%;float:left; text-align:center; margin:20px 0 20px 0;}

/*.main_more a{width:178px;height:38px;line-height:38px; display:inline-block;border:1px solid #333; font-size:16px;}

.main_more a:hover{background:#0ba587; color:#fff;}*/

/*end*/
/*news*/

.art_list{width:100%;float:left;padding:20px 0;border-bottom:1px dotted #ccc;}

.art_img{float:left;width:20%;}

.art_img img{width:100%;}

.art_right{float:right;width:78%;}

.art_title{width:100%;height:30px;line-height:30px;font-size:18px;}

.art_author{width:100%;height:25px;line-height:25px;color:#666;}

.art_author span{margin:0 10px 0 0;}

.art_des{color:#666;line-height:25px;}



.articleList{width:100%;float:left;}

.articleList ul{margin:0px;padding:0px;list-style-type:none;}

.articleList li{margin:0px;padding:0 0 0 10px;list-style-type:none;border-bottom:1px dotted #ccc;background:url(/style/images/li_0.png) no-repeat left center;line-height:35px;}

.time{float:right;}

.articleTitle{ font-weight:bold; font-size:18px; text-align:center;}

.articleAuthor{text-align:center; padding:7px 0px;border-bottom:1px dotted #ccc;}

.articleauthor span{ margin:0px 6px; font-size:9pt;}

.articleInfo{width:100%;padding:10px 0; line-height:200%;}

.articleInfo img{max-width:100%;}

.pageUpDown{padding-top:10px;text-align: left;line-height:30px;}

/*end*/

/*yqlink*/
.yqlink{width:100%;float:left;color:#fff;}
.yqlink ul li{float:left;margin-right:10px;}
.yqlink a{color:#fff;text-decoration: none;}
.yqlink a:hover {color: #FFBB66; /*鼠标经过的颜色变化*/}



/*右侧商桥*/
.jfocus{width:300px;border:#ccc 1px solid;background-color:#FFF;} 
#jfocuspic{FILTER: progid:DXImageTransform.Microsoft.Fade (duration=0.5,overlap=1.0 );width:300px;overflow:hidden;} 
#jfocuspic a{display:none; font-size:2em; text-align:center;  font-weight:bold; cursor:pointer;} 
#jfocusnum li{cursor:pointer;height:12px; width:12px; line-height:12px;display:inline-block; color:#000; border:#999 1px solid; text-align:center; background-color:white; float:left; margin:0 5px;border-radius:10px;} 
#jfocusnum li.on{background-color:red; font-weight:bold; border:#900 1px solid; font-size:14px;} 


/* 浮动*/
.floatR{position:fixed;top:35%;right:20px;z-index:10000;}
.floatR p{cursor:pointer;margin-bottom:3px;}
.floatR p a{display:block;position:relative;}
.floatR p a span{display:block;width:70px;height:70px;}
.floatR p a b{position:absolute;top:0;right:71px;display:none;}
.floatR p a b.lx{display:none;/* background:url(/style/images/shipin/lx.png) left center no-repeat;width:165px;height:48px;color:#fff;font:14px/48px 微软雅黑;padding-left:10px;top:9px; */}


.kefu1{
  width:70px;
  height:70px;
  background: url(/style/images/kefu.png) 0px 0px no-repeat;
}
.kefu1:hover{
  background: url(/style/images/kefu.png) -100px 0px no-repeat;
}
.kefu2{
  width:70px;
  height:70px;
  background: url(/style/images/kefu.png) 0px -72px no-repeat;
}
.kefu2:hover{
  background: url(/style/images/kefu.png) -100px -72px no-repeat;
}
.kefu3{
  width:70px;
  height:70px;
  background: url(/style/images/kefu.png) 0px -144px no-repeat;
}
.kefu3:hover{
  background: url(/style/images/kefu.png) -100px -144px no-repeat;
}
.kefu4{
  width:70px;
  height:70px;
  background: url(/style/images/kefu.png) 0px -216px no-repeat;
}
.kefu4:hover{
  background: url(/style/images/kefu.png) -100px -216px no-repeat;
}
.kefu5{
  width:70px;
  height:70px;
  background: url(/style/images/kefu.png) 0px -288px no-repeat;
}
.kefu5:hover{
  background: url(/style/images/kefu.png) -100px -288px no-repeat;
}

