﻿@charset "utf-8";
/* 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;
}

BODY {
    FONT: 14px/1.75 "Microsoft YaHei", arial, sans-serif;
    COLOR: #525252;
    background: #fff;
    min-width: 1200px;
    overflow-x: hidden;
}

A {
    COLOR: #525252;
    TEXT-DECORATION: none
}

P {
    COLOR: #525252;
}

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
}

.cl {
    HEIGHT: 0px;
    CLEAR: both;
}

.jz {
    margin: 0 auto;
}

.fl {
    FLOAT: left
}

.fr {
    FLOAT: right
}

.container {
    width: 1206px;
    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-orange {
    color: #f08300;
}

/* CSS Document */

/*公共头部*/
.head{
    padding-bottom: 20px;
}
.head .tcolor {
    background: #eeeeee;
}

.head .tcolor h3 {
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
}

.head .tcolor .fastlink {
    font-size: 15px;
    line-height: 32px;
}

.head .tcolor .fastlink a:hover {
    color: #c60d1d;
}

.head .logo h1 {
    line-height: 0;
    margin-top: 20px;
}

.head .business {
    color: #4e4e4e;
    font-size: 30px;
    line-height: 42px;
    margin-top: 30px;
    margin-left: 13px;
}

.head .business span {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 18px;
}

.head-tel {
    padding-left: 78px;
    margin-top: 20px;
    background: url(../images/head-tel.png)  no-repeat top left;
    height: 64px
}

.head-tel p {
    line-height: 30px;
    color: #3a3a3a;
    font-size: 21px;
}

.head-tel .tel-num {
    font-size: 28px;
    line-height: 30px;
    color: #3a3a3a;
    font-weight: bold;
}

/*nav导航*/
.nav {
    background: #c60d1d;
}

.nav ul {
}

.nav ul li {
    position: relative;
    float: left;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-align: center;

}

.nav ul li:hover {
    background: #e52838;
}

.nav ul li.on {
    background: #e52838;
}

.nav li dl {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100000;
    display: none;
    width: 100%;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4); /* 老的 Firefox */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4)
}

.nav li dl dd a {
    color: #525252;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    width: 100%;
    background: none;
    padding: 0;
}

.nav li dl dd a:hover {
    color: #fff;
    background: #e43645;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}

/*nav-mini*/
.head-mini {
    background: rgba(198, 13, 29, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    padding-bottom: 5px;
    display: none;
    box-shadow: 3px 3px 6px rgba(67, 67, 67, 0.3);
}

.head-mini ul li {
    float: left;
}

.head-mini ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #ffc8c9;
    padding: 0 37px;
    text-align: center;
}

.head-mini ul li:last-child a {
    padding-right: 0px;
}

.head-mini ul li a.on {
    color: #fff;
}

.head-mini ul li:hover a {
    color: #fff;
}

/*首页banner*/
.banner {
    position: relative;
}

.banner-hd {
    position: relative;
    overflow: hidden;
}

.banner-hd ul {
    height: 100%;
    margin: 0 auto;
}

.banner-hd ul li {
    height: 100%;
}

.banner-hd .prev, .banner-hd .next {
    cursor: pointer;
    display: none;
    width: 51px;
    height: 87px;
    background: url(../images/prev.png)  no-repeat center rgba(198, 13, 29, 0.5);
    position: absolute;
    top: 50%;
    margin-top: -43px;
    z-index: 5;
}

.banner-hd .prev {
    left: 29px;
}

.banner-hd .next {
    background: url(../images/next.png)  no-repeat center rgba(198, 13, 29, 0.5);
    right: 29px;
}

/*数字按钮样式*/
.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: 13px;
    height: 13px;
    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
}

/*当前项*/

/*关键词搜索*/
.search {
    background: #fff;
}

.search em {
    font-size: 16px;
    font-weight: bold;;
    color: #474747;
}

.search .keywords {
    line-height: 57px;
}

.search .keywords a {
    margin-right: 10px;
}

.search .keywords a:hover {
    color: #c60d1d;
}

.search .ss {
    position: relative;
    margin-top: 14px;
}

