@charset "utf-8";

/*基础样式*/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

ol,
ul,
li {
    list-style-type: none;
    text-align: justify;
    text-justify: inter-ideograph;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    font-size: 12px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

.cl:after,
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.cl,
.clearfix {
    zoom: 1;
}

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, "微软雅黑", "宋体", Helvetica, sans-serif;
}

a {
    color: #666666;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}


/* CSS活动的公共样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1200px;
}

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

.mt5 {
    margin-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.hide {
    overflow: hidden;
}


/*头部*/

.header {
    height: 100px;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
}

.headerLogo {
    line-height: 100px;
    position: absolute;
    left: 60px;
    top: 0
}

.headerLogo img {
    vertical-align: middle;
}

.headerNav {
    width: 880px;
    margin: 0 auto;
}

.headerNav .menu1 {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerNav .menu1>li {
    display: table-cell;
    text-align: center;
    position: relative
}

.headerNav .menu1>li>a {
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: all .4s;
    padding: 0 20px;
}

.headerNav .menu1>li>a:hover,
.headerNav .menu1>li>.current {
    color: #e50000
}

.headerNav .menu1 li:nth-child(2) .subnav {
    width: 220%;
    margin-left: -60%;
}

.headerNav .menu1 .subnav {
    position: absolute;
    width: 130%;
    margin-left: -15%;
    display: none;
    background: #000;
    padding: 0 2px;
}

.headerNav .menu1 .subnav li {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%
}

.headerNav .menu1 .subnav li a {
    color: #fff;
}

.headerNav .menu1 .subnav li a:hover {
    color: #fff
}

.headerNav .menu1 .subnav li:hover {
    background: #e50000
}

.headerLink {
    position: absolute;
    right: 60px;
    top: 0;
}

.headerLink span {
    font-size: 16px;
    margin: 0 5px;
    display: inline-block;
    line-height: 100px;
    color: #fff;
    cursor: pointer;
}

.headerLink .box {
    position: absolute;
    width: 125px;
    left: -22px;
    top: 100px;
    background-color: #000;
    display: none;
}

.headerLink .box a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.headerLink .box a:hover {
    color: #e50000
}

.headerLink .hSearch-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/hSear-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-left: 20px;
}

.headerSearch {
    position: absolute;
    top: 100px;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    height: 80px;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    display: none;
}

.headerSearch form {
    width: 720px;
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    height: 40px;
    overflow: hidden;
}

.headerSearch .sear_text {
    width: 600px;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    padding-left: 10px;
    background: url('../images/searBtn.png') no-repeat 10px center;
    padding-left: 50px;
}

.headerSearch .sear_btn {
    float: left;
    width: 70px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background: #cf0a0a;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.headerSearch .sear_btn:hover {
    background: #333;
}


/*广告*/

.banner {
    width: 100%;
    height: 851px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(../images/bannerbg.jpg);
    background-size: cover;
}

.banner .bd {
    height: 851px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.banner .bd li {
    height: 851px;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .bd li .cover {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.banner .bd li .cover p {
    font-size: 18px;
    font-weight: lighter;
    color: #c1c1c1;
}

.banner .bd li .cover h3 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 20px 0;
}

.banner .bd li .cover b {
    display: block;
    font-size: 22px;
    font-weight: lighter;
    color: #c1c1c1;
}

.banner .bd li .more {
    display: inline-block;
    width: 196px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #cf0a0a;
    border-radius: 4px;
    opacity: 0;
    margin-top: 100px;
}

.banner .bd li .more:hover {
    opacity: 0.8;
}

.banner .bd li .on .more {
    opacity: 1;
    transition: all 1.5s;
    transition-delay: 1.2s;
}

.banner .bd li .pic {
    position: absolute;
}

.banner .bd .li1 .pic {
    bottom: 0;
    left: 7%
}

.banner .bd .li1 .more {
    display: none;
}

.banner .bd .li2 .pic {
    bottom: 0;
    left: 29%
}

.banner .bd .li3 .pic {
    bottom: 15%;
    left: 61%
}

.banner .bd .li4 .pic {
    bottom: 15%;
    left: 75%
}

.banner .bd .li1 .cover {
    top: 130px;
    left: 400px;
    opacity: 0;
}

.banner .bd .li1 .on {
    left: 0;
    opacity: 1;
    transition: all 1.5s;
}

.banner .bd .li2 .cover {
    top: 240px;
    right: 0px;
    opacity: 0;
}

.banner .bd .li2 .on {
    right: -20%;
    opacity: 1;
    transition: all 1.5s;
}

.banner .bd .li3 .cover {
    top: 240px;
    left: -160px;
    opacity: 0
}

.banner .bd .li3 .on {
    left: -25%;
    opacity: 1;
    transition: all 1.5s;
}

.banner .bd .li4 .cover {
    top: 240px;
    right: 0px;
    opacity: 0;
}

.banner .bd .li4 .on {
    right: -20%;
    opacity: 1;
    transition: all 1.5s;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    height: 16px;
    bottom: 40px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    border-radius: 50%;
    border: 2px solid #fff;
}

.banner .hd ul li.on,
.banner .hd ul li:hover {
    background: #fff;
    border-color: #fff
}

.banner .prev,
.banner .next {
    display: block;
    width: 117px;
    height: 22px;
    position: absolute;
    z-index: 2;
    top: 45%;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner .prev {
    background-image: url(../images/bPrev1.png);
    left: -5%;
}

.banner .next {
    background-image: url(../images/bNext1.png);
    right: -5%;
}

.banner .prev:hover {
    background-image: url(../images/bPrev2.png);
}

.banner .next:hover {
    background-image: url(../images/bNext2.png);
}


/*产品广告*/

.homeAdver {
    height: 526px;
    background-image: url(../images/hProd-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}

.homeAdver-prod {
    width: 952px;
    height: 620px;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 30;
    position: absolute;
}

.homeAdver-prod .bd {
    height: 500px;
    overflow: hidden;
}

.homeAdver-prod .bd li {
    text-align: center;
    height: 500px;
}

.homeAdver-prod .bd li .pic {
    display: block;
    width: 656px;
    height: 310px;
    overflow: hidden;
    margin: 0 auto;
}

.homeAdver-prod .bd li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.homeAdver-prod .bd li p {
    width: 530px;
    margin: 0 auto 50px;
    font-size: 14px;
    color: #888888;
    height: 70px;
    overflow: hidden;
}

.homeAdver-prod .bd li h5 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 50px;
    position: relative;
}

.homeAdver-prod .bd li h5:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background: #333333;
    bottom: -25px;
    left: 50%;
    margin-left: -17px;
}

.homeAdver-prod .hd ul {
    text-align: center;
}

.homeAdver-prod .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    border-radius: 50%;
    background-color: #191919
}

.homeAdver-prod .hd ul li.on,
.banner .hd ul li:hover {
    background: #cf0a0a;
}

.homeAdver-prod .jt {
    width: 260px;
    margin: 0 auto;
    position: relative;
    top: -16px;
}

.homeAdver-prod .prev,
.homeAdver-prod .next {
    position: absolute;
    width: 53px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center center;
}

.homeAdver-prod .prev {
    background-image: url(../images/hJt-ico1.png);
    left: 0;
}

.homeAdver-prod .next {
    background-image: url(../images/hJt-ico2.png);
    right: 0;
}


/*产品*/

.homeProd ul {
    overflow: hidden;
}

.homeProd li {
    width: 25%;
    float: left;
    overflow: hidden;
}

.homeProd li a {
    display: block;
    border: 1px solid #d7d7d7;
    border-left: 0;
    position: relative;
    height: 440px;
}

.homeProd li:first-child a {
    border-left: 1px solid #d7d7d7;
}

.homeProd li .pic {
    display: block;
    height: 316px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.homeProd li .pic img {
    height: 100%;
    transition: all .4s;
}

.homeProd li .tit1 {
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: normal
}

.homeProd li a:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background: #333333;
    bottom: 60px;
    left: 50%;
    margin-left: -17px;
}

.homeProd li .cover {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #161616;
    padding: 20% 15%;
    opacity: 0;
    transition: all .4s;
    z-index: 2
}

.homeProd li .cover .tit2 {
    font-size: 20px;
    color: #e50000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    left: -30px;
    transition: all .4s;
    opacity: 0;
}

.homeProd li .cover p {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    text-align: center;
    position: relative;
    right: -30px;
    transition: all .4s;
}

.homeProd li .cover .more {
    display: block;
    width: 50%;
    height: 48px;
    min-width: 100px;
    background-color: #cf0a0a;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    margin: 30px auto 0;
    border-radius: 4px;
    position: relative;
    top: 10px;
    opacity: 0;
    transition: all .4s;
}

.homeProd li:hover .pic img {
    transform: scale(1.1);
}

.homeProd li:hover .cover {
    opacity: 1;
}

.homeProd li:hover .cover .tit2 {
    opacity: 1;
    left: 0
}

.homeProd li:hover .cover p {
    opacity: 0.7;
    right: 0
}

.homeProd li:hover .cover .more {
    opacity: 1;
    top: 0;
    transition-delay: .3s;
}


/*关于我们*/

.homeTopic {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    position: relative;
    ;
    width: 1200px;
    margin: 0 auto 70px;
}

.homeTopic i {
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: #2c2c2c;
}

.homeTopic .l {
    left: 450px;
}

.homeTopic .r {
    right: 450px;
}

.homeAbout {
    padding: 80px 0;
}

.homeAbout .wrap {
    position: relative;
}

.homeAbout .main {
    overflow: hidden;
    margin-bottom: 50px;
}

.homeAbout .hVideo {
    width: 58%;
    height: 480px;
    float: left;
    background-position: center center;
    cursor: pointer;
    background-size: cover;
}

.homeAbout .hAbout {
    width: 530px;
    position: absolute;
    right: 0;
}

.homeAbout .hAbout h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 60px;
    position: relative;
}

.homeAbout .hAbout h2:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #333333;
    left: 0;
    bottom: -30px;
}

