@charset "utf-8";
/******************************************************

 功能：主样式表
 
 ******************************************************/

/* 全局背景、字体、字号、颜色、行高、页边距等 */
html { -webkit-text-size-adjust: none; }
* { margin:0px; padding:0px; }
body { margin:0px; padding:0px; font-size:12px; color:#000; font-family:tahoma, arial, 微软雅黑, 宋体, sans-serif;overflow-x:hidden;}
/* CSS3盒子模型 */
ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; }
em, i { font-style:normal; }
em { display:inline-block; vertical-align:middle; }
fieldset { border:none; margin:0; padding:0; }
input, select, textarea { font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; }
/* 公共匹配样式 */
* { outline:none; }
a, img { border:none; }
img { border:none; vertical-align:middle; }
/* 链接 */
a { text-decoration:none; color:#333; }
a:hover { color:#333; text-decoration:none; }
a:visited { text-decoration:none; color:#333; }
a:active { text-decoration:none; color:#333; }
input[type=button], input[type=reset], input[type=submit] { cursor:pointer; -webkit-appearance: none; }
.clear:after{clear:both;display:table;height:0;content:"";}
.left{float:left;}
.right{float:right;}
.box{ max-width: 1300px; margin-left:auto; margin-right:auto;}
/*引导页*/
.index_box{width:100%;height: calc(100vh);position: relative;background-size:cover !important;background-position: center;}
.index_box .logo{position:absolute;top:5vh;left:5vw;z-index:9;}
.index_box .logo img{height:70px;}
.index_box .nr{position:absolute;width:100%;height:100%;}
.index_box .nr .one{position:absolute;left:50%;top:50%;margin-left:-20vw;margin-top:-60px;}
.index_box .nr .two{position:absolute;right:50%;top:50%;margin-right:-20vw;margin-top:-60px;}
.index_box .nr a{display: block;color:#fff;text-align: center;}
.index_box .nr a p{font-size:28px;padding-top:10px;}
/*切换*/
.qiehuan{height:80px;overflow: hidden}
.qiehuan_box{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.qiehuan ul{padding-top:26px;}
.qiehuan ul li{float:left; background:#7a7a7a;height:54px;line-height:54px;text-align: center; width:268px;border-top-left-radius:15px;border-top-right-radius:15px;}
.qiehuan ul li a{color:#fff;display:block;font-size:18px;border-top-left-radius:15px;border-top-right-radius:15px;}
.qiehuan ul li .on{background:#00b0e9;box-shadow:3px 3px 5px rgba(0, 0, 0, 0.4);position:relative;z-index: 99;}
.qiehuan ul li:nth-child(1){width:250px;}
.qiehuan ul li:nth-child(2){position:relative;left:-5px;}
/*头部*/
.shoujinav_box{display:none}
.shoujinav{display:none}
.header{width:100%;height:100px; background:#fff;display: block}
.header_box{max-width:1400px; margin-left: auto;margin-right: auto;}
.header .logo{line-height: 100px;}
.header .logo img{height: 45px;}
.header .nav{line-height: 100px;}
.header .nav ul li{float:left;margin-left:38px;font-size:17px;}
.header .nav ul li a{display:block;}
.header .nav ul li a:hover{color:#00b0e9;}
.header .nav ul li .on{color:#00b0e9;}
.header .tel{margin-left:38px;margin-top:22px;}
.header .tel span{display:inline-block;background:url(../images/tel.png)no-repeat left center;height:24px;line-height: 24px;padding-left: 30px;font-size:20px;color:#00b0e9;font-weight: bold;}
.header .tel a{display: block;width: 152px;height: 26px;line-height: 26px;text-align: center;background:#00b0e9;font-size:16px;color:#fff;border-radius:30px;margin-top: 5px;}
/*banner*/
.banner .swiper-slide{width:100%;height: calc(100vh - 180px);}
.banner .swiper-slide a{width:100%;height:100%;}
.banner .swiper-pagination-bullet{width: 46px;height: 4px;background:#00b0e9;border-radius:0;}
.banner .swiper-pagination-bullets{bottom:40px !important;}
.ny_banner{width:100%;height:410px;}
.ny_banner a{display:block;width:100%;height:100%;}
.ny_banner1{width:100%;height:400px;}
.ny_banner1 a{display:block;width:100%;height:100%;}
.ny_banner2{width:100%;height:520px;}
.ny_banner2 a{display:block;width:100%;height:100%;}
.ny_banner3{width:100%;height:565px;}
.ny_banner3 a{display:block;width:100%;height:100%;}
/*产品栏目*/
.cp_nav{max-width:1200px;margin-left: auto;margin-right: auto;padding-top: 45px;}
.cp_nav .top{text-align: center;color:#373737;}
.cp_nav .top span{display:block;font-size:30px;}
.cp_nav .top p{font-size:18px;margin-top:5px;}
.cp_nav .top p i{display:inline-block;background:url(../images/yuan.png)no-repeat left center;padding-left:17px;margin-left:7px;}
.cp_nav .content{margin-top: 75px;}
.cp_nav .content ul li{width:calc(12.5% - 1px);float:left;}
.cp_nav .content ul li:last-child .img{border-right:1px solid #dedede;}
.cp_nav .content ul li .img{width:100%;padding-top:61%;position:relative;overflow: hidden;border-left:1px solid #dedede;}
.cp_nav .content ul li .img .img1{position:absolute;top:0;left:0;width:100%;height: 100%;transition:all 0.3s}
.cp_nav .content ul li .img .img2{position:absolute;top:-100%;left:0;width:100%;height: 100%;transition:all 0.3s}
.cp_nav .content ul li .name{height:24px;line-height:24px;text-align: center;color:#909090;font-size:14px;margin:10px 5% 0 5%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.cp_nav .content ul li:hover .img .img1{top:100%;}
.cp_nav .content ul li:hover .img .img2{top:0;}
.cp_nav .content ul li:hover .name{color:#00b0e9;}
/*效果图*/
.xiaoguotu{text-align: center;max-width:1420px;margin-left: auto;margin-right: auto;margin-top: 150px;}
.xiaoguotu .img{max-width:100%;position: relative;cursor: pointer;}
.xiaoguotu .img .img1{position:relative;width:100%;}
.xiaoguotu .img .img2{position:absolute;width: 100%;height: 100%;top:0;left:0;display: none;}
.xiaoguotu .img:hover .img2{display: block;}
/*公司实力*/
.shili{width:100%;background:#f7f7f7;padding-top: 60px;padding-bottom: 60px;margin-top: 160px;}
.shili .shili_box{max-width:1260px;margin-left: auto;margin-right: auto;}
.shili .shili_box .top{font-size:30px;text-align: center;color:#373737;padding-bottom: 30px;}
.shili .shili_box ul li{width:33.33%;float:left;margin-bottom: 30px;height: 60px;}
.shili .shili_box ul li span{display:inline-block;width: 60px;text-align: right;font-size:50px;font-weight: bold;color:#009cff;padding-left:8%;}
.shili .shili_box ul li i{display:inline-block;color:#373737;font-size:18px;padding-left: 5px;}
/*工程案例*/
.gongcheng{max-width:1420px;margin-left: auto;margin-right: auto;padding-top: 50px;}
.gongcheng .top{text-align: center;color:#373737;}
.gongcheng .top span{display:block;font-size:30px;}
.gongcheng .top p{font-size:18px;margin-top:5px;}
.gongcheng .top p i{display:inline-block;background:url(../images/yuan.png)no-repeat left center;padding-left:17px;margin-left:7px;}
.gongcheng .title{padding-top: 50px;}
.gongcheng .title ul li{width: 16.66%;float:left; text-align: center;}
.gongcheng .title ul li .img img{max-width:100%;}
.gongcheng .title ul li .name{max-width:100%;font-size:14px;height:30px;line-height: 30px;margin-top: 5px;}
.gongcheng .title ul li:hover .name{color:#00bff6;}
.gongcheng .content{padding-top: 30px;}
.gongcheng .content ul li{width:15.8%;float:left;margin-left:1%;box-shadow:0 5px 9px rgba(0, 0, 0, 0.4)}
.gongcheng .content ul li:nth-child(1){margin-left:0;}
.gongcheng .content ul li a{display:block;border:2px solid #bcbcbc;}
.gongcheng .content ul li .img{width:100%;position: relative;padding-top: 63%;overflow: hidden;}
.gongcheng .content ul li .img img{width:100%;height: 100%;position:absolute;top:0;left:0;transition:all 0.6s;}
.gongcheng .content ul li:hover .img img{transform: scale(1.1)}
/*新闻*/
.news{width:100%;background:#f7f7f7;margin-top: 60px;padding-top: 55px;padding-bottom: 55px;}
.news .top{text-align: center;color:#373737;}
.news .top span{display:block;font-size:30px;}
.news .top p{font-size:18px;margin-top:5px;}
.news .top p i{display:inline-block;background:url(../images/yuan.png)no-repeat left center;padding-left:17px;margin-left:7px;}
.news .content{max-width:1200px;margin-left: auto;margin-right: auto;padding-top: 35px;}
.news .content .zuo{width:53.4%;}
.news .content .zuo .img{width:100%;padding-top:65.6%;position:relative;overflow: hidden;}
.news .content .zuo .img img{width:100%;height: 100%;position: absolute;top:0;left:0;transition:all 0.6s;}
.news .content .zuo .img i{width:100%;height:70px;line-height: 70px; position: absolute;bottom:0;left:0;font-size:34px;color:#fff;background:url(../images/xwbg.png);text-indent:4%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.news .content .zuo .time{color:#009cff;font-size:15px;margin-top:8px;padding-left: 4%;}
.news .content .zuo a:hover .img img{transform: scale(1.1)}
.news .content .you{width:45%;}
.news .content .you ul li{border-bottom:2px solid #e1e1e1;margin-bottom: 7.4%;}
.news .content .you ul li:last-child{border-bottom:none;margin-bottom:0;}
.news .content .you .img{width:31.5%;padding-top:20.8%;position:relative;overflow: hidden;}
.news .content .you .img img{width:100%;height: 100%;position: absolute;top:0;left:0;transition:all 0.6s;}
.news .content .you .text{width:66%;}
.news .content .you .text .time{font-size:15px;padding-top: 8px;}
.news .content .you .text .name{font-size:18px;padding-top: 8px;}
.news .content .you a:hover .img img{transform: scale(1.1)}
.news .content .you a:hover .text .name{color:#00bff6;}
.news .more{text-align: center;font-size:14px;text-transform: uppercase;padding-top: 10px;}
.news .more a{display: inline-block;border-bottom:2px solid #c6c6c6;padding-bottom:8px;}
.news .more a:hover{color:#00bff6;border-bottom:2px solid #00bff6;}
/*合作客户*/
.dn_kehu{display:block;}
.sj_kehu{display: none;}
.kehu{max-width: 1400px;margin-left: auto;margin-right: auto;position: relative;padding-top: 90px;}
.kehu .top{text-align: center;color:#373737;}
.kehu .top span{display:block;font-size:30px;}
.kehu .top p{font-size:18px;margin-top:5px;}
.kehu .top p i{display:inline-block;background:url(../images/yuan.png)no-repeat left center;padding-left:17px;margin-left:7px;}
.kehu_nr{height:30vw;width:100%;margin-top:50px;}
.kehu_nr .swiper-slide{width:14.28%;background:#dae3eb;height:auto;cursor: pointer;}
.kehu_nr .end{background:#fff;}
.kehu_nr .swiper-slide .img img{width:100%;height:8.6vw;}
/*.kehu_nr .swiper-slide:hover img{opacity:1;-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);}*/
.kehu_nr .swiper-pagination-bullet{width:10px;height:10px;background:#bbbbbb;opacity:1;}
.kehu_nr .swiper-pagination-bullet-active{background:#009cff;}
.kehu_nr .swiper-pagination-bullets{bottom:0 !important;}
/*版权*/
.banquan{background:#444444;margin-top: 100px;padding-top: 60px;}
.banquan .banquan_box{max-width: 1300px;margin-left: auto;margin-right: auto;}
.banquan .banquan_box .bq_nav{padding-left:7vw;}
.banquan .banquan_box .bq_nav dl{float:left;padding-right:20px;margin-right:20px;border-right:1px solid #4d4d4d;}
.banquan .banquan_box .bq_nav dl dt a{display: block; color:#fff;font-size:16px;margin-bottom: 16px;}
.banquan .banquan_box .bq_nav dl dd a{display: block; color:#fff;font-size:14px;opacity:0.3;line-height: 24px;}
.banquan .banquan_box .bq_nav dl dd a:hover{opacity:0.45;}
.banquan .banquan_box .bq_xw{padding-top: 20px;padding-bottom:20px; border-top:1px solid #4d4d4d;margin-top: 80px;line-height: 24px;}
.banquan .banquan_box .bq_xw span{font-size:16px;color:#fff;}
.banquan .banquan_box .bq_xw a{font-size:14px;color:#fff;opacity:0.2;padding-right:3%;}
.banquan .banquan_box .bq_xw a:hover{opacity:0.3;}
.banquan1{background:#383838;}
.banquan1 .banquan_box1{max-width: 1300px;margin-left: auto;margin-right: auto;padding-top:18px;padding-bottom:18px;position: relative;}
.banquan1 .banquan_box1 .zuo{color:#858585;font-size:14px;line-height: 24px;}
.banquan1 .banquan_box1 .zuo a{color:#858585;}
.banquan1 .banquan_box1 .zhong{margin-left: 5%;position:relative;}
.banquan1 .banquan_box1 .zhong .yqlj{font-size:14px;text-indent: 15px;color:#999; width:248px;height: 32px;line-height:32px;border:1px solid #494949;border-radius:5px;overflow: hidden;background:url(../images/jt.png)no-repeat 230px center;margin-top: 6px;}
.banquan1 .banquan_box1 .zhong .yqlj1{position:absolute;background:#fff;left:0;top:-139px;width:250px;height:124px; padding:10px 0;overflow-y: scroll;display: none;}
.banquan1 .banquan_box1 .zhong .yqlj1 ul li{font-size:14px;padding-left:15px;padding-right: 15px;}
.banquan1 .banquan_box1 .zhong .yqlj1 ul li a{display: block;line-height: 26px;}
.banquan1 .banquan_box1 .zhong .yqlj1 ul li a:hover{color:#00bff6;}
.banquan1 .banquan_box1 .you{position:absolute;right:0;bottom:25px;}
.banquan1 .banquan_box1 .you ul li{float:left;margin-left: 15px;background:#fff;border:8px solid #fff;}
.banquan1 .banquan_box1 .you ul li img{width:82px;height: 82px;}
.banquan1 .banquan_box1 .you ul li .name{padding-top:8px;}
/*案例栏目*/
.case_lm{width:100%;background:#595959;line-height: 68px;}
.case_lm1{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.case_lm1 span{display:block;background:#3c3c3c;}
.case_lm1 span a{display:block;float:left; font-size:16px;color:#fff;padding:0 25px;}
.case_lm1 span .on{background:#10a0cf;}
.case_lm1 i{display: block;margin-left: 10px;}
.case_lm1 i a{display:block;float:left; font-size:16px;color:#fff;padding:0 25px;}
.case_lm1 i .on{color:#10a0cf;}
/*案例内容*/
.case_lb{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.case_lb ul{padding-top:100px;}
.case_lb ul li{width:32%;margin-right:2%;margin-bottom: 2%; float:left;padding-bottom: 15px;transition:all 0.6s;}
.case_lb ul li:nth-child(3n){margin-right:0;}
.case_lb ul li .img{width:100%;padding-top:62.5%;position: relative;overflow:hidden}
.case_lb ul li .img img{width:100%;height: 100%;position: absolute;top:0;left:0;transition:all 0.6s;}
.case_lb ul li .name{font-size:18px;line-height: 24px;margin:15px 5px 0 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.case_lb ul li .time{margin-left: 5px;margin-top: 5px;}
.case_lb ul li:hover{box-shadow:0 0 10px rgba(0, 0, 0, 0.4)}
.case_lb ul li:hover .img img{transform: scale(1.1)}
/*案例详情*/
.case_xq{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.case_xq1{background:#fff;border-radius:20px;overflow: hidden;padding:0 40px;margin-top: 35px;}
.case_xq2{max-width:950px;margin-left: auto;margin-right: auto;}
.case_xq1 .name{font-size:28px;text-align: center;color:#666;padding-top: 35px;}
.case_xq1 .time{line-height: 24px;height: 24px;text-align: center;margin-top:30px;font-size:14px;color:#666;}
.case_xq1 .time span{display:inline-block;line-height: 24px;height: 24px;}
.case_xq1 .time .fenx{display:inline-block;margin-left: 5%}
.case_xq1 .time .fenx i{display:inline-block;}
.case_xq1 .content{font-size:14px;line-height: 24px;color:#666;padding-top:40px;}
.case_xq1 .content img{max-width:100%; height:auto !important;display: block;margin-left: auto;margin-right: auto;}
.case_xq1 .fy{border-top:1px dashed #aaa;margin-top: 40px;padding-top: 40px;padding-bottom:60px;}
.case_xq1 .fy .zuo{font-size:14px;line-height: 26px;}
.case_xq1 .fy .zuo a{color:#666;}
.case_xq1 .fy .zuo a:hover{color:#10a0cf;}
.case_xq1 .fy .you a{display:block;width: 210px;height: 52px;line-height: 52px;background:#43acde;text-align: center;border-radius:5px;font-size:15px;color:#fff;}
.case_xq1 .fy .you a span{display:inline-block;background:url(../images/fh.png) no-repeat left center;padding-left:30px;}
/*新闻列表页*/
.news_lb{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.news_title{padding-top: 40px;}
.news_title ul li{height:32px;line-height: 32px;float:left;}
.news_title ul li a{display: block;padding:0 25px;font-size:16px;}
.news_title ul li a:hover{color:#fff;background:#10a0cf}
.news_title ul li .on{color:#fff;background:#10a0cf}
.news_lb .nr{background:#fff;}
.news_lb .nr .title{font-size:40px;text-align: center;color:#00b0e9;padding-top: 40px;padding-bottom: 50px;}
.news_lb .nr .news_one{max-width:820px;margin-left: auto;margin-right: auto;}
.news_lb .nr .news_one .img{width:50%;position:relative;overflow: hidden;}
.news_lb .nr .news_one .img img{width:100%;transition:all 0.6s;}
.news_lb .nr .news_one .text{width:47%;color:#282828}
.news_lb .nr .news_one .text .time{font-size:18px;padding-top: 8px;}
.news_lb .nr .news_one .text .name{font-size:20px;line-height: 160%;margin-top:6px;}
.news_lb .nr .news_one .text .more{width:190px;height: 60px;line-height: 60px;text-align: center;border:1px solid #10a0cf;font-size:16px;color:#10a0cf;margin-top: 20%;}
.news_lb .nr .news_one:hover .img img{transform: scale(1.1)}
.news_lb .nr .news_one:hover .name{color:#10a0cf;}
.news_lb .nr .diyi{margin-top:70px;border-top:1px solid #dbdbdb;padding-top: 35px;}
.news_lb .nr li{border-bottom:1px solid #dbdbdb;padding-bottom: 35px;margin-bottom: 35px;height: 30px;line-height: 30px;color:#333;background:url(../images/dsf.jpg) no-repeat 98% center;}
.news_lb .nr li .time{border-right:1px solid #dbdbdb;width: 12%;text-align: center;font-size:16px;}
.news_lb .nr li .name{width:68%;font-size:20px;background:url(../images/xxjt.jpg) no-repeat left center;margin-left:4%;padding-left:4%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.news_lb .nr li:hover .name{color:#10a0cf;}
/*技术支持*/
.technology_box{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.technology_title{width:100%;height:52px;line-height: 52px;background:#595959;}
.technology_title ul li{float:left;}
.technology_title ul li a{display: block;padding:0 35px;font-size:16px;color:#fff;}
.technology_title ul li a:hover{color:#10a0cf;}
.technology_title ul li .on{color:#10a0cf;}
.chanpin_shouce{max-width:370px;margin-left: auto;margin-right: auto;padding-top: 100px;}
.chanpin_shouce .img img{width:100%;}
.chanpin_shouce .more a{display:block;width: 127px;height: 37px;line-height: 37px;text-align: center;color:#fff;background:#00b0e9;font-size:16px;border-radius:30px;margin-left: auto;margin-right: auto;margin-top:55px;}
/*产品说明书*/
.chanpin_instructions{padding-bottom: 150px;}
.chanpin_instructions .top{text-align: center;font-size:30px;color:#444;padding-top: 80px;}
.chanpin_instructions .nr{max-width:700px;margin-left: auto;margin-right: auto;margin-top: 50px;}
.chanpin_instructions .nr .bt{width:55px;line-height:42px;font-size:16px;}
.chanpin_instructions .nr .screening{width:calc(100% - 55px);}
.chanpin_instructions .nr .screening select{display: block;float:left;width:49%;height: 40px;line-height: 40px; background:#f3f3f3;border-color:#d8d8d8;text-indent: 5%;}
.chanpin_instructions .nr .screening select:nth-child(1){margin-right:2%;}
.chanpin_instructions .xiazai a{display: block;width: 130px;height:40px;line-height:40px;color:#fff;text-align: center;font-size:16px;border-radius:20px;background:#00b0e9;margin-left: auto;margin-right: auto;margin-top: 250px;}
/*视频*/
.chanpin_video{padding-top: 30px;}
.chanpin_video ul{padding:0 5%;}
.chanpin_video ul li{width:15%;float:left;margin-right: 2%;margin-bottom: 20px; cursor:pointer;}
.chanpin_video ul li:nth-child(6n){margin-right:0;}
.chanpin_video ul li .img{width:100%;padding-top:143%;position:relative;border-radius:6px;overflow: hidden;}
.chanpin_video ul li .img img{width:100%;height:100%;position:absolute;top:0;left:0;}
.chanpin_video ul li .name{font-size:16px;line-height:24px;height:24px;margin-top:8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.chanpin_video ul li .funame{font-size:14px;line-height:22px;height: 22px;color:#666; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
/*联系我们*/
.contact_lb{max-width:1180px;margin-left: auto;margin-right: auto;padding:0 10px;}
.contact_lb .top{text-align: center;padding-top: 90px;color:#666;}
.contact_lb .top span{display:block;font-size:36px;}
.contact_lb .top p{font-size:30px;}
.contact_lb .map{width:100%;overflow:hidden;margin-top: 48px;border: 1px solid #ccc;}
.contact_lb .map iframe{width:100% !important;overflow:hidden;}
.contact_lb .content{padding-top:10px;padding-bottom: 30px;}
.contact_lb .content .zuo{background:url(../images/dz.jpg)no-repeat left center;padding-left: 60px;margin-top:20px;}
.contact_lb .content .zuo span{font-size:18px;}
.contact_lb .content .zuo p{font-size:14px;line-height: 22px;color:#666;padding-top:10px;}
.contact_lb .content .you{}
.contact_lb .content .you ul li{float:left;margin-left: 12px;}
.contact_lb .content .you ul li img{width:110px;height: 110px;border:2px solid #000;}
.contact_lb .content .you ul li p{text-align: center;line-height: 24px;font-size:14px;color:#666;}
/*联系我们留言*/
.contact_ly{width:100%;background:#fff;padding-bottom: 90px;}
.contact_ly .contact_ly_box{max-width:1180px;margin-left: auto;margin-right: auto;padding:0 10px;}
.contact_ly .contact_ly_box .top{padding-top: 50px;text-align: center;padding-bottom: 90px;font-size:30px;color:#009cff;}
.contact_ly .contact_ly_box .content{}
.contact_ly .contact_ly_box .content li{height:40px;line-height: 40px;width:100%;margin-bottom: 28px;}
.contact_ly .contact_ly_box .content li span{width:calc(33.33% - 30px);float:left;display:block;padding-left: 30px;}
.contact_ly .contact_ly_box .content li i{text-indent:5px;color:#666;display: inline-block;}
.contact_ly .contact_ly_box .content li .contact_lx1{border:none;border-bottom:1px solid #a3a3a3;width:80%;height: 39px;font-size:14px;}
.contact_ly .contact_ly_box .content li .contact_lx2{border:none;border-bottom:1px solid #a3a3a3;width:93.6%;height: 39px;font-size:14px;}
.contact_ly .contact_ly_box .content li .contact_lx1::placeholder{color:#888;}
.contact_ly .contact_ly_box .content li .contact_lx2::placeholder{color:#888;}
.contact_ly .contact_ly_box .content .tpcan{padding-top: 30px;}
.contact_ly .contact_ly_box .content .contact_lx4{width: 314px;height: 64px;background:#009cff;border-radius:30px;margin-left: auto;margin-right: auto;color:#fff;border:none;display:block;font-size:1.5vw;}
/*加盟优势*/
.join_box{max-width:1100px;margin-left: auto;margin-right: auto;padding:0 10px;}
.join_ys{width:100%;background:#349cda;padding-bottom: 50px;}
.join_ys .top{text-align:center;font-size:30px;color:#fff;padding-top: 28px;padding-bottom: 40px;}
.join_ys ul{}
.join_ys ul li{width:16%;float:left;margin-left:5%;}
.join_ys ul li:nth-child(1){margin-left:0;}
.join_ys ul li .img{width:100%;padding-top:100%;position:relative;border-radius:50%;overflow: hidden;}
.join_ys ul li .img img{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.join_ys ul li:hover .img img{-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);}
.join_ys ul li .name{text-align: center;font-size:20px;color:#fff;margin-top: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.join_ys ul li .intro{text-align: center;font-size:14px;line-height: 22px; color:#fff;margin-top: 10px;}
/*运营支持*/
.join_zc{width:100%;background:#6b6b6b;padding-bottom: 50px;padding-top: 50px;}
.join_zc .top{text-align:center;font-size:30px;color:#fff;}
.join_zc ul{padding-top: 40px;}
.join_zc ul li{width:31%;margin-right:3.5%;margin-bottom: 3.5%;background:#fff;float:left;padding-bottom: 25px;}
.join_zc ul li:hover{background:#349cda;}
.join_zc ul li:hover .name{color:#fff;border:2px solid #fff;}
.join_zc ul li:hover .intro{color:#fff;}
.join_zc ul li:nth-child(3n){margin-right:0;}
.join_zc ul li .name{width:40px;height: 40px;line-height: 40px;border:2px solid #6b6b6b;text-align: center;color:#6b6b6b;margin-left: auto;margin-right: auto;border-radius:50%;font-size:30px;margin-top: 25px;}
.join_zc ul li .intro{font-size:14px; line-height: 22px;height:110px;text-align: center;color:#6b6b6b;margin-left:15%;margin-right:16%;margin-top:16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
/*公司公司实力*/
.join_sl{width:100%;background:#f7f7f7;padding-top:50px;padding-bottom:50px;}
.join_sl .top{font-size:30px;text-align: center;color:#373737;padding-bottom: 30px;}
.join_sl ul li{width:33.33%;float:left;margin-bottom: 30px;height: 60px;}
.join_sl ul li span{display:inline-block;width: 60px;text-align: right;font-size:50px;font-weight: bold;color:#009cff;}
.join_sl ul li i{display:inline-block;color:#373737;font-size:18px;padding-left: 5px;}
/*招聘留言*/
.join_ly{width:100%;background:#fff;padding-bottom:10px;}
.join_ly .join_ly_box{max-width:1100px;margin-left: auto;margin-right: auto;padding:0 10px;}
.join_ly .join_ly_box .top{text-align: center;padding-bottom: 90px;font-size:30px;color:#009cff;padding-top:70px;}
.join_ly .join_ly_box .content{}
.join_ly .join_ly_box .content li{height:40px;line-height: 40px;width:100%;margin-bottom: 28px;}
.join_ly .join_ly_box .content li span{width:calc(33.33% - 30px);float:left;display:block;padding-left: 30px;}
.join_ly .join_ly_box .content li i{text-indent:5px;color:#666;display: inline-block;}
.join_ly .join_ly_box .content li .contact_lx1{border:none;border-bottom:1px solid #a3a3a3;width:80%;height: 39px;font-size:14px;}
.join_ly .join_ly_box .content li .contact_lx2{border:none;border-bottom:1px solid #a3a3a3;width:93.6%;height: 39px;font-size:14px;}
.join_ly .join_ly_box .content li .contact_lx1::placeholder{color:#888;}
.join_ly .join_ly_box .content li .contact_lx2::placeholder{color:#888;}
.join_ly .join_ly_box .content .tpcan{padding-top: 30px;}
.join_ly .join_ly_box .content .contact_lx4{width: 314px;height: 64px;background:#009cff;border-radius:30px;margin-left: auto;margin-right: auto;color:#fff;border:none;display:block;font-size:1.5vw;}
/*关于我们*/
.about_box{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;position:relative;}
.about_box .title{height:52px;line-height:52px;position: relative;top:-52px;background:rgba(0, 0, 0, 0.5);}
.about_box .title ul li{float:left;}
.about_box .title ul li a{display:block;color:#fff;font-size:16px;padding:0 40px;}
.about_box .title ul li a:hover{background:rgba(0, 176, 233, 0.9);}
.about_box .title ul li .on{background:rgba(0, 176, 233, 0.9);}
.about_box .content{font-size:16px;line-height: 30px;padding-top: 20px;}
/*证书*/
.certificate{}
.certificate ul li{width:32%;margin-right:2%;margin-bottom:2%; float:left;}
.certificate ul li:nth-child(3n){margin-right:0;}
.certificate ul li .img{width:100%;padding-top:63.2%;position:relative;overflow: hidden;border:1px solid #a7a7a7;}
.certificate ul li .img img{width:100%;height:100%;position:absolute;top:0;left:0;}
.certificate ul li .name{font-size:16px;line-height: 30px;height: 30px; color:#373737;text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;margin-top:8px;}
/*解决方案*/
.solution_box{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.solution_box .title{text-align: center;padding-top: 80px;}
.solution_box .title a{display:inline-block;font-size:18px;border-bottom:2px solid #f3f3f3;padding-bottom: 10px;margin:0 2%;}
.solution_box .title .on{color:#00b0e9; border-bottom:2px solid #00b0e9;}
.solution_box .content{font-size:14px;line-height: 26px;margin-top: 30px;}
.solution_box .content img{max-width:100%;}
/*服务网络*/
.network{background-color: #f9f9f9;padding-bottom: 130px;}
.network-map{text-align: center;}
.network-content{max-width:500px; margin: 0 auto;}
.network-content .nr{background:url(../images/dz.jpg) no-repeat left center;padding-left: 85px;}
.network-content .nr .name{font-size:18px;}
.network-content .nr .intro{font-size:14px;line-height: 24px;margin-top: 10px;}
/*产品列表页*/
.product_lb{}
.product_title{width:100%;background:#fff; text-align: center;padding:20px 0;}
.product_title a{display:inline-block;padding:0 30px;line-height: 42px;font-size:16px;}
.product_title .on{background:#00b0e9;color:#fff;}
.product_lb .content{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;padding-top: 30px;}
.product_lb .content .top{font-size:18px;padding-top: 30px;padding-bottom:15px;}
.product_lb .content .nr{}
.product_lb .content .nr ul li{width:24%;float:left;margin-right:1.333%;margin-bottom: 1.33%; background:#fff;padding-bottom: 30px;position:relative;}
.product_lb .content .nr ul li:nth-child(4n){margin-right:0;}
.product_lb .content .nr ul li .img{width:100%;padding-top:100%;position:relative;}
.product_lb .content .nr ul li .img img{width:100%;height:100%;position:absolute;top:0;left:0;}
.product_lb .content .nr ul li .name{font-size: 18px;height:24px;line-height: 24px; text-align: center;margin-top:10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.product_lb .content .nr ul li .funame{font-size:14px;color:#666; height:24px;line-height: 24px; text-align: center;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.product_lb .content .nr ul li:hover{box-shadow:0 0 20px rgba(0, 0, 0, 0.2);}
.product_lb .content .nr ul li .new{width:64px;height:64px;background:url(../images/xp.png);background-size:64px 64px; position:absolute;top:12px;left:12px;}
.product_lb .content .nr ul li .mx{width:64px;height:64px;background:url(../images/mx.png);background-size:64px 64px; position:absolute;top:12px;left:12px;}
/*产品详情页*/
.product_box{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;}
.product_nav{background:#4c4c4c;line-height: 44px;}
.product_nav a{font-size:16px;color:#fff;display: inline-block;padding:0 35px;}
.product_nav .on{background:#00b0e9;}
.product_column{padding-top:26px;}
.product_column .top{}
.product_column .top ul li{float:left;padding:35px 0;font-size:17px;padding-right: 55px;color:#666;cursor:pointer;}
.product_column .top ul .on{color:#00b0e9;}
.product_column .content{}

.product_column .cp_you{width:calc(100% - 550px)}
.product_column .text{width:calc(100% - 207px);}
.product_column .text .name{border-left:3px solid #b2b2b2;line-height: 30px;padding-left: 10px;font-size:26px;color:#555;}
.product_column .text .jianjie{font-size: 14px;line-height: 22px;color: #888;padding-top: 15px;}
.product_column .text .intro{padding-top:20px;}
.product_column .text .intro dl dt{font-size:20px;color:#666;padding-bottom:15px;}
.product_column .text .intro dl dd{font-size:16px;color:#666;line-height:40px;border:1px solid #e0e0e0;width:calc(48% - 2px);margin-right:2%;float:left;text-align: center;margin-bottom:10px;}

.product_column .text .more a{display:block;width:calc(48% - 2px);height:50px;line-height:50px;text-align: center;background:#00b0e9;color:#fff;font-size:16px;margin-top:30px;}
.product_column .features{border-bottom:1px solid #cccccc;border-top:1px solid #cccccc;text-align: center;}
.product_column .features img{max-width:100%;}
.product_column .product_xq{padding-top:35px;}
.product_column .product_xq .nr{font-size:14px;line-height: 24px;}
.product_column .product_xq .nr img{max-width:100%;}
.product_column .product_xq .nr1{text-align: center;}
.product_column .product_xq .nr2{text-align: center;padding-top: 40px;}
.product_column .product_xq .nr2 a{display:inline-block;height:50px;line-height: 50px;font-size:24px;color:#666; text-align: center;background:url(../images/xz.png) no-repeat left center;padding-left: 65px;}
.product_column .product_xq .nr3{padding-top:30px;}
.product_column .product_xq .nr3 iframe{margin-left: auto;margin-right: auto;display: block;}
.product_column .product_xq .nr4{max-width:900px;margin-left: auto;margin-right: auto;}
/**/
.product_tuij{width:157px;}
.product_tuij .top1{font-size:16px;color:#838383;text-align: center;padding-bottom: 10px;}
.product_tuij ul li{width:100%;}
.product_tuij ul li a{display: block;}
.product_tuij ul li a:hover .img{display: block;border:1px solid #00b0e9;}
.product_tuij ul li .img1{width:100%;padding-top:100%;position: relative;border:1px solid #ddd;}
.product_tuij ul li .img1 img{width:100%;height:100%;position:absolute;top:0;left:0;}
.product_tuij ul li .name{font-size:14px;line-height:34px;height:34px;overflow: hidden;text-align: center;color:#666;}


/*产品详情页多图*/
.product_column .content .img{position: relative;}
.product_column .ship{width:500px;height: 500px;position: absolute;top:0;left:0;z-index:9;}
.product_column iframe{width:500px !important;height:500px !important;}
.MagnifierMain{position: relative;width:498px;height:498px;border:1px solid #ddd;}
.MagnifierMain img{width:100%;height:100%;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width:100%;height:69px;overflow: hidden;padding-top: 10px;margin: 0 auto;}
.spec-items ul{width:100%;position: absolute;top: 10px;left: 0;text-align: center;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width:65px;height:65px;display:inline-block;overflow: hidden;margin-left: 5px;margin-right:5px; border: 2px solid #fff;cursor: pointer;}
.spec-items li.on{border:2px solid #000;}
.spec-items li img{width: 100%;height:100%;} 
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 69px;line-height: 69px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color:#ececec;}
span.on{background-color: #ccc;color: #999;cursor: pointer;} 
span.spe_leftBtn{left: 0;display: none;}
span.spe_rightBtn{right: 0;display: none;}
/*立即咨询*/
.advisory{max-width:1400px;margin-left: auto;margin-right: auto;padding:0 10px;background:#fff;margin-top:40px;padding-bottom: 50px;}
.advisory .top{text-align: center;padding-top:50px;padding-bottom: 100px;}
.advisory .top span{display: block;font-size:30px;}
.advisory .top p{color:#666; font-size:16px;padding-top:10px;}
.advisory .content{padding:0 12%;}
.advisory .content li{padding-bottom: 30px;}
.advisory .content li .name{display:block;float:left;width: 85px;line-height: 36px;font-size:16px;}
.advisory .content li .nr{width:calc(100% - 85px);}
.advisory .content li .nr .contact_lx1{height:34px;border:1px solid #e4e4e4;width:32%;float:left;display:block;margin-left:1%;font-size:14px;text-indent: 10px;}
.advisory .content li .nr .contact_lx2{height:90px;border:1px solid #e4e4e4;width:98%;float:left;display:block;margin-left:1%;font-size:14px;text-indent: 10px;padding:10px 0;}
.advisory .content .js{font-size:15px;color:#888;padding-left:94px;}
.advisory .content .js1{font-size:15px;padding-left:94px;color:#00b0e9;padding-top: 10px;cursor:pointer;margin-bottom: 20px;}
.advisory .content .js1 span{display:inline-block;background:url(../images/jt1.jpg) no-repeat right center;padding-right:30px;}
.advisory .content .js2{font-size:15px;padding-left:94px;color:#00b0e9;padding-top: 10px;cursor:pointer;display:none;}
.advisory .content .js2 span{display:inline-block;background:url(../images/jt2.jpg) no-repeat right center;padding-right:30px;}
.advisory .content .tpcan{padding-left:94px;}
.advisory .content .tpcan .contact_lx3{display:block;width:310px;height: 50px;font-size:16px;color:#ffff;background:#00b0e9;border:none;}
/*手机底部浮动*/
.shouji_di1{display:none;}
.shouji_di{display:none;}









