@charset "utf-8";
/*
Copyright (C) 山东卓博信息科技有限公司 All rights reserved
版权声明：以下代码均属于山东卓博信息科技有限公司（以下简称卓博科技）原创设计，版权归卓博科技所有，拷贝、抄袭、盗用者将追究其法律责任。
 */
body {
    background: #fff;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.10s linear 0.01s;
    -moz-transition: all 0.10s linear 0.01s;
    -ms-transition: all 0.10s linear 0.01s;
    -o-transition: all 0.10s linear 0.01s;
    transition: all 0.10s linear 0.01s;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #d5231b;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

li, img {
    -webkit-transition: all 0.20s linear 0.01s;
    -moz-transition: all 0.20s linear 0.01s;
    -ms-transition: all 0.20s linear 0.01s;
    -o-transition: all 0.20s linear 0.01s;
    transition: all 0.20s linear 0.01s;
}

em {
    font-style: normal;
}

@keyframes promove {
    from {
        transform: translateX(0px)
    }
    to {
        transform: translateX(5px)
    }
}

@keyframes scaleDraw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 auto;
}

.container {
    width: 1200px !important;
    padding: 0;
    position: relative;
}

.left {
    float: left
}

.right {
    float: right
}

.navbar-example {
    position: fixed;
    top: 20%;
    left: 0;
    width: 50px;
    z-index: 80;
}

.navbar-example .nav {
    background: none;
}

.navbar-example .nav img {
    height: 40px;
}

.navbar-example .navbar-collapse {
    padding: 0;
}

.navbar-example .navbar-nav > li {
    display: block;
    float: none;
    height: 40px;
    width: 80px;
    border-top: 1px solid #d5231b;
    text-align: center;
    line-height: 40px;
    background: #d5231b;
    border-right: 1px solid #d5231b;
}

.navbar-example .navbar-nav > li:last-child {
    border-bottom: 1px solid #d5231b;
}

.navbar-example .navbar-nav > li > a {
    padding: 0;
    line-height: 40px;
    color: #fff;
}

.navbar-example .navbar-nav > li > a:hover {
    background: #fff;
    color: #d5231b;
}

.navbar-example .navbar-nav > li.active > a {
    color: #d5231b;
    cursor: default;
    background-color: #fff;
    border: 0;
    line-height: 40px;
}

.header {
    clear: both;
}

.header .bar {
    display: none;
}

.header .main {
    padding: 28px 100px;
}

.header .main .logo {
}

.header .main .top-l .zx {
    color: #666;
    border-left: 2px solid #d4d4d4;
    padding-left: 18px;
    margin: 5px 0 0 28px;
}

.header .main .top-l .zx .numb {
    color: #d5231b;
    font-size: 30px;
    padding-left: 8px;
}

.header .main .top-l .zx .numb span {
    color: #666;
}

.header .main .top-r .s_nav > li {
    float: left;
    padding-left: 30px;
    line-height: 44px;
}

.header .main .top-r .s_nav > .on a {
    color: #d5231b;
}

.header .main .top-r .s_nav > li a {
    color: #272636;
    font-size: 15px;
}

.header .main .top-r .s_nav > li a:hover {
    color: #d5231b;
}

.header .main .top-r .s_nav > li a span {
    display: block;
}

.header .main .top-r .shop {
    padding-left: 140px;
    line-height: 44px;
}

.header .main .top-r .shop .ico {
}

.header .main .top-r .shop .ico img {
    width: 24px;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 46%;
}

.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    border-radius: 100px;
    margin: 0 2px;
}

.banner .hd ul li.on {
    background: #d5231b;
    color: #d5231b;
    width: 40px;
}

.banner .bd {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.banner .bd ul {
    width: 100%;
    top: 0;
    left: 0
}

.banner .bd li {
    float: left;
    width: 100%;
}

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

.banner .bd li img {
    width: 100%;
}

.banner .prev, .banner .next {
    height: 75px;
    line-height: 75px;
    background: #fff;
    position: absolute;
    top: 45%;
    margin-top: -25px;
    display: block;
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: 50px;
    color: #000;
    padding: 0 5px;
}

.banner .next {
    left: auto;
    right: 0;
    background-position: 8px 5px;
}

.banner .prev:hover, .banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}

.index-title {
    clear: both;
    text-align: left;
}

.index-title .l1 {
    width: 85px;
    height: 3px;
    background: #d5231b;
}

.index-title .l2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    padding: 18px 0 14px 0;
}

.index-title .l3 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.inner .index-title {
    clear: both;
    text-align: center;
}

.index-title .t-1 {
    font-size: 26px;
    color: #333333;
    padding: 10px 0 10px 0;
}

.index-title .t-2 {
    font-size: 20px;
    color: #666666;
}

.hty-about {
    padding-top: 40px;
    margin-bottom: 100px;
    background: #fafafa;
    padding-bottom: 20px;
}

.hty-about .ab-cont {
    position: relative;
}

.hty-about .intro {
    max-width: 760px;
}

.hty-about .intro .p1 {
    color: #666666;
    line-height: 26px;
}