.homeAbout .hAbout h2 span {
    font-size: 32px;
    color: #888888;
    font-family: 'htc';
    margin-left: 15px;
}

.homeAbout .hAbout p {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}

@media screen and (max-width: 1400px) {
    .homeAbout .wrap {
        padding: 0 20px;
        max-width: 1360px;
        width: auto;
        min-width: 1200px;
    }
    .homeAbout .hVideo {
        width: 55%
    }
    .homeAbout .hAbout {
        right: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .homeAbout .hVideo {
        width: 53%
    }
}

.homeAbout .num ul {
    overflow: hidden;
}

.homeAbout .num li {
    width: 20%;
    float: left;
    text-align: center;
    background-image: url(../images/hNum-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'htc';
    padding-top: 20px;
}

.homeAbout .num li:last-child {
    background-image: none;
}

.homeAbout .num span {
    display: block;
    color: #333333
}

.homeAbout .num strong {
    font-size: 46px;
    font-weight: normal;
}


/*新闻中心*/

.homeNews {
    padding: 80px 0;
    background-color: #f9f9f9
}

.homeNews .tab {
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
}

.homeNews .tab a {
    display: inline-block;
    width: 118px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background-image: url(../images/hNews-line.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition: all .4s;
}

.homeNews .tab .m:hover,
.homeNews .tab .on {
    background-color: #cf0a0a;
    color: #fff;
    padding: 0 15px;
}

.homeNews .tab .more {
    background-image: none;
    text-transform: uppercase;
}

.homeNews .tab .more:hover {
    color: #cf0a0a
}

.homeNews .main {
    overflow: hidden;
}

.homeNews .main ul {
    margin-right: -60px;
}

.homeNews .main li {
    width: 33.33%;
    float: left;
}

.homeNews .main li a {
    display: block;
    margin-right: 60px;
}

.homeNews .main li .pic {
    display: block;
    position: relative;
    padding-top: 48.7%;
    overflow: hidden;
}

.homeNews .main li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0
}

.homeNews .main li h5 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    margin-bottom: 20px;
}

.homeNews .main li p {
    font-size: 14px;
    color: #666666;
    height: 46px;
    margin-bottom: 50px;
    position: relative;
}

.homeNews .main li p:after {
    position: absolute;
    content: "";
    left: 0;
    width: 30px;
    background-color: #bdbdbd;
    left: 0;
    top: -15px;
    height: 1px;
}

.homeNews .main li .more {
    font-size: 14px;
    color: #666666;
}

.homeNews .main li:hover img {
    transform: scale(1.1);
}

.homeNews .main li:hover h5 {
    color: #cf0a0a
}

.homeNews .main li:hover .more {
    color: #cf0a0a
}


/*底部*/

.footer {
    padding: 50px 0;
    background-color: #121212;
}

.footerLogo {
    width: 210px;
    float: left;
    height: 230px;
    border-right: 1px solid #2b2b2b
}

.footerNav {
    width: 280px;
    float: left;
    height: 230px;
    border-right: 1px solid #2b2b2b;
    padding-left: 80px;
}

.footerNav span,
.footerContact span {
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    clear: both;
    line-height: 38px;
}

.footerNav a {
    display: block;
    width: 35%;
    float: left;
    font-size: 14px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.footerNav a:hover {
    color: #fff;
}

.footerContact {
    width: 480px;
    float: left;
    height: 230px;
    border-right: 1px solid #2b2b2b;
    padding-left: 70px;
}

.footerContact {
    font-size: 14px;
    color: #6f6f6f;
}

.footerContact p {
    line-height: 32px;
}

.footerRight {
    width: 200px;
    float: right;
    color: #6f6f6f;
}

.footerRight .tel,
.footerRight .qun {
    font-size: 14px;
    margin-bottom: 10px;
}

.footerRight .tel span,
.footerRight .qun span {
    display: block;
    font-size: 20px;
    color: #fff;
}

.footerRight .zx {
    width: 75px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    color: #333333;
    font-size: 14px;
    padding-left: 60px;
    background-image: url(../images/footer-ico1-1.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    line-height: 40px;
    display: block;
    transition: all .4s;
    margin-bottom: 20px;
}

.footerRight .zx:hover {
    background-color: #e50000;
    color: #fff;
    background-image: url(../images/footer-ico1-2.png);
}

.footerRight .ico {
    text-align: left;
    font-size: 0
}

.footerRight .ico a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    transform: all .4s;
}

.footerRight .ico a:hover {
    background-color: #e50000
}

.footerRight .ico .wx {
    background-image: url(../images/footer-ico2-1.png);
    position: relative;
}

.footerRight .ico .wx .ewmImg {
    position: absolute;
    width: 90px;
    height: 90px;
    padding: 3px;
    background-color: #fff;
    top: -100px;
    left: 50%;
    margin-left: -45px;
    border-radius: 4px;
    display: none;
}

.footerRight .ico .wb {
    background-image: url(../images/footer-ico3-1.png);
}

.footerRight .ico .qq {
    background-image: url(../images/footer-ico4-1.png);
}

.footerRight .ico .wx:hover {
    background-image: url(../images/footer-ico2-2.png);
}

.footerRight .ico .wb:hover {
    background-image: url(../images/footer-ico3-2.png);
}

.footerRight .ico .qq:hover {
    background-image: url(../images/footer-ico4-2.png);
}

.footBot {
    background: #121212;
    color: #888888;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #2a2a2a
}

.footBot a {
    color: #888888;
    margin-right: 15px;
    font-size: 12px;
}

.footBot a:hover {
    color: #fff;
}

.footer .footLeft dl dd a:hover,
.foot-bot a:hover {
    color: #fff;
}

.footLink {
    position: relative;
    float: right;
}

.footLink .link {
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888888;
    padding: 0 15px;
    background: url(../images/footerIco1.png) no-repeat 160px center #252525;
    cursor: pointer;
    margin-top: 10px;
}

.footLink ul {
    position: absolute;
    background-color: #252525;
    right: 0;
    bottom: 30px;
    width: 100%;
    height: 150px;
    overflow-y: auto;
    display: none;
    padding: 5px 0;
}

.footLink ul li {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
}

.footLink ul li a:hover {
    color: #fff;
}

.footLink .active {
    background: url(../images/footerIco2.png) no-repeat 160px center #252525;
}

.Security {
    padding: 80px 0;
}

.Security .one {
    margin-bottom: 30px;
}

.Security .one form,
.Security .ems_top {
    overflow: hidden;
    width: 670px;
    margin: 0 auto;
}

.Security .one span,
.Security .ems_top span {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    float: left;
}

.Security .one input,
.Security .ems_top input {
    display: block;
    height: 46px;
    line-height: 46px;
    float: left;
}

.Security .one .txt,
.Security .ems_top .txt {
    width: 360px;
    border: 1px solid #ccc;
    border-right: 0;
    text-indent: 10px;
}

.Security .one .btn,
.Security .ems_top .btn {
    background: #cd0909;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    transition: all .4s;
    padding: 0 10px
}

.Security .one .btn:hover,
.Security .ems_top .btn:hover {
    opacity: 0.8;
}


/* 内页公用 */

.listBanner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 440px;
}

.listBanner img {
    display: block;
}

.listWrapper {
    padding: 40px 0 50px 0;
    overflow: hidden;
}

.pageWrapper {
    padding: 40px 0 50px 0;
}

.breadCrumb {
    height: 56px;
    line-height: 56px;
    background: #f9f9f9;
}

.breadCrumb p {
    font-size: 14px;
    color: #333
}

.breadCrumb p a {
    color: #333
}

.breadCrumb .back {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: #999;
    color: #fff;
    margin-top: 13px;
}

.breadCrumb .back:hover {
    background: #cf0a0a;
    transition: all 0.3s;
}

.page-bgColor {
    background-color: #fff;
    padding: 30px 20px;
}


/* 内页公用菜单 */

.listMenu {
    height: 60px;
    line-height: 60px;
    background: #f9f9f9;
    color: #fff;
}

.listMenu .menuWrap {
    text-align: left;
}

.listMenu .menuWrap a {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all .5s;
    color: #333
}

.listMenu .menuWrap a.current,
.listMenu .menuWrap a:hover {
    background-color: #cf0a0a;
    color: #fff;
}

.menuSub {
    text-align: center;
    padding-top: 30px;
}

.menuSub a {
    border: 1px solid #ececec;
    display: inline-block;
    margin: 0 5px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #999;
    transition: all .5s;
}

.menuSub a.current,
.menuSub a:hover {
    border-color: #cf0a0a;
    background-color: #cf0a0a;
    color: #fff;
}


/*产品导航*/

.prodMenu-main {
    border: 5px solid #f9f9f9;
    width: 1190px;
    margin: 30px auto;
    padding: 5px 0;
}

.prodMenu-main dl {
    overflow: hidden;
    margin: 20px 0;
    padding-left: 265px;
    padding-right: 10px;
}

.prodMenu-main dl dt {
    display: block;
    font-size: 28px;
    color: #e50000;
    margin-right: 25px;
    float: left;
    margin-left: -240px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.prodMenu-main dl dd {
    display: block;
    width: 225px;
    font-size: 16px;
    float: left;
    margin: 5px 0;
}

.prodMenu-main dl dd span {
    display: inline-block;
    vertical-align: middle;
    width: 183px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
}

.prodMenu-main dl .dd1 {
    width: 80px;
    margin-left: -80px;
}

.prodMenu-main dl .dd1 span {
    width: 40px;
}

.prodMenu-main dl dd i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}

.prodMenu-main dl dd i:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    background-color: #e50000;
    content: "";
    display: none;
}

