@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;
}

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;
}

.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: #666;
    font-size: 13px;
    line-height: 24px;
    font-family: "Arial", "SimSun", Arial, Helvetica, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    transition: all ease 0.3s;
}

a:hover {
    color: #45bef5;
    text-decoration: none;
}

:focus {
    outline: none;
}


/* CSS活动的公共样式 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.center {
    text-align: center;
}

.hide {
    overflow: hidden;
}

.erp {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 头部  */

.topBar {
    height: 40px;
    line-height: 40px;
    background: #424242;
    color: #fff;
    overflow: hidden;
}

.topBar span,
.topBar a:hover {
    color: #45bef5;
}

.topBar a {
    text-transform: uppercase;
    color: #fff;
}

.topBar em {
    font-style: normal;
    margin: 0 10px;
    opacity: .6;
}

.header {
    height: 95px;
    padding-top: 20px;
    position: relative;
}

.nav {
    max-width: 820px;
    height: 36px;
    font-size: 16px;
    padding-top: 15px;
    padding-right: 50px;
}

.nav li {
    float: left;
    margin-left: 2px;
    text-align: center;
    line-height: 36px;
    width: 105px;
}

.nav li a {
    color: #333;
    display: block;
    border-radius: 18px;
}

.nav li .cur,
.nav li a:hover {
    color: #fff;
    background: #45bef5;
}

.search {
    height: 73px;
    width: 21px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 3;
}

.search .icon {
    display: block;
    background: url('../images/sIcon.png') no-repeat left 0px;
    width: 21px;
    height: 17px;
    cursor: pointer;
}

.searMain {
    position: absolute;
    padding: 20px;
    background: #45bef5;
    left: -410px;
    top: 50px;
    display: none;
}

.searMain:before {
    content: "";
    position: absolute;
    top: -16px;
    right: 30px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-bottom-color: #45bef5;
}

.searMain form {
    width: 420px;
    background: #fff;
    height: 35px;
    line-height: 35px;
}

.searMain .sear_text {
    width: 375px;
    float: left;
    height: 35px;
    line-height: 35px;
    float: left;
    color: #666;
    padding-left: 10px;
    background: none;
}

.searMain .sear_btn {
    float: left;
    background: url('../images/searBtn.png') no-repeat center center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    opacity: 0.8;
}

.searMain .sear_btn:hover {
    opacity: 1;
}


/*  广告轮播图 */

.banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 680px;
}

.banner .bd {
    height: 680px;
    z-index: 0;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.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: 40px;
    text-align: center;
    z-index: 5;
    left: 50%;
    font-size: 0;
    line-height: 0;
    height: 0px;
    margin-left: -30px;
    height: 14px;
}

.banner .hd li {
    z-index: 2;
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    *display: inline;
    zoom: 1;
    border-radius: 100%;
    border: 2px solid #fff;
    position: relative;
    transition: all 0.3s;
}

.banner .hd li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    top: 2px;
    left: 2px;
    border-radius: 100%;
}

.banner .hd li:hover,
.banner .hd .on {
    border: 2px solid #45bef5;
    transform: scale(1.1);
}

.banner .hd .on:after {
    background: #45bef5;
}


/*  产品分类 */

.proSort {
    padding: 70px 0;
}

.proSort_l {
    width: 600px;
}

.proSort_l h3 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 15px;
}

.proSort_l p {
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 25px;
}

.proSort_l p:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #45bef5;
    left: 0;
    bottom: -1px;
    width: 65px;
}

.proSort_l a {
    position: relative;
    padding-left: 20px;
    float: left;
    width: 180px;
    font-size: 18px;
    color: #454545;
    margin-bottom: 20px;
    font-size: 16px;
}

.proSort_l a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #818181;
    border-radius: 100%;
    left: 0;
    top: 5px;
    transition: all .3s;
}

.proSort_l a:hover {
    color: #45bef5;
}

.proSort_l a:hover:after {
    border: 1px solid #45bef5;
    background: #45bef5;
}

.proSort_r {
    width: 600px;
}

.proSort_r img {
    margin-right: -285px;
}


/*  产品中心 */

.product {
    padding: 40px 0;
    background: url(../images/pro_bg.jpg) no-repeat center top;
}

