

/*产品服务*/
.product{margin-bottom: 41px;}
.ny-left{width: 342px;}
.column-title{background: #224299; padding: 29px 0 32px; margin-bottom: 14px;}
.column-title strong{display: block; font-size: 26px; line-height: 26px; margin-bottom: 10px;}
.column-title b{display: block; font-size: 27px; line-height: 21px; font-family: arial; font-style: italic; text-transform: uppercase;}
.ctitle1{margin-bottom: 14px;}
.ctitle1>li{margin-bottom: 6px;}
.ctitle1>li>a{display: block;
    width: 222px;
    height: 48px;
    background: #f2f2f2;
    font-size: 18px;
    line-height: 48px;
    color: #5e5e5e;
    text-align: left;
    padding-left: 120px;}
.ctitle1>li.on>a,.ctitle1>li:hover>a{background: #224299; color: #fff;}
.ctitle2 {display: none; width: 216px; margin: 3px auto 19px;}
.ctitle2>li>a{display: block; width: 100%; font-size: 16px; line-height: 47px; color: #6f6f6f;  text-align: center; border-bottom: solid 1px #eaeaea;}
.ctitle2>li.on>a,.ctitle2>li:hover>a{color: #17aba8;}
.ctitle1 li:first-child .ctitle2,.ctitle1 li.on .ctitle2 {display: block;}
.contact-zx{background: url(../images/contact-bg.jpg) no-repeat center; width: 110px; height: 79px; padding-left: 132px; padding-top: 44px;}
.contact-zx span{display: block; font-size: 16px; line-height: 16px; color: #454545; margin-bottom: 10px;}
.contact-zx .zx{display: block; font-size: 16px; line-height: 16px; color: #333333; background: url(../images/contact-zx.png) no-repeat 73px center; font-weight: bold;}
.contact-zx .zx:hover{color: #17aba8; background: url(../images/contact-zx-hover.png) no-repeat 73px center;}

.ny-right{width: 924px;}
.product-btn{border-bottom: solid 1px #e0e0e0; margin-bottom: 12px;}
.product-btn ul li{float: left; display: block; width: 160px; font-size: 18px;line-height: 47px; color: #656565; text-align: center; cursor: pointer;}
.product-btn ul li.on {background: #17aba8; color: #fff;}

.product-class .pic{width: 924px; margin-bottom: 13px;}
.product-list{overflow: hidden;}
.product-list dl dd{float: left; margin-right: 12px;}
.product-list dl dd .pic{width: 208px; height: 190px; border: solid 1px #dbdbdb; border-radius:10px; margin-bottom: 6px; overflow: hidden;}
.product-list dl dd .pic img{display: block; padding-top:10px; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.product-list dl dd .pic h3{ text-align:center; font-size:14px; padding-top:10px;}
.product-list dl dd:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.product-list dl dd em{display: block; width: 100%; background: #f2f2f2; font-size: 14px; line-height: 45px; color: #727272; text-align: center;}
.product-list dl dd:hover em{background: #224299; color: #fff;}



/*内页产品列表*/
.ny-product-list dl{width: 936px;}
.ny-product-list dl dd{margin-bottom: 25px;}

