﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}

/* body{padding-top: 88px;} */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
       -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #335488;text-decoration:none;}

.header-tops{
    background: #1c345b;
    color: #fff;
    border-bottom: 1px solid #335488;
}
.header-wrapper{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 72px;
    padding:0;
    z-index:999;
    background: #1c345b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-wrapper .navbar-default{
    background: transparent;
    border-width: 0;
    padding: 0;
    margin:0 auto;
    border-radius: 0;
}
.navbar-brand{
    height: auto;
    padding:0px 15px;
    margin-top: 18px;
}

.index-prev,.index-next{
    position: absolute;
    top:50%;
    width: 27px;
    height: 54px;
    background: url(../Images/ico_prev.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: -27px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.index-prev{left: 3%;}
.index-next{right: 3%;-webkit-transform: rotateZ(180deg);-moz-transform: rotateZ(180deg);-ms-transform: rotate(180deg);transform: rotateZ(180deg);}
.index-prev:hover,.index-next:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-pagination-bullet-active{background: #f8931f;}


.head-nav-w{margin-top: 0px;padding-right: 0;}
.navbar-default .navbar-nav > li{margin-left:0px;padding-right: 0px;font-size:18px;position: initial;}
.navbar-default .navbar-nav > li > a{
    display: block;
    padding:0 30px 0 60px;
    color:#fff;
    position: relative;
    line-height: 30px;
    z-index: 101;
}
.navbar-default .navbar-nav > li .head-i{
    position: absolute;
    top:16px;
    left: 0;
    width: 60px;
    height: 40px;
}
.navbar-default .navbar-nav > li .head-i1{background: url(../Images/ico_h1.png) left center no-repeat;}
.navbar-default .navbar-nav > li .head-i2{background: url(../Images/ico_h2.png) left center no-repeat;}
.navbar-default .navbar-nav > li .head-i3{background: url(../Images/ico_h3.png) left center no-repeat;}
.navbar-default .navbar-nav > li .head-i4{background: url(../Images/ico_h4.png) left center no-repeat;}
.navbar-default .navbar-nav > li .head-i5{background: url(../Images/ico_h5.png) center center no-repeat;}

.navbar-default .navbar-nav > li span.ent{
    display: block;
    padding: 21px 0 17px;
    color: #fff;
    border-bottom:4px solid transparent;
}
.navbar-default .navbar-nav > li.on span.ent{border-bottom-color: #e2311f;}
/* .navbar-default .navbar-nav > li.on > a .ent,
.navbar-default .navbar-nav > li:hover > a .ent{color: #fd9827;} */

/* .header-wrapper.activeHead .navbar-nav > li > a{color:#000;} */

.header-mes{float: left;}
.header-mes .sn{
    opacity: .32;
    filter: alpha(opacity=32);
    font-size: 16px;
    display: inline-block;
    padding-left: 24px;
    line-height:30px;
    vertical-align: top;
    position: relative;
    margin-top: 6px;
    margin-right: 15px;
}
.header-mes .sn i{
    position: absolute;
    top:0;
    left: 0;
    width: 20px;
    height: 30px;
    background-image: url(../Images/ico1.png);
    background-repeat: no-repeat;
}
.header-mes .sn i.ico-tel{background-position: 0 center;}
.header-mes .sn i.ico-email{background-position: -36px center;}
.header-navs{float: right;}
.header-navs ul li{
    float: left;
    line-height: 42px;
}
.header-navs ul li a{
    font-size: 16px;
    display: block;
    opacity: .42;
    filter: alpha(opacity=42);
    color: #fff;
    padding: 0 22px;
}
.header-navs ul li.on {
    background: #e2311f;
}
.header-navs ul li.on a{
    opacity: .6;
    filter: alpha(opacity=60);
}
.header-height{background: #1c345b;height:72px;position: relative;}
.header-wrapper.activeHead{position: fixed;}

.banner .img{overflow: hidden;}
.banner .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 0.5s ease-out 0.8s;
}
.banner .swiper-slide-active .img img{
    transform: scale(1);
}
.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    z-index: 2;
    color: #fff;
}
.ban-txt .p1{
    font-size: 48px;
    margin-bottom: 0px;
    opacity: 0;
    font-family: "SourceHanSansCNRegular";
    text-transform: uppercase;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}
.ban-txt .p2{font-size: 26px;opacity: 0;color: #fff;text-transform: uppercase;}
.ban-txt .p3{opacity: 0;margin-top: 20px;}
.ban-txt .ban-move-box .line{
    width: 220px;
    height: 1px;
    background: #fff;
    margin: 20px auto 10px;
    opacity: 0;
}
.ani-line {
    width: 100%;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 10;
    text-align: right;
}
.ani-line span {
    color: #fff;
    font-family: arial;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.ani-line .swpagn {
    font-size: 48px;
}
.ani-line .swpagn2 {
    font-size: 24px;
    margin-top: 40px;
    padding-left: 5px;
    position: relative;
}
.ani-line .swpagn2:after {
    position: absolute;
    width: 1px;
    height: 50px;
    left: 0px;
    top: -20px;
    content: '';
    transform: skewX(-30deg);
    background: #fff;
}

.home-section-p1{padding: 70px 0;}
.home-section-p1 .img{
    height: 92px;
    position: relative;
}
img.img-position{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.home-section-p1 .img img.img2{
    opacity: 0;
    filter: alpha(opacity=0);
}
.home-section-p1 .img:hover img.img1{
    opacity: 0;
    filter: alpha(opacity=0);
}
.home-section-p1 .img:hover img.img2{
    opacity: 1;
    filter: alpha(opacity=100);
}
.home-section-p1 .txt{text-align: center;padding-top: 25px;}
.home-section-p1 .txt h4{font-family: "SourceHanSansCNRegular";color: #555;}
.home-section-p1 .txt .p{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #888;
    max-width: 200px;
    margin: 10px auto 0;
    display: none;
}
.home-section-p2{
    padding: 100px 0 80px;
    background: url(../Images/bg1.jpg) center top no-repeat;
}
.home-section-p2 .left-img a{
    display: block;
    max-width: 780px;
    height: 470px;
    overflow: hidden;
}
.home-section-p2 .left-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-section-p2 .txt{
    color: #fff;
    padding-left: 66px;
    position: relative;
    height: 180px;
    margin-bottom: 40px;
}
.home-section-p2 .txt i.ico-p{
    position: absolute;
    top:0;
    left: 0;
    width: 55px;
    height: 50px;
}
.home-section-p2 .txt h4{margin-bottom: 10px;font-family: "SourceHanSansCNRegular"}
.home-section-p2 .txt p{font-size: 16px;}
/* .imgs-list {margin-top: 30px;} */
.imgs-list .pub-btns{
    height: 50px;
    margin-bottom: 20px;
    text-align: right;
}
.imgs-list .boxs .img-s{height: 130px;}
.imgs-list .boxs .img-s img{
    width: 100%;
    height: 100%;
}
.imgs-list .boxs .ps{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #888;
}
.mode-swp-btn:focus{outline: none;}

.partner-list{
    max-width:1152px;
    margin:30px auto  0;
}
.partner-list ul li{
    width: 16.666666666666666666666666666667%;
    float: left;
    position: relative;
    z-index: 1;
}
.partner-list ul li.on{z-index: 2;}
.partner-list ul li .c-img{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.partner-list ul li .c-img .rotate-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.partner-list ul li:nth-child(11n+7){
    margin-left:8.333333333333333333333333333333%;
}
.partner-list ul li:nth-child(n+7){
    margin-top:-7%;
}
/* .partner-list ul li:nth-child(n+7) .c-img .rotate-img{
    margin-top:-45%;
    margin-left: 50%;
} */
.partner-list ul li .c-img .rotate-img .bg{
    position: absolute;
    top:14.644660940672623779957781894758%;
    left:14.644660940672623779957781894758%;
    width: 70.710678118654752440084436210485%;
    height: 70.710678118654752440084436210485%;
    border:1px solid #27406c;
    float: left;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}
.partner-list ul li.on .c-img .rotate-img .bg{background: #27406c;}
.partner-list ul li .c-img .rotate-img img{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 60%;
    max-height: 60%;
    z-index: 5;
    margin:auto;
}
.partner-list ul li .c-img .rotate-img img.img2{opacity: 0;}
.partner-list ul li.on .c-img .rotate-img img.img1{opacity: 0;}
.partner-list ul li.on .c-img .rotate-img img.img2{opacity: 1;}
.home-section-p3{
    background:#f5f5f5 url(../Images/bg2.jpg) center bottom no-repeat;
    padding-bottom: 25px;
}
.title-s1{
    text-align: center;
    padding: 80px 0;
    position: relative;
}
.title-s1 h1{font-family: "SourceHanSansCNRegular";}
.title-s1 p{color: #253081;margin-top: 10px;font-size: 16px;text-transform: uppercase;}
.title-s1 .line{
    width: 2px;
    height: 40px;
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -1px;
}
.title-s1 .line i{
    position: absolute;
    bottom:-12px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    left: 0;
    margin-left: -3px;
}
.title-s1 .line.line1,.title-s1 .line.line1 i{background: #fff;}
.title-s1 .line.line2,.title-s1 .line.line2 i {background: #ddd;}
.dsvg {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 54px;
    width: 27px;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
    cursor: pointer;
}
.dsvg .scroll-blast {
    height: 28px;
    width: 14px;
    margin-top: -6px;
    margin-left: 20px;
    margin-left: 0px;
}
.dsvg .scroll-blast path {
    fill: #fff;
    -webkit-animation: arrowHint 1.5s infinite;
    animation: arrowHint 1.5s infinite;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}
.dsvg .scroll-blast path.a1 {
    fill: #5fcdd6;
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s
}
.dsvg .scroll-blast path.a2 {
    fill: #87dae1;
    -webkit-animation-delay: -.375s;
    animation-delay: -.375s
}
.dsvg .scroll-blast path.a3 {
    fill: #b0e6eb;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
@-webkit-keyframes arrowHint {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
to {
opacity:0
}
}
@keyframes arrowHint {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
to {
opacity:0
}
}
.more-s1{text-align: center;}
.more-s1 a{
    display: inline-block;
    line-height: 42px;
    border:1px solid #bac0cc;
    border-radius: 42px;
    font-size: 18px;
    font-family: "Neutraface Bold";
    text-transform: uppercase;
    overflow: hidden;
    height: 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #355bb0;
}
.more-s1 a:hover{color: #fff;border-color: #355bb0;}
.more-s1 a span{
    position: relative;
    display: inline-block;
    width: 190px;
    overflow: hidden;
    z-index: 2;
}
.more-s1 a span:after{
    background: #355bb0;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}
.more-s1 a:hover span:after{width: 112%;}
.home-section-p3 .more-s1{margin-top: 80px;margin-bottom: 60px;}

.home-section-p4{
    background: url(../Images/bg3.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 80px;
}
.home-section-p4 .title-s1{margin-bottom: 30px;}
.home-section-p4 .title-s1 p{color: #fff;}
.title-s1 h4{margin-top: 20px;}
.home-section-p4 .boxs .img{
    height: 100px;
    position: relative;
}
.home-section-p4 .boxs .img img{
    display: block;
}
.home-section-p4 .boxs .img img.img2{
    display: none;
}
.home-section-p4 .boxs:hover .img img.img1{
    display: none;
}
.home-section-p4 .boxs:hover .img img.img2{
    display: block;
}
.home-section-p4 .boxs .p{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.home-section-p4 .boxs:hover .p{color: #49a1e1;}
.home-section-p4 .boxs .line{
    width: 0;
    height: 1px;
    background: #49a1e1;
    margin: 30px auto 0;
}
.home-section-p4 .boxs:hover .line{
    width: 120px;
}
/* .home-section-p4 .boxs:hover{
    margin-top: -30px;
} */

.hm-case ul {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
}

.hm-case ul li {
    position: absolute;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    background: #f8f8f8;
}

.hm-case ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* .hm-case ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    z-index: 1;
} */

.hm-case ul li.hm-case_01{
    width: 33%;
    padding-bottom: 26.55%;
    top: 0;
    left: 0;
}

.hm-case ul li.hm-case_02 {
    width: 16.25%;
    padding-bottom: 30%;
    top: 0;
    left: 33%;
}

.hm-case ul li.hm-case_03 {
    width: 16.25%;
    padding-bottom: 15%;
    top: 0;
    left: 49.25%;
}

.hm-case ul li.hm-case_04 {
    width: 16.25%;
    padding-bottom: 15%;
    top: 0;
    left: 65.5%;
}

.hm-case ul li.hm-case_05 {
    width: 18.25%;
    padding-bottom: 22.5%;
    top: 0;
    left: 81.75%;
}

.hm-case ul li.hm-case_06 {
    width: 32.5%;
    padding-bottom: 15%;
    top: 33.3333332%;
    left: 49.25%;
}

.hm-case ul li.hm-case_07 {
    width: 33%;
    padding-bottom: 18.5%;
    top: 58.88888888%;
    left: 0%;
}

.hm-case ul li.hm-case_08 {
    width: 32.5%;
    padding-bottom: 15%;
    top: 66.666666%;
    left: 33%;
}

.hm-case ul li.hm-case_09 {
    width: 16.25%;
    padding-bottom: 15%;
    top: 66.666666%;
    left: 65.5%;
}

.hm-case ul li.hm-case_10 {
    width: 18.25%;
    padding-bottom: 22.5%;
    top: 50%;
    left: 81.75%;
}

.hm-case ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hm-case ul li .txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    color: #fff;
}

.hm-case ul li .txt .p {
    margin-top: 10px;
    color: #fff;
    display: none;
}

.hm-case ul li.hm-case_01 .txt, .hm-case ul li.hm-case_03 .txt, .hm-case ul li.hm-case_09 .txt {
    color: #fff;
}

.hm-case ul li.hm-case_01 .txt .p, .hm-case ul li.hm-case_03 .txt .p, .hm-case ul li.hm-case_09 .txt .p {
    color: #888;
}
.home-section-p5{padding-bottom: 80px;}
.home-section-p6{
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}
.home-section-p6 .bg{
    position: absolute;
    top:0;
    left: 0;
    width: 50%;
    height: 100%;
    padding-top: 20px;
    background: #fff;
}
.home-section-p6 .bg .img{height: 100%;}
.home-section-p6 .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about .txt{padding: 100px 0 100px 55px;}
.home-about .txt h1{font-family: "SourceHanSansCNRegular"}
.home-about .txt h4{margin-top: 10px;color: #555;margin-bottom: 30px;}
.home-about .txt .p{
    font-size: 16px;
    line-height: 2;
    color: #888;
    margin-bottom: 35px;
}
.more-s2{margin-bottom: 50px;}
.more-s2 a{
    display: inline-block;
    padding-bottom: 4px;
    color: #355bb0;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}
.home-about .txt .plist{text-align: center;}
.home-about .txt .plist .cp{
    font-size: 16px;
    color: #888;
    margin-top: 15px;
}
.home-section-p7{padding-bottom: 80px;}
.home-news-list .boxs{
    display: block;
    background: #fff;
    color:#000;
    position: relative;
    margin-bottom: 15px;
    z-index: 3;
}
.home-news-list .boxs:hover:after{
    position: absolute;
    bottom:-10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background: #d5dbe3;
    content: '';
    z-index: -1;
}
.home-news-list .boxs .txt{
    padding:30px;
    background:#fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
}
.home-news-list .boxs .txt h4{
    line-height: 24px;
    height: 48px;
    font-family: "SourceHanSansCNRegular";
}
.home-news-list .boxs .txt .date{
    font-size: 14px;
    color:#888;
    margin:10px 0 15px;
}
.home-news-list .boxs .txt h5{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color:#888;
}
.ico-j{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(../Images/ico_66.png) no-repeat center;
    color:#000;
    font-weight: bold;
    margin-top: 15px;
    margin-left: -3px;
    -webkit-transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
/* .ico-j:after{content: '\4C'} */
.home-news-list .boxs:hover .ico-j{
    -webkit-transform: rotateZ(135deg);
       -moz-transform: rotateZ(135deg);
        -ms-transform: rotate(135deg);
            transform: rotateZ(135deg);
}
.home-news-list .boxs .img{
    overflow: hidden;
    padding-top: 58.5%;
    position: relative;
}
.home-news-list .boxs .img img,.img-size4 img.img-position{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
.home-news-list .boxs:hover .img img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
         transform: scale(1.05);
}
.home-section-p7 .more-s1{margin-top: 60px;}
.footer{background: #1c345b;color: #fff;padding-top: 50px;}
.footer .foot-logo {
    margin-bottom: 15px;
}

.foot-ewm {
    display: inline-block;
    text-align: center;
}
.foot-ewm img{max-width: 159px;}

.foot-ewm p {
    font-size: 16px;
    margin-top: 10px;
}

.icp {
    color: #fff;
    padding: 20px 0;
    margin-top: 10px;
}

.footer .foot-nav h4 {
    font-size: 20px;
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 30px;
}

.footer .foot-nav ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.footer .foot-nav ul li,.footer .foot-nav ul li a{color: #c9c9c9;}
.footer .mesc {
    display: inline-block;
    text-align: center;
}

.footer .mesc .sh {
    text-align: center;
    margin-top: 16px;
}

.footer .mesc .sh a {
    width: 40px;
    height: 27px;
    display: inline-block;
    background: url(../Images/ico2.png) left top no-repeat;
    margin: 0 5px;
    vertical-align: top;
    position: relative;
}

.footer .mesc .sh a.a2 {
    background-position: -57px 0;
}

.footer .mesc .sh a.a3 {
    background-position: -118px 0;
}

.footer .mesc h3 a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.footer .mesc .sh a .boxsc{
    position: absolute;
    top:100%;
    left: -50px;
    width: 140px;
    padding-top: 20px;
    display: none;
}
.footer .mesc .sh a:hover .boxsc{display: block;}
.footer .mesc .sh a .boxs{
    padding: 10px;
    border:1px solid #ddd;
    background-color: #fff;
    position: relative;
}
.footer .mesc .sh a .boxs img{width: 120px}
.footer .mesc .sh a .boxs:after{
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    z-index: 3;
    margin-left: -8px;
}

.in-pro-mode-1 .section{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}
.a-position{position: relative;}
.a-position a{position: absolute;top:-72px;}
.in-pro-mode-1 .section .title{
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 50px;
}
.in-pro-mode-1 .section .text{
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.in-pub-nav{
    padding: 35px 0 20px;
    border-bottom: 1px solid #ddd;
}
.in-pub-nav ul{
    font-size: 0;
    text-align: center;
}
.in-pub-nav ul li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.in-pub-nav ul li a{
    display: block;
    line-height: 44px;
    padding: 0 30px;
    border-radius: 44px;
    font-size: 18px;
}
.in-pub-nav ul li.on a{
    background: #e2311f;
    color: #fff;
}

.history-top{position: relative;}
.history-top .lines{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.history-top .lines span{
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #afaaa9;
    vertical-align: middle;
}
.history-top .lines span:nth-of-type(even) {
    height: 30px;
}
.history-top .lines span:nth-of-type(odd) {
    height: 15px;
}
.history-top .lines span:first-of-type {
    height: 50px;
}
.history-top .lines span:last-of-type {
    height: 50px;
    margin-right: -1px;
}

.pub-prev,.pub-next{
    position: absolute;
    top:50%;
    width: 16px;
    height: 28px;
    background: url(../Images/ico_prev2.png);
    background-size: cover;
    margin-top: -14px;
}
.pub-prev{left: -40px;}
.pub-next{
    right: -40px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.history-top .swiper-container {padding-right: 9px;padding-left: 9px;}
.history-top .c-boxs{
    padding: 95px 0;
}
.history-top .c-boxs .txt{
    position: absolute;
    left: 0;
    padding: 5px 0;
}
.history-top .swiper-wrapper .swiper-slide:nth-child(odd) .c-boxs .txt{top:0;}
.history-top .swiper-wrapper .swiper-slide:nth-child(even) .c-boxs .txt{bottom: 0;}
.history-top .c-boxs .txt .year{
    font-size: 24px;
    font-family: "SourceHanSansCNRegular";
    line-height: 32px;
    margin-bottom: 8px;
    color: #727272;
}
.history-top .c-boxs .txt h4{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #555;
}
.history-top .swiper-slide:hover .c-boxs  .txt h4,
.history-top .swiper-slide:hover .c-boxs  .txt .year{color: #e2311f;}
.history-top .c-boxs .txt .i-yd{
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border:1px solid #afaaa9;
    left: -4px;
}
.history-top .swiper-slide:nth-child(odd) .c-boxs .txt .i-yd{bottom: -4px;}
.history-top .swiper-slide:nth-child(even) .c-boxs .txt .i-yd{top:-4px;}

.row.row10{margin-right: -5px;margin-left: -5px;}
.row.row10>div{padding-right: 5px;padding-left: 5px;}
.in-pro-tips{text-align: left;margin-top: 40px;font-size: 0;padding:0 5%;}
.in-pro-tips a{
    display: inline-block;
    vertical-align: top;
    width: 14.285%;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}
.in-pro-tips a span{
    display: block;
    background: #555;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
}
table.in-pro-tables1{width: 100%;table-layout: fixed;margin-top: 60px;text-align: center;}
table.in-pro-tables1 tr th{
    font-weight: normal;
    height: 60px;
    background: #e2311f;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
table.in-pro-tables1 tr td{
    height: 54px;
    background: #fff;
    border:1px solid #e5e5e5;
}
.in-partner-list{margin-top: -48px;}
.in-partner-list ul{margin-right: -14px;margin-left: -14px;}
.in-partner-list ul li{
    float: left;
    width: 20%;
    padding: 0 14px;
    margin-top: 28px;
}
.in-partner-list ul li a{
    display: block;
    height: 90px;
    position: relative;
    border:1px solid #d8d8d8;
}


.in-case-olist .list_group .caseImgadm{
    position: relative;
    width: 100%;
    padding-top: 71%;
    overflow:hidden;
}
.in-case-olist .list_group.group100{width:100%;}
.in-case-olist .list_group .caseImgadm>a{
    display:block;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;
    background-color: rgba(0,0,0,0.9);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s;
}
.in-case-olist .list_group .caseImgadm>a:hover{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}
.in-case-olist .list_group .caseImgadm a .viewmore{
    position: absolute;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.in-case-olist .list_group .caseImgadm a:hover .viewmore{opacity:0.7;}
.viewline {
    display: inline-block;
    width: 100px !important;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s !important;
    top: 43%;
}
.viewlinet {
    top: 55% !important;
}
.viewtxt {
    position: absolute;
    width: 60px;
    text-align: center;
    top: 46%;
    color: #fff;
    left: 50%;
    margin-left: -30px;
}
.in-case-olist{margin-top: -50px;}
.in-case-olist .list_group{margin-top: 30px;}
.in-case-olist .list_group .caseImgadm a:hover .viewmore .viewline{
    width: 10px !important;
    margin-left: -3px;
}
.in-case-olist .list_group>a:hover .workline{width:40%;}

.a_tit1 {
    display: block;
    height:40px;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9eb;
}
.a_tit1 span.span_tit1 {
    font-size: 22px;
}
.a_tit1 span.a_shuxian {
    font-size: 16px;
    margin: 0 10px;
}
.case_m_bot {
    color: #979797;
    font-size: 16px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 15px;
}
.case_m_bot span {
    float: left;
}
.case_m_bot a {
    color: #888;
}
.case_m_bot>a {
    position: relative;
    right: 0;
    transition: all 0.4s linear 0s;
    display:inline-block;
    width:35px;
    height:11px;
    background: url(../Images/jiantou.png);
}
.case_m_bot>a:hover {
    right: -5px;
}
.case_m_bot a:hover {
    color: #1c345b;
}

.in-case-olist .txt{
    overflow: hidden;
    border:1px solid #e9e9eb;
    padding: 0 25px;
}

.row.row0{margin-right: 0;margin-left: 0;}
.row.row0>div{padding-right: 0;padding-left: 0;}
.in-pro-mode-2{padding-top: 40px;padding-bottom: 30px;}
.in-pro-mode-2 .item{background: #f5f5f5;margin:0 22px 30px;}
.in-pro-mode-2 .item .txt{
    padding: 60px 40px;
}
.in-pro-mode-2 .item .txt h3{font-family: "SourceHanSansCNRegular";margin-bottom: 18px;}
.in-pro-mode-2 .item .txt .p{color: #000;margin-bottom: 10px;font-size: 16px;}
.in-pro-mode-2 .item .txt .p2{
    font-size: 16px;
    color: #555;
    line-height: 30px;
    margin-bottom: 40px;
}
.in-pro-mode-2 .item .txt .es-ico{
    text-align: center;
    font-size: 0;
}
.in-pro-mode-2 .item .txt .es-ico .sp{
    display: inline-block;
    width: 30%;
}
.in-pro-mode-2 .item .txt .es-ico .sp .ti{
    display: block;
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}
.pro-det-tx .ps{
    font-size: 16px;
    color: #555;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.pro-det-tx .ps2{
    font-size: 16px;
    color: #e2311f;
    line-height: 30px;
}
.in-pro-class .img{
    border:1px solid #cecece;
}
.in-pro-class .img a{
    display: block;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.in-pro-class .tx{padding: 24px 10px;text-align: center;}
.in-pro-class .tx h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: "SourceHanSansCNRegular";
    font-size: 20px;
}
.in-pro-class .tx .p{
    font-size: 16px;
    height: 56px;
    line-height: 28px;
    color: #555;
    overflow: hidden;
}
.pub-prev3, .pub-next3 {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 73px;
    background: url(../Images/ico_prev3.png);
    background-size: cover;
    margin-top: -36px;
}
.pub-prev3 {
    left: -60px;
}
.pub-next3 {
    right: -60px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.cns-swp,.in-det-tj{position: relative;}
.pub-prev4, .pub-next4 {
    position: absolute;
    top: 50%;
    width: 29px;
    height: 54px;
    background: url(../Images/ico_prev4.png);
    background-size: cover;
    margin-top: -27px;
}
.pub-prev4 {
    left: -40px;
}
.pub-next4 {
    right: -40px;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.in-det-tj .p-btns{
    position: absolute;
    top:0;
    bottom: 136px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.in-det-tj .in-pro-class{position: relative;z-index: 2;}
.in-service-nav{
    background: #f5f5f5;
    padding: 65px 0;
    text-align: center;
    font-size: 0;
}
.in-service-nav a{
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    position: relative;
    font-size: 18px;
    line-height: 40px;
}
.in-service-nav a.on{
    background: #1c345b;
    color: #fff;
}
.in-service-nav a.on:after{
    position: absolute;
    top:100%;
    left: 50%;
    border-top: 6px solid #1c345b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    margin-left: -6px;
}
.in-service-text .text{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align:center;
    font-size: 16px;
    line-height: 2;
}
.in-service-step{margin-top: 50px;}
.in-service-step .c-boxs{
    background: #f5f5f5;
    min-height: 440px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.in-service-step .c-boxs .t{
    font-size: 48px;
    color: #e2311f;
    font-family: arial;
    font-style: italic;
    font-weight: bold;
}
.in-service-step .c-boxs .p{max-width: 330px;margin: 0 auto;}
.in-color-list{padding-top: 30px;padding-bottom: 50px;}
.in-color-list .group h4{
    font-size: 24px;
    color:#555;
    font-family: "SourceHanSansCNRegular";
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
}
.in-color-list .group ul {margin-right: -9px;margin-left: -9px;}
.in-color-list .group ul li{
    float: left;
    width: 14.2857%;
    padding: 0 9px;
    margin-bottom: 18px;
}
.in-color-list .group ul li .boxs{
    border:1px solid #ddd;
    padding: 8px;
}
.in-color-list .group ul li .boxs .color-s{height: 100px;}
.in-color-list .group ul li .boxs .p{
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
}
.about-video video{width: 100%;vertical-align: top;}
.about-p3-list .boxs{padding: 10px;}
.about-p3-list .boxs:hover{background: #e30038;}
.about-p3-list .boxs .cm{
    box-shadow: 0 0 6px 1px #ddd;
    background: #fff;
    padding: 40px 25px 20px;
}
.about-p3-list .boxs:hover .cm{box-shadow: none;}
.about-p3-list .boxs .cm .img{
    height: 100px;
    position: relative;
    margin-bottom: 25px;
}
.about-p3-list .boxs .cm .ti{
    font-size: 24px;
    margin-bottom: 12px;
    font-family: "SourceHanSansCNRegular";
    text-align: center;
}
.about-p3-list .boxs .cm .line{
    width: 100px;
    height: 3px;
    background: #e30038;
    margin: 0 auto 20px;
}
.about-p3-list .boxs .cm .pn{
    font-size: 16px;
    color: #555;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}
.about-map{height: 600px;margin-top: -300px;}
.about-people-list .people-echart{width: auto;margin-top: 30px;}
.people-echart{
    width: 350px;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 5px 1px #ccc;
}
.people-echart .img{
    width: 115px;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
}
.people-echart .img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.people-echart .tx h3{
    font-size: 22px;
    color: #e60039;
    margin-bottom: 15px;
}
.people-echart .tx .p{
    font-size: 16px;
    color: #555;
    line-height: 30px;
}
.partner-wrap{padding-top: 60px;padding-bottom: 60px;}
.partner-list-pm .boxs{
    display: block;
    border:1px solid #cecece;
    box-shadow: 0 5px 5px 0 rgba(9,2,3,0.09);
    margin-bottom: 30px;
}
.partner-list-pm .boxs .img{
    background: #f5f5f5;
    height: 155px;
    position: relative;
}
.partner-list-pm .boxs .txt{
    padding: 40px 25px;
}
.partner-list-pm .boxs .txt h3{
    text-align: center;
    margin-bottom: 20px;
    font-family: "SourceHanSansCNRegular";
    line-height: 30px;
    height: 30px;
}
.partner-list-pm .boxs .txt .p{
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #555;
}
.partner-list-pm .boxs .txt .p .mr{font-family: arial;color:#e2311f;font-size: 14px;}
.partner-list-pm .boxs:hover .img{background: #fff;}
.partner-list-pm .boxs:hover .txt{background: #e2311f;color:#fff;}
.partner-list-pm .boxs:hover .txt .p,.partner-list-pm .boxs:hover .txt .p .mr{color:#fff;}
.partner-wrap .page{margin-top: 30px;}
.pagepage{margin-top: 60px;font-size: 16px;}
.partner-det-tops{text-align: center;padding-bottom: 20px;border-bottom: 1px dashed #ccc;margin-bottom: 30px;}
.partner-det-tops .img{
    height: 70px;
    position: relative;
}
.partner-det-tops .title{
    font-size: 30px;
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 10px;
    margin-top: 20px;
}
.partner-det-tops .ps{font-size: 16px;text-align: center;}
.case-wrap{padding-top: 60px;padding-bottom: 60px;}
.in-case-olist.in-case-wlist .list_group{margin-bottom: 40px;}
.in-case-wlist .list_group{
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 2.3s;
}
.in-case-wlist .list_group:nth-child(3n+1){
    -webkit-animation-delay:0.4s;
    animation-delay:0.4s;
}
.in-case-wlist .list_group:nth-child(3n+2){
    -webkit-animation-delay:0.8s;
    animation-delay:0.8s;
}
.in-case-wlist .list_group:nth-child(3n+3){
    -webkit-animation-delay:1.2s;
    animation-delay:1.2s;
}

.news-tops{
    background: #fafafa;
    padding: 60px 0;
}
.news-tops .boxs{
    border:1px solid #cecece;
    background: #fcfcfc;
    padding: 30px;
}
.news-tops .boxs .img{padding-right: 65px;}
.news-tops .boxs .img a{display: block;}
.news-tops .boxs .txt h4{margin-bottom: 20px;font-size: 20px;font-family: "SourceHanSansCNRegular"}
.news-tops .boxs .txt .p{font-size: 16px;line-height: 2;margin-bottom: 40px;}
.pagef{
    position: absolute;
    bottom: 30px;
    right: 60px;
    z-index: 4;
    width: 100px;
    text-align: center;
}
.pagef .pnums{font-size: 16px;font-family: arial;}
.pagef .pnums .swiper-pagination-current{font-size: 24px;color: #1c345b;}
.news-wrapper{overflow: hidden;}
.news-list-w .group {
    padding: 0 20px;
    margin: 0 -20px;
    overflow: hidden;
}
.news-list-w .item {
    padding-top: 20px;
    /* border-top: 1px solid #ececec; */
    padding-bottom: 35px;
}
.news-list-w .item .boxs {
    display: block;
    color: #000;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list-w .item .boxs:after{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 0 10px 1px #ddd;
    position: absolute;
    top:-10px;
    right: -10px;
    bottom: -20px;
    left: -10px;
    border-radius: 4px;
    content: '';
    opacity: 0;
    z-index: -1;
}
.news-list-w .item .boxs:hover:after{
    opacity: 1;
}
.news-list-w .item .boxs .date {
    margin-bottom: 1px;
    font-family: arial;
    color: #909090;
}
.news-list-w .item .boxs .date span.d {
    font-size: 38px;
}
.news-list-w .item .boxs .date span.ym {
    font-size: 16px;
    margin-left: 5px;
}
.img-size4 {
    display: block;
    width: 100%;
    padding-top: 58.5%;
    position: relative;
    overflow: hidden;
}
.news-list-w .item .boxs .txt {
    padding-top: 5px;
}
.news-list-w .item .boxs .txt .h4{
    font-family: 'SourceHanSansCNRegular';
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
}
.news-list-w .item .boxs .txt .p {
    height: 44px;
    overflow: hidden;
    color: #888;
    margin-bottom: 15px;
}
.news-list-w .item .boxs .m {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    border: 1px solid #ccc;
    text-align: center;
    color: #888;
    transition: all 0.3s;
}
.news-list-w .item .boxs .m i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
}
.news-list-w .item .boxs .m i:after {
    content: '\24';
}
.news-list-w .item .boxs .m:hover {
    color: #fff;
    background: #002147;
}
.news-list-w .group .row .item:after {
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
    border-left: 1px solid #ececec;
    content: '';
}
.Preva{
    position: absolute;
    top:50%;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    font-family: "ElegantIcons";
    font-size: 24px;
}
.Nreva{
    position: absolute;
    top:50%;
    right: 0;
    line-height: 30px;
    margin-top: -15px;
    font-family: "ElegantIcons";
    font-size: 24px;
}
.Preva:after{content: '\34'}
.Nreva:after{content: '\35'}
.more-s6 {
    margin-top: 40px;
}
.more-s6 a {
    color: #1c345b;
    margin-right: 5px;
    display: inline-block;
    line-height: 24px;
    padding-right: 20px;
    position: relative;
}
.more-s6 a i {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    color: #1c345b;
}
.more-s6 a i:after {
    content: '\24';
}

.news-wrapper .page{margin-top: 60px;margin-bottom: 60px;}
.info-detail{padding-top: 60px;padding-bottom: 60px;}
.info-detail .title{text-align: center;margin-bottom: 50px;}
.info-detail .title h3{margin-bottom: 15px;}
.info-detail .title .p{color: #888;}
.info-detail .pagepage{font-size: 16px;margin-top: 50px;}

table.pubTable{
    width: 100%;
    border-collapse: collapse;
}
table.pubTable tr td {
    padding: 12px 20px;
    line-height: 24px;
    border: solid 1px #e2311f;
    background: #fff;
    text-align: center;
}
table.pubTable tr:first-child td{
    background: #e2311f;
    color: #fff;
    font-weight: bold;
}
table.pubTable tr:first-child td{border-right-color: #ffcbaa;}
table.pubTable tr:first-child td:last-child{border-left-color: #e2311f;}
/* table.pubTable tr:hover {
    background: #f5f5f5;
} */

.pub-float{position: fixed;right: 1px;bottom: 20%;z-index: 999;}
        .pub-float ul li{margin-bottom: 10px;position: relative;}
        .pub-float ul li a.ali{
            display: block;
            width: 58px;
            height: 58px;
            background-color: #fff;
            border:1px solid #ccc;
            text-decoration: none;
        }
        .pub-float ul li a.ali:hover{background-color: #0f67a6;}
        .pub-float ul li a.ali .f-ico{
            height: 38px;
            background-size: auto 80%;
            background-position: center;
            background-repeat: no-repeat;
        }
        .pub-float ul li a.ali .pn{font-size: 12px;text-align: center;color: #777;margin-top:-2px;}
        .pub-float ul li a.ali:hover .pn{color:#fff;}
        .pub-float ul li a.ali .f-ico-r0{background-image: url(../Images/ico_r0.png);background-size: auto 70%;}
        .pub-float ul li a.ali .f-ico-r1{background-image: url(../Images/ico_r1.png);}
        .pub-float ul li a.ali .f-ico-r2{background-image: url(../Images/ico_r2.png);}
        .pub-float ul li a.ali .f-ico-r3{background-image: url(../Images/ico_r3.png);background-size: auto 90%;}
        .pub-float ul li a.ali .f-ico-r4{background-image: url(../Images/inco_backa.png);height: 100%;}
        .pub-float ul li a.ali:hover .f-ico-r0{background-image: url(../Images/ico_r0a.png);background-size: auto 70%;}
        .pub-float ul li a.ali:hover .f-ico-r1{background-image: url(../Images/ico_r1a.png);}
        .pub-float ul li a.ali:hover .f-ico-r2{background-image: url(../Images/ico_r2a.png);}
        .pub-float ul li a.ali:hover .f-ico-r3{background-image: url(../Images/ico_r3a.png);background-size: auto 90%;}
        .pub-float ul li a.ali:hover .f-ico-r4{background-image: url(../Images/inco_backb.png);height: 100%;}
        .pub-float ul li .f-rbox{
            position: absolute;
            top: -15px;
            right: 48px;
            padding-right: 25px;
            display: none;
        }
        .pub-float ul li .f-rbox .f-rbox-con:after{
            position: absolute;
            top:30px;
            right: -8px;
            width: 0;
            height: 0;
            border-left: 8px solid #ddd;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            content: '';
        }
        .pub-float ul li .f-rbox .f-rbox-con:before{
            position: absolute;
            top:30px;
            right: -7px;
            width: 0;
            height: 0;
            border-left: 8px solid #fff;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            content: '';
            z-index: 3;
        }
        .pub-float ul li:hover .f-rbox{display: block;}
        .pub-float ul li .f-rbox .f-rbox-con{
            border: 1px solid #ddd;
            border-top: 4px solid #0f67a6;
            padding: 20px;
            background-color: #fff;
            -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
            -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
            box-shadow: 0 3px 8px rgba(0,0,0,.15);
            position: relative;
        }
        .f-rbox-w1{width: 280px;}
        .inco-clock{padding-left: 50px;background: url(../Images/inco_clock.jpg) left center no-repeat;}
        .inco-clock p{
            color: #0f67a6;
            font-size: 24px;
            line-height: 28px;
        }
        .inco-clock p span{font-size: 14px;color:#aaa;}
        .f-rchart img{width: 150px;}
        .f-rchart p{font-size: 14px;color: #777;text-align: center;}
        .pub-float .f-rbox-w3{width:410px;}
        .pub-float .inco_pep{padding-left: 56px;line-height: 46px;font-size: 24px;color: #0f67a6;background: url(../Images/float_pep.jpg) left center no-repeat;}
        .pub-float .float-qq-cc{
            padding-top: 15px;
            margin-top: 15px;
            border-top: 1px solid #e4e4e4;
        }
        .pub-float .float-qq-cc h4 {
            color: #666;
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 15px;
        }
        .pub-float .float-qq-cc ul li {
            float: left;
            width: 33.3333%;
            margin-bottom: 0;
        }
        .float-qq-cc ul li a {
            display: inline-block;
            color: #999;
            font-size: 13px;
            padding-left: 43px;
            background: url(../Images/q1.gif) no-repeat left 3px;
            line-height: 36px;
        }