.hTitle {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.product .hTitle {
    margin-bottom: 30px;
}

.hTitle a {
    float: right;
    font-size: 16px;
    margin-top: 5px;
}

.product .hTitle {
    color: #fff;
}

.product ul {
    width: 1240px;
}

.product li {
    float: left;
    width: 390px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.product .pImg {
    display: block;
    width: 390px;
    height: 390px;
    overflow: hidden;
}

.product li img {
    width: 390px;
    height: 390px;
    transition: all .5s;
}

.product li h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 28px;
    transition: all .3s;
    position: relative;
}

.product li h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #45bef5;
    transition: all .5s;
    z-index: -1;
}

.product li h3 span {
    display: block;
    color: #999;
    font-size: 16px;
    transition: all .3s;
}

.product li:hover img,
.solutionBox:hover img {
    transform: scale(1.1);
}

.product li:hover h3,
.product li:hover h3 span {
    color: #fff;
}

.product li:hover h3:after {
    width: 100%;
}


/*  应用行业 */

.solution {
    padding: 60px 0;
    overflow: hidden;
    background: #f2f2f2;
}

.solutionMain,
.solutionBox {
    height: 450px;
    width: 895px;
    overflow: hidden;
    position: relative;
}

.solutionBox .pImg {
    position: relative;
    width: 600px;
    height: 450px;
    overflow: hidden;
    float: left;
}

.solutionBox .pImg img {
    width: 600px;
    height: 450px;
    transition: all .8s;
}

.solutionBox .pImg:after {
    content: "";
    position: absolute;
    left: 40px;
    top: 30px;
    bottom: 30px;
    right: 40px;
    border: 1px solid #fff;
}

.solutionBox .font {
    width: 400px;
    height: 270px;
    background: #fff;
    position: absolute;
    right: 5px;
    top: 70px;
    padding: 35px;
    box-shadow: 0 0 4px #ddd;
    opacity: 0;
    transition: all .2s;
    font-size: 14px;
}

.solutionBox.on .font {
    opacity: 1;
    top: 55px;
}

.solutionBox strong {
    font-size: 26px;
    font-weight: normal;
    color: #333;
    display: block;
    margin-bottom: 25px;
}

.solutionBox .txt {
    height: 140px;
    margin-bottom: 15px;
    overflow: hidden;
}

.solutionBox .btn a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #e5e5e5;
    text-align: center;
}

.solutionBox .btn a:nth-child(2) {
    background: #45bef5;
    color: #fff;
    margin-left: 15px;
}

.solutionBox .btn a:hover {
    background: #1b96ce;
    color: #FFF;
}

.solutionMenu {
    width: 243px;
    background: #45bef5;
    color: #fff;
    padding: 40px 30px;
    height: 370px;
    font-size: 16px;
}

.solutionMenu a {
    color: #fff;
    padding-left: 30px;
    display: block;
    margin: 18px 0;
    background: url(../images/arr_s.png) no-repeat -30px;
}

.solutionMenu a:hover {
    background-position: 0 center;
}


/*  优势 */

.odds {
    padding: 60px 0;
    overflow: hidden;
}


/* .odds .hTitle{text-align:center;padding-bottom:20px;position:relative;border-bottom:1px solid #dcdcdc;}

.odds .hTitle:after{content:"";position:absolute;left:50%;margin-left:-20px;width:40px;height:2px;background:#45bef5;bottom:-1px;} */

.oddsMain {
    background: url(../images/odds_bg.jpg) no-repeat center;
    overflow: hidden;
    padding-top: 20px;
}

.oddsMain li {
    float: left;
    width: 245px;
    padding-left: 120px;
    padding-top: 15px;
    height: 180px;
    position: relative;
}

.oddsMain li:nth-child(2n) {
    margin-left: 300px;
    float: right;
}

.oddsMain li i {
    float: left;
    width: 94px;
    height: 91px;
    background: url(../images/odds_li.png) no-repeat;
    margin-top: 22px;
    margin-left: -120px;
    font-size: 48px;
    font-weight: normal;
    line-height: 91px;
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 91px;
    color: #fff;
    position: relative;
    top: 0;
    transition: all .3s;
}

.oddsMain li h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    padding-top: 10px;
}

.oddsMain li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260%;
    height: 1px;
    background: #dcdcdc;
    z-index: -1;
}

.oddsMain li:nth-child(5):after,
.oddsMain li:nth-child(6):after {
    display: none;
}

.oddsMain li:hover i {
    top: -8px;
}


