﻿*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.top {
    width: 100%;
    position: relative;
    z-index: 10;
    height: 74px;
    background: #277d7d;
}

.top .top-l {
    width: 1200px;
    margin: 0 auto;
}

.top-l .logo {
    float: left;
    padding: 0px 10px;
    height: 74px;
    text-align: center;
    background: #fff;
}

.top-l .logo a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 54px;
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    position: relative;
    z-index: 1;
    float: right;
    padding: 25px 6px 0 14%;
}

.nav {
    position: relative;
}

.nav a {
    color: #fff;
}

.nav h3 {
    font-weight: normal;
    font-size: 16px;
}

.nav .tm {
    float: left;
    position: relative;
    z-index: 1;
}

.nav .tm a {
    display: block;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
}

.nav h3 a {
    display: block;
    padding: 0 13px;
    text-align: center;
}

.nav .sub {
    display: none;
    position: absolute;
    top: 45px;
    left: -20px;
    z-index: 1;
    width: 146px;
    border-top: 2px solid #c9171f;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
}

.nav .sub li {
    text-align: center;
    margin-bottom: -1px;
    
}

.nav .sub li:hover {
    background: #ddd;
    text-decoration: none;
    color: #005891;
}

.nav .sub li a {
    display: block;
    font-size: 12px;
    border-bottom: 1px dotted #ddd;
    padding: 8px 0;
    color: #666;
}

.nav .sub li a:hover {
    color: #c9171f;
}

.top-l .language {
    float: right;
    padding: 25px 40px 0 0;
}

.top-l .language a {
    display: inline-block;
    color: #fff;
    padding-left: 10px
}

.top-icon {
    width: 6%;
    float: right;
    padding: 24px 0 0 0
}

.top-icon a {
    display: inline-block;
    margin-right: 20px
}

.top-icon a img {
    width: 22px
}

/* banner */
.flexslider {
    position: relative;
    width: 100%;
    height: 650px;
    zoom: 1
}

.flexslider .slides li {
    width: 100%;
    height: 100%
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 50px
}

.flex-direction-nav .flex-prev {
    left: 50px
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50)
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;

}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    background-color: #fff;
    display: block;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    width: 16px;
    cursor: pointer
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-color: #c9171f
}

.flexslider .slides a img {
    width: 100%;
    height: 650px;
    display: block
}

/*about*/
.index-about-l {
    width: 62%;
    float: left;
    background: url("../images/index-about.png") no-repeat top left;
    padding: 0 0 30px 270px;
}

.index-about-l h2 {
    font-size: 20px;
    color: #000;
    margin: 20px 0;
    font-weight: normal
}

.index-about-l p {
    color: #999;
    line-height: 26px;
    margin-bottom: 10px;
    font-size: 14px;
}

.index-about-l a {
    color: #c9171f;
}

.index-about-r {
    width: 392px;
    float: right;
    background: url("../images/index-img01.jpg") no-repeat top right
}

.index-about-r .about-vd {
    width: 184px;
    height: 263px;
    margin: 130px 0 163px 20px;
    background: #c9171f;
    padding-top: 20px;
}

.about-vd a {
    display: block;
    color: #fff;
    text-indent: 10px;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin: 15px 20px 0;
}

.about-vd a:hover {
    text-indent: 20px;
    font-size: 14px;
}

/*middle*/
.index-middle {
    width: 100%;
    height: 163px
}

.index-m-top {
    height: 326px;
    top: -163px
}

.index-m-top-l {
    width: 720px;
    float: left
}

.index-m-top-l ul li {
    float: left
}

