﻿/* CSS Document */
.blank10{ height:10px; line-height:10px;clear:both; overflow:hidden;}
.clear{content:".";display:block;height:0;clear:both;}


/*内页banner*/
/* Banner样式 */
.sub_banner { width:100%; height: 405px;margin:0 auto; overflow: hidden;}


/*网站主体部分*/
.zq-main{ width: 1150px; margin: 30px auto 50px auto; overflow:hidden; background: url(../images/mbg.png) 274px 0 repeat-y;}
.zmain{ width: 1150px; margin: 30px auto 50px auto; overflow:hidden;  }



.position{ background: url(../images/lmbg.png) right center #fff no-repeat; line-height: 72px; height: 72px; color: #7a7b78; border-bottom: 1px solid #000; padding-right: 50px; margin-bottom: 32px; overflow: hidden;}
.position a{ color:#7a7b78; font-size: 16px; padding: 0 2px;}
.ln_tl { float:left; width: 52%; text-align:left;}
.ln_tl span{ font-size: 16px; color: #000000;clear:both; }
.ln_tl em{ font-size: 30px; color: #b51616;clear:both; font-family: arial; text-transform:uppercase;margin-right: 28px;}
.position .wz{ text-align:right;float:right; width: 40%;}

/*左侧搜索*/
.ly_left{ margin:24px 0 0 0}
.ly_left .tl span{ font-size:24px; color: #b16511;}
.ly_left .tl em{ font-size:28px; color: #1b75bb; margin:0 0 0 8px; font-weight:bold; font-family:"Times New Roman", Times, serif,Helvetica, sans-serif;}



/*右侧内容2*/
.zq-mr2{ float:right; width: 836px;display: block; min-height: 380px;}
.zq-mr{ float:right; width: 780px;display: block; min-height: 380px;}



/*公司简介*/
.main_view{ overflow:hidden; margin-bottom:10px;}
.about_title{ width:100%; line-height: 50px;}
.about_title span{ font-size: 18px; color: #000000; font-weight: bold;}
.about_title em{ font-size: 12px; color: #7b7b7b; margin: 0 0 0 20px; font-family: arial; text-transform:uppercase; font-weight: bold;}



.info{ line-height:28px; padding: 25px 0 0 0; overflow:hidd en}
.info img{ max-width:780px }.contact_map{ line-height:28px; overflow:hidden}




/*产品*/
.product_info{ padding:40px 0 0 0}
.pro_list{ overflow:hidden; display:block;}
.pro_list li{ float:left; margin: 0 20px 40px 0; width: 408px;}
.pro_list li img{ width: 408px; height: 215px; position: relative;}
.pro_list li p{ line-height: 56px; color: #000000; font-size: 16px; font-weight: bold;}
.pro_list li .pc{ position:relative }
.pro_list li .ovrly { 
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro_list li .buttons {
    position: absolute;
    top: 50%;
    left: 50%;

}
.pro_list li .buttons{
    background:url(../images/fa.png) no-repeat;
    width:57px;height:56px; position: absolute;
    top: 39%;
    left: 46%;transform: scale(0);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.pro_list li:hover .buttons {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.pro_list li:hover .ovrly {
    -webkit-box-shadow: 0 0 10px 180px rgba(255, 255, 255, 0.7) inset;
    -moz-box-shadow: 0 0 10px 180px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 10px 180px rgba(255, 255, 255, 0.7) inset;
}

/*四级栏目列表*/
.pro_list1{ overflow:hidden; display:block;}
.pro_list1 li{ float:left; margin: 0 38px 30px 0; width: 556px;}
.pro_list1 li img{ width: 556px; height: 283px; position: relative;}
.pro_list1 li p{ line-height: 56px; color: #000000; font-size: 16px; font-weight: bold; text-align: center; margin-bottom: 6px;}
.pro_list1 li .pc{ position:relative }
.pro_list1 li .pnr{ color:#000;width:420px;margin:0 auto; }
.pro_list1 li .pnr .summary{ line-height:24px; height: 120px; overflow: hidden;}
.pro_list1 li .ovrly { 
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pro_list1 li .buttons {
    position: absolute;
    top: 50%;
    left: 50%;

}
.pro_list1 li .buttons{
    background:url(../images/fa.png) no-repeat;
    width:57px;height:56px; position: absolute;
    top: 39%;
    left: 46%;transform: scale(0);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.pro_list1 li:hover .buttons {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.pro_list1 li:hover .ovrly {
    -webkit-box-shadow: 0 0 10px 180px rgba(255, 255, 255, 0.7) inset;
    -moz-box-shadow: 0 0 10px 180px rgba(255, 255, 255, 0.7) inset;
    box-shadow: 0 0 10px 180px rgba(255, 255, 255, 0.7) inset;
}


/*产品列表*/
.lpic { text-align: center; }
.lpic img{ max-width:100%; }

.class h3{ font-size:16px; margin: 32px auto 20px;}
.class .classinfo{ line-height:24px; }

.product_list {  border-top: 1px dashed #000000;   margin-top: 50px;}
.product_list li{ overflow:hidden;border-bottom: 1px dashed #000000;padding:30px 0 40px;line-height: 90px; width: 100%;}
.product_list li a{ color:#000000}
.product_list li img{ width:162px;height:90px;float:left;}
.product_list li .title{ font-size:16px;font-weight:bold; float: left; text-align: center; margin: 0 30px 0 40px;  width: 176px;}
.product_list li .summary{ float:right;width:736px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


.product_list li.p1{ overflow:hidden;border-bottom: 1px dashed #000000; padding: 28px 0 46px; line-height: 23px;float:left; width: 555px;}
.product_list li.p1 a{ color:#000000}
.product_list li.p1 img{ width:368px;height:205px;float:left;}
.product_list li.p1 .title{ font-size:16px;font-weight:bold; float: left; text-align: left; margin: 0 0 16px 22px;  width: 160px;}
.product_list li.p1 .summary{ float: left; width: 160px;overflow: hidden; text-overflow: ellipsis;    white-space: normal; margin-left: 22px; height: 160px;}



/*新闻列表*/
ul.news_list{ height:auto;margin:0px auto 0 auto;}
ul.news_list li{ width:100%; overflow:hidden; border-bottom: 1px dotted #6e6e6e; padding: 20px 0;}
ul.news_list li a{ color: #000000; }
ul.news_list li img{ float:left;width:265px; height: 110px; }
ul.news_list li .time{ border:1px solid #6e6e6e; padding: 16px 50px; width: 110px; height: 76px; float: left; margin: 0 0 0 7px; background: url(../images/br1.png) center center no-repeat;}
ul.news_list li .time em{
    font-family: arial;
    font-size: 18px;
    line-height: 40px;
    display: block;
    text-align: left;
}
ul.news_list li .time span{
    font-size: 30px;
    font-family: arial;
    text-align: right;
    display: block;
    margin-top: 10px;
}

ul.news_list li .sum{ float:right;width:590px; }
ul.news_list li p{ font-size:16px; margin-bottom: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
ul.news_list li .summary{ color:#737373 ; line-height: 21px;}
ul.news_list li .date{ float:right;}

/*新闻态详细内容页 */
.info .title { text-align:center;color:#2f2f2f; font-size:20px; font-weight:normal; height:21px;}
.info .time { height:26px; font-size:14px; padding:22px 0 0 10px;text-align:center }
.details { line-height:32px; padding:15px 10px 10px 10px; min-height: 300px;}.details img{ max-width: 1120px;}


/* 上下页 */
.pn_page { line-height:26px; padding:10px 0 0 5px; border-top:1px dotted #6e6e6e; }
.pn_page a { color:#000000; }
