﻿@charset "UTF-8";

.main {
    padding: 30px 0;
    background: #f2f3f5;
    overflow: hidden;
    clear: both;
}

.wncon {
    width: 1000px;
    margin: 0 auto;
}

.ny_banner {
    position: relative;
    height: 370px;
}

/*.authcenterbg{ position:absolute;  width:100%; height:100%; top:0; left:0; overflow:hidden;  z-index:-1;}*/
.authcenterbg {
    background: url("../../product/img/product.jpg") center no-repeat #141a30;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inbanner_product {
    background-image: url(../../product/img/product.jpg);
}

.inbanner_solution {
    background-image: url(../../solution/img/solution.jpg);
}

.inbanner_about {
    background-image: url(../../about/img/about.jpg);
}

.inbanner_join {
    background-image: url(../../join/img/join.jpg);
}

.bannercon {
    width: 1000px;padding-top:140px;
    margin: auto; 
}

.bantit {
    position: relative;
    height: 50px;
    font-size: 42px;
    color: #fefefe;
}

.bancon {
    position: relative;
    width: 54%;
    height: 60px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #909fb9;
    line-height: 30px;
}

.banbtn {
    position: relative;
}

.banbtn a {
    display: block;
    width: 106px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #4b5a74;
    border-radius: 3px;
    color: #63738f;
}
.banbtn a:hover {
    color:#afbacc;
    border-color:#76849c;
}

.move1 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    animation: bounceInDown 1s both;
}

.move2 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    animation: bounceInLeft 1s both;
}

.move3 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    animation: bounceInRight 1s both;
}

/*产品软件*/
.wnmenu {
    width: 210px;
    float: left;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
}

.wnmenu > ul > li {
    overflow: hidden;
    clear: both;
    border-bottom: solid 1px #eaecee;
}

.wnmenu > ul > li > h3 {
    border-bottom: solid 1px #eaecee;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
    background: url(../img/tog1.png) right no-repeat;
}

.wnmenu > ul > li > h3.hover {
    background-image: url(../img/tog2.png);
}

.wnmenu > ul > li ul {
    padding: 10px 0;
}

.wnmenu > ul > li ul li {
    padding: 0 10px;
}

