@charset "utf-8";

.content{width:1200px; height:auto; overflow:hidden; text-align:center; margin:0 auto; background:#fff;margin-top:20px;}

.content .content_home{width:1170px; height:auto; overflow:hidden; padding:15px;}

.home_left{width:790px; height:auto; overflow:hidden; float:left; text-align:left}

.hlgd{width:790px; height:auto; overflow:hidden; padding-top:0px}

.hlgd-title{width:790px; height:35px;}

.hlgd-title hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:790px}

.hlgd-title .hlgdttxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-weight:bold; font-size:18px; color:#515050; background:url(../images/icon/hlgd.jpg) left center no-repeat #fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px;}

.hlgd-content{width:790px; height:auto; overflow:hidden; padding-top:15px}

.hlgd-box{width:790px; height:auto; overflow:hidden; text-align:left; margin-bottom:20px; border-bottom:1px #E5E5E5 solid; padding-bottom:20px}

.hlgd-box dt{width:250px; height:165px; overflow:hidden; float:left;  margin-right:25px;}

.hlgd-box dt img{transition:all 1.2s;-moz-transition:all 1.2s;-webkit-transition:all 1.2s;-o-transition:all 1.2s;border-radius:8px;}

.hlgd-box dt img:hover{transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);border-radius:0px;}

.hlgd-box dd{width:515px; height:165px; overflow:hidden; float:left}

.hlgd-box dd h3{font-weight:normal; font-size:20px; margin:0; padding:0; width:515px; height:35px; line-height:35px; overflow:hidden}