.hty-about .intro .h1 {
    padding: 34px 0 13px 0;
    font-size: 18px;
    color: #d5231b;
}

.hty-about .intro .list {
    margin-left: -35px;
    margin-bottom: -20px;
    margin-top: 28px;
}

.hty-about .intro .list > li {
    float: left;
    padding-left: 32px;
    padding-bottom: 20px;
}

.hty-about .intro .list > li .box {
    display: block;
    text-align: center;
    padding: 16px 54px;
    background: #f4f4f4;
}

.hty-about .intro .list > li .box .ico img {
    height: 40px;
}

.hty-about .intro .list > li .box .font {
    color: #666;
    padding-top: 10px;
}

.hty-about .infor {
    background: #f4f4f4;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hty-about .infor .obtain {
    padding: 30px 47px 30px 41px;
    background: #d5231b;
    color: #ffffff;
}

.hty-about .infor .obtain .ico img {
    width: 56px;
}

.hty-about .infor .obtain .line {
    width: 2px;
    height: 26px;
    background: #eee;
    margin: 13px 20px 0 20px;
}

.hty-about .infor .obtain .p1 {
    padding-top: 3px;
}

.hty-about .infor .obtain .p1 .h1 {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 0;
}

.hty-about .infor .tab > li {
    padding: 0 52px;
}

.hty-about .infor .tab > li .box {
    border-bottom: 1px solid #999;
    line-height: 55px;
}

.hty-about .infor .tab > li .input_1 {
    border: 0;
    margin-top: 40px;
    width: 100%;
    height: 34px;
    background: none;
}

.hty-about .infor .tab > li .text_a {
    border: 0;
    height: 82px;
    width: 100%;
    margin-top: 40px;
    background: none;
}

.hty-about .infor .tab > li .submit {
    display: block;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 20px 0;
    margin: 44px 0 37px 0;
}

.hty-product {
    margin-top: 80px;
}

.hty-product .sort {
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 26px;
}

