*{font-family: "microsoft yahei";}
body,div,p,span,ul,li,dl,dt,dd,h1,h2,h3,h4,form{margin: 0;padding: 0;}
body{color: #444;background-color: #fff;font-size: 14px;}
img{border:none;}
a{color: #444;text-decoration: none;}
a:hover{color: #016ad9;}
ul,li{list-style: none;}
.clear{clear: both;}
input{outline: none;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 50px !important;}
.of{overflow: hidden;}
.bg-color-1{background:url(../img/tbg.png) #3d4eeb no-repeat center top;}
.bg-color-2{background:url(../img/tbg.png) #ea5e0a no-repeat center top;}
.top, .w100{width:100%;}
.top{background-color: #F0F0F0;}
.top .topcon{width: 1200px;margin: auto;height: 30px;line-height: 30px;color: #333333;}
.w1200{width: 1200px;overflow: hidden;margin: auto;}
.fl{float: left;}
.fr{float: right;}
.relative{position: relative;}
.clear{float: none;line-height: 0;clear: both;}
.bg-f{background-color: #FFFFFF;}
.bg-f0{background-color: #F0F0F0;}
.top .top-tel, .top .top-mail{width: 15px;height: 15px;display: inline-block;margin-right: 5px;vertical-align: middle;}
.top .top-tel{background: url(../img/icon-tel.png) no-repeat;background-size: 15px 15px;}
.top span{font-family: "coolman";}
.top-mail{margin-left: 50px;background: url(../img/icon-email.png) no-repeat;background-size: 15px 15px;}
.top .web{padding-right: 14px;background: url(../img/arrow.png) no-repeat right center;background-size: 10px 10px;color: #016ad9;font-size: 12px;}
.top .web i, .webchange div i{width: 15px;height: 15px;display: inline-block;vertical-align: middle;margin-right: 4px;}
.webchange{width: 100px;position: absolute;border: 1px solid #E8E8E8;border-radius: 5px;background-color: #fff;padding: 5px 0;left: -10px;display: none;}
.webchange div{width:80px;border-bottom: 1px solid #E8E8E8;padding: 0 10px;}
.webchange div:last-child{border-bottom: none;}
.webchange div:hover{background: #FBFBFB;}
.icon-china{background: url(../img/icon-china.png) no-repeat;background-size: 15px 15px;}
.icon-english{background: url(../img/icon-english.png) no-repeat;background-size: 15px 15px;}
@font-face{
     font-family: 'coolman'; 
     src: url('../img/Gotham-Book.otf');
     src: url('../img/Gotham-Book.otf') format('truetype')
}
.header{width: 100%;background: #FFFFFF;}
.logo{width: 200px;height: 43px;margin: 25px 0;overflow: hidden;display: block;line-height: 300px;background: url(../img/logo.png) no-repeat left center;background-size:200px 43px;}
.nav{float: right;padding-top: 25px;}
.nav li{float: left;padding: 10px 20px;}
.nav li a{display: block;font-size: 16px;color: #333333;}
.nav li a:hover, .nav li a.hover{color: #016AD9;}
.nav li ul{display:none;width: 150px;border-radius: 6px;background-color: #FFFFFF;box-shadow: 0 0 6px #ccc;border-top: 3px solid #016AD9;padding: 10px 0;margin-top:10px;position: absolute;z-index: 999;margin-left: -40px;}
.nav li ul li{width: 100%;height: 45px;line-height: 45px;text-align: center;padding: 0;margin: 0;}
.nav li ul li a{display: block;background: #FFFFFF;}
.nav li ul li a:hover{background: #F8F8F8;}
.search{width: 32px;height: 32px;background: url(../img/icon-search.png) no-repeat;background-size: 32px 32px;margin-top:30px;margin-left: 60px;;}
.searchbox{width: 100%;background-color: #222;opacity: 0.9;position: fixed;top: 0;bottom: 0;z-index: 999;display: none;}
.searchbox .searchfld{width: 800px;margin:250px auto 0 auto;}
.searchinput{width: 685px;height: 60px;background-color: #FFFFFF;padding-left: 15px;overflow: hidden;}
.searchinput input{border: none;width: 100%;height: 100%;font-size: 16px;line-height: 100px;}
.searchbtn{width: 100px;height: 60px;background:url(../img/icon-search-2.png) #016AD9 no-repeat center center;border: none;}
.searchbtn:hover, .close:hover, .search:hover{cursor: pointer;}
.close{width: 48px;height: 48px;margin: 50px 384px;background: url(../img/close.png) no-repeat center center;background-size: 36px 36px;}
/* slide */
.slideBox{width:100%;height:600px;overflow:hidden;position:relative}
.slideBox .hd{width:100%;position:absolute;bottom:0;z-index:1}
.slideBox .hd ul{text-align:center}
.slideBox .hd ul li{width:80px;height:4px;margin:0 3px 30px 3px;display:inline-block;position:relative}
.slideBox .hd ul li .dot{width:80px;height:4px;background-color:hsla(0,0%,60%,.4)}
.slideBox .hd ul li.on .liner{width:80px;height:4px;animation:liner 2.5s;position:absolute;top:0;left:0;background:linear-gradient(90deg,#003e80,#ea5e0a)}
.slideBox .hd ul li:hover .dot{display:none}
.slideBox .hd ul li:hover{width:80px;height:4px;transform:translateY(-50%);background:linear-gradient(90deg,#003e80,#ea5e0a);transition:all .1s ease;cursor: pointer;}
.slideBox .hd ul li:hover span{display:inline-block}@keyframes liner{from{width:0}to{width:100%}}
.slideBox .bd{width:100%;position:relative;height:600px;overflow:hidden}
.slideBox .bd li{text-align:center;position: relative;}
.slideBox .bd li p{width:100%;color: #FFFFFF;font-size: 22px;text-align: center;background-color: none;position: absolute;top: 30%;text-shadow: 1px 1px 6px #555;}
.slideBox .bd li p strong{display: block;padding-bottom: 20px;font-size: 90px;}
.slideBox .bd img{width:1920px;height:600px}
.slideBox .bd:hover~.prev, .slideBox .bd:hover~.next{display:block}
.slideBox .prev:hover, .slideBox .next:hover{display:block}
.slideBox .prev{display:none;position:absolute;left:3%;top:50%;margin-top:-25px;width:29px;height:52px;background:url(../img/left_array.png) no-repeat;background-size:cover}
.slideBox .next{display:none;position:absolute;right:3%;top:50%;margin-top:-25px;width:29px;height:52px;background:url(../img/right_array.png) no-repeat;background-size:cover}
.slideBox .bd li.active{animation-name:ai-big-out;animation-duration:.3s;animation-timing-function:ease;animation-fill-mode:forwards}
@keyframes ai-big-out{0%{z-index:3;transform:scale(1.1);opacity:1}50%{transform:scale(1.2);opacity:.5}to{transform:scale(1.3);opacity:1}}
.pbox{width: 98%;margin: 0 1%;background-color: #FFFFFF;margin-bottom: 60px;padding-bottom:20px;overflow: hidden;}
.downarrow-1, .downarrow-2{width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;margin-left: 50px;margin-bottom: 30px;}
.downarrow-1{border-top: 10px solid #3d4eeb;}
.downarrow-2{border-top: 10px solid #ea5e0a;}
/* h2 */
h2{width:50%;padding: 40px 0;color: #FFFFFF;font-size: 38px;font-weight: normal;}
.more{margin-top: 55px;color: #FFFFFF;font-size: 16px;}
.more:hover{color: #FFFFFF;}
.pfld{width: 1200px;margin: 0 auto;background-color: #FFFFFF;box-shadow: 0 0 20px #E8E8E8;overflow: hidden;}
.ptab, .ptab2{width: 100%;}
.ptab span, .ptab2 span{float:left;height: 96px;line-height: 96px;border-top: 3px solid #FFFFFF;border-right: 1px solid #E8E8E8;border-bottom: 1px solid #E8E8E8;text-align: center;font-size: 24px;background-color: #FFFFFF;display: block;}
.ptab span{width: 199px;}
.ptab2 span{width: 299px;}
.ptab span.hover, .ptab2 span.hover{border-bottom: 1px solid #FFFFFF;box-shadow: 2px 0 4px 0 #ebedf0;}
.ptab span.hover{border-top: 3px solid #3D4EEB;}
.ptab2 span.hover{border-top: 3px solid #EA5E0A;}
.ptab span:last-child, .ptab2 span:last-child{border-right: none;}
.pro{float:left;width: 260px;height:240px;margin:40px 0 0 32px;overflow: hidden;}
.pro .imgbox{width: 100%;height: 200px;position: relative;border-radius: 8px;overflow: hidden;}
.pro .imgbox img{width:100%;height: 100%;}
.pro .imgbox .show{width: 100%;height:100%;background-color: #000;position: absolute;left: 0;top: 0;opacity: 0.3;}
.pro i{width: 48px;height: 48px;background: url(../img/search.png) no-repeat;position: absolute;z-index: 999;left: 50%;top: 50%;margin-left: -24px;margin-top: -24px;display: block;background-size: 48px 48px;display: none;}
.pro i:hover{cursor: pointer;}
.pro p{width: 100%;line-height:40px;display: block;text-align: center;font-size: 16px;}
.promore{width: 1140px;margin: 20px 30px 0 30px;border-top: 1px solid #E8E8E8;padding: 20px 0;}
.promore p{display: flex;align-items: center;margin: auto;width: 160px;}
.promore a{font-size: 16px;}
.promore img{margin-left: 10px;}
/* about */
.about{width: 100%;margin-bottom:30px;padding: 50px 0;background-color: #F0F0F0;overflow: hidden;}
.abox{width: 1200px;margin: auto;background-color: #FFFFFF;box-shadow: 0 0 20px #E8E8E8;overflow: hidden;}
.abox .apic{width: 570px;}
.abox .acon{width: 550px;padding: 30px 40px 0 40px;}
.abox .acon h3{width: 100%;font-size: 30px;color: #000000;}
.abox .acon .aline{width: 60px;height: 4px;margin-top: 20px;display: block;background-color: #003E80;}
.abox .acon p{width: 100%;line-height: 24px;padding-top: 20px;}
.abox .acon p a{padding: 1px 6px;color: #FFFFFF;background: #016AD9;border-radius: 4px;}
.company dl{float: left;width: 50%;padding-top: 25px;}
.company dl dt, .company dl dd{width: 100%;}
.company dl dt{font-size: 12px;}
.company dl dt span{font-size: 32px;font-weight: bold;font-family: 'Impact',coolman;color: #000000;padding-right: 8px;}
.nabout{border-bottom: 1px dotted #DDDDDD;overflow: hidden;padding-bottom: 20px;margin-bottom: 30px;}
/* index news */
.inews-t{width: 100%;font-size: 36px;color: #000000;}
.inews{float: left;width: 775px;padding-top: 20px;}
.inews ul{width: 100%;}
.inews li{float: left;width: 337px;margin-right: 50px;border-bottom: 1px dotted #DDDDDD;}
.inews li a{width: 317px;font-size: 16px;height: 55px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;float: left;line-height: 55px;}
.inews li strong{color: #999;width: 20px;display: block;float: left;line-height: 55px;}
.inews-img{float: left;width: 425px;margin-bottom: 50px;padding-top: 30px;}
.inews-img img{border-radius: 5px;}
/* copyright */
.bottom{width: 100%;background: url(../img/bottom.jpg) repeat center center;}
.bottom dl{float:left;}
.bottom dt{width: 100%;padding-top: 40px;padding-bottom: 20px;font-size: 22px;color: #fff;}
.bottom dd{width: 100%;height:40px;line-height:40px;font-size: 14px;color: #bbbbbb;font-family: 'coolman';overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.bottom dd a{color: #bbbbbb;}
.copyright{width: 1200px;margin: 20px auto 0 auto;text-align: center;border-top: 1px solid #333;color: #888;line-height: 40px;}
.fixed{position: fixed;top: -93px;z-index: 99;border-top: 3px solid #003E80;box-shadow: 0 0 5px #999;}
.positon{width: 100%;height: 50px;line-height:50px;border-bottom: 1px solid #F0F0F0;}
p.con{width: 1000px;padding: 50px 100px;line-height: 30px;font-size: 16px;}
/* 内页 */
.nbanner{width:100%;height: 350px;}
.bg-about{background: url(../img/pic-about.jpg) no-repeat center center;}
.bg-news{background: url(../img/pic-news.jpg) no-repeat center center;}
.bg-pro{background: url(../img/pic-product.jpg) no-repeat center center;}
.bg-contact{background: url(../img/pic-contact.jpg) no-repeat center center;}
.bg-case{background: url(../img/pic-case.jpg) no-repeat center center;}
.bg-pq{background: url(../img/pic-penqiang.jpg) no-repeat center center;}
.bg-gmb{background: url(../img/pic-gmb.jpg) no-repeat center center;}
.nbanner p{line-height: 350px;width: 1200px;margin: auto;text-align: right;color: #FFFFFF;font-size: 40px;font-family: 'coolman';text-shadow: 0 0 6px #666666;}
.layout{width: 1200px;margin: auto;}
.lbox{width: 240px;float: left;}
.navbar{width: 100%;margin-top: -70px;}
.navbar dl{width: 100%;background-color: #FFFFFF;box-shadow: 0 0 6px #ddd;overflow: hidden;}
.navbar dl dt{width: 100%;line-height:70px;height:70px;text-align: center;font-size: 22px;color: #FFFFFF;background-color: #005BBD;}
.navbar dl dd{width: 100%;line-height: 50px;text-align: center;border-bottom: 1px solid #F0F0F0;}
.navbar dl dd a{display: block;}
.navbar dl dd a:hover, .navbar dl dd a.hover{background-color: #f8f8f8;font-weight: bold;color: #0066CC;}
.rbox{width: 910px;float: right;}
.newsbox{float: left;width: 800px;padding-bottom: 100px;margin-top: 40px;}
.newsbox h1{width: 100%;font-size: 30px;color: #000000;padding-bottom: 15px;font-weight: normal;}
.zhaiyao span{font-size: 14px;padding-right: 20px;}
.zhaiyao{background-color: #F8F8F8;border-radius: 5px;width: 770px;color: #666;padding: 15px;line-height: 22px;margin-top: 30px;}
.tuijian{float: right;width: 340px;background-color: #F9F9F9;overflow: hidden;border-top: 1px solid #016AD9;margin-top: 40px;}
.tuijian h3{width: 310px;padding: 15px 15px;font-size: 22px;color: #000000;}
.tuijian dl{width: 310px;padding: 0 15px;border-bottom: 1px solid #F0F0F0;overflow: hidden;padding-bottom: 15px;margin-top: 15px;}
.tuijian dl dt, .tuijian dl dd{float: left;height: 60px;}
.tuijian dl dt{width: 80px;margin-right: 15px;}
.tuijian dl dt img{width: 100%;height: 100%;}
.tuijian dl dd{width: 215px;font-size: 16px;}
.tuijian dl dd span{font-size: 12px;color: #999999;display: block;padding-top: 5px;}
/* page */
.page{width: 100%;padding: 30px 0 80px 0;}
.newslist{width: 100%;overflow: hidden;border-bottom: 1px solid #E8E8E8;margin-top: 30px;padding-bottom: 30px;}
.newslist .newsimg{width: 235px;height: 170px;float: left;position: relative;margin-right: 35px;}
.newslist .newsimg img{width: 100%;height: 100%;border-radius: 5px;}
.newslist .newscon{overflow: hidden;}
.newslist .newscon .newstitle{width: 100%;padding-bottom: 15px;font-weight: normal;font-size: 22px;color: #000000;display: block;}
.newslist .newscon p{width: 100%;line-height: 30px;color: #888;font-size: 14px;}
.newslist .newscon .viewnum{display: block;background: url(../img/icon-view.png) no-repeat left center;margin-top: 15px;padding-left: 25px;font-size: 12px;color: #999999;background-size: 16px 16px;}
.pagination{width: 100%;text-align: center;}
.pagination ul{width: 100%;}
.pagination li{display: inline-block;margin: 0 3px;}
.pagination li a{display: block;font-family: 'coolman';padding: 8px 15px;border-radius: 4px;border: 1px solid #e8e8e8;font-size: 16px;}
.pagination li.active a, .pagination li a:hover{background-color: #0000FF;color: #fff;border: 1px solid #0000FF;}
/* product */
.plist{width: 950px;overflow: hidden;}
.product{float:left;width: 275px;height:315px;margin:40px 40px 0 0;overflow: hidden;border-radius: 5px 5px 0 0;}
.product .imgbox{width: 100%;height: 212px;position: relative;overflow: hidden;}
.product .imgbox img{width:100%;height: 100%;}
.product .imgbox .show{width: 100%;height:100%;background-color: #000;position: absolute;left: 0;top: 0;opacity: 0.3;}
.product i{width: 48px;height: 48px;background: url(../img/search.png) no-repeat;position: absolute;z-index: 999;left: 50%;top: 50%;margin-left: -24px;margin-top: -24px;display: block;background-size: 48px 48px;display: none;}
.product i:hover{cursor: pointer;}
.product .procon{width: 245px;padding:0 15px;height: 100px;overflow: hidden;background-color: #F9F9F9;border-bottom: 3px solid #016AD9;}
.product .procon .protitle{width: 100%;height: 50px;line-height: 50px;color: #000000;font-weight: bold;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.product .procon p{width: 100%;height:50px;font-size: 14px;color: #999;}
.product-imgbox,.product-con{height: 580px;margin-top: 30px;}
.product-imgbox{width: 625px;}
/* product img */
.swiper-container{width:100%;margin-left:auto;margin-right:auto;}
.swiper-slide{background-size:cover;background-position:center;}
.swiper-slide img{width: 100%;height: 100%;}
.gallery-top{height:462px;width:100%;}
.gallery-thumbs{height:100px;box-sizing:border-box;margin-top: 10px;}
.gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:0.4;}
.gallery-thumbs .swiper-slide-thumb-active{opacity:1;}
.product-con{width: 530px;position: relative;}
.product-con h1{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #DDDDDD;font-size: 36px;color: #000000;}
.product-con dl, .product-con dl dt, .product-con dd{width: 100%;}
.product-con dl{overflow: hidden;margin-top: 35px;}
.product-con dl dt{display: flex;color: #333333;font-weight: bold;font-size: 20px;align-items: center;}
.product-con dl dt i{width:10px;height: 20px;display:inline-block;border-radius: 6px;background-color: #007AFF;margin-right: 12px;}
.product-con dl dd{color: #888888;font-size: 16px;max-height: 70px;overflow: hidden;padding-top: 15px;}
.product-con dl dd span{float: left;padding-right: 35px;background: url(../img/yes.png) no-repeat left center;padding-left: 25px;line-height: 18px;background-size: 16px 16px;margin-top: 8px;}
.product-con .zxbtn{margin:10px 0;width:530px;height:95px;background-color: #EA5E0A;display: block;position: absolute;bottom: 0;text-align: center;vertical-align: middle;}
.product-con .zxbtn:hover{cursor: pointer;background-color: #fe7b23;}
.product-video{width: 750px;margin:10px auto;display: block;}
.product-video p{width: 100%;margin: 10px auto 20px auto;text-align: center;}
.zxbox{width: 480px;height: 160px;padding:25px;position: absolute;bottom: 95px;background-color: #FD8737;display: none;}
.zxbox .zximg{width:160px;height: 160px;margin-left:20px;margin-right: 20px;position: relative;float: left;overflow: hidden;border-radius: 6px;}
.zxbox .zxtxt{overflow: hidden;}
.zxbox p{color: #FFFFFF;font-size: 18px;padding-bottom: 10px;padding-top:8px;}
.zxbox p strong{font-size: 30px;font-family: 'coolman';letter-spacing:2px;font-weight: normal;}
.product-con .zxbtn i{height:95px;line-height:95px;background: url(../img/icon-zx.png) no-repeat;background-size: 40px 40px;padding-left: 60px;font-style: normal;color: #FFFFFF;font-size: 32px;}
.product-info{width: 100%;padding-bottom: 50px;margin-top: 20px;}
.product-info .product-t{width: 100%;height: 50px;background-color: #F0F0F0;}
.product-info .product-t h2{padding:0;height:50px;line-height: 50px;width: 200px;text-align: center;background-color: #016AD9;color: #FFFFFF;font-size: 20px;}
.product-info .pcontent{width: 100%;padding-top: 20px;font-size: 18px;line-height: 26px;}
.product-info .pcontent a, .product-info .pcontent a strong{color: #0066CC;}
.product-xg{width: 100%;height: 60px;border-bottom: 1px solid #F0F0F0;}
.product-xg i{width:10px;height: 20px;border-radius: 6px;background-color: #007AFF;margin:20px 12px 20px 30px;float: left;}
.product-xg h3{float: left;width: 250px;line-height: 60px;color: #333333;font-size: 22px;}
.product-pb{margin-bottom: 40px;padding-bottom: 20px;}
/* contact */
.cbox{width: 100%;}
.cbox dl{float: left;width:19%;padding:50px 2% 50px 3%;border-right: 1px solid #F0F0F0;}
.cbox dl:last-child{border-right: none;}
.cbox dl dt{width: 100%;height: 50px;}
.cbox dl dd{width: 100%;text-align: center;color: #000;padding-top: 35px;font-family: 'coolman';}
.cicon-tel{background: url(../img/icon-tel.png) no-repeat center center;}
.cicon-add{background: url(../img/icon-add.png) no-repeat center center;}
.cicon-email{background: url(../img/icon-email.png) no-repeat center center;}
.cicon-phone{background: url(../img/icon-phone.png) no-repeat center center;}
.mbox{width: 1000px;margin: 60px auto;}
.input-1, .input-2{border: 2px solid #F0F0F0;background-color: #FFFFFF;padding-left: 10px;}
.input-1{width: 440px;height: 50px;line-height: 50px;}
.input-2{width: 990px;height: 150px;margin-top: 45px;padding-top: 10px;}
.submit{width: 400px;height:60px;line-height:60px;margin: 45px 300px 0 300px;cursor:pointer;border: none;background: #016AD9;color: #fff;font-size: 22px;text-align: center;}
.submit:hover{background-color: #CC5522;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap;}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word;}
.prev{width: 48px;height: 48px;position: fixed;right: 50px;bottom: 110px;}
/* view */
.view{width: 1000px;margin: auto;padding: 0 100px 50px 100px;}
.title{width: 100%;text-align: center;overflow: hidden;margin-bottom: 50px;font-size: 30px;color: #000000;padding-top: 50px;}
.linebg{background: url(../img/line.gif) no-repeat center 50px;}
.title span{width: 60px;height: 4px;margin: 15px auto 0 auto;display: block;background-color: #016AD9;}
.content{width: 100%;font-size: 16px;padding-bottom: 100px;line-height: 28px;padding-top: 30px;}
.content a, .content a strong{color: #005BBD;}
.content p, .content span, .content h3, .content h4{font-size: 16px;line-height: 28px;}
/* rightbar */
.rightbar{position: fixed;right: 0;width: 60px;border-left: 1px solid #F0F0F0;background-color: #F9F9F9;top: 0;bottom: 0;box-shadow: -1px 0 8px #DDDDDD;}
.items{width: 100%;position: absolute;top: 40%;}
.items ul{width: 100%;}
.items li{width: 48px;height: 48px;margin: 25px 6px;display: block;font-size:0;position: relative;}
.items li.wx{background: url(../img/icon.png) no-repeat  -48px 0;background-size: 144px 96px;}
.items li.wx:hover{background: url(../img/icon.png) #F0F0F0 no-repeat  -48px -48px;background-size: 144px 96px;}
.items li.wx span{width: 188px;height: 188px;background: #FFFFFF;box-shadow: 0 0 8px #CCCCCC;position: absolute;right: 65px;top: 0;display: none;}
.items li.qq{background: url(../img/icon.png) no-repeat 0 0;background-size: 144px 96px;}
.items li.qq:hover{background: url(../img/icon.png) #F0F0F0 no-repeat 0 -48px;background-size: 144px 96px;cursor: pointer;}
.items li.tel{background: url(../img/icon.png) no-repeat  -96px 0;background-size: 144px 96px;}
.items li.tel span{height: 50px;line-height: 50px;width:200px;text-align:center;font-size: 22px;color: #000000;font-family: 'coolman';background: #FFFFFF;box-shadow: 0 0 8px #CCCCCC;position: absolute;right: 65px;top: 0;display: none;}
.items li.tel:hover{background: url(../img/icon.png) #F0F0F0 no-repeat  -96px -48px;background-size: 144px 96px;}
.items li.backtop{background: url(../img/arrow-up.png) no-repeat center center;}
.items li.backtop:hover{cursor: pointer;}
/* 合作伙伴 */
.hz{float: left;width: 180px;height: 110px;margin: 30px 10px;}
.hz .hzimg{width: 178px;border: 1px solid #ddd;height: 75px;text-align: center;display: table-cell;vertical-align: middle;}
.hz span{display: block;width: 100%;height: 35px;line-height: 35px;text-align: center;}