﻿﻿@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

BODY {
    FONT: 13px/1.75 "微软雅黑", arial, sans-serif;
    COLOR: #666;
    background: #fff;
    min-width: 1000px;
}

A {
    COLOR: #666;
    TEXT-DECORATION: none
}

P {
    COLOR: #434343;
}

A:hover {
    TEXT-DECORATION: none
}

A IMG {
    BORDER-BOTTOM-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-TOP-STYLE: none;
    BORDER-LEFT-STYLE: none
}

DIV {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

UL {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

LI {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

P {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

FORM {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

EM {
    FONT-STYLE: normal;
    FONT-WEIGHT: normal
}

TABLE {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

DT {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

DL {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

DD {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

FORM {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

TR {
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

a, a:link {
    text-decoration: none;
    color: #222;
}

.cl {
    HEIGHT: 0px;
    CLEAR: both;
}

.fl {
    FLOAT: left
}

.fr {
    FLOAT: right
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.c {
    *zoom: 1;
}

.c:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.bg-black {
    background: #000;
}

.col-black {
    color: #000;
}

.col-white {
    color: #fff;
}

.col-blue {
    color: #ad130c;
}

/* CSS Document */

/* 侧边栏 */

.right-bar {
    position: fixed;
    right: 5px;
    bottom: 145px;
    color: #fff;
    z-index: 30;
    cursor: pointer;
}

.right-bar .show-box>div {
    width: 70px;
    background: #E50112;
    margin: 3px 0px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    position: relative;
}

.right-bar .show-box>div p {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
}

.right-bar .show-box>div>.hover-show {
    position: absolute;
    left: -220px;
    top: 0;
    background: #fff;
    width: 170px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
}

.right-bar .show-box>div>.hover-show::after {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #fff;
    right: -20px;
    top: 29px;
}

.right-bar .show-box>div>.hover-show p {
    color: #3289ff;
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.right-bar .show-box>div>.hover-show h2 {
    color: #f97316;
    text-align: left;
    padding-top: 10px;
}

.right-bar .show-box>div>.hover-show img {
    padding-top: 20px;
    width: 120px;
    height: 120px;
}

.right-bar .show-box>div:hover {
    background: #C40D19;
}

.right-bar .show-box>div:hover>.hover-show {
    display: block;
}

.right-bar .show-box .goTop {
    display: none;
}

.right-bar .show-box .goTop img {
    width: 25px;
}

.right-bar .show-box .hidden {
    padding: 3px 0 8px;
}

.right-bar .show-box .hidden span {
    font-size: 12px;
    vertical-align: middle;
}

.right-bar .show-box .hidden img {
    vertical-align: middle;
}

.right-bar .hidden-box {
    background: #3289ff;
    text-align: center;
    padding: 15px 0;
    width: 20px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.topbar {
    background: #f5f5f5;
    line-height: 30px;
}

.topbar .left {
    float: left;
    margin: 0;
}

.topbar .right {
    float: right;
}

.topbar .right .phone {
    float: left;
    margin: 0;
}

.topbar .right .wx {
    float: left;
    position: relative;
    margin-left: 10px;
}

.topbar .right .wx .wx-hover {
    position: absolute;
    text-align: center;
    margin-left: -50px;
    background: #fff;
    padding: 0 10px;
    box-shadow: 0 0 5px #eee;
    opacity: 0;
    z-index: 0;
    transition: all .3s;
}

.topbar .right .wx .wx-hover img {
    width: 100px;
    height: 100px;
}

.topbar .right .wx:hover .wx-hover {
    opacity: 1;
    z-index: 3;
}

.topbar .right .glyphicon {
    color: #E50112;
}

header {
    z-index: 30;
    background: #fff;
    width: 100%;
    padding: 5px 0;
}

header.header-fixed {
    position: fixed;
    top: 0px;
    box-shadow: 5px 0 5px rgba(11, 11, 11, 0.16);
}

header .logo {
    float: left;
    padding-top: 15px;
}

header .logo img {
    width: 308px;
    height: 52px;
}

header .header-nav {
    float: right;
    margin: 0;
}

header .header-nav li {
    float: left;
    margin: 0 20px;
}

header .header-nav li a {
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
}

header .header-nav li a:hover {
    color: #E50112;
}

/*banner*/

.banner {
    position: relative;
}

.banner-hd {
    height: 608px;
    position: relative;
    overflow: hidden;
}

.banner-hd ul {
    height: 100%;
    margin: 0 auto;
}

.banner-hd ul li {
    height: 100%;
}

/*数字按钮样式*/

.banner-hd .num {
    overflow: hidden;
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    zoom: 1;
    z-index: 3;
}

.banner-hd .num ul {
    display: inline-block;
}

.banner-hd .num li {
    width: 70px;
    height: 14px;
    color: #FFFFFF;
    margin: 0 5px;
    cursor: pointer;
    float: left;
    background: url(../images/banner-ico.png) no-repeat;
}

.banner-hd .num li.on {
    background: url(../images/banner-ico-on.png) no-repeat
}

/*当前项*/

/*产品*/

.pro {
    margin-top: 54px;
    margin-bottom: 52px;
}

.pro .pro-left {
    width: 280px;
}

.pro .pro-left .pro-left-title {
    height: 71px;
    background: #ad130c;
    padding-left: 22px;
}

.pro .pro-left .pro-left-title em {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding-top: 17px;
    margin-bottom: 6px;
}

.pro .pro-left .pro-left-title span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #bdbcbc;
}

.pro .pro-left ul {
    padding: 0 22px;
    border: solid 1px #dedede;
    height: 400px;
    background: #f6f6f6;
}

.pro .pro-left ul li.on {
    margin-top: 2px;
}

.pro .pro-left ul li {
    border-bottom: solid 1px #d7d7d7;
}

.pro .pro-left ul li:last-child {
    border-bottom: none;
}

.pro .pro-left ul li a h3 {
    background: url(../images/pro-left-bg.png) no-repeat left center;
    padding-left: 28px;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro .pro-left ul li a h3:hover {
    color: #ad130c;
    background: url(../images/pro-left-bg-on.png) no-repeat left center;
    font-weight: bold;
}

.pro .more {
    background: url(../images/pro-more-bg.png) no-repeat center center;
    height: 123px;
    margin-top: -1px;
    background-size: 100% 100%;
}

.pro .more-icon {
    background: url(../images/more-icon.png) no-repeat 21px 42px;
    padding-left: 60px;
}

.pro .more-icon p {
    font-size: 20px;
    line-height: 20px;
    color: #fefefe;
    padding-top: 39px;
    margin-bottom: 2px;
}

.pro .more-icon span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #fefefe;
}

.pro .pro-right {
    width: 900px;
}

.pro .pro-right ul {
    /*width: 900px;*/
}

.pro .pro-right ul li {
    margin: 10px;
    width: 205px;
    float: left;
}

.pro .pro-right ul li .pic {
    overflow: hidden;
    width: 205px;
    height: 154px;
    border: solid 1px #dedede;
    position: relative;
}

.pro .pro-right ul li .pic img {
    width: 100%;
    height: 100%;
}

.pro .pro-right ul li: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;
}

.pro .pro-right ul li p.pro-name {
    width: 205px;
    font-size: 14px;
    line-height: 14px;
    color: #da251d;
    text-align: center;
    margin-top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro .pro-right ul li:hover p.pro-name {
    color: #ad130c;
    font-weight: bold;
}

.pro .pro-right ul li:hover .pic {
    border: solid 1px #ad130c;
}

/*ad*/

.ad {
    background: url(../images/ad-bg.jpg) no-repeat center center;
}

.ad .ad-title {
    text-align: center;
    padding-top: 56px;
    margin-bottom: 60px;
}

.ad .ad-title p.text {
    font-size: 45px;
    line-height: 45px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
}

.ad .ad-title p.text em {
    color: #e30304;
    font-weight: bold;
}

.ad .ad-title span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #010101;
    margin-bottom: 20px;
}

.ad .ad-title p.en {
    font-size: 30px;
    line-height: 30px;
    color: #c5c5c5;
}

.ad .item-list .pos1 .right {
    background: url(../images/pos-title-bg1.png) no-repeat left center;
    height: 101px;
    padding-left: 85px;
}

.ad .item-list .pos2 .right {
    background: url(../images/pos-title-bg2.png) no-repeat left center;
}

.ad .item-list .pos3 .right {
    background: url(../images/pos-title-bg3.png) no-repeat left center;
}

.ad .item-list .pos1 .right strong {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #da251d;
    margin-top: 13px;
    margin-bottom: 11px;
}

.ad .item-list .pos1 .right strong em {
    color: #e30304;
    font-weight: bold;
}

.ad .item-list .pos1 .right span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #878787;
    margin-bottom: 26px;
}

.ad .item-list .pos1 .right p.item-con {
    background: url(../images/item-con.png) no-repeat left center;
    padding-left: 46px;
    font-size: 18px;
    line-height: 28px;
    color: #da251d;
    margin-bottom: 11px;
}

.ad .item-list .pos1 .right {
    width: 379px;
    margin-top: 23px;
}

.ad .item-list .pos2 .right {
    margin-top: 75px;
}

.ad .item-list .pos3 {
    margin-top: 22px;
}

.ad .item-list .pos3 .pos3-pic {
    margin-left: 125px;
}

.ad .item-list .pos3 .right {
    width: 379px;
    margin-top: 79px;
}

/*成功案例*/

.case {
    background: url(../images/case-bg.png) repeat-x top center #fff;
}

.case .container {
    position: relative;
}

.case .case-title {
    padding-top: 74px;
}

.case .case-title em {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #da251d;
    text-align: center;
    margin-bottom: 20px;
}

.case .case-title p {
    font-size: 15px;
    line-height: 25px;
    color: #aaa;
    text-align: center;
    margin-bottom: 34px;
}

.case .bd {
    overflow: hidden;
    margin-bottom: 57px;
}

.case .prev, .case .next {
    display: block;
    width: 40px;
    height: 82px;
    position: absolute;
    top: 299px;
    background: url(../images/bd-prev.jpg);
}

.case .prev {
    left: -40px;
}

.case .next {
    right: -40px;
    background: url(../images/bd-next.jpg);
}

.case .case-list {
    width: 1032px;
}

.case .case-list li {
    position: relative;
    float: left;
    width: 227px;
    margin-right: 31px;
}

.case .case-list li .pic {
    overflow: hidden;
    width: 227px;
    height: 257px;
}

.case .case-list li: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;
}

.case .case-list .case-hide {
    position: absolute;
    top: 0;
    display: none;
    width: 227px;
    height: 257px;
    background: #ad130c;
}

.case .case-list .case-hide a.text p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 60px;
    margin-bottom: 16px;
}

.case .case-list .case-hide a.text i {
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.case .case-list .case-hide a.text span {
    width: 150px;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #cde6ff;
    text-align: center;
    margin: 19px auto 33px;
}

.case .case-list .case-hide a.text .more {
    display: block;
    margin: 0 auto;
}

/*咨询*/

.contact {
    margin-bottom: 69px;
}

.contact .container {
    background: url(../images/contact-bg.jpg) no-repeat center center;
    height: 150px;
    background-size: 100% 100%;
}

.contact p.left {
    width: 534px;
    height: 36px;
    background: #dedddd;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-left: 85px;
    margin-top: 79px;
}

.contact .right {
    margin-right: 46px;
    padding-top: 23px;
}

.contact .right span {
    display: block;
    font-size: 15px;
    line-height: 15px;
}

.contact .right em {
    display: block;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 6px;
}

.contact .right p {
    width: 128px;
    height: 34px;
    background: #64b1ff;
    font-size: 18px;
    text-align: center;
}

/*关于我们*/

.about {
    position: relative;
}

.title {
    background: url(../images/title-bg.png) no-repeat center center;
    height: 21px;
    background-size: 100% 100%;
}

.title em {
    display: block;
    font-size: 32px;
    line-height: 21px;
    color: #da251d;
    font-weight: bold;
    text-align: center;
}

.title em a {
    color: #da251d;
}

.about .left {
    margin-top: 31px;
    margin-bottom: 44px;
}

.about .left em {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 21px;
}

.about .left p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-indent: 2em;
    width: 750px;
}

.about .left .more {
    display: block;
    border: solid 1px #da251d;
    width: 178px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 44px;
    color: #666;
    text-align: center;
    margin-top: 30px;
}

.about .left .more:hover {
    background-color: #0054a7;
    color: #fff;
    border: solid 1px #0054a7;
}

.about .about-pic {
    float: right;
    top: 62px;
    right: 210px;
    width: 430px;
    height: 250px;
    margin: 20px;
    border-radius: 10px;
}

.about-ad {
    background: url(../images/about-ad-bg.jpg) no-repeat center center;
    height: 165px;
    margin-bottom: 47px;
}

.about-ad ul {
    /*margin-left: 35px;*/
    padding-top: 21px;
}

.about-ad ul li {
    float: left;
    width: 200px;
    margin: 0 50px;
}

.about-ad ul li p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 16px;
}

.about-ad ul li .bg {
    border: solid 1px #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.about-ad ul li .bg1 {
    background: url(../images/about-ad-icon1.png) no-repeat center center;
}

.about-ad ul li .bg1:hover {
    background: url(../images/about-ad-icon1-on.png) no-repeat center center #fff;
}

.about-ad ul li .bg2 {
    background: url(../images/about-ad-icon2.png) no-repeat center center;
}

.about-ad ul li .bg2:hover {
    background: url(../images/about-ad-icon2-on.png) no-repeat center center #fff;
}

.about-ad ul li .bg3 {
    background: url(../images/about-ad-icon3.png) no-repeat center center;
}

.about-ad ul li .bg3:hover {
    background: url(../images/about-ad-icon3-on.png) no-repeat center center #fff;
}

.about-ad ul li .bg4 {
    background: url(../images/about-ad-icon4.png) no-repeat center center;
}

.about-ad ul li .bg4:hover {
    background: url(../images/about-ad-icon4-on.png) no-repeat center center #fff;
}

/*新闻中心*/

.news .news-list {
    margin-top: 35px;
    margin-bottom: 66px;
}

.news .news-list li {
    float: left;
    width: 280px;
    margin: 10px;
    font-size: 13px;
    line-height: 13px;
    box-shadow: 0 0 10px #eee;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.news .news-list li .latest-pic {
    height: 186px;
    overflow: hidden;
}

.news .news-list li .latest-pic img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.news .news-list li:hover {
    border-color: #da251d;
}

.news .news-list li:hover .latest-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;
}

.news .news-list li em {
    display: block;
    color: #da251d;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 14px;
}

.news .news-list li span {
    display: block;
    color: #a6a6a6;
    margin-bottom: 6px;
}

.news .news-list li p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.news .news-list li:hover em {
    color: #ad130c;
}

/*友情链接*/

.flink {
    height: 50px;
    background: #da251d;
}

.flink h2 .flink-pic {
    margin-top: -15px;
    margin-right: 22px;
}

.flink ul li {
    float: left;
    margin-right: 32px;
}

.flink ul li a {
    display: block;
    font-size: 13px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.flink ul li a:hover {
    color: #ad130c;
}

/*公共底部*/

.foot {
    background: #f6f6f6;
    height: 132px;
    padding-top: 30px;
}

.foot .foot-logo {
    padding-top: 20px;
}

.foot .right {
    width: 731px;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.foot .right ul li {
    float: left;
    margin-right: 13px;
}

.foot .right p {
    color: #666;
}

.foot .right a:hover {
    color: #ad130c;
}

/*在线咨询*/

.zx-service {
    position: fixed;
    right: 0px;
    top: 321px;
}

.service-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90px;
    margin-bottom: 8px;
    box-shadow: 0px 2px 3px #929ea9;
}

.service-box span {
    display: block;
}

.service-box span.text {
    background: url(../images/kf01.png) no-repeat;
    height: 47px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

.service-box ul {
    margin-top: -7px;
}

.service-box li {
    border-bottom: 1px solid #efefef;
    text-align: center;
    position: relative;
}

.service-box li em {
    font-size: 12px;
    color: #757575;
}

.service-box li a {
    display: block;
    padding-top: 6px;
    padding-bottom: 3px;
}

.service-box li:first-child a {
    padding-top: 14px;
}

.service-box li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.service-box li a:hover {
    background: #f9f9f9;
}

.service-box li a:hover em {
    color: #ad130c;
}

.service-box ul li:last-child {
    border: none;
}

.service-box li p {
    position: absolute;
    left: -170px;
    width: 150px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 18px;
    font-weight: bold;
    color: #ad130c;
    padding: 10px 0px;
}

.service-box li:hover p {
    display: block;
}

.service-arrow {
    box-shadow: 0px 2px 2px #d6d6d6;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 90px;
    background: url(../images/kf05.png) no-repeat center center #fff;
    height: 40px;
    cursor: pointer;
}

.service-arrow a {
    display: block;
    width: 90px;
    height: 45px;
}

/*内页样式*/

.ny-hd {
    height: 344px;
}

.ny-main {
    margin-top: 40px;
    margin-bottom: 100px;
}

/*产品列表页*/

.ny-main .ny-left .pro-left {
    width: 280px;
}

.ny-main .title {
    background: #ad130c;
    padding-left: 22px;
    height: 71px;
}

.ny-main .title span {
    font-size: 20px;
    line-height: 71px;
    color: #fff;
    font-weight: bold;
}

.ny-main .title p {
    font-size: 13px;
    color: #d7d7d7;
}

.ny-main .ny-left .pro-left ul {
    padding: 0 22px;
    border: solid 1px #dedede;
    height: auto;
    background: #f6f6f6;
    margin-bottom: 40px;
}

.ny-main .ny-left .pro-left ul li.on {
    margin-top: 2px;
}

.ny-main .ny-left .pro-left ul li {
    border-bottom: solid 1px #d7d7d7;
}

.ny-main .ny-left .pro-left ul li:last-child {
    border-bottom: none;
}

.ny-main .ny-left .pro-left ul li a h3 {
    background: url(../images/pro-left-bg.png) no-repeat left center;
    padding-left: 28px;
    font-size: 14px;
    line-height: 41px;
    color: #666;
}

.ny-main .ny-left .pro-left ul li a h3:hover {
    color: #ad130c;
    background: url(../images/pro-left-bg-on.png) no-repeat left center;
    font-weight: bold;
}

.ny-contact {
    width: 280px;
}

.ny-contact .content {
    border: solid 1px #e2e2e2;
}

.ny-contact .contact-tel {
    background: url(../images/contact-tel.png) no-repeat left 24px;
    padding-left: 46px;
    font-weight: bold;
    padding-top: 24px;
}

.ny-contact .contact-tel p {
    font-size: 13px;
    line-height: 13px;
    color: #272727;
    margin-bottom: 3px;
}

.ny-contact .contact-tel .tel-num {
    font-size: 20px;
    line-height: 20px;
    color: #ad130c;
    font-family: "arial";
}

.ny-contact .content img {
    display: block;
    width: 100%;
}

.ny-contact .content p.info {
    font-size: 13px;
    line-height: 28px;
    color: #6c6c6c;
    margin-bottom: 5px;
    padding-left: 10px;
}

.ny-contact .content p.info em {
    display: block;
    font-size: 20px;
    color: #ad130c;
    font-weight: bold;
}

.ny-main .ny-right {
    width: 870px;
}

.ny-main .ny-right .position {
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.ny-main .ny-right .position span {
    display: block;
    padding-left: 50px;
    font-size: 13px;
    line-height: 40px;
    background: url(../images/ny-home.gif) no-repeat 20px center;
    border-bottom: solid 1px #ad130c;
    width: 300px;
    z-index: 1000;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.ny-main .ny-right .position span a:hover {
    color: #ad130c;
}

.ny-main .ny-right .content {
    overflow: hidden;
}

.ny-product {
    width: 880px;
}

.ny-product li {
    margin: 5px;
    width: 210px;
    float: left;
}

.ny-product li .pic {
    overflow: hidden;
    width: 210px;
    height: 157px;
    border: solid 1px #dedede;
}

.ny-product li .pic img {
    width: 100%;
    height: 100%;
}

.ny-product li: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;
}

.ny-product li p.pro-name {
    width: 240px;
    font-size: 14px;
    line-height: 14px;
    color: #da251d;
    text-align: center;
    margin-top: 9px;
}

.ny-product li:hover p.pro-name {
    color: #ad130c;
    font-weight: bold;
}

.ny-product li:hover .pic {
    border: solid 1px #ad130c;
}

/*产品详情*/

.ny-right .content .pro1 .spec-preview img {
    display: block;
}

.ny-right .content .pro1 .descript1 strong.title1 {
    line-height: 38px;
    font-size: 20px;
    color: #da251d;
    display: block;
}

.ny-right .content .pro1 .descript1 p {
    width: 400px;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 25px;
    margin-bottom: 10px;
}

.ny-right .content .pro1 .descript1 a.consult {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #e30304;
}

.ny-right .content .pro1 .descript1 a.consult:hover {
    background-color: #ad130c;
}

.ny-right .content .pro1 .descript1 p.haoma {
    color: #da251d;
    font-size: 15px;
    font-weight: bold;
}

.ny-right .content .pro1 .descript1 p.haoma em {
    display: block;
    color: #ad130c;
    font-size: 24px;
    font-weight: bold;
}

.ny-right .content .pro1 .share {
    overflow: hidden;
    margin-top: 15px;
}

.ny-right .content .pro1 .share ul li {
    float: left;
    margin: 0 5px;
}

.ny-right .content .detail .de-title {
    border-bottom: solid 3px #ad130c;
}

.ny-right .content .detail .de-title a {
    display: block;
    width: 130px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    background: #ad130c;
}

.ny-right .content .detail .infor {
    padding-top: 15px;
}

.ny-right .content .detail .infor p {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 25px;
}

/*内页成功案例*/

.ny-case {
    width: 880px;
}

.ny-case li {
    position: relative;
    float: left;
    width: 210px;
    margin: 5px;
}

.ny-case li .pic {
    overflow: hidden;
    width: 210px;
    height: 315px;
    border-radius: 3px;
}

.ny-case li .pic img {
    min-width: 100%;
    min-height: 100%;
}

.ny-case li: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;
}

.ny-case .case-hide {
    position: absolute;
    top: 0;
    display: none;
    width: 210px;
    height: 315px;
    background: #ad130c;
}

.ny-case .case-hide a.text p {
    font-size: 18px;
    line-height: 18px;
    margin-top: 60px;
    margin-bottom: 16px;
}

.ny-case .case-hide a.text i {
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.ny-case .case-hide a.text span {
    width: 150px;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #cde6ff;
    text-align: center;
    margin: 19px auto 33px;
}

.ny-case .case-hide a.text .more {
    display: block;
    margin: 0 auto;
}

/*内页新闻列表*/

.ny-news li {
    margin: 0 0 30px;
    overflow: hidden;
    padding-bottom: 22px;
    border: none;
    border-bottom: solid 1px #f2f2f2;
}

.ny-news li:hover a.ny-news-pic img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ny-news li a.ny-news-pic {
    display: block;
    width: 180px;
    height: 120px;
    overflow: hidden;
    border-radius: 3px;
}

.ny-news li a.ny-news-pic img {
    width: 100%;
    height: 100%;
}

.ny-news li .descript {
    overflow: hidden;
    width: 670px;
}

.ny-news li .descript .title1 {
    padding-bottom: 0px;
}

.ny-news li .descript strong {
    font-size: 16px;
    line-height: 27px;
    color: #da251d;
    font-weight: normal;
    display: block;
    font-weight: bold;
}

.ny-news li .descript .title1 span {
    font-size: 13px;
    color: #c5c5c5;
    line-height: 27px;
    margin-right: 10px;
}

.ny-news li .descript strong:hover {
    color: #ad130c;
}

.ny-news li .descript p {
    color: #5f5f5f;
    font-size: 13px;
    line-height: 21px;
}

.ny-news li:last-child {
    border-bottom: none;
}

.ny-right .content p {
    font-size: 13px;
    line-height: 30px;
}

.ny-right .content .pagelist {
    padding: 10px 0;
    margin-top: 15px;
    overflow: hidden;
    border-top: 0px solid #eee;
    text-align: center;
}

.ny-right .content .pagelist a, .ny-right .content .pagelist span {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 8px;
    margin-right: 5px;
}

.ny-right .content .pagelist span.current {
    color: #f30;
    border: 1px solid #ddd;
}