.prodMenu-main dl dd:hover i:after,
.prodMenu-main dl dd.current i:after {
    display: block;
}


/*产品列表*/

.prodList ul {
    width: 1240px;
}

.prodList li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.prodList li .pic {
    height: 380px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e2e2
}

.prodList li .pic img {
    height: 380px;
    max-width: 380px;
    transition: all .5s;
}

.prodList li .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: left;
    padding: 80px 30px;
    opacity: 0;
    transition: all .5s;
}

.prodList li .cover p {
    height: 96px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    position: relative;
    top: 20px;
    color: #fff;
}

.prodList li .cover .more {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    margin-top: 30px;
    opacity: 0;
    transition: all .5s;
    top: -20px;
    position: relative;
    background-color: #cf0a0a;
    border-radius: 2px;
}

.prodList li h5 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prodList li h5:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background-color: #dadada;
    transition: all .5s;
}

.prodList li:hover .cover {
    opacity: 1;
}

.prodList li:hover .cover p {
    top: 0;
    opacity: 0.7;
    transition-delay: .3s;
}

.prodList li:hover .cover .more {
    top: 0;
    opacity: 1;
    transition-delay: .3s
}

.prodList li:hover .pic img {
    transform: scale(1.1);
}

.prodList li:hover h5:after {
    background-color: #cf0a0a
}