/*  成功案例 */

.case {
    background: url(../images/case_bg.jpg) no-repeat center;
    padding-top: 60px;
    overflow: hidden;
    height: 456px;
}

.case .hTitle {
    margin-bottom: 50px;
}

.case .hTitle,
.case .hTitle a {
    color: #fff;
}

.case .hTitle a:hover {
    text-decoration: uppercase;
}

.caseBox {
    position: relative;
}

.caseMain {
    background: #fff;
    background: #fff;
    width: 640px;
    height: 370px;
    font-size: 14px;
}

.caseMain li {
    height: 290px;
    padding: 40px 140px 40px 40px;
}

.caseMain li i {
    color: #45bef5;
    display: block;
    font-style: normal;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 10px;
}

.caseMain li h4 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
}

.caseMain li h4 span {
    display: block;
    font-size: 16px;
    color: #666;
}

.caseSlide {
    width: 630px;
    position: relative;
    margin-left: -70px;
    padding-top: 65px;
    overflow: hidden;
}

.caseSlide .ohbox {
    overflow: hidden;
    height: 230px;
    clear: both;
}

.caseSlide ul {
    width: 700px;
}

.caseSlide li {
    float: left;
    margin-right: 15px;
    width: 305px;
}

.caseSlide li a {
    display: block;
    position: relative;
    width: 295px;
    height: 220px;
    border: 5px solid #fff;
    overflow: hidden;
    z-index: 2;
}

.caseSlide li img {
    width: 295px;
    height: 220px;
    transition: all .5s;
}

.caseSlide li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 190, 245, .7);
    transition: all 0.25s;
    transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    z-index: 2;
}

.caseSlide li a:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 40px;
    background: url('../images/c_more.png') no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    opacity: 0;
    transition: all 0.25s;
    z-index: 3;
}

.caseSlide li:hover img {
    transform: scale(1.1);
}

.caseSlide li a:hover:before,
.caseSlide .on a:before {
    transform: perspective(200px) rotateX(0);
}

.caseSlide li a:hover:after,
.caseSlide .on a:after {
    transition-delay: .1s;
    margin-top: -20px;
    opacity: 1;
}

.case .btn {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 25px;
    right: 0px;
}

.caseSlide .sPrev {
    right: 85px;
}

.case .pageState {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: 24px;
}

.case .pageState span {
    font-size: 18px;
}


/*  关于我们 */

.about {
    padding: 60px 0;
    overflow: hidden;
}

.about .hTitle {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.about .font {
    width: 630px;
    font-size: 14px;
    padding-top: 15px;
}

.about .font h3 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
    padding-left: 100px;
    background: url(../images/aIcon.png) no-repeat left center;
    line-height: 36px;
}

.about .font h3 span {
    display: block;
    font-size: 20px;
    color: #666;
}

.about .pic {
    width: 530px;
    overflow: hidden;
    position: relative;
    height: 410px;
}

.about .pic a {
    position: absolute;
    width: 340px;
    height: 308px;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 2;
    background: #45bef5;
}

.about .pic img {
    width: 340px;
    height: 308px;
    transition: all .5s;
}

.about .pic a.p2 {
    right: 190px;
    top: 98px;
    z-index: 1;
}

.about .pic span {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 16px;
    background: url('../images/c_more.png') no-repeat center top;
    color: #fff;
    padding-top: 60px;
    transition: all .3s;
    transition-delay: .1s;
    opacity: 0;
    left: 0;
    text-align: center;
}

.about .pic a:hover {
    z-index: 3;
}

.about .pic a:hover img {
    opacity: .5;
    transform: scale(1.1);
}

.about .pic a:hover span {
    margin-top: -50px;
    opacity: 1;
}

.about .icon {
    background: url(../images/a_line.png) no-repeat;
    width: 72px;
    height: 79px;
    position: absolute;
    top: 60px;
    left: 150px;
    z-index: 4;
}


/* 新闻资讯 */

.news {
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden;
}

.newsL {
    width: 670px;
    height: 420px;
    overflow: hidden;
}

.newsL li {
    height: 85px;
    overflow: hidden;
    margin-bottom: 25px;
}

.newsL li a {
    position: relative;
    z-index: 2;
    display: block;
}

.newsL li .date {
    float: left;
    width: 105px;
    height: 85px;
    text-align: center;
    margin-right: 25px;
    background: #45bef5;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.newsL li .date i {
    display: block;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    padding-top: 15px;
}