.index-m-top-l ul li a {
    width: 360px;
    height: 163px;
    display: block;
    color: #fff;
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.index-m-top-l ul li.wenhua a {
    background: rgba(39, 125, 124, 1)
}

.index-m-top-l ul li.wenhua a:hover {
    background: rgba(39, 125, 124, .9)
}

.index-m-top-l ul li.market a {
    background: rgba(90, 160, 159, 1)
}

.index-m-top-l ul li.market a:hover {
    background: rgba(90, 160, 159, .9)
}

.index-m-top-l ul li a h3 {
    font-size: 24px;
    padding-top: 50px;
    font-weight: normal
}

.index-m-top-l ul li a p {
    font-size: 12px;
    color: rgba(255, 255, 255, .3)
}

.index-m-top-r {
    width: 480px;
    height: 326px;
    float: right;
    background: url("../images/index-fw.png") no-repeat
}

.m-top-r-tt {
    width: 218px;
    height: 112px;
    margin: 50px auto 45px;
    background: url("../images/index-90.png") no-repeat
}

.m-top-r-tt h4 {
    font-size: 42px;
    text-align: center;
    color: #fff
}

.m-top-r-tt p {
    font-size: 14px;
    text-align: center;
    color: #fff
}

.m-top-r-box {
    padding-left: 40%;
    overflow: hidden;
}

.m-top-r-box a {
    margin-right: 15px;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 15px;
    background: #277d7c;
    color: #fff
}

.m-top-r-box a:hover {
    background: rgba(74, 127, 152, .9)
}

.img-border img {
    border-top-left-radius: 40px
}

/*title*/
.index-title,
.index-title02 {
    text-align: center;
    margin-bottom: 60px;
    overflow: hidden
}

.index-title .en-t,
.index-title02 .en-t {
    font-size: 42px;
    color: #c9caca
}

.index-title .cn-t {
    width: 11%;
    margin: 0 auto;
    font-size: 24px;
    color: #000;
    background: url(../images/title-bg.png) no-repeat bottom left;
    padding: 0 0 5px;
}

.cn-t span {
    font-size: 12px;
    color: #fff;
    background: #c9171f;
    padding: 3px 0;
    width: 200px;
    top: 6px;
    margin-left: 15px;
    border-radius: 3px
}

/*title02*/

.index-title02 .cn-t02 {
    width: 11%;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    background: url(../images/title-bg.png) no-repeat bottom left;
    padding: 0 0 5px;
}

.new-box {
    overflow: hidden;
    margin-bottom: 60px
}

/* focus */
.slideBox {
    width: 1200px;
    height: 356px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

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

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 600px;
    height: 356px;
    display: block;
}

.hot-new {
    width: 600px;
    height: 356px;
    background: #277d7c;
    padding: 0 50px;
    border-bottom-right-radius: 30px;
}

.hot-new h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 80px 0 0;
}

.hot-new p {
    line-height: 24px;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    margin: 15px 0 60px;
}

.hot-new a {
    color: #fff
}

.list-new {
    overflow: hidden;
    margin-bottom: 50px
}

.list-new ul li {
    width: 29%;
    margin: 0 2% 50px;
    float: left
}

.list-new ul li .date {
    float: left;
    text-align: center;
    color: #cacaca
}

.list-new ul li .date h5 {
    font-size: 44px;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
}

.list-new ul li .date label {
    font-size: 12px
}

.list-new ul li .artical-info {
    padding-left: 70px
}

.list-new ul li .artical-info h3 {
    position: relative
}

.list-new ul li .artical-info h3 span {
    border-bottom: 1px solid #c9171f;
    width: 23%;
    position: absolute;
    bottom: -12px;
    left: 0
}

.list-new ul li .artical-info h3 a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.list-new ul li .artical-info p {
    color: #777;
    line-height: 24px;
    margin-top: 25px;
}

.list-more {
    margin-bottom: 70px;
    padding-left: 20px;
    text-align: center;
}

.list-more a {
    background: #c9171f;
    padding: 10px 40px;
    color: #fff;
    font-size: 14px;
    margin: 30px 0 60px
}

.list-more a:hover {
    background: rgba(201, 23, 31, .7)
}

/* äº§å“tab */
.hp-tab-newprd {
    overflow: hidden;
    position: relative;
}