.search .ssk {
    width: 309px;
    height: 32px;
    border: 1px solid #d5d4d4;
    border-radius: 5px;
    color: #adadad;
    padding-left: 15px;
    outline: none;
}

.search .ssb {
    width: 17px;
    height: 17px;
    background: url('../images/fdj.jpg') ;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 8px;
    cursor: pointer;
    outline: none;
}

/*项目标题*/
.title {
    margin-bottom: 30px;
}

.title h2 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 25px;
    color: #293541;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title em {
display: block;
    font-size: 18px;
    color: #293541;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
}

.mes-title {
    background: url(../images/title2.png)  no-repeat center top;
    padding-top: 26px;
}

.mes-title em, .mes-title h2 {
    color: #fff;
}

/*产品中心*/
.pro {
    background: #fff;
    padding-top: 30px;
}

.pro .content {
    overflow: hidden;
}

.pro .proclass-list {
    overflow: hidden;
    text-align: center;
    margin-top: 39px;
    border-top: 1px solid #e6e6e6;
}

.pro .proclass-list li {
    margin: 0 18px;
    display: inline-block;
}

.pro .proclass-list li a {
    display: block;
    font-size: 17px;
    line-height: 70px;
    text-align: center;
}

.pro .proclass-list li:hover a {
    color: #c60d1d;
}

.pro .pro-list {
    overflow: hidden;
    width: 1234px;
}

.pro .pro-list li {
    float: left;
    width: 280px;
    margin-right: 28px;
}
.pro .pro-list li h3{
    font-size: 16px;
}
.pro .pro-list li a {
    display: block;
}

.pro .pro-list li .pic {
    overflow: hidden;
    width: 280px;
}

.pro .pro-list li .pic img {
    display: block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.pro .pro-list li a.pro-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 17px;
    width: 270px;
    padding: 0 5px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}

.pro .pro-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;
}

.pro .pro-list li:hover a.pro-name {
    background: #c60d1d;
    color: #fff;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}

/*产品应用*/
.app {
    padding-top: 50px;
    padding-bottom: 17px;
}

.app .content {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding-top: 26px;
    margin-top: 40px;
}

.app .app-list {
    overflow: hidden;
    width: 1234px;
}

.app .app-list li {
    float: left;
    width: 280px;
    margin-right: 28px;
    margin-bottom: 32px;
}

.app .app-list li a {
    display: block;
}

.app .app-list li .pic {
    overflow: hidden;
    width: 280px;
    height: 161px;
}

.app .app-list li .pic img {
    display: block;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.app .app-list li a.pro-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 17px;
    width: 270px;
    padding: 0 5px;
    line-height: 41px;
    text-align: center;
    background: #f5f5f7;
}

.app .app-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;
}

