﻿@charset "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    position: relative;
    color: #333;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover,
a:active,
a:focus {
    color: #e1472f;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.wbytable td {
    padding: 8px;
}

.wbytable .wbytext {
    outline: none;
    padding: 10px;
    height: 30px;
    width: 320px;
    border: 1px solid #e3e3e3;
}

.wbytable .wbyarea {
    padding: 5px;
    outline: none;
    width: 450px;
    border: 1px solid #e3e3e3;
    height: 125px;
}

.wbytable .msgbut {
    width: 90px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #555;
}

.wbytable .wbytextyz {
    outline: none;
    padding: 5px;
    height: 22px;
    width: 100px;
    border: 1px solid #e3e3e3;
    float: left;
}

.wbytable .wyzm {
    padding-top: 6px;
    display: block;
    width: 48px;
    height: 22px;
    float: left;
    padding-left: 8px;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 14px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.top {
    line-height: 35px;
    color: #fff;
    background: #0e2f52;
}

.top a {
    color: #fff;
}


/*导航*/

.navbar-default {
    border-color: transparent;
    background-color: transparent;
}

.navbar {
    margin: 0;
}

.navbar-brand {
    height: auto;
    width: 380px;
}

.navbar-static-top {
    border-width: 0 0 0px;
}

.navbar-nav {
    /* padding: 20px 0; */
}

.navbar-nav>li {
    margin-left: 2px;
}

.navbar-nav>li a {
    padding: 15px;
    font-size: 16px;
    color: #333;
}

.navbar-nav>li a:hover {
    background: #e1472f !important;
    color: #fff !important;
}

.navbar-nav>li a.active {
    background: #e1472f;
    color: #fff !important;
}

.navbar-toggle.collapsed {
    margin-top: 20px;
}

@media (min-width:768px) and (max-width:1200px) {
    .navbar-nav>li a {
        padding: 15px 10px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar-header {
        width: 35%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-header {
        width: 36%;
    }
    .navbar-nav>li a {
        padding: 15px 5px;
    }
    .navbar-brand {
        padding: 15px 0 !important;
    }
}

@media (max-width:768px) {
    .navbar-brand {
        width: 80%;
    }
    .navbar-nav>li a {
        padding: 10px;
        font-size: 14px;
    }
    .navbar-nav {
        margin: 0 -15px !important;
        padding: 0px;
    }
}

.jianju {
    padding: 45px 0px 25px;
}

@media (max-width:768px) {
    .jianju {
        padding: 20px 15px;
    }
}

.tit {
    font-size: 26px;
    padding: 0;
    margin: 0 0 25px 0;
    color: #333;
}

.tit em {
    display: block;
    width: 2em;
    height: 1px;
    margin: 15px auto;
    background: #0e2f52;
}

.tit small {
    font-size: 15px;
    color: #eee;
    display: block;
    margin-top: 10px;
}

.org {
    color: #fff;
}


/*优势*/

.iabout {
    padding: 1% 5%;
}

.iabout p {
    font-size: 16px;
    line-height: 30px;
}

.hi-icon {
    font-size: 44px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #e1472f;
    margin: auto;
    display: table;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    transition: all 0.25s linear;
}

.hi-icon-effect:hover .hi-icon {
    color: #fff;
    background: #e1472f;
    transition: all 0.25s linear;
}

.service-name {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    font-family: "Microsoft YaHei"
}


/*产品展示*/

.ipro {
    background: #323232;
}

.ipro_list {
    padding-top: 25px;
}

.ipro_list li {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.ipro_list:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.ipro_list li .img {
    position: relative;
    text-align: center;
}

.ipro_list li .img img {
    display: inline;
}

.ipro_list li .ipro_des {
    background: #fff;
    padding: 30px 20px 20px;
    position: relative;
}

.ipro_list li .ipro_des h3 {
    width: 80%;
    line-height: 50px;
    background: #e1472f;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -29px;
    z-index: 999;
    transition: all 0.3s;
}

.ipro_list li .ipro_des h3 a {
    color: #fff;
    font-size: 18px;
}

.ipro_list li:hover .ipro_des h3 {
    top: -33px;
}

.ipro_list li .ipro_des p {
    line-height: 35px;
    font-size: 15px;
}

.ipro_list li .pro_more {
    display: block;
    width: 100%;
    line-height: 50px;
    background: #f4f4f4;
    color: #666;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s;
}

.ipro_list li:hover .pro_more {
    background: #f4f4f4;
    color: #e1472f;
}

.more {
    margin-top: 30px;
}

.more a {
    color: #fff;
    background: #e1472f;
    border-radius: 5px;
    padding: 8px 25px;
}

.more a:hover {
    color: #fff;
}


/*底部联系我们*/

.icontact {
    background: url(../images/cont_bg.jpg) center center no-repeat;
}

.icontact h3 {
    font-size: 30px;
    color: #fff;
}

.icontact p {
    font-size: 30px;
    padding-top: 5px;
    color: #fff;
}

.wkktel {
    display: inline-block;
    margin-top: -8px;
    vertical-align: middle;
}

.phHide {
    font-size: 16px !important;
    margin: 15px 0px 6px 0px;
}

.indexPart5 {
    overflow: hidden;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 32px;
}

.indexPart5 li a {
    width: 154px;
    height: 42px;
    background: #e1472f;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    display: block;
}

.indexPart5 li {
    float: left;
    margin: 0 25px;
}

@media (max-width:768px) {
    .icontact h3 {
        font-size: 18px;
    }
    .icontact p {
        font-size: 25px;
        padding-top: 5px;
    }
    .wkktel {
        display: inline-block;
        margin-top: -8px;
        vertical-align: middle;
        width: 36px;
    }
    .phHide {
        font-size: 14px !important;
        margin: 10px 0px 3px 0px;
    }
    .indexPart5 {
        overflow: hidden;
        max-width: 288px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .indexPart5 li a {
        width: 100%;
        height: 36px;
        background: #e1472f;
        line-height: 36px;
        text-align: center;
        border-radius: 5px;
        font-size: 15px;
        color: #ffffff;
        display: block;
    }
    .indexPart5 li {
        float: left;
        margin: 4%;
        width: 40%;
    }
    .wkkyslb {
        width: 50%;
    }
    .service-name {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        font-family: "Microsoft YaHei";
    }
    .navbar-brand .img-responsive {
        max-height: 44px;
    }
    .ipro_list li .ipro_des p {
        line-height: 28px;
    }
    .ipro_list li .pro_more {
        display: block;
        width: 100%;
        line-height: 55px;
        background: #f4f4f4;
        color: #666;
        font-size: 16px;
        text-align: center;
        transition: all 0.5s;
    }
    .ipro_list li .ipro_des h3 {
        width: 80%;
        line-height: 44px;
        background: #e1472f;
        font-size: 16px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -29px;
        z-index: 999;
        transition: all 0.3s;
    }
    .hi-icon {
        font-size: 44px;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #e1472f;
        margin: auto;
        display: table;
        margin-top: 15px;
        margin-bottom: 5px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        border-radius: 50%;
        transition: all 0.25s linear;
    }
    .wkkys {
        margin-bottom: 40px;
    }
}


/*案例展示*/

.icase {
    background: #f7f7f7;
}

.case_in li {
    padding: 10px 0;
}

.case_con {
    margin: 5px;
    padding: 20px 0;
    background: #fff;
    overflow: hidden;
}

.case_img img {
    border-radius: 10px;
}

.case_des {
    text-align: left;
}

.case_des h3 {
    font-size: 16px;
    padding: 10px 0;
}

.case_des h3 a {
    color: #333;
}

.case_des h3 a:hover {
    color: #f39300;
}

.case_des p {
    color: #848484;
    line-height: 30px;
}


/*首页新闻*/

.news_des li:hover h3 {
    background: #e1472f;
}

.news_des li:hover a {
    color: #0e2f52;
}

.news_des li h3 {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 10px 25px 0;
    background: #bdbdbd;
}

.news_des li h3 span {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    padding-top: 6px;
}

.news_des li h3 p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 0px;
}

.news_des li .newname {
    display: block;
    text-align: left;
    font-size: 17px;
    color: #333;
    line-height: 33px;
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_des li p {
    text-align: left;
    font-size: 12px;
    color: #999;
    padding: 0px 16px;
}


/*友情链接*/

.shangmeng {
    padding: 18px 0px
}

.ibuss li {
    display: inline-block;
    margin: 5px;
}


/*内页*/

.imain {
    padding: 20px 0;
    overflow: hidden;
}

.left_con h3 {
    font-size: 22px;
    line-height: 55px;
    color: #fff;
    padding-left: 30px;
    background: url(../images/nei.png) no-repeat left;
    background-size: cover;
}

.box {
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
}

.sort li {
    line-height: 50px;
    text-indent: 50px;
}

.sort li a {
    background: url(../images/n1.png) no-repeat 30px;
    color: #666;
    display: block;
    line-height: 50px;
    border-top: 1px solid #dddddd;
}

.sort li a:hover {
    color: #e1472f;
    background: url(../images/n11.png) no-repeat 30px #fff;
}

.n_news li {
    padding-left: 12px;
    line-height: 40px;
}

.n_contact {
    padding: 15px;
}

.n_contact p {
    line-height: 35px;
}

.right_con {}

.crumb {
    border-left: 10px solid #e1472f;
    background: #f9f9f9;
    height: 50px;
    line-height: 50px;
}

.crumb .site {
    font-size: 14px;
    color: #333;
    margin-right: 20px;
    float: right;
}

.site a {
    font-size: 14px;
    color: #333;
}

.crumb h3 {
    font-size: 20px;
    color: #333;
    float: left;
    padding-left: 20px;
    line-height: 50px;
}

.content {
    padding: 15px;
    margin: 15px 0;
    background: #fff;
    overflow: hidden;
}

.content .para {
    text-align: center;
}

.content .para .proimg {
    width: 40%;
    margin: 0 auto;
}

.p_detail p {
    text-align: center;
}

.content p {
    line-height: 30px;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/*产品内页*/

.protext {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-top: 15px;
    text-indent: 20px;
}

.prolist li {
    float: left;
    padding-bottom: 10px;
    overflow: hidden;
    margin-top: 25px;
}

.prolist li a.img {
    border: 1px solid #e0e1dc;
}

.prolist li a.img img {
    width: 100%;
    height: auto;
}

.prolist li h3 {
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.prolist li h3 a {
    font-size: 16px;
    color: #333;
    display: block;
    transition: all 0.3s;
}

.prolist li a.img {
    display: block;
}

.prolist li a.img {
    display: block;
    overflow: hidden;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.prolist li a.img figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.prolist li a.img figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.prolist li:hover a.img img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.prolist li:hover a.img figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}


/*新闻列表*/

.news_list li {
    line-height: 30px;
    position: relative;
    padding-left: 10px;
}

.news_list li a {
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

.news_list li a:hover {
    text-decoration: none;
    color: #e1472f;
}

.news_list li span {
    color: #999;
    z-index: 0;
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_list li div {
    line-height: 25px;
    color: #666;
}

@media(max-width:768px) {
    .news_list li span {
        position: initial;
    }
}


/*详细页面*/

.news_detail h1 {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e0e1dc;
    padding-bottom: 10px;
}

.info_title {
    border-bottom: 1px solid #e1e4e6;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    color: #808080;
    overflow: hidden;
}

.news_con {
    margin: 10px 0;
}

.tag {
    line-height: 30px;
    border-top: 1px dashed #e0e1dc;
    color: #999;
    font-weight: normal;
}

.tag a {
    color: #999;
}

.tag a:hover {
    color: #e87518;
}

.art {
    border-top: 1px dashed #e0e1dc;
    line-height: 30px;
}


/*相关产品和新闻*/

.relate_list {
    margin-top: 10px;
}

.relate_list h4 {
    line-height: 30px;
    color: #e1472f;
    font-weight: 700;
    border-bottom: 1px solid #e1472f;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 13px;
    padding-left: 5px;
    margin-top: 10px;
}

.xg_news li {
    line-height: 38px;
    overflow: hidden;
    border-bottom: 1px dashed #e0e1dc;
}

.xg_news li a {
    width: 70%;
    float: left;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xg_news li span {
    width: 30%;
    float: right;
    text-align: right;
}

.relatepro ul {
    margin: 0 -15px;
}


/*产品详细*/

.para h1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.para p {
    line-height: 30px;
    border-bottom: 1px dashed #e0e1dc;
}

@media (max-width:768px) {
    .para h1 {
        padding-top: 20px;
    }
    .info_title span {
        display: block;
    }
}

.p_detail {
    padding: 15px 0;
}

.p_detail span.title {
    line-height: 30px;
    display: block;
    color: #e1472f;
    font-weight: 700;
    border-bottom: 1px solid #e1472f;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 13px;
}

.map img {}


/*网站地图*/

.sitemap {
    margin: 10px 0;
}

.sitemap h3 {
    margin: 20px 0;
    font-size: 16px;
}

.sitemap dl a {
    margin-right: 10px;
}


/*分页*/

.pages {
    padding: 30px 0 30px;
    text-align: center
}

.pages li {
    display: inline-block;
    margin: 8px 5px;
}

.pages li a {
    padding: 5px 8px;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    font-size: 12px;
}

.pages li a:hover {
    padding: 3px 8px;
    border: 1px solid #e1472f;
    background: #e1472f;
    color: #fff;
    text-decoration: none;
}


/*底部*/

.footer {
    background: #f0f0f0;
    color: #666;
}

.footer a {
    color: #666;
}

.foot_in {
    padding: 15px 0;
}

.foot_in h4 {
    width: 80px;
    font-size: 18px;
    line-height: 45px;
}

.foot_type li {
    line-height: 35px;
    float: left;
    margin: 0 10px 10px 0;
}

.foot_type li i {
    display: inline;
    color: #666;
    padding-right: 10px;
    font-size: 1rem;
}

.footnav {
    border-bottom: 1px solid #6d6c71;
    padding: 15px 0;
}

.copyright {
    padding: 15px 0;
}

.copyright p {
    line-height: 25px;
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
}


/*移动端底部导航*/

.phonefooternav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.phonefooternav ul li {
    width: 25%;
    background: #e1472f;
    float: left;
    padding: 3px 0;
    border-right: 1px solid #e1472f;
    list-style: none;
}

.phonefooternav ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.phonefooternav ul li a:hover {
    text-decoration: initial;
}

.phonefooternav ul li a i {
    display: block;
    font-size: 16px;
    padding: 6px 0;
}

@media screen and (max-width:450px) {
    .content {
        padding: 0;
        margin-bottom: 0;
    }
    .wbytable .wbytext {
        width: 250px;
    }
    .wbytable .wbyarea {
        width: 280px;
    }
    .wbytable td {
        width: 45px;
    }
    .pages {
        padding: 0;
    }
    .ipro_list li:last-child {
        margin-bottom: 0;
    }
}