/*  产品详情*/

.pageProbg {
    background: #fff;
    padding: 70px;
    width: 1060px;
    margin: 0 auto;
    box-shadow: 0 0 2px 1px #dadada;
}

.prodPic {
    width: 560px;
}

.prodPic .big {
    width: 435px;
    height: 435px;
    position: relative;
    z-index: 1;
    float: left;
    border: 1px solid #e3e3e3;
}

.prodPic .big a {
    width: 435px;
    height: 435px;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.prodPic .big a img {
    vertical-align: middle;
    max-width: 435px;
    max-height: 398px;
}

.prodPic .big a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png);
    cursor: move;
    z-index: 1;
}

.prodPic .list {
    width: 112px;
    height: 436px;
    overflow: hidden;
    position: relative;
    float: right;
}

.prodPic .list a.prev,
.prodPic .list a.next {
    display: block;
    width: 107px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/anus.jpg) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.prodPic .list a.next {
    top: auto;
    bottom: 0;
    background-position: 0 -50px;
}

.prodPic .list a.prev:hover {
    background-position: 0 -25px;
}

.prodPic .list a.next:hover {
    background-position: 0 -75px;
}

.prodPic .list .thumb {
    position: relative;
    width: 112px;
    height: 370px;
    overflow: hidden;
    top: 33px;
}

