@charset "utf-8";
*{margin:0;padding:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
body{font-family:"微软雅黑",arial;font-size:16px;color:#666;}
/*头部*/
.header{width:100%;height:auto;}
.header .top{height:40px;line-height:40px;background:#343434;}
.header .top .cont{width:1200px;margin:auto;}
.header .top .huanying{color:#eee;float:left;font-size:12px;}
.header .top .tel{float:right;}
.header .top .tel img{display:block;height:20px;float:left;margin-top:10px;margin-right:10px;}
.header .top .tel p{float:left;color:#eee;font-size:12px;}
.header .top .tel p span{font-size:14px;font-weight:bold;}
.header .logo-nav{width:1200px;height:90px;margin:auto;}
.header .logo{float:left;}
.header .logo img{display:block;height:78px;margin-top:6px;}
.header .nav{float:right;}
.header .nav li{float:left;width:140px;height:90px;line-height:90px;text-align:center;position:relative;}
.header .nav li a{display:block;width:100%;height:100%;position:relative;color:#333;}
.header .nav li a span{display:block;width:100%;height:3px;background:#00a0e9;position:absolute;left:0;bottom:0;display:none;}
.header .nav li a:hover{color:#00a0e9;}
.header .nav li:hover span{display:block;}
.header .nav li .hide{width:140px;position:absolute;left:0;top:90px;z-index:9;display:none;}
.header .nav li .hide a{height:40px;line-height:40px;border-bottom:1px dashed #00a0e9;background:#fff;color:#333;}
.header .nav li .hide a:hover{color:#00a0e9;}
.header .nav li:hover .hide{display:block;}
/*banner图*/
.banner{width:100%;height:480px;background:url(../images/banner.png) no-repeat center;position:relative;overflow:hidden;}
.banner .text{width:1200px;height:480px;margin:auto;color:#fff;text-align:center;}
.banner .text h3{font-size:42px;line-height:1;margin-top:115px;margin-bottom:40px;}
.banner .text p{color:#eee;line-height:2;font-size:12px;}
.banner .text a{display:block;width:136px;height:38px;line-height:38px;text-align:center;color:#fff;margin:auto;margin-top:60px;
	background:rgba(0,160,233,0.5);}
.banner .text a:hover{background:rgba(0,160,233,1);}
/*标题*/
.page-title{width:1200px;overflow:hidden;margin:auto;text-align:center;margin-top:65px;padding-bottom:45px;}
.page-title p{font-size:22px;color:#ddd;}
.page-title h2{color:#00a0e9;margin-top:10px;}
.page-title .line{width:100%;height:20px;border-bottom:1px solid #eee;position:relative;}
.page-title .line span{display:block;width:32px;height:4px;background:#e40180;position:absolute;left:50%;margin-left:-16px;bottom:-2px;}
/*关于我们*/
.about{width:1200px;overflow:hidden;margin:auto;padding-bottom:76px;}
.about .pic{float:left;width:610px;height:350px;}
.about .pic img{width:100%;height:100%;}
.about .text{width:570px;height:350px;float:left;margin-left:20px;position:relative;}
.about .text p{line-height:2;text-indent:32px;}
.about .text .more{display:block;width:122px;height:36px;line-height:36px;text-align:center;background:#00A0E9;color:#fff;position:absolute;bottom:0;right:0;}
/*产品展示*/
.product{width:100%;overflow:hidden;background:url(../images/pro-bg.jpg) no-repeat center;padding-bottom:56px;}
.product .list{width:1200px;height:264px;margin:auto;position:relative;}
.product .list .jiantou{display:block;width:30px;height:30px;position:absolute;top:50%;margin-top:-15px;cursor:pointer;}
.product .list .left{background:url(../images/jiantou-left.png);left:0;}
.product .list .right{background:url(../images/jiantou-right.png);right:0;}
.product .list ul{width:1160px;margin:auto;}
.product .list li{width:270px;height:262px;float:left;margin:0 10px;background:#fff;}
.product .list li a{display:block;border:1px solid #eee;color:#000;text-align:center;overflow:hidden;}
.product .list li a:hover{border:1px solid #00A0E9;}
.product .list li img{display:block;width:385px;height:220px;margin-left:-58px;}
.product .list li span{line-height:42px;}
.product .more{display:block;width:122px;height:36px;line-height:36px;text-align:center;background:#00A0E9;color:#fff;margin:auto;margin-top:70px;}
/*设备展示*/
.shebei{width:1200px;margin:auto;overflow:hidden;padding-bottom:60px;}
.shebei .list{overflow:hidden;}
.shebei .list li{width:380px;height:200px;float:left;margin-left:30px;position:relative;}
.shebei .list li:first-child{margin-left:0;}
.shebei .list li img{display:block;width:100%;height:100%;}
.shebei .list li span{display:block;width:100%;height:34px;line-height:34px;background:rgba(0,0,0,0.5);text-align:center;color:#fff;position:absolute;bottom:0;}
.shebei .list li:hover{width:370px;height:190px;border:5px solid #00A0E9;}
.shebei .more{display:block;width:122px;height:36px;line-height:36px;text-align:center;background:#00A0E9;color:#fff;margin:auto;margin-top:60px;}
/*底部*/
.footer{width:100%;overflow:hidden;background:#2b2b2b;color:#eee;}
.footer .top{width:1200px;height:136px;overflow:hidden;padding-top:45px;padding-bottom:30px;margin:auto;}
.footer .tel{width:289px;height:136px;border-right:1px solid #444;float:left;}
.footer .tel h3{margin-bottom:25px;}
.footer .tel p{margin-bottom:10px;font-size:14px;} 
.footer .tel p span{font-size:24px;font-weight:bold;color:#00A0E9;}
.footer .info{width:459px;padding-left:130px;height:136px;border-right:1px solid #444;float:left;}
.footer .info h3{margin-bottom:25px;}
.footer .info p{margin-bottom:10px;font-size:14px;} 
.footer .ewm{height:136px;float:right;}
.footer .ewm .pic{float:left;margin-left:15px;}
.footer .ewm .pic img{width:100px;height:100px;}
.footer .ewm .pic p{text-align:center;font-size:12px;}
.footer .copyright{height:40px;line-height:40px;background:#202020;text-align:center;font-size:12px;}
/*产品展示页面*/
.pro-show{width:1200px;margin:auto;}
.pro-show .list{overflow:hidden;}
.pro-show .list li{width:280px;height:262px;float:left;margin:10px;background:#fff;}
.pro-show .list li a{display:block;color:#000;text-align:center;overflow:hidden;border:1px solid #eee;}
.pro-show .list li .pic{width:385px;height:220px;position:relative;overflow:hidden;}
.pro-show .list li img{display:block;width:385px;height:220px;margin-left:-53px;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;}
.pro-show .list li img:hover{transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);}
.pro-show .list li span{line-height:42px;}
.pro-show .page{text-align:center;padding-top:30px;padding-bottom:76px;}
.pro-show .page li{display:inline-block;height:34px;line-height:34px;color:#666;border-radius:5px;overflow:hidden;margin:0 5px;}
.pro-show .page li span{display:block;padding:0 12px;background:#eee;}
.pro-show .page li a{display:block;padding:0 12px;background:#eee;color:#333;}
.pro-show .page li a.active{background:#00A0E9;color:#fff;}
.pro-show .page li a.active2{background:#00A0E9;color:#fff;}
.pro-show .page li a:hover{background:#00A0E9;color:#fff;}
/*设备展示页面*/
.shebei .page{text-align:center;padding-top:50px;padding-bottom:76px;}
.shebei .page li{display:inline-block;height:34px;line-height:34px;color:#666;border-radius:5px;overflow:hidden;margin:0 5px;}
.shebei .page li span{display:block;padding:0 12px;background:#eee;}
.shebei .page li a{display:block;padding:0 12px;background:#eee;color:#333;}
.shebei .page li a.active{background:#00A0E9;color:#fff;}
.shebei .page li a:hover{background:#00A0E9;color:#fff;}
/*联系我们页面*/
.contact{width:1200px;overflow:hidden;margin:auto;}
.contact .text{float:left;}
.contact .text h3{margin-bottom:26px;}
.contact .text p{line-height:2;}
.contact .inputbox{float:right;}
.contact .inputbox .left{width:234px;float:left;margin-right:10px;}
.contact .inputbox .left p{height:36px;overflow:hidden;margin-bottom:10px;}
.contact .inputbox .left input{display:block;width:232px;height:32px;border:1px solid #ddd;text-indent:10px;outline:none;}
.contact .inputbox .left .yzm{width:120px;float:left;}
.contact .inputbox .left img{width:100px;height:22px;padding:5px;border:1px solid #ddd;cursor:pointer;border-left:none;}
.contact .inputbox .right{width:464px;float:left;}
.contact .inputbox .right textarea{display:block;width:442px;height:105px;padding:10px;border:1px solid #ddd;outline:none;font-size:16px;font-family:Arial;resize:none;}
.contact .inputbox .right .btn{display:block;width:100px;height:36px;border:none;background:#00a0e9;color:#fff;cursor:pointer;float:right;margin-top:10px;outline:none;}
.contact .map{clear:both;width:1200px;height:400px;padding-top:50px;padding-bottom:60px;}



