﻿@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;
    max-width: 100%;
}

ol, ul, li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    font-size: 13px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    color: #585858;
    font-size: 14px;
    line-height: 28px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

a {
    color: #585858;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    transition: all 0.3s;
}

a:hover {
    color: #0756b7;
    text-decoration: none;
}

:focus {
    outline: none;
}

/* CSS活动的公共样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.grWidth {
    width: 1200px;
    margin: 0 auto;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.ce {
    text-align: center;
}

.hide {
    overflow: hidden;
}

.erp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 头部  */
.topBar {
    line-height: 40px;
    height: 40px;
}

.topRight {
    height: 40px;
}

.topRight em {
    font-style: normal;
    margin: 0 10px;
    color: #999;
}

.topRight li {
    float: left;
    height: 40px;
    position: relative;
    position: relative;
    margin-left: 10px;
}

.topRight .icon {
    background: url('../images/top_line.jpg') no-repeat right center;
    padding: 0 14px
}

.topRight .wb a {
    background: url('../images/ticon.png') no-repeat left center;
    padding-left: 22px;
}

.topRight .wx {
    margin-left: 0;
}

.topRight .wx a {
    background-position: -18px center;
    background: url('../images/ticon2.png') no-repeat left center;
}

.topRight .wx span {
    position: absolute;
    top: 40px;
    left: -10px;
    background: #fff;
    padding: 5px;
    display: none;
    z-index: 5;
}

.topRight .wx span::before {
    position: absolute;
    content: "";
    top: -12px;
    left: 50px;
    border: 6px solid transparent;
    border-bottom-color: #ddd;
}

.topRight .wx img {
    width: 100px;
    height: 100px;
}

.header {
    background: url('../images/head_bg.jpg') repeat-x;
    height: 100px;
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
}

.logo span {
    color: #333;
    font-size: 30px;
    display: inline-block;
}

.headPhone {
    background: url('../images/picon.png') no-repeat left center;
    margin-top: 10px;
    color: #333;
    padding-left: 45px;
    font-size: 24px;
    font-family: Arial;
}

.headPhone span {
    display: block;
    font-size: 18px;
}

.headPhone b {
    font-size: 26px;
    color: #125cb6;
}

.headPhone span:last-child {
    font-size: 22px;
}

/* 主导航  */
.nav {
    height: 65px;
    line-height: 65px;
    background: #125cb6;
    font-size: 16px;
}

.nav li {
    float: left;
    width: 133px;
    text-align: center;
    background: url('../images/nav_line.jpg') no-repeat right center;
    position: relative;
    z-index: 5;
}

.nav li a {
    color: #fff;
    font-size: 18px;
    display: block;
    transition: all 0.3s;
    background: url('../images/nav_h.jpg') no-repeat 0 67px;
}

.nav li:last-child {
    background: none;
}

.nav li a:hover, .nav li a.current {
    background-position: 0 0;
}

.nav .navSub {
    position: absolute;
    top: 65px;
    width: 100%;
    display: none;
    left: 0;
    background: #125cb6;
    background: rgba(18, 92, 182, .8);
    line-height: 35px;
}

.nav .navSub li {
    float: none;
    font-size: 14px;
    border-bottom: 1px solid #00408f;
    text-align: center;
    background: none;
}

.nav .navSub a {
    height: 35px;
    color: #fff;
    padding-left: 5px;
    background: url('../images/n_icon.png') no-repeat 95% center;
	font-size:16px;
    overflow: hidden;
	padding:0 15px;
}

.nav .navSub a:hover {
    background: #013e8e url('../images/n_icon.png') no-repeat 140px center;
}

.nav .navSub li:last-child {
    border-bottom: none;
}

/*  广告轮播图 */
.banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner .bd {
    z-index: 0;
    position: relative;
    left: 50%;
    margin-left: -50%;
}

.banner_ctr {
    height: 90px;
    position: absolute;
    top: 45%;
    z-index: 2;
    left: 50%;
    margin-left: -600px;
}

.banner_ctr a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../images/ctrl.png') no-repeat 0 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}

.banner_ctr a.prev {
    left: -90px;
}

.banner_ctr a.next {
    right: -1280px;
    background-position: -40px 0px;
}

.banner_ctr a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner .hd {
    position: absolute;
    bottom: 90px;
    text-align: center;
    z-index: 5;
    left: 50%;
    font-size: 0;
    line-height: 0;
    height: 0px;
    margin-left: -50px;
    height: 3px;
    overflow: hidden;
}

.banner .hd li {
    background: #fff;
    z-index: 2;
    cursor: pointer;
    margin-right: 3px;
    display: inline-block;
    width: 35px;
    height: 3px;
    *display: inline;
    zoom: 1;
}

.banner .hd li:hover, .banner .hd .on {
    background: #0756b7;
}

/*  搜索 */
.search {
    height: 72px;
    line-height: 75px;
    background: url('../images/search_bg.png') no-repeat;
    overflow: hidden;
    position: relative;
    margin-top: -72px;
    z-index: 5;
    padding: 0 35px;
    width: 1130px;
}

.searFont {
    width: 780px;
    overflow: hidden;
}

.searFont strong {
    color: #fff;
    font-weight: normal;
}