.hty-product .sort > li {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.hty-product .sort > li .box {
    padding: 8px 13px;
    background: #f4f4f4;
    display: block;
    font-size: 16px;
}

.hty-product .sort > li .box:hover {
    background: #d5231b;
    color: #ffffff;
}

.hty-product .sort > li .on {
    background: #d5231b;
    color: #ffffff;
}

.hty-product .offset {
    margin-left: -30px;
    margin-bottom: -30px;
    margin-top: 48px;
}

.hty-product .offset .list > li {
    float: left;
    width: 33.33%;
    padding-left: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.hty-product .offset .list > li .box {
    display: block;
    position: relative;
}

.hty-product .offset .list > li .box .pic img {
    max-width: 100%;
    display: block;
}

.hty-product .offset .list > li .box .fbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s ease;
    background: rgba(213, 35, 27, .7);
}

.hty-product .offset .list > li .box .fbox .font {
    border: 1px solid #ffffff;
    position: absolute;
    left: 13px;
    right: 13px;
    top: 13px;
    bottom: 13px;
    text-align: center;
    color: #ffffff;
    padding-top: 20%;
}

.hty-product .offset .list > li .box .fbox .font .p1 {
    font-size: 12px;
}

.hty-product .offset .list > li .box .fbox .font .p2 {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.hty-product .offset .list > li .box .fbox .font .p3 {
    font-size: 24px;
}

.hty-product .offset .list > li .box:hover .fbox {
    opacity: 1;
}

.hty-product .pro-btn {
    text-align: center;
    margin-top: 50px;
}

.hty-product .pro-btn .pro-con {
    display: inline-block;
    padding: 11px 23px;
    border: 2px solid #666666;
    color: #333;
}

.hty-advantage {
    margin-top: 80px;
}

.hty-advantage .left {
    width: 50%;
}

.hty-advantage .left .list {
    margin-left: -2px;
    margin-bottom: -2px;
}

.hty-advantage .left .list > li {
    float: left;
    width: 50%;
    padding-left: 2px;
    padding-bottom: 2px;
}

.hty-advantage .left .list > li .box {
    display: block;
    padding: 0;
    height: 299px;
    text-align: center;
    background: #f4f4f4;
    position: relative;
}

.hty-advantage .left .list > li .box .ico {
    padding-top: 70px;
}

.hty-advantage .left .list > li .box .ico img {
    height: 39px;
}

.hty-advantage .left .list > li .box .ico .img2 {
    display: none;
}

.hty-advantage .left .list > li .box .p1 {
    color: #333;
    font-weight: bold;
    padding: 13px 0 21px 0;
    font-size: 16px;
}

.hty-advantage .left .list > li .box .p2 {
    color: #666;
    line-height: 24px;
    padding: 0 50px;
}

.hty-advantage .left .list > li .box .p2 span {
    color: #d5231b;
}

.hty-advantage .left .list > li .box .line {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #ffffff;
    opacity: 0;
}

.hty-advantage .left .list > li .box:hover {
    background: #d5231b;
}

.hty-advantage .left .list > li .box:hover .ico .img1 {
    display: none;
}

.hty-advantage .left .list > li .box:hover .ico .img2 {
    display: inline-block;
}

.hty-advantage .left .list > li .box:hover .p1 {
    color: #ffffff;
}

.hty-advantage .left .list > li .box:hover .p2 {
    color: #ffffff;
}

.hty-advantage .left .list > li .box:hover .p2 span {
    color: #fff;
}

.hty-advantage .left .list > li .box:hover .line {
    opacity: 1;
}

.hty-advantage .right {
    width: 50%;
    height: 600px;
    background: url(../bgimg/advantage-right.jpg) no-repeat center center;
    background-size: cover;
}

.hty-equipment {
    margin-top: 80px;
}

.hty-equipment .list li {
}

.hty-equipment .list li .left {
    width: 573px;
    height: 573px;
    overflow: hidden;
}

.hty-equipment .list li .left video {
    width: 573px;
    height: 573px;
}

.hty-equipment .list li .right_t {
    float: left;
}

.hty-equipment .list li .right_t .intro {
    background: #f4f4f4;
    color: #666;
    padding: 10px 69px 50px 60px;
}

.hty-equipment .list li .right_t .intro .h1 {
    font-size: 20px;
    font-weight: bold;
}

.hty-equipment .list li .right_t .intro .h2 {
    font-size: 16px;
    color: #d5231b;
}

.hty-equipment .list li .right_t .intro .p1 {
    line-height: 24px;
    padding-bottom: 10px;
    max-width: 498px;
}

.hty-equipment .list li .right_t .intro .p2 {
    line-height: 24px;
    max-width: 498px;
    overflow: hidden;
    border: 1px dashed #ccc;
    padding: 20px;
}

.hty-service {
    margin-top: 30px;
}

.hty-service .index-title {
    text-align: center;
}

.hty-service .index-title .l1 {
    margin: 0 auto;
}

.hty-service .cont {
    position: relative;
}

.hty-service .cont .bd ul li {
    width: 290px;
    height: 290px;
    margin-left: 10px;
    margin-top: 10px;
}

.hty-service .cont .bd ul li .box {
    padding: 30px;
    box-shadow: 0 0 5px #ccc;
    float: left;
    margin-right: 10px;
}

.hty-service .cont .bd ul li .box span {
    font-size: 16px;
    display: block;
    margin: 5px auto;
    border-bottom: 1px dashed #ccc;
    text-align: center;
    padding: 10px;
}

.hty-service .cont .bd ul li .box p {
    color: #666;
    margin-top: 5px;
}

.hty-service .cont .hd {
    text-align: center;
    margin-top: 30px;
}

.hty-service .cont .hd ul {
}

.hty-service .cont .hd ul li {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #ccc;
    margin: 5px;
    overflow: hidden;
    color: #ccc;
}

.hty-service .cont .hd ul .on {
    background: #d5231b;
    color: #d5231b;
    border-radius: 100px;
}

.hty-case {
    margin-top: 30px;
}

.hty-case .index-title {
    text-align: center;
}

.hty-case .index-title .l1 {
    margin: 0 auto;
}

.hty-case .cont {
    border-top: 0;
    padding: 10px;
}

.hty-case .cont .bd {
    overflow: hidden;
    position: relative;
}

.hty-case .cont .bd .tempWrap {
}

.hty-case .cont .bd ul {
    overflow: hidden;
    zoom: 1;
}

.hty-case .cont .bd ul li {
    position: relative;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin: 8px;
    width: 24%;
}

.hty-case .cont .bd ul li img {
    width: 100%;
    display: block;
    z-index: 0;
}

.hty-case .cont .bd ul li .text {
    margin-top: 10px;
}

.hty-case .cont .hd {
    overflow: hidden;
    width: 160px;
    margin: 10px auto;
}

.hty-case .cont .hd a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background: #ddd;
    color: #333;
    float: left;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.hty-case .cont .hd a:hover {
    background: #d5231b;
    color: #fff;
}

.hty-case .cont .hd .case-link {
    width: 60px;
}

.hty-news {
    margin-top: 5px;
    background: #fafafa;
    padding-top: 10px;
}

.hty-news .sort {
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 26px;
}

.hty-news .sort > li {
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.hty-news .sort > li .box {
    padding: 8px 13px;
    background: #f4f4f4;
    display: block;
}

.hty-news .sort > li .box:hover {
    background: #d5231b;
    color: #ffffff;
}

.hty-news .sort > li .on {
    background: #d5231b;
    color: #ffffff;
}

.hty-news .cont .hd {
}

.hty-news .cont .hd ul {
    text-align: center;
}

.hty-news .cont .hd ul li {
    display: inline-block;
}

.hty-news .cont .hd ul li a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 10px;
}

.hty-news .cont .hd ul li a:hover {
    background: #d5231b;
    color: #fff;
}

.hty-news .cont .bd {
    overflow: hidden;
    margin-top: 15px;
}

.hty-news .cont .bd .left {
    width: 590px;
    float: left;
}

.hty-news .cont .bd .left ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.hty-news .cont .bd .left ul li img {
    float: left;
    width: 200px;
}

.hty-news .cont .bd .left ul li .text {
    width: 345px;
    float: right;
}

.hty-news .cont .bd .left ul li .text span {
    font-size: 16px;
}

.hty-news .cont .bd .left ul li .text small {
    display: block;
    margin: 10px 0;
}

.hty-news .cont .bd .left ul li .text p {
    color: #666;
}

.hty-news .cont .bd .right {
    width: 590px;
    float: right;
}

.hty-news .cont .bd .right ol li {
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
}

.hty-news .cont .bd .right ol li:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #d5231b;
}

.hty-news .cont .bd .right ol li small {
    font-size: 14px;
    float: right;
}

.yqlj {
    background: #fafafa;
}

.yqlj .container {
    height: 130px;
    background: url(../bgimg/yqlj.png) no-repeat;
}

.yqlj ul {
    padding-top: 75px;
    padding-left: 130px;
}

.yqlj li {
    font-size: 12px;
    margin-right: 10px;
    float: left;
}

.yqlj li a {
    color: #aaa;
}

.foot-info {
    height: 129px;
    background: url(../bgimg/foot-info.jpg) top center;
    border-top: 1px solid #ddd;
}

.footer {
    clear: both;
    background: #222;
}

.footer .foot-top {
    overflow: hidden;
    padding-top: 48px;
}

.footer .foot-top .foot-logo {
    float: left;
    width: 420px;
}

.footer .foot-top .foot-logo img {
}

.footer .foot-top .foot-nav {
    float: left;
    width: 344px;
}

.footer .foot-top .foot-nav span {
    font-size: 16px;
    color: #eee;
}

.footer .foot-top .foot-nav ul {
    margin-top: 10px;
}

.footer .foot-top .foot-nav ul li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.footer .foot-top .foot-nav ul li a {
    color: #999;
}

.footer .foot-top .foot-btn {
    float: right;
    margin-top: 40px;
}

.footer .foot-top .foot-btn span {
    color: #eee;
    border: 1px solid #eee;
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.footer .foot-top .foot-btn span i {
    font-size: 18px;
    margin-right: 5px;
}

.footer .foot-top .foot-btn span a {
    color: #fff;
}

.footer .foot-center {
    overflow: hidden;
    margin-top: 30px;
}

.footer .foot-center ul li {
    float: left;
    color: #fff;
    border: 1px solid #666;
    padding: 5px 19px;
    margin: 10px;
}

.footer .foot-center ul li i {
    font-size: 24px;
    margin-right: 10px;
}

.footer .foot-center ul li span {
    color: #ccc;
    margin-right: 10px;
}

.footer .foot-center ul li em {
    font-size: 16px;
}

.footer .foot-bottom {
    overflow: hidden;
    color: #999;
}

.footer .foot-bottom .container {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 30px;
}

.footer .foot-bottom p {
    font-size: 12px;
}

.footer .foot-bottom p a {
    color: #666;
}

.footer .foot-bottom .left {
    float: left;
    width: 840px;
}

.footer .foot-bottom .right {
    float: right;
}

.footer .foot-bottom .right img {
    width: 70px;
    height: 20px;
    float: left;
    margin-left: 10px;
}

.inner {
    background: #eee;
}

.inner .banner-image {
    height: 230px;
    background: url(../bgimg/inner-banner-1.jpg) top center;
}

.inner .banner-news {
    height: 230px;
    background: url(../bgimg/inner-banner-2.jpg) top center;
}

.inner .banner-about {
    height: 230px;
    background: url(../bgimg/inner-banner-3.jpg) top center;
}

.inner .inner-nav {
    margin-top: -40px;
}

.inner .inner-nav ul {
    text-align: center;
}

.inner .inner-nav ul li {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
}

.inner .inner-nav ul li a {
    color: #fff;
}

.inner .inner-nav ul .hover {
    background: #d5231b;
}

.inner-place {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}

/*list-image*/
.inner-product .page_nav {
    margin: 40px 0 30px 0;
    color: #999999;
}

.inner-product .page_nav .on {
    color: #d5231b;
}

.inner-product .cont {
    margin-bottom: 60px;
    overflow: hidden;
}

.inner-product .cont .pro-nav .list > li .box .on {
    background: #d5231b;
    color: #fff;
}

.inner-product .cont .pro-nav .list > li .box .on .wz:before {
    background: #fff;
}

.inner-product .cont .pro-nav {
    width: 240px;
}

.inner-product .cont .pro-nav .bt {
    font-weight: bold;
    color: #fff;
    width: 240px;
    padding: 13px 0;
    text-align: center;
    background: #333;
    font-size: 16px;
}

.inner-product .cont .pro-nav .list {
    background: #f4f4f4;
    padding: 5px;
}

.inner-product .cont .pro-nav .list > li {
}

.inner-product .cont .pro-nav .list > li .box {
    color: #666;
    padding: 14px 0;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    position: relative;
}

.inner-product .cont .pro-nav .list > li .box .wz {
    text-align: center;
}

.inner-product .cont .pro-nav .list > li .box .wz:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 16px;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
}

.inner-product .cont .pro-nav .list > li .box:hover {
    background: #d5231b;
    color: #fff;
}

.inner-product .cont .pro-nav .list > li .box:hover .wz:before {
    background: #fff;
}

.inner-product .cont .pro-nav .list > .hover .box {
    background: #d5231b;
    color: #fff;
}

.inner-product .cont .pro-nav .list > li .on {
    background: #d5231b;
    color: #fff;
}

.inner-product .cont .pro-nav .list > li .on .wz:before {
    background: #fff;
}

.inner-product .cont .tuwen {
    width: 100%;
}

.inner-product .cont .tuwen .list {
    margin-left: 0;
}

.inner-product .cont .tuwen .list > li {
    float: left;
    width: 25%;
    padding-left: 15px;
    margin-bottom: 60px;
}

.inner-product .cont .tuwen .list > li .box {
    display: block;
    position: relative;
    width: 100%;
}

.inner-product .cont .tuwen .list > li .box .pic {
    position: relative;
}

.inner-product .cont .tuwen .list > li .box .pic img {
    display: block;
    width: 100%;
}

.inner-product .cont .tuwen .list > li .box .pic .add {
    position: absolute;
    left: 45%;
    top: 30%;
    display: block;
    opacity: 0;
}

.inner-product .cont .tuwen .list > li .box .pic .add img {
    width: 30px;
}

.inner-product .cont .tuwen .list > li .box .pic:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 8px;
    bottom: 8px;
    opacity: 0;
    transition: .3s ease;
    border: 1px solid #fff;
}