.prodPic .list .thumb ul {
    position: absolute;
    height: 99999px;
}

.prodPic .list .thumb ul li {
    background: none;
    float: left;
    width: 107px;
    height: 95px;
    position: relative;
}

.prodPic .list .thumb ul li a {
    display: block;
    width: 103px;
    height: 75px;
    border: 2px solid #e3e3e3;
    text-align: center;
    background: #fff
}

.prodPic .list .thumb ul li img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.prodPic .list .thumb ul li a em {
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    right: -5px;
    top: 35px;
}

.prodPic .list .thumb ul li a.selected {
    border-color: #cf0a0a;
}

.prodPic .list .thumb ul li a.selected em {
    background: url(../images/jt.png) no-repeat
}


/* 产品右侧简介样式 */

.proshow_synopsis {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 19px;
    width: 470px;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    height: 396px;
    border-radius: 3px;
}

.proshow_synopsis .title {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    padding-bottom: 10px
}

.proshow_synopsis strong {
    color: #333;
    font-weight: normal;
}

.proshow_synopsis .font {
    line-height: 24px;
    overflow: hidden;
    height: 70px;
    margin-bottom: 15px;
}

.prodcut-tel {
    padding-left: 50px;
    margin-bottom: 20px;
    line-height: 26px;
    background: url('../images/p_icon.png') no-repeat left center;
}

.prodcut-tel span {
    font-family: arial;
    font-size: 24px;
    color: #cf0a0a;
    display: block;
}

.proshow_synopsis .btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4b4b4b url(../images/proshow_icon1.png) no-repeat 20px 14px;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
}

.proshow_synopsis .btn .a02 {
    background: #cf0a0a url(../images/proshow_icon2.png) no-repeat 20px 13px;
    margin-left: 25px;
}

.proshow_synopsis .btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=50);
    transition: all 0.3s;
}


/* 产品说明标签切换样式 */

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px;
}

.gr-tab-list .hd {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #f9f9f9;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    border-radius: 4px 4px 0 0;
    color: #333
}

.gr-tab-list .hd li.on {
    background: #cf0a0a;
    color: #fff;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #cf0a0a;
}

.gr-tab-list .downList ul {
    width: 1200px;
}

.gr-tab-list .downList ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #dadada;
    overflow: hidden;
}

.gr-tab-list .downList ul li span {
    display: block;
    float: left;
    color: #333;
}

.gr-tab-list .downList ul li .more {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dadada;
    padding-left: 30px;
    border-radius: 3px;
    color: #999;
    float: right;
    margin-top: 13px;
    text-align: center;
    background: url(../images/down2.png) no-repeat 15px center;
    transition: all .5s;
}

.gr-tab-list .downList ul li .more:hover {
    background: url(../images/down3.png) no-repeat 15px center #cf0a0a;
    border-color: #cf0a0a;
    color: #fff;
}

.gr-tab-list .downList .tilte {
    width: 40%;
    background: url(../images/down1.jpg) no-repeat left center;
    padding-left: 40px;
}

.gr-tab-list .downList .num {
    width: 20%;
}

.gr-tab-list .downList .time {
    width: 20%;
}


/* 相关产品样式 */

.relatedPro {
    margin-bottom: 30px;
    overflow: hidden;
}

.relatedPro .tie {
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    color: #cf0a0a;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

.relatedPro .tie span {
    padding: 0 30px;
    background: #cf0a0a;
    display: inline-block;
    color: #fff;
}

.relatedPro li {
    float: left;
}

.relatedPro ul {
    width: 1240px;
    margin-top: 20px;
}

.relatedPro li {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    margin-right: 24px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    transition: all .5s;
}

.relatedPro li a {
    display: block;
    width: 100%;
    background: #fff
}

.relatedPro li img {
    width: auto;
    height: 206px;
    padding: 5px;
    background: #fff;
}

.relatedPro li span {
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: all .5s;
}

.relatedPro li:hover {
    border: 1px solid #cf0a0a;
}

.relatedPro li:hover span {
    background-color: #cf0a0a;
    color: #fff;
}


/* 采购表单样式 */

.orderBox {
    padding: 25px;
    width: 1150px;
    background: #f9f9f9;
    overflow: hidden;
    margin: 0 auto;
}

.orderBox h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: "微软雅黑";
}

.orderBox .table {
    padding-top: 20px;
    overflow: hidden;
}

.orderBox .table li {
    width: 520px;
    height: 215px;
    float: left;
    height: 35px;
    margin-bottom: 10px;
}

.orderBox .table li span {
    float: left;
    border: 1px solid #ddd;
    line-height: 33px;
    height: 33px;
    width: 98px;
    display: inline-block;
    text-align: center;
    background: #fff;
}

.orderBox .table li .iptTxt {
    float: right;
    width: 408px;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #fff;
    color: #666;
    padding-left: 10px;
}

.orderBox .table li .iptCode {
    float: left;
    width: 199px;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #fff;
    color: #666;
    padding-left: 10px;
}

.orderBox .table li .checkcode {
    float: left;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #eee;
    margin-left: 2px;
    padding: 6px;
}