.newsL li h4 {
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 16px;
}

.newsL li h4 a {
    color: #333;
}

.newsL li h4 a:hover {
    color: #45bef5;
}

.newsR {
    width: 480px;
    overflow: hidden;
    height: 420px;
}

.newsR .nImg {
    display: block;
    width: 480px;
    height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.newsR .nImg:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid #fff;
    z-index: 3;
    transition: all .3s;
}

.newsR img {
    width: 480px;
    height: 320px;
    transition: all .5s;
}

.newsR .nImg:after {}

.newsR h4 {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    margin-bottom: 10px;
}

.newsR h4 a {
    color: #333;
}

.newsR h4 a:hover {
    color: #45bef5;
}

.newsR:hover img {
    transform: scale(1.08);
}


/* 在线留言 */

.message {
    padding: 60px 0;
    overflow: hidden;
}

.messageL {
    width: 700px;
    overflow: hidden;
}

.messageL .p1 {
    font-size: 16px;
    margin-bottom: 35px;
}

.messageL .p1 span {
    color: #45bef5;
}

.messageL li {
    float: left;
    width: 300px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dcdcdc;
    padding: 0 30px 0 10px;
    margin-bottom: 15px;
    transition: all .3s;
}

.messageL input {
    height: 34px;
    line-height: 34px;
    width: 300px;
}

.messageL li:nth-child(2n) {
    float: right;
}

.messageL li i {
    font-style: normal;
    color: #f00;
    float: right;
    width: 30px;
    text-align: center;
    margin-right: -30px;
}

.messageL textarea {
    width: 678px;
    height: 160px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    margin-bottom: 5px
}

.messageL .code {
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s;
}

.messageL .code input {
    border: 1px solid #dcdcdc;
    width: 130px;
    float: left;
    transition: all .3s;
    padding: 0 10px;
    margin-bottom: 10px;
}

.messageL .code img {
    height: 26px;
    float: left;
    background: #eee;
    padding: 5px;
}

.messageL .btn input {
    width: 140px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    background: #aaa;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    transition: all .3s;
}

.messageL .btn .sub {
    background: #45bef5;
}

.messageL .btn input:hover {
    background: #1b96ce;
}

.messageL li:hover,
.messageL textarea:focus,
.messageL .code:focus {
    border: 1px solid #999;
}

.messageR {
    background: #f2f2f2 url(../images/message.jpg) no-repeat center bottom;
    padding: 40px 65px;
    width: 280px;
    height: 430px;
    font-size: 16px;
    line-height: 28px;
}

.messageR h4 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    position: relative;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.messageR h4:after {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background: #45bef5;
    bottom: 0;
}

.messageR .more {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #20b2f5;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
}

.messageR .more:hover {
    background: #008dce;
}


/* 底部 */

.footer {
    background: #242729;
    color: #939ca2;
    padding: 50px 0;
    overflow: hidden;
    line-height: 28px;
}

.footLeft {
    width: 620px;
    margin-right: 30px;
    overflow: hidden;
}

.footLeft ul {
    float: left;
    width: 180px;
    margin-right: 15px;
}

.footLeft ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.footer h3 {
    font-size: 16px;
    color: #fff;
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3f4244;
    position: relative;
    font-weight: normal;
    width: 110px;
}

.footer h3:after {
    content: "";
    position: absolute;
    background: #45bef5;
    height: 1px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.footContact {
    width: 260px;
}

.footContact h3 {
    width: 100%;
}

.footWx {
    width: 140px;
    text-align: center;
}

.footWx span {
    height: 34px;
    line-height: 34px;
    background: #45bef5;
    border-radius: 17px;
    color: #fff;
    margin-top: 20px;
    display: block;
}

.copyright {
    padding: 15px 0;
    color: #939ca2;
    background: #464a4c;
}

.firendLink {
    max-width: 660px;
    overflow: hidden;
}

.firendLink a {
    margin: 0 5px;
}

.footer a,
.copyright a {
    color: #939ca2;
}

.footer a:hover,
.copyright a:hover {
    color: #fff;
}


/* 内页公用 */

.listBanner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 330px;
}

.listWrapper {
    padding: 50px 0;
    overflow: hidden;
}

.listLeft {
    width: 260px;
    float: left;
    overflow: hidden;
}