.searFont a {
    margin: 0 8px;
    color: #59728f;
}

.searFont a:hover {
    color: #fff;
}

.searMain {
    width: 320px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    border: 1px solid #5a7c99;
    margin-top: 20px;
}

.searMain .sear_text {
    float: left;
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: none;
    color: #fff;
}

.searMain .sear_btn {
    float: right;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url('../images/sear_btn.png') no-repeat center center;
}

.searMain .sear_btn:hover {
    opacity: .8;
}

.proSear {
    width: 600px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}

.proSear .btn {
    height: 50px;
    line-height: 50px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    background: #555;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    float: left;
}

.proSear .txt {
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-right: none;
    width: 400px;
    padding: 0 10px;
    float: left
}

.proSear .btn:hover {
    background: #00a0e9;
}

/* 产品 */
.product {
    padding: 60px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.hTitle {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.hTitle strong {
    font-weight: normal;
    position: relative;
}

/*
.hTitle strong:before {
    position: absolute;
    content: "";
    right: -15px;
    width: 6px;
    height: 6px;
    background: #0756b7;
    top: 0;
}
*/

.hTitle span {
    display: block;
    font-size: 14px;
    font-family: Arial;
    opacity: .6;
    margin-top: 5px;
}

.hMore {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    background: url('../images/micon.png') no-repeat left center;
    padding-left: 22px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.hMore:hover {
    color: #0756b7;
}

.proMain {
    height:;
    overflow: hidden;
}

.proLeft, .proLeft .bd {
    width: 545px;
    height: 488px;
    overflow: hidden;
    position: relative;
}

.proLeft {
    background: url('../images/p_line.jpg') no-repeat left bottom;
}

.proLeft .bd li {
    width: 545px;
    height: 488px;
    font-size: 13px;
}

.proLeft .bd li .pImg {
    display: block;
    width: 545px;
    height: 420px;
    overflow: hidden;
}

.proLeft .bd li img {
    width: 545px;
    height: 420px;
    transition: all 0.5s;
}

.proLeft .bd li p {
    height: 68px;
    line-height: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 100px 0 30px;
    color: #fff;
}

.proLeft li:hover img {
    transform: scale(1.1, 1.1);
}

.proLeft .hd {
    position: absolute;
    bottom: 25px;
    z-index: 5;
    right: 20px;
    font-size: 0;
    line-height: 0;
    height: 12px;
    overflow: hidden;
}

.proLeft .hd li {
    z-index: 2;
    cursor: pointer;
    margin-left: 3px;
    display: inline-block;
    width: 10px;
    height: 10px;
    *display: inline;
    zoom: 1;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: .6;
}

.proLeft .hd li:hover, .proLeft .hd .on {
    background: #fff;
    opacity: 1;
}

.proRight {
    overflow: hidden;
}

.proRight li {
    float: left;
    width: 294px;
    overflow: hidden;
    background: #000;
    position: relative;
    margin: 0 8px 8px 0;
}

.proRight li img {
    display: block;
    transition: all 0.5s;
}

.proRight li span {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-size: 16px;
    background: url('../images/picon2.png') no-repeat center top;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
}

.proRight li:hover img {
    opacity: .3;
    transform: scale(1.1, 1.1);
}

.proRight li:hover span {
    opacity: 1;
    padding-top: 45px;
    margin-top: -30px;
}

/* 应用领域 */
.case {
    margin-bottom: 30px;
    margin-top: 30px;
}

.case .hTitle {
    text-align: center;
}

.caseMenu {
    height: 100px;
    margin-bottom: 50px;
    font-size: 18px;
}

.caseMenu a {
    float: left;
    width: 200px;
    height: 70px;
    text-align: center;
    background: #efefef;
    color: #333;
    padding-top: 30px;
    position: relative;
}

.caseMenu a span {
    display: block;
    font-size: 12px;
    font-family: Arial;
    opacity: .4;
}

.caseMenu a:before {
    position: absolute;
    content: "";
    left: 92px;
    bottom: -16px;
    border: 8px solid transparent;
}

.caseMenu a:nth-child(2n) {
    background: #e6e6e6;
}

.caseMenu a.on {
    background: url('../images/case_menu.jpg') no-repeat;
    color: #fff;
}

.caseMenu a.on:before {
    border-top-color: #2e69d6;
}

.caseMain, .caseBox {
    overflow: hidden;
}

.caseBox .cImg {
    width: 500px;
    overflow: hidden;
    margin-right: 80px;
}

.caseBox img {
    width: 500px;
    transition: all 0.5s;
}

.caseBox h4 {
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
    padding-top: 15px;
}

.caseBox h4 a {
    color: #2c68d4;
    position: relative;
}

.caseBox h4 a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #2c68d4;
    top: 15px;
    right: -40px;
    transition: all 0.3s;
}

.caseBox h4 a:hover:before {
    width: 100%;
    right: 0;
    top: 30px;
}

.about_index {
    font-size: 14px;
    line-height: 28px;
    max-height: 280px;
    overflow: hidden;
}

.caseBox .more {
    display: inline-block;
    margin-top: 20px;
    background: #f1f1f1;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
    position: relative;
}

.caseBox .more i {
    float: left;
    background: url('../images/arr.png') no-repeat center center;
    width: 45px;
    height: 38px;
    position: relative;
    z-index: 2;
}

.caseBox .more em {
    font-style: normal;
    position: relative;
    z-index: 2;
}

.caseBox .more:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 45px;
    height: 38px;
    background: #0756b7;
    transition: all 0.3s;
}

.caseBox .more:hover:before {
    width: 100%;
}

.caseBox .more:hover {
    color: #fff;
}

.caseBox:hover img, .newsMain li:hover img {
    transform: scale(1.1);
}

/* 关于我们 */
.about {
    background: url('../images/about_bg.jpg') no-repeat center top;
    color: #fff;
    font-size: 13px;
    height: 525px;
    overflow: hidden;
}

.aboutLeft {
    padding-top: 65px;
    width: 720px;
    color: #fff;
}

.aboutLeft .hTitle {
    color: #fff;
}

.aboutLeft .hTitle strong:before {
    background: #fff;
}

.aboutLeft .font {
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
}

.aboutMenu {
    height:;
    overflow: hidden;
}

.aboutMenu li {
    float: left;
    width: 100px;
    background: url('../images/a_line.png') no-repeat right 24px;
    padding-right: 80px;
    text-align: center;
}

.aboutMenu li i {
    display: inline-block;
    width: 54px;
    height: 62px;
    background: url('../images/aicon.png') no-repeat;
}

.aboutMenu li h4 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.aboutMenu li h4 span {
    display: block;
    font-size: 12px;
    font-family: Arial;
    opacity: .4;
}

.aboutMenu li:last-child {
    padding-right: 0;
    margin-right: 0;
    background: none;
}

.aboutMenu li h4 {
    width: 180px;
    margin-left: -40px;
}

.aboutMenu li:nth-child(2) i {
    background-position: -54px 0;
}

.aboutMenu li:nth-child(3) i {
    background-position: -108px 0;
}

.aboutMenu li:nth-child(4) i {
    background-position: -162px 0;
}

.aboutMenu li a:hover i {
    background-position: 0 -62px;
}

.aboutMenu li:nth-child(2) a:hover i {
    background-position: -54px -62px
}

.aboutMenu li:nth-child(3) a:hover i {
    background-position: -108px -62px
}

.aboutMenu li:nth-child(4) a:hover i {
    background-position: -162px -62px
}

.video {
    width: 415px;
    height: 525px;
    position: relative;
}

.video i {
    position: absolute;
    background: url('../images/vicon.png') no-repeat;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}

/* 锂电池百科 */
.encyclopedia {
    padding: 60px 0;
    overflow: hidden;
}

.e_left {
    width: 810px;
}

.e_left .top {
    overflow: hidden;
}

.e_left .pageBtn span {
    width: 28px;
    height: 28px;
    background: url('../images/ebtn.png') no-repeat;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

.e_left .pageBtn .next {
    background-position: -28px 0;
}

.e_left .pageBtn span:hover {
    background-position: -56px 0;
}

.e_left .pageBtn .next:hover {
    background-position: -84px 0;
}

.e_main {
    height: 335px;
    overflow: hidden;
}

.e_main ul {
    width: 850px;
}

.e_main li {
    float: left;
    width: 255px;
    margin-right: 22px;
}

.e_main li .nImg {
    display: block;
    width: 255px;
    height: 185px;
    overflow: hidden;
}

.e_main li img {
    width: 255px;
    height: 185px;
    transition: all 0.5s;
}

.e_main li h4 {
    padding-top: 20px;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.e_main li h4 a {
    color: #333;
    font-size: 14px;
}

.e_main li h4 a:hover {
    color: #0756b7;
}

.e_main li p {
    height: 70px;
    line-height: 22px;
}

.e_main .more {
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url('../images/e_more.png') no-repeat;
    position: relative;
    transition: all 0.3s;
    left: 0;
}

.e_main li:hover img {
    transform: scale(1.1);
}

.e_main li:hover .more {
    left: 120px;
}

.e_main li .more:hover {
    background-position: 0 -17px;
}

.faq {
    width: 350px;
    overflow: hidden;
}

.faqMain {
    margin-top: 20px;
    height: 185px;
    overflow: hidden;
}

.faqMain li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #bbb;
}

.faqMain li h4 {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url('../images/q.png') no-repeat left center;
    padding-left: 30px;
    height: 35px;
}

.faqMain li h4 a {
    color: #0756b7;
}

.faqMain li h4 a:hover {
    text-decoration: underline;
}

.faqMain li p {
    background: url('../images/a.png') no-repeat left 5px;
    padding-left: 30px;
    line-height: 20px;
}

/* 新闻 */
.news {
    padding: 30px 0;
    overflow: hidden;
}

.newsMenu {
    margin-bottom: 40px;
    height: 65px;
}

.newsMenu .m {
    float: left;
    width: 63px;
    line-height: 63px;
    border: 1px solid #ccc;
    text-align: center;
    width: 225px;
    font-size: 22px;
}

.newsMenu .m:nth-child(2) {
    border-left: none;
}

.newsMenu .m.on {
    background: url('../images/news_nemu.jpg') no-repeat;
    color: #fff;
    border: 1px solid #356cdc;
}

.newsMenu .hMore {
    margin-top: 20px;
}

.newsMain {
    width: 1200px;
    overflow: hidden;
}

.newsMain ul {
    width: 1240px;
}

.newsMain li {
    float: left;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.newsMain li .nImg {
    display: block;
    width: 285px;

    overflow: hidden;
    margin-bottom: 20px;
}

.newsMain li img {
    width: 285px;

    transition: all 0.5s;
}

.newsMain li .date {
    font-family: Arial;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/opc.png');
    height: 80px;
    width: 100px;
    padding-top: 20px;
    text-align: center;
}

.newsMain li .date strong {
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    display: block;
}

.newsMain h4 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.newsMain h4 a {
    color: #333;
    font-weight: bold;
}

.newsMain h4 a:hover {
    color: #0756b7;
}

.newsMain li p {
    text-indent: 2em;
    height:84px;
	overflow:hidden;
}

.newsMain li .more {
    color: #999;
}

.newsMain li .more:hover {
    color: #0756b7;
}

/* 底部 */
.footer {
    background: #2b2b2b;
    overflow: hidden;
}

.footMain {
    padding: 25px 0;
    overflow: hidden;
    color: #999;
}

.footMenu {
    text-align: center;
    font-size: 18px;
}

.footMenu a, .footCopy a {
    color: #fff;
}

.footMenu a:hover, .footCopy a:hover {
    text-decoration: underline;
}

.footMenu em {
    font-style: normal;
    margin: 0 25px;
    color: #555;
}

.footContact {
    width: 520px;
    margin-right: 30px;
}

.footContact a {
    color: #999;
}

.footMain a:hover {
    color: #fff;
}

.firendLink {
    position: relative;
    height: 38px;
    width: 208px;
    border: 1px solid #555;
}

.firendLink span {
    width: 208px;
    height: 38px;
    display: block;
    padding: 0 26px;
    line-height: 38px;
    cursor: pointer;
    background: url('../images/down.png') no-repeat 180px center;
    color: #fff;
}

.firendLink div {
    position: absolute;
    top: 38px;
    width: 208px;
    border: 1px solid #555;
    left: -1px;
    background: #333;
    border-bottom: none;
    display: none;
}

.firendLink div a {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #555;
    color: #999;
}

.firendLink div a:hover {
    background: #fff;
    color: #333;
}

.footCopy {
    line-height: 26px;
    background: #0756b7;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}

.footCopy .fr span {
    font-size: 18px;
    font-family: Arial;
    background: url('../images/ficon.png') no-repeat left center;
    padding-left: 20px;
}

.footCopy em {
    font-style: normal;
    margin: 0 25px;
    color: #fff;
}

/* 内页公用 */
.listBanner, .mzsmBanner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 250px;
}

.listWrapper {
    overflow: hidden;
    padding: 30px 0;
}

.pWrapper {
    padding-bottom: 60px;
    background: #f0f0f0;
    overflow: hidden;
}

.breadCrumb {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
}

.breadCrumb p {
    width: 1180px;
}

.breadCrumb p b {
    font-size: 22px;
}

.breadCrumb p em {
    font-style: normal;
}

.breadCrumb .back {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: #999;
    color: #fff;
    margin-top: 10px;
}

.breadCrumb .back:hover {
    background: #0052b7;
    transition: all 0.3s;
}

/* 内页公用菜单 */
.listMenu {
    height: 80px;
    font-size: 14px;
    border-bottom: 1px solid #cdd8e8;
    padding-top: 50px;
    text-align: center;
}

.listMenu .grWidth {
    position: relative;
}

.listMenu a {
    padding: 0 30px;
    transition: all 0.3s;
    position: relative;
    margin-right: 10px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    border: 1px solid transparent;
    box-shadow: 0 0 1px #fff inset;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.listMenu a.current, .listMenu a:hover {
    background: #0756b7;
    color: #fff;
    background: linear-gradient(#004090, #0756b7);
    border: 1px solid #004090;
}

.listMenu a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 40px;
    height: 0;
    width: 1px;
    transition: all 0.3s;
    background: #cdd8e8;
    transition: all 0.3s;
}

.listMenu a:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 5px;
    height: 5px;
    background: #cdd8e8;
    border-radius: 50%;
    top: 77px;
    margin-left: -2px;
    transition-delay: 0.3s;
    opacity: 0;
}

.listMenu .current:before, .listMenu a:hover:before {
    height: 32px;
}

.listMenu .current:after, .listMenu a:hover:after {
    opacity: 1;
}

.menuSub {
    text-align: center;
    margin-top: 40px;
}

.menuSub a {
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    transition: all 0.3s;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
    box-shadow: 0 0 1px #fff inset;
    padding: 0 15px;
}

.menuSub a.current, .menuSub a:hover {
    border: 1px solid #0756b7;
    background: #0756b7;
    color: #fff;
}

/*  产品列表 */
.proList li {
    float: left;
    width: 280px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin: 0 24px 25px 0;
}

.proList li .pImg {
    display: block;
    width: 280px;
    height: 215px;
    overflow: hidden;
}

.proList li img {
    width: 280px;
    height: 215px;
    transition: all 0.5s;
}

.proList li h5 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proList li .btn {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.proList li .btn a {
    float: left;
    width: 139px;
    background: #f4f4f4;
}

.proList li .zx {
    background: url('../images/zx_icon.png') no-repeat 20px center;
    border-right: 1px solid #e5e5e5;
}

.proList li .btn1 {
    color: #0756b7;
}

.proList li .btn1:hover {
    text-decoration: underline;
}

.proList li:hover {
    border: 1px solid #0756b7;
}

.proList li:hover h5 {
    color: #0756b7;
}

.proList li:hover img {
    transition: all 0.5s;
    transform: scale(1.1, 1.1);
}

/* 产品详情 */
.proShow_left {
    width: 560px;
}

.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *font-family: Arial;
    *line-height: 1;
    *font-size: 271px;
}

.tb-pic img {
    vertical-align: middle;
}

.tb-pic, .tb-pic a {
    width: 570px;
    height: 445px;
}

.tb-pic, .tb-pic img {
    max-height: 463px;
    max-width: 570px;
}

.tb-pic {
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url(../images/mask.png);
    cursor: move;
    z-index: 999;
}

.tb-picList {
    height: 82px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.tb-picList .prev, .tb-picList .next {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 20px;
    height: 82px;
    background-image: url(../images/propn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
}

.tb-picList .prev {
    left: 0;
    background-position: left top;
}

.tb-picList .next {
    right: 0;
    background-position: right top;
}

.tb-picList .prev:hover {
    background-position: left bottom;
}

.tb-picList .next:hover {
    background-position: right bottom;
}

.tb-picList .tb-thumb {
    position: relative;
    width: 496px;
    height: 82px;
    margin: 0 auto;
    overflow: hidden;
}

.tb-picList .tb-thumb ul {
    position: absolute;
    width: 999999px;
    display: table;
}

.tb-picList .tb-thumb li {
    float: left;
    width: 102px;
    overflow: hidden;
    position: relative;
}

.tb-picList .tb-thumb a {
    display: table-cell;
    width: 80px;
    border: 1px solid #dadada;
    text-align: center;
    background: #fff;
    height: 80px;
    vertical-align: middle;
}

.tb-picList .tb-thumb img {
    max-width: 100%;
    cursor: pointer;
}

.tb-picList .tb-thumb em {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #0756b7;
    top: 0;
    left: 0;
    display: none;
}

.tb-picList .tb-thumb .selected em {
    display: block;
}

/* 产品详情右侧简介样式 */
.proshow_synopsis { /* background:#f2f2f2; border: 1px solid #d5d5d5;padding: 19px; */
    width: 560px;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    height: 430px;
    border-radius: 3px;
}

.proshow_synopsis .title {
    font-size: 24px;
    color: #0756b7;
    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;
    margin-bottom: 25px;
    height: 300px;
    overflow: hidden;
}

.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: #0756b7;
    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: #0756b7 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: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #eee;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.gr-tab-list .hd li.on {
    background: #0756b7;
    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: #0756b7;
}

/* 相关产品样式 */
.relatedPro {
    margin-bottom: 30px;
}

.relatedPro .tie {
    height: 40px;
    line-height: 40px;
    background: #eee;
    color: #0756b7;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

.relatedPro .tie span {
    padding: 0 30px;
    background: #0756b7;
    display: inline-block;
    color: #fff;
}

/* 采购表单样式 */
.orderBox {
    padding: 25px;
    width: 1140px;
    background: #f1f1f1;
    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: 409px;
    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: 410px;
    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: #0756b7;
    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;
}

/*  案例 */
.caseList li {
    height: 265px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.caseList li .cImg {
    width: 380px;
    height: 265px;
    overflow: hidden;
    margin-right: 50px;
}

.caseList li img {
    width: 380px;
    height: 265px;
    transition: all 0.5s;
}

.caseList li h4 {
    font-size: 22px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
    padding-top: 15px;
}

.caseList li h4 a {
    color: #2c68d4;
    position: relative;
}

.caseList li h4 a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #2c68d4;
    top: 15px;
    right: -40px;
    transition: all 0.3s;
}

.caseList li h4 a:hover:before {
    width: 100%;
    right: 0;
    top: 30px;
}

.caseList li p {
    height: 80px;
    margin-bottom: 15px;
}

.caseList li .more {
    display: inline-block;
    margin-top: 30px;
    background: #f1f1f1;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
    position: relative;
}

.caseList li .more i {
    float: left;
    background: url('../images/arr.png') no-repeat center center;
    width: 45px;
    height: 38px;
    position: relative;
    z-index: 2;
}

.caseList li .more em {
    font-style: normal;
    position: relative;
    z-index: 2;
}

.caseList li .more:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 45px;
    height: 38px;
    background: #0756b7;
    transition: all 0.3s;
}

.caseList li .more:hover:before {
    width: 100%;
}

.caseList li .more:hover {
    color: #fff;
}

.caseList li:hover img, .newsMain li:hover img {
    transform: scale(1.1);
}

/* 案例详情 */
.listLeft {
    width: 860px;
    overflow: hidden;
}

.proShow_tie {
    font-size: 24px;
    color: #0756b7;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

.zoombox {
    width: 860px;
    margin-bottom: 35px;
    text-align: center;
}

.zoompic {
    width: 860px;
    height: 420px;
    background: url('../images/loading.gif') no-repeat 50% 50%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

/* .zoompic img{margin-top:-150px;} */
.sliderbox {
    height: 80px;
    overflow: hidden;
    margin-top: 20px;
}

.sliderbox .arrow-btn {
    width: 20px;
    height: 70px;
    background: url('../images/arrow_btn.png') no-repeat;
    cursor: pointer;
    margin-top: 6px;
}

.sliderbox #btn-left {
    float: left;
    background-position: 0 0;
}

.sliderbox #btn-left.dasabled {
    background-position: -40px 0;
}

.sliderbox #btn-right {
    float: right;
    background-position: -20px 0;
}

.sliderbox #btn-right.dasabled {
    background-position: -60px 0;
}

.sliderbox .slider {
    float: left;
    height: 80px;
    width: 800px;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
}

.sliderbox .slider ul {
    position: absolute;
    left: 0;
    width: 840px;
}

.sliderbox .slider li {
    float: left;
    width: 140px;
    height: 80px;
    text-align: center;
}

.sliderbox .slider li img {
    border: 3px solid #ddd;
    width: 114px;
    height: 74px;
}

.sliderbox .slider li.current img {
    border: 3px solid #0756b7;
}

.proShow_font {
    overflow: hidden;
    margin: 35px 0 30px 0;
    font-size: 14px;
}

.proShow_font .p1 span {
    width: 285px;
    display: inline-block;
    font-size: 16px;
}

.proShow_font .color {
    color: #0756b7;
    font-size: 16px;
    font-weight: normal;
}

.proRelated {
    overflow: hidden;
}

.proRelated .tie {
    font-size: 24px;
    color: #0756b7;
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
}

.proRelated ul {
    width: 900px;
    margin-top: 20px;
}

.proRelated li {
    float: left;
    width: 270px;
    margin-bottom: 20px;
    margin-right: 22px;
    border: 1px solid #ddd;
    background: #eee;
    text-align: center;
}

.proRelated li a {
    display: block;
    width: 270px;
}

.proRelated li img {
    width: 260px;
    height: 175px;
    padding: 5px;
    background: #fff;
}

.proRelated li span {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.proRelated li:hover {
    border: 1px solid #0756b7;
}

.proRelated li a:hover {
    background: #0756b7;
    color: #fff;
}

/* 风采展示 */
.partnerList, .honorList, .settingList, .newsList, .appList, .newsList, .newsList, .downList, .proList {
    width: 1200px;
    overflow: hidden;
}

.productList ul, .caseList ul, .partnerList ul, .honorList ul, .settingList ul, .downList ul, .clientList ul, .proList ul {
    width: 1240px;
}

.settingList ul li {
    width: 280px;
    float: left;
    margin-right: 26px;
    text-align: center;
}

.settingList ul li img {
    display: block;
    width: 270px;
    height: 200px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.settingList ul li img:hover {
    border: 1px solid #0756b7;
    background: #0756b7;
}

.settingList ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    line-height: 50px;
}

/* 荣誉证书 */
.honorList li {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center;
}

.honorList li span {
    width: 270px;
    height: 380px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

.honorList li img {
    width: 270px;
    max-height: 380px;
}

.honorList li span:hover {
    border: 1px solid #0756b7;
}

.honorList li p {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* 合作伙伴 */
.partnerList li {
    float: left;
    width: 220px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.partnerList li img {
    width: 210px;
    height: 100px;
    background: #e5e5e5;
    padding: 4px;
    border: 1px solid #d4d4d4;
    box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}

.partnerList li span {
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 下载 */
.downList li {
    float: left;
    height: 130px;
    background: #eee;
    overflow: hidden;
    padding-left: 20px;
    width: 570px;
    color: #888;
    line-height: 22px;
    margin: 0 30px 20px 0;
}

.downList li h5 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: normal;
    font-weight: normal;
    margin-bottom: 10px;
}

.downList li h5 a {
    color: #333;
}

.downList li h5 a:hover {
    text-decoration: underline;
}

.downList li .more {
    float: right;
    width: 90px;
    height: 130px;
    background: url('../images/down1.png') no-repeat center center;
    margin-left: 10px;
}

.downList li:hover {
    background: #333;
    color: #fff;
}

.downList li:hover h5 a {
    color: #fff;
}

.downList li:hover .more {
    background: #0756b7 url('../images/down2.png') no-repeat center center;
}

/* 常见问题 */
.faqList li {
    position: relative;
    margin-bottom: 25px;
}

.faqList li:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background: #0756b7;
    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 0 25px;
    background-color: #f1f1f1;
    line-height: 54px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #e1e1e1;
}

.faqList li div {
    display: none;
    padding: 25px;
    line-height: 25px;
    color: #7c7c7c;
    -webkit-animation: fadeIn 0.5s ease-out 0.2s both;
    animation: fadeIn 0.5s ease-out 0.2s both;
    font-size: 14px;
    background: #f5f5f5;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 视频中心 */
.videoList ul li {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.videoList ul li img {
    display: block;
    width: 270px;
    height: 195px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.videoList ul li span {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 5px;
}

.videoList ul li:hover span {
    color: #4374b0;
}

.videoList ul li i {
    position: absolute;
    top: 0;
    left: 5px;
    top: 5px;
    width: 270px;
    height: 195px;
    background: #000 url('../images/vicon.png') no-repeat center center;
    opacity: .6;
}

.videoList ul li:hover img {
    border: 1px solid #4374b0
}

/* 新闻列表 */
.newsList li {
    height: 190px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.newsList li .nImg {
    display: block;

    height: 190px;
    overflow: hidden;
}

.newsList li img {

    height: 190px;
    transition: all 0.5s;
}

.newsList li .date {
    width: 200px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    padding-top: 45px;
    color: #333;
}

.newsList li .date span {
    display: block;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 10px;
}

.newsList li .font {
    width: 520px;
    overflow: hidden;
    padding-top: 35px;
}

.newsList li .font p {
    text-indent: 2em;
}

.newsList li .font h4 {
    font-size: 16px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList li .font h4 a {
    color: #222;
}

.newsList li .font h4 a:hover {
    color: #0756b7;
}

.newsList li .more {
    float: right;
    height: 30px;
    line-height: 30px;
    position: relative;
    transition: all 0.3s;
    margin: 70px 60px 0 0;
}

.newsList li .more:before, .newsList li .more:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666;
    transition: all 0.3s;
}

.newsList li .more:after {
    top: auto;
    bottom: 0;
}

.newsList li .more:hover:before, .newsList li .more:hover:after {
    width: 40%;
    background: #0756b7;
    left: 30%;
}

/* 新闻详细样式 */
.articleShow {
    width: 860px;
    overflow: hidden;
}

.pictureShow {
    width: 890px;
}

.articleBox1 .title {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.articleBox1 .p1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
}

.detailLeft .p1, .picShow .p1 {
    border-bottom: 1px dotted #adadad;;
}

.articleBox1 .p1 span {
    margin-right: 15px;
}

.review {
    background: #f7f7f7 url(../images/nshow_icon.png) no-repeat left top;
    padding: 15px 15px 10px 15px;
    border: 1px dotted #adadad;
    border-right: none;
    border-left: none;
    text-indent: 2em;
    font-size: 14px;
    color: #333;
}

.detail_pic {
    text-align: center;
    margin: 15px 0;
}

.fontResizer a {
    padding: 0 5px;
}

.article_key {
    background: #f7f7f7 url(../images/nshow_icon2.png) no-repeat 15px 7px;
    color: #adadad;
    margin-bottom: 20px;
    padding-left: 35px;
    line-height: 28px;
}

.fontsizebox {
    padding-bottom: 40px;
    border-bottom: 1px dotted #adadad;
    font-size: 13px;
    color: #424242;
}

.fontSize a.active {
    color: #0756b7;
}

.detailShare {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dotted #adadad;
}

.detailShare span {
    border-left: 1px dotted #adadad;
    padding: 0 15px;
}

.detailShare span.date {
    margin-left: 15px;
}

.detail_fenx {
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #adadad;
    padding-bottom: 10px
}

.detail_fenx div {
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_fenx a.b {
    font-weight: bold;
}

.relatedNews_font {
    width: 860px;
    overflow: hidden;
    font-size: 13px;
    margin-top: 15px;
}

.relatedNews_font ul {
    width: 890px;
}

.relatedNews_font ul li {
    float: left;
    padding-right: 50px;
    width: 380px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
}

.relatedNews_font ul li a {
    display: block;
    width: 260px;
    line-height: 40px;
    background: url(../images/ly_li.png) no-repeat left center;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.relatedNews_font ul li span {
    float: right;
    color: #999;
}

.listRight {
    width: 280px;
    overflow: hidden;
}

.rightRelated {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.rTitle {
    height: 39px;
    line-height: 39px;
    background: url(../images/r_title.jpg) repeat-x;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    padding-left: 10px;
}

.rightRelated .main {
    padding: 10px;
}

.rightRelated .main img {
    width: 254px;
    padding: 2px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.rightRelated .main li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dotted #a7a7a7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rightRelated .main li a {
    background: url(../images/ly_li.png) no-repeat 5px center;
    padding-left: 15px;
}

.rightRelated .main li:last-child {
    border-bottom: none;
}

.relatedTitle {
    height: 30px;
    border-bottom: 1px dotted #adadad;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.recommend_slide {
    height: 480px;
    overflow: hidden;
    padding: 9px;
    background: #fff;
    border-top: none;
}

.recommend_slide li {
    width: 260px;
    overflow: hidden;
    margin-bottom: 10px;
}

.recommend_slide li img {
    width: 254px;
    height: 194px;
    border: 1px solid #ddd;
    padding: 2px;
}

.recommend_slide li span {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend_slide li:hover img {
    border: 1px solid #0756b7;
}

/* 人才招聘  */
.jobList li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 28px;
}

.jobList li .icon {
    display: block;
    width: 50px;
    height: 50px;
    background: 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;
}

.jobList li h3 {
    width: 158px;
    float: left;
    color: #0756b7;
    font-size: 16px;
    font-weight: normal;
}

.jobList li .inner {
    padding-left: 158px;
    font-size: 14px;
    color: #888;
    line-height: 27px;
}

.jobList li .txt {
    padding-top: 30px;
    display: none;
}

.jobList li h4 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.jobList li h5 {
    color: #0756b7;
    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: url(../images/gicon18.png) no-repeat center center;
}

/* 内页留言样式 */
.page-contact-title {
    font-size: 26px;
    line-height: 50px;
    color: #333;
    text-align: center;
    padding: 10px 0 20px;
}

.page-contact {
}

.page-contact dl {
    width: 20%;
    height: 210px;
    float: left;
    text-align: center;
    position: relative;
}

.page-contact dl:before {
    content: "";
    overflow: hidden;
    position: absolute;
    background-color: #eee;
    left: 0px;
    top: 0;
    height: 100%;
    width: 1px;
}

.page-contact dl:nth-child(1):before {
    width: 0;
}

.page-contact dl dt {
    position: relative;
    padding-top: 120px;
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

.page-contact dl dt span {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -45px;
}

.page-contact dl dd {
    font-size: 13px;
    line-height: 24px;
    padding: 10px 20px 0;
}

.conatctBox1 {
    overflow: hidden;
    margin-top: 30px;
}

#dituContent {
    width: 640px;
    float: left;
    height: 460px;
}

.contactFont {
    overflow: hidden;
    width: 520px;
    padding: 20px;
    height: 420px;
    background: #f4f4f4;
    float: right;
}

.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: -15px;
}

.feedback .title::before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    height: 12px;
    vertical-align: top;
    width: 100%;
    display: block;
}

#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;
}

#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 .btns {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    background: #0756b7;
    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: #0756b7;
}

/* 产品筛选 */
.list_lan {
    overflow: hidden;
    margin-bottom: 40px;
}

.list_lan dl {
    padding: 8px 0;
    _padding: 0;
    height: auto;
    border-bottom: 1px dashed #d1d0d0;
    overflow: hidden;
}

.list_lan dl dt {
    float: left;
    width: 108px;
    color: #383838;
    font: 15px/34px "微软雅黑";
    _margin: 14px 0;
    overflow: hidden;
}

.list_lan dl dd {
    float: left;
    width: 1065px;
    overflow: hidden;
}

.list_lan dl dd a {
    color: #383838;
    margin: 0 10px;
    display: inline-block;
    font: 14px/30px "微软雅黑";
}

.list_lan dl dd a.hong {
    color: #fff;
    height: 26px;
    font: 15px/26px "微软雅黑";
    padding: 0 13px;
    background: #125cb6;
}

.list_lan dl dd h1 {
    margin: 0 20px;
    font: 15px/34px "微软雅黑";
    display: inline-block;
    color: red;
}

.list_lan dl dd a:hover {
    color: #125cb6;
}

/* 电池定制 */
.customize {
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 30px;
}

.customize font {
    color: #FF0000;
    margin-right: 5px;
}

.customize b {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.customize p {
    line-height: 30px;
    margin-bottom: 10px;
}

.customize input {
    border-bottom: 1px solid #999;
    background: none;
}

.customize .p1 input {
    width: 100%;
}

.customize .p1 b {
    margin-bottom: 0;
}

.customize .p2 input {
    width: 268px;
}

.code {
    overflow: hidden;
    margin-top: 40px;
}

.code .sub {
    float: right;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: #125cb6;
    border-radius: 3px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.code .sub:hover {
    background: #00408f;
}

.content_des {
    width: 1180px;
    border: 1px dotted #e5e5e5;
    text-indent: 24px;
    padding: 8px;
    margin: 0 0 20px 0px;
    overflow: hidden;
}

.content_des p {
    font-size: 13px;
    color: #868686;
    line-height: 24px
}

.area {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.area ul li {
    float: left;
    margin-right: 28px
}

.area ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a
}

.area ul li a:hover {
    color: #47cdff
}

.xgxw {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.xgxw ul li {
    float: left;
    display: inline;
    width: 48%;
    margin-right: 2%;
    line-height: 30px;
}

.xgxw ul li span {
    float: right;
    color: #5a5a5a
}

.linkbg {
    background: #121212;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0 0;
}

.link {
    width: 1200px;
    height: auto;
    margin: 15px auto;
    overflow: hidden;
}

.link span {
    height: 42px;
    color: #333;
    font-size: 16px;
    border: 1px solid #333;
    display: block;
    float: left;
    width: 130px;
    text-align: center;
    line-height: 42px;
    margin-left: 0px
}

.link ul li {
    float: left;
    margin-left: 28px;
    line-height: 40px;
    font-size: 16px;
}

.pagination-box {
    margin-top: 20px;
}

.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}

.pagination-inner li:first-child {
    margin-left: 0;
}

.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.pagination-inner li.active {
    background: #f90 none repeat scroll 0 0;
    border-color: #f90;
    color: #fff;
}

.pagination-inner li:hover {
    background: #f90 none repeat scroll 0 0;
    border-color: #f90;
    color: #fff;
}

.pagination-inner li:hover a {
    color: #fff;
}

.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.pagination-inner li img {
}

.pagination-inner {
    text-align: center;
}