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

/*-----whole-----*/
html{font-size:100px;}
/*body{font-size:.14rem;}*/
html, body{position:relative;height:100%;}

.Header-wrapper, .Container-wrapper, .Footer-wrapper, .container, .banner-container, .index-container{position:relative;left:0px;width:100%;height:auto;}
.contain{width:1280px;margin:0 auto;position:relative;}

/*clearfix*/
/*
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display:block; }
*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
.btn span{display:inline-block;}

/*通用img*/
img.rollover{position:absolute;top:0px;left:0px;opacity:0;filter:Alpha(opacity=0);z-index:2;}


/*--- Header ---*/
.Header-wrapper{height:80px;background-color:#fff;z-index:99;}

.Header-wrapper .logo{height:80px;line-height:80px;font-size:0px;float:left;}/*logo*/
.Header-wrapper .logo img{ max-height:80px;}

/*PC*/
.head-pc,
.Hsrch{height:80px;float:right;}

/*搜索*/
.Hsrch .Hsrch-btn{display:block;padding-left:30px;width:22px;height:100%;background:url(../images/icon-srch.png) no-repeat right center;}
.Hsrch-box{width:190px;height:40px;padding:0 30px 0 10px;background:#fff;position:absolute;right:0px;top:80px;overflow:hidden;opacity:0.7;display:none;}
.Hsrch-box .text{display:block;width:100%;height:100%;border:0px;background:none;}
.Hsrch-box .btn{display:block;width:30px;height:100%;background:url(../images/icon-srch.png) no-repeat center center;background-size:60% auto;position:absolute;right:0px;top:0px;}


/*导航*/
.Hnav{width:auto;float:left;/* margin-right:17px; */}
.Hnav>li{padding: 0px 38px 0px 38px;float:left;}
.Hnav>li:first-child{margin-left:0px;}
.Hnav .name{display:block;height:80px;line-height:80px;font-size:16px;text-align:center;position:relative;overflow:hidden;}

/*下拉*/
.Hn2nd-box{padding: 0 23px 53px;background-color:#fff;position:absolute;top:80px;left: 15px;overflow:hidden;display: none;}
.Hn2nd-box a{display:block;width:auto;height:40px;line-height:30px;position:relative;overflow:hidden;float:none;}
.Hn3nd-box a{ width:150px;}

.Hn2nd-pro span{display:block;padding-top:16px;font-size:14px;color:#00a0ea;float:left;}
.Hn2nd-pro a{font-size:14px;color:#000000;height:48px;line-height:48px; width:100px; text-align:center;}

.Hnav .name:after,
.Hn2nd-box a:after{display:block;content:'';width:100%;height:4px;background:#00a0ea;position:absolute;bottom:0px;left:-100%;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}

.Hnav li.cur .name,
.Hnav li:hover .name,
.Hn2nd-box a.cur,
.Hn2nd-box a:hover{color:#00a0ea;}
.Hnav li.cur .name:after,
.Hnav li:hover .name:after,
.Hn2nd-box a.cur:after,
.Hn2nd-box a:hover:after{left:0px;}

.Hnav li.Hn2nd .name:after{display:none;}
.Hnav li.Hn2nd.cur .name:after,
.Hnav li:hover .Hn2nd-box{display:block;}
.Hnav li.Hnpro .Hn2nd-box{width:186px;left:5px;}

/*语言*/
.Hlang{height:80px;padding-left:27px;line-height:80px;font-size:16px;color:#333333;background:url(../images/bg/Hlang-bg.png) no-repeat left center;float:left;margin-right:20px;}

/*--- Footer ---*/
.Footer-wrapper{padding-top:.6rem;background-color:#272727;}
.fnav dl{width:19.53125%;color:#fff;float:left;}
.fnav dl dt{display:block;font-size:18px;margin-bottom:15px;}
.fnav dl dd{display:block;padding:6px 0;font-size:15px;opacity:0.5;}

.fct{width:21.875%;text-align:right;float:left;}
.fct-btn{width:146px;height:36px;line-height:36px;font-size:16px;color:#fff;border-radius:36px;background-color:#686868;}
.en_fct-btn{width:196px;height:36px;line-height:36px;font-size:16px;color:#fff;border-radius:36px;background-color:#686868;}
.fct-btn span{padding-left:29px;background:url(../images/icon/icon-msg.png) no-repeat left center;}
.fct-btn:hover{background-color:#fff;color:#686868;}
.fct-btn:hover span{background:url(../images/icon/icon-msg2.png) no-repeat left center;}

.fphone{display:block;font-size:32px;color:#ababab;margin-top:17px;}

.fshare a{display:inline-block;position:relative;margin:12px 0 0 20px;}
.fshare a .fewm{width:148px;height:148px;max-width:none;position:absolute;top:-155px;left:-75px;display:none;}
.fshare a:hover .fewm{display:block;}

.fcr{padding:23px 0;color:#ababab;border-top:1px solid #343434;margin-top:120px;}
.fcr .fl span{display:inline-block;color:#3e3e3e;margin:0 20px;}

.fnav dl dd:hover,
.fcr a:hover{opacity:1;color:#fff;}

.fnav.cur dl dd{display:block !important;}

/*-----浮动右侧客服-----*/
.float_qq{ position:fixed; top:200px; right:0; width:57px;z-index:200;}
.float_qq li{ width:auto; height:58px; z-index:20;}
.float_qq li.float_qq1,
.float_qq li.float_qq4{ position:absolute; left:0; width:57px;}
.float_qq li.float_qq1{ top:0;}
.float_qq li.float_qq2{ position:absolute; top:60px; left:0;  width:225px;}
.float_qq li.float_qq3{position:absolute; top:120px; left:0; width:126px;}
.float_qq li.float_qq4{ position:absolute; top:180px; left:0;}
.float_qq4{ position:absolute; top:153px; left:0;}
.float_qq li a{ display:block;color:#FFF; font-size:14px; height:58px; line-height:58px; overflow:hidden; background-color:#00a0ea;border-radius:6px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:57px; height:58px;}
.float_shwx{ position:absolute; top:-155px; left:-200px;width:216px; height:216px; padding-bottom:9px;display:none;}
.float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px;}
.float_qq li:hover .float_shwx{display:block;}


/*--- Banner ---*/
.banner-container .bnr-img{width:100%;height:auto;}
.banner-container.swiper-container .swiper-pagination{bottom:30px;}
.banner-container.swiper-container .swiper-pagination-bullet{width:50px;height:5px;border-radius:0px;background-color:#9ea1a3;}
.banner-container.swiper-container .swiper-pagination-bullet-active{background-color:#00a0ea;}

/*--- Container ---*/
.Inews-box:hover .Inews-block .name,
.Inews-box:hover .Inews-block .con{color:#009aea;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}


/*-- 首页 --*/
.container-Iplate{overflow:hidden;}
.Iplate-box{width:33.3334%;float:left;border-left:3px solid #fff;border-top:3px solid #fff;position:relative;}
.Iplate-box:first-child{border-left:0px;}
.Iplate-box .Iplate-img{width:100%;height:auto;object-fit:cover;}
.Iplate-block,
.IpVideo-con{width:100%;height:100%;position:absolute;left:0px;top:0px;z-index:1;}
.Iplate-video{display:block;padding-top:.9rem;text-align:center;color:#fff;font-size:.22rem;background:url(../images/icon-video.png) no-repeat top center;background-size:10.501567% auto;margin-top:16.823508%;}
.IpVideo-con{z-index:10;display:none;}
.IpVideo-con iframe{width:100%;height:100%;}
.Iplate-con{display:; width:100%; height:100%;}
.Iplate-con p{text-align:center;color:#fff;font-size:1.6em; background-size:10.501567% auto; position:relative; top:50%;}
.Iplate-con span{font-size:.16rem;text-decoration:underline;}

/*新闻3*/
.container-Inews{padding:.85rem 0 1.05rem;background-color:#edeff1;}
.container-Inews .title{font-size:26px;color:#000;/* margin-left:3.125%; */}
.container-Inews .title .h2{ font-size:26px; font-weight: 300;}
.container-Inews .title .btn{width:73px;height:29px;line-height:27px;font-size:14px;color:#009aea;border:1px solid #0099ea;border-radius:29px;margin-left:15px;vertical-align:middle;}
.container-Inews .title .btn span{vertical-align:middle;margin-left:3px;}
.container-Inews .title .btn:hover{background-color:#009aea;color:#fff;}
.Inews-list{overflow:hidden;margin-top:.55rem;width: 103.125%;margin-left: -3.125%;}
.Inews-list li{width:33.3334%;padding: 0 0 0 3.125%;float:left;}
.Inews-box{display:block;position:relative;overflow:hidden;}
.Inews-box .Inews-block{width:70%;float:left;}
.Inews-block .name{font-size:18px;color:#000;}
.Inews-block .con{font-size:13px;color:#666666;line-height:26px;height:52px;margin-top:8px;}
.Inews-block i{display:block;width:20px;height:1px;background:#cccccc;margin:20px 0 14px;}
.Inews-block .date{font-size:13px;color:#666666;}
.Inews-box img{width:29%;height:auto;float:right;}

/*-- 内页 --*/

/*头部*/
.container-pageTop{border-bottom:1px solid #e5e5e5;}
.container-pageTop .locate{padding-left:28px;line-height:70px;color:#666666;background:url(../images/icon/icon-home.png) no-repeat left center;float:left;}
.locate span{display:inline-block;margin:0 7px;}
.pnav a{display:block;height:70px;line-height:70px;color:#666666;position:relative;float:left;overflow:hidden;margin-left:38px;}
.pnav a:after{display:block;content:'';width:100%;height:3px;background-color:#00a0ea;position:absolute;bottom:0px;left:-100%;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.pnav a.cur,
.pnav a:hover{color:#00a0ea;}
.pnav a.cur:after,
.pnav a:hover:after{left:0px;}

.pn2nd a{display:block;width:50%;height:.7rem;line-height:.7rem;text-align:center;font-size:16px;background-color:#eaeaea;float:left;}
.pn2nd a.cur,
.pn2nd a:hover,
.pn2nd a:active{background-color:#00a0ea;color:#fff;}


/*通用page*/
.container-page{padding:.55rem 0 1.2rem;background-color:#f1f1f1;}

.p-title{text-align:center;border-bottom:1px solid #e5e5e5;}
.p-title h1{font-size:36px;font-weight:normal;}
.p-title p{font-size:18px;margin-top:14px;}
.p-title i{display:block;width:70px;height:3px;background-color:#08a3eb;margin:30px auto -2px;}

/*公司简介*/
.com-pro{padding:.5rem 5.46875%;background-color:#fff;}
.com-pro .name{font-size:24px;color:#000;}
.com-pro .name2{font-size:18px;color:#666666;text-transform:uppercase;margin-top:20px;}
.com-pro .box{font-size:16px;line-height:34px;margin-top:30px;}
.com-pro .box p{margin-top:35px;}

/*发展历程*/
.hist-box{padding:0 5.46875% .8rem;background-color:#fff;}
.hist-box .top{font-size:24px;color:#000;}
.hist-list{padding:35px 0 22px;background:url(../images/bg/hist-list.png) repeat-y 10.31% top;margin-top:33px;}
.hist-list li{display:block;overflow:hidden;padding-bottom:.65rem;}
.hist-list .date{width:9.47368%;line-height:30px;font-size:20px;color:#00a0ea;float:left;}
.hist-list .con{width:90.52632%;padding-left:10.3508%;line-height:30px;font-size:16px;background:url(../images/bg/hist-bg.jpg) no-repeat left center;background-size:10.3508% auto;float:left;}
.hist-list li.end{width:100%;height:16px;padding:0px;background:url(../images/bg/hist-bg2.png) no-repeat 9.220526% bottom;position:absolute;bottom:0px;left:0px;}

/*合作伙伴*/
.container-parter{padding:.4rem 0;}
.parter-list{overflow:hidden;}
.parter-list li{width:25%;padding:.12rem .9375%;float:left;}
.parter-list .parter-box{display:block;height:120px;line-height:118px;text-align:center;font-size:0px;border:1px solid #e5e5e5;position:relative;}
.parter-box img.rollover{top:50%;left:50%;transform:translate(-50%,-50%);}
.parter-box:hover img.rollover{opacity:1;} 

/*加入我们*/
.job-wrapper{margin-top:.45rem;}

.job-box{background-color:#fff;margin-bottom:20px;}
.job-box .job-top{height:70px;line-height:70px;padding-left:.5rem;font-size:18px;color:#000;background-image:url(../images/icon/icon-dd1.png);background-repeat:no-repeat;background-position:96% center;background-size:auto 42.857143%;cursor:pointer;}
.job-top span{font-size:16px;display:none;}
.job-top.cur{color:#fff;background-color:#696969;background-image:url(../images/icon/icon-dd2.png);background-repeat:no-repeat;background-position:96% center;background-size:auto 17.1428571%;}
.job-top.cur span{display:block;float:left;}
.job-box .job-block{padding:0 .5rem .55rem;display:none;}
.job-block .job-list{padding:.3rem 0;border-bottom:1px solid #e5e5e5;overflow:hidden;}
.job-list li{width:25%;padding:7px 0;color:#333;float:left;}
.job-block .job-con{color:#333;line-height:34px;margin-top:25px;}
.job-con .title{font-size:18px;}
.job-block .apply-btn{width:220px;height:45px;line-height:45px;font-size:16px;color:#fff;background-color:#00a0ea;margin-top:.35rem;}
.apply-btn span{padding-left:30px;background:url(../images/icon/icon-apply.png) no-repeat left center;background-size:18px auto;}

/*联系我们*/
.contact-us{padding:50px 70px;background-color:#fff;}
.ctUs-box{width:42.982456%;line-height:36px;float:left;margin-top:20px;}
.ctUs-box .title{font-size:24px;color:#000000;margin-bottom:20px;}
.ctUs-map{width:57.017544%;border:1px solid #cccccc;float:right;}
.ctUs-map img{max-width:none;}
.ctUs-msg{border-top:1px solid #e5e5e5;padding-top:.4rem;margin-top:.6rem;}

.cUmsg-top{text-align:center;font-size:14px;color:#666666;}
.cUmsg-top h1{font-size:30px;color:#000000;font-weight:normal;}
.cUmsg-top i{display:block;width:95px;height:1px;background-color:#cccccc;margin:.16rem auto;}
.cUmsg-list{overflow:hidden;margin-top:.52rem;}
.cUmsg-list li{width:50%;padding:.12rem 2.19298%;overflow:hidden;float:left;}
.cUmsg-list .cUmsg-type{display:block;width:13.462%;line-height:36px;float:left;}
.cUmsg-list .text{display:block;width:86.538%;height:36px;padding:0 2%;border:1px solid #dcdcdc;float:left;}
.cUmsg-list li.con{width:100%;}
.cUmsg-list li.con .text{width:100%;height:248px;padding:2%;resize:none;margin-top:.18rem;float:none;}
.cUmsg-list li.con .btn{display:block;width:221px;height:45px;line-height:45px;font-size:16px;color:#fff;background-color:#00a0ea;margin:30px auto 0;}

/*-- 招商加盟 --*/

/*我们的优势*/
.container-adv{padding:.78rem 0 1.2rem;}
.adv-list{width:1280px;overflow:hidden;margin:0 auto;}
.adv-list li{width:25%;padding:0 35px;text-align:center;float:left;}
.adv-list .adv-img{width:184px;height:184px;line-height:184px;font-size:0px;margin:.65rem auto 0;}
.adv-list .name{font-size:22px;color:#000000;margin-top:35px;}
.adv-list .con{height:84px;color:#666;line-height:28px;margin-top:10px;}
.adv-list li:hover .adv-img{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}

/*合作支持*/
.container-coopSp{padding:.75rem 0 1.1rem;background-color:#f6f6f6;}
.coopSp-list{width:1280px;margin:.75rem auto 0;}
.coopSp-list li{width:25%;padding:0 .13rem;float:left;}
.coopSp-list .coopSp-box{display:block;height:360px;text-align:center;background-color:#fff;position:relative;}
.coopSp-box .name{font-size:22px;color:#000;margin-top:26px;}
.coopSp-box .con{width:85%;color:#666;line-height:28px;margin:10px auto 0;}
.coopSp-box:hover{box-shadow:0 0 10px 4px #e1e1e1;transform:translate3d(0,-2px,0);transition:all .3s cubic-bezier(.55,0,.1,1)}

/*加盟流程*/
.container-jStep{padding:.85rem 0 1.2rem;}
.jStep-list{width:1280px;overflow:hidden;margin:1rem auto 0;}
.jStep-list li.con{width:11.328125%;text-align:center;font-size:18px;color:#333;line-height:24px;float:left;}
.jStep-list li.con img{margin-bottom:20px;}
.jStep-list li.icon{width:6.40625%;height:144px;background:url(../images/icon/icon-dd3.png) no-repeat center center;float:left;}

/*在线申请*/
.container-jApply{padding:.76rem 0 .85rem;background:url(../images/bg/apply-bg.jpg) no-repeat center center;background-size:cover;}
.container-jApply .p-title{color:#fff;border:0px;}
.jApply-form{width:1088px;overflow:hidden;margin:.4rem auto 0;}
.jApply-form li{width:50%;padding:.14rem 0;float:left;}
.jApply-form .text{width:98%;height:50px;line-height:50px;padding-left:.2rem;font-size:16px;color:#fff;border:1px solid #fff;background:none;}
.jApply-form textarea.text{width:100%;height:185px;resize:none;}
.jApply-form li.con{width:100%;}
.jApply-form .btn{display:block;width:230px;height:50px;line-height:50px;font-size:24px;color:#fff;background-color:#ffcc01;margin:0 auto;}
.jApply-form .text:-moz-placeholder{color:#fff !important;}
.jApply-form .text::-moz-placeholder{color:#fff !important;}
.jApply-form .text:-ms-input-placeholder{color:#fff !important;}
.jApply-form .text::-webkit-input-placeholder{color:#fff !important;}

/*-- 服务支持 --*/
.srv-top{text-align:center}
.srv-top h1{font-size:26px;color:#010101;font-weight:normal;}
.srv-top p{font-size:18px;color:#666;text-transform:uppercase;margin-top:10px;letter-spacing:1px;}
.srv-list{overflow:hidden;margin-top:.45rem;}
.srv-list li{width:33.3334%;padding:0 .15rem;float:left;}
.srv-list .sList-box{display:block;height:295px;padding:40px .3rem 0;text-align:center;background-color:#fff;position:relative;}
.sList-box .name{font-size:20px;margin-top:27px;}
.sList-box .con{color:#666;line-height:28px;height:56px;margin-top:24px;}
.sList-box:hover{background-color:#00a0ea;}
.sList-box:hover .name,
.sList-box:hover .con{color:#fff;}
.sList-box:hover img{filter:gray;}

/*使用说明*/
.instr-box{padding:.55rem 0.7rem;background-color:#fff;}
.instr-block{font-size:16px;color:#333;line-height:36px;margin-bottom:.35rem;}
.instr-block .title{font-size:18px;color:#00a0ea;padding-left:22px;background:url(../images/icon/icon-l1.png) no-repeat left center;}

/*常见问题*/
.faq-wrapper{padding:.5rem;background-color:#fff;}
.faq-box{position:relative;margin-bottom:.25rem;}
.faq-box .faq-top{height:68px;padding-left:19px;line-height:68px;font-size:16px;color:#333;background-color:#f5f5f5;background-image:url(../images/icon/icon-dd4.png);background-repeat:no-repeat;background-position:98% center;cursor:pointer;}
.faq-top span{display:block;width:90%;padding-left:39px;background:url(../images/icon/icon-qu1.png) no-repeat left center;float:left;}
.faq-box .faq-block{padding-top:12px;background:url(../images/icon/icon-dd5.png) no-repeat 19px top;margin-top:20px;display:none;}
.faq-block .faq-con{padding:.25rem;color:#666666;line-height:32px;background-color:#f5f5f5;position:relative;}
.faq-box .faq-top.cur{background-color:#00a0ea;color:#fff;background-image:url(../images/icon/icon-dd4-2.png);background-repeat:no-repeat;background-position:98% center;}
.faq-top.cur span{background:url(../images/icon/icon-qu2.png) no-repeat left center;}

/*售后服务*/
.saleSrv{padding:.5rem;font-size:16px;line-height:36px;background-color:#fff;}
.saleSrv-list{overflow:hidden;margin-top:.5rem;}
.saleSrv-list li{width:20%;float:left;}
.saleSrv-list li p{width:133px;text-align:center;margin-top:.2rem;}
.saleSrv-list li:hover{color:#00a0ea;}
.saleSrv-list li:hover img{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}

/*新闻中心*/
.news-wrapper{width:100%;position:relative; }
.products-wrapper{width:100%;position:relative;float:left;}
.news-wrapper .news-list{padding:.32rem .4rem;background-color:#fff;}
.news-box{display:block;padding-bottom:.3rem;border-bottom:1px solid #e5e5e5;position:relative;margin-bottom:.3rem;}
.news-box .title,
.nInfo-title{font-size:24px;color:#000;}
.news-box .about,
.nInfo-ab{font-size:12px;color:#888888;overflow:hidden;margin-top:9px;}
.news-box .see,
.nInfo-ab .see{display:inline-block;padding-left:29px;background:url(../images/icon/icon-see.png) no-repeat left center;float:right;}
.news-box .news-img{overflow:hidden;margin-top:18px;}
.news-box .con{line-height:32px;margin-top:22px;}
.news-box .btn{display:block;width:100%;text-align:right;color:#00a0ea;}
.news-box .btn span{font-size:18px;margin-left:7px;float:right;}
.news-box:hover .title{color:#00a0ea;}

.news-right{width:29.6875%;background-color:#fff;position:relative;float:right;}
.nAb-nav{border-bottom:1px solid #e5e5e5;overflow:hidden;}
.nAb-nav a{display:block;width:50%;height:40px;line-height:40px;text-align:center;font-size:18px;color:#00a0ea;float:left;}
.nAb-nav a.cur,
.nAb-nav a:hover,
.nAb-box .btn:hover{background-color:#00a0ea;color:#fff;}
.nAb-box{display:none;}
.nAb-block{padding:0 .2rem;}
.nAb-block a{display:block;padding:20px 0;border-bottom:1px solid #e5e5e5;position:relative;overflow:hidden;}
.nAb-block a img{width:40%;height:auto;}
.nAb-block .con{width:55%;line-height:22px;float:left;margin:6.5px 0 0 5%;}
.nAb-box .btn{display:block;height:49px;line-height:48px;border-top:1px solid #e5e5e5;margin-top:-1px;}
.nAb-box .btn span{font-size:18px;vertical-align:middle;margin-left:10px;}
.nAb-block a:hover{color:#00a0ea;}

/*详细*/
.nInfo-box{padding:.32rem .4rem;background-color:#fff;}
.nInfo-con{padding:.18rem 0;line-height:32px;}
.nShare{padding:10px 0;text-align:center;}
.nShare a{margin:0 5px;}
.nInfo-page a{display:;width:50%;color:#;float:; margin-right:20px;}
.nInfo-page a:hover{ color:#00a0ea;}
/*-- 产品中心 --*/

/*处理器*/

.container-pCPU-1{padding:2.1rem 0 2.79rem;background:url(../images/content/CPU/pCPU-1.jpg) no-repeat right top;background-size:cover;}
.container-pCPU-1 .box{position:relative;left:-100%;opacity:0;}
.container-pCPU-1 .con1{font-size:46px;font-weight:600;color:#fff;text-transform:uppercase;}
.container-pCPU-1 .con2{font-size:36px;color:#00a0ea;margin-top:6px; font-weight:bold;}
.container-pCPU-1 .con3{font-size:20px;color:#d2d2d2;margin-top:48px; font-weight:bold;}
.container-pCPU-1 .con4{overflow:hidden;margin-top:90px;}
.container-pCPU-1 .btn1{width:150px;height:36px;line-height:36px;color:#fff;font-size:18px;background-color:#00a0ea;}
.container-pCPU-1 .btn2{width:150px;height:36px;line-height:34px;color:#00a0ea;font-size:18px;border:1px solid #00a0ea;margin:0 0 0 19px;}

.container-pCPU-2{padding:1.47rem 0 1.57rem;background-color:#fff;}

.container-pCPU-3{padding:1.28rem 0 1.4rem;background-color:#262626;}
.container-pCPU-3 .con2{margin-top:.45rem;}
.container-pCPU-3 .con2 li{padding:0 .4rem;text-align:center;font-size:18px;color:#8c8c8c;border-left:1px solid #4b4b4b;float:left;}
.container-pCPU-3 .con2 li p{font-size:40px;color:#ffffff;margin-bottom:4px;}
.container-pCPU-3 .con2 li:first-child{padding-left:0px;border-left:0px;}

.container-pCPU-4{padding:1.22rem 0 1.05rem;}

.pCPU-img{position:relative;opacity:0;}
.pCPU-img.fl{width:55%;text-align:left;left:-100%;}
.pCPU-img.fr{width:45%;text-align:right;right:-100%;}

.pCPU-box{text-align:left;position:relative;opacity:0;}
.pCPU-box.fl{width:55%;left:-100%;}
.pCPU-box.fr{width:45%;right:-100%;}

.pCPU-box .title{font-size:36px;color:#000;}
.pCPU-box .border{width:50px;height:1px;background-color:#dbdbdb;margin:18px 0 14px;}
.pCPU-box .con p{padding:0 0 0 23px;line-height:46px;font-size:18px;background:url(../images/icon/icon-l2.png) no-repeat left 20px;}

.pCPU-box.pCPU-box2,
.pCPU-box.pCPU-box2 .title{color:#fff;}


/*机器人*/
.container-pRobot-1{padding:0rem 0 .93rem;background:url(../images/robot-1-bg.png) repeat-x left top;backgrond-size:cover; height:100%;}
.container-pRobot-1 .con1{position:relative;left:-100%;float:left;margin-left:.55rem; margin-top:85px;}
.container-pRobot-1 .con2{position:relative;right:-100%;text-align:center;float:right;margin-top:0rem; margin-top:180px;}
.container-pRobot-1 .title1{font-size:46px;color:#fff;font-weight:600;text-transform:uppercase;}
.container-pRobot-1 .title2{text-align:center;font-size:36px;color:#fff;background:url(../images/content/robot/robot-1-line.png) repeat-x left center;margin-top:10px;}
.container-pRobot-1 .title2 span{display:inline-block;padding:0 9px;background-color:#b1b4ba;letter-spacing:0px;}
.container-pRobot-1 .con3{font-size:14px;color:#fff;overflow:hidden;margin-top:.54rem;}
.container-pRobot-1 .con3 li{width:100px;float:left;margin-left:20px;}
.container-pRobot-1 .con3 li:first-child{margin-left:0px;}
.container-pRobot-1 .con3 li img{margin-bottom:.12rem;}
.container-pRobot-1 .con4{margin-top:.43rem;}
.container-pRobot-1 .btn1{width:150px;height:46px;line-height:46px;font-size:18px;color:#fff;background-color:#00a0ea;vertical-align:middle;}
.container-pRobot-1 .btn2{width:150px;height:46px;line-height:46px;font-size:18px;color:#00a0ea;border:1px solid #00a0ea;vertical-align:middle;margin-left:14px;}

/*服务*/
.container-pRobot-srv{padding:.77rem 0 .55rem;}
.pRbSrv-list{width:1280px;overflow:hidden;margin:.75rem auto 0;}
.pRbSrv-list li{width:25%;padding:0 .5rem;text-align:center;float:left;margin-bottom:.45rem;}
.pRbSrv-list .name{font-size:22px;color:#000;margin-top:.17rem;}
.pRbSrv-list .con{height:44px;color:#666;line-height:22px;margin-top:4px;}
.pRbSrv-list li:hover img{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}

/*优势*/
.container-pRobot-adv{padding:.78rem 0 1.16rem;background-color:#f8f8f8;}
.container-pRobot-adv .p-title{border-bottom:0px;}
.container-pRobot-adv .p-title i{margin-bottom:0px;}
.pRbAdv-list{height:489px;background:url(../images/content/robot/robot-3.png) no-repeat center center;background-size:23.671875% auto;overflow:hidden;margin-top:.9rem;}
.pRbAdv-list li{display:block;width:50%;float:left;}
.pRbAdv-list .pRbAdv-box{display:block;width:400px;height:152px;padding-top:20px;border-bottom:1px solid #e5e5e5;position:relative;overflow:hidden;}
.pRbAdv-box.fl{margin-left:15px;}
.pRbAdv-block{width:300px;float:right;}
.pRbAdv-block .name{font-size:20px;color:#000;}
.pRbAdv-block .con{color:#444;line-height:30px;}
.pRbAdv-list li.fl{left:-100%;}
.pRbAdv-list li.fr{right:-100%;}



/*应用场景*/
.container-pRobot-SCNR{padding:0;}
.container-pRobot-SCNR .p-title{border:0px;}
.pRbSCNR-list{width:1280px; overflow:hidden;margin:0 auto; margin-top:50px;}
.pRbSCNR-list li{width:25%; padding-left:2%; float:left;margin-bottom:1.5em; margin-top:1em; text-align:center;}
.pRbSCNR-list li:hover .pRbSCNR-box:hover .pRbSCNR-block{ color:#00a0ea;}
.pRbSCNR-list .pRbSCNR-box{display:block;position:relative;overflow:hidden;}
.pRbSCNR-box img{ width:70%;}
/*.pRbSCNR-box .pRbSCNR-block{display:block;width:100%;height:60px; line-height:60px;color:#fff;background-color:#00a0ea;position:absolute;left:0px;opacity:0;}*/
.pRbSCNR-box .pRbSCNR-block{display:block;width:100%;height:60px; line-height:60px;left:0px; text-align:center;}
.pRbSCNR-box .pRbSCNR-block:hover{ color:#00a0ea;}
.pRbSCNR-block span{font-size:18px;margin-right:5px;}
.pRbSCNR-box:hover .pRbSCNR-block{bottom:0px;opacity:1;}

/*结构*/
.container-pRobot-mix{padding:.7rem 0 0;}
.pRbMix-box{width:1030px;height:678px;background:url(../images/content/robot/mix-bg.png) no-repeat center center;position:relative;overflow:hidden;margin:0 auto;}
.pRbMix-block{position:absolute;}
.pRbMix-block .name{font-size:20px;color:#000;}
.pRbMix-block .con{margin-top:19px;}
.pRbMix-block.block1{top:61px;left:0px;}
.pRbMix-block.block2{top:59px;right:15px;}
.pRbMix-block.block3{top:205px;left:0px;}
.pRbMix-block.block4{top:145px;right:44px;}
.pRbMix-block.block5{top:347px;left:0px;}
.pRbMix-block.block6{top:258px;right:86px;}
.pRbMix-block.block7{top:454px;left:0px;}
.pRbMix-block.block8{top:389px;right:46px;}

.pRbMix-block.fl{left:-100%;}
.pRbMix-block.fr{right:-100%;}

.pRbMix-web{display:none;padding:0 4%;margin-top:4%;}

/*视频*/
.container-pRbVideo{padding:.83rem 0 .95rem;border-top:1px solid #e5e5e5;}
.pRbV-box{display:block;position:relative;cursor:default;}
.pRbV-box .pRbV-img{position:relative;overflow:hidden;cursor:pointer;}
.pRbV-img .btn{width:97px;height:52px;background:url(../images/icon/icon-video2.png) no-repeat center center;position:absolute;bottom:.2rem;left:.28rem;}
.pRbV-box .name{font-size:17px;color:#000000;margin-top:17px;}
.pRbV-box .date{color:#666666;margin-top:11px;}
.pRbVswiper-prev,
.pRbVswiper-next{display:block;width:53px;height:100%;position:absolute;top:0px;z-index:99;}
.pRbVswiper-prev{left:-1.04rem;background:url(../images/icon/swiper1-l.png) no-repeat left 35%;}
.pRbVswiper-next{right:-1.04rem;background:url(../images/icon/swiper1-r.png) no-repeat right 35%;}
@media all and (max-width:1450px){
	.pRbVswiper-prev{left:0px;}
	.pRbVswiper-next{right:0px;}
}

.pRbV-con{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:10;display:none;}
.pRbV-con iframe{width:100%;height:100%;}

	/*网站地图*/
.siteMap-top{padding:0 4%;width: 100%;font-size: 24px;border-bottom: 1px solid #e0e0e0;padding-bottom: 15px;}
.siteMap-box{position:relative;overflow:hidden;padding-top:40px;}
.siteMap-box dl{width:25%;float:left;}
.siteMap-box dl dt{display:block;font-weight:600;padding-bottom:15px;}
.siteMap-box dl dd{display:block;padding-bottom:15px;}