.listRight {
    width: 900px;
    float: right;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.breadCrumb {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7;
    text-align: right;
    margin-bottom: 30px;
}

.breadCrumb span {
    background: url('../images/mapIcon.png') no-repeat left center;
    padding-left: 20px;
    display: inline-block;
}

.partnerList,
.honorList,
.picList,
.videoList,
.caseList,
.searList,
.proList,
.appList {
    width: 900px;
    overflow: hidden;
}

.partnerList ul,
.honorList ul,
.picList ul,
.videoList ul,
.caseList ul,
.searList ul,
.proList ul,
.appList ul {
    width: 940px;
}

.proSear {
    width: 600px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}

.proSear .sear_text {
    float: left;
    width: 509px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    background: #e8e8e8;
    border: 1px solid #ddd;
    background: none;
    border-right: none;
    color: #333;
    font-size: 16px;
}

.proSear .sear_btn {
    float: right;
    width: 70px;
    height: 50px;
    cursor: pointer;
    background: #333;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
}

.proSear .sear_btn:hover {
    opacity: .8;
}


/* 内页公用菜单 */

.sidebar {
    margin-bottom: 20px;
}

.side_title {
    background: #20b2f5;
    height: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
}

.sidebarMenu {
    background: #e9e9e9;
    padding: 40px;
    padding-top: 10px;
}

.sidebarMenu li {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #cecece;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.sidebarMenu li a {
    line-height: 50px;
    display: block;
    color: #333;
}

.sidebarMenu li .current,
.sidebarMenu li a:hover {
    color: #20b2f5;
}

.sidebarMenu li ul {
    font-size: 12px;
    padding: 5px 0;
}

.sidebarMenu ul li {
    background: none;
    padding-top: 0;
}

.sidebarMenu li ul a {
    background: url('../images/ly_li.png') no-repeat 40px center;
    padding-left: 50px;
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.sidebarMenu li ul .current,
.sidebarMenu li ul a:hover {
    background: url('../images/ly_li.png') no-repeat 48px center;
    color: #45bef5;
    padding-left: 58px;
}


/*  内页左侧推荐产品 */

.leftPro .title {
    background: #333;
    height: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
}

.leftPro_slide .bd,
.leftPro li {
    width: 260px;
    overflow: hidden;
}

.leftPro li .pImg {
    display: block;
    width: 260px;
    height: 260px;
    overflow: hidden;
}

.leftPro li img {
    width: 260px;
    height: 260px;
    transition: all .5s;
}

.leftPro li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 28px;
    transition: all .3s;
    position: relative;
}

.leftPro li h3 span {
    display: block;
    color: #999;
    font-size: 14px;
    transition: all .3s;
}

.leftPro li:hover img {
    transform: scale(1.1);
}

.leftPro .hd {
    background: #e9e9e9;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 15px 0;
}

.leftPro .hd ul {
    display: inline-block;
}

.leftPro .hd li {
    z-index: 2;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    *display: inline;
    zoom: 1;
    border-radius: 100%;
    background: #979797;
}

.leftPro .hd .on {
    background: #20b2f5;
}


/*  产品列表 */

.proList li {
    float: left;
    width: 290px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.proList .pImg {
    display: block;
    width: 290px;
    height: 290px;
    overflow: hidden;
}

.proList li img {
    width: 290px;
    height: 290px;
    transition: all .5s;
}

.proList li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 28px;
    transition: all .3s;
    position: relative;
}

.proList li h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #45bef5;
    transition: all .5s;
    z-index: -1;
}

.proList li h3 span {
    display: block;
    color: #999;
    font-size: 14px;
    transition: all .3s;
}

.proList li:hover img,
.solutionBox:hover img {
    transform: scale(1.1);
}

.proList li:hover h3,
.proList li:hover h3 span {
    color: #fff;
}

.proList li:hover h3:after {
    width: 100%;
}

.searList {
    width: 1200px;
}

.searList ul {
    width: 1240px;
}

.searList li {
    margin-right: 13px;
}


/* 左侧图片放大镜样式 */

.rec-title {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    background: url('../images/page_line.jpg') no-repeat 10px 10px #e8e8e8;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.product-show-pic {
    width: 450;
    height: 510px;
}

.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 350px;
    height: 310px;
    background: #ffffff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/* 图片小图样式 */

.spec-preview {
    width: 450;
    height: 450px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
}