.inner-product .cont .tuwen .list > li .box .pic:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s ease;
    background: rgba(213, 35, 27, .5);
}

.inner-product .cont .tuwen .list > li .box:hover .pic .add, .inner-product .cont .tuwen .list > li .box:hover .pic:after, .inner-product .cont .tuwen .list > li .box:hover .pic:before {
    opacity: 1;
}

.inner-product .cont .tuwen .list > li .box .font {
    position: absolute;
    color: #666;
    width: 100%;
    padding-left: 14px;
}

.inner-product .cont .tuwen .list > li .box .font .p1 {
    padding: 14px 0 12px 0;
}

.inner-product .cont .tuwen .list > li .box .font .p2 {
    display: none;
}

.inner-product .cont .tuwen .list > li .box:hover .font {
    background: #fff;
    margin-top: -50px;
    transition: ease .3s;
}

.inner-product .cont .tuwen .list > li .box:hover .font .p2 {
    display: block;
}

.inner-case {
}

/*list-case*/
.list-case {
    background: #fff;
    overflow: hidden;
}

.list-case ul li {
    width: 386px;
    float: left;
    margin: 7px;
    position: relative;
}

.list-case ul li img {
    width: 100%;
}

.list-case ul li h3 {
    width: 100%;
    position: absolute;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

/*image-show*/
.inner .image-show {
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 0 8px #ccc;
}

.inner .image-show .img {
    width: 800px;
    height: 460px;
    overflow: hidden;
    float: left;
}

.inner .image-show .img img {
    margin-top: -100px;
}

.inner .image-show .img-info {
    width: 386px;
    float: right;
    padding: 28px;
}

.inner .image-show .img-info h1 {
    font-size: 26px;
    color: #d5231b;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.inner .image-show .img-info .attr {
    margin: 20px 0;
}

.inner .image-show .img-info .attr i {
    color: #d5231b;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.inner .image-show .img-info .attr .pag {
    color: #666;
    margin-top: 20px;
}

.inner .image-show .img-info p {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.inner .image-show .img-author {
    clear: both;
    background: #f8f8f8;
    padding: 20px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.inner .image-show .img-author .left {
    float: left;
}

.inner .image-show .img-author img {
    float: left;
    border-radius: 100px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.inner .image-show .img-author .left .box {
    float: left;
    width: 170px;
    padding-top: 18px;
}

.inner .image-show .img-author .left .box span {
    display: block;
    font-size: 18px;
}

.inner .image-show .img-author .left .box small {
    color: #666;
}

.inner .image-show .img-author .left .box small font {
    color: #666;
}

.inner .image-show .img-author .left .tag-title {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    padding-top: 29px;
}

.inner .image-show .img-author .left ul {
    float: left;
    margin-left: 10px;
    padding-top: 23px;
}

.inner .image-show .img-author .left ul li {
    float: left;
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #ccc;
}

.inner .image-show .img-author .right {
    float: right;
    padding-top: 20px;
}

.inner .image-show .img-author .right .btn {
    margin-left: 10px;
    padding: 10px 20px;
}

.inner .image-show .img-author .right .btn-success {
    background: #d5231b;
    color: #fff;
}

.inner .image-show .img-author .right .btn-success a {
    color: #fff;
}

.inner .image-cont {
    margin-top: 20px;
    overflow: hidden;
}

.inner .image-cont .left {
    background: #fff;
    width: 860px;
    float: left;
    padding: 20px;
}

.inner .image-cont .left ul {
    text-align: center;
}

.inner .image-cont .left ul li img {
    display: block;
    margin: 0 auto;
}

.inner .image-cont .left ul li span {
    display: block;
    margin: 20px 0;
    font-size: 16px;
}

.inner .image-cont .right {
    background: #fff;
    float: right;
    width: 300px;
    padding: 20px;
}

.inner .image-cont .right .title {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.inner .image-cont .right ul li {
    margin-top: 10px;
    text-align: center;
}

.inner .image-cont .right ul li img {
    width: 100%;
    margin-bottom: 10px;
}

/*list*/
.inner .news-list {
}

.inner .news-list ul li {
    width: 377px;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    margin: 10px;
}

.inner .news-list ul li a {
    display: block;
}

.inner .news-list ul li img {
    width: 100%;
}

.inner .news-list ul li h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    padding: 10px 20px;
}

.inner .news-list ul li p {
    color: #666;
    padding: 10px 20px;
}

.inner .news-list ul li .info {
    color: #666;
    background: #f5f5f5;
    overflow: hidden;
    height: 50px;
    padding: 10px 20px;
}

.inner .news-list ul li .info .left {
    float: left;
}

.inner .news-list ul li .info .right {
    float: right;
}

.inner .news-list ul li .info i {
    margin-right: 10px;
}

.inner .news-list ul li .info font {
    color: #777;
}

.inner .news-list ul li .info .fa-eye {
    margin-left: 10px;
}

.inner .news-list ul li .right {
    overflow: hidden;
}

.inner .news-list ul li .right i {
    float: left;
    margin-right: 10px;
}

.inner .news-list ul li .right .tag-name {
    float: left;
    font-size: 12px;
    color: #666;
}

.inner .news-list ul li:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.inner .news-show {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    float: left;
    width: 930px;
}

.inner .news-show h1 {
    font-size: 24px;
    text-align: center;
    color: #d5231b;
}

.inner .news-show .attr {
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    color: #666;
}

.inner .news-show .attr span {
    margin-right: 10px;
}

.inner .news-show .attr i {
    margin-right: 10px;
    color: #d5231b;
}

.inner .news-show .cont {
    margin-top: 20px;
    color: #666;
}

.inner .news-show .cont img {
    display: block;
    margin: 0 auto;
}

.inner .news-show .statement {
    color: #666;
}

.inner .news-show .statement a {
    color: #d5231b;
}

.inner .news-show .news-tag {
    overflow: hidden;
    margin-top: 10px;
}

.inner .news-show .news-tag .fa-tags {
    float: left;
    margin-right: 10px;
    font-size: 22px;
    margin-top: 3px;
}

.inner .news-show .news-tag ul li a {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #666;
}

.inner .news-show .show-pages {
    overflow: hidden;
    margin-top: 30px;
}

.inner .news-show .show-pages p {
    background: #fafafa;
    width: 400px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 0;
    margin: 10px;
    text-align: center;
}

.inner .news-relevant {
    width: 250px;
    float: right;
    background: #fff;
    padding: 30px 10px;
    margin-top: 20px;
}

.inner .news-relevant .rel-title {
    background: #d5231b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.inner .news-relevant ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    overflow: hidden;
}

.inner .news-relevant ul li em {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #d5231b;
    border-radius: 100px;
    float: left;
    margin-right: 10px;
}

.inner .news-relevant ul li span {
    display: block;
    float: left;
    width: 200px;
    color: #666;
}

/*inner-join*/
.inner-join {
    background: #fff;
}

.inner-join .join-cont {
}

.inner-join .join-cont .block-1 {
    overflow: hidden;
    margin-top: 10px;
}

.inner-join .join-cont .block-1 ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.inner-join .join-cont .block-1 ul li {
    width: 400px;
    float: left;
    border-left: 1px solid #eee;
    text-align: center;
    padding: 20px 40px;
}

.inner-join .join-cont .block-1 ul li:first-child {
    border-left: 0;
}

.inner-join .join-cont .block-1 ul li .num {
    font-size: 60px;
    color: #d5231b;
    font-weight: bold;
}

.inner-join .join-cont .block-1 ul li .hr {
    width: 50px;
    height: 1px;
    text-align: center;
    margin: 20px auto;
    background: #ddd;
}

.inner-join .join-cont .block-1 ul li span {
    font-size: 18px;
}

.inner-join .join-cont .block-1 ul li p {
    margin-top: 20px;
    color: #666;
}

.inner-join .join-cont .block-1 ul li img {
    width: 100%;
    margin-top: 20px;
}

.inner-join .join-cont .block-2 {
    overflow: hidden;
    margin-top: 10px;
}

.inner-join .join-cont .block-2 .cont {
    text-align: center;
    padding: 10px;
}

.inner-join .join-cont .block-2 .cont img {
    box-shadow: 0 0 8px #ccc;
    padding: 20px 100px;
}

/*inner-service*/
.inner-service {
    background: #fff;
}

.inner-service .service-cont {
}

.inner-service .service-cont .block-1 {
    overflow: hidden;
    margin-top: 10px;
}

.inner-service .service-cont .block-1 .cont {
    text-align: center;
    padding: 0 100px;
}

.inner-service .service-cont .block-1 .cont strong {
    font-size: 16px;
    color: #d5231b;
    margin-top: 20px;
}

.inner-service .service-cont .block-1 .cont p {
    color: #666;
    margin-top: 20px;
}

.inner-service .service-cont .block-1 .cont span {
    font-size: 16px;
    display: block;
    margin: 20px auto;
    width: 135px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.inner-service .service-cont .block-1 .cont img {
    margin: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

.inner-service .service-cont .block-1 .cont2 {
    text-align: left;
}

.inner-service .service-cont .block-2 {
    overflow: hidden;
    margin-top: 10px;
}

.inner-service .service-cont .block-2 .cont {
    text-align: center;
    padding: 10px;
}

.inner-service .service-cont .block-2 .cont img {
    margin: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

/*inner-about*/
.inner-about {
    background: #fff;
}

.inner-about .block-1 {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 20px;
}

.inner-about .block-1 .cont {
    text-align: center;
    padding: 10px 10px;
}

.inner-about .block-1 .cont p {
    color: #888;
    margin-top: 10px;
}

.inner-about .block-1 ul {
    overflow: hidden;
    padding-top: 30px;
    clear: both;
}

.inner-about .block-1 ul li {
    width: 300px;
    float: left;
    border-left: 1px solid #ccc;
}

.inner-about .block-1 ul li:first-child {
    border-left: 0;
}

.inner-about .block-1 ul li .num {
    font-size: 36px;
    color: #d5231b;
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.inner-about .block-1 ul li .dis {
    float: left;
}

.inner-about .block-1 ul li .dis span {
    display: block;
    font-size: 16px;
}

.inner-about .block-1 ul li .dis small {
    color: #999;
    font-size: 12px;
}

.inner-about .block-2 {
    overflow: hidden;
    padding-top: 10px;
    background: #fafafa;
}

.inner-about .block-2 .cont {
}

.inner-about .block-2 .cont ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.inner-about .block-2 .cont ul li {
    width: 360px;
    height: 320px;
    float: left;
    text-align: center;
    padding: 20px 40px;
    background: #fff;
    margin: 20px;
    box-shadow: 0 0 8px #ccc;
}

.inner-about .block-2 .cont ul li span {
    font-size: 20px;
    color: #d5231b;
    font-weight: bold;
}

.inner-about .block-2 .cont ul li small {
    width: 50px;
    height: 1px;
    text-align: center;
    margin: 20px auto;
    background: #ddd;
    display: block;
}

.inner-about .block-2 .cont ul li p {
    margin-top: 20px;
    color: #666;
    height: 20px;
}

.inner-about .block-2 .cont ul li img {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #eee;
}

.inner-about .block-3 {
    margin-top: 30px;
}

.inner-about .block-3 .cont {
    border-top: 0;
    padding: 10px;
}

.inner-about .block-3 .cont .bd {
    overflow: hidden;
    position: relative;
}

.inner-about .block-3 .cont .bd .tempWrap {
}

.inner-about .block-3 .cont .bd ul {
    overflow: hidden;
    zoom: 1;
}

.inner-about .block-3 .cont .bd ul li {
    position: relative;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin: 8px;
    width: 24%;
}

.inner-about .block-3 .cont .bd ul li img {
    width: 100%;
    display: block;
    z-index: 0;
}

.inner-about .block-3 .cont .bd ul li .text {
    margin-top: 10px;
}

.inner-about .block-3 .cont .hd {
    overflow: hidden;
    width: 160px;
    margin: 10px auto;
}

.inner-about .block-3 .cont .hd a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background: #ddd;
    color: #333;
    float: left;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.inner-about .block-3 .cont .hd a:hover {
    background: #d5231b;
    color: #fff;
}

.inner-about .block-3 .cont .hd .case-link {
    width: 60px;
}

.inner-about .block-4 {
    margin-top: 20px;
    padding-bottom: 20px;
}

.inner-about .block-4 ul li {
    width: 379px;
    padding: 10px;
    box-shadow: 0 0 8px #ccc;
    float: left;
    margin: 10px;
}

.inner-about .block-4 ul li img {
    width: 100%;
}

/*contact*/

.inner .page-contact {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    color: #666;
}

.inner .page-contact .title {
    margin: 10px auto;
    text-align: center;
}

.inner .page-contact .title small {
    color: #888;
    font-size: 18px;
}

.inner .page-contact .title .text {
    font-size: 30px;
    font-weight: bold;
}

.inner .page-contact .title .text span {
    color: #d5231b;
}

.inner .page-contact .top {
    margin-top: 10px;
    overflow: hidden;
}

.inner .page-contact .top .left {
    width: 200px;
    float: left;
    margin-left: 10px;
}

.inner .page-contact .top .left img {
    width: 100%;
    border: 5px solid #ccc;
    border-radius: 100px;
}

.inner .page-contact .top .right {
    width: 900px;
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}

.inner .page-contact .top .right strong {
    font-size: 22px;
    font-weight: 500;
    color: #d5231b;
}

.inner .page-contact .top .right strong span {
    color: #888;
    font-size: 18px;
}

.inner .page-contact .top .right p {
    font-size: 16px;
    margin-top: 30px;
}

.inner .page-contact .center {
    margin-top: 20px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.inner .page-contact .center ul li {
    border: 1px solid #e6e6e6;
    position: relative;
    margin: 0 -1px -1px 0;
    overflow: hidden;
    float: left;
    height: 93px;
    line-height: 93px;
    font-size: 16px;
    color: #666;
}

.inner .page-contact .center ul li i {
    font-size: 30px;
    background: #d5231b;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    margin-right: 10px;
}

.inner .page-contact .center ul li span {
    color: #d5231b;
}

.inner .page-contact .center ul li a {
    color: #666;
}

.inner .page-contact .center ul .li-1 {
    width: 200px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner .page-contact .center ul .li-2 {
    font-weight: bold;
    width: 380px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner .page-contact .bottom {
    position: relative;
}

.inner .page-contact .bottom .make {
    position: absolute;
    width: 1000px;
    height: 500px;
    top: 0;
    z-index: 10;
    left: 50px;
}

.inner .page-contact .bottom iframe {
    width: 100%;
    height: 500px;
}

/*order*/
.page {
    margin: 10px auto;
    text-align: center;
}

.page a {
    color: #d5231b !important;
}

.page .active a {
    background: #d5231b !important;
    color: #fff !important;
    border-color: #d5231b !important;
}

.tag-home {
    margin-top: 10px;
}

.tag-home .tag-title {
    height: 50px;
    background: #f6f6f6;
    line-height: 50px;
    margin: 10px 0;
}

.tag-home .tag-title span {
    display: block;
    background: #4e4e4e;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    float: left;
}

.tag-home .tag-about {
    margin-top: 100px;
}

.tag-home .tag-about .tag-cont {
    border: 1px solid #eee;
    padding: 10px;
}

.tag-home .tag-block-1 {
    overflow: hidden;
    margin-top: 10px;
}

.tag-home .tag-block-1 ul {
    width: 324px;
    float: left;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
}

.tag-home .tag-block-1 ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.tag-home .tag-block-1 ul li span {
    float: right;
}

.tag-home .tag-block-2 {
    overflow: hidden;
    margin-top: 10px;
}

.tag-home .tag-block-2 .tag-cont {
    border: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
}

.tag-home .tag-block-2 .left {
    float: left;
    width: 530px;
}

.tag-home .tag-block-2 .right {
    float: right;
    width: 530px;
}

.tag-home .tag-block-2 ul li img {
    width: 100%;
    height: 340px;
}

.tag-home .tag-block-2 ul li h6 {
    height: 37px;
    line-height: 37px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
}

.tag-home .tag-block-2 ul li span {
    float: right;
}

.tag-home .tag-block-3 {
    overflow: hidden;
    margin-top: 10px;
}

.tag-home .tag-block-3 .tag-cont {
    border: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
}

.tag-home .tag-block-3 ul li {
    width: 372px;
    float: left;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

.tag-home .tag-block-3 ul li img {
    width: 100%;
}

.tag-home .tag-block-3 ul li span {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.tag-home .tag-block-4 {
    overflow: hidden;
    margin-top: 10px;
}

.tag-home .tag-block-4 .tag-cont {
    overflow: hidden;
}

.tag-home .tag-block-4 ul li {
    border: 1px solid #eee;
    margin: 10px;
    float: left;
    width: 344px;
    height: 80px;
}

.tag-home .tag-block-4 ul li i {
    width: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    float: left;
    margin-right: 10px;
}

.tag-home .tag-block-4 ul li .fa-phone {
    background: #a7d82e;
}

.tag-home .tag-block-4 ul li .fa-internet-explorer {
    background: #5593ef;
}

.tag-home .tag-block-4 ul li .fa-map-marker {
    background: #efa900;
}

.tag-home .tag-block-4 ul li span {
    display: block;
    line-height: 80px;
    float: left;
    font-size: 18px;
}

.tag-home .tag-block-4 ul li:nth-child(3) span {
    line-height: 42px;
    width: 230px;
}

.tag-home .tag-block-5 {
    overflow: hidden;
    margin-top: 10px;
}

.tag-home .tag-block-5 .tag-cont {
    border: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
}

.tag-home .tag-block-5 .tag-cont a {
    display: block;
    background: #eee;
    padding: 5px 8px;
    float: left;
    margin: 10px;
}

/*推荐新闻*/
.recommend-news {
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    clear: both;
    margin-bottom: 20px;
}

.recommend-news .rec-title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    border-left: 2px solid #ccc;
    padding-left: 10px;
    background: #fafafa;
}

.recommend-news .rec-list {
    overflow: hidden;
    margin-top: 10px;
}

.recommend-news .rec-list ul li {
    width: 440px;
    float: left;
    margin: 10px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

.recommend-news .rec-list ul li span {
    float: right;
    font-size: 12px;
}