.orderBox .table li .btn {
    width: 385px;
    height: 35px;
    line-height: 35px;
    background: #333;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
}

.orderBox .table li .btn:hover {
    background: #cf0a0a;
    color: #fff;
}

.orderBox .table li.areLi {
    width: 570px;
    float: right;
    height: 215px;
    overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
    width: 528px;
    height: 183px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px;
    color: #666;
    line-height: 18px;
    background: #fff;
}


/*案例列表*/

.pageCase {
    padding: 60px 0;
}

.homeCase-wrap {
    overflow: hidden;
}

.caseList ul {
    width: 1240px;
}

.caseList li {
    width: 390px;
    float: left;
    margin-right: 20px;
}

.caseList li a {
    display: block;
    transition: all .5s;
}

.caseList li .pic {
    display: block;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.caseList li .pic i {
    position: absolute;
    width: 29px;
    height: 32px;
    background: url(../images/hCase-ico.png) no-repeat center center;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
    top: 40%;
    margin-top: -16px;
    transition: all .5s;
    opacity: 0;
}

.caseList li .pic:after {
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #f5f5f5;
    transition: all.5s;
    opacity: 0
}

.caseList li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.caseList li:hover .pic img {
    transform: scale(1.1);
}

.caseList li .txt {
    padding: 25px 0;
    transition: all.5s;
    position: relative;
}

.caseList li .txt:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background: url(../images/hCase-ico2.png) no-repeat center center;
    right: 0;
    bottom: 30px;
    opacity: 0;
    transition: all .5s;
}