.spec-scroll {
    margin-top: 10px;
    width: 450;
    height: 70px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items {
    width: 395px;
    height: 70px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
}

.spec-scroll .items ul {
    position: absolute;
    width: 420px;
    height: 70px;
}

.spec-scroll .items ul li {
    width: 100px;
    height: 70px;
    float: left;
}

.spec-scroll .items ul li img {
    width: 68px;
    height: 68px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.spec-scroll .items ul li img:hover,
.spec-scroll .items ul .on img {
    border: 1px solid #45bef5;
}

.spec-scroll a.prev,
.spec-scroll a.next {
    width: 24px;
    height: 70px;
    float: left;
    background: url('../images/listpro_btn.png') no-repeat;
    cursor: pointer;
    opacity: .6;
}

.spec-scroll a.next {
    background-position: -24px 0;
}

.spec-scroll a.prev:hover,
.spec-scroll a.next:hover {
    opacity: 1;
}


/* 产品简介 */

.proshow_synopsis {
    width: 420px;
    height: 420px;
    =
}

.proshow_synopsis .title {
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #dbdbdb;
    font-weight: normal;
    padding-bottom: 20px
}

.proshow_synopsis .p2 {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.proshow_synopsis .p2 span {
    display: inline-block;
    width: 88px;
    line-height: 28px;
    background: #20b2f5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}

.proshow_synopsis .font {
    height: 165px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #454545;
    line-height: 28px;
}

.prodcut-tel {
    background: url('../images/show_tel.jpg') no-repeat;
    height: 90px;
    padding: 30px 0 0 30px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.prodcut-tel span {
    background: url(../images/pIcon2.png) no-repeat left center;
    padding-left: 25px;
}

.prodcut-tel strong {
    font-size: 30px;
    color: #45bef5;
    display: block;
    font-weight: normal;
    line-height: 36px;
    margin-top: 10px;
}

.proShow_main {
    margin: 50px 0;
    overflow: hidden;
}

.showTie {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #333;
    padding-left: 15px;
    background: url(../images/s_line.jpg) no-repeat left 5px;
    border-bottom: 1px solid #d7d7d7;
    height: 36px
}

.detail_fenx {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    margin-bottom: 30px;
    font-size: 15px;
}

.detail_fenx p {
    max-width: 46%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/arr_prev.png) no-repeat left center;
    padding-left: 20px;
}


/* 应用列表及详情 */

.caseList li {
    float: left;
    width: 290px;
    margin: 0 15px 10px 0;
}

.caseList li .cImg {
    width: 290px;
    height: 215px;
    display: block;
    overflow: hidden;
}

.caseList li img {
    width: 290px;
    height: 215px;
    transition: all .5s;
}

.caseList li h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.caseList li h5 span {
    color: #888;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.caseList li:hover img {
    transform: scale(1.1, 1.1);
}

.caseList li:hover h5 {
    background: #45bef5;
    color: #fff;
}

.caseList li:hover h5 span {
    color: #fff;
}

.caseShow .title {
    text-align: center;
    font-size: 30px;
    color: #222;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: normal;
}

.caseShow .pic {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d7d7d7;
}

.caseShow .font {
    margin-bottom: 30px;
}

.caseShow .font .tie {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    display: block;
}


/* 新闻中心 */

.newsList li {
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.newsList li .date {
    width: 110px;
    height: 90px;
    background: #eee;
    color: #999;
    font-size: 20px;
    font-family: 'HelveticaNeuedd7b7fc3f53d6';
    position: relative;
    margin-right: 40px;
    transition: all 0.4s;
    float: left;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    text-align: center;
}

.newsList li .date i {
    display: block;
    padding-top: 15px;
    font-size: 36px;
    font-style: normal;
    color: #333;
    line-height: 36px;
}

.newsList li .date:after {
    position: absolute;
    content: "";
    width: 50px;
    left: 60px;
    background: #008dce;
    height: 1px;
    top: 10px;
    width: 0;
    transition: all 0.3s;
    margin-bottom: 6px
}

.newsList li h4 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.newsList li h4 a {
    color: #333;
}

.newsList li:hover .date {
    margin-right: 60px;
    background: #20b2f5;
    color: #fff;
    border: 1px solid #008dce;
}

.newsList li:hover .date i {
    color: #fff;
}

.newsList li:hover .date:after {
    width: 80%;
}

.newsList li h4 a:hover {
    color: #45bef5;
}


/* 新闻详细样式 */

.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: #888;
}

.detailLeft .p1,
.picShow .p1 {
    border-bottom: 1px dotted #adadad;
    ;
}

.articleBox1 .p1 span {
    margin-right: 15px;
}

.solution .p1 {
    margin-bottom: 40px;
}

.review {
    background: #f7f7f7 url(../images/nShow_icon.png) no-repeat left top;
    background-size: 34px;
    padding: 15px 15px 10px 15px;
    border: 1px dotted #adadad;
    border-right: none;
    border-left: none;
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
}

.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: #0099e6;
}

.detailShare {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dotted #adadad;
    margin-bottom: 30px;
}

.detailShare .back {
    float: right;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #555;
    color: #fff;
    text-align: center;
}

.detailShare .back:hover {
    background: #20b2f5;
}

.detailShare span {
    border-left: 1px dotted #adadad;
    padding: 0 15px;
}

.detailShare span.date {
    margin-left: 15px;
}

.relatedNews_font {
    font-size: 13px;
    margin-top: 15px;
}

.relatedNews_font ul {
    width: 950px;
}

.relatedNews_font ul li {
    float: left;
    padding-right: 50px;
    width: 425px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relatedNews_font ul li a {
    background: url('../images/ly_li.png') no-repeat left center;
    padding-left: 10px;
}

.relatedNews_font ul li span {
    float: right;
    color: #999;
    margin-left: 30px;
}


/* 荣誉资质 */

.honorList ul li {
    width: 240px;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    text-align: center;
    padding: 5px 5px 0 5px;
    background: #f2f2f2;
    border-bottom: 3px solid #ddd;
    position: relative;
}

.honorList ul li .pImg {
    display: block;
    width: 230px;
    height: 170px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

.honorList ul li img {
    width: 230px;
    vertical-align: middle;
}

.honorList ul li::before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    left: 0;
    transition: all 0.5s;
    width: 0;
}

.honorList ul li:hover::before {
    width: 100%;
    background: #45bef5;
    transition: all 0.5s;
}

.honorList ul li p {
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.lb-data .lb-caption {
    color: #fff;
}

.honorList ul li:hover {
    background: #eee;
    box-shadow: 0 0 10px #ccc;
}


/* 公司坏境 */

.picList li {
    width: 290px;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
}

.picList li .pImg {
    display: block;
    width: 290px;
    height: 215px;
    overflow: hidden;
    margin-bottom: 10px;
}

.picList li img {
    width: 290px;
    height: 215px;
    transition: all .5s;
}

.picList li:hover img {
    transform: scale(1.1);
}


/* 成功案例 */

.clientList {
    padding: 0 5px;
}

.clientList li {
    margin-bottom: 25px;
    height: 195px;
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.clientList li .cImg {
    float: left;
    width: 260px;
    height: 195px;
    margin-right: 25px;
    overflow: hidden;
}

.clientList li img {
    width: 260px;
    height: 195px;
    transition: all 0.5s;
}

.clientList li h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clientList li h4 span {
    display: block;
    font-size: 14px;
    color: #888;
}

.clientList li h4 a {
    color: #333;
}

.clientList li h4 a:hover {
    color: #20b2f5;
}

.clientList li p {
    height: 80px;
    overflow: hidden;
    margin-bottom: 15px;
}

.clientList li .more {
    display: inline-block;
    width: 120px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #e1e1e1;
    color: #333;
}

.clientList li .more:hover {
    background: #20b2f5;
    color: #fff;
}

.clientList li:hover img {
    transform: scale(1.1);
}


/* 联系 */

.contactFont {
    margin-bottom: 50px;
    overflow: hidden;
}

.contactFont .wx {
    float: right;
    width: 140px;
    text-align: center;
    padding: 25px 40px;
    border: 1px solid #dcdcdc;
    margin-left: 60px;
}

.contactFont .wx span {
    height: 34px;
    line-height: 34px;
    background: #45bef5;
    border-radius: 17px;
    color: #fff;
    margin-top: 20px;
    display: block;
}

#dituContent {
    height: 420px;
}

.feedback {
    width: 100%;
}

.feedback li,
.feedback li input {
    width: 400px;
}

.feedback textarea {
    width: 878px;
}

.feedback .btn .reset {
    margin-right: 0;
}