﻿@charset "utf-8";

@import "base.css";

html {overflow-x: hidden;}
body {color: #666;font-size: 14px;line-height:1.5;font-family: microsoft yahei, simsun, Arial, Helvetica, sans-serif}

a {color: #666;transition: all ease .3s}
.container {width: 1100px;margin: 0 auto;position:relative;}

.header{padding-bottom: 10px;}
.header .logo {padding-top: 30px;margin-right: 25px;float: left;width:170px;}
.header .title {padding-top: 30px;float: left;color: #555;font-size: 14px;}
.header .title h2 {color: #004c99;font-size: 28px;margin-bottom: 3px}
.header .title span {color: #c3c3c3;font-size: 14px;text-transform: uppercase;display: block;line-height: 16px;margin-top: 2px}

.headR {float: right;width: 400px;font-size: 15px;line-height: 26px;color: #fff;font-weight: bold;overflow: hidden;padding-top: 8px;}
.headR span {background: #0071bd;border-radius: 30px;padding: 5px 10px;margin-top: 6px;min-width: 170px;display: inline-block;}

.navBtn{display: none}
.nav {font-size: 16px;border-top: 1px solid #ededed;line-height: 64px;}
.nav li {float: left;width: calc(100% / 8);text-align: center}
.nav li a {color: #333;position: relative;display: block}
.nav li a:after {position: absolute;content: "";height: 1px;background: #0071bd;left: 0;width: 0;top:0;transition: all .3s}
.nav li .cur:after, .nav li:hover a:after {width: 100%}
.nav li .cur, .nav li a:hover {color: #0071bd}

.navBtn{position: fixed;top: 20px;right: 20px;background: #efefef;z-index: 999;width: 33px;padding: 5px 0 5px;}
.navBtn span{width: 80%;height: 2px;background: #9c9c9c;display: block;margin: 4px auto;}

.nav.current{display: block;}


@media screen and (max-width:640px) {
    body{font-size: 12px;}
    .container {width:100%}
    .no_mobile{display: none}

    .header{padding-bottom: 10px;}

    .headR {float: none;width:100%;font-size: 12px;display: none}
    .headR span {border-radius: 30px;padding: 5px 10px;margin-top: 6px;min-width:auto;}

    .header .logo {padding:0;margin:10px auto 0;float: none;width:90px;}

    .navBtn{display: block}
    .nav {position: fixed;padding-top: 20px;line-height: 46px;width: 100%;height: 100%;z-index: 998;background: rgba(0,0,0,0.95);left: 0;top: 0;display: none}
    .nav ul li{width: 100%;}
    .nav li a {color:#dedede;}
    .nav li a:after {display: none}
    .nav li .cur, .nav li a:hover {color: #0071bd;font-weight: bold}
    .nav li .cur:after, .nav li:hover a:after {width:0}

}



.feature {padding: 40px 0;overflow: hidden}
.feature li {float: left;text-align: center;color: #333;width: 16.6%;min-width:82px;background: url(../images/tb.jpg) no-repeat center right; }
.feature li:last-child {background:none;}
.feature li img {width: 72px;position: relative;top: 0;transition: all .3s;margin-bottom: 8px}
.feature li:hover img {top: -10px}

.product {background: #ebedf0;padding: 50px 0;}
.product .top {border-bottom: 1px solid #e0e0e0;margin-bottom: 20px;padding-bottom: 10px;}
.hTitle {font-size: 28px;color: #333;}
.hTitle span {color: #999;font-size: 12px;margin-left: 5px;font-family: Arial}

.product .proHot {width: 70%;float: right;padding-left: 25px;font-size: 14px;background: url(../images/hot.png) no-repeat left center;}
.product .proHot span {color: #333}
.product .proHot a {color: #999;margin-left: 6px}
.product .proHot a:hover {color: #0071bd}


.proMenu {margin-bottom: 35px;line-height: 32px;}
.proMenu .menu {width:65%;float: left}
.proMenu .menu a {padding:0 25px;display: inline-block;position: relative}
.proMenu .menu a:after {content: "";position: absolute;left: 0;top: 15px;background: #666;height: 2px;width: 12px}
.proMenu .menu a:hover {color: #0071bd}
.proMenu .menu a:hover:after {background: #0071bd}

.proMenu .search {width:30%;background: #fff;position: relative;float: right}
.proMenu .search .txt {float: left;width:85%;background: #fff;height: 32px;text-indent: 15px;border: 0}
.proMenu .search .btn {width:15%;height: 32px;cursor: pointer;border: 0;background: url(../images/sBtn.png) no-repeat center;float: left;transition: all .3s}
.proMenu .search .btn:hover {opacity: .8}
.proMenu .search:hover {box-shadow: 0 0 5px #97d5ff}


.proMain li {float: left;width:32%;margin-right: 2%;margin-bottom: 25px;text-align: center}
.proMain li .pImg {display: block;background: #000;position: relative;overflow: hidden}
.proMain li .pImg:after {content: "";position: absolute;left: 50%;top: 50%;margin-left: -20px;width: 40px;height: 40px;background: url(../images/pIcon.png) no-repeat;transition: all .3s;opacity: 0}
.proMain li img {transition: all .3s}
.proMain li:hover img {opacity: .3;transform: scale(1.1)}
.proMain li p {height: 70px;line-height: 70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: #dfdfdf;transition: all .3s}
.proMain li:hover .pImg:after {margin-top: -20px;opacity: 1}
.proMain li:hover p {background: #0071bd;color: #fff}
.proMain li:nth-child(3n) {margin-right: 0}

.product .more {margin-top: 30px;text-align: center;}
.product .more a,.aboutR .more a  {line-height: 35px;background: #0071bd;display: inline-block;border-radius: 18px;text-align: center;margin:0 10px;border: 1px solid #0071bd;color: #fff;padding: 0 35px;}
.product .more a:nth-child(2) {border: 1px solid #ccc;background: 0 0;color: #666}
.product .more a:hover,.aboutR .more a:hover {background: #005a96;border: 1px solid #005a96;color: #fff}



@media screen and (max-width:640px) {
    .feature {padding:20px 0;}
    .feature li {width:33.3%;margin: 10px 0;background:none; }
    .feature li img {margin-bottom:5px}

    .product {padding: 20px 0;}
    .product .top {margin-bottom: 20px;padding-bottom: 10px;}
    .hTitle {font-size: 20px;text-align: center}
    .hTitle span {display: block;margin: 0}

    .proMenu {margin-bottom:15px;}
    .proMenu .menu {width:100%;float: none;text-align: center;line-height: 1.8}
    .proMenu .menu a {padding:0 5px;}
    .proMenu .menu a:after {display: none}

    .proMenu .search {width:80%;float: none;margin: 10px auto 0}



    .proMain li {width:48%;margin:10px 1%;}
    .proMain li p {height:30px;line-height:30px;}
    .proMain li:nth-child(3n) {margin-right: 1%}

    .product .more {margin-top:20px;}
    .product .more a,.aboutR .more a {line-height:30px;padding: 0 15px;}

}






.odds {padding: 50px 0;background: url(../images/ysbj.jpg) no-repeat fixed center/cover;}
.odds .title {text-align: center;color: #fff;font-size: 32px;text-transform: uppercase;margin-bottom: 50px;}
.odds .title span {display: block;font-family: Arial;font-size: 24px}

.oddsMain li {float: left;width:17%;text-align: center;color: #fff;position: relative;transition: all .3s;top: 0;margin: 50px 1.5%; }
.oddsMain li h4 {font-size: 18px;font-weight: bold;margin-top: 15px;}
.oddsMain li p {min-height: 60px;font-size: 14px;display: block;margin-top: 8px;opacity: .8}
.oddsMain li i {color: #54a5dc;font-size: 12px;font-weight: 700;text-transform: uppercase;font-family: Arial;}
.oddsMain li:hover {top: -15px}

.case .hTitle, .case .hTitle span {color: #fff}
.case .hTitle .more {float: right;background: url(../images/casemore.jpg) no-repeat;width: 30px;height: 30px}
.case .hTitle .more:hover {opacity: .8}

.caseMain {margin-top: 30px;overflow: hidden}
.caseMain li {position: relative;overflow: hidden}
.caseMain li img {transition: all .5s ease-in}
.caseMain li span {position: absolute;background: #000;background: rgba(0, 0, 0, .8);bottom: -40px;left: 0;right: 0;color: #fff;font-weight: 400;height: 40px;line-height: 40px;transition: all .3s;text-align: center;}
.caseMain li:hover span {bottom: 0}
.caseMain li:hover img {transform: scale(1.1)}


.about {padding: 60px 0;overflow: hidden}
.aboutL {width: 53%;float: left}
.aboutR {width:45%;float: right}
.aboutR .hTitle {height: 60px;padding-top: 75px}
.aboutR .txt {color: #999;line-height: 2;margin-bottom: 35px}

.partner {overflow: hidden;background:url(../images/partner_bg.jpg) no-repeat center #ecedf1;padding: 30px 0}
.partner .container {position: relative}
.partner li {overflow: hidden;position: relative;transition: all .3s}
.partner li img {z-index: 2;transform: rotateY(0deg);transition: all .5s ease 0s;backface-visibility: hidden}
.partner li span {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: #0071bd;line-height: 125px;text-align: center;transform: rotateY(-180deg);transition: all .5s ease 0s;backface-visibility: hidden;color: #fff;padding: 0 5px}
.partner li:hover img,.partner li.cur img {transform: rotateY(180deg)}
.partner li:hover span,.partner li.cur span {transform: rotateY(0deg)}

.partner .prev,.partner .next {position: absolute;cursor: pointer;left: -80px;top: 45px;color: #fff;font-size: 30px;}
.partner .next {right: -80px;left: auto}
.partner a:hover {opacity: .8}

.news {padding: 60px 0;}
.news .menu {line-height: 36px;float: right}
.news .menu a {padding: 0 20px;margin-left: 20px;color: #666;border: 1px solid #e5e5e5;border-radius: 18px;display: inline-block}
.news .menu .on {background: #0071bd;border: 1px solid #0071bd;color: #fff}


.newsMain .newsBox {margin-top: 20px;}
.newsMain .newsPic{width: 35%;float: left;overflow: hidden}
.newsPic img {transition: all 1s;}
.newsPic:hover img {transform: scale(1.1)}

.newsR {width:62%;float: right}
.newsR li {float: left;height:36px;line-height:36px;border-bottom: solid 1px #e5e5e5;width:48%;margin:8px 0;background: url(../images/ly_li.png) no-repeat left center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.newsR li a{padding-left: 10px;}
.newsR li:nth-child(even) {float: right}
.newsR li span{float: right}
.newsR li:hover a{padding-left: 16px}

.footer {background: #222;color: #999;padding: 50px 0 20px}
.footer .wx {float: left;width: 120px;text-align: center;color: #666;line-height:2;}
.footer .zl {position:absolute;top:154px;left:37px;}
.footer .footR{width: calc(100% - 200px);float: right}

.footNav {margin-bottom: 30px;}
.footNav a {color: #888;margin-right: 32px;display: inline-block}


.footCall {float: left;width: 59%;color: #fff;line-height: 30px}
.footCall h4 {color: #0071bd;font-size: 18px;line-height: 2.5;font-weight: bold}
.footCall .info span {padding-right: 35px;display: inline-block}

.copyright {float: right;width: 38%;color: #999;line-height: 2}
.copyright .qq {display: inline-block;background: url(../images/qq.jpg) no-repeat left center;padding-left: 40px; line-height: 36px;margin-bottom: 10px;}
.copyright .qq:hover {opacity: .8}
.copyright a {color: #999}
.footer a:hover, .firendLink a:hover {color: #0071bd}

.firendLink {background: #222;border-top: 1px solid #383838;padding: 15px 0}
.firendLink span {color: #fff;font-size: 16px}
.firendLink a {color: #ccc;margin-right: 8px}

@media screen and (max-width:640px) {
    .odds {padding: 20px 0;}
    .odds .title {font-size:20px;margin-bottom:30px;}
    .odds .title span {font-size: 18px}

    .oddsMain li {width:47%;margin:20px 1.5%; }
    .oddsMain li h4 {font-size: 14px;margin-top: 5px;}
    .oddsMain li p {min-height:30px;font-size: 12px;}


    .caseMain {margin-top:20px;}


    .about {padding:0 0 10px}
    .aboutL {width: 90%;float: none;margin: auto}
    .aboutR {width:90%;float: none;margin: auto}

    .aboutR .hTitle {padding-top: 15px}
    .aboutR .txt {margin-bottom: 15px}

    .news {padding: 20px 0;}
    .news .hTitle{display: block;margin-bottom: 10px;}
    .news .menu {line-height: 30px;float:none;text-align: center}
    .news .menu a {padding: 0 20px;margin:0 10px;}


    .newsMain .newsBox {margin-top: 10px;}
    .newsMain .newsPic,.newsMain .newsR{width: 96%;float: none;margin: auto}

    .newsR li {width:98%;margin:0 auto;}
    .newsR li:nth-child(even) {float:none}
    .newsR li span{float: right}
    .newsR li :hover {padding-left: 16px}


    .footer {padding:20px 0}
    .footer .wx {float: none;width: 120px;margin: auto}
    .footer .footR,.footCall,.copyright {width:96%;float: none;margin: auto}
    .footNav {margin-bottom: 30px;}
    .footNav a {margin:0 5px;}

    .footCall h4 {font-size: 14px;}
    .footCall .info span {padding: 0 10px;}
    .copyright .qq {margin-top: 15px;}

    .firendLink {padding: 15px}
    .firendLink span {font-size: 14px}

}

.listBanner {position: relative;z-index: 1}
.listBanner .pox {position: absolute;left: 0;top: 50%;width: 100%;z-index: 9;color: #fff;font-size: 30px;transform: translateY(-50%);text-align: center}

.breadCrumb {line-height: 28px;padding: 10px 0;background: #e7e7e7}
.breadCrumb span {background: url(../images/home_icon.png) no-repeat left center;padding-left: 20px;font-size: 14px}
.breadCrumb span a {margin: 0 8px}
.breadCrumb .back {float: right;padding: 0 20px;line-height: 28px;border-radius: 5px;background: #999;color: #fff;}
.breadCrumb .back:hover {background: #0071bd;transition: all .3s}

.listWrapper {padding: 50px 0;}

.listLeft {width: 260px;float: left;overflow: hidden}
.listRight {width: 800px;float: right;overflow: hidden;text-align: justify;text-justify: inter-ideograph}
.listRight .aboutImg{margin-bottom: 20px; }
.sidebar {margin-bottom: 20px}

.side_title {background: #0071bd url(../images/sub.jpg) no-repeat left center;color: #fff;font-size: 24px;font-weight: 400;line-height: 90px;text-align: center}
.sidebarMenu {background: #f1f1f1;}
.sidebarMenu li {font-size: 15px;line-height: 50px;height: 50px;background: url(../images/side_line.jpg) repeat-x left top;padding-top: 2px}
.sidebarMenu li a {background: url(../images/sub_li.png) no-repeat 25px center;padding-left: 40px;display: block;color: #454545}
.sidebarMenu li .current, .sidebarMenu li a:hover {background: #0071bd url(../images/sub_lih.png) no-repeat 25px center;color: #fff}

.sidebarMenu li ul {padding: 5px 0}
.sidebarMenu ul li {background: 0 0;padding-top: 0;line-height: 30px;height: 30px;font-size: 12px}
.sidebarMenu li ul a {background: url(../images/ly_li.png) no-repeat 40px center;padding-left: 50px;color: #666;}
.sidebarMenu li ul .current, .sidebarMenu li ul a:hover {background: url(../images/ly_li.png) no-repeat 48px center;color: #0071bd;padding-left: 58px}

.leftNews{margin-bottom: 15px;}
.listLeft .left_title {background: #0071bd;line-height: 50px;font-size: 16px;color: #fff;padding-left: 15px;}
.leftNews_slide {height: 250px;overflow: hidden;padding: 14px;border: 1px solid #bcbcbc;background: #fff;border-top: none}
.leftNews_slide li {line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;border-bottom: 1px solid #e5e5e5}


.twoCont {padding: 15px;overflow: hidden;background: #f4f4f4; }
.sidebarThree h3 {font-size: 15px;margin-bottom: 10px;}
.sidebarThree h3 span {display: block;font-size: 24px;color: #0071bd;font-family: Arial}

.aboutNews {margin: 20px 0}
.relatedTitle {background: #d1d1d1;line-height: 35px}
.relatedTitle span {display: inline-block;color: #fff;background: #0071bd;width: 120px;text-align: center;font-size: 14px}

.relatedNews_font {margin-top: 15px}
.relatedNews_font ul li {float: left;width:50%;height: 40px;text-indent: 10px;line-height: 40px;border-bottom: 1px dotted #ddd;background: url(../images/ly_li.png) no-repeat left center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.relatedNews_font ul li span {float: right;color: #999;margin-left: 10px}
.relatedNews_font ul li:nth-child(even){float: right}

.related_product {padding: 20px 0;}
.related_product .main{margin: 20px 0;}
.related_product li {background: #eee;text-align: center;}
.related_product li a {display: block;border: 1px solid #ddd;}
.related_product li .img {padding: 5px;background: #fff}
.related_product li span {height: 35px;line-height: 35px;padding: 0 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block}
.related_product li:hover a{border: 1px solid #0071bd;background: #0071bd;color: #fff}

@media screen and (max-width:640px) {
    .listBanner .pox {font-size: 20px;}

    .breadCrumb span {padding-left: 20px;font-size: 12px}
    .breadCrumb span a {margin: 0}
    .breadCrumb .back {display: none}

    .listWrapper {padding: 20px 0;}

    .listLeft,.listRight {width: 96%;float: none;margin: auto}
    .listRight .aboutImg{ width:100%;float: none;margin: 5px auto 10px; }
    .sidebar {margin-bottom: 10px}

    .side_title {font-size:16px;line-height:46px;}
    .sidebarMenu li {font-size: 12px;line-height:36px;height:36px;width: 50%;float: left;text-align: center}
    .sidebarMenu li a {background: none;padding-left:0;}
    .sidebarMenu li .current, .sidebarMenu li a:hover {background: #0071bd;}

    .sidebarMenu li ul {display: none}


    .relatedNews_font ul li {float: none;width:100%;}
    .relatedNews_font ul li:nth-child(even){float: none}



    .related_product li .img {padding:1px;}

}

.newsList li {border: 1px solid #e2e2e2;padding: 30px;margin-bottom: 30px;transition: all .3s}
.newsList li .date {padding:30px 20px 30px 20px;font-size: 20px;margin-right: 40px;background: #0071bd;color: #fff;float: left;position: relative;transition: all .4s}
.newsList li .date i {display: block;opacity: .8;font-size: 14px;font-style: normal}
.newsList li .date:after {position: absolute;content: "";left: 60px;background: #0071bd;height: 1px;top: 10px;width: 0;transition: all .3s}

.newsList li h4 {font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 15px}
.newsList li h4 a {color: #333}

.newsList li:hover .date {margin-right: 60px}
.newsList li:hover .date:after {width: 80%}
.newsList li h4 a:hover {color: #0071bd}
.newsList li:hover {box-shadow: 0 5px 10px #eee}


.pagination {font-size: 12px;line-height: 30px;padding: 25px 0 15px;text-align: center;overflow: hidden}
.pagination a {display: inline-block;padding: 0 12px;color: #333;border: 1px solid #e3e3e3;background: #fff;margin-left: 2px}
.pagination a:hover,.pagination a.active {color: #000;background: #f1f1f1}

.proList li {width:31.3%;margin: 15px 1% 0;font-size: 13px;float: left;text-align: center;}
.proList li .pImg {border: 1px solid #f0f0f0;position: relative;padding: 10px 0}
.proList li .pImg img {transition: all .5s}
.proList li h5 {height: 40px;line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.proList li .pImg:before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 80, 158, .7);transition: all .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}
.proList li .pImg:after {content: "";position: absolute;width: 40px;height: 40px;background: url(../images/pIcon.png) no-repeat;left: 50%;top: 50%;margin-left: -20px;opacity: 0;transition: all .25s;z-index: 3}

.proList li:hover img {transform: scale(1.1)}
.proList li:hover .pImg:before {transform: perspective(200px) rotateX(0)}
.proList li:hover .pImg:after {transition-delay: .1s;margin-top: -27px;opacity: 1}

/*show*/
.articleBox1 .title {text-align: center;font-size: 20px;color: #000;}
.articleBox1 .showInfo {margin: 15px 0;text-align: center;color: #888}
.articleBox1 .showInfo span {margin:0 10px}

.articleBox1 .review {background: #f7f7f7 url(../images/nShow_icon.png) no-repeat left top;padding: 15px 15px 10px;border: 1px dotted #adadad;border-right: none;border-left: none;text-indent: 2em;font-size: 14px;color: #333}
.articleBox1 .fontResizer a {padding: 0 5px}
.articleBox1 .article_key {background: #f7f7f7 url(../images/nShow_icon2.png) no-repeat 15px 7px;color: #adadad;margin-bottom: 20px;padding-left: 35px;line-height: 28px}

.articleBox1 .showContent {padding:30px 0;border-bottom: 1px dotted #adadad;font-size: 13px;color: #424242}
.articleBox1 .detailShare {padding: 25px 0;border-bottom: 1px dotted #adadad}
.articleBox1 .detailShare .share{float: left}
.articleBox1 .detailShare span {border-left: 1px dotted #adadad;padding: 0 15px}
.articleBox1 .detailShare span.date {margin-left: 15px}

.detail_fenx {font-size: 14px;padding: 10px 0;overflow: hidden;margin-bottom: 20px;border-bottom: 1px dotted #adadad;}
.detail_fenx div {width: 48%;display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}


@media screen and (max-width:640px) {
    .newsList li {padding:10px;margin-bottom:10px;}
    .newsList li .date {display: none}

    .newsList li h4 {font-size: 14px;margin-bottom:5px}

    .pagination {padding:15px 0;}


    .proList li {width:48%;}
    .proList li .pImg {padding:0}


    /*show*/
    .articleBox1 .title {font-size: 16px;padding-top: 20px;}
    .articleBox1 .showInfo {margin: 5px 0;}
    .articleBox1 .showInfo span {margin:0 5px}

    .articleBox1 .showContent {padding:10px;font-size: 12px;}
    .articleBox1 .detailShare {display: none}

    .detail_fenx {font-size: 12px;}
    .detail_fenx div {width:100%;display:block;}
}



.product-show-pic {width:50%;float: left}
/*showPro --bigPic*/
.spec-preview {border: 1px solid #ccc;display: table-cell;vertical-align: middle}
.spec-preview .jqzoom {position: relative;cursor: pointer;}
.spec-preview .zoomdiv {z-index: 100;position: absolute;top: 0;left: 0;width: 350px;height: 310px;background: #fff;border: 1px solid #ccc;display: none;text-align: center;overflow: hidden}
.spec-preview .jqZoomPup {z-index: 10;visibility: hidden;position: absolute;top: 0;left: 0;width: 20px;height: 20px;border: 1px solid #aaa;background: #fff;opacity: .5;-moz-opacity: .5;-khtml-opacity: .5;filter: alpha(Opacity=50)}
.spec-scroll {margin-top: 10px;position: relative}
.spec-scroll .prev,.spec-scroll .next{display: none;width: 12px;height:21px;position: absolute;left: 0;top: 50%;background: url(../images/listpro_btn.png) no-repeat 0 0;overflow: hidden;cursor: pointer;transition: all 0s}
.spec-scroll .prev:hover {background-position: 0 -21px}
.spec-scroll .next {background: url(../images/listpro_btn.png) no-repeat 0 -42px;left:auto;right: 0;}
.spec-scroll .next:hover {background-position: 0 -63px}

.spec-scroll .items {position: relative; /*width: calc(100% - 44px);*/margin: 0 auto;overflow: hidden}
.spec-scroll .items ul li {width:31.3%;margin: 0 1%;float: left;cursor: pointer}
.spec-scroll .items ul li .img {border: 1px solid #ccc}
.spec-scroll .items ul li .img:hover, .spec-scroll .items ul .on .img  {border: 1px solid #0071bd}



.proshow_synopsis {width: 46%;font-size: 14px;float: right;line-height:1.8;color: #aaa;border-radius: 3px}
.proshow_synopsis .title {font-size: 18px;margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px solid #dbdbdb;color: #0071bd;}
.proshow_synopsis strong {color: #333;}
.proshow_synopsis .txt {overflow: hidden;height: 205px;margin-bottom: 20px}
.prodcut-tel {padding-left: 40px;margin-bottom: 20px;line-height: 26px;background: url(../images/p_icon.png) no-repeat left 8px}
.prodcut-tel span {font-family: arial;font-size: 24px;color: #0071bd;display: block}

.proshow_synopsis .btn a {display: inline-block;padding: 0 40px;line-height: 40px;text-align: center;color: #fff;font-size: 16px;transition: all .3s;background: #0071bd url(../images/proshow_icon1.png) no-repeat 15px center;}
.proshow_synopsis .btn .a02 {margin-left: 25px;background: #4b4b4b url(../images/proshow_icon2.png) no-repeat 15px center;}
.proshow_synopsis .btn a:hover {opacity: .8;filter: alpha(opacity=50);transition: all .3s}

.gr-tab-list {overflow: hidden;margin-top: 30px;margin-bottom: 20px}
.gr-tab-list .hd {line-height: 34px;border-bottom: 1px solid #dadada}
.gr-tab-list .hd li {padding: 0 30px;margin-right: 5px;float: left;text-align: center;background: #dadada;cursor: pointer}
.gr-tab-list .hd li.on {background: #0071bd;color: #fff}

.gr-tab-list .bd {overflow: hidden;padding-top: 15px}


.orderBox{padding:25px;background:#eee;}
.orderBox h3{font-size:15px;line-height:18px;font-family:微软雅黑;margin-bottom: 20px;}
.orderBox ul li{margin-bottom:10px;line-height:30px;background:#fff;color:#666;border:1px solid #ddd;}
.orderBox ul li .t{float:left;width:80px;text-align:center;background:#fff}

.orderBox ul li .iptTxt{width:calc(100% - 100px);border: 0;border-left:1px solid #ddd;text-indent: 10px;height: 30px;}
.orderBox ul li .iptCode{float:left;width:80px;border: 0;border-left:1px solid #ddd;}
.orderBox ul li .checkcode{float:left;padding:5px;width: 60px;height: 22px;border-left:1px solid #ddd;}

.orderBox ul li .txtContent{width:calc(100% - 100px);border: 0;border-left:1px solid #ddd;height:80px;padding:5px;color:#666;}

.orderBox .btn{width:60%;line-height:35px;background:#333;cursor:pointer;font-size:14px;color:#fff;text-align:center;border:none}
.orderBox .btn:hover{background:#0071bd;color:#fff}

.listMenu {border-bottom: 1px solid #f2f2f2;line-height:60px;margin-top: 30px;}
.listMenu h3 {font-size: 30px;color: #004e9e;padding-right: 40px;display: inline-block;}
.listMenu a {margin-left: 25px;display: inline-block;position: relative}
.listMenu a:after {content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 1px;background: #00509e;transition: transform .4s;transform-origin: right;transform: scale(0, 1)}
.listMenu a.cur, .listMenu a:hover {color: #00509e}
.listMenu a.cur:after, .listMenu a:hover:after {transform: scale(1)}

.contactFont {overflow: hidden;margin-bottom: 30px}
.contactFont iframe{max-width: 100%}
.contactBox{position: relative;margin-bottom: 30px;}
.contactBox .contactBoxR{width:70%;float: right;line-height: 2;}
.contactBox:before{height:60%;width:26%;top: 50%;transform: translateY(-50%);background: url("../images/contact-tel.jpg") no-repeat center;left:0;border-right:1px solid #c3c3c3;content: "";position: absolute;}
.map_m{display: none}

@media screen and (max-width:640px) {

    .product-show-pic,.proshow_synopsis {width:100%;float: none;margin-bottom: 15px;}

    .proshow_synopsis{font-size: 12px;}
    .proshow_synopsis .title {font-size: 16px;margin: 15px 0;padding: 10px 0;}
    .proshow_synopsis .txt {height:auto;margin-bottom:10px}

    .proshow_synopsis .btn{text-align: center}
    .proshow_synopsis .btn a {font-size: 12px;}
    .proshow_synopsis .btn .a02 {margin-left:10px;}


    .orderBox{padding:25px;background:#eee;}
    .orderBox h3{font-size:15px;line-height:18px;font-family:微软雅黑;margin-bottom: 20px;}
    .orderBox ul li{margin-bottom:10px;line-height:30px;background:#fff;color:#666;border:1px solid #ddd;}
    .orderBox ul li .t{float:left;width:80px;text-align:center;background:#fff}

    .orderBox ul li .iptTxt{width:calc(100% - 100px);border: 0;border-left:1px solid #ddd;text-indent: 10px;height: 30px;}
    .orderBox ul li .iptCode{float:left;width:80px;border: 0;border-left:1px solid #ddd;}
    .orderBox ul li .checkcode{float:left;padding:5px;width: 60px;height: 22px;border-left:1px solid #ddd;}

    .orderBox ul li .txtContent{width:calc(100% - 100px);border: 0;border-left:1px solid #ddd;height:80px;padding:5px;color:#666;}

    .orderBox .btn{width:60%;line-height:35px;background:#333;cursor:pointer;font-size:14px;color:#fff;text-align:center;border:none}
    .orderBox .btn:hover{background:#0071bd;color:#fff}

    .map{display: none}
    .map_m{display: block}

    .contactBox{margin-bottom:10px;}
    .contactBox .contactBoxR{width:98%;margin: auto;float: none;line-height: 2;}
    .contactBox:before{display: none}
    .map_m{display: none}

}

.sitemap_con{margin: 20px 0}
.sitemap_con .site_plc {padding: 5px 0;text-indent: 15px;background: url(../images/mapIcon.png) no-repeat 0 8px}
.sitemap_con h4 {line-height: 35px;border-bottom: 1px dotted #ccc;font-size: 15px;margin-bottom: 5px;font-family: 微软雅黑;color: #333}
.sitemap_con h4 a {color: #333}
.sitemap_con .b4 {margin-bottom: 20px;overflow: hidden}
.sitemap_con .b4 ul {}
.sitemap_con .b4 li {line-height: 30px;width:25%;text-indent: 14px;font-size: 13px;float: left;background: url(../images/ly_li.png) no-repeat left center}

.feedback {margin: 50px 0;overflow: hidden}
.feedback .title {text-align: center;font-size: 24px;font-weight: 400;margin-bottom: 25px;color: #333;position: relative}
.feedback .title span {padding: 0 25px;background: #fff;position: relative;z-index: 2}
.feedback .title::before {content: "";border-bottom: 1px solid #e1e1e1;width: 100%;left: 0;position: absolute;top: 13px}

.feedback ul li{margin-bottom: 30px;line-height: 32px;}

.feedback label{display: block;float: left;line-height: 32px;text-indent: 40px;background: url(../images/contact.png) no-repeat;position: relative}
.feedback input {width: 210px;height: 30px;line-height: 30px;float: left;padding: 0 10px;border: 1px solid #dbdbdb}
.feedback .msg {border-top: 1px dotted #ccc;padding: 30px 0}
.feedback textarea {height: 125px;padding: 10px;border: 1px solid #dbdbdb;display: block}

.feedback .btns {width: 120px;height: 40px;margin-right: 10px;background: #0071bd;color: #fff;border: none;font-size: 15px;margin-bottom: 0;cursor: pointer}
.feedback .btns:hover {background: #333;transition: all .3s}
.feedback .reset {background: #ccc;cursor: pointer;margin-bottom: 0}

.feedback .tableRow {width: 100%;height: 32px}
.feedback .tableRow input {width: 150px;margin-right: 10px;color: #999;float: left}
.feedback .tableRow .checkcode {width: 50px;height: 22px;margin-left: 5px;border: 1px solid #ccc;padding: 4px 5px;display: block;float: left;background: #fff}
.feedback input:focus,.feedback textarea:focus {border-color: #666}



.feedback label.name {background-position: 0 -32px}
.feedback label.email {background-position: 0 -64px}
.feedback label.city {background-position: 0 -96px}
.feedback label.msg_title {background-position: 0 -128px}
.feedback label.address {background-position: 0 -160px}
.feedback label.message {background-position: 0 -192px;margin-bottom: 10px}

@media screen and (max-width:640px) {

    .sitemap_con .b4 li {width:50%;font-size: 12px;}

    .feedback {margin:20px 0;}
    .feedback .title {font-size: 16px;}
    .feedback .title span {padding: 0 25px;}
    .feedback .title::before {top: 13px}

    .feedback ul li{margin-bottom:15px;}
    .feedback label{text-indent:0;background:none;}

    .feedback input,.feedback textarea {width:calc(100% - 110px);}
    .feedback .msg {padding: 0;border: 0}

    .feedback .btns { font-size: 12px; }

    .feedback .tableRow input {width: 100px; }
 

}









.honorList ul li {
    width: 240px;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    text-align: center;
    padding: 5px 5px 0;
    background: #f2f2f2;
    border-bottom: 3px solid #ddd;
    position: relative
}

.honorList ul li .pImg {
    display: block;
    width: 230px;
    height: 200px;
    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 .5s;
    width: 0
}

.honorList ul li:hover::before {
    width: 100%;
    background: #0071bd;
    transition: all .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
}

.caseList li {
    float: left;
    width: 240px;
    background: #fff;
    margin: 0 25px 25px 0;
    border: 1px solid #ccc;
    padding: 4px 4px 0;
    line-height: 22px;
    padding-bottom: 4px;
    font-size: 12px;
    color: #888
}

.caseList li .cImg {
    width: 240px;
    height: 145px;
    display: block;
    overflow: hidden
}

.caseList li a {
    color: #888
}

.caseList li img {
    width: 240px;
    height: 145px;
    transition: all .5s
}

.caseList li h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
    margin-top: 8px;
    font-weight: 400;
    padding-top: 8px;
    font-size: 14px;
    color: #333;
    text-align: center
}

.caseList li:hover img {
    transform: scale(1.1, 1.1)
}

.caseList li:hover {
    border: 1px solid #0071bd
}

.caseList li:hover h5 {
    border-top: 1px solid #0071bd;
    color: #0071bd
}

.settingList li {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 3px solid #ddd;
    position: relative
}

.settingList li img {
    display: block;
    width: 270px;
    height: 170px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .5s
}

.settingList li::before {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    left: 0;
    transition: all .5s;
    width: 0
}

.settingList li:hover::before {
    width: 100%;
    background: #0071bd;
    transition: all .5s
}

.settingList li span {
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 5px
}

.settingList li:hover img {
    transform: scale(.95)
}

.caseShow .title {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400
}

.caseShow .p1 {
    margin-bottom: 25px;
    text-align: center;
    color: #666;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px
}

.caseShow .p1 span {
    margin-right: 15px
}


.caseShow_font1 .title {
    height: 35px;
    border-bottom: 1px solid #ccc
}

.caseShow_font1 .title span {
    float: left;
    height: 35px;
    width: 120px;
    font-size: 14px;
    text-align: center;
    line-height: 35px
}

.caseShow_font1 .title .on {
    background: #0071bd;
    color: #fff
}

.caseShow_font1 {
    margin-bottom: 30px
}


.partnerList li img {
    width: 190px;
    height: 110px;
    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
}






#dituContent {height: 420px}


