@charset "UTF-8";
/**
 * 
 * @authors Your Name (iqianduan@126.com)
 * @date    2017-05-17 14:15:15
 * @version $Id$
 */
body,div,p,ul,ol,li,span,dl,dt,span,a,h1,h2,h3,h4,h5,input,form,button,select,center,br,table,tbody,tr,td{padding:0; margin:0; border:0 none;}
h1,h2,h3,h4,h5{font-size:100%;}
form{display:block;}
table{display: table; border-collapse: separate; border-spacing: 2px; border-color: grey; font-size:14px; color:#666;}
body{font: 12px/22px "微软雅黑",'Poppins', sans-serif;}
ul,li{list-style: none;}
input{outline:none; vertical-align:middle; margin: 0em;
    font: 14px Poppins;}
select{font: 13.3333px Poppins;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
}
img{border:0 none;}
a{color:#666; text-decoration: none;}
a:hover{color:#1bb3d3;}
/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}
/*header样式开始*/
.headerWrap{overflow:hidden; background:#313131;}
.header{width:80%; height:40px; line-height:40px; margin:0 auto;  color:#fff;}
.header a{color:#fff; padding:0 10px; float:right;}
.header a:hover{color:#d37f1b;}
/*logo和导航样式开始*/
.logoandnav{overflow:hidden; height:100px; background:#fff;}
.logoNav{width:80%; margin:0 auto; padding:20px 0; height:auto;}
.logoWrap{float:left; overflow:hidden; width:47%; height:auto;}
.logoWrap h1{font-size:19px; font-weight:bold; color:#333; overflow:hidden; padding:10px 0;}
.logoWrap p{background:#efefef; color:#666; padding:2px;}
.navWrap{float:right; width:52%; overflow:hidden; height:auto; height:68px; line-height:68px;}
.navWrap ul{}
.navWrap ul li{float:left;}
.navWrap ul li a{padding:0 20px; font-size:18px; display:block; height:auto;}
.navWrap ul li a.current{border-bottom:3px solid #1bb3d3; height:65px;}

/*banner样式*/
.banner{overflow:hidden; max-height:400px; background:#1bb3d3; text-align:center;}
.banner{ max-height:400px; }/* firefox 浏览器实行这句定义 */ 
.banner{ max-height:400px\9; }/*ie6,ie7,ie8 这句定义主要尖对IE8来hack*/ 
.banner{ *max-height:400px; }/*ie6,ie7 这句定义主要尖对IE7来hack*/ 
.banner { _max-height:400px; }/*ie6 浏览器优先实行这句定义*/ 或者写成一句 
.banner img{width:100%; height:atuo; max-width:1440px;}
/*产品样式开始*/
.productWrap{overflow:hidden; background:#fff;}
.product{width:80%; height:auto; margin:0 auto; overflow:hidden; padding:30px 0;}
.productTitle{height:40px; background:url(../images/titleimg.png) no-repeat left center; padding:0 0 0 10px;}
.productTitle h2{font-size:20px; font-weight:bold; line-height:40px;}
.productTitle .more{float:right; margin-top:-30px;}
.product_list{overflow:hidden; margin-top:20px;}
.product_list ul{overflow:hidden; padding:8px;}
.product_list li{width:30%; background:#fff; float:left; overflow:hidden; padding-bottom:10px; -moz-box-shadow: 1px 1px 10px #bbbcbc; /* 老的 Firefox */
box-shadow: 1px 1px 10px #bbbcbc; -o-box-shadow: 1px 1px 10px #bbbcbc; -ms-box-shadow: 1px 1px 10px #bbbcbc; padding:1%; margin-bottom:2%;}

.product_list li img{width:100%; height:auto;}
.product_list li .img{max-height:236px; overflow:hidden;}
.product_list li p{overflow:hidden; padding:10px 0; text-align:center;}
.product_list li .proBtn{display:block; width:100px; height:26px; line-height:26px;  border-radius:20px; border:1px solid #ccc; margin:0 auto; text-align:center;}
.product_list li.current{margin:0 2%;}
.product_list li a.proBtn:hover{background:#1BB3D3; color:#fff; border:1px solid #1BB3D3;}
/*.product_list li.hover{border:1px solid #1bb3d3; width:31.82%;}*/
/*产品样式结束*/
/*公司简介开始*/
.CompanyProWrap{overflow:hidden; padding:30px 0;}
.CompanyPro{width:80%; height:auto; margin:0 auto;}
.CompanyProCon{overflow:hidden; margin-top:20px;}
.CompanyProCon_left{float:left; width:38%; height:auto; overflow:hidden; -moz-box-shadow: 2px 3px 10px #bbbcbc; /* 老的 Firefox */
box-shadow: 2px 3px 10px #bbbcbc; -o-box-shadow: 2px 3px 10px #bbbcbc; -ms-box-shadow: 2px 3px 10px #bbbcbc; margin:1%;}
.CompanyProCon_left{ border:0 none;} /*firefox 浏览器实行这句定义  */
.CompanyProCon_left{ border:0 none\9; margin:1%\9; }/*ie6,ie7,ie8这句定义主要尖对IE8来hack */ 
.CompanyProCon_left{ *border:1px solid #ccc; *margin:0; }/*ie6,ie7 这句定义主要尖对IE7来hack */
.CompanyProCon_left{ _border:1px solid #ccc; _margin:0;}/*ie6 浏览器优先实行这句定义*/ 
.CompanyProCon_left img{width:96%; height:auto; padding:2%;}
.CompanyProCon_right{float:right; width:58%; height:auto; background:#F2F2F2; margin-top:10px;}
.CompanyProCon_right{ margin-top:10px;} /*firefox 浏览器实行这句定义  */
.CompanyProCon_right{ margin-top:10px\9; }/*ie6,ie7,ie8这句定义主要尖对IE8来hack */ 
.CompanyProCon_right{ *margin-top:0px; }/*ie6,ie7 这句定义主要尖对IE7来hack */
.CompanyProCon_right{ _margin-top:0px;}/*ie6 浏览器优先实行这句定义*/ 
.CompanyProCon_right_text{overflow:hidden; padding:1%;}
.CompanyProCon_right_text p{text-align:justify; text-indent:2em; font-size:14px; line-height: 28px; color:#666;}
.CompanyProCon_right_text p .more{color:#1BB3D3;}
/*公司简介结束*/
/*公司档案开始*/
.CompanyfileWrap{overflow:hidden; background:#F2F2F2; padding:30px 0;}
.Companyfile{width:80%; height:auto; margin:0 auto;}
.CompanyfileCon{margin-top:20px; background:#fff; padding:1%;}
.f_b {font-weight: bold;}
/*公司档案结束*/
/*产品详情页面样式开始*/
.detailsWrap{overflow:hidden; padding:30px 0; background:#f2f2f2;}
.details{width:80%; height:auto; margin:0 auto;}
.detailsTitle{margin-bottom:20px; background:#fff url(../images/titleimg.png) no-repeat left center;}
.details_left{width:49%; height:auto; float:left; overflow:hidden;}
.details_left_big {background:#fff;}
.details_left_big ul{overflow:hidden; height:auto; padding:2%; max-height:360px;}
.details_left_big ul li{overflow:hidden; float:left; height:auto; width:100%;}
.details_left_big ul li img{width:100%; height:auto; max-width:520px; height:360px;}
.details_left_small{overflow:hidden; margin-top:10px;}
.details_left_small ul{overflow:hidden;}
.details_left_small ul li{float:left; width:30.66%; background:#fff; max-height:100px; overflow:hidden; padding:1%;}
.details_left_small ul li.current{border:1px solid #1bb3d3; width:30.30%; max-height:98px;;}
.details_left_small ul li.current{ width:30.30%; }/* firefox 浏览器实行这句定义 */ 
.details_left_small ul li.current{ width:30.30%\9; }/*ie6,ie7,ie8 这句定义主要尖对IE8来hack*/ 
.details_left_small ul li.current{ *width:30.7%;; }/*ie6,ie7 这句定义主要尖对IE7来hack*/ 
.details_left_small ul li.current{ _width:30.7%;px; }/*ie6 浏览器优先实行这句定义*/ 

.details_left_small ul li.marg{margin:0 1%;}
.details_left_small ul li img{width:100%; height:auto;}
.details_right{width:49%; height:auto; float:right; background:#fff;}
.details_right_Con{overflow:hidden; padding:2%; font-size:14px; color:#666;}
.details_right_Con li{line-height:30px;}
.details_right_Con li span{float:left;}
.details_right_Con li span.orange{color:#d37f1b; font-weight:bold;}
.details_right_Con li .left{width:26%;}
.details_right_Con li .right{width:74%;}
.details_right_Con .left{font-weight:bold; color:#333;}
/*详细信息*/
.dInforWrap{overflow:hidden; padding:30px 0;}
.dInfor{width:80%; height:auto; margin:0 auto;}
.dInforTitle{background:#f2f2f2 url(../images/titleimg.png) no-repeat left center;}
.dInforCon{overflow:hidden; margin-top:20px; padding:2%; font-size:14px; color:#666; background:#f2f2f2;}
.dInforCon p{text-indent: 2em; text-align:justify; line-height:30px;}
.dInforCon h3{font-size:15px; font-weight:bold;}
/*产品详情页面样式结束*/
/*联系我们页面开始*/
.contactUsWrap{overflow:hidden; padding:30px 0;}
.contUs{width:80%; height:auto; margin:0 auto; background:url(../images/map.jpg) no-repeat center center;}
.contUs ul{overflow:hidden; padding:2%; width:60%;}
.contUs ul li{border-bottom:1px solid #e1b580; line-height:40px; font-size:14px;}
.contUs ul li span{float:left;}
.contUs ul li span.left{width:16%; font-weight:bold;}
.contUsTitle{background:url(../images/titleimg.png) no-repeat left center;}
/*联系我们页面结束*/
/*公司新闻样式开始*/

/*新闻列表页面*/
.newpageWrap{overflow:hidden; padding:30px 0;}
.newPageCon{width:80%; height:auto; margin:0 auto;}
.newPageCon_list{overflow:hidden; padding-top:20px;}
.newPageCon_list ul li{width:49%; height:auto; float:left; margin-right:2%; background:#f2f2f2; margin-bottom:20px; max-height:91px;}
.newPageCon_list ul li.current{margin-right:0;}
.newPageCon_list ul li.bor{border:1px solid #1BB3D3; width:48.8%; max-height:88px;}
.newPageCon_list_Con{overflow:hidden; padding:10px;}
.newPageCon_list_Con .left{float:left; width:30%; overflow:hidden; background:#1BB3D3; text-align:center; color:#fff; padding:10px 0;}
.newPageCon_list_Con .left h5{font-size:24px; font-weight:normal;}
.newPageCon_list_Con .left p{font-size:16px; padding-top:6px;}
.newPageCon_list_Con .right{float:right; overflow:hidden; width:68%;}
.newPageCon_list_Con .right p{text-align:justify; overflow:hidden; width:100%; word-wrap:break-word; word-break:break-all; display:inline-block;}
.newPageCon_list_Con .right h4{font-size:16px; font-weight:bold; color:#666;}
.newPageCon_list_Con .right p {font-size:14px; padding-top:1%;}
.newPageCon_list_Con .right p a.more{color:#1BB3D3; font-size:12px;}
/*新闻详情页*/
.newdetailWrap{overflow:hidden; padding:30px 0;}
.newdetailCon{width:80%; height:auto; margin:0 auto;}
.newdetailCon_text{overflow:hidden; padding-top:20px; height:auto;}
.newdetailCon_text h2{font-size:24px; font-weight:normal; overflow:hidden; text-align:center ; padding:10px 0; color:#333;}
.newdetailCon_text .info{text-align:center; color:#999; text-indent:0; font-size:12px;}
.newdetailCon_text p{text-align:justify; text-indent:2em; font-size:14px; line-height:28px; color:#666;}
.newdetailCon_text .Introduction{overflow:hidden; padding:16px; background:#f2f2f2; margin-top:10px; margin-bottom:10px;}
.newdetailCon_text  .img{width:60%; margin:0 auto; height:auto; padding:10px 0;}
.newdetailCon_text  .img img{width:100%; height:auto;}
/*首页新闻*/        
.Qgrey{background:#f2f2f2;}
.Qgrey .newPageCon_list ul li{background:#fff;}
/*公司新闻样式结束*/        
/*底部样式开始*/
.foodWrap{overflow:hidden; background:#313131; padding:30px 0;}
.food{width:80%; height:auto; margin:0 auto;}
.foodLink{overflow:hidden; text-align:center;}
.foodLink a{color:#dddcdc; padding:0 10px; font-size:14px;}
.foodCop{text-align:center; color:#dddcdc; padding-top:10px;}
/*底部样式结束*/
