@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;
    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: #000;
}

a:visited {
    color: #f75a53;
}

a:hover, a:active, a:focus {
    color: #f75a53;
    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
}

.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;
}



/*导航*/
.navbar-brand img {
    margin-top: 10px;
}

.navbar-default {
    border-color: transparent;
    background-color: transparent;
}

.navbar {
    margin: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-static-top {
    border-width: 0 0 0px;
}

.navbar-nav {
    padding: 20px 0;
}

.navbar-nav > li {
    margin-left: 2px;
    padding: 15px;
}

.navbar-nav > li a {
    font-size: 18px;
    color: #231815 !important;
    padding: 0;
}

.navbar-nav > li:hover {
    border-radius: 6px;
    background: transparent;
    color: #0064c8!important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    border-radius: 6px;
    background: transparent;
    color: #0064c8;
}

.dropdown-menu a:after{
    display: none;
}

.dropdown-menu li{
    /*line-height: 30px;*/
    padding: 7px 0;
}

.navbar-nav > li:hover a {
    color: #fff;
    background-color: transparent;
}

.navbar-nav > li a.active {
    border-radius: 6px;
    background: #fff;
    color: #231815;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #1ca9c0;
    padding-left: 25px;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-toggle.collapsed {
    margin-top: 15px;
}

@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 2px;
    }

    .navbar-brand {
        padding: 15px 0 !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 80%;
    }

    .navbar-brand img {
        margin-top: 0;
    }

    .navbar-nav > li a {
        padding: 10px;
        font-size: 14px;
    }

    .navbar-nav {
        margin: 0 -15px !important;
    }
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.zx-tel {
    margin-top: 10px;
    margin-left: 10px;
    color: #333333;
}

.navbar-brand img{
    max-width: 150px;
}

.zx-tel p {
    /*line-height: 25px;*/
    border-left: 1px solid #666666;
    padding-left: 10px;
}

.navbar-nav li a {
    position: relative;
}

.navbar-nav li.cur a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #106ecb;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}












.n-banner{
    text-align: center;
    position: relative;
}

.n-banner img{
    display: inline-block;
}

.ban-text{
    position: absolute;
    font-size: 50px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.crumbs{
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

.content{
    margin-top: 22px;
}

.crumbs a{
    font-size: 14px;
    color: #333333;
    margin: 0 10px;
}

.crumbs .active{
    color: #ffb400;
}

.common-title{
    font-size: 32px;
    color: #333333;
    position: relative;
}

.common-title:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0064c8;
    left: 0;
    bottom: -20px;
}

.common-subtitle{
    font-size: 26px;
    color: #333333;
    margin-top: 38px;
}

.adv-type{
    margin-top: 45px;
}

.adv-type ul li {
    width: 123px;
    height: 38px;
    text-align: center;
    font-size: 13px;
    color: #aaaaaa;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 10px;
    transition: all .5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adv-type ul li:hover{
    background: #ffb400;
    color: #fff;
}

.adv-type ul {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.adv-type-title{
    font-size: 21px;
    color: #4e4d51;
    position: relative;
}

.adv-type-title span{
    font-size: 16px;
    color: #6c6c6c;
    margin-left: 15px;
}

.adv-type-con{
    margin-top: 35px;
}

.adv-type-title:after{
    position: absolute;
    content: '';
    width: 42px;
    height: 3px;
    background: #0064c8;
    left: 0;
    bottom: -17px;
}

.adv-type-item-title{
    font-size: 16px;
    color: #333333;
    position: relative;
}

.adv-type-item-title:after{
    content: '';
    position: absolute;
    width: 43px;
    height: 3px;
    background: #0064c8;
    left: 0;
    bottom: -16px;
}

.adv-type-item-info{
    font-size: 14px;
    color: #666666;
    margin-top: 35px;
}

.adv-type-item-info-en{
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
}

.adv-type-list{
    margin-top: 47px;
}

.adv-type-item{
    overflow: hidden;
    display: flex;
    margin-bottom: 9px;
}

.adv-type-item-l{
    flex: 1;
}

.adv-type-item-r{
    background: #f7f7f7;
    padding: 90px 60px 80px 48px!important;
}

.pd0{
    padding: 0;
}

.adv-type-con-list{
    margin-bottom: 50px;
}

.gx-title{
    font-size: 16px;
    color: #333333;
    position: relative;
    margin-top: 30px;
}

.gx-title:after{
    content: '';
    position: absolute;
    width: 43px;
    height: 3px;
    background: #0064c8;
    left: 0;
    bottom: -16px;
}

.gx-info{
    font-size: 14px;
    color: #666666;
    margin-top: 35px;
}

.gx-info-en{
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
}

.gx-list{
    margin-top: 46px;
}

.common-link{
    background: #222127;
    padding: 40px 0;
    margin-top: 180px;
}

.common-link-item{
    display: flex;
    align-items: center;
}

.common-link-item-r p{
    color: #828282;
    font-size: 13px;
    line-height: 24px;
}

.common-link-item-r{
    margin-left: 30px;
}

.common-link-text{
    width: 145px;
    height: 44px;
    border: 2px solid #1062da;
    color: #1062da;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bottom-title{
    color: #9d9d9d;
    font-size: 14px;
    position: relative;
}

.bottom-title:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #1062da;
    left: 0;
    bottom: -10px;
}

.bottom{
    background: #2d2c32;
    padding-top: 80px;
    padding-bottom: 45px;
}

.bottom-about{
    color: #767381;
    font-size: 12px;
    margin-top: 40px;
    line-height: 26px;
}

.d-nav{
    margin-top: 40px;
}

.d-nav a{
    display: block;
    color: #767381;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all .5s;
    cursor: pointer;
}

.fw-tel{
    margin-top: 40px;
}

.fw-tel p{
    font-size: 12px;
    color: #767381;
    margin-bottom: 10px;
}

.bottom-search{
    margin-top: 20px;
    position: relative;
}

.bottom-search input{
    width: 100%;
    border: none;
    background: #3e3d45;
    height: 50px;
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
}

.bottom-search img{
    position: absolute;
    right: 20px;
    top: 18px;
}

.copyright{
    border-top: 1px solid #353539;
    padding-top: 48px;
    margin-top: 48px;
    color: #767381;
    font-size: 14px;
}

.n-news-item{
    margin-bottom: 50px;
}

.crumbs-contact{
    margin-bottom: 0;
    margin-top: 23px;
}

.n-contact-info{
    margin-top: 100px;
}

.contact-title{
    font-size: 14px;
    color: #666666;
    margin-top: 55px;
}

.contact-form-item .label-s{
    font-size: 14px;
    color: #666666;
}

.contact-form-item input{
    width: 100%;
    border: 1px solid #f3f3f3;
    background: transparent;
    height: 46px;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
}

.contact-form-item textarea{
    width: 100%;
    border: 1px solid #f3f3f3;
    background: transparent;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 15px;
}

.contact-form{
    margin-top: 80px;
}

.contact-form-item{
    margin-bottom: 20px;
}

.input-btn{
    width: 135px;
    height: 48px;
    background: #0064c8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}

.n-contact-r{
    background: rgba(0,100,200,.7);
    padding: 66px 28px 50px 28px;
    margin-top: -68px;
}

.n-contact-r-info-title{
    font-size: 16px;
    color: #ffffff;
}

.n-contact-r-info-subtitle{
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.n-contact-r-item{
    display: flex;
    padding-left: 50px;
    border-top: 1px solid #fff;
    padding-top: 56px;
    padding-bottom: 56px;
}

.n-contact-r-icon{
    margin-right: 23px;
}

.n-contact-r-item-s{
    border-top: 1px solid #fff;
    padding-top: 56px;
    padding-left: 18px;
}

.shfw{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.n-contact-r-item-s p{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.n-product-item-l{
    background: #f7f7f7;
    position: relative;
}

.n-product-item-r{
    flex: 1;
}

.n-product-item{
    display: flex;
}

.n-product{
    margin-top: 40px;
}

.n-product-title{
    color: #4e4d51;
    font-size: 21px;
    position: relative;
}

.n-product-title:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #0064c8;
    left: 0;
    bottom: -20px;
}

.n-product-title-en{
    color: #6c6c6c;
    font-size: 16px;
    margin-top: 40px;
}

.n-product-icon{
    margin-top: 26px;
    display: flex;
}

.n-product-icon-item-r{
    color: #989899;
    font-size: 14px;
    margin-left: 6px;
}

.n-product-icon-item{
    display: flex;
    align-items: center;
    margin-right: 5%;
}

.n-product-item-title{
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    font-weight: bold;
}

.n-product-item-l p{
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

.n-product-item-l{
    padding: 50px 68px 38px 40px;
}

.n-product-item-btn{
    width: 123px;
    height: 36px;
    background: #0064c8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 55px;
    color: #fff;
    transition: all .5s;
    cursor: pointer;
}
.n-product-item-btn a{ color:#fff}
.n-product-item-btn a:hover{ color:#0442a9}
.n-product-item-btn:hover{
    border: 1px solid #0064c8;
    background: #fff;
    color: #0064c8;
}
.n-product-item-btn:hover a{
 
    color: #0064c8;
}
.n-product-item:nth-child(even) .n-product-item-l{
    order: 2;
}

.n-product-item:nth-child(even) .n-product-item-r{
    order: 1;
}

.n-product-item-img img{
    width: 100%;
}

.triangle{
    width:0;
    height:0;
    border-top:28px solid transparent;
    border-bottom:28px solid transparent;
    border-left:28px solid #fff;
    position: absolute;
    top: 50px;
    right: -28px;
    z-index: 9;
}

.n-product-item:nth-child(even) .triangle{
    width:0;
    height:0;
    border-top:28px solid transparent;
    border-bottom:28px solid transparent;
    border-left: none;
    border-left: none;
    border-right:28px solid #fff;
    position: absolute;
    top: 50px;
    left: -28px;
    right: auto!important;
    z-index: 9;
}

.component1-title{
    font-size: 32px;
    color: #333333;
    position: relative;
}

.component1-title:after{
    content: '';
    position: absolute;
    width: 43px;
    height: 3px;
    background: #0064c8;
    left: 0;
    bottom: -23px;
}

.component1-subtitle{
    color: #333333;
    font-size: 26px;
    margin-top: 45px;
}

.component1-l p{
    margin-top: 23px;
    font-size: 14px;
    color: #666666;
}

.pd2{
    padding: 0 2px;
}

.mt4{
    margin-top: 4px;
}

.component1{
    overflow: hidden;
}

.component2{
    margin-top: 100px;
}

.qyzz{
    margin-top: 120px;
}

.qyzz-title{
    color: #444444;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.qyzz-title span{
    color: #444444;
    font-size: 14px;
    margin-left: 3px;
    font-weight: normal;
}

.qyzz p{
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
}

.qyzz img{
    margin-left: 10px;
}

.component3{
    margin-top: 57px;
}

.component3-item img{
    margin-left: 10px;
}

.component3-title{
    color: #444444;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.component3-title span{
    color: #444444;
    font-size: 14px;
    margin-left: 3px;
    font-weight: normal;
}

.component3-item p{
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
}

.component4{
    margin-top: 120px;
}

.component4-info{
    color: #666666;
    font-size: 14px;
}

.component4-info{
    margin-top: 35px;
    line-height: 25px;
}

.component5{
    margin-top: 58px;
}

.component5-info{
    background: #fff;
    padding: 68px 33px 47px 50px;
    box-shadow: 0 0 10px #eee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25%;
}

.component5-con{
    position: relative;
}

.component5-info-t{
    font-size: 29px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.component5-line{
    width: 150px;
    height: 2px;
    background: #acacac;
    margin-left: 18px;
}

.component5-info-m{
    font-size: 29px;
    color: #999999;
}

.component5-info-b-item-l{
    display: flex;
    align-items: center;
}

.component5-info-b-item-l img{
    margin-right: 8px;
    color: #999999;
    font-size: 14px;
}

.component5-info-b-item-m{
    color: #999999;
    margin-left: 26px;
    margin-right: 26px;
}

.component5-info-b-item-r{
    font-size: 14px;
    color: #999999;
}

.component5-info-b-item{
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.component7{
    margin-top: 72px;
    padding-left: 15px;
}

.component7-img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.component7-item{
    width: 16.6%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
}

.component7-title{
    margin-top: 37px;
}

.component7-img{
    margin-top: 27px;
}

.component6{
    margin-top: 80px;
}

.component6-l-m-item-title{
    color: #444444;
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
}

.component6-l-m-item p{
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}

.component6-l-m{
    margin-top: 50px;
}

.fwlc-title{
    color: #666666;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.fwlc-title:after{
    position: absolute;
    content: '';
    width: 43px;
    height: 4px;
    background: #0064c8;
    left: 0;
    bottom: -22px;
}

.fwlc{
    margin-top: 100px;
}

.fwlc-list{
    margin-top: 54px;
}

.fwlc-item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.fwlc-item-l{
    width: 35px;
    height: 31px;
    border: 1px solid #f6f3f3;
    font-size: 16px;
    color: #0064c8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.fwlc-item-r{
    margin-left: 18px;
}

.fwlc-item-r-title{
    font-size: 18px;
    color: #666666;
    /*margin-left: 18px;*/
}

.fwlc-item-r p{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.component6-r-item{
    margin-bottom: 4px;
    overflow: hidden;
}

.about{
    margin-top: 60px;
}

.about-l{
    margin-top: 77px;
}

.about-desc{
    color: #666666;
    font-size: 14px;
    margin-top: 40px;
    line-height: 25px;
}

.about-info p{
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.about-info-title{
    color: #666666;
    font-size: 14px;
}

.about-info{
    margin-top: 24px;
}

.about-lc{
    margin-top: 34px;
}

.ml10{
    margin-left: -10px;
}

.mt120{
    margin-top: 100px;
}

.mt20{
    margin-top: 20px;
}

.pro-title{
    font-size: 32px;
    color: #b4b4b4;
    position: relative;
}

.pro-title:after{
    content: '';
    position: absolute;
    background: #0064c8;
    width: 43px;
    height: 4px;
    left: 0;
    bottom: -22px;
}

.pro-title-en{
    color: #b4b4b4;
    font-size: 26px;
    margin-top: 44px;
}

.pro-info{
    font-size: 14px;
    color: #fff;
    margin-top: 28px;
}

.pro{
    background: #2d2c32;
    padding-top: 115px;
    padding-bottom: 176px;
    margin-top: 60px;
}

.pro-l{
    border-right: 1px solid #39383e;
}

.pro-r-t{
    font-size: 41px;
    color: #3e3d44;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 1;
}

.pro-r-m{
    font-size: 91px;
    color: #3e3d44;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 0.4;
}

.pro-r-b{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: 'Arial';
    margin-top: 10px;
    /*line-height: 1;*/
}

.pro-r{
    padding-left: 50px;
    margin-top: 36px;
}

.pro-l{
    padding-right: 50px;
}

.pro-list{
    margin-top: 50px;
}

.pro-list-item{
    background: #37373c;
    padding: 7px 7px 22px 7px;
    transition: all .5s;
    cursor: pointer;
}

.pro-line{
    width: 50px;
    height: 2px;
    background: #56565a;
    margin-top: 20px;
    transition: all .5s;
}

.pto-list-title{
    font-size: 13px;
    color: #919191;
    margin-top: 5px;
}

.pto-list-subtitle{
    font-size: 13px;
    color: #919191;
    margin-top: 2px;
}

.pro-list{
    display: flex;
    margin-left: 15px;
}

.pro-list-item{
    margin: 0 3px;
}

.pro-list-item:hover{
    background: #444449;
}

.pro-list-item:hover .pro-line{
    background: #1e4c94;
}

.about-pro-l-title-t{
    font-size: 32px;
    color: #6c6c6c;
    font-family: Arial;
}

.about-pro-l-title-b{
    font-size: 26px;
    color: #6c6c6c;
    margin-top: 5px;
}

.about-pro{
    margin-top: 115px;
    position: relative;
}

.about-pro-l{
    margin-top: 42px;
}

.about-pro-l-title{
    position: relative;
    padding-left: 20px;
    /*border-left: 4px solid #0064c8;*/
}

.about-pro-l-title:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 80px;
    background: #0064c8;
    top: 10px;
    left: 0;
}

.about-pro-l-list-item{
    display: flex;
    align-items: center;
    color: #989899;
    font-size: 14px;
}

.about-pro-l-list-item img{
    margin-right: 6px;
}

.about-pro-l-list{
    margin-top: 45px;
}

.about-pro-l-info{
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
}

.about-pro-l-img{
    margin-top: 37px;
}

.about-pro-r-title{
    font-size: 40px;
    color: #00339f;
    margin-top: 120px;
    margin-left: 110px;
}

.about-pro-r-subtitle{
    font-size: 22px;
    color: #00339f;
    margin-left: 110px;
    margin-top: 14px;
}

.about-pro-m{
    background: #2d2c32;
    padding: 50px 53px 53px 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.about-pro-m-title{
    font-size: 16px;
    color: #fff;
}

.about-pro-m-subtitle{
    font-size: 23px;
    color: #fff;
    margin-top: 13px;
}

.about-pro-m-line{
    width: 60px;
    height: 3px;
    background: #0064c8;
    margin-top: 20px;
}

.service-l-info{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    max-width: 400px;
}

.service-l-info1{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    max-width: 400px;
}

.mt40{
    margin-top: 40px;
}

.mt30{
    margin-top: 30px;
}

.i-fwlc-list{
    margin-top: 0;
}

.service{
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 30px;
}

.service .fwlc-item-l{
    background: #fff;
    border: 1px solid #f5f2f2;
    height: 35px;
}

.service .fwlc-item-r p{
    margin-top: 0;
}

.service-l{
    margin-top: 30px;
}

.data{
    background: url("../images/data.jpg") no-repeat center;
    padding-top: 75px;
    padding-bottom: 70px;
    margin-top: 143px;
}

.data-l{
    margin-top: 10px;
}

.data-l-title{
    color: #fff;
    font-size: 33px;
}

.data-l-subtitle{
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}

.data-r-t-num{
    font-size: 46px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.data-r-t-text{
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 12px;
    right: -25px;
}

.data-r-b-title{
    font-size: 19px;
    color: #fff;
}

.data-r-b-subtitle{
    font-size: 12px;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu{
    background-color: #fff;
}

.dropdown-menu>li>a{
    color: #555555!important;
    font-size: 16px;
}

.carousel-caption{
    background: rgba(44,49,56,0.5);
    max-width: 600px;
    padding: 30px 35px 87px 50px;
    border: 1px solid #9ea5aa;
    left: 50%;
    bottom: 34%;
}

.banner-l{
    font-size: 23px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #a3b3c2;
    padding-bottom: 20px;
}

.banner-text{
    font-size: 42px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
}

.banner-b p{
    font-size: 16px;
    color: #bfbfbf;
    text-align: left;
    margin-top: 20px;
}

.d-nav a:hover{
    color: #ffb400;
}

.wzxq h1{
    font-size: 34px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
}

.wzxq h2 {
    margin: 10px 0;
    /* background: #eaeaea; */
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

.articlenext {
    margin: 10px 0;
    background: #eaeaea;
    width: 100%;
    line-height: 40px;
}

@media (min-width: 992px){
    .articlenext div:first-child {
        float: left;
        padding-left: 10px;
    }
}

@media (min-width: 992px){
    .articlenext div:last-child {
        float: right;
        padding-right: 10px;
    }
}

.xgnews {
    margin: 40px 0;
}

.nn {
    border-left: 5px solid #106ecb;
    padding-left: 30px;
    font-size: 20px;
    margin-bottom: 20px;
}

.articlenext a{
    color: #555;
}

.xgnews ul li {
    margin: 10px;
    line-height: 26px;
    padding-bottom: 33px;
    height: 26px;
    border-bottom: 1px dotted #9c9c9c;
}

.xgnews span {
    float: right;
}
/*移动端底部导航*/
.phonefooternav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.phonefooternav ul li {
    width: 25%;
    background: #494949;
    float: left;
    padding: 3px 0;
    border-right: 1px solid #666;
    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: 20px;
    padding: 10px 0;
}

.carousel-inner .item {
    text-align: center;
}

.carousel-inner .item img {
    display: inline-block;
}

@media (max-width: 991px) {
    body {
        padding-bottom: 60px !important;
    }
}


@media (min-width: 991px) and (max-width: 1200px) {
    .navbar-nav > li a {
        padding: 0 15px;
    }
    .navbar-nav > li{
        padding: 15px 0;
    }
    .crumbs{
        margin-bottom: 30px;
    }
    .common-link{
        margin-top: 40px;
    }
    .bottom{
        padding-top: 35px;
    }
    .ban-text{
        font-size: 30px;
    }
    .n-product-item-l{
        padding: 10px 68px 0px 40px;
    }
    .n-product-item-btn{
        margin-top: 15px;
    }
    .n-contact-info{
        margin-top: 30px;
    }
    .content-contact{
        padding: 0 15px;
    }
    .adv-type-item-r{
        padding: 20px 60px 65px 48px!important;
    }
    .component2{
        margin-top: 30px;
    }
    .qyzz{
        margin-top: 70px;
    }
    .component4{
        margin-top: 50px;
    }
    .component5-info{
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .component6{
        margin-top: 30px;
    }
    .fwlc-item-r{
        white-space: nowrap;
        flex: 1;
    }
    .fwlc-item-r p{
        font-size: 12px;
    }
    .component7{
        margin-top: 30px;
    }
    .data-l-title{
        font-size: 26px;
    }
    .data-l-subtitle{
        font-size: 14px;
        margin-top: 15px;
    }
    .data{
        margin-top: 30px;
    }
    .mt40{
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bottom{
        padding-top: 30px;
    }
    .crumbs{
        margin-bottom: 20px;
    }
    .common-link{
        margin-top: 30px;
    }
    .navbar-nav > li a{
        padding: 15px 5px;
    }
    .navbar-nav > li{
        padding: 0;
    }
    .ban-text{
        font-size: 25px;
    }
    .n-product-item-img img{
        /*max-width: 100%;*/
        /*width: auto;*/
    }
    .n-product-item-r{
        flex: none;
        order: 1;
    }
    .n-product-item{
        flex-direction: column;
    }
    .n-product-item-l{
        order: 2;
    }
    .n-contact-info{
        margin-top: 30px;
    }
    .contact-title{
        margin-top: 20px;
    }
    .contact-form{
        margin-top: 30px;
    }
    .n-contact-r{
        margin-top: 60px;
    }
    .n-contact-r-item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .adv-type-item-r{
        padding: 20px 30px 37px 30px!important;
    }
    .w-min{
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .component2{
        margin-top: 30px;
    }
    .component1-title{
        font-size: 20px;
    }
    .qyzz{
        margin-top: 30px;
    }
    .component1-subtitle{
        font-size: 22px;
        margin-top: 20px;
    }
    .component1-title:after{
        bottom: -10px;
    }
    .component4{
        margin-top: 30px;
    }
    .component5-info{
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .component6{
        margin-top: 30px;
    }
    .fwlc-item-r p{
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
    }
    .fwlc-item-r-title{
        font-size: 14px;
    }
    .component7{
        margin-top: 30px;
    }
    .about-l{
        margin-top: 0;
    }
    .about-desc{
        margin-top: 15px;
    }
    .mt120{
        margin-top: 0;
    }
    .about-r{
        margin-top: 40px;
    }
    .pro{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .about-pro-r-title{
        font-size: 28px;
        margin-left: 60px;
    }
    .about-pro-r-subtitle{
        margin-left: 60px;
        font-size: 20px;
    }
    .about-pro{
        margin-top: 50px;
    }
    .data-l-title{
        font-size: 22px;
    }
    .data-l-subtitle{
        font-size: 15px;
        margin-top: 15px;
    }
    .data-r-t-num{
        font-size: 40px;
    }
    .data-r-b-title{
        font-size: 15px;
    }
    .mt40{
        margin-top: 20px;
    }

}

@media (max-width: 768px) {
    .crumbs{
        margin-bottom: 15px;
    }
    .n-news-item{
        margin-bottom: 20px;
    }
    .common-link{
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .common-link-text{
        margin: 20px auto;
    }
    .bottom{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bottom-about{
        margin-top: 20px;
    }
    .d-nav{
        margin-top: 20px;
    }
    .fw-tel{
        margin-top: 20px;
    }
    .copyright{
        margin-top: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ban-text{
        font-size: 16px;
    }
    .common-title{
        font-size: 20px;
    }
    .content{
        padding: 0 15px;
    }
    .adv-type{
        margin-top: 20px;
    }
    .common-subtitle{
        font-size: 22px;
        margin-top: 12px;
    }
    .common-title:after{
        bottom: -6px;
    }
    .adv-type ul li{
        margin-bottom: 10px;
    }
    .n-product{
        margin-top: 10px;
    }
    .n-product-item-l{
        padding: 16px 15px 15px 15px;
        order: 2;
    }
    .n-product-item-btn{
        margin-top: 15px;
    }
    .n-product-item-r{
        flex: none;
        order: 1;
    }
    .n-product-item{
        flex-direction: column;
    }
    .n-product-item{
        margin-bottom: 20px;
    }
    .n-contact-info{
        margin-top: 20px;
    }
    .content-contact{
        padding: 0 15px;
    }
    .contact-title{
        margin-top: 20px;
    }
    .contact-form{
        margin-top: 20px;
    }
    .n-contact-r{
        margin-top: 20px;
    }
    .n-contact-r-item{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .n-contact-r{
        padding: 30px 15px 30px 15px;
    }
    .n-contact-r-item-s{
        padding-top: 20px;
    }
    .adv-type-item-l{
        flex: none;
    }
    .adv-type-item{
        flex-direction: column;
    }
    .adv-type-item-r{
        padding: 20px!important;
    }
    .adv-type-con-list{
        margin-bottom: 25px;
    }
    .gx-title{
        margin-top: 10px;
    }
    .gx-info{
        margin-top: 20px;
    }
    .gx-title:after{
        bottom: -10px;
    }
    .gx-item{
        margin-bottom: 15px;
    }
    .adv-type-con{
        margin-top: 0;
    }
    .component1-title{
        font-size: 20px;
    }
    .component1-subtitle{
        font-size: 20px;
    }
    .component1-title:after{
        bottom: -7px;
    }
    .component1-subtitle{
        margin-top: 20px;
    }
    .component1-r{
        margin-top: 20px;
    }
    .w-min{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .component2{
        margin-top: 20px;
    }
    .component2-r{
       margin-top: 15px;
    }
    .qyzz{
        margin-top: 15px;
    }
    .component3{
        margin-top: 20px;
    }
    .component3-item{
        margin-bottom: 15px;
    }
    .component4{
        margin-top: 20px;
    }
    .component5-info{
        position: static;
        padding: 15px;
        margin-top: 15px;
        transform: none;
    }
    .component5-info-t{
        font-size: 18px;
    }
    .component5-info-m{
        font-size: 18px;
    }
    .component5-info-b-item{
        margin-top: 20px;
    }
    .component6{
        margin-top: 20px;
    }
    .component6-l-m{
        margin-top: 25px;
    }
    .component6-l-m-item{
        margin-bottom: 15px;
    }
    .fwlc{
        margin-top: 20px;
    }
    .component7{
        margin-top: 20px;
    }
    .component7-title{
        margin-top: 20px;
    }
    .about{
        margin-top: 20px;
    }
    .about-l{
        margin-top: 0;
    }
    .about-desc{
        margin-top: 20px;
    }
    .about-lc{
        margin-top: 15px;
    }
    .about-info{
        margin-top: 10px;
    }
    .about-info p{
        margin-top: 2px;
    }
    .about-r{
        padding: 0;
        margin-top: 20px;
    }
    .mt120{
        margin-top: 20px;
    }
    .pro{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .pro-title{
        font-size: 16px;
    }
    .pro-title-en{
        font-size: 15px;
        margin-top: 18px;
    }
    .pro-title:after{
        bottom: -10px;
    }
    .pro-info{
        margin-top: 15px;
    }
    .pro-r{
        display: none;
    }
    .pro-list-item{
        width: 45%;
    }
    .pro-list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
    }
    .pro-list{
        padding: 0 15px;
        margin-left: 0;
    }
    .pro-list-item{
        margin-bottom: 15px;
    }
    .about-pro{
        margin-top: 20px;
    }
    .about-pro-l-title-t{
        font-size: 16px;
    }
    .about-pro-l{
        margin-top: 0;
    }
    .about-pro-l-title-b{
        font-size: 14px;
        margin-top: 0;
    }
    .about-pro-l-title:before{
        height: 30px;
    }
    .about-pro-l-list{
        margin-top: 20px;
    }
    .about-pro-l-info{
        margin-top: 20px;
    }
    .about-pro-r{
        display: none;
    }
    .data{
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .data-l{
        display: none;
    }
    .data-r-t-num{
        font-size: 27px;
    }
    .data-r-b-title{
        font-size: 12px;
    }
    .service{
        padding: 10px 15px 0;
    }
    .mt40{
        margin-top: 0;
    }
    .service-l{
        margin-top: 10px;
    }
    .mt30{
        margin-top: 10px;
    }
    .service-r{
        margin-top: 15px;
    }
    .fwlc-item-r-title{
        font-size: 14px;
    }
    .fwlc-item{
        margin-bottom: 10px;
    }
    .hzhb{
        padding: 0 15px;
    }
    .hzhb .component1-title{
        font-size: 16px!important;
    }
    .hzhb .component1-subtitle{
        font-size: 14px!important;
        margin-top: 13px;
    }
    .component7-img{
        /*padding: 0 15px;*/
        padding-right: 15px;
        margin-top: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .component7-item{
        width: 48%;
        margin-bottom: 5px;
    }
    .navbar-nav > li{
        padding: 2px;
    }
    .navbar-nav > li > .dropdown-menu{
        padding-left: 10px;
    }
}
.pages { clear:both; padding:20px 45px 0 0; color:#444; }
	.pages a { color:#444; }
	.pages a:hover { color:#f60;  font-weight:bold  }
	.pages ul { text-align:right;list-style:none }
	.pages li { display:inline; margin-left:8px;list-style:none }

 