﻿/*header*/
header{
    background: #006696;
}
.head-box{
    padding-bottom: 10px;
}
.head-box .head-logo,.head-box .head-nav{
    float: left;
}
.head-box .head-logo img{
    width: 90%;
}
.head-box .head-logo{
    width: 25%;
}
.head-box .head-nav{
    width: 75%;
    padding-top: 34px;
}
.navbar{
    margin-bottom: 0;
}
.navbar-default{
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a{
    color: #ffffff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #ffffff;
}
.navbar-nav > li > a{
    font-size: 17px;
    letter-spacing: 2px;
}
.navbar-nav > li > a:hover{
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}
.nav > li > a{
    padding: 0 0 8px;
    margin: 0 12px;
}
.dropdown-menu{
    background-color: #006696;
    min-width: 123px;
    border: none;
    border-radius: 10px;
}
.dropdown-menu > li > a{
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
@media (max-width: 1200px){
    .head-box .head-logo {
        width: 20%;
    }
    .head-box .head-logo img {
        width: 100%;
    }
    .head-box .head-nav{
        width: 78%;
        padding-left: 22px;
    }
    .nav > li > a{
        margin: 0px 9px;
    }
    .navbar-nav > li > a {
        font-size: 15px;
        letter-spacing: 1px;
    }
}
@media (max-width: 768px){
    .head-box .head-logo {
        width: 47%;
    }
    .head-box .head-nav {
        width: 48%;
        padding-left: 0;
    }
    .head-box .head-nav{
        padding-top: 17px;
    }
}
/*header top1*/




/*-----------首页开始------------------------------------*/
.index_product{
    background:url(../img/probg.jpg) no-repeat;
    padding: 50px 0;
}
.index_product_top{
    position: relative;
    color: #0F5CCD;
}
.title_logo{
    display: block;
    background: url(../img/title_logo.png) no-repeat;
    width: 93px;
    height: 38px;
    vertical-align: middle;
    margin-right: 15px;
    float: left;
    margin-top: 28px;
}
.index_product_top h2{
    font-size: 28px;
    font-weight: bold;
    float: left;
    width: 90%;
    padding-bottom: 20px;
    border-bottom: 1px solid #0F5CCD;
}
.index_more{
    position: absolute;
    bottom: 12px;
    right: 16px;
}
.index_more a{
    color: #0F5CCD;
}
.index_box{
    padding-top: 60px;
}
.index_product_img{
    overflow: hidden;
    border-bottom: 12px solid #0f5ccd;
}
.index_product_img img{
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.index_product_txt{
    margin-top: 17px;
    padding-left: 15px;
    border-left: 12px solid #0f5ccd;
}
.title-top a{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000000;
}
.title-txt a{
    color: #5d5d5d;
}
.box_product{
    margin-bottom: 30px;
    width: 33.333%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.box_product:hover .index_product_img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.box_product:hover .title-top a{
    color: #406488;
}
.adle_p{
    margin-top: 35px;
}
.media-cp{display:none;}
/*产品推荐结束*/
/*经典案例开始*/
.index_case{
    background: url(../img/casebg.jpg) no-repeat;
    padding: 80px 0;
}
.index-column{
    padding-top: 47px!important;
    padding-bottom: 20px!important;
}
.index_casebox{
    background: rgba(255, 255, 255, 0.51);
    padding: 40px 0;
}
.case_b{
    /*background: #efefef;*/
    box-shadow: none!important;
    padding: 15px 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_m{
    background: #d4d3d2;
    padding: 15px 0;
}
.case_b:nth-child(1){
    padding-right: 15px!important;
}
.case_b:nth-child(2){
    padding-left: 15px!important;
}
.case_b:nth-child(3){
    padding-right: 15px!important;
}
.case_b:nth-child(4){
    padding-left: 15px!important;
}
.case_title{
    color: #5a5858 !important;
    font-size: 17px;
}
.case_sm{
    font-size: 12px;
    background: #e4e4e4;
    padding: 10px;
    height: 7.6em!important;
    margin: 12px 0!important;
}
.case_box{
    padding-left: 0!important;
}
.case_more{
    font-size: 12px;
    color: #5a5858 !important;
}
.case_more span{
    padding-left: 5px;
}
.index_case_data{
	background:none !important;
}
/*经典案例结束*/
/*新闻资讯开始*/
.index_news{
    padding: 60px 0;
    background: -webkit-linear-gradient(#FFFFFF, #e1dede);
    background: -o-linear-gradient(#FFFFFF,#e1dede);
    background: -moz-linear-gradient(#FFFFFF,#e1dede);
    background: linear-gradient(#FFFFFF,#e1dede);
}
.date_d,.data{
    display: none;
}
.index_news_main{
    padding-top: 30px;
}
.news-con,.baike-con{
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-con{
    padding-right: 15px;
}
.dat{
    width: 72PX;
    float: left;
    padding: 8px;
    border: 1px solid #080808;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.dab{
    width: 81%;
    float: left;
    padding-left: 10px;
}
.dat b{
    font-size: 32px;
    color: #c29d59;
}
.dab h4{
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dab h4 a{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.news-content{
    padding-left: 0;
    margin-top: 10px;
    width:100%;
}
.baike-btm{
    margin-bottom: 30px;
}
.news-img img{
    width: 100%;
    height: auto;
}
.by b{
    color: #354881;
}
/*新闻资讯结束*/
/*关于我们开始*/
.index_about_title{
    background: url(../img/abbg.jpg) no-repeat;
    padding: 125px 0;
}
.index_about_title h3{
    text-align: center;
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3px;
}
.index_about_title p{
    text-align: center;
    font-weight: bold;
}
.index_about_main{
    background: #f4f4f4;
    padding-bottom: 60px;
}
.index_bg{
    text-align: center;
    padding-top: 30px;
}
.index_bg h4{
    color: #354881;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 22px;
}
.index_line{
    width: 50px;
    height: 3px;
    background: #354881;
    margin: 10px auto 20px auto;
}
.index_abbox{
    padding-top: 30px;
    position: relative;
}
.index_ableft,.index_abright{
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_ableft{
    padding-right: 30px;
    padding-top: 15px;
}
.index_ableft img{
    width: 95%;
    height: auto;
}
.index_abright{
    padding-left:75px;
}
.ab_txt{
    background: #FFFFFF;
    padding: 10px;
    line-height: 23px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 11px #b1b1b1;
    position: relative;
}
.ans{
    position: absolute;
    top: 19px;
    left: -16px;
    width: 0;
    height: 0;
    border: 8px solid #FFFFFF;
    border-color: transparent #FFFFFF transparent transparent;

}
.ab_more{
    margin-top: 30px;
}
.ab_more a{
    color: #354881;
    border: 2px solid #354881;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
}
.ab_more img{
    padding-right: 10px;
}
.abz{
    text-align: center;
}
.cirle{
    position: absolute;
    left: 49%;
    top: 20px;
}
.cirle img{
    height: 280px;
}
.about-weixin{
    width: 90px;
}
.index_abtxt{
    display: none;
}
.index_abmore a{
    border: 2px solid rgba(53, 72, 129, 0.71);
}
.t2,.t3{
    display: none;
}
/*关于我们结束*/
@media screen and (max-width:1200px){
    .title_logo{
        display: none;
    }
    .container {
        width: 100%;
        padding: 0 30px;
    }
    .f_top_middle p {
        padding-bottom: 10px!important;
        font-size: 15px!important;
    }
    .f_left{
        display: none;
    }
    .t1{
        display: none;
    }
    .t3{
        display: block;
    }
    .t2{
        display: block;
        width: 102px;
        height: 103px;
    }
    .cirle img {
        height: 267px;
    }
}
@media screen and (max-width:990px){
    .case_b{
        margin-bottom: 10px;
    }
    .case_m{
        padding: 15px 15px;
    }
    .index_ableft img{
        width: 100%;
    }
    .index_abright {
        padding-left: 40px;
    }
    .f_top_left{
        display: none;
    }
    .f_right{
        width: 100%;
    }
    .f_left{
        display: none;
    }
    .f_middle,.f_top_middle{
        padding-left: 0!important;
    }
    .case_b:nth-child(1){
        padding-right: 0!important;
    }
    .case_b:nth-child(2){
        padding-left: 0!important;
    }
    .case_b:nth-child(3){
        padding-right: 0!important;
    }
    .case_b:nth-child(4){
        padding-left: 0!important;
    }
    .index_case{
        background-size: 100% 100%;
    }
    .news-content{
        width: 81%;
    }
    .f_top_right p{
        font-size: 14px!important;
    }
    .cirle img {
        height: 252px;
    }
}
@media screen and (max-width:978px){
    .bt{
        height: 43px;
        overflow: hidden;
    }
}
@media screen and (max-width:835px){
    .news-img{
        display: none;
    }
    .data{
        display: block;
    }
    .news-con, .baike-con{
        width: 100%;
        float: none;
    }
    .news-content{
        padding-left: 10px;
        margin-top: 0;
    }
    .news-con{
        padding-right: 0;
    }
}
@media screen and (max-width:768px){
    .title-txt,.ft_beian,.friends_link{
        display: none;
    }
    .index_product_top h2{
        font-size: 22px;
    }
    .title-top a{
        font-size: 15px;
    }
    .index_box {
        padding-top: 20px;
    }
    .index_ableft{
        width: 100%;
        float: none;
        padding-right: 0;
        padding-top: 0;
    }
    .index_abright{
        padding-left: 0;
        width: 100%;
        float: none;
    }
    .cirle,.ans,.index_abb{
        display: none;
    }
    .ab_more {
        margin-top: 20px;
    }
    .index_abtxt{
        display: block;
    }
    .index_product_top h2{
        width: 100%;
    }
    .index_about_title{
        padding: 50px 0;
    }
}
@media screen and (max-width:598px){
    .title-top a {
        font-size: 12px;
    }
    .index_product_img img{
        border-bottom: none;
    }
    .box_product:hover .index_product_img img{
        border-bottom: none;
    }
}
@media screen and (max-width:499px){
    .box_product{
        width: 50%;
    }
}
@media screen and (max-width:470px){
    .dab h4 a{
        font-size: 14px;
    }
    .bt{
        font-size: 12px;
        margin-bottom: 0;
        height: auto;
    }
    .dat{
        display: none;
    }
    .date_d{
        display: block;
        font-size: 12px;
    }
    .dab{
        width: 100%;
    }
    .baike-btm {
        margin-bottom: 5px;
    }
    .f_top_middle,.ft_warn{
        font-size: 12px!important;
    }
    .f_top_right{
        padding-left: 0!important;
    }
    .ft_weibo {
        padding-right: 10px!important;
    }
}
@media screen and (max-width:399px){
    .box_product {
        width: 100%;
        float: none;
    }
    .index_product{
        background-size: 100% 100%;
    }
}
/*-----------首页结束------------------------------------*/

/*index-column-product*/
.product-column{
    background-color:#ededed;
    padding-top:30px;
}
.column-title{
    font-size:32px;
    line-height:2.4;
    line-height:2.4\9;
}
.img-font-animation {
    padding: 6px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.img-font-animation .border1{
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    z-index:3;
}
.img-font-animation .font-box{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /*-webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(540deg);
    -ms-transform: scale(0) rotate(540deg);
    -o-transform: scale(0) rotate(540deg);
    transform: scale(0) rotate(360deg);*/
    background: #222;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.img-title-description{
    margin: .6em 1em;
    line-height: 2;
    line-height: 1.6\9;
    font-size: 16px;
    width: auto;
}
.product-column-item-title{
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    line-height: 2.4;
    padding: .2em 0 .3em 0;
}

@media screen and (min-width:1440px){
    .img-font-animation:hover .font-box{
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        /*-webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
        transition: all 1.2s;*/
        /*-webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -ms-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;*/
    }
    .img-font-animation:hover .img-box{
        /*-webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);*/
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 1;
        /*-webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;*/
    }
    .product-column-item-content {
        max-height: 8.4em;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 1em 1em 0 1em;
    }
}

.product-column-item-readme{
    position: absolute;
    bottom: 1em;
    right: 0;
    left: 0;
    margin: auto;
    width: 8em;
    height: 2em;
    background-color: #f76016;
    text-align: center;
    line-height: 2em;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.img-description{font-size:0.75em;color:#ccc;cursor:default;height:1.4em;}
.product-column .col-custom-max768{margin-bottom:36px;}

/*index-column font-list*/
.font-list-column{padding-top:30px;}
.cfont-list-column-child-title {
    font-size: 24px;
    margin-bottom: .6em;
}
.font-list-column .col-lg-6{margin-bottom:36px;}
/*index-column case-column*/
.case-column{padding-top:30px;padding-bottom:36px;}
.img-case {
    padding: 6px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.img-case .border1{
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    z-index:3;
}
.img-case .font-box{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: .3;
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(540deg);
    -ms-transform: scale(0) rotate(540deg);
    -o-transform: scale(0) rotate(540deg);
    transform: scale(0) rotate(360deg);
    background: #222;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.img-case:hover .width-full{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-column .col-lg-3{
    margin-bottom:36px;
}

/*index-column case-list*/
.case-list{
    padding: 20px 5px;
    box-shadow: 3px 3px 5px #ddd;
}
.case-list-title {
    font-size: 18px;
    margin:0;
}
.case-list-title .custom-title {
    text-align: left;
    color: #000;
    font-weight: 700;
}

.case-column-list-content{
    height: 5.6em;
    line-height: 1.4;
    line-height: 1.4\9;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0;
}

@media screen and (min-width:768px) and (max-width:991px){
    .case-column-list-content{
        height: 9.8em;
        line-height: 1.4;
        line-height: 1.4\9;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 15px 0;
    }
}

.case-column-list-create-time{
    color: #868686;
    background: url(../img/time.png) no-repeat left center;
    padding-left: 20px;
    line-height: 22px;
}
.more-detail {
    float: right;
    line-height: 22px;
    color: #868686;
    padding-left: 22px;
    background: url(../img/more-bg.png)no-repeat left center;
}

/*补充底部footer样式*/
footer{
    background: #333333;
    padding: 60px 0 30px 0;
}
.f_left,.f_right,.f_top_left,.f_top_middle,.f_top_right,.ft_left,.ft_weibo,.ft_toutiao{
    float: left;
}
.f_right{
    padding-top: 5px;
}
.f_left{
    padding-top: 16px;
}
.f_top_left a,.f_middle a,.friends_link,.friends_link a{
    color: #FFFFFF;
}
.ft_left{
    padding-left: 50px;
}
.ft_left p{
    padding-bottom: 5px;
}
.f_top_middle{
    padding-left: 50px;
    color: #FFFFFF;
}
.f_top_middle img{
    padding-right: 10px;
}
.f_top_right{
    padding-left: 50px;
    padding-top: 10px;
}
.ft_weibo{
    padding-right: 30px;
}
.f_top_right p{
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
}
.f_middle{
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 50px;
}
.f_top_middle p{
    padding-bottom: 17px;
    font-size: 18px;
}
.ft_warn{
    font-weight: bold;
    font-size: 16px;
    color: #f44336;
    letter-spacing: 3px;
    line-height: 27px;
	text-align:center;
}
.ft_beian{
    color: #FFFFFF;
    padding-left: 50px;
}
.friend-link{
    padding: 20px 0;
	color:#fff;
}
.friend-link a{
    padding-right: 10px;
}









.company-info span{
    display:inline-block;
    line-height:1.6;
    line-height:1.6\0;
}
.copyright {
    margin: 15px 0;
}

/*font-list-page*/
.font-list-page-title {
    text-align:center;
    font-size: 32px;
    line-height: 2.4;
    line-height: 2.4\9;
}
.font-list-page-item {
    padding: 0 60px 0 128px;
    position:relative;
    border-bottom:1px dashed #ccc;
    overflow: hidden;
    color:#337ab7;
}
.font-list-page-item .left-show-date-position{
    text-align: center;
    height: 86px;
    overflow: hidden;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.font-list-page-item .left-show-date {
    position:absolute;
    top:0;
    left:0;
    width:128px;
    height:100%;
}
.font-list-page-item .date-m-d{
    font-size:18px;
    line-height:2.4;
    line-height:2.4\9;
    font-weight:700;
}
.font-list-page-item .right-show-decoration {
    position:absolute;
    top:0;
    right:0;
    width:60px;
    height:100%;
}
.font-list-page-item .glyphicon-menu-right{
    display:block;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 52px;
    line-height: 97px;
    color:#337ab7;
}
.font-list-page-item .font-title-description{
    display:block;
    width:auto;
}
.font-list-page-item .font-title {
    font-weight:700;
    text-align: left;
}
.font-list-page-item .font-description{
    font-size:14px;
    line-height:1.4;
    line-height:1.4\9;
    height:4.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page-list {
    margin-top:30px;
    margin-bottom:20px;
}
@media screen and (min-width:1440px){
    .font-list-page-item:hover{
        background-color:#00a4df;
        color:#fff;
    }
    .font-list-page-item:hover .custom-a {
        color:#fff;
    }
    .font-list-page-item:hover .glyphicon-menu-right {
        color:#fff;
    }
}
@media screen and (max-width:991px){
    .font-list-page-item {padding-right: 0;}
    .font-list-page-item .right-show-decoration {display: none;}
}
@media screen and (max-width:767px){
    .font-list-page-item {padding-left: 0;}
    .font-list-page-item .left-show-date {display: none;}
}


/*img-list-page*/
.img-list-page .col-custom-max768 {
    margin-bottom:30px;
}
.img-list-page-title{
    font-size: 32px;
    line-height: 2.4;
    line-height: 2.4\9;
    text-align: center;
}

/*about-page*/
.aboutUs-title-info{margin-top:60px;margin-bottom:30px;}
.aboutUs-title{text-align: center;margin-bottom:40px;}
.aboutUs-info{text-align:center;font-size:16px;margin-bottom:20px;
    line-height:1.6; line-height: 1.6\9;color:#A2A2A2;}
.about-img{width:100%;}
.aboutUs-title-info .absolute{top:0;left:0;width:100%;height:100%;padding:0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.aboutUs-title-info .col-lg-3{color:#E1E1E1;margin-bottom:30px;}
.aboutUs-title-info .absolute {text-align: center;}
.aboutUs-title-info .absolute .title{margin-bottom:20px;cursor:default;}
.aboutUs-img-info{font-size:16px;text-align:justify;cursor: default;
    line-height:1.6;line-height:1.6\9;}

.about-img-font{margin-top:60px;padding:40px 0 30px 0;background:#F5F5F5;}

.about-img-font .title{margin:0 0 20px 0;}
.about-img-font .info{font-size:16px;
    line-height:1.6;line-height:16\9;padding:0 16px;}
.about-img-font-font{text-align:center;}
.about-img-font .width-half{display:table-cell;float:none;vertical-align: middle;color:#A2A2A2;}
.about-img-show{width:100%;height:auto;}
@media screen and (max-width:768px){
    .about-img-font .clearfix{position:relative;margin-bottom:40px;overflow: hidden;}
    .about-img-font .width-half{display:block;width:100%;}
    .about-img-font-font{position:absolute;top:0;left:0;width:100%;height:100%;}
    .about-img-font .width-half{color:#353535;}
    .about-img-font-font .title{margin-top:60px;}
}
@media screen and (max-width:480px){
    .about-img-font-font .title{margin-top:20px;}
}
@media screen and (max-width:420px){
    .about-img-font-font .info{display:none;}
    .about-img-font-font .title{margin-top:30px;}
}
.width-half{width:50%;}


/*contact-page*/
.contact-page{text-align:center;margin-top:60px;}
.contact-page .title{margin-bottom:30px;}
.contact-page .content-info{color:#9B9B9B;margin-bottom:50px;}
.about-li{width:20%;padding:0 20px;margin-bottom: 30px;cursor:default;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.contact-page .icon{width:96px;height:0;padding-bottom:96px;margin:0 auto;position:relative;line-height:96px;line-height:96px\9;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;}

.contact-page .icon-font{position:absolute;top:0;left:0;width:100%;height:100%;font-size: 52px;background: #31B0D5;color: white;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.contact-list .icon{font-family: 'Glyphicons Halflings';}

@media screen and (max-width: 768px) {
    .about-li{display:none;width:25%;}
    .contact-page .circle{display:block;}
}
@media screen and (min-width:360px) and (max-width:639px){
    .about-li{width:50%;box-sizing:border-box;padding-left:15px;padding-right:15px;}
}
@media screen and (max-width:359px){
    .about-li{width:100%;padding-left:0;padding-right:0;}
}
.baidu-map{margin-bottom:60px;}
.baidu-map-show{position:absolute;top:0;left:0;height:0;width:0;width:100%;height:100%;}
#map{border:#ccc solid 1px;font-size:12px;width:100%;height:100%;margin:0;padding:0;}
.width5byheight3{
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    padding-bottom: 60%;
}

/*font-page*/
.font-page-title{
    font-size: 24px;
    line-height: 2.4;
    line-height: 2.4\9;
}
.font-page-description {
    font-size: 14px;
    color: #BBB;
    margin-bottom: 30px;
}
.prev_return_next_page {
    margin:30px 0 20px 0;
}


.page-list{text-align:center;font-size:0;}
.page-list a{padding: .4em 1.6em;background: #6A8DB9;margin: 0 .3em;border-radius: 4px;color: #fff;display:inline-block;margin-top:10px;font-size:14px;}
.page-list a:hover{text-decoration:none;background:#4A688D;}
.page-list b{padding: .4em 1.6em;background: #4A688D;margin: 0 .3em;border-radius: 4px;color: #fff;cursor:pointer;display:inline-block;margin-top:10px;font-size:14px;}
.page-list a:first-child{display:none;}

@media screen and (max-width:520px){
    .page-list a,.page-list b{font-size:14px;background:transparent !important;color:#337ab7;padding-left:.4em;padding-right:.4em;}
    .page-list b{color:#93BEE3;font-weight:normal;}
}


.custom-content{text-align:center;}

.prev_return_next_page{margin-top:30px;font-size:16px;text-align: center;}
.prev_return_next_page .prev_page,.prev_return_next_page .next_page,.prev_return_next_page .page-return_list{display:inline-block;padding: .6em 1.2em;overflow:hidden;}
.prev_return_next_page .prev_page,.prev_return_next_page .next_page{
    white-space:nowrap;
    width:30em;
    text-overflow:ellipsis;
}

@media screen and (min-width:1200px){
    .prev_return_next_page .prev_page,.prev_return_next_page .next_page{width:21em;}
}
@media screen and (max-width:1199px){
    .prev_return_next_page .prev_page,.prev_return_next_page .next_page{width:24em;}
}
@media screen and (max-width:991px){
    .prev_return_next_page .prev_page,.prev_return_next_page .next_page{width:18em;}
}

@media screen and (max-width:720px){
    .prev_return_next_page .prev_page,.prev_return_next_page .next_page{display:block;width: auto;text-align: left;max-width: 100%;padding-left:0;padding-right:0;}
    .prev_return_next_page  .page-return_list {display:none;}
}


.custom-content{
    max-width: 800px;
    text-align: left !important;
    line-height: 1.8;
    box-sizing: border-box;
    background-color:#ccc;
    padding:30px;
}

.page-right-side {
    margin-bottom:30px;
}
.page-right-side h3 {
    font-size:18px;
    font-weight:700;
}
.page-right-side span {
    background-color: #cccccc;
    padding: 0 6px;
    font-size: 12px;
    color: #ffffff;
    margin-right: 6px;
}
.page-right-side .custom-ul li:nth-child(1) span,.page-right-side .custom-ul li:nth-child(2) span,.page-right-side .custom-ul li:nth-child(3) span{
    background-color: #FF9900;
}
.page-right-side:first-child {
    margin-top: 76px;
}
.page-right-side .custom-ul li{
    width:100%;
    /*border-bottom: 1px solid #ccc;
    margin-top: -1px;*/
}
.page-right-side .cus li{margin-bottom:15px;}
.page-right-side .cus li p:nth-child(2){text-align:center;padding:5px 0;background:#23527c;}
.page-right-side .cus li p:nth-child(2) a{color:#fff;}
.page-right-side .cus li p img{width:100%;height:auto;}
.page-right-side .custom-ul li:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.page-right-side .custom-ul li:last-child{
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}
.page-right-side>.custom-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    text-align: left;
    text-indent: 16px;
}
.page-right-side .custom-ul li a{
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    padding: .3em 1.2em;
}
.custom-content {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f0f0f0;
}

@media screen and (max-width:1199px){
    .font-page .col-lg-3{display:none;}
}

.friend-link a{color:#D2D2D2;padding:.6em .4em;}
.friend-link a:hover{color:#ffffff;}

.bh{
    display: none;
    /*position: absolute;*/
    /*bottom: 109%;*/
    width: 100%;
    background: #ffffff;
}
.bh a{
    display: block;
    float: left;
}
.bh a:nth-child(1){
    width: 29%;
}
.bh a:nth-child(2){
    width: 69%;
}
.bh .im1{
    width: 100%;
    height: auto;
}
.bh .im2{
    width: 100%;
    height: auto;
}
@media screen and (max-width:750px){
    .bh{
        display: block;
    }
}

@media screen and (max-width: 540px){
	.carousel,.newsbg,.casebg,.fwd,.model-05,footer,.prev_return_next_page,.breadcrumb,.index-products{
		display:none;
	}
	.custom-content img{
		width:100%;
		height:auto;
	}
	.font-page .cp-text{
		padding-left:0;
		padding-right:0;
	}
	.custom-content{
		padding:15px; 
	}
	.media-cp{
		display:block;
	}
}






