@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

p {
    margin: 0 0 5px;
}

div, form, img, ul, ol, li, dl, dt, dd, textarea {
    margin: 0;
    padding: 0;
    border: 0
}

ul, li {
    list-style-type: none
}

a, a:hover {
    text-decoration: none;
    cursor: pointer;
}

.clear {
    clear: both;
    float: none;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f20 {
    font-size: 20px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f40 {
    font-size: 40px;
}

.red {
    color: #d8271f;
}

.bg-red {
    background-color: #d8271f;
}

.container-fluid, .container {
    padding: 0;
}

.container {
    width: 1200px;
}

.top {
    height: 40px;
    background-color: #f1f1f1;
    line-height: 40px;
    color: #666666;
    border-bottom: solid #dcdcdc 1px;
}

.top .top-left {
    float: left;
}

.top .top-right {
    width: 120px;
    float: right;
    padding-left: 25px;
    background-image: url(../images/index/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.header {
    height: 120px;
}

.header .header-left {
    float: left;
    padding-top: 15px;
}

.menu {
    height: 50px;
    margin: 10px 0;
}

.menu li {
    float: left;
    width: 200px;
    text-align: center;
}

.menu li a {
    line-height: 50px;
    display: block;
    color: #222222;
    background-image: url(../images/index/menu_li.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
}

.menu li:last-child {
    line-height: 50px;
    display: block;
    color: #222222;
    background-image: url(../images/index/menu_li.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.menu li a:hover {
    color: #d9261f;
}

.menu li.active a {
    color: #d9261f;
}

.home-banner {
    width: 100%;
}

.home-banner img {
    width: 100%;
}

.flash {
    margin: 0 auto;
    max-width: 1920px;
}

.product {
    padding: 40px 0;
}

.product .product-list {
    padding-top: 50px;
}

.product-page .product-list .col-sm-4 {
    padding-left: 1px;
    padding-right: 1px;
}

.product-page .product-list .col-sm-4 a {
    height: 60px;
    background-color: #8497b0;
    line-height: 60px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    padding-left: 20px;
}

.product-page .product-list .col-sm-4 a span {
    display: block;
    background-image: url(../images/product/li_right_icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.product-page .product-list .col-sm-4 a.active {
    background-color: #db1c14;
}

.product-page .product-list .col-sm-4 a.active span {
    display: block;
    background-image: url(../images/product/li_down_icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.product-page .content {
    padding-top: 20px;
    padding-bottom: 40px;
}

.product-page .content .table {
    width: 100%;
    margin-bottom: 20px;
    color: #000000;
}

.product-page .content .no-table > tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
}

.product-page .content .table > tbody > tr > td, .product-page .content .table > tbody > tr > th {
    padding: 8px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #f1f1f1;
}

.product-page .content .pb20 {
    padding-bottom: 20px;
}

.title-block {
    height: 32px;
    border-left: solid 5px #db1c14;
    padding-left: 10px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

.title-block .zh {
    font-size: 32px;
    color: #090504;
    line-height: 32px;
}

.title-block .en {
    font-size: 24px;
    color: #a7a7a7;
}

.home-cases {
    /*height: 720px;*/
    background-color: #f4f4f4;
    padding: 40px 0;
}

.home-cases .cases-list {
    padding: 20px 0;
}

.home-cases .cases-list .row .col-md-2 {
    width: 20%;
}

.home-cases .cases-list .cases-box {
    width: 133px;
    height: 140px;
    -webkit-box-shadow: 0px 10px 10px #ddd;
    -moz-box-shadow: 0px 10px 10px #ddd;
    box-shadow: 0px 10px 10px #ddd;
    margin-top: 25px;
    margin-left: 35px;
}

.home-cases .cases-list .cases-box p {
    line-height: 40px;
    padding-left: 6px;
    color: #666;
    font-size: 12px;
}

.home-application-list .row .col-sm-6 {
    position: relative;
    margin-bottom: 20px;
}

.home-application-list .row .col-sm-6 img {
    width: 100%;
}

.home-application-list .row .col-sm-6 .app-box {
    width: 95%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
}

.home-application-list .row .col-sm-6 .app-box a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
}

.home-application-list .row .col-sm-6 .app-box .pull-left {
    padding-left: 20px;
    padding-top: 140px;
}

.home-application-list .row .col-sm-6 .app-box .pull-right {
    padding-top: 155px;
    padding-right: 20px;
}

.home-application-list .row .col-sm-6 .app-box .pull-right span {
    background-color: #db1c14;
    padding: 5px 10px;
}

.home-news {
    background-color: #e5f4ff;
}

.home-mews-list {
    border: solid 1px #8ad7ff;
    margin-bottom: 40px;
    background-color: #ffffff;
}

.home-mews-list .row {
    border-bottom: solid 1px #8ad7ff;
    line-height: 45px;
    margin: 0 15px;
}

.home-mews-list .row .col-sm-2 span {
    padding: 5px 20px;
    border-radius: 0;
}

.home-mews-list .row:last-child {
    border-bottom: 0;
}

.home-mews-list .line {
    border-bottom: solid 1px #8ad7ff;
}

/*服务优势*/
.service {
    padding: 50px 0;
}

.service .service-block {
    padding-top: 20px;
}

.service .service-block .service-block-left {
    width: 295px;
    float: left;
}

.service .service-block .service-block-center {
    width: 550px;
    float: left;
}

.service .service-block .service-block-right {
    width: 295px;
    float: right;
}

.service .service-block-item {
    padding: 35px 0;
}

.service .service-block-item .no a {
    font-size: 30px;
    color: #0ca53a;
    font-weight: 600;
}

.service .service-block-item .no a:hover {
    color: #ff8a19;
    cursor: pointer;
}

.contact-box {
    padding-bottom: 50px;
}

.contact-box .box-border {
    border: solid 1px #0093dd;
    padding: 20px;
    height: 280px;
}

.contact-box .title {
    font-size: 26px;
    color: #0070c0;
}

.contact-box .context {
    font-size: 16px;
    padding-top: 95px;
    color: #090504;
}

.about {
    height: 370px;
    margin-top: 40px;
    margin-bottom: 30px;
    overflow: hidden;
}

.about .about-left {
    width: 600px;
    float: left;
}

.about .about-right {
    width: 560px;
    height: 370px;
    float: right;
    background-image: url(../images/index/about_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.about .about-right .about-right-block {
    padding: 10px 15px;
}

.about .about-right .about-right-title {
    font-size: 26px;
    font-weight: 600;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px;
}

.about .about-right .about-right-context {
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
}

.about .about-right .about-right-more {
    padding: 10px 0;
}

.about .about-right .about-right-more a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #0ca539;
    text-align: center;
    color: #ffffff;
    display: block;
}

.about-bg {
    background-color: #ffffff;
}

.about-page {

}

.about-page .history-bg {
    background-color: #ececec;
    background-image: url(../images/about/history_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.about-page .history-context {
    padding-bottom: 60px;
}

.about-page .history-context img {
    width: 100%;
}

.news-page {
    padding-bottom: 50px;
}

.news-page .news-nav {
    height: 80px;
    border-bottom: solid 1px #8497b0;
    line-height: 80px;
    overflow: hidden;
    font-size: 18px;
}

.news-page .news-nav .pull-left {
    padding-right: 10px;
}

.news-page .news-nav a {
    color: #090504;
}

.news-page .news-left {
    width: 960px;
    float: left;
    border: solid 1px #8ad7ff;
}

.news-page .news-left .row {
    line-height: 45px;
    border-bottom: solid 1px #8ad7ff;
    margin: 0 15px;
}

.news-page .news-left .row .col-sm-2 span {
    padding: 5px 20px;
    border-radius: 0;
}

.news-page .news-left .row:last-child {
    border-bottom: 0;
}

.news-page .news-left .row a {
    color: #090504;
}

.news-page .news-right {
    width: 220px;
    float: right;
}

.news-page .news-right a {
    line-height: 40px;
    display: block;
    background-color: #8497b0;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.news-page .news-right a.active {
    background-color: #c90706;
}

.news-page .news-title-block {
    height: 26px;
    border-left: solid 5px #db1c14;
    padding-left: 10px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 26px;
}

.news {
}

.news .news-block {
    height: 452px;
    margin-top: 40px;
    margin-bottom: 50px;
    overflow: hidden;
}

.news .news-left {
    width: 360px;
    float: left;
}

.news .news-center {
    width: 360px;
    float: left;
    margin-left: 30px;
}

.news .news-right {
    width: 360px;
    height: 452px;
    float: right;
    background-color: #f5f5f5;
}

.news .news-right .news-right-block {
    padding: 20px 30px;
}

.news .news-title {
    height: 32px;
}

.news .news-title .news-title-left {
    height: 32px;
    float: left;
    font-size: 16px;
    background-image: url(../images/index/news_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-weight: 600;
}

.news .news-title .news-title-right {
    float: right;
}

.news .news-title .news-title-right a {
    color: #b0b0b0;
}

.news .news-banner {
    height: 111px;
    overflow: hidden;
    padding-top: 20px;
}

.news .news-banner img {
    width: 370px;
    height: 111px;
}

.news .news-list {
    height: 309px;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    padding: 15px 30px;
}

.news .news-list li {
    line-height: 34px;
    border-bottom: dashed 1px #dddddd;
}

.news .news-list li:last-child {
    line-height: 30px;
    border-bottom: 0;
}

.news .news-list a {
    color: #666;
}

.news .news-list a:hover {
    color: #ff8a19;
}

.news .question-list {
    padding-top: 20px;
}

.news .question-list .question-box {
    height: 80px;
    border-bottom: dashed 1px #dddddd;
    overflow: hidden;
    margin: 10px 0;
}

.news .question-list .question-box .ask {
    height: 30px;
}

.news .question-list .question-box .ask .ask-left {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #333333;
    float: left;
    text-align: center;
    color: #ffffff;
}

.news .question-list .question-box .ask .ask-right {
    line-height: 30px;
    float: left;
    padding-left: 8px;
}

.news .question-list .question-box .answer {
    height: 50px;
}

.news .question-list .question-box .answer .answer-left {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #169b3e;
    float: left;
    text-align: center;
    color: #ffffff;
}

.news .question-list .question-box .answer .answer-right {
    width: 270px;
    line-height: 20px;
    float: left;
    padding-left: 8px;
    color: #666;
}

.links {
    height: 56px;
    line-height: 56px;
    background-color: #f5f5f5;
}

.links .links-left {
    float: left;
    width: 80px;
    background-image: url(../images/index/link_line.png);
    background-repeat: no-repeat;
    background-position: 70px center;
    color: #666;
}

.links .links-right a {
    float: left;
    margin-left: 15px;
    color: #333333;
}

.area {
    height: 56px;
    line-height: 56px;
}

.area .area-left {
    float: left;
    width: 80px;
    background-image: url(../images/index/link_line.png);
    background-repeat: no-repeat;
    background-position: 70px center;
    color: #666;
}

.area .area-right a {
    float: left;
    margin-left: 15px;
    color: #333333;
}

.footer {
    background-color: #8497b0;
    color: #ffffff;
    padding: 40px 0;
}

.footer .footer-left {
    float: left;
}

.footer .footer-right {
    width: 300px;
    float: right;
}

.copyright {
    text-align: center;
    color: #fffefe;
    line-height: 50px;
    background-color: #6c7e96;
}

.copyright a {
    color: #fffefe;
}

.about-banner {
    height: 300px;
    overflow: hidden;
    background-image: url(../images/banner04.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.product-banner {
    text-align: center;
}

.product-banner img {
    width: 100%;
}

.contact-banner {
    text-align: center;
}

.contact-banner img {
    width: 100%;
}

.search-block {
    height: 60px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 0 20px;
}

.search-block .search-block-left {
    width: 400px;
    height: 60px;
    float: left;
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}

.search-block .search-block-left .input-group {
    margin-top: 13px;
    margin-left: 20px;
}

.search-block .search-block-right {
    width: 130px;
    line-height: 60px;
    float: right;
    background-image: url(../images/home_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    color: #999;
}

.search-block .search-block-right a {
    color: #666;
}

.nav-block {
    height: 45px;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 0 20px;
}

.nav-block .nav-block-home {
    line-height: 45px;
    background-image: url(../images/home_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 26px;
    color: #999;
}

.nav-block a {
    color: #666;
}

.context-bg {
    background-color: #f4f4f4;
}

.context-block {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}

.context-block a {

}

.context-block .context-block-title {
    font-size: 20px;
    font-weight: 600;
}

.context-block .context-block-box {
    padding-top: 15px;
}

.btn-green {
    color: #fff;
    background-color: #169b3e;
    border-color: #169b3e;
}

.btn-green:hover {
    color: #fff;
}

.category-block {
    height: 25px;
    color: #666666;
    line-height: 25px;
}

.category-block-left {
    float: left;
}

.category-block-right {
    float: left;
}

.category-block-right a {
    margin-left: 10px;
    color: #666666;
}

.category-block-right a:hover {
    color: #4eae46;
}

.category-block-right a.active {
    color: #4eae46;
}

.news-list {
    padding-bottom: 20px;
}

.news-list .news-box {
    height: 280px;
    background-color: #f8f8f8;
    margin-top: 20px;
    color: #777777;
    padding: 0 30px;
}

.news-list .news-box .news-time {
    width: 100px;
    height: 100px;
    background-color: #666666;
    color: #ffffff;
}

.news-list .news-box .news-time a {
    width: 100px;
    height: 100px;
    color: #ffffff;
    padding: 15px;
    display: block;
}

.news-list .news-box .news-time a:hover {
    background-color: #4eae46;
    color: #ffffff;
    padding-top: 20px;
    cursor: pointer;
}

.news-list .news-box .news-time p {
    margin: 0;
}

.news-list .news-box .news-title {
    padding: 10px 0;
}

.news-list .news-box .news-title a {
    font-size: 14px;
    color: #777777;
}

.news-list .news-box .news-title a:hover {
    color: #4eae46;
}

.news-list .news-box .news-des {
    line-height: 20px;
    color: #888;
}

.page {

}

.page nav {
    text-align: center;
}

.product-list {
}

.product-list .row {
    margin: 0;
}

.message_block .form-horizontal .form-group {
    margin-bottom: 22px;
}

.message_block .captcha {
    cursor: pointer;
}

.no-data {
    line-height: 200px;
    text-align: center;
    color: #999999;
}

.news-detail {
}

.news-detail h1 {
    text-align: center;
    font-size: 20px;
}

.news-detail .time {
    line-height: 30px;
    border-bottom: solid 1px #8ad7ff;
}

.news-detail .news-detail-title {
    height: 48px;
    border-bottom: solid 2px #32a129;
}

.news-detail .news-detail-title span {
    width: 120px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    background-color: #32a129;
    display: block;
}

.news-detail .content {
    padding: 20px 0;
}

.news-detail .content a {
    color: #333;
}

.news-detail .content a:hover {
    color: #169b3e;
}

.news-detail .content p {
    margin: 0 0 5px;
}

.news-detail .tag {
    height: 30px;
}

.news-detail .tag a {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #CCCCCC;
    padding: 5px 10px;
    margin: 0 2px;
    border-radius: 5px;
}

/*相关新闻*/
.related-block {
    width: 100%;
    padding-bottom: 40px;
    background: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 8px 8px #d3d3d3;
    -moz-box-shadow: 0px 8px 8px #d3d3d3;
    box-shadow: 0px 8px 8px #d3d3d3;
}

.related-block .t1 {
    color: #555;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.related-block .t2 {
    border: 0;
    border-top: solid 1px #e7e7e7;
}

.related-block .t2 legend {
    width: auto;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    border-bottom: 0;
}

.related-block ul {
    padding: 10px 20px;
}

.related-block li {
    width: 25%;
    float: left;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    position: relative;
}

.related-block li a {
    color: #555;
    padding-left: 13px;
    display: inline-block;
}

.related-block li:after {
    width: 3px;
    height: 3px;
    content: "";
    left: 0;
    top: 12px;
    position: absolute;
    background: #1690ed;
}

.tag_index {
    padding: 20px;
}

.tag_index a {
    font-size: 14px;
    color: #fff;
    background-color: #777;
    padding: 5px 10px;
    float: left;
    margin: 5px;
}

.home-history {
    height: 750px;
    background-image: url(../images/index/history_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.home-history .history-roll {
    margin-top: 50px;
    height: 650px;
    overflow-x: auto;
    overflow-y: hidden;
}

.home-history .history-roll .history-box {
    width: 3190px;
}

.home-product-list .row .col-sm-4 img {
    width: 100%;
}

/*荣誉资质*/
.honor-list {
    padding-bottom: 20px;
    text-align: center;
}

.honor-list .honor-box {
    height: 252px;
    width: 300px;
    margin: 10px 28px;
    color: #777777;
    overflow: hidden;
}

.honor-list .honor-box .honor-image {
    height: 212px;
}

.honor-list .honor-box .honor-title {
    line-height: 35px;
    text-align: center;
}

/*客户案例*/
.case-list {
    padding-bottom: 20px;
    text-align: center;
}

.case-list .case-box {
    margin: 10px;
    color: #777777;
}

.case-list .case-box .case-image {
    height: 100px;
}

.case-list .case-box .case-image img {
    -webkit-box-shadow: 8px 8px 8px #d3d3d3;
    -moz-box-shadow: 8px 8px 8px #d3d3d3;
    box-shadow: 8px 8px 8px #d3d3d3;
}

.case-list .case-box .case-title {
    line-height: 36px;
    color: #999;
    font-size: 13px;
}

/*标签*/
.tag-list {
    margin: 20px 0;
    background-color: #ffffff;
    padding: 0 10px;
}

.tag-list .row {
    margin: 0;
}

.tag-list .row .col-md-4 {
    padding: 0;
}

.tag-list .tag-box {
    height: 160px;
    background-color: #f8f8f8;
    margin-top: 20px;
    color: #777777;
    padding: 0 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.tag-list .tag-box .tag-title {
    padding: 10px 0;
}

.tag-list .tag-box .tag-title a {
    font-size: 16px;
    color: #777777;
    font-weight: 600;
}

.tag-list .tag-box .tag-title a:hover {
    color: #4eae46;
}

.tag-list .tag-box .tag-des {
    line-height: 20px;
    color: #999;
}

.case-page {

}

.case-page .case-block {
    padding-bottom: 40px;
}

.case-page .case-block .row {
    margin-left: 0;
    margin-right: 0;
}

.case-page .case-block .row img {
    width: 100%;
}

.case-page .case-block .case-box {
    background-color: #d8271f;
    height: 200px;
    color: #ffffff;
    padding-left: 30px;
    overflow: hidden;
}

.case-page .case-block .case-box .title {
    padding-top: 20px;
}

.case-page .case-block .case-box .des {
    padding-top: 60px;
}

.case-page .case-block .row .col-sm-6 {
    padding: 0;
}

.case-page .case-block .list-block {
    height: 200px;
    position: relative;
}

.case-page .case-block .case-open-close {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 76px;
}

.case-page .case-block .case-open-close a {
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
}

.case-page .case-detail {
    padding: 20px;
    border-left: solid 1px #dd251d;
    border-right: solid 1px #dd251d;
    border-bottom: solid 1px #dd251d;
}

.case-page .h20 {
    height: 20px;
}