.caseList li h5 {
    font-weight: normal;
    font-size: 14px;
    color: #3b3b3b;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}

.caseList li p {
    color: #7a7a7a;
    font-size: 12px;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseList li:hover .txt {
    background-color: #fff;
    padding: 25px 15px;
}

.caseList li:hover .txt:after {
    right: 15px;
    opacity: 1
}

.caseList li:hover .pic:after {
    opacity: 1;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
}

.caseList li:hover .pic i {
    top: 50%;
    opacity: 1
}

.caseList li:hover h5 {
    color: #3171f5;
}

.caseList li:hover a {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05)
}

.pageCase .more,
.pagePartner .more {
    display: block;
    width: 360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    border: 1px solid #b6b6b6;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .5s;
}

.pageCase .more:hover,
.pagePartner .more:hover {
    background-color: #3171f5;
    background-color: #3171f5;
    color: #fff;
    border-color: #3171f5
}


/*解决方案详情页*/

.solveRelation {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.solveRelation .topic {
    font-size: 26px;
    font-weight: normal;
    color: #131313;
    font-weight: normal;
    text-align: left;
    padding-bottom: 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.solveStart {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.solveStart .bshare-custom {
    position: absolute;
    right: 0;
    top: 40px;
}

.solveStart .title {
    font-size: 20px;
    line-height: 30px;
    color: #303030;
    font-weight: normal;
    margin-bottom: 10px;
}

.solveStart .time {
    display: block;
    font-size: 14px;
    color: #999999
}

.solveStart .content {
    margin-bottom: 60px;
}


/* 风采展示 */

.partnerList,
.honorList,
.settingList,
.newsList,
.appList,
.newsList,
.downList {
    width: 1200px;
    overflow: hidden;
}

.caseList ul,
.partnerList ul,
.honorList ul,
.settingList ul,
.downList ul,
.clientList ul,
.newsList2 ul {
    width: 1240px;
}

.settingList ul li {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center;
}

.settingList ul li img {
    display: block;
    width: 270px;
    height: 190px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .5s;
}

.settingList ul li img:hover {
    border: 1px solid #cf0a0a;
    background: #cf0a0a;
}

.settingList ul li span {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


/* 荣誉证书 */

.honorList li {
    width: 250px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center;
    padding: 10px 10px 0 10px;
    border-bottom: 3px solid #ddd;
    background: #f2f2f2;
    position: relative;
    transition: all .4s;
}

.honorList li:before,
.honorList li:after {
    position: absolute;
    content: "";
    position: absolute;
    height: 3px;
    background-color: #cf0a0a;
    transition: all .4s;
    bottom: -3px;
    width: 0
}

.honorList li:before {
    left: 0;
}

.honorList li:after {
    right: 0
}

.honorList li:hover:before,
.honorList li:hover:after {
    width: 50%
}

.honorList ul li .pic {
    width: 250px;
    height: 164px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

.honorList li .pic img {
    width: 240px;
    vertical-align: middle;
}

.honorList li span {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


/*客户列表*/

.pagePartner {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.partnerList ul {
    width: 1230px;
}

.partnerList li {
    width: 165px;
    height: 90px;
    float: left;
    overflow: hidden;
    border: 1px solid #dedede;
    margin-bottom: 5px;
    margin-right: 5px;
}

.partnerList li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.partnerList li a img {
    position: absolute;
    z-index: 2;
    transform: rotateY(0deg);
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.partnerList li a span {
    position: absolute;
    text-align: center;
    line-height: 90px;
    background-color: #cf0a0a;
    transform: rotateY(-180deg);
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.partnerList li a:hover img {
    transform: rotateY(180deg);
}

.partnerList li a:hover span {
    transform: rotateY(0deg);
}


/*实力列表*/

.strenList ul {
    width: 1250px;
}

.strenList li {
    width: 279px;
    margin-right: 28px;
    position: relative;
    margin-bottom: 30px;
    float: left;
    transition: all .5s;
}

.strenList li .pic {
    display: block;
    overflow: hidden;
    position: relative;
}

.strenList li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    display: block;
}

.strenList li:hover img {
    transform: scale(1.2);
}

.strenList li p {
    padding: 20px 10px;
    transition: all .5s;
    position: relative;
    left: 0
}

.strenList li p .tit {
    font-size: 14px;
    color: #333333;
    display: block;
}

.strenList li p .time {
    font-size: 12px;
    color: #999999;
    display: block;
}

.strenList li:after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    height: 2px;
    background-color: #cf0a0a;
    transition: all .5s;
    bottom: 0px;
}

.strenList li:hover:after {
    width: 100%;
    left: 0
}

.strenList li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.strenList li:hover p {
    left: 15px;
}


/* 新闻列表 */

.newsList li {
    border: 1px solid #e2e2e2;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.newsList li .font {
    width: 755px;
    overflow: hidden;
    color: #333;
    padding-top: 30px;
}

.newsList li .date {
    width: 80px;
    height: 110px;
    background: #2b2b2b;
    color: #fff;
    padding-left: 20px;
    font-size: 20px;
    font-family: 'HelveticaNeuedd7b7fc3f53d6';
    position: relative;
    margin-right: 40px;
    transition: all 0.4s;
}

.newsList li .date span {
    display: block;
    opacity: .8;
    padding-top: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}

.newsList li .date:after {
    position: absolute;
    content: "";
    width: 50px;
    left: 60px;
    background: #555;
    height: 1px;
    top: 10px;
    width: 0;
    transition: all 0.3s;
}

.newsList li h4 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.newsList li .txt {
    color: #666;
}

.newsList li .pic {
    width: 340px;
    height: 165px;
    overflow: hidden;
}

.newsList li img {
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: 100%
}

.newsList li:hover .date {
    margin-right: 60px;
}

.newsList li:hover .date:after {
    width: 80%;
}

.newsList li:hover h4 {
    color: #cf0a0a;
}

.newsList li:hover img {
    transform: scale(1.1);
}

.newsList li:hover {
    box-shadow: 0 5px 10px #eee;
}


/* 常见问题 */

.faqList li {
    position: relative;
    margin-bottom: 30px;
    border-left: 3px solid #cf0a0a;
}

.faqList li:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background: #cf0a0a;
    pointer-events: none;
}

.faqList li h3:before,
.faqList li h3:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 23px;
    z-index: 2;
    width: 16px;
    height: 2px;
    background: #fff;
}

.faqList li h3:before {
    width: 2px;
    height: 16px;
    top: 19px;
    right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faqList li.act h3:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent\0;
}

.faqList li h3 {
    position: relative;
    padding: 0 60px;
    background-color: #f3f3f3;
    line-height: 54px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    color: #333;
    background-image: url(../images/faq.png);
    background-repeat: no-repeat;
    background-position: 20px 0;
}

.faqList li div {
    display: none;
    padding: 25px 60px;
    line-height: 25px;
    color: #7c7c7c;
    -webkit-animation: fadeIn 0.5s ease-out 0.2s both;
    animation: fadeIn 0.5s ease-out 0.2s both;
}

.faqList li div {
    background: url(../images/faq.png) no-repeat 20px -155px;
    font-size: 14px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* 新闻详细样式 */

.articleShow .articleStart {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    text-align: center;
}

.articleShow .articleStart .bshare-custom {
    margin-top: 20px;
}

.articleShow .articleMain .title {
    font-size: 22px;
    line-height: 30px;
    color: #303030;
    font-weight: normal;
    margin-bottom: 10px;
}

.articleShow .articleMain .time {
    display: block;
    font-size: 14px;
    color: #999999
}

.articleShow .articleMain .content {
    margin-bottom: 60px;
}

.articleShow .articlePage {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px;
}

.articleShow .articlePage .post-prev,
.articleShow .articlePage .post-next {
    transition: all .36s ease;
    position: relative;
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f5f5f5;
    transition: all .5s;
}

.articleShow .articlePage a {
    display: block;
    width: 100%;
    height: 100%;
}

.articleShow .articlePage .pageImg {
    width: 70px;
    transition: all .5s;
}

.articleShow .post-prev .pageImg {
    text-align: right;
}

.articleShow .articlePage h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    position: relative;
    transition: all .5s;
    width: 240px;
}

.articleShow .articlePage .post-prev h5 {
    right: 0;
    text-align: right;
}

.articleShow .articlePage .post-next h5 {
    left: 0;
    text-align: left;
}

.articleShow .articlePage i {
    display: block;
    width: 40px;
    height: 16px;
    margin-top: 5px;
}

.articleShow .articlePage .post-prev i {
    border-right: 1px solid #c9c9c9;
    background: url(../images/pageJt-icoL.png) no-repeat 0 center;
    transition: all .5s;
}

.articleShow .articlePage .post-next i {
    border-left: 1px solid #c9c9c9;
    background: url(../images/pageJt-icoR.png) no-repeat -40px center;
    transition: all .5s
}

.articleShow .articlePage .post-prev:hover .pageImg,
.articleShow .articlePage .post-next:hover .pageImg {
    color: #fff;
}

.articleShow .articlePage .post-prev:hover,
.articleShow .articlePage .post-next:hover {
    background-color: #cf0a0a
}

.articleShow .articlePage .post-prev:hover h5 {
    color: #fff;
    right: 25px;
}

.articleShow .articlePage .post-next:hover h5 {
    color: #fff;
    left: 25px;
}

.articleShow .articlePage .post-prev:hover i {
    border-color: #fff;
    background-position: -40px 0;
    opacity: 0.6
}

.articleShow .articlePage .post-next:hover i {
    border-color: #fff;
    background-position: 0 0;
    opacity: 0.6
}

.articleShow .articleHost h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #303030;
    margin-bottom: 10px;
}

.articleShow .articleRelate-news {
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    overflow: hidden;
}

.articleShow .articleRelate-news ul {
    width: 1250px;
}

.articleShow .articleRelate-news li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #e5e5e5;
    transition: all .5s;
    float: left;
    width: 550px;
    margin-right: 50px;
}

.articleShow .articleRelate-news li .time {
    color: #ccc;
    float: right;
    width: 95px;
}

.articleShow .articleRelate-news li a {
    display: block;
    background: url(../images/ly_li.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    width: 400px;
    position: relative;
    transition: all .5s;
    left: 0;
    float: left;
}

.articleShow .articleRelate-news li:hover a {
    color: #cf0a0a;
    left: 10px;
}


/* 人才招聘  */

.jobTop {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    height: 295px
}

.jobTop .main {
    float: right;
    width: 560px;
}

.jobTop .main .font {
    height: 190px;
    overflow: hidden;
    line-height: 28px;
}

.jobTop .main .p1 {
    padding-top: 15px;
    font-size: 16px;
    color: #333;
}

.jobTop .main .p1 a {
    color: #cf0a0a;
}

.jobTop .main .p1 a:hover {
    text-decoration: underline;
}

.jobTop .more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    background: #cf0a0a;
    margin-top: 15px;
}

.jobTop .more:hover {
    background: #201c1d;
}

.jobList li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 28px;
}

.jobList .posit {
    float: left;
    width: 220px;
    margin-right: 30px;
}

.jobList .posit .icon {
    display: block;
    width: 35px;
    height: 35px;
    background: #434343 url('../images/gicon19.png') no-repeat center center;
    position: absolute;
    right: 28px;
    top: 36px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border-radius: 50%
}

.jobList .posit h3 {
    width: 180px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    background: url('../images/jobIcon1.png') no-repeat;
    padding-top: 85px;
    margin-bottom: 20px;
}

.jobList .posit span {
    display: block;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada
}

.jobList .posit b {
    font-size: 14px;
    font-weight: normal;
}

.jobList li .inner {
    font-size: 14px;
    color: #888;
    line-height: 27px;
    width: 800px;
    float: left;
}

.jobList li .txt {
    padding-top: 30px;
    display: none;
}

.jobList li h4 {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.jobList li h5 {
    color: #da1515;
    font-size: 14px;
    margin-top: 30px;
    font-weight: normal;
}

.jobList .more {
    display: block;
    padding-left: 20px;
}

.jobList li.on .txt {
    display: block;
}

.jobList li.on .more {
    display: none;
}

.jobList li.on .icon {
    background: #da1515 url('../images/gicon18.png') no-repeat center center;
    border-radius: 50%
}


/* 内页留言样式 */

#dituContent {
    height: 500px;
}

.contactFont {
    overflow: hidden;
    margin-bottom: 30px;
}

.page-contact-title {
    font-size: 26px;
    line-height: 50px;
    color: #333;
    text-align: center;
    padding: 10px 0 20px;
}

.feedback {
    margin-top: 50px;
    overflow: hidden;
}

.feedback .title {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #333;
}

.feedback .title span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    top: -10px;
}

.feedback .title::before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    height: 12px;
    vertical-align: top;
    width: 100%;
    display: block;
}

#feedback_form {
    position: relative;
}