.app .app-list li:hover a.pro-name {
    background: #c60d1d;
    color: #fff;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}

/*公司简介*/
.about {
    padding: 30px 0;
    background: #f5f5f7;
}

.about .content {
}

.about .content .video {
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 37px;
}

.about .content p {
}
.about_index{
    font-size: 15px;
    color: #696969;
    line-height: 28px;
    max-height: 280px;
    overflow: hidden;

}
.about a.more{
    display: block;
    margin: 25px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #c60d1d;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
/*在线咨询*/

.message .content {
    width: 1096px;
    margin: 0 auto;
    margin-top: 44px;
}

.message .content input.info, .message .content .info2 {
    width: 328px;
    height: 44px;
    color: #adadad;
    font-size: 16px;
    padding-left: 10px;
    margin-right: 30px;
    outline: none;
}

.message .content .info2 {
    margin-right: 0;
}

.message .content textarea {
    width: 1086px;
    height: 160px;
    margin-top: 25px;
    color: #adadad;
    font-size: 16px;
    outline: none;
    font-family: "微软雅黑";
    padding-left: 10px;
    padding-top: 10px;
}

.message .content .mes-tel {
    float: left;
    width: 260px;
    height: 53px;
    background: url(../images/mes-tel.png)  left no-repeat;
    margin-top: 27px;
    padding-left: 65px;
}

.message .content .mes-tel span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.message .content .mes-tel em {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.message .content .button {
    margin-top: 34px;
    cursor: pointer;
    float: right;
    width: 214px;
    border-radius: 20px;
    border: 0;
    background: #f5e900;
    color: #c60d1d;
    font-size: 18px;
    line-height: 40px;
}

.message .content .button:hover {
    background: #fdf55e;
}

/*选择三福士*/
.choose {
    padding-top: 49px;
    padding-bottom: 52px;
}

.choose .content {
    margin-top: 63px;
    width: 1143px;
}

.choose .content li {
    float: left;
    cursor: pointer;
    position: relative;
    width: 285px;
    height: 177px;
    border-right: 1px solid #f3f3f4;
    border-bottom: 1px solid #f3f3f4;
    text-align: center;
}

.choose .content li:nth-child(4n) {
    border-right: 0;
}

.choose .content li:nth-child(5), .choose .content li:nth-child(6), .choose .content li:nth-child(7), .choose .content li:nth-child(8) {
    border-bottom: 0;
}

.choose .content li img {
    margin-top: 50px;
    margin-bottom: 19px;
}

.choose .content li h3 {
    font-weight: normal;
    font-size: 18px;
    color: #393939;
    font-weight: bold;
}

.choose .content .hidden {
    display: none;
    width: 253px;
    height: 177px;
    background: #c60d1d;
    padding: 0 16px;
    position: absolute;
    top: 0;
}

.choose .content .hidden span {
    display: block;
    font-size: 16px;
    color: #f3f3f4;
    text-align: left;
    padding-top: 45px;
    line-height: 16px;
}

.choose .content .hidden .fgx {
    width: 29px;
    line-height: 0px;
    height: 2px;
    background: #dd8089;
    margin-top: 16px;
    margin-bottom: 10px;
}

.choose .content .hidden p {
    color: #f3f3f4;
    text-align: left;
}

.choose .content a {
    display: block;
    font-size: 16px;
    color: #c60d1d;
    text-align: center;
    line-height: 16px;
    margin-top: 40px;
}

/*产品特色*/
.ad {
    margin-top: 57px;
}

.ad .zw {
    height: 56px;
}

.ad .item .content {
    width: 497px;
}

.ad .item .bh {
    color: #c60d1d;
    font-size: 32px;
}

.ad .item h3 {
    font-size: 22px;
    font-weight: normal;
}

.ad .item p {
    color: #9d9d9d;
    font-size: 15px;
}

.ad .item .xx {
    border-top: 1px dashed #9d9d9d;
    height: 11px;
    border-bottom: 1px dashed #9d9d9d;
    margin-top: 22px;
    margin-bottom: 26px;
}

.ad .item .ad2-pic {
    margin-top: 76px;
}

.ad .item .ad2-content {
    padding-right: 44px;
}

.ad .item .ad-more, .ad .item .ad-mes {
    margin-top: 38px;
    margin-right: 23px;
    display: inline-block;
    width: 129px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    background: #f39800;
    text-align: center;
    line-height: 36px;
}

.ad .item .ad-more:hover {
    background: #f8af35;
}

.ad .item .ad-mes {
    background: #d42629;
}

.ad .item .ad-mes:hover {
    background: #e94547;
}

/*新闻中心*/
.news {
    padding-top: 30px;
}


.news-title span {
    display: block;
    font-size: 21px;
    color: #393939;
    line-height: 21px;
    margin-bottom: 11px;
}

.news-title em {
    display: block;
    margin-bottom: 26px;
}
.news_item{
    width: 575px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.news_item .news_pic{
    width: 200px;
}
.news .info {
    width: 350px;
}

.news .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

.news .info > span {
    display: inline-block;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 30px;
    margin-top: 10px;
}

.news .info > p {
    color: #393939;
    margin-top: 6px;
    overflow: hidden;
}

.news .info > a {
    width: 87px;
    height: 31px;
    background: #c60d1d;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    color: #fff;
    margin-top: 10px;
}

.news a:hover {
    color: #c60d1d;
}

.news .info > a:hover {
    background-color: #fff;
}

.news ul li {
    background: url(../images/newsico.png)  left no-repeat;
    height: 62px;
    padding-left: 30px;
    border-bottom: 1px dashed #c3c3c3;
}

.news ul li h3 a {
    font-weight: normal;
    font-size: 16px;
    line-height: 62px;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li span {
    line-height: 62px;
}

.news .news-right ul li {
    margin-bottom: 10px;
    width: 443px;
    height: 68px;
    line-height: 68px;
    background-color: #fff;
    position: relative;
    border: 1px solid #dadada;
}

.news .news-right ul li h3 {
    background: url(../images/ts-ico1.png)  20px center no-repeat;
    position: absolute;
    width: 100%;
    padding-left: 40px;
}

.news .news-right ul li::before {
    display: block;
    height: 68px;
    content: "";
    background: #c60d1d;
    position: absolute;
    top: 0;
    width: 0;
    transition: width 0.25s;
    -moz-transition: width 0.25s; /* Firefox 4 */
    -webkit-transition: width 0.25s; /* Safari and Chrome */
    -o-transition: width 0.25s; /* Opera */
}

.news .news-right ul li:hover::before {
    width: 100%;
}

.news .news-right ul li:hover h3 {
    background: url(../images/ts-ico2.png)  20px center no-repeat;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.news .news-right ul li:hover a {
    color: #fff;
}

/*友情链接*/
.iflink {
}

.iflink p {
    font-size: 18px;
    line-height: 54px;
}

.iflink .iflink-list li {
    float: left;
    line-height: 54px;
    font-size: 16px;
    padding: 0 20px;
}

.iflink .iflink-list li:hover a {
    color: #c60d1d;
}

/*公共底部footer*/
.footer {
    background: #4b4b4b;
}

.footer .fg {
    background: #c60d1d;
    height: 11px;
}

.foot-title {
    margin-bottom: 28px;
    background: url(../images/foot-titleico.png)  left no-repeat;
    padding-left: 23px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
}

.footer .container {
    padding-top: 30px;
}

.foot-contact {
    width: 50%;
    margin-right: 55px;
}

.foot-contact p {
    color: #b4b4b4;
    padding-left: 15px;
}
.footer_logo{

    border-right:1px dashed #fff;
    padding-right: 15px;
}
.footer_logo img{
    background: #fff;
}
.foot-contact ul {
    width: 373px;
    height: 60px;
    padding-left: 23px;
    margin-top: 10px;
}

.foot-contact ul li {
    float: left;
    color: #b4b4b4;
    margin-bottom: 15px;
}

.foot-contact ul li.tel {
}

.foot-contact ul li.tengxun {
    padding-left: 30px;
}

.foot-contact ul li.fax {
}

.foot-contact ul li.email {
    padding-left: 68px;
}

.foot-keywords ul {
    width: 187px;
    margin-left: 23px;
}

.foot-keywords ul li, .foot-nav ul li {
    float: left;
    padding: 0 5px;
}

.foot-keywords ul li a, .foot-nav ul li a {
    color: #b4b4b4;
}

.foot-keywords ul li a:hover, .foot-nav ul li a:hover {
    color: #c60d1d;
}

.foot-nav {
    width: 40%;
    float: right;
}

.foot-nav ul {
    
}
.foot-nav .foot-title{
    margin-left: -20px;
}
.foot-nav ul li{
    width: 48%;
    list-style: outside;
    color: #fff;
    box-sizing: border-box;
}
.foot-nav ul li:nth-child(odd){
    margin-right: 4%;
}
.foot-ewm span {
    display: block;
    color: #b4b4b4;
    text-align: center;
}

.footer .copyright {
    border-top: 1px solid #9d9d9d;
    margin-top: 30px;
    padding-top: 18px;
    padding-bottom: 16px;
}

.footer .copyright p {
    text-align: center;
    color: #b4b4b4;
}

.footer .copyright p a {
    color: #b4b4b4;
}

.footer .copyright p a:hover {
    color: #d42629;
}

/*在线咨询*/
.zx-service {
    position: fixed;
    right: 0px;
    top: 321px;
    z-index: 10000;
}

.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: #ed6f00;
}

.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: #ed6f00;
    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: 500px;
}

.ny-main {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ny-contact {
    background: #c60d1d;
    height: 75px;
    width: 220px;
    padding-top: 20px;
    padding-left: 20px;
}

.ny-contact em {
    display: block;
    font-size: 18px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.ny-contact p {
    background: url(../images/ny-contact-tel.png)  no-repeat left center;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    padding-left: 38px;
}

/*产品列表页*/
.ny-main .ny-left .pro-left {
    width: 240px;
}

.ny-main .title {
    background: #c60d1d;
    padding-bottom: 10px;
    padding-top: 25px;
    margin-bottom: 0;
    padding: 25px 20px 10px;
}

.ny-main .title strong {
    display: block;
    font-size: 26px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

.ny-main .title em {
    font-size: 15px;
    color: #efefef;
    line-height: 30px;
}

.ny-main .ny-left .pro-left .ctitle1 {
    margin-bottom: 2px;
}

.ny-main .ny-left .pro-left .ctitle1 li > a {
    width: 240px;
    height: 50px;
    display: block;
    text-align: center;
    background-color: #5b5b5b;
}

.ny-main .ny-left .pro-left .ctitle1 li {
    margin-top: 2px;
}

.ny-main .ny-left .pro-left .ctitle1 li a h3 {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
}

.ny-main .ny-left .pro-left .ctitle1 li > a:hover {
    background-color: #c60d1d;
}

.ny-main .ny-left .pro-left .ctitle1 .on > a {
    background-color: #c60d1d;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 {
    padding-top: 2px;
    display: none;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 li a {
    background: #fff;
    height: 40px;
    overflow: hidden;
    padding-top: 0px;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 li.on a h3 {
    color: #c60d1d;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 li.on a {
    background-color: #fff;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 li a h3 {
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 li:hover a h3 {
    color: #c60d1d;
}

.ny-main .ny-left .pro-left .ctitle1 .ctitle2 li a:hover {
    background-color: #fff;
}

.ny-main .ny-right {
    width: 910px;
}

.ny-main .ny-right .position {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.ny-main .ny-right .position span {
    display: block;
    padding-left: 50px;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    background: url(../images/ny-home.gif)  no-repeat 20px center;
    border-bottom: solid 1px #c60d1d;
    width: 400px;
    z-index: 1000;
    position: absolute;
    bottom: -1px;
    left: 0;
    overflow: hidden;
}

.ny-main .ny-right .position span a:hover {
    color: #c60d1d;
}

.ny-main .ny-right .content {
    overflow: hidden;
}

.ny-product {
    width: 940px;
}

.ny-product li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 280px;
    float: left;
    border: solid 1px #e3e3e3;
}

.ny-product li .pic {
    overflow: hidden;

}

.ny-product li span.pro-name {
    width: 260px;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 15px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.ny-product li a p {
    font-size: 12px;
    line-height: 24px;
    height: 38px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    width: 240px;
    padding: 10px 20px;
}

.ny-product li:hover {
    border: solid 1px #c60d1d;
    box-shadow: 0 0 15px rgba(183, 183, 183, 0.8);
}

.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:hover span.pro-name {
    color: #c60d1d;
}

/*产品详情页*/
.ny-right .pro1 {
    margin-top: 20px;
}

.ny-right .pro1 .spec-preview img {
    display: block;
}

.ny-right .pro1 .descript1 strong.title1 {
    line-height: 38px;
    font-size: 20px;
    color: #333;
    display: block;
}

.ny-right .pro1 .descript1 p {
    width: 540px;
    font-size: 13px;
    color: #8e8e8e;
    line-height: 25px;
    margin-bottom: 10px;
}

.ny-right .pro1 .descript1 a.consult {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #5b5b5b;
}

.ny-right .pro1 .descript1 a.consult:hover {
    background-color: #c60d1d;
}

.ny-right .pro1 .descript1 p.haoma {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.ny-right .pro1 .descript1 p.haoma em {
    display: block;
    color: #c60d1d;
    font-size: 20px;
    font-weight: bold;
}

.ny-right .pro1 .share {
    overflow: hidden;
    margin-top: 15px;
}

.ny-right .pro1 .share ul li {
    float: left;
    margin: 0 5px;
}

.ny-right .detail .de-title {
    border-bottom: solid 3px #c60d1d;
}

.ny-right .detail .de-title a {
    display: block;
    width: 130px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    background: #c60d1d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ny-right .detail .infor {
    padding-top: 15px;
}

.ny-right .detail .infor p {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 25px;
}

/*内页新闻列表*/
.ny-news li {
    overflow: hidden;
    border: none;
    border-bottom: solid 1px #f2f2f2;
    width: 900px;
    padding: 15px 10px;
}

.ny-news li a.ny-news-pic {
    display: block;
    width: 200px;

    overflow: hidden;
}

.ny-news li .descript {
    overflow: hidden;
    width: 670px;
}

.ny-news li .descript .title1 {
    padding-bottom: 0px;
}

.ny-news li .descript strong {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
    display: block;
    font-weight: bold;
    width: 520px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny-news li .descript .title1 span {
    font-size: 13px;
    color: #c5c5c5;
    line-height: 30px;
    margin-right: 10px;
    margin-top: 5px;
}

.ny-news li .descript p {
    color: #666;
    font-size: 13px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    margin-top: 8px;

}

.ny-news li:last-child {
    border-bottom: none;
}

.ny-news li:hover strong {
    color: #c60d1d;
}

/*内页产品应用*/
.ny-appli li span.pro-name {
    margin-top: 0;
    height: 50px;
    line-height: 50px;
}

.ny-appli li:hover a .pro-name {
    background-color: #c60d1d;
    color: #fff;
}

/*内页技术支持*/
.ny-tech .descript .title1 {
    margin-top: 20px;
}

.ny-tech li a.ny-news-pic {
    width: 200px;
    height: 120px;
}

.ny-right p {
    font-size: 13px;
    line-height: 30px;
}

.ny-right .pagelist {
    padding: 10px 0;
    margin-top: 15px;
    overflow: hidden;
    border-top: 0px solid #eee;
    text-align: center;
}

.ny-right .pagelist a,
.ny-right .pagelist span {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 8px;
    margin-right: 5px;
}

.ny-right .pagelist span.current {
    color: #f30;
    border: 1px solid #ddd;
}

.flink {
    margin-top: 30px;
    width: 910px;
}

.flink .flink_tit {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.flink .flink_tit p {
    height: 12px;
    width: 100%;
    background: url(../images/dian.png) ;
    position: absolute;
    top: 15px;
}

.flink .flink_tit span {
    height: 42px;
    background: #fff;
    color: #c60d1d;
    font-size: 14px;
    border: 1px solid #c60d1d;
    position: relative;
    z-index: 2;
    display: block;
    width: 115px;
    text-align: center;
    line-height: 42px;
    margin-left: 40px;
}

.flink .flink_list {
    width: 100%;
    margin-top: 30px;
    margin-left: 40px;
}

.flink .flink_list .ul1 li {
    float: left;
    margin-right: 28px;
}

.flink .flink_list ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}

.flink .flink_list ul li a:hover {
    color: #c60d1d;
}

.flink .news_list ul li {
    width: 100%;
    line-height: 26px;
    border-bottom: 1px dashed #999;
}

.flink .news_list ul li span {
    float: right;
    font-size: 12px;
    color: #888;
}

.flink .news_list ul li a {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.flink .news_list ul li a:hover {
    color: #c60d1d;
}

.flink .pro_list ul li a:hover {
    color: #c60d1d;
}

.flink .pro_list ul li {
    margin-right: 20px;
    float: left;
}

.flink .pro_list ul li:nth-child(4n) {
    margin-right: 0;
}

.flink .pro_list ul li .img {
    display: block;
    width: 210px;
    height: 210px;
}

.flink .pro_list ul li .pro_t {
    display: block;
    width: 210px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
}