.hlgd-box dd h3 a:hover{ color:#f48a0d}

.hlgd-box dd h3 .dj{background:#7BBC18; font-size:14px; color:#fff; padding:0px 8px 1px 8px;border-radius:10px; line-height:20px; margin-right:5px}

.hlgd-box dd h3 .djcj{background:#4763b2; font-size:14px; color:#fff; padding:0px 8px 1px 8px;border-radius:10px; line-height:20px; margin-right:5px}

.hlgd-box dd h3 .yc{background:#f48a0d; font-size:14px; color:#fff; padding:0px 8px 1px 8px;border-radius:10px; line-height:20px; margin-right:5px}

.hlgd-box dd p{color:#515050; font-size:14px; padding:15px 0 0 0; line-height:24px}

.hlgd-page{width:790px; height:100px; overflow:hidden; text-align:center; margin:0 auto}

.page-nav{

	text-align: center;

	padding-top: 30px;

}

.pagination{display: inline-block;}

.pagination .pageinfo{ display:none}

.pagination li{

	display: inline-block;

	font-size: 14px;

	float: left;

	margin: 0 3px;

}

.pagination li a,.pagination li span{

	display: inline-block;

	background-color: #eee;

	background-color: rgba(0,0,0,0.1);

	color: rgba(0,0,0,0.3);

	width: 50px;

	height: 38px;

	line-height: 38px;

}

.pagination li span.dots{

	background-color: transparent;

	width: 20px;

}

.pagination li a:hover{

	background-color: rgba(0,0,0,0.2);

}

.pagination li .none{

	cursor: not-allowed;

}

.pagination li .none:hover{

	background-color: rgba(0,0,0,0.1);

}

.pagination li.thisclass a{

	background-color: #ddd;

	background-color: rgba(0,0,0,0.26);

	font-weight: bold;

	color: #fff;

}

.pagination .prev,.pagination .next{

	font-size: 22px;

	line-height: 46px;

	width: 55px;

}

.pagination .prev {border-radius: 32px 0 0 32px; line-height:38px;}

.pagination .next {border-radius: 0 32px 32px 0; line-height:38px;}



.paginationall{display: inline-block;}

.paginationall a{

	display: inline-block;

	font-size: 14px;

	float: left;

	margin: 0 3px;

	display: inline-block;

	background-color: #eee;

	background-color: rgba(0,0,0,0.1);

	color: rgba(0,0,0,0.3);

	width: 50px;

	height: 38px;

	line-height: 38px;

}

.paginationall a:hover{

	background-color: rgba(0,0,0,0.2);

}

.paginationall .none{

	cursor: not-allowed;

}

.paginationall .none:hover{

	background-color: rgba(0,0,0,0.1);

}

.paginationall .current{

	background-color: #ddd;

	background-color: rgba(0,0,0,0.26);

	font-weight: bold;

	color: #fff;

}

.paginationall .prev,.paginationall .next{

	font-size: 22px;

	line-height: 46px;

	width: 55px;

}

.paginationall .prev {border-radius: 32px 0 0 32px; line-height:38px;}

.paginationall .next {border-radius: 0 32px 32px 0; line-height:38px;}





.home_right{width:350px; height:auto; overflow:hidden; float:left; margin-left:30px;text-align:left}

.hrtpic{width:350px; height:auto; overflow:hidden;}

.view {

   width: 350px;

   height: 230px;

   float: left;

   overflow: hidden;

   position: relative;

   text-align: center;

   cursor: default;

}

.view .mask, .view .content {

   width: 350px;

   height: 230px;

   position: absolute;

   overflow: hidden;

   top: 0;

   left: 0;

}

.view img {

   display: block;

   position: relative;

}.third-effect .mask {

   opacity: 0;

   overflow:visible;

   -moz-box-sizing:border-box;

   -webkit-box-sizing:border-box;

   box-sizing:border-box;

   cursor:pointer;

   -webkit-transition: all 0.4s ease-in-out;

   -moz-transition: all 0.4s ease-in-out;

   -o-transition: all 0.4s ease-in-out;

   -ms-transition: all 0.4s ease-in-out;

   transition: all 0.4s ease-in-out;

}

.imgshow{width:270px; height:80px; border-bottom:1px #fff solid; margin:75px 40px 0 40px; overflow:hidden; text-align:left}

.third-effect a.info {

   position:relative;

   color:#fff;

   font-size:24px;

  

}

.third-effect:hover .mask {

   opacity: 1;

   background:rgba(51,196,181,0.8);

}

.third-effect:hover a.info {

	opacity:1;

	-moz-transition-delay: 0.3s;

	-webkit-transition-delay: 0.3s;

	-o-transition-delay: 0.3s;

	-ms-transition-delay: 0.3s;

	transition-delay: 0.3s;

}



.hlbqy{width:790px; height:auto; overflow:hidden; padding-top:0px}

.hlbqy-title{width:790px; height:35px;}

.hlbqy-title hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:790px}

.hlbqy-title .hlbqyttxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-weight:bold; font-size:18px; color:#515050; background:url(../images/icon/hlbqy.jpg) left center no-repeat #fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px;}

.hlbqy-content{width:790px; height:auto; overflow:hidden; padding-top:15px}

.hlbqy-box{width:790px; height:auto; overflow:hidden; text-align:left; margin-bottom:20px; border-bottom:1px #E5E5E5 solid; padding-bottom:20px}

.hlbqy-box li{height:35px; line-height:35px; width:787px; overflow:hidden;border-left:3px #fff solid; margin-bottom:10px}

.hlbqy-box li dt{float:left; width:587px; height:35px; overflow:hidden; text-align:left; text-indent:10px}

.hlbqy-box li dt a{}

.hlbqy-box li:hover{background:#F6F6F6;border-left:3px #f48a0d solid}

.hlbqy-box li dd{float:left; width:195px; height:35px; overflow:hidden; text-align:right; padding-right:5px; font-size:13px}



.hlbqy-box .line {width:790px;height:auto; overflow:hidden; text-align:left; margin-bottom:20px; border-bottom:1px #E5E5E5 solid; padding-bottom:20px}



/*内容页*/

.hl_content{width:760px; height:auto; overflow:hidden; text-align:left; padding:0 15px}

.hl_c_title{width:760px; height:auto; overflow:hidden;}

.hl_c_title h2{font-size:32px; font-weight:100; padding:0; margin:0; line-height:45px; width:auto; height:auto; color:#000;}

.hl_c_title i.tag{display: inline-block;font-size: 12px;background-color: #CCC;color: #FFF;padding: 3px 5px;line-height: 14px;vertical-align: middle;font-weight: 100; margin-left:10px}

.hl_c_twid{width:760px; height:50px; line-height:50px; text-align:left; font-size:14px; color:#A6A6A6}

.hl_c_wcid{width:760px; height:auto; overflow:hidden; line-height:24px; font-size:14px; color:#757575; border-bottom:1px #E5E5E5 solid; padding-bottom:30px; padding-top:5px}

.bt1px{border-bottom:1px #E5E5E5 solid; }

.hl_body{padding-top:30px; text-align:left; width:760px; height:auto; overflow:hidden; }

.hl_body h3{

    border-left: 6px solid #f48a0d;

    font-weight: bold;

    line-height: 28px;

    margin-top: 42px;

    margin-bottom: 28px;

    font-size: 18px;

    background-color: #f5f5f5;

    padding: 6px 20px;

    color: #333;

    }

.hl_body p{font-size:18px; line-height:36px; padding:5px 0; margin:0px 0 20px}

.hl_body p.title{border-left:6px #f48a0d solid;background:#F6F6F6; padding-left:10px; font-weight:bold}

.hl_c_ad{ width:760px; height:auto; overflow:hidden; text-align:center; margin:0 auto; padding-bottom:15px; border-bottom:1px #E5E5E5 solid}

.content-page{margin-bottom:50px}

.hl_c_tag{width:760px; height:auto; overflow:hidden; margin-top:25px}

.hl_c_tagl{float:left; width:450px; height:auto; overflow:hidden}

.hl_c_tagl li{float:left; margin-right:10px;}

.hl_c_tagl li a{width:auto; padding:0 20px; height:32px; line-height:30px; border:1px #DCDCDC solid; color:#40BFB2; font-size:16px}

.hl_c_tagl li a:hover{background:#f48a0d; color:#fff; border:1px #f48a0d solid}

.hl_c_share{float:right; width:310px; height:auto; overflow:hidden}

.hl_c_share li{float:right; margin-right:10px;}

.hl_c_share li a{width:auto; padding:0 20px; height:32px; line-height:30px; border:1px #DCDCDC solid; color:#40BFB2; font-size:16px;}

.hl_c_share li a:hover{background:#f48a0d; color:#fff; border:1px #f48a0d solid}

.hl_c_share li a.share_wx{ background:url(../images/icon/content_wx.png) 10px center no-repeat #fff; color:#74CE5D;border:1px #74CE5D solid; font-size:14px; padding-left:40px}

.hl_c_share li a.share_wx:hover{ background:url(../images/icon/content_wx.png) 10px center no-repeat #74CE5D; color:#fff; font-size:14px;border:1px #74CE5D solid}

.hl_c_share li a.share_wb{ background:url(../images/icon/content_wb.png) 10px center no-repeat #fff; color:#DF6762;border:1px #DF6762 solid; font-size:14px; padding-left:40px}

.hl_c_share li a.share_wb:hover{ background:url(../images/icon/content_wb.png) 10px center no-repeat #DF6762; color:#fff; font-size:14px;border:1px #DF6762 solid}

.hl_c_copy{width:750px; height:auto; padding:5px; overflow:hidden; background:#F7F6F6; margin-top:30px; color:#555; font-size:14px; line-height:30px;}

.hl_c_ydys{width:760px; height:auto; overflow:hidden; margin-top:20px}

.hl_c_ydys .hl_c_ydystitle{width:790px; height:35px;}

.hl_c_ydys .hl_c_ydystitle hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:790px}

.hl_c_ydys .hl_c_ydystitle .hl_c_ydystitletxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-size:18px; color:#515050; background:#fff; position:absolute; z-index:1; padding:0 10px; margin-left:330px; font-size:20px}

.hl_c_ydys .hl_c_ydysbody{width:760px; height:auto; overflow:hidden; margin-top:20px}

.hl_c_ydys .hl_c_ydysbody li{float:left; width:240px; height:auto; overflow:hidden;}

.hl_c_ydys .hl_c_ydysbody li img{border-radius:8px;}

.hl_c_ydys .hl_c_ydysbody li.mr20{margin-right:20px;}

.hl_c_ydys .hl_c_ydysbody li dd {margin:10px 0; line-height:24px; padding:0 10px}

.hl_c_ydys .hl_c_ydysbody li dd a{color:#555555}

.hl_c_ydys .hl_c_ydysbody li dd a:hover{color:#f48a0d}

.hl_c_wypl{margin-top:20px}



/*智能硬件*/

.znyj{width:1170px; height:auto; overflow:hidden; padding-top:0px}

.znyj-title{width:1170px; height:35px;}

.znyj-title hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:1170px}

.znyj-title .znyjtxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-weight:bold; font-size:18px; color:#515050; background:url(../images/icon/hlznyj.jpg) left center no-repeat #fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px;}

.znyj-title .znyjtxtr{width:auto; height:35px; line-height:35px; font-size:14px; color:#515050; background:#fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px; margin-left:850px}

.znyj_c{width:1170px; height:auto; overflow:hidden; text-align:left; margin-top:10px}

.znyj_c .znyj_c_box{ width:360px; height:420px; overflow:hidden; float:left; padding:0px; margin: 5px 14px 35px; border:1px #E5E5E5 solid}

.znyj_c .znyj_c_box:hover{background:#fff; cursor:pointer;box-shadow:0px 0px 8px  #ccc}

.boxpic{ width:360px; height:230px; overflow:hidden}

.znyj_c .znyj_c_box img{transition:all 1.2s;-moz-transition:all 1.2s;-webkit-transition:all 1.2s;-o-transition:all 1.2s;}

.znyj_c .znyj_c_box img:hover{transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);border-radius:0px;}

.znyj_c .znyj_c_box:hover img{transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);border-radius:0px;}

.znyj_c .znyj_c_box dt{width:340px; height:auto; overflow:hidden; padding:5px 10px}

.znyj_c .znyj_c_box dt a{color:#515050; font-size:18px}

.znyj_c .znyj_c_box dt a:hover{color:#f48a0d}

.znyj_c .znyj_c_box dd{width:340px; height:auto; overflow:hidden; padding:5px 10px}

.znyj_c .znyj_c_box dd p.d{ color:#727171; font-size:14px; line-height:24px; padding:10px 0}

.znyj_c .znyj_c_box dd p.c{ color:#404040; font-size:14px; padding:10px 0 15px; line-height:24px}

.znyj_page{margin-top:20px; width:1170px; height:60px; overflow:hidden}















.hrzuozhe{ background:#FAFAFD; width:350px; min-height:auto; height:auto; overflow:hidden; margin-bottom:20px}

.hrzz_top{width:320px; height:153px; overflow:hidden; margin:0 15px}

.hrzz_top dt{width:122px; height:122px; float:left; padding:15px 14px}

.hrzz_top dt img{border-radius:122px;}

.hrzz_top dd{float:left; width:170px; height:122px; padding:14px 0 ;}

.hrzz_top dd h3{font-weight:normal; font-size:18px; color:#f48a0d; line-height:25px}

.hrzz_top dd h3 span.t{float:left}

.hrzz_top dd h3 a{color:#f48a0d;}

.hrzz_top dd h3 i.v{background:url(../images/icon/v.jpg) center center no-repeat; width:23px; height:23px; display:block; float:left; margin-left:5px; margin-top:1px}

.ucon{width:170px; height:auto; overflow:hidden; padding-top:20px; clear:both}

.ucon li{float:left; line-height:30px; font-size:14px}

.ucon li.uconl{width:70px; height:auto; overflow:hidden; text-align:center; margin:0 auto; border-right:1px #E5E5E5 solid}

.ucon li.uconr{width:99px; height:auto; overflow:hidden; text-align:center; margin:0 auto;}

.ucon li a{color:#f48a0d; font-size:18px; font-weight:100}



.hrzz_middle{width:320px; height:auto; padding:10px 0; overflow:hidden; border-top:1px #E5E5E5 solid; border-bottom:1px #E5E5E5 solid; margin:0 15px; line-height:30px; font-size:14px}

.hrzz_bottom{width:320px; height:auto; overflow:hidden; margin:0 15px; padding:15px 0}

.hrzz_bottom li{ line-height:35px; width:320px; height:35px; overflow:hidden}

.hrzz_bottom li a{color:#040404}

.hrzz_bottom li a:hover{color:#f48a0d}

.hrzz_bottom li span{padding:4px 8px; background:#f48a0d; color:#fff; font-family:tahoma; font-size:12px}



.hrsaomiao{width:348px; height:128px; border:1px #F2F1F1 solid; overflow:hidden; margin-top:10px; float:left}

.hrsaomiao dt{float:left; width:131px; height:115px; padding:7px 0 6px 7px; text-align:left}

.hrsaomiao dd{float:left; width:210px; height:115px;padding:7px 0 6px 0px; text-align:left}

.hrsaomiao dd .hrwxtitle{width:210px; height:35px; line-height:35px; font-size:18px}

.hrsaomiao dd .hrwxcontent{width:210px; height:57px; padding:16px 0 0 0; overflow:hidden}

.hrsaomiao dd .hrwxcontent .trwbico{background:url(../images/icon/hrwbico.jpg) no-repeat; width:57px; height:57px; display:block; float:left; margin-right:15px}

.hrsaomiao dd .hrwxcontent .trqqwbico{background:url(../images/icon/hrqqwbico.jpg) no-repeat; width:57px; height:57px; display:block; float:left; margin-right:15px}

.hrsaomiao dd .hrwxcontent .trwxico{background:url(../images/icon/hrwxico.jpg) no-repeat; width:57px; height:57px; display:block; float:left}

.hrrmht{width:350px; height:auto; overflow:hidden; padding-top:25px}

.hrrmht-title{width:350px; height:35px;}

.hrrmht-title hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:350px}

.hrrmht-title .hrrmhtttxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-weight:bold; font-size:18px; color:#515050; background:url(../images/icon/hrrmht.jpg) left center no-repeat #fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px;}

.hrrmht-content{width:350px; height:auto; overflow:hidden; padding-top:15px}

.hrrmht-content li{ float:left; width:73px; padding:0 7px; height:52px; overflow:hidden; text-align:center; margin:0 auto}

.hrrmht-content li a{width:73px; height:32px; line-height:30px; border:1px #DCDCDC solid; color:#f48a0d; font-size:16px}

.hrrmht-content li a:hover{background:#f48a0d; color:#fff; border:1px #f48a0d solid}



.hrrwbd{width:350px; height:auto; overflow:hidden; padding-top:25px}

.hrrwbd-title{width:350px; height:35px;}

.hrrwbd-title hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:350px}

.hrrwbd-title .hrrwbdttxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-weight:bold; font-size:18px; color:#515050; background:url(../images/icon/hrrwbd.jpg) left center no-repeat #fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px;}

.hrrwbd-content{width:350px; height:auto; overflow:hidden; padding-top:15px}

.hrrwbd-content li{width:332px; height:36px; overflow:hidden; text-align:left; line-height:18px; margin-bottom:25px; padding-left:15px;display:block;vertical-align:middle}

.hrrwbd-content li.rwbd-1{ border-left:3px #FD5F00 solid}

.hrrwbd-content li.rwbd-2{ border-left:3px #FFC002 solid}

.hrrwbd-content li.rwbd-3{ border-left:3px #00A635 solid}

.hrrwbd-content li.rwbd-4{ border-left:3px #00C3C4 solid}

.hrrwbd-content li.rwbd-5{ border-left:3px #B92400 solid}

.hrrwbd-content li.rwbd-6{ border-left:3px #E07E00 solid}

.hrrwbd-content li.rwbd-7{ border-left:3px #27C790 solid}

.hrrwbd-content li.rwbd-8{ border-left:3px #5C68EC solid}

.hrrwbd-content li.rwbd-9{ border-left:3px #00A9DA solid}

.hrrwbd-content li.rwbd-10{ border-left:3px #E41A91 solid}

.hrrwbd-content li a{color:#939292; font-weight:100}

.hrrwbd-content li a:hover{color:#f48a0d}

.hrtjzz{width:350px; height:auto; overflow:hidden; padding-top:25px}

.hrtjzz-title{width:350px; height:35px;}

.hrtjzz-title hr{ border:none;border-top:1px #E5E5E5 solid; padding:0; margin:0; color:#E5E5E5; height:1px; margin-top:20px; float:left; width:350px}

.hrtjzz-title .hrtjzztxt{width:auto; height:35px; line-height:35px; font-family:'Microsoft YaHei'; font-weight:bold; font-size:18px; color:#515050; background:url(../images/icon/hrtjzz.jpg) left center no-repeat #fff; text-indent:25px; position:absolute; z-index:1; padding-right:20px;}

.hrtjzz-content{width:350px; height:auto; overflow:hidden; padding-top:15px}

.tjzz-box{width:350px; height:90px; overflow:hidden; text-align:left; margin-bottom:20px; border-bottom:1px #E5E5E5 solid; padding:10px 0}

.tjzz-box dt{width:72px; height:90px; overflow:hidden; float:left; margin-right:15px;}

.tjzz-box dt img{border-radius:50px; }

.tjzz-box dd{width:263px; height:90px; overflow:hidden; float:left}

.tjzz-box dd h3{font-weight:normal; font-size:18px; color:#f48a0d; margin:0; padding:0; width:263px; height:35px; line-height:35px; overflow:hidden}

.tjzz-box dd p{color:#515050; font-size:14px; padding:5px 0 0 0; line-height:24px}

.tjzz-box dd h3 a{ color:#f48a0d}

.tjzz-box dd p a{ color:#515050}

.frad3,frad2{margin-top:20px;}