.hp-tab-newprd .j-sw-nav {
    border: 1px solid #ddd;
    border-right: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.hp-tab-newprd .j-sw-nav li {
    width: 25%;
    float: left;
    background: #fff;
}

.hp-tab-newprd .j-sw-nav li a {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    font-size: 14px;
    line-height: 1.34;
    padding: 26px 0 0 120px;
    border-right: 1px solid #ddd;
    color: #666;
    word-wrap: break-word;
    overflow: hidden;
    outline: 0;
    cursor: pointer;
}

.newprd-s1,
.newprd-s1 a {
    z-index: 20;
    background: url("../images/icon-pro-gy.png") no-repeat 28px 12px
}

.newprd-s2,
.newprd-s2 a {
    z-index: 19;
    background: url("../images/icon-pro-zy.png") no-repeat 28px 12px
}

.newprd-s3,
.newprd-s3 a {
    z-index: 18;
    background: url("../images/icon-pro-dy.png") no-repeat 28px 12px
}

.newprd-s4,
.newprd-s4 a {
    z-index: 17;
    background: url("../images/icon-pro-dl.png") no-repeat 28px 12px
}

.hp-tab-newprd .newprd-clip {
    padding-left: 0;
}

.hp-tab-newprd .j-sw-nav .on {
    position: relative;
    z-index: 99
}

.hp-tab-newprd .j-sw-nav li a:hover,
.hp-tab-newprd .j-sw-nav .on a,
.hp-tab-newprd .j-sw-nav .on a p {
    background: #277d7c;
    z-index: 99;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.hp-tab-newprd .j-sw-nav .on a:hover {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    transform: translateX(-25px);
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
}

.hp-tab-newprd .j-sw-nav li a p {
    font-size: 12px;
    padding-top: 5px;
    color: #999
}

.hp-tab-newprd .j-sw-c ul {
    width: 1228px;
    margin-top: 45px;
    zoom: 1;
    overflow: hidden;
    text-align: center
}

.hp-tab-newprd .j-sw-c li {
    margin: 0 17px 17px 0;
    float: left
}

.hp-tab-newprd .j-sw-c li img {
    width: 287px;
    height: 287px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.hp-tab-newprd .j-sw-c li a p {
    ;
    display: block;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 14px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.hp-tab-newprd .j-sw-c li a p:hover {
    background: #4a7f98;
    color: #fff
}

.hp-tab-newprd .j-sw-c li img:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.pro-more {
    text-align: center;
    margin: 60px 0 70px
}

.pro-more a {
    width: 15%;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    display: block;
    background: #c9171f
}

.pro-more a:hover {
    background: rgba(113, 113, 113, .7)
}

/*ä¼˜åŠ¿*/
.average-box {
    background: url("../images/cent-bg.jpg") no-repeat;
    background-size: cover;
    height: 650px;
    background-attachment: fixed
}

.average {
    padding: 0;
    overflow: hidden;
    text-align: center
}



.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 50px 0 0;
    background: #277d7c;
    text-align: center;
    cursor: pointer;
    width: 262px;
    height: 299px;
    opacity: 1;
}

.grid figure:last-child {
    margin: 0;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure .icon-img {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50px;
}

.grid figure h2 {
    word-spacing: -0.15em;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



/*---------------*/
/***** Ming *****/
/*---------------*/



figure.effect-ming img {
    opacity: 0.5;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
    margin: 40% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 1em 3em;
    opacity: 1;
    /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);*/
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

.index-service {
    height: 1016px;
    background: #f1f1f1;
    background-size: cover;
    background-attachment: fixed
}

.service-box {
    text-align: center;
    padding: 50px 0 0 0;
    margin-bottom: 90px;
}

.service-box ul li {
    display: inline-block;
    margin: 0 4%;
}

.service-box ul li a {
    display: block;
    position: relative;
    transition: all ease .3s
}

.service-box ul li a .kuang {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 2px solid #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}

.service-box ul li a:hover .kuang {
    background: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7);
    transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    /* Internet Explorer */
    -moz-transform: rotate(720deg);
    /* Firefox */
    -webkit-transform: rotate(720deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(720deg);
}

.service-box ul li a .sv-01 {
    width: 49px;
    height: 49px;
    top: 35px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 10;
    background: url("../images/icon-bt-01.png") no-repeat center center;
}

.service-box ul li a:hover .sv-01 {
    background: url("../images/icon-bt-01-hover.png") no-repeat center center;
    opacity: 1;
}

.service-box ul li a .sv-02 {
    width: 49px;
    height: 49px;
    top: 35px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 10;
    background: url("../images/icon-bt-02.png") no-repeat center center;
}

.service-box ul li a:hover .sv-02 {
    background: url("../images/icon-bt-02-hover.png") no-repeat center center;
    opacity: 1;
}

.service-box ul li a .sv-03 {
    width: 49px;
    height: 49px;
    top: 35px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 10;
    background: url("../images/icon-bt-03.png") no-repeat center center;
}

.service-box ul li a:hover .sv-03 {
    background: url("../images/icon-bt-03-hover.png") no-repeat center center;
    opacity: 1;
}

.service-box ul li a .sv-04 {
    width: 49px;
    height: 49px;
    top: 35px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 10;
    background: url("../images/icon-bt-04.png") no-repeat center center;
}

.service-box ul li a:hover .sv-04 {
    background: url("../images/icon-bt-04-hover.png") no-repeat center center;
    opacity: 1;
}

.service-box ul li a .sv-05 {
    width: 49px;
    height: 49px;
    top: 35px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    z-index: 10;
    background: url("../images/icon-bt-05.png") no-repeat center center;
}

.service-box ul li a:hover .sv-05 {
    background: url("../images/icon-bt-05-hover.png") no-repeat center center;
    opacity: 1;
}

.service-box ul li p {
    padding-top: 50px;
    font-size: 14px;
    color: #fff
}

/* åˆä½œä¼™ä¼´ */
.scrollBox {
    width: 100%;
    padding: 10px;
    position: relative;
}

.scrollBox .piclist {
    overflow: hidden;
    zoom: 1;
}

.scrollBox .ohbox {
    overflow: hidden;
    position: relative;
    width: 1000px;
    left: 100px
}

.scrollBox {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.scrollBox .piclist li {
    float: left;
    display: inline;
    width: 230px !important;
    margin-right: 20px
}

.scrollBox .pageBtn span {
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 40px;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
}

.scrollBox .pageBtn .prev {
    left: 20px;
    background: url(../images/arrow-left.png) no-repeat;
}

.scrollBox .pageBtn .next {
    right: 20px;
    background: url(../images/arrow-right.png) no-repeat;
}

.scrollBox .pageBtn .list {
    overflow: hidden;
    zoom: 1;
    margin: 30px 0 0 490px;
}

.scrollBox .pageBtn .list li {
    background: #fff;
    float: left;
    border-radius: 50%;
    display: inline;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 10px;
    line-height: 10000px;
    overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
    background: #c9171f;
}

/*index-btmenu*/
.index-btbox {
    background: #0c5e5d;
    padding: 52px;
    overflow: hidden
}

.btbox-l {
    padding: 0 60px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 24px;
    color: #f1f1f1
}

.btbox-l a {
    color: #f1f1f1
}

.btbox-l a:hover {
    text-decoration: underline
}

.btbox-l img {
    margin: 20px 0 10px
}

.btbox-r {
    padding-left: 60px
}

.btbox-r ul li {
    float: left;
    margin-right: 40px;
    color: #f1f1f1;
    line-height: 24px
}

.btbox-r ul li dl dt {
    font-size: 14px;
    margin-bottom: 10px
}

.btbox-r ul li dl dd a {
    color: #bbb;
    display: block
}


/* 首页产品列表 */
.home-pro {
    margin: 0 0 50px 0;
}

.home-product {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0px;
    overflow: hidden;
}

.home-title {
    margin: 50px 0 40px 0;
    height: auto;
}

.home-title p {
    color: #F7941D;
    font-size: 30px;
}

.home-title b {
    color: #333;
    font-size: 30px;
    font-weight: normal;
}

.home-title p span {
    color: #dcdcdc;
    font-size: 22px;
}

.clearfix {
    display: block;
    font-size: 5;
}

.section {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.section .home-protitle {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}

.section .home-protitle .home-protitle-sj {
    display: none;
}

.section ul {
    width: 100%;
}

.section ul li {
    margin-bottom: 13px;
    display: inline-block;
    width: 24%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 4px;
    /* border: 1px solid #eee; */
}

/* .section ul li:first-child{margin-left: 0;}
.section ul li:nth-child(5){margin-left: 0;} */
.section ul li .photo {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section ul li .photo img {
    max-width: 100%;
    /*margin: -10% 0;*/
}

.section ul li .photo a p {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section ul li .photo a:hover p img {
    transition: all 1.6s;
    transform: scale(1.1);
}

.section ul li h3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #5A5A5A;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section ul li h3 a {
    font-size: 15px;
    color: #5A5A5A;
    font-weight: normal;
}

.section ul li a {
    text-decoration: none;
}

.section ul li a:hover h3 {
    color: #c9171f;
}

.section .rsp {
    width: 270px;
    height: 270px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section ul li:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.08);
}

.section .text {
    position: absolute;
    width: 267px;
    height: 270px;
    left: -318px;
    top: 85px;
    overflow: hidden;
}

.section .text h3 {
    width: 270px;
    margin-top: 130px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    /* background:#D6E2F0; */
    font-family: "microsoft yahei";
    font-size: 22px;
}

/* 首页关于蓝象 */
.home-about {
    width: 100%;
    height: auto;
    background: url(../images/homeabout-pic.jpg) no-repeat;
}

.home-about ul {
    width: 1100px;
    margin: 0 auto;
    height: auto;
    padding: 30px 10px;
    list-style: none;
}

.home-about ul li:first-child {
    width: 42%;
    padding: 0px 30px;
}

.home-about ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.home-about ul li p {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 32px;
}

.home-about ul li .home-about-link {
    margin-top: 16px;
}

.home-about ul li .home-about-link .arrow-right {
    width: 24%;
    height: auto;
    display: inline-block;
}

.h-ab .home-about-link .arrow-right p:first-child {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #f6f6f6;
    display: inline-block;
}

.home-about ul li p {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 30px;
}

.h-ab .home-about-link .arrow-right p:last-child {
    display: inline-block;
    margin-left: 5px;
}

.h-ab .home-about-link .arrow-right p a {
    text-decoration: none;
    color: #666;
}

.h-ab .home-about-link .arrow-right:hover p:first-child {
    border-left: 15px solid #F7941D;
}

.h-ab .home-about-link .arrow-right:hover p a {
    color: #F7941D;
}

.home-about .about {
    color: #c9171f;
}

/*我们的优势*/
.home-advantage-title {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 40px 0;
}

.home-title {
    margin: 50px 0 40px 0;
    height: auto;
}

.home-title p {
    color: #F7941D;
    font-size: 30px;
}

.home-title b {
    color: #333;
    font-size: 30px;
    font-weight: normal;
}

.home-title p span {
    color: #dcdcdc;
    font-size: 22px;
}

.home-advantage {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/home-advantage.jpg) no-repeat center center;
    height: 336px;
}

.home-advantage ul {
    width: 56.9%;
    height: auto;
    margin: 0 auto;
}

.home-advantage ul li {
    width: 35%;
    height: auto;
    display: inline-block;
    padding: 26px 0 28px 0;
    vertical-align: top;
}

.home-advantage ul li:first-child h4 {
    text-align: right;
}

.home-advantage ul li h4 {
    font-size: 20px;
    color: #727272;
}

.home-advantage ul li:first-child h6 {
    text-align: right;
}

.home-advantage ul li h6 {
    font-size: 15px;
    color: #dcdbdb;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.home-advantage ul li p {
    font-size: 12px;
    color: #909090;
    padding-top: 10px;
    line-height: 24px;
}

.home-advantage ul li:nth-child(3) h4 {
    text-align: right;
}

.home-advantage ul li:nth-child(even) {
    margin-left: 29.5%;
}

.home-advantage ul li:nth-child(3) h6 {
    text-align: right;
}

/*解决方案*/
.case-bj {
    height: 670px;
    overflow: hidden;
}

.case-bj h2 {
    margin: 85px 0 32px 0;
    background: url(Img/Index/case-bts.png) no-repeat center 46px;
}

.case-bj h2 img {
    width: 300px;
    height: 30px;
}

.case {
    width: 1200px;
    margin: 0 auto;
}

.case .case-s {
    width: 1200px;
    height: 358px;
    overflow: hidden;
}

.case .case-s dl {
    width: 1200px;
    height: 347px;
    overflow: hidden;
    background: url(Img/Index/case-sr.png) #f0f0f0 no-repeat right bottom;
}

.case .case-s dl dt {
    float: left;
    width: 594px;
    height: 347px;
}

.case .case-s dl dt img {
    width: 594px;
    height: 347px;
}

.case .case-s dl dd {
    float: right;
    width: 558px;
}

.case .case-s dl dd b {
    display: block;
    height: 45px;
    margin-top: 40px;
    font: bold 22px/36px "微软雅黑";
    color: #363636;
}

.case .case-s dl dd b a {
    color: #363636;
}

.case .case-s dl dd p {
    width: 356px;
    height: 165px;
    font: 14px/28px "微软雅黑";
    color: #363636;
    text-align: justify;
}

.case .case-s dl dd i {
    width: 370px;
    height: 35px;
    font: 16px/28px "微软雅黑";
    color: #D60011;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.case-roll {
    width: 1200px;
    height: 160px;
    position: relative;
}

.case-roll .case-x,
.case-roll .case-y {
    position: absolute;
    top: 0;
    width: 36px;
    height: 111px;
    z-index: 9;
}

.case-roll .case-x {
    left: -44px;
}

.case-roll .case-y {
    right: -44px;
}

.case-roll .case-x img,
.case-roll .case-y img {
    width: 36px;
    height: 111px;
}

.case-roll .case-x a,
.case-roll .case-y a {
    display: block;
    width: 36px;
    height: 111px;
    background: #363636;
}

.case-roll .case-x a:hover,
.case-roll .case-y a:hover {
    background: #d60011;
}

.case-roll ul li {
    float: left;
    width: 191px;
    margin-right: 11px;
    *display: inline;
}

.case-roll ul li.no {
    margin: 0;
}

.case-roll ul li span {
    display: block;
    text-align: center;
    font: 14px/40px "微软雅黑";
    color: #363636;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-roll ul li a img {
    width: 191px;
    height: 111px;
}

/*新闻中心*/
.home-news{width: 1200px;margin:50px auto;padding:0;height: auto;}
.home-news>ul{width: 100%;height: auto;margin:0 auto;margin-left: 0;margin-top: 40px;font-size: 0px;}
.home-news>ul>li{vertical-align: top;display: inline-block;width: 350px;height:auto;margin:0;margin-left: 25px;
    border-top: 1px solid #e7e7e7;}
.home-news>ul>li h3{margin-top: 30px;margin-left: 0px;font-size: 18px;color: #484848;}
.home-news>ul>li a p{margin: 25px 0px 30px 0px;font-size: 13px;color: #7f7f7f;}
.home-news>ul>li a .home-news-more{font-size: 12px;color: #605f5f;}
.home-news>ul>li a p span sub {bottom: -.6em;}
.home-news>ul>li a p span{float: right;font-size: 16px;color: #838383;}
.home-news>ul>li a{text-decoration:none;color: #5b5b5b;}
.home-news>ul>li:nth-child(2){border-top:none;border-bottom: 1px solid #e7e7e7;}
.home-news>ul>li:first-child{margin-left: 0;}
.home-news>ul>li:hover{border-color: #999999;}
.home-news>ul>li:hover h3{color: #005891;}
.home-news>ul>li:hover a .home-news-more{color: #005891;}
.home-message-banner .home-message-title{width: 1200px;margin: 0 auto;margin-bottom: 25px;}
.home-message .home-message-back>ul{width: 1200px;text-align: center;margin-left:118px;padding-top: 30px;}
.home-message-banner{width:100%;height:auto;background: url(/skin/img/home-message-back.jpg) no-repeat top center;margin-top: 50px;background-size: 100%;}
.home-title{margin: 50px 0 40px 0;height: auto;}
.home-title p{color: #c9171f;font-size: 30px;}
.home-title b{color: #333;font-size: 30px;font-weight: normal;}
.home-title p span{color: #dcdcdc;font-size: 22px;}
.home-blog{width: 1200px;margin:0 auto;padding-top:40px;height: auto;}
.home-blog ul{width: 100%;height: auto;margin:0 auto;}
.home-blog ul li{display: inline-block;vertical-align: top;width: 31%;height:auto;margin: 0 0 0 3%;
    font-size: 0px;}
.home-blog ul li:first-child{margin-left: 0;}
.home-blog ul li a:hover{text-decoration: none;}
.home-blog ul li h5{margin: 15px 0 0 0;padding:20px 0 0 0;font-size: 16px;color: #484848;
    border-top: 1px solid #e7e7e7;font-weight: normal;}
.home-blog ul li a:hover h5{border-color: #999999;}
.home-blog ul li a:hover .home-news-font{color:#F7941D;}
.home-blog ul li strong{font-size: 34px;color: #909090;font-weight: normal;font-family: FZShuTi;}
.home-blog ul li a p{margin: 25px 0px 30px 0px;font-size: 14px;color: #7f7f7f;line-height: 28px;}
.home-blog ul li a .home-news-more{font-size: 20px;color: #605f5f;margin: 25px 0 0 0;}
.home-blog ul li a p span{display: none;}
.home-blog ul li:hover a p span{display: inline-block;float: right;color:#F7941D;}

/*关于我们 start*/
.aboutbox{background:url(../images/aboutbg.jpg) no-repeat center 0;font-family:"Microsoft Yahei";line-height:30px;height:500px;color: #333;padding:74px 0 0;font-size: 16px;}
.aboutbox .about{width: 550px;height:400px;}
.aboutbox .about h2{height:76px;background:url(../images/ico05.gif) no-repeat 0 29px;font-size:32px;line-height:76px;padding:0 0 0 31px;z-index: 9;font-weight: normal;text-transform: uppercase;}
.aboutbox .about h3{height:61px;font-size:24px;line-height:61px;font-weight: normal;color: #004da2;}
.aboutbox .about h3 a{color: #004da2;}
.aboutbox .about h2 a{color: #333;}
.about_w .about_wp{height: 250px;overflow: hidden; color:#999;}
.about_w span { line-height:30px;display:inline-block;}
.about_w span a{line-height: 30px;}
.about_w .more01 { line-height:40px;display:inline-block; width:140px; height:40px; background:url(../images/apibox02.png) no-repeat; text-align:center; }
.about_w .more01 a{color:#fff; font-size:14px;line-height: 37px;}
.pr {
    position: relative;
}
/*关于我们 end*/
/*风采展示*/
.show{height:425px;}
.prev2,.next2{background-size: 50px 111px;width: 50px;height: 50px;margin-top: 52px;}

.show_c{width: 437px;padding: 0 0 0 25px;}
.show_l{width: 437px;}
.show_c li{width:126px;height: 186px;border: solid 1px #f6f6f6;box-shadow: 0 0 5px #d8d8d8;float: left;margin: 0 14px 0 0;}
.show_c li img{width:126px;height: 186px;}
.prev0,.next0{width:66px;height:66px;display: block;overflow: hidden;background:url(../images/prev2.gif) no-repeat 0 0;z-index: 9;}
.next0{background:url(../images/next2.gif) no-repeat 0 0;}
.prev0:hover,.next0:hover{background-position: 0 bottom;}
.prev1,.next1{top:768px;left:752px;}
.next1{left:834px;}
.til01 {
    text-align: center;
    color: #444;
    font-size: 28px;
    line-height: 60px;
    font-family: "Microsoft Yahei";
/*    padding: 0 0 38px;*/
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}



#news{
    margin-top:50px;
}

#news .item {
    background-color: #fff;
    min-height: 650px;
    position:relative;
    border: 1px solid #DDD;
}

#news .item > a h3{
    padding:20px 0  0 5%;
}

#news .item .home-feed{
    padding: 3% 5% 0 5% ;
    font-size: 18px;
    line-height: 1.5;
    color: #444444;
    overflow-x: hidden;
}
#news .item a:hover {
	color:#D60011;
}
#news .item .home-feed .meta-date{
    font-size:.8em;
    /*font-weight:700;*/    
    color:#999; 
}

#news .item .home-feed a h4{
    font-weight:400;
}

#news .content{
    /*position:absolute;
    bottom:3em;*/
    /*padding:20px 5%*/;
}

#news .action{
    position:absolute;
    bottom:20px;
    left:1%;
    width:100%;
    padding-left: 20px;
}
.btn-default, .btn-lg {
    color: #2e59a7;
    background-color: transparent;
    border: 1px solid #2e59a7;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default, .btn-lg {
    color: #277d7d;
    background-color: transparent;
    border: 1px solid #277d7d;
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}
.col-md-4 {
    width: 33.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 49%;
}
.col-xs-12 {
    width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-right:before {
    content: "\f105";
}


.animation{
    width:1200px;
    height:430px;
    overflow:hidden;
    margin:0px auto;
}
.animation li{
    width:1080px;
    height:430px;
    margin:0px auto;
}
.animation a{
    position:relative;
    display:inline-block;
    float:left;
    width: 283px;
    height:430px;
    margin-right:22px;
    text-align:left;
    color:#666;
    font-size:14px;
    line-height:24px;
    overflow:hidden;
background: #277d7d;
}
.animation a .view{
background: #277d7d;
    position:absolute;
    display:inline-block; 
    text-align:left;
    left:0px;
    bottom:-30px;
width: 100%;
    height:30px;
    line-height:30px;
    padding:0px 5%;
    color:#fff;
    font-size:14px;
}
.animation a .view img{
    float:right;
    margin-top:8px;
}
.animation a .img{
    display: block;
    width: 283px;
    /* height: 193px; */
}
.animation a .con{
    margin: 10px;
    padding: 10px 18px;
    height: 165px;
    overflow: hidden;
    border: 1px solid #ccc;
    color: #fff;
}
.animation a .con h3{
    display:block;
    padding:10px 0px;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    font-weight:normal;
}
.animation a .con h5{
    font-size:14px;
    font-weight:normal;
}
.animation a:hover .view{
    bottom:0px;
}
.animation a:hover{
    background:#727172;
}
.arrow{
    text-align:center;
    padding:50px 0px;
    margin:0px auto;
}
.arrow a{
    background:#ccc;
    width:14px;
    height:14px;
    display:inline-block;
    margin:0px 5px;
    border:0px;
    border-radius:50px;
    font-size:0px;
}
.arrow a.activeSlide{
    background:#2e59a7;
}


footer{position:relative;background:#277d7d;float:left;width:100%}
.foot-menu{margin-bottom:15px}
.foot-menu2{    float: right;
    width: 43%;}
.foot-menu h3{color:#fff;font-size:16px;padding-bottom:10px;text-transform:uppercase;font-family:roboto-regular}
.foot-menu p{color:#fff}
.foot-menu li>i{border:solid 1px #fff;height:28px;width:28px;line-height:28px;border-radius:50%;color:#fff;text-align:center;margin-right:10px}
.foot-menu .input-group{margin-top:30px}
.foot-menu2 li{width:50%;float:left}
.foot-menu li{padding:2px 0;color:#fff;font-size:13px;line-height:28px}
.foot-menu li a{color:#fff;font-size:14px;line-height:28px}
.foot-menu li a i{font-size:20px}
.foot-menu li a.contact{background-color:#09c;color:#fff}
.foot-menu li a.contact i{font-size:20px}
.share{display:block;margin:15px 0}
.share a{display:inline-block;margin-right:5px}
.share a i{color:#0061a5;font-size:20px}
.foot-menu>span{color:#fff}
.qrcode{display:inline-block;padding:0 15px}
.qrcode img{width: 120px;
    height: 120px;}
.qrcode span{display:block;color:#fff;padding:10px 0}

.foot-menu li a:hover{color:#fff}
.foot-menu li img{margin-right:5px;margin-top:5px}
.frame {
    display: block;
    padding: 40px 0;
    float: left;
    width: 100%;
}
.container {
    width: 1200px;
}
.text-center {
    text-align: center;
}
.copy {color:#fff; background:#000; width:100%; height:60px; line-height:60px;}
.copy a{color:#fff;
}