#feedback_form label {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(../images/contact.png) no-repeat;
    font-size: 14px;
    width: 70px;
}

#feedback_form label.name {
    background-position: 0 -32px;
}

#feedback_form label.email {
    background-position: 0 -64px;
}

#feedback_form label.city {
    background-position: 0 -96px;
}

#feedback_form label.msg_title {
    background-position: 0 -128px;
}

#feedback_form label.address {
    background-position: 0 -160px;
}

#feedback_form label.message {
    background-position: 0 -192px;
    margin-bottom: 10px;
}

#feedback_form input {
    width: 240px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 37px 30px 0;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
}

#feedback_form input.last {
    margin-right: 0;
}

#feedback_form .msg {
    border-top: 1px dotted #ccc;
    padding: 30px 0;
}

#feedback_form textarea {
    height: 125px;
    width: 1178px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    display: block;
}

#feedback_form i {
    font-style: normal;
    color: #ff1f19;
    position: absolute;
    font-size: 14px;
    left: 380px;
    top: 6px;
}

#feedback_form .f2 {
    left: 790px;
}

#feedback_form .f3 {
    left: auto;
    right: 0;
}

#feedback_form .f4 {
    left: 380px;
    top: 66px;
}

#feedback_form .btns {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    background: #cf0a0a;
    color: #fff;
    border: none;
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer;
}

#feedback_form .btns:hover {
    background: #333;
    transition: all 0.3s;
}

#feedback_form .reset {
    background: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}

#feedback_form .tableRow {
    width: 100%;
    height: 32px;
}

#feedback_form .tableRow input {
    width: 150px;
    margin-right: 10px;
    color: #999;
    float: left;
}

#feedback_form .tableRow .checkcode {
    width: 50px;
    height: 22px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
    background: #fff;
}

#feedback_form input:focus,
#feedback_form textarea:focus {
    border-color: #cf0a0a;
}

body .tcp-skin .vjs-big-play-button .vjs-button-icon {
    display: none !important;
}