.wnmenu > ul > li ul li a {
    display: block;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #666;
    border-radius: 3px; 
	overflow:hidden;
	white-space: nowrap;/*不换行*/ 
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.wnmenutxt{ width:130px; float:left;
	overflow:hidden;
	white-space: nowrap;/*不换行*/ 
	text-overflow:ellipsis;/*超出部分文字以...显示*/
	}

.wnmenu > ul > li ul li a:hover {
    color: #1e4a8f;
    opacity: 1;
}

.wnmenu > ul > li ul li.hover a {
    background: #2b5395;
    color: #fff;
}

.hot {
    padding: 0 0 0 4px;
}

.hot img {
    vertical-align: text-bottom;
}

.wnmain {
    width: 770px;
    float: right;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
}

.site {
    border-bottom: solid 1px #eaecee;
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    font-size: 14px;
    color: #333;
}

.site a {
    color: #999;
}

.pro {
    padding: 20px;
    overflow: hidden;
}

.pro ul {
    width: 100%;
}

.pro ul li {
    width: 30%;
    margin: 10px;
    float: left;
    border-radius: 3px;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pro ul li:hover {
    border-color: #ececec;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pro ul li a {
}

.pro ul li a:hover {
    opacity: 1;
}

.pro_thumb {
    width: 100%;
    min-height: 30px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}

.pro_thumb img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.pro_des {
    padding: 16px 20px;
    overflow: hidden;
}

.pro_des h3 {
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.pro ul li:hover .pro_des h3 {
    color: #333;
}

.pro_des h3 img {
    float: right;
    margin-top: 4px;
}

.pro_des p {
    line-height: 26px;
    font-size: 12px;
    color: #9e9e9e;
	height:78px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    
    white-space: normal !important;
}

.pro ul li:hover .pro_des p {
    color: #666;
}

/*产品硬件*/
.hardware {
    padding:20px 18px;
    overflow: hidden;
}

.hardware ul {
    width: 100%;
}

.hardware ul li {
    width: 30%;
    margin: 10px;
    float: left;
    border-radius: 3px;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.hardware ul li:hover {
    border-color: #ececec;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hw_thumb {
    width: 100%;
    position: relative;
}

.hw_thumb img {
    display: block;
    width: 100%;
}

.hw_hot {
    position: absolute;
    top: 20px;
    right: 20px;
}

.hw_des {
    padding: 16px;
    overflow: hidden;
}

.hw_des h3 {
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
}

.hardware ul li:hover .hw_des h3 {
    color: #333;
}

.hw_des p {
    line-height: 28px;
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
}

.hw_des p a {
    color: #f94131;
}

/*产品详情页*/
.pro_article {
   /* min-height:600px;*/
    padding: 30px;
    overflow: hidden;
}

.pro_tit {
    padding: 10px 0 20px;
    font-size: 26px;
    color: #333333;
    text-align: center;
}

.pro_img {
    width: 100%;
    min-height: 30px;
    background: #CCC;
}

.pro_img img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.newcon_img {
    padding: 20px 0;
    text-align: center;
}

.newcon_img img {
    display: block;
    margin: auto;
    border-radius: 3px;
}

.new_pubtime {
    text-align: center;
}

.pro_con {
    padding: 0 20px;
    overflow: hidden;
}

.pro_article > h3 {
    padding: 14px 0 8px;
    font-size: 14px;
    color: #333;
    clear: both;
}

.pro_con > p {
    font-size: 12px;
    line-height: 32px;
    text-indent: 2em;
    color: #666;
    clear: both;
}

.pro_table {
    min-height: 30px;
}

.pro_table > table {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.pro_table > table tr th, .pro_table > table tr td {
    height: 32px;
    padding: 0 10px;
    border: solid 1px #eaecee;
}

.pro_table > table tr td p {
    min-width: 100px;
}

.pro_table > table tr th {
    color: #333;
    font-weight: normal;
}

.pro_tech {
    width: 30%;
    padding: 16px 0;
    background: #fdfdfd;
    border: solid 1px #eaecee;
    border-radius: 3px;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}

.pro_tech span {
    padding: 6px 20px;
    font-size: 14px;
    background: #1e4a8f;
    color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pro_tech ul {
    padding: 10px 20px 0 20px;
}

.pro_tech ul li {
    line-height: 20px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_down {
    width: 250px;
    height: 50px;
    padding: 10px;
    background: #fdfdfd;
    overflow: hidden;
    border: solid 1px #eef0f1;
    border-radius: 3px;
    margin-right: 20px;
    float: left;
}

.pro_down:hover {
    border-color: #fc7062;
}

.pro_down1 {
    width: 58px;
    float: left;
}

.pro_down2 {
    float: left;
    width: 154px;
}

.pro_down2 h4 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_down2 p {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.pro_down3 {
    width: 22px;
    padding-top: 14px;
    float: right;
}

/*关于品恩-服务与支持*/
.ser_con {
    padding: 0 20px;
    overflow: hidden;
}

.ser_con > h4 {
    font-size: 12px;
    color: #fb4c3b;
    line-height: 32px;
    padding-top: 10px;
    clear: both;
}

.ser_con > p {
    font-size: 12px;
    color: #666;
    line-height: 26px;
    clear: both;
}

.ser_method {
    width: 42%;
    height: 150px;
    padding: 20px;
    background: #fff;
    border: solid 1px #eaecee;
    border-radius: 3px;
    margin-right: 10px;
    overflow: hidden;
    float: left;
}

.ser_method:hover,.ser_method_on{
    background: #fbfbfb;
}


.ser_method h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.ser_method p {
    font-size: 12px;
    color: #999;
    line-height: 26px;
}

.ser_method p a {
    color: #171c61;
}

.ser_btn {
    clear: both;
    padding-top: 10px;
}

.ser_btn a {
    display: block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fb4c3b;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
}

.ser_table {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.ser_table tr th, .ser_table tr td {
    height: 36px;
    border: solid 1px #eaecee;
}

.ser_table tr th {
    color: #666;
    font-weight: normal;
    background: #fbfbfb;
}

/*关于品恩-公司概况*/
.history {
    padding: 0 20px;
    overflow: hidden;
}

.history ul li {
    clear: both;
    color: #666;
    width: 100%;
}

.his_year {
    width: 66px;
    float: left;
    line-height: 36px;
    font-size: 14px;
}

.his_con {
    width: 90%;
    float: left;
}

.his_con p {
    line-height: 36px;
    font-size: 12px;
}

.honour {
    position: relative;
    overflow: hidden;
}

.estop {
    display: block;
    width: 100%;
    height: 10%;
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    background: url(../../about/img/honour_bg.png) bottom repeat-x;
    z-index: 9;
}

.honour ul {
    width: 100%;
}

.honour ul li {
    width: 33%;
    float: left;
}

.honour ul li > div {
    min-height:30px;
    padding: 0 10px;
}

.honour ul li img {
    width: 100%;
}

.honour_more {
    width: 70px;
    margin:0 auto;
    cursor: pointer;
    background: url(../../about/img/honour_zk.png) right no-repeat;
    color: #2b5395;
}

.honour_sq {
    background-image: url(../../about/img/honour_sq.png);
}

.honour_add {
    display: none;
}

/*关于品恩-新闻动态*/
.news {
}

.news ul li {
    height: 170px;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #f5f5f5;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.news ul li:hover {
    border-color: #ececec;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.new_img {
    width: 248px;
    height: 170px;
    float: left;
}

.new_img img {
    border-radius: 3px;
}

.new_img a:hover {
    opacity: 1;
}

.new_con {
    width: 400px;
    padding-left: 20px;
    float: left;
}

.new_con h3 {
    height: 46px;
    line-height: 46px;
    font-size: 16px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;
}

.new_con h3 a {
    color: #666;
}

.new_con h3 a:hover {
    color: #333;
    opacity: 1;
}

.new_con h3 span {
    padding-left: 10px;
}

.new_intro {
    height: 84px;
    line-height: 28px;
    font-size: 12px;
    color: #9e9e9e;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    
    white-space: normal !important;
	
}

.new_intro:hover {
    color: #666;
}

.pubtime {
    line-height: 28px;
    font-size: 12px;
}

.pubtime a {
    float: right;
    color: #e33222;
}

/*加入品恩*/
.join {
    padding: 0 20px;
    overflow: hidden;
}

.join p {
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

.join p.txtem {
    text-indent: 5em;
    color: #999;
}

.duty {
    font-size: 12px;
    padding-top: 10px;
    clear: both;
    overflow: hidden;
}

.dutytit {
    width: 60px;
    line-height: 30px;
    float: left;
    color: #666;
}

.duty ul {
    width: 90%;
    float: left;
}

.duty ul li {
    line-height: 30px;
    color: #999;
}

.duty:hover.duty ul li {
    color: #666;
}

.color_red {
    color: #fb4c3b;
}

.color_black {
    color: #333;
}

.tipscon {
    padding: 20px;
}

.tips {
    position: relative;
    padding: 20px;
    background: #f6f6f6;
    border: solid 1px #eaecee;
    border-radius: 3px;
    overflow: hidden;
}

.tips h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.tips p {
    font-size: 12px;
    color: #999;
}

.tips p a {
    color: #2b5395;
}

.tips p span {
    color: #666;
}

.send_btn {
    position: absolute;
    top: 26px;
    right: 60px;
    display: block;
    width: 108px;
    height: 36px;
    background: #fb5d4d;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}

/*应用场景*/
.place {
}

.place ul {
    width: 100%;
}

.place ul li {
    width: 33%;
    float: left;
}

.place ul li div {
    padding: 0 10px;
    min-height: 30px;
}

.place ul li div img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.place ul li p {
    margin-top:10px;
    text-align: center;
}

/*404*/
.nopage {
    padding:8% 0 0 0;
    text-align: center;
}

.tip404 {
    font-size: 18px;
    color: #f45252;
    padding: 30px 0;
}

.backindex a {
    display: inline-block;
    height: 36px;
    margin: auto;
    padding:0 20px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #fb4c3b;
    font-size: 14px;
    